Earlier quoted context omitted.
You're being downvoted because a large segment of HN is engineers who prefer sites like http://motherfuckingwebsite.com and http://evenbettermotherfucking.website Basically, what it comes down to is that if all 37 requests are done in parallel, then you're only loading the page as slowly as the slowest. Sadly, this is rarely the case. Most browsers will only make 6 concurrent requests from a server, which you can see…
> Basically, what it comes down to is that if all 37 requests are done in parallel, then you're only loading the page as slowly as the slowest Doesn't apply here. Facebook is using async and downgrades the experience for mobile clients. > Most browsers will only make 6 concurrent requests from a server, which you can see in Firefox via the about:config page and the network.http.max-persistent-connections-per-server.…
You are correct, but I will be a little more terse with words, per hostname (domain). There is also a max connections limit as well which is generally 10-17.
2014: http://sgdev-blog.blogspot.com/2014/01/maximum-concurrent-co...