• Resolved Onisiforos

    (@onisforos)


    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://www.ads-software.com/plugins/wordpress-seo/

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Slow Query’ is closed to new replies.