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
[x] I updated the README.md file for any new/updated features.
[x] I updated the CHANGELOG.md file for any new/updated features.
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
README.md
file for any new/updated features.CHANGELOG.md
file for any new/updated features.Changelog entries
Added
Changed
Deprecated
Removed
Fixed
Security