dev cmd improve initial startup time #134
Labels
enhancement
New feature or request
performance
performance improvements
stability
stability improvements
upcoming release
change required for upcoming release
Startup times for the initial iteration of the application can take 3-5 seconds on my machine. This is primarily due to the fact that the application bundles all web wraps upon initial load.
This can be prevented by creating a "placeholder" static document in the place of all bundled applications. Orbit currently supports bundling on webpage redirection, so as the page redirects orbit will apply the initial bundle.
The text was updated successfully, but these errors were encountered: