Forum Moderators: coopster

Message Too Old, No Replies

Content cache

content cache into file

         

jojy

12:00 am on Jun 28, 2008 (gmt 0)

10+ Year Member



Hello,
I am looking for reliable content cache script that save contents into a file.. and of course it should work with high traffic website. I found one on phpclasses that has ability to prevent race conditions but unfortunately this script is no longer working. I just want to save my time and use the script which is already tested and implemented. If you know any reliable script then please share the link with me. I did search but couldn't found useful resource.

Thanks,
J

eelixduppy

4:22 pm on Jul 1, 2008 (gmt 0)



I would check other open-source script repositories like [sourceforge.net...] or [hotscripts.com,...] etc...

Other than this method, you can also set the headers of the file so that the user's browser caches the page, too. Doing this alone will reduce the amount of DB queries (I'm assuming) that you are going to have.

vincevincevince

11:49 am on Jul 3, 2008 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



I suggest you look at additions for your webserver to do this - it is usually better done at that level than at a scripting level.

For both Apache and IIS there are add-on modules which can be configured for front-end caching.