Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter scentco

    (@scentco)

    Thanks leejosepho. I’ve found this same folder on my server and narrowed it down to a single query that is taking over 5 seconds to complete.

    It looks like the SELECT SQL_CALC_FOUND_ROWS wp_posts.ID FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND wp_posts.ID IN

    This query is scanning our wp_posts table, which has over a 1,000 posts in it….

    Any idea on what this query is for and how to lower the time on it?

Viewing 1 replies (of 1 total)