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

Mikko Koppanen's Blog: Padding thumbnail with color

Douglas Brown's Blog: Three Important Tips to Write PHP Code Defensively

Eran Galperin's Blog: Handling mail and mime in PHP using the Zend Framework

International PHP Magazine: Which one of the following is the Best Function for MySQL Data Fetching

Zend Developer Zone: Twice the Amount of Bugs and Twice the Amount of Winners!


Community Events











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


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

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