-
Notifications
You must be signed in to change notification settings - Fork 42
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
Browser extension: Zero Loading Time #297
Comments
@adamziel would this still be needed if Playground had offline support? With offline support the first load would take longer, but future loads should be quick because all files will be cached. |
@bgrgicak I’m not sure — maybe it won’t! Let’s decide once we know how snappy the offline-enabled version is. We could also get fancy and, say, boot invisible Playground in the last three active tabs or so while reaping the rest. |
I'm not sure I'm following. You're talking about a Playground Extension right? Or a standalone GB one? |
I was thinking about a standalone Gutenberg |
Yes, honestly that makes more sense for something simple like editing with the block editor in the browser |
Right — do you have an isolated example of that? |
Let's make the browser extension load Playground instantly, without any perceivable loading.
CleanShot.2024-06-02.at.00.54.36.mp4
We could preload it on every page, but booting Playground in 15 browser tabs would slow down the browser.
The way forward here would be to:
cc @ellatrix @youknowriad – how easy would that be? Could we "just boot" the Gutenberg framework or fork the standalone Blocknotes editor?
The text was updated successfully, but these errors were encountered: