-
Notifications
You must be signed in to change notification settings - Fork 269
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
Enable networking by default #1225
Comments
I'd be more than happy to do that if it didn't add 5-10 seconds to loading |
We will eventually need to preload "everything" if we want offline support (#1086). When we have that, it might be a good time to reconsider enabling |
@brandonpayton |
@adamziel thanks, that helps! As a random thought, are there any api.wp.org requests that we could reasonably intercept and provide stub data for? |
I think we could pre-fetch or stub most of them! I'd only run "synchronously" the ones where it actually fetches a filtered list of patterns, plugins, themes. |
Speculative Loading - could be helpful to offset speed loss |
New people using Playground get the impression that it's a tool with limitations and meant to be used in a limited capacity. I have seen people struggle at meetups or when testing out for quick demos, and the plugin or theme install screen does not work as expected. |
Having networking disabled by default is a performance improvement, but working networking is something most of us expect out of the box. I suggest that we enable networking by default and allow disabling it to improve user experience.
@adamziel @brandonpayton what do you think?
The text was updated successfully, but these errors were encountered: