News Feed
Jobs Feed
Sections




News Archive
Brandon Savage's Blog:
Caching For Efficiency With Zend Framework
April 05, 2010 @ 08:48:16

Brandon Savage has posted another in his series looking at useful tips for working with the Zend Framework. This time he focuses on caching your data to help improve its overall performance.

So, given this performance difference [between static pages and Zend Framework-driven pages], how do we improve the performance of Zend Framework while still retaining its functionality and ease-of-use? Well, we employ caching, of course! But not just any caching. One of the beauties of a read-heavy website, especially one that doesn't change all that often, is that we have the ability to cache entire pages and serve them directly using our web server.

He shows how to use the Zend_Cache component to create a simple caching object tat allows you to cache the entire page contents and, with the help of a little mod_rewrite trickery, tell Apache how to grab them (or regenerate them if need be).

1 comment voice your opinion now!
cache zendframework tutorial zendcache modrewrite


blog comments powered by Disqus

Similar Posts

Lorna Mitchell's Blog: PHP 5.4 Built In Webserver

DevShed: Using Visitor Objects with MySQL Data Sets in PHP 5

Matthew Weier O'Phinney: Zend Server, ZF2, and Page Caching

Builder.com.au: Quickly Install a LAMP server on Ubuntu

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


Community Events











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


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

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