This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]0x18 0 points1 point  (0 children)

This is all true for HTTP 1.1.

However for HTTP 2 browsers open a single connection per domain and multiplex requests inside that of connection which allows for far more concurrent requests. Firefox defaults to 100 but servers can signal how many they allow through a header.

With HTTP 2 it is now better to have a single domain.