Is the web browser performance rule “only 2 requests in parallel per hostname” still correct?

前端 未结 5 887
野的像风
野的像风 2020-12-21 14:38

In his book \"High Performance Websites\" Steve Souders wrote (2007) that browsers limit parallel requests to a domain/hostname to two at a time. Is this still valid today?<

5条回答
  •  庸人自扰
    2020-12-21 15:16

    Almost incorrect today.

    Most browsers have upgraded to 6 parallel connections. See Steve Souder's Browserscope > Network tab > Connections per Hostname. Older browsers still restrict to 2 connections - that may or may not be relevant to you depending on the browsers your application supports.

提交回复
热议问题