Showing posts with label php mysql page caching. Show all posts
Showing posts with label php mysql page caching. Show all posts

March 05, 2012

SIMPLE PAGE CACHING ENGINE

5 comments:
This is a good script for grabbers and other websites where dynamic page creation causes too much overhead. The script will cache the page and store it in a database for a specific time period ( defined as lifespan i.e. last parameter of the constructor).
The cached page will be directly sent to browser and script's execution will be terminated. If no cached page is found or a new page is requested, then the script will execute as normal but will cache the page and stored it for future.
Read through comments in the top section of script for instructions related to installation and usage.  
Read More