Faults from Ajax
-
We are experiencing faults within our cPanel of our Hosting. We’re with a very good host on the most expensive package. We only have 1500 products.
This HTTP Query runs 3x within seconds and is taking over 20s to complete
/wp-admin/admin-ajax.php?action=wc_facebook_background_product_sync&nonce=At the same time we have 4 Database Queries:
SELECT COUNT(*)
FROM wp_options
WHERE option_name LIKE ‘wc_facebook_background_product_sync_job_%’
AND ( option_value LIKE ‘%\”status\”:\”queued\”%’ OR option_value LIKE ‘%\”status\”:\”processing\”%’ )This plugin is causing ‘faults’ within are cPanel which I believe may cause 503 errors for a minute for our customers. Is there a fix for this?
Thank you
- The topic ‘Faults from Ajax’ is closed to new replies.