News Feed
Jobs Feed
Sections




News Archive
Rob Allen's Blog:
Notes on Zend_Cache
July 11, 2008 @ 07:58:43

Rob Allen has posted a few notes about the Zend_Cache component of the Zend Framework to his blog today.

Recently I needed to speed up a legacy project that makes a lot of database calls to generate each page. After profiling, I discovered that 90% of the database calls returned data that rarely changed, so decided to cache these calls. One of the nice things about Zend_Framework is that its use-at-will philosophy means that you can use any given component with minimal dependencies on the rest of the framework code.

He shows how, using the Zend_Cache module (and friends Zend_Loader and Zend_Exception), he creates a caching class that can be called anywhere and is used to cache the results from the queries. His default lifetime is set to 7200 seconds - two hours - before the script needs to refresh the cache and get the latest updates.

1 comment voice your opinion now!
zendcache zendframework sql query results example


blog comments powered by Disqus

Similar Posts

EasyPHPWebSites.com: Updates for Zend Framework 1.9

Vinu Thomas' Blog: Create a Storage engine for MySQL using PHP

Zend Developer Zone: Zend Framework Survey for 2009

ProDevTips.com: Ajax, ZF and Smarty feed reader: part 3

Cal Evans' Blog: Packaging Zend Framework As A Phar Revisited


Community Events











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


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

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