-
Notifications
You must be signed in to change notification settings - Fork 167
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
Add Preload Link Tags To Head #7
Comments
that makes sense |
you can check #5 optimize section, this is in the plan |
Continuing a conversation from Discord, the preloading of scripts/modules should be improved to preload the actual scripts which are used from the |
Update Feature List styles to match intent
preload scripts is done in production mode, no need in dev |
Because this project does not bundle the output of a build it is importing from links at runtime. We should probably add
<link rel="preload" />
tags in the header for the static output so the browser knows to start fetching those files.The text was updated successfully, but these errors were encountered: