5 ms·
But wouldn't 300ms for one request and 300ms for 6 concurrent requests all have the same latency?
by shoebappa 13y ago
But wouldn't 300ms for one request and 300ms for 6 concurrent requests all have the same latency?
- rrjamie 13y agoIn the ideal case, sure. However, according the HTTP archive websites make about ~90 requests per page [1]. The average browser does about 6 requests per hostname, and 15-20 total [2]. In this situation, our critical path has at least 4 requests, thus we are paying 4xRTT in just latency. edit: formatting [1] http://httparchive.org/trends.php http://httparchive.org/trends.php [2] http://www.browserscope.org/results?o=xhr&v=top&category=network http://www.browserscope.org/results?o=xhr&v=top&cate...