You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
JS files loaded in header and footer should be concatenated in one single file and minified at build time in order to reduce the number of request to the server. Same with CSS files.
CSS and JS files loaded from a CDN should be downloaded locally and added to the bundle.
JS file should be added right before closing tag.
CSS file should be inside
The text was updated successfully, but these errors were encountered:
Utwo
linked a pull request
May 23, 2020
that will
close
this issue
JS files loaded in header and footer should be concatenated in one single file and minified at build time in order to reduce the number of request to the server. Same with CSS files.
CSS and JS files loaded from a CDN should be downloaded locally and added to the bundle.
JS file should be added right before closing tag.
CSS file should be inside
The text was updated successfully, but these errors were encountered: