- 取得連結
- X
- 以電子郵件傳送
- 其他應用程式
Laravel4 performance tuning
1.using php code cache -> apc or xcache
2.using Query cache -> redis or memcache
3.web server routing -> css/image files/static files, no routing to index.php
A sample site with 20 thousand Page View
before tuning
cpu loading average 56%
after turning cpu loading average 1%
1.using php code cache -> apc or xcache
2.using Query cache -> redis or memcache
3.web server routing -> css/image files/static files, no routing to index.php
A sample site with 20 thousand Page View
before tuning
cpu loading average 56%
after turning cpu loading average 1%
留言