I want to speed up the loading of an HTML page. I know that I can compress HTML, JS and CSS, however I thought about it even further. Instead of having links to CSS and JS files, I would (or the server) just copy and paste their contents into HEAD directly. This is mainly for storing multiple TCP routes on a web server.
What I don't know ... Does the browser provide a separate HTTP request for each JS and CSS file?
Appreciate your entry
Thank! -Assaf
source
share