Interaction Timing Tool
The interaction timing tool allows you to inspect in detail each interaction's latency and get notified for interactions taking >200ms.Interaction Timing Tool is available on all plans
As you navigate your site, the interaction timing tool allows you to inspect in detail each interaction's latency and get notified with toasts for interactions taking > 200ms. This can help you ensure your site's Interaction to Next Paint (INP) (a Core Web Vitals) has a good score.
To access the interaction timing tool:
- Open the Command Menu
- Select the Interaction Timing option. If any interaction has been detected on the page, a badge will display next to the option. The number inside the badge is the current INP
- The Interaction Timing popover will open on the right side of the screen. As you navigate your site, each interaction will appear in this panel. Mouse over the interaction timeline to understand how the duration of input delay, processing (event handlers), and rendering are affecting the interaction's latency
To change preferences for the interaction timing tool:
- Open the Command Menu
- Select the Preferences option
- Select your desired setting for Measure Interaction Timing
- On will show the toasts for interactions taking >200ms
- On (Silent) will not show toasts, but will still track interaction timing and display it in the interaction timing side panel when opened
- Off will turn off tracking for interaction timing
Preview Deployments Overview
Preview Deployments allow you to preview changes to your app in a live deployment without merging those changes to your Git project's production branch.
Using Comments with Preview Deployments
This guide will help you get started with using Comments with your Vercel Preview Deployments.
Draft Mode
Vercel's Draft Mode enables you to view your unpublished headless CMS content on your site before publishing it.
Was this helpful?