disabling caching
-
trick
disabling caching
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.
Re: disabling caching
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.
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
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.

