kjkoster
03-21-2009, 06:39 PM
Dear All,
I want to move calling cron.php from being called as part of the user page loading into a task scheduled in cron. All in the name of making my site appear as quick as possible.
What is a good interval to call the script at? Should I call it once every five minutes, or is once per hour sufficient?
What factors contribute to the necessary interval?
Right now I'm going to go with calling it every 5 minutes.
Kees Jan
I want to move calling cron.php from being called as part of the user page loading into a task scheduled in cron. All in the name of making my site appear as quick as possible.
What is a good interval to call the script at? Should I call it once every five minutes, or is once per hour sufficient?
What factors contribute to the necessary interval?
Right now I'm going to go with calling it every 5 minutes.
Kees Jan