Hacker News new | ask | show | jobs
by shanebellone 960 days ago
They don't reduce request count. For example, Chrome only allows 6 concurrent connections (requests).

If you load 10 images in 1 request, you've reduced network latency and avoided the connection limit.

1 comments

Does that limit still apply with HTTP 2 and HTTP 3?
Yes, but multiplexing does minimize the problem. You could multiplex batched requests for hundreds of resources with my strategy.