The short answer is no, WP AutoShield will not cause issues with WP-Cron. Here's why:
Enhance disables the built-in WP-Cron by default for all websites and uses its own cron system to manage tasks. This is beneficial since WP-Cron is known to cause load and performance issues. However, WP AutoShield includes a feature to disable WP-Cron as an advanced solution to ensure all WordPress installations are accounted for, particularly in cases where Enhance might not detect some WordPress installations. This ensures that Enhance’s cron system can take over for all sites on the server.
What to Do If You're Experiencing Delays with Cron Jobs
If you're facing delays or issues with cron jobs, follow these steps to debug:
Step 1: Switch to the User Container
su username
Replace username
with the specific user’s account.
Step 2: Run the Cron Manually
First , navigate to :
cd /var/www/website-id/
Then run :
wp-cli cron event run --due-now --path=public_html
This command manually triggers the cron tasks for debugging purposes.
Step 3: Check the Cron Logs
grep 'username' /var/log/syslog | grep CRON
Review the logs to identify any errors or delays related to the cron jobs for the specified user.
Need Further Assistance?
If you encounter further issues or have additional questions, feel free to contact our support team via your client portal.