News Feed
Jobs Feed
Sections




News Archive
Joey Rivera's Blog:
Caching using PHP/Zend_Cache and MySQL
November 10, 2009 @ 14:47:40

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 system). [...] Resources are limited on systems and to take advantage of your resources, you need to make sure time isn't spent on tasks that could be handled better elsewhere.

He talks about the Zend_Cache component and what sort of features it includes like the different caching methods (file, SQLite, mamcache, etc) and the different frontends your application can use (output caching, class caching, file caching, etc). He sets up a sample environment and shows how to cache a variable to a file, database results into a file, caching an entire page and how to clear out the cached items.

0 comments voice your opinion now!
caching zendframework zendcache tutorial mysql


blog comments powered by Disqus

Similar Posts

php|architect: Transactional Emails for Fun and Profit

Court Ewing's Blog: Forget Concatenation; Format your strings!

HowToForge.com: The Ultimate Media Server - Apache+SSL , PHP, MySQL and Jinzora

7PHP.com: Interview with Matthew Weier O'Phinney - Project Lead of Zend Framework

CorePHP Blog: A Guide to running Apache 2, PHP 4 & PHP 5 on Windows XP


Community Events











Don't see your event here?
Let us know!


language release series interview development phpunit usergroup symfony2 unittest conference opinion functional podcast community zendframework2 introduction database testing rest framework

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework