Speed up WordPress WP_Query and query_posts functions
While working on a WordPress theme, I noticed a low MySQL query cache hit rate. There were a lot of SQL_CALC_FOUND_ROWS queries that were not cached and were slowing down the database. It appears Word…