disabling caching

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
trick

disabling caching

Post by trick »

It's probably really easy to do, and I just missed something. But how do you temporarily disable caching. Because of a few difference things I need to disable caching when my search bot indexes my site, but I've look all around and I can't find a config option for that.
Ted
Power Poster
Power Poster
Posts: 3329
Joined: Fri Jun 11, 2004 6:58 pm

Re: disabling caching

Post by Ted »

You can turn on debug in config.php, but it's going to spew out stuff at the bottom of the page.

I should probably make an option just to disable caching at some point, but I realize that isn't going to help you right now.  :)

If you really want me to, I can dig through the code and tell you where it's turned on, but it won't be a quick thing.  Your other option is just clearing the cache before your bot runs.
trick

Re: disabling caching

Post by trick »

I've been manually clearing the cache, but it's a pain. Plus it's not foolproof, because if someone views the website in the 2 minutes it takes, there will be problems. Don't worry about it too much, but if you could tell me were to look that would be great.
Locked

Return to “CMSMS Core”