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

Preload JS and CSS assets also #77

Open
gigabo opened this issue Apr 6, 2016 · 1 comment
Open

Preload JS and CSS assets also #77

gigabo opened this issue Apr 6, 2016 · 1 comment
Labels
enhancement New functionality.

Comments

@gigabo
Copy link
Contributor

gigabo commented Apr 6, 2016

#74 introduced data preload to improve client transition performance between pages on the same route, but fetching static assets will still drag down client transition performance across routes.

@aickin proposed a solution that supports not only prefetch of webpack asset bundles, but also any independently included assets required by a page.

This would significantly improve first-time client transition performance across routes.

@aickin
Copy link
Contributor

aickin commented Apr 6, 2016

As @bartkusa noted, there may still be a bug in Chrome that makes rel=prefetch links have higher priority than they should.

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

No branches or pull requests

2 participants