wp-cron.php – High CPU usage
What is wp-cron.php ? This file is a PHP script which runs all the automated tasks that let WordPress do all it’s wonderful tricks. Some examples include: Posting content when it is scheduled to be posted at specific times Check all pending comments for spam (if you have plugins like Akismet running) Send emails (i.e. if you have the option enabled where you get emailed whenever a comment is posted, this script handles the email) Basically wp-cron.php is the […]
Read More