WordPress/wp-includes/rest-api
spacedmonkey 7df9ba26b2 REST API: Avoid duplicated query in post collections.
Avoid duplicated query when retrieving empty posts collections by adding a check if the page is more than 1. 

Props furi3r, gdetassigny, TimothyBlynJacobs, spacedmonkey. 
Fixes #55677.


Built from https://develop.svn.wordpress.org/trunk@53498


git-svn-id: http://core.svn.wordpress.org/trunk@53087 1a063a9b-81f0-0310-95a4-ce76da25c4cd
2022-06-14 12:42:10 +00:00
..
endpoints REST API: Avoid duplicated query in post collections. 2022-06-14 12:42:10 +00:00
fields
search REST API: Improve post cache priming in `WP_REST_Post_Search_Handler` class. 2022-06-10 15:47:08 +00:00
class-wp-rest-request.php Code Modernization: Silence the deprecation warnings for missing return type in `WP_REST_Request`. 2021-08-03 11:08:56 +00:00
class-wp-rest-response.php Docs: Update spelling for inline comments in a few files. 2022-01-25 13:55:05 +00:00
class-wp-rest-server.php General: Replace all `esc_url_raw()` calls in core with `sanitize_url()`. 2022-06-01 18:14:10 +00:00