Quote:
Originally Posted by Gryphon
You are actually increasing the queries when it runs by doing that. The cron file itself contains the timing needed to spread the queries out over the course of 24 hours, running it fewer will increase the amount of queries needed for that run.
|
My thought was with boards with heavy usage could have quite a few per page loads but I see what you mean as it runs in background. It was just a thought however. In my case, I'd rather have less queries run per page load and have them run at a less frequent interval. Just a suggestion to those with large communities.
PS good script. Thx!