Disable wp-cron.php?
-
I am a beginner and need some information. My host has asked me to disable wp-cron because of several instances of excessive usage. The log they provided did show many references to wp-cron over a relatively short period of time – like every couple of minutes. Here is a sample of one of the log entries:
https://www.xxx.com/wp-cron.php?doing_wp_cron=1490425259.8801419734954833984375″ “WordPress/4.7.3; https://www.xxx.com”
/etc/httpd/domlogs/xxx.com:67.210.125.160 – – [25/Mar/2017:00:04:09 -0700] “POST /wp-cron.php?doing_wp_cron=1490425449.4664499759674072265625 HTTP/1.1” 200I have a site that generally gets less than 250 hits per day. I did the disabling in wp-config by inserting a statement they provided:
define(‘DISABLE_WP_CRON’. ‘true’);
However, it appears to me that wp-cron.php must serve a useful purpose.
1. Will I be missing something important/essential from WP if I have wp-cron disabled? 2. Can I schedule it to run every 6 hours?
3. If so, how is this done?It’s obvious that I don’t know how it works or what it is designed to accomplish… but I think I could learn something from a detailed explanation.
Thanks in advance,
Jim
- The topic ‘Disable wp-cron.php?’ is closed to new replies.