limit the query size
-
When the plugin makes the query in a large posts database, it search in a lot of posts.
RelatedPostsThumbnails->get_thumbnails()+ Plugin: related-posts-thumbnails 9 0,4829 seconds!!!!!
How can I limit the size of this query?
SELECT distinct ID
FROM wp_posts
WHERE post_type = ‘post’
AND post_status = ‘publish’
AND ID<>6703
AND ID IN (’16’, ’17’, ’18’, ’19’, ’20’, ’21’………………………………….
The topic ‘limit the query size’ is closed to new replies.