New on his blog today Joey Rivera has posted this tutorial about using the Zend_Cache component of the Zend Framework to boost the performance of your site.
I like the definition used in Wikipedia: "a cache is a temporary storage area where often accessed data can be stored for quick access".
The idea is to get 'often accessed data' from a database and store it in memory (RAM or as a file in your local file...
Post new comment