[ad_1]
I have a website which is experiencing resources related issues whenever the wp-cron.php is executed and thus creating tons of processes. I have previously experimented with disabling the default WP Cron and replacing that with a real cron job, but many a plugin complained about malfunctioning and some even did stop working correctly.
I was wondering if it is at all possible to use the default wp-cron.php but somehow throttle it to not exhaust the server resources every time it is executing some plugins’ processes.
[ad_2]