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
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