The HTTP Archive plots “maxDomainReqs”. The average is 50 requests on a single domain across the top 300K URLs. But what are the percentile values?
SELECT
NTH(50, quantiles(maxDomainReqs)) median,
NTH(90, quantiles(maxDomainReqs)) ninetieth,
NTH(95, quantiles(maxDomainReqs)) ninetyfifth
FROM [httparchive:runs.latest_pages]
The results from the Sep 1 2013 crawl are:
39 is lower than 50 - that’s good. But the 90th percentile is 97!