Performance & Core Web Vitals audit
audit_performanceMeasure performance via Google PageSpeed Insights (Lighthouse lab + CrUX field data): LCP, INP, CLS, FCP, TTFB, and the top improvement opportunities. Returns findings with fixes. (Uses the operator PAGESPEED_API_KEY when set.)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | Report language (default en): en, tr, es, de, fr, pt, it, ja, zh. | |
| target | Yes | Target website URL or domain you own / are authorized to audit (e.g. https://example.com). | |
| strategy | No | Device strategy (default mobile). |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Audit pillar represented by this result. | |
| grade | Yes | Human-readable grade, or null when unavailable. | |
| score | Yes | Measured score from 0 to 100, or null when unavailable. | |
| total | Yes | Total findings produced before response truncation. | |
| counts | Yes | Finding totals grouped by normalized severity. | |
| target | Yes | Canonical audited target. | |
| findings | Yes | Prioritized findings with evidence, impact, and remediation. | |
| passingChecks | Yes | Number of checks that passed or reported protection. | |
| returnedFindings | Yes | Number of findings included in this response. | |
| findingsTruncated | Yes | True when additional findings exist outside this response. |