Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[FEATURE] Disable Pre-loading for the Reusable Blocks (Synced Patterns) #91

Closed
mslinnea opened this issue May 7, 2024 · 1 comment
Closed
Assignees
Labels
enhancement New feature or request php Requires understanding PHP

Comments

@mslinnea
Copy link
Member

mslinnea commented May 7, 2024

Description

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.

Use Case

As a developer, I want to remove the preloading of blocks to increase performance on sites with a large number of blocks.

@mslinnea mslinnea added the enhancement New feature or request label May 7, 2024
@mslinnea mslinnea self-assigned this May 7, 2024
@mslinnea
Copy link
Member Author

Feature added in #92

@kevinfodness kevinfodness added the php Requires understanding PHP label May 31, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request php Requires understanding PHP
Projects
None yet
Development

No branches or pull requests

2 participants