Cache Page phpWebSite module 0.0.3

Here’s an updated release of the Cache Page module for phpWebSite 0.10.2. Cache Page improves phpWebSite speed by about 6 times faster than without Cache Page.

phpWebSite 0.10.2 left out the pear lib/pear/Cache module, so I’ve included a copy of the pear module distributed with phpWebSite 0.10.1. Copy the patches/0.10.2/lib/pear/Cache directory included with Cache Page to the lib/pear/Cache directory in your phpWebsite 0.10.2 installation.

Download CachePage0_0_3.zip (52kb)

Please feel free to post a comment with the url for your website if you’re using Cache Page.

4 Responses to “Cache Page phpWebSite module 0.0.3”

  1. Justin Waggle Says:

    My host just upgraded to PHP5 and I’ve been working on correcting all of the ensuing complications. One that I can’t figure out involves the cache_page module. It seems to work correctly except that it doesn’t seem to be caching any of the pages.

    I have a feeling it has something to do with the global variables but I’m not really sure. It could be a problem with using Cache Lite. I really like the effect of this mod and I’d like to get it going again. Can you help me upgrade? I’d appreciate the help.

    The bottom of the pages keep returning this:

    Thanks!
    Justin Waggle

  2. MikeMajorowicz Says:

    I never got phpWS 0.10.x working correctly on php 5. I suspect your problems are more than just the Cache Page module

  3. Justin Waggle Says:

    Hey Mike!

    Thanks for the response! Yeah. I seem to have isolated all of the other problems with the PHP5 upgrade. I’m getting the distinct notion that this is a Pear Library Cache_Lite problem but I’m not sure. Any other advice available out there?

    ~Justin

  4. MikeMajorowicz Says:

    If you think it’s a Cache_Lite problem, the current version of Cache_Lite should be php5 compatible. Switch to using the current version of Cache_Lite instead of the one shipped with Cache Page. If I remember correctly, it’s not too difficult to change Cache_Lite to operate independently of the PEAR libraries.