-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Try: Simple async block loading #48315
base: trunk
Are you sure you want to change the base?
Conversation
Size Change: -76.3 kB (-5%) ✅ Total Size: 1.39 MB
ℹ️ View Unchanged
|
Flaky tests detected in 57a019a. 🔍 Workflow run URL: https://github.com/WordPress/gutenberg/actions/runs/4553555534
|
There is an issue related to the work started here: #2768. It's an old one, but I wanted to connect the dots, so we don't miss your effort. |
54bdc5b
to
9ec0608
Compare
Co-authored-by: Greg Ziółkowski <[email protected]>
What?
This PR is an initial experiment that approaches async block loading in a radically simple way.
This is in a very early stage. Not ready for a review, and certainly not ready for merging.
Why?
Blocks' assets are a substantial part of the editor's assets. By loading them asynchronously we might be able to improve the initial loading performance and user experience.
How?
TBD
Testing Instructions
TBD