Yoast bomb the mysql
-
Hi, after installing the plug in and activating
I gets this query every second in my mysql, and it slow down my websitewhat should I do?
SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts LEFT JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) LEFT JOIN wp_postmeta ON ( wp_posts.ID = wp_postmeta.post_id ) LEFT JOIN wp_postmeta AS mt1 ON (wp_posts.ID = mt1.post_id AND mt1.meta_key = ‘_yoast_wpseo_primary_category’ ) WHERE 1=1 AND (
wp_term_relationships.term_taxonomy_id IN (1,67,71,123,125,126,127,129,130)
) AND (
( wp_postmeta.meta_key = ‘_yoast_wpseo_primary_category’ AND wp_postmeta.meta_value LIKE ‘%1%’ )
OR
mt1.post_id IS NULL
) AND wp_posts.post_type = ‘post’ AND (wp_posts.post_status = ‘publish’ OR wp_posts.post_status = ‘acf-disabled’) GROUP BY wp_posts.ID ORDER BY wp_posts.post_date DESC LIMIT 0, 4
- The topic ‘Yoast bomb the mysql’ is closed to new replies.