News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Enhance performance with Zend_Cache
January 08, 2010 @ 08:44:50

On the Zend Developer Zone there's a recent tutorial from Chris Renner focusing on the use of the Zend_Cache component of the Zend Framework to increase the performance of your site by caching chunks of data to easy retrieval.

The applications I develop and manage are very heavy with database transactions. Hitting the db every time you need an object is a serious performance bottleneck, and on a shared environment can be troubling to other applications living in the same environment. I'm going to describe my experiences with Zend_Cache here, but I am not going to bore you with lots of code detail and specifics.

He talks about the frontends you can use to cache the data to different types of formats, includes a code example for caching objects with the component and how to clear out the cache when you need to refresh the content.

0 comments voice your opinion now!
zendcache performance zendframework tutorial


blog comments powered by Disqus

Similar Posts

DeveloperTutorials.com: Upload Files to MySQL using PHP Tutorial

PHPImpact Blog: Zend Framework: The Cost of Flexibility is Complexity

Community News: Unofficial Zend Framework Forums - Zfforums.com

DevShed: Retrieving Information on Selected Files with a PHP 5 File Uploader

Zend Developer Zone: Using Zend_Feed to Merge Multiple RSS Feeds


Community Events









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


testing interview development introduction release zendframework2 community api framework podcast composer event functional object language code opinion tool unittest example

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