Back to Content

Resource Timing

files/en-us/glossary/resource_timing/index.md

latest458 B
Original Source

Diagnosing performance issues requires performance data at the granularity of the resource. The Resource Timing API is a JavaScript API that is able to capture timing information for each individual resource that is fetched when a page is loaded.

See also