Jun 13, 2009, 12:49 by Anonymous
Nice talk. A good overview about caching.
Rob Allen (Jun 13, 2009)
Talk at Dutch PHP Conference 2009 (English - US)
More, now than ever, websites need fast response times and be able to cope under load. As web pages contain more and more dynamically generated content, the challenge is on for PHP developers to develop efficient caching solutions. This presentation will focus on using caching techniques that can be used in a PHP project to increase the performance of a web site. We will look at a variety of caching techniques, showing practical implementations and before and after statistics. We will also cover the cache storage options available and when you might use one over another. We will also address how to get browsers to cache content for us using HTTP headers.
Quicklink: http://joind.in/579
Jun 13, 2009, 12:49 by Anonymous
Nice talk. A good overview about caching.
Jun 14, 2009, 07:41 by Anonymous
Great clear talk. Comprehensive and usefull.
Tnx Rob!
Jun 14, 2009, 20:41 by DragonBe
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 !
Jun 13, 2009, 12:44 by hvdklauw
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.