Archive for April, 2005

Improved phpWebsite speed with cache_page module

Thursday, April 28th, 2005

After using the the cache_page module for over a week on the City of Rolfe website, I new it was faster, but hadn’t done suitable testing to find out how much faster. When I finally took the time for testing, I was quite pleased with the result. Under normal server load, pages served from […]

cache_page - phpWebSite page level cache module

Monday, April 18th, 2005

cache_page uses php output buffering to capture the output of phpWebSite and store it in a cache in the files/cache_page/cache directory. Pages are identified based on the request_uri. The next time the same request_uri is received, the stored page will be served from the cache instead of being dynamically generated by phpwebsite.
See a […]