Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 59525

15.1: Slow query in WordPress Admin

$
0
0

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.

  • This topic was modified 25 minutes ago by janvitos.
  • This topic was modified 24 minutes ago by janvitos.

Viewing all articles
Browse latest Browse all 59525

Trending Articles