asked on
# Query_time: 1.990343 Lock_time: 0.000782 Rows_sent: 5 Rows_examined: 3252
SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) WHERE 1=1 AND ( wp_term_relationships.term_taxonomy_id IN (3) ) 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, 5
results from expalin:
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE wp_posts index PRIMARY,type_status_date PRIMARY 8 NULL 814 Using where; Using temporary; Using filesort
1 SIMPLE wp_term_relationships eq_ref PRIMARY,term_taxonomy_id PRIMARY 16 chicagw9_wrd10.wp_posts.ID,const 1 Using index