Joey Rivera's Blog: Caching using PHP/Zend_Cache and MySQL

Courtesy PHPDeveloper.org  Tue, 11/10/2009 - 14:47

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...


 

More related items

CodeForest.net: Android JSON-RPC client and PHP Zend...
In a recent post to CodeForest Luka Peharda shows you how to create a JSON-RPC frontend for your application based on the Zend Framework. XML-RPC rules, but the amount of data it generates...

phpRiot.com: Zend Framework 101: Zend_Cache
In another in his Zend Framework 101 series of articles on phpRiot.com Quentin Zervaas sets his sights on Zend_Cache in this new tutorial. In this article I will introduce you to the...

Rdavid.net: My Zend Framework Model Layer: Part...
In a new post on the Rdavid.net blog there's some discussion about Zend Framework models, the best approach and a "Service Class" idea. After some more thought and lots of research on the...


 

Post new comment

The content of this field is kept private and will not be shown publicly.
computer-internet.marc8.com