simple caching script needed
Posted: Sun Jan 04, 2009 10:53 am
Hello, i want to know how to cache a dynamic php page. I've tried many caching scripts, but none of them are working. I must be doing something wrong, but i couldn't figure it out.
I need to cache a php file which has a lot of mysql queries(which is causing an overload on the server) every 5-10 minutes, and output it as a html, in a writable directory, for inclusion. Can anyone help to point me in the right direction, or show me a site or blog that explains this in detail?
I need to cache a php file which has a lot of mysql queries(which is causing an overload on the server) every 5-10 minutes, and output it as a html, in a writable directory, for inclusion. Can anyone help to point me in the right direction, or show me a site or blog that explains this in detail?