php caching

PHP Basic Caching

Author: 
John Rose

Caching and optimisation go hand in hand, when it comes to lowering the resource hits on your server and speeding up delivery of pages there are a few crucial areas we should look at. One being delivering compressed script to a browser that can handle it. the other being caching.

caching is essentially storing a composite of an event or events in either a database, file on the clients system or file on the server.

Syndicate content
Valid XHTML 1.0 Strict