Caching for performance

Comments

Comments are closed.

Great talk, covering all the different levels (code bits, page cache, opcode cache and browser cache) you can implement caching with a few lines of code and good supportive data to show the speedup.

I have been working with Zend_Cache for a while now, but Rob has shown me a couple of hints I can implement a better way to cache objects and pages.

Thanks Rob, job well done !