web_vitals
Measure Core Web Vitals (CLS, LCP, FCP, TTFB, long tasks, INP) accumulated since page load for stability and responsiveness; confirms instrumentation hook to avoid misleading zeros.
Instructions
Core Web Vitals accumulated since the current document loaded: CLS, LCP, FCP, TTFB, long tasks and an INP approximation. Read-only. Needs the page instrumentation active from before load, so it reports whether it was hooked instead of silently returning zeros — navigate() installs it. Covers user-perceived stability and responsiveness after load, not the load timings themselves.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tab_id | No | Target tab; omitted = last tab navigated in this session, else the active one |