Thousands of “hugeit_image-gallery_opt_in_cron” jobs after WordPress upgrade
-
Hi,
After WordPress upgrade to version 4.8, I’m experiencing a problem with huge number of cron jobs from HugeIT Imgage Gallery plugin.
This is slowing my site down by writing huge Update queries and other operations.From friday’ reset of cron jobs to present moment:
SELECT * FROMXXXwp_options
WHEREoption_name
LIKE ‘cron’ ;Size of this field is 1MB where almost all of them are “hugeit_image-gallery_opt_in_cron” in number over 5000 (from that time).
[1500308179] => Array
(
[hugeit_image-gallery_opt_in_cron] => Array
(
[XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX] => Array
(
[schedule] => hugeit-image-gallery-weekly
[args] => Array
(
)[interval] => 604800
))
)
It seems that every visit generates one entry into serialized array stored database (field
option_name
=’cron’).I’m also using cache plugin, but I didn’t notice this problem before.
What is purpose of this and how it could be fixed?
- The topic ‘Thousands of “hugeit_image-gallery_opt_in_cron” jobs after WordPress upgrade’ is closed to new replies.