News Feed
Jobs Feed
Sections




News Archive
SmartyCode.com:
Enable your Zend Framework App with Conditional GET! (Make it green)
March 26, 2009 @ 14:25:59

On the SmartyCode.com site there's a quick new post about making your Zend Framework site a bit more "green" with a conditional GET feature.

In this article I'll show you a simple approach to enable your Zend Framework application saving lots of precious bandwidth, and thus, making it more end-users friendly, and save on bandwidth costs. This technique involves HTTP conditional GET. This is basically a feature of the HTTP protocol. By sending correct HTTP headers with your application, you enable browsers of your end users to cache pages of your site.

A plugin for the front controller (with a dispatchLoopShutdown method inside) is used to handle the requests and cache their content correctly. They have the cache set at 7200 seconds (2 hours) for a time to live, but its easy to tweak it based on your application. TO use the plugin call the registerPlugin function on the controller object and add it as the very last thing that runs.

0 comments voice your opinion now!
conditional get cache timetolive zendframework dispatchloopshutdown


blog comments powered by Disqus

Similar Posts

Raphael Stolt's Blog: Zend Framework 1.8 Web Application Development book review

Ruben Vermeersch's Blog: Integrating Zend Framework and Doctrine

Padraic Brady's Blog: Writing A Simple Twitter Client Using the PHP Zend Framework's OAuth Library

Raphael Stolt's Blog: Installing Zend_Tool on Mac OS X

Adam Jensen's Blog: A Reusable Zend Framework Content Module


Community Events









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


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

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