Recent Posts
extjs.pilotwarezhk
Return To Blog Listing
a personal learning experience in SEO, PHP, ExtJS, LAMP, etc...
Recent Posts Tagged With 'apc'
Web site performance tuning
There are many way of tuning your site’s performance, caching, gzip the content, write faster code, Apache tuning, etc. And here is what I do to improve the load time by over 200%. Caching - there are 2 ways to cache my company’s web site...
Alternative PHP Cache (APC)
APC is an Open Source PHP accelerator for caching intermediate code from scripts. Intermediate code is the internal memory structures produced during compilation that are fed into the executor. APC increases the performance of PHP scripts by cachi...
