Replies: 0
Hi,
I just updated to Yoast SEO 15.1 and noticed there is a slow query that is slowing down all page loads in the WordPress Admin.
Here is the query info:
SELECT COUNT(ID)
FROM wp_posts
WHERE ID NOT IN (
SELECT object_id
FROM wp_yoast_indexable
WHERE object_type = 'post'
AND permalink_hash IS NOT NULL )
AND post_type IN ('post', 'page', 'attachment') +
Yoast\W\S\A\I\Indexable_Post_Indexation_Action->get_total_unindexed()
Plugin: wordpress-seo 1 0.2561
As you can see, the query is taking 0.256 seconds to execute.
Thanks.