Where does this query come from?
-
I am having some problems with performance of my Worpdress installation and after doing some database monitoring this query has been shown to be the worst performer of the lot
SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts WHERE 1=1 AND wp_posts.post_type = 'post' AND (wp_posts.post_status = 'publish') ORDER BY wp_posts.ID ASC LIMIT 0, 1
Does anyone know what is calling this query and how I can optimise it somehow?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Where does this query come from?’ is closed to new replies.