Tag Archives: cache

Speaking at ConFoo

I’m very proud to announce that I’ll speaking at the 2011 edition of ConFoo in Montreal (Canada) in the beginning of March.

Varnish cache purging

Varnish is a very popular HTTP accelerator. One of its key features is caching. When dealing with caching, it is always tricky to do correct Time To Live estimations. Especially when the trade-off is caching efficiently versus serving fresh content. To tackle that issue, you can invalidate cache entries via purging.

Zend_Cache_Frontend_Page & Google Analytics cookies

Last week I was optimizing the caching strategy for one of my projects and I was under the false impression that caching was accelerating my website. At that time I was using Zend_Cache_Backend_File as my backend and cache files were created. My goal was to boost the performance by implementing the Zend_Cache_Backend_Memcached backend. Again everything