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.

All terms
Fabian Krumbholz
Fabian Krumbholz
April 8, 20261 min read

Related web performance terms

How fast is your website?