News Feed
Jobs Feed
Sections



Recent Jobs

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




Community Events





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


unittest test phpunit conference framework introduction podcast opinion application symfony2 language development community api series interview package release manifesto custom

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