Zend Framework Cache Improvement

463 days ago

About three weeks ago, I posted my initial thoughts on the Zend Framework. One of my complaints was the Zend_Cache did not accept lifetimes on a per object basis, but rather the lifetime was at an application level. I just received notice in my inbox that the issue has been fixed! The change is currently in svn, and should be in the 0.80 preview release. Thanks go to Fabien for the fix.



Serving Cached Data For Improved Performance

672 days ago

Over the past day I've been going through a few web applications and preparing them in the event they get digged or slashdotted. One of my primary goals was to cache as much data to disk, rather than hitting the database for it each time. Now, most of the web applications I have written myself, so I didn't have the luxury of some type of premade mod or plugin. In one case, this textpattern installation, I did have that luxury.


Click here to read more