PHP output caching

Discussion in 'PHP' started by KenYN, Oct 4, 2007.

  1. #1
    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?
     
    KenYN, Oct 4, 2007 IP
  2. tamen

    tamen Peon

    Messages:
    182
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Save the graphic as a picture-file and just serve the picture?
     
    tamen, Oct 4, 2007 IP