The PerformanceResourceTiming
interface enables retrieving and analyzing detailed network timing data regarding the loading of an application's resources. An application can use the timing metrics to determine, for example, the length of time it takes to fetch a specific resource, such as an XMLHttpRequest
, SVG
, image, or script.
Documentation PerformanceResourceTiming by Mozilla Contributors, licensed under CC-BY-SA 2.5.
See: