Resource timing (initial support)
Widely available
PerformanceResourceTiming
entries report when network events happen while loading a resource, such as when connections start and end. You can use this information to measure loading times.
To learn more, see
PerformanceResourceTiming: decodedBodySize property,
PerformanceResourceTiming: encodedBodySize property,
PerformanceResourceTiming: transferSize property at MDN.
Compatibility (view on caniuse.com)
- Chrome 29 Released on 2013-08-20
- Chrome Android 29 Released on 2013-08-21
- Edge 12 Released on 2015-07-29
- Firefox 35 Released on 2015-01-13
- Firefox for Android 35 Released on 2015-01-13
- Safari 11 Released on 2017-09-19
- Safari on iOS 11 Released on 2017-09-19
Specifications
- Resource Timing, from Web Performance Working Group (W3C).