March 05, 2012

SIMPLE PAGE CACHING ENGINE

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.  

5 comments:

  1. just hunting for this....thanks very much..
    hope it will work.. will try it sure.

    ReplyDelete
  2. there are some small images in the code what are they....???????? please exclude

    ReplyDelete
    Replies
    1. Click on download link bro.

      The small images are because of conflicting class names in share this widget and Pastebin script.

      Delete
  3. Can u please integrate it into your songs.pk grabber and post it here?

    ReplyDelete
    Replies
    1. Go ahead and try yourself. It's not that hard bro.

      Delete