# Fri Mar 18 14:12:55 2011
# Query_time: 1.711522 Lock_time: 0.000113 Rows_sent: 10 Rows_examined: 660
use *****_wrd4;
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 (32) ) 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
i just want to know that what thing is using this query.... my log files are filled with the same.
any body can tell me where it is coming from?