Path-Based rules and huge wp_options for autoptimize_ccss_queue
-
We have a query that is maxing out our MySQL CPU.
UPDATE wp_options SET option_value = ‘massive amount of data’ WHERE option_name = autoptimize_ccss_queue
We ran the cron for ao_ccss_maintenance but the query is still massive.
“Force path-based rules to be generated for pages?” is turned off, but we can see rules in the queue that are path based. Example:
“\/colleges\/salter-school-cambridge-campus”:{“ljid”:”j-0ma2ko”,”rtarget”:”types|is_page”,”ptype”:”is_page”,”hashes”:[“381e2527672058081e156cc20ccefd4a”],”hash”:”381e2527672058081e156cc20ccefd4a”,”file”:null,”jid”:”63137724EDuEm59F96″,”jqstat”:”JOB_UNKNOWN”,”jrstat”:”NONE”,”jvstat”:”NONE”,”jctime”:1605814783.989657,”jftime”:1605815702.26596},”\/colleges\/cuny-bernard-m-baruch-college\/reviews\/is-the-stereotype-of-students-at-your-school-accurate”:{“ljid”:”j-0odkly”,”rtarget”:”types|”,”ptype”:false,”hashes”:[“35380d4932c070e94a00bc392276f9eb”],”hash”:”35380d4932c070e94a00bc392276f9eb”,”file”:null,”jid”:”63446618QwwFe2M9KO”,”jqstat”:”JOB_UNKNOWN”,”jrstat”:”NONE”,”jvstat”:”NONE”,”jctime”:1606202484.839797,”jftime”:1606203302.578059}
Which looks to be a rule for this page: https://www.unigo.com/colleges/salter-school-cambridge-campus
How can we fix this?
The page I need help with: [log in to see the link]
The topic ‘Path-Based rules and huge wp_options for autoptimize_ccss_queue’ is closed to new replies.