浏览器最大请求数

不同的浏览器对 每个主机名(域) 的最大连接有不同的限制;你可以在这里 找到确切的数字
这里有一篇关于Web性能专家Steve Souders的连接限制的 文章

以下是从 stackoverflow 中发现的文章

原文stackoverflow

Note: ConnectionsPerHostname is the maximum number of concurrent http requests that browsers will make to the same domain. To increase the number of concurrent connections, one can host resources (e.g. images) in different domains. However, you cannot exceed MaxConnections, the maximum number of connections a browser will open in total - across all domains.

(翻译)注意: ConnectionsPerHostname是浏览器对相同域发出的最大并发http请求数。为了增加并发连接的数量,可以在不同的域中托管资源(例如图像)。但是,您不能超过MaxConnections,这是浏览器将打开的连接总数的最大值——所有域中。

BrowserVersion/浏览器版本 ConnectionsPerHostname / 同域下最大请求数 MaxConnections/总请求最大数
Chrome34/32 6 10
IE9 6 35
IE10 8 17
IE11 13 17
Firefox27/26 6 17
Safari7.0.1 6 17
Android4 6 17
ChromeMobile18 6 16
IE Mobile9 6 60
最后编辑于
©著作权归作者所有,转载或内容合作请联系作者
平台声明:文章内容(如有图片或视频亦包括在内)由作者上传并发布,文章内容仅代表作者本人观点,简书系信息发布平台,仅提供信息存储服务。