Laravel4 performance tuning

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%

留言