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

Tutorial: A Simple Sessions Tutorial

Internet Super Hero Blog: Compiling mysqlnd with PHP 5.2/5.3/6.0

DevShed: Loading XML Strings with simpleXML in PHP 5

Alexander Netkachev's Blog: Practical PHP events: The Java way

Arnold Daniels' Blog: How I PHP: The Output Handler


Community Events











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


composer framework phpunit community opinion podcast functional zendframework2 series language database testing release introduction interview development code example api unittest

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