Title: Slow Query
Last modified: August 31, 2016

---

# Slow Query

 *  Resolved [Onisiforos](https://wordpress.org/support/users/onisforos/)
 * (@onisforos)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/slow-query-7/)
 * Found this slow query on the dashboard page
 *     ```
       SELECT SQL_CALC_FOUND_ROWS wp_posts.ID
       FROM wp_posts
       LEFT JOIN wp_postmeta
       ON (wp_posts.ID = wp_postmeta.post_id
       AND wp_postmeta.meta_key = '_yoast_wpseo_linkdex' )
       WHERE 1=1
       AND ( wp_postmeta.post_id IS NULL )
       AND wp_posts.post_type = 'post'
       AND ((wp_posts.post_status = 'publish'))
       GROUP BY wp_posts.ID
       ORDER BY wp_posts.post_date DESC
       LIMIT 0, 10
       ```
   
 * [https://wordpress.org/plugins/wordpress-seo/](https://wordpress.org/plugins/wordpress-seo/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [k0c1](https://wordpress.org/support/users/k0c1/)
 * (@k0c1)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/slow-query-7/#post-7017993)
 * Any solution?
 *  [TheArcturian](https://wordpress.org/support/users/thearcturian/)
 * (@thearcturian)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/slow-query-7/#post-7018102)
 * Same here. This query takes 1 second on my 4 x CPU server which doesn’t run anything
   else but our magazine.
 *  [Aida G](https://wordpress.org/support/users/aidag/)
 * (@aidag)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/slow-query-7/#post-7018132)
 * I have same problem. I’m using names.co.uk server. Is there any solution to this?
 *  [TheArcturian](https://wordpress.org/support/users/thearcturian/)
 * (@thearcturian)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/slow-query-7/#post-7018133)
 * I haven’t found any solution so far either, unfortunately.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Slow Query’ is closed to new replies.

 * ![](https://ps.w.org/wordpress-seo/assets/icon-256x256.gif?rev=3419908)
 * [Yoast SEO - Advanced SEO with real-time guidance and built-in AI](https://wordpress.org/plugins/wordpress-seo/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-seo/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-seo/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-seo/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-seo/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-seo/reviews/)

 * 4 replies
 * 4 participants
 * Last reply from: [TheArcturian](https://wordpress.org/support/users/thearcturian/)
 * Last activity: [10 years, 1 month ago](https://wordpress.org/support/topic/slow-query-7/#post-7018133)
 * Status: resolved