9 ms·
It's worth noting that the test is really only to show how much extra resources pagespeed requires. The timeout was set to only 1sec, so in the real world it wo
by rayv 11y ago
It's worth noting that the test is really only to show how much extra resources pagespeed requires. The timeout was set to only 1sec, so in the real world it would go well beyond 60req/sec as timeouts would be much more like 10secs.
Also when loading real pages and not just hitting the server other factors like requesting static assets etc would come into play in favour of pagespeed.
- cmsefton 11y agoAh, okay, that makes more sense then; I missed that in the article. Thanks.