2015-02-03

[PHP] 加速方法 進程表

今天安裝了XCache來對php的opcode作緩存加速,再加上8 CPUs,果然有飛快的感覺。
但其實還有很多其它的加速方法,有空再來一個個加上去,先做一下note。

XCache: opcode caching (已安裝)
memcache: database calls, API calls, or page rendering caching
FastCGI: 將預設以ISAPI在run的PHP process改以FastCGI方式執行 (PHP-FPM)
Varnish: http proxy (比squid效能優秀,大量減少php運算及mysql查詢)
Nginx:http server (比apache效能優秀,增加效能10倍以上(據說...))



reference:
架構 Varnish+nginx+php(FastCGI)+
http://www.guan8.net/Java/536129.html
http://blog.chinaunix.net/space.php?uid=20488859&do=blog&id=1941103
http://blog.s135.com/nginx_php_v4/

Nginx:
http://wiki.nginx.org/NginxChs
http://blog.teatime.com.tw/1/post/383
http://blog.teatime.com.tw/1/post/386
http://blog.roodo.com/shishimaru/archives/15172057.html
http://www.howtoforge.com/installing-nginx-with-php5-and-php-fpm-and-mysql-support-on-ubuntu-11.10
http://blog.licess.org/category/nginx/
http://lnmp.org/
http://developer.51cto.com/art/201005/198527.htm

PHP-FPM:
http://php-fpm.org/
http://syre.blogbus.com/logs/20092011.html
http://antbsd.twbbs.org/~ant/wordpress/?p=3811
http://www.pigo.idv.tw/archives/832
http://blog.shian.tw/apache-install-mod_fastcgi-php-fpm.html
http://book.51cto.com/art/201202/314842.htm

http://liuchiu.pixnet.net/blog/post/26969971-%5Bubuntu%5Dhttp-server%E6%96%B0%E7%B5%84%E5%90%88%EF%BC%9Anginx%2Bfastcgi-(php-fpm)---%E5%AE%89


其它:
http://linux-guys.blogspot.com/2011/01/varnish.html
http://tzangms.com/programming/2212/
http://blog.wu-boy.com/2011/09/how-to-install-xcache-on-freebsd/

沒有留言:

張貼留言