Fabio @ WP Page Numbers

Fabio

We have problem with this query.

SELECT SQL_CALC_FOUND_ROWS wp_posts.* FROM wp_posts WHERE 1=1 AND ( wp_posts.ID NOT IN (
SELECT object_id
FROM wp_term_relationships
WHERE term_taxonomy_id IN (17451,19842,21673,23060)
) ) 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, 20

And we need to understand if this coming from your plugin.
We have a lot of posts so the pagination burn our CPUs.
Thanks for all helps