More of my notes on Web Performance
CSS before JS
CSS links should be placed in the <head> of the document, while JavaScript links should be placed at the end of the document, just before the closing </body> tag. This is because CSS is render blocking, while JavaScript is not.
Meaning,...
tigerabrodi.blog3 min read