I’m told by my host that my site is taking up a lot of resources, and they feel the number of crons GF has runnning is excessive, and could be at least part of the problem.
I have installed: Gravity Forms, Gravity Forms PayPal Payments Pro Add-On, Gravity Forms reCAPTCHA Add-On.
It appears that one or more of these plugins initiates 4 separate cron events:
wp_gf_upgrader_cron_interval
wp_gf_feed_processor_cron_interval
wp_gf_notifications_processor_cron_interval
wp_gf_telemetry_processor_cron_interval
These are the only cron events scheduled other those that are part of WP, but whereas the WP crons are scheduled once hourly or once daily, these GF related crons are scheduled every 5m, which by my calculations results in 1,152 events per day.
- Is this completely necessary?
- Any opinions on whether these could be responsible for high CPU usage?
Thank you