News Feed
Jobs Feed
Sections




News Archive
Bas de Nooijer's Blog:
Controlling Varnish ESI inside your application
July 16, 2010 @ 08:50:57

As is mentioned on the Zend Developer Zone, there's a new post from Bas de Nooijer about a cool feature of Varnish - Edge Side Includes - and how you can control them.

For me one of the best features of Varnish is ESI (Edge Side Includes). It allows you to combine elements with different lifetimes into a single page. This way you don't need to regenerate a complete page as soon as a news listing somewhere on the page changes. And you can still cache pages while displaying user-specific information somewhere on the page. This lowers the load on your application even further and it can also help in simplifying your application, by focussing purely on the content of the page and loading all other elements via ESI.

He talks about the upsides and downsides to using the technique and what to avoid when implementing it in your Varnish config. One solution to the problem is sending an ESI "marker" to tell Varnish that a certain bit of content needs to be updated. He shows how to put it to use with a Zend Framework view helper that adds a special "esi" tag to the page when the content for a URL needs to be updated.

0 comments voice your opinion now!
varnish caching edgesideincludes zendframework viewhelper


blog comments powered by Disqus

Similar Posts

Pablo Viquez's Blog: MySQL Profiling and Zend Framework

Karl Katzke's Blog: PHP: Symfony vs. Zend

Spindrop.us: The Lucene Search Index and symfony

Hasin Hayder's Blog: RSA Encrypting and Decrypting data with Zend_Crypt_Rsa Library

Jani Hartikainen's Blog: Zend Framework - good for beginners or not?


Community Events











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


podcast conference code introduction phpunit tool framework community opinion unittest functional object language series development interview release zendframework2 testing example

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