• Resolved vincepettit

    (@vincepettit)


    Query monitor is flagging up two slow queries on the Dashbord related to Yoast (Version 14.3):

    This one is taking 0.8303

    SELECT COUNT(ID)
    FROM wp_posts
    WHERE ID NOT IN (SELECT object_id
    FROM tcf_yoast_indexable
    WHERE object_type = 'post')
    AND post_type IN ('post', 'page', 'attachment')

    This one is taking 0.2353

    SELECT COUNT(term_id)
    FROM wp_term_taxonomy
    WHERE term_id NOT IN (SELECT object_id
    FROM wp_yoast_indexable
    WHERE object_type = 'term')
    AND taxonomy IN ('category', 'post_tag', 'post_format', 'post_status')
Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi @vincepettit,

    Thank you for reaching out to us.

    We are aware of these and are already logged internally for our development team. Having said this, we don’t know when this will be included in a future release. If you want to keep an eye out, we announce new version in our newsletter.

    Plugin Support devnihil

    (@devnihil)

    We are going ahead and marking this issue as resolved due to inactivity. If you require any further assistance please create a new issue.

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