studiopress / atomic-blocks

Atomic Blocks has been renamed to Genesis Blocks. This plugin is no longer maintained! Visit Atomic Blocks → Migrate to migrate to the new plugin.
https://wordpress.org/plugins/genesis-blocks/
GNU General Public License v3.0
157 stars 57 forks source link

Post grid block: Unbounded query for pages #354

Open mindctrl opened 4 years ago

mindctrl commented 4 years ago

In #349 we added a page query that pulls in pages with a per_page: -1 argument.

Reference: https://github.com/studiopress/atomic-blocks/blob/2681b5a45528f1c94f382a8a58abc317c5060f2e/src/blocks/block-post-grid/components/inspector.js#L79

We need to update this to pull in content in batches to avoid query timeouts on very large sites.