At the moment I'm trying to disable wp-cron and have it run externally, as in "on the server". The rule I'm using in wp-config is: define( 'DISABLE_WP_CRON', true ); Then I'm "offloading" it via the crontab -e command, adding: 20 * * * * wget -q...