Hi @johndbb
Thank you for reaching out.
Yes, Aggregator relies on the WP-Cron system to function correctly, as we use it to schedule tasks that regularly fetch and update feeds. It is possible that the installation of WP Rocket is interfering with the WP-Cron functionality.
To ensure that WP-Cron is working properly, please check the following:
- WP-Cron Settings: Ensure that WP-Cron is enabled on your site. You can check this by adding the following line to your wp-config.php file if it’s not already present:
define('DISABLE_WP_CRON', false);
- WP Rocket Settings: Sometimes, caching plugins like WP Rocket can interfere with scheduled tasks. Check WP Rocket’s settings to ensure that it’s not disabling or altering the WP-Cron system. Specifically, look for settings related to caching and scheduling.
- WP Crontrol Plugin: To get a better view of the scheduled tasks and diagnose any issues, you can install the WP Crontrol plugin. This plugin allows you to view and control WP-Cron events.
I hope this helps. Please let us know how it goes.