I just tested with your solution about changing the count(*) to count(ID) but i see it still has the query about ” SELECT p.ID FROM wp_posts AS p INNER JOIN wp_term_relationships AS tr ON p.ID = tr.object_id INNER JOIN wp_term_taxonomy AS tt ON tr.term_taxonomy_id = tt.term_taxonomy_id WHERE p.post_date < ? AND p.post_type = ? AND tt.taxonomy = ? AND tt.term_id IN (?,?) AND ( p.post_status = ? OR p.post_status = ? OR p.post_status = ? ) ORDER BY p.post_date DESC LIMIT ? ”
any time
I don’t know how to stop it.
Do you have any solution ?
Thank you