Webtatic.com

Just another technical blog

Posts Tagged ‘Zend_Cache’

Zend_Cache_Frontend_Page flaws using HTTP codes

Posted 6th April 2008 by Andy | 1 Comment

In my attempts to create the most Digg resilient website, I decided there was only one thing for it, full page-based caching on the server. My first foray into this was trying to implement Zend’s Zend_Cache_Frontend_Page. However, I found a few show-stopping bugs in this, when involving browser-based cache HTTP status (304 Not Modified), and [...]