Recent Posts
extjs.pilotwarezhk
Return To Blog Listing
a personal learning experience in SEO, PHP, ExtJS, LAMP, etc...
Recent Posts Tagged With 'caching'
Caching Tutorial - Part 1
What’s a Web Cache? Why do people use them? A Web cache sits between one or more Web servers (origin server) and a client or many clients, and watches requests come by, saving copies of the responses - like HTML pages, images (web documents)...
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...
