U
User Timing
User Timing is a browser API that allows developers to create custom, application-specific timestamps in their code to measure the performance of certain operations. By using `performance.mark()` and `performance.measure()`, you can track durations that are meaningful to your specific application, such as the time it takes for a key component to render or an API call to complete.
GET STARTED
Get a free preloading demo for your site
We analyze your website speed, identify web vitals issues, and compare your competitors.
Book free demo

