wp-graphql icon indicating copy to clipboard operation
wp-graphql copied to clipboard

Add `no_found_rows` to all Queries.

Open BE-Webdesign opened this issue 8 years ago • 1 comments

Make sure to use no_found_rows as all queries within GraphQL will not use any MySQL based pagination, this will result in much faster queries.

BE-Webdesign avatar Dec 15 '16 04:12 BE-Webdesign

WP_Comment_Query by default has it set to true so no need to worry there.

BE-Webdesign avatar Dec 18 '16 20:12 BE-Webdesign