News Feed
Jobs Feed
Sections




News Archive
PHPBuilder.com:
Boost PHP Site Performance with Zend Framework Data Caching
December 02, 2010 @ 10:36:55

New on PHPBuilder.com there's a tutorial from Jason Gilmore looking at caching data with Zend_Cache, a component of the popular Zend Framework. He focuses on how it can boost the speed and overall performance of your application (even if you don't use the Zend Framework!)

Zend_Cache can be configured to cache several types of output, including the results of function calls, the results of object and static method calls, entire pages, and configuration data. You determine what data is cached using Zend_Cache's frontend. This data can be cached in several ways, including using system memory (RAM), using memcached, within text files, or within a SQLite database. You determine exactly how your data is cached using Zend_Cache's backend.

His examples use the Zend_Cache component on its own, so you don't have to wade through other Zend Framework-ish code to pick out just the parts you need. He implements file-based caching and shows how to set up both the frontend and backend options to make it all cooperate.

0 comments voice your opinion now!
zendcache zendframework component tutorial file cache


blog comments powered by Disqus

Similar Posts

PHPHacks.com: Shell Scripting with PHP CLI

Juozas Kaziukenas' Blog: ACL made easy. Part 1

Abhinav Singh's Blog: How to use locks for assuring atomic operation in Memcached?

PHPMaster.com: Laravel: Is It Really Clean and Classy?

PHPBuilder.com: Using XML, Part 5 - SOAP and WSDL


Community Events









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


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

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