You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`lab`| Local Lighthouse audit (headless Chrome) | JSON report with performance scores and Web Vitals |`--profile`, `--network`, `--device`, `--urls`, `--urls-file`|
55
+
|`lab`| Local Lighthouse audit (headless Chrome) | JSON report with performance scores and Web Vitals |`--profile`, `--network`, `--device`, `--urls`, `--urls-file`, `--skip-audits`, `--blocked-url-patterns`|
56
56
|`rum`| PageSpeed Insights API (real-user data + Lighthouse) | JSON with field metrics and lab scores |`--api-key`, `--api-key-path`, `--urls`, `--urls-file`, `--category`, `--concurrency`, `--delay`|
57
57
|`collect`| CrUX API (origin or page, 28-day rolling average) | JSON with p75 Web Vitals and metric distributions |`--scope`, `--api-key`, `--api-key-path`, `--urls`, `--urls-file`, `--concurrency`, `--delay`|
58
58
|`collect-history`| CrUX History API (~6 months of weekly data points) | JSON with historical Web Vitals over time |`--scope`, `--api-key`, `--api-key-path`, `--urls`, `--urls-file`, `--concurrency`, `--delay`|
|`--urls <urls>`| No | Comma-separated list of URLs to audit |
103
110
|`--urls-file <path>`| No | Path to a file with one URL per line |
111
+
|`--skip-audits <audits>`| No | Comma-separated Lighthouse audits to skip. Default: `full-page-screenshot,screenshot-thumbnails,final-screenshot,valid-source-maps`|
112
+
|`--blocked-url-patterns <patterns>`| No | Comma-separated URL patterns to block during the audit (e.g. `*.google-analytics.com,*.facebook.net`). Uses Chrome DevTools Protocol to prevent matching assets from being downloaded |
104
113
105
114
Run `list-profiles`, `list-networks`, or `list-devices` to see all available presets:
0 commit comments