RCWN
Michal Novotny
Junior Hsu
Valentin Gosu
Chromium net-dev mailing list thread:
"This suggests that Firefox's cache is performing better than Chrome's on windows."
About 6.3% of all cached responses take more than 1 second (in Firefox)
ex: large cached files, alt-data
If the request:
- is not using appcache
- is smaller than 256 kb
- doesn't have alt-data
Then:
- if the cache is slow: we race immediately
- otherwise: set a timer for 3 * avgCacheTime
Landed in Firefox 57
Turned on in Firefox 59
View stats at: about:networking#rcwn
72.08%
10.71%
3.61%
4.92%
0.23%
8.45%
RCWN network wins in ~4% of requests
We race ~17% of requests
median: 145.34 ms
95th percentile: 7.08 seconds
0.8% requests: > 54 seconds !
Results vary greatly with disk and network speed