Hacker News new | ask | show | jobs
by diggan 1892 days ago
Browsers used to/still do max number of connections per domain. Adding more domains allows you to do more concurrent requests.
1 comments

With HTTPS you have to handshake for the first connection on each domain.
Yes and it still outweighed that especially if you were loading a lot of images or a stupid amount of different JS/CSS files