Can anyone recommend a good caching method for PHP? I have a script that produces a graphic, and using simple caching as described here: http://www.ilovejackdaniels.com/php/caching-output-in-php/ I double the speed. However, I am still 10 times slower than a direct request for a static graphic. Is there an easy way to cache at a higher level so my script never gets called?