performance.measure
performance.measure() is a method from the browser's User Timing API. It is used to calculate the time elapsed between two performance.mark() timestamps, creating a custom performance measurement. This measurement can then be analyzed in developer tools or sent to a RUM solution to track the performance of specific application logic.
Related web performance terms
- Page Load
Page Load refers to the entire process of a webpage becoming visible and interactive for a user, from the initial navigation request to the final rendering of content.
- Page Views (PIs)
Page Views is a metric that counts the total number of times a page on a website has been loaded or viewed by users. It is a fundamental measure of traffic and engagement.
- PageSpeed Insights (PSI)
PageSpeed Insights is a free tool from Google that analyzes the performance of a single webpage and provides suggestions for improvement.
- Passthrough Mode
Passthrough Mode is a temporary, protective state that Speed Kit enters when its Deployment Detection mechanism identifies a major website update.