ContextInstitute / bfcom

http://bfn.context.org
GNU General Public License v3.0
4 stars 1 forks source link

Better Cron management for Wordpress #22

Open wunluv opened 6 years ago

wunluv commented 6 years ago

Wordpress by default appears to call the wp-cron when someone loads any web page. See: https://www.inmotionhosting.com/support/website/wordpress/disabling-the-wp-cronphp-in-wordpress https://www.ecenica.com/support/answer/replace-wordpress-cron-cpanel-cron-job/

Digging deeper it appears there is a 60s lock on cron. This I imagine to be some kind of ddos protection to prevent someone from maliciously loading wp-cron.php continuously. Nonetheless, an OS level cron would be better for performance, so I suggest we: