You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
100 posts per page is a pretty low limit really, and in actuality we can allow probably another order of magnitude here. The 100 per page decision in the REST API that we made was on the basis that each could embed other items, so 100 would actually be many more than 100 queries.
In custom code though, that's not necessarily the case, and allowing more would not necessarily be a problem. As an example, the sitemaps in WP core could query up to 2000 posts at a time, and that's probably not going to be an issue; see humanmade/altis-seo#38 (comment)
Should we increase this limit?
The text was updated successfully, but these errors were encountered:
No custom code is using more than 1000, and only a handful of third-party plugins are using more. I think changing the allowed maximum value to 1000 shuold be fine, but we could also go for something higher.
100 posts per page is a pretty low limit really, and in actuality we can allow probably another order of magnitude here. The 100 per page decision in the REST API that we made was on the basis that each could embed other items, so 100 would actually be many more than 100 queries.
In custom code though, that's not necessarily the case, and allowing more would not necessarily be a problem. As an example, the sitemaps in WP core could query up to 2000 posts at a time, and that's probably not going to be an issue; see humanmade/altis-seo#38 (comment)
Should we increase this limit?
The text was updated successfully, but these errors were encountered: