alleyinteractive / wp-alleyvate

Defaults for WordPress sites by Alley.
GNU General Public License v2.0
16 stars 2 forks source link

Issue-91 [FEATURE] Removes preloading of blocks on edit post screen #92

Closed mslinnea closed 2 months ago

mslinnea commented 2 months ago

Summary

WordPress pre-loads all Reusable Blocks (Synced Patterns) on the edit post screen, site editor, and widget screen. For sites with hundreds of blocks, this is a lot of processing overhead, as the_content and all other filters run on these blocks. Disabling this behavior make the editing experience faster and less fragile for sites with a large number of blocks.

Notes for reviewers

None.

Other Information

Changelog entries

Added

Changed

Deprecated

Removed

Fixed

Security