audit_lighthouse_cls_vitals
Audit a page's Core Web Vitals and CLS score using Google Lighthouse and DOM shift heuristics to identify layout stability issues.
Instructions
Audits Cumulative Layout Shift (CLS) score and Core Web Vitals (LCP, INP, FCP, TTFB, Lighthouse Performance/SEO scores) directly via Google Lighthouse / PageSpeed API and local DOM shift heuristics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | No | Live web page URL to audit with Google Lighthouse. | |
| html | No | Raw HTML markup for local DOM-based layout shift and CLS heuristic calculation. | |
| apiKey | No | Optional Google PageSpeed Insights API key for higher rate limits. | |
| strategy | No | Device simulation strategy for Lighthouse (defaults to mobile). |