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

Make the demos load in a more performant way #14

Open
chasenlehara opened this issue Jan 19, 2018 · 1 comment
Open

Make the demos load in a more performant way #14

chasenlehara opened this issue Jan 19, 2018 · 1 comment

Comments

@chasenlehara
Copy link
Contributor

Right now, pages like the Technology Overview make thousands of http requests and load tens of megabytes of code because everything is loaded individually by steal.

Look into solving this with steal’s dev bundles feature.

@chasenlehara
Copy link
Contributor Author

This is much improved but I think there’s still some room for improvement; we’re down to 200 requests and 7.1 MB (taking 16s to finish) at the time of this writing:
screen shot 2018-03-14 at 11 03 03 pm

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants