From browser-devtools-mcp
Retrieves Core Web Vitals metrics (LCP, FID, CLS, TTFB, FCP) from the current page with good/needs-improvement/poor thresholds.
npx claudepluginhub serkan-ozal/browser-devtools-mcp# /webvitals Get Core Web Vitals metrics from the current page. ## Usage ## Description Retrieves Core Web Vitals performance metrics from the current page including: - **LCP** (Largest Contentful Paint) - Loading performance - **FID** (First Input Delay) - Interactivity - **CLS** (Cumulative Layout Shift) - Visual stability - **TTFB** (Time to First Byte) - Server response time - **FCP** (First Contentful Paint) - Initial render time ## Examples ## Interpreting Results | Metric | Good | Needs Improvement | Poor | |--------|------|-------------------|------| | LCP | ≤2.5s | 2.5s-...
/benchmarkBenchmarks performance, accessibility, and SEO of web targets like URLs or components. Produces visual reports, Core Web Vitals analysis, comparisons, and optimization recommendations.
/analyze-performanceAnalyzes web app performance from UX viewpoint, calculates Core Web Vitals-based scores, quantifies perceived speed gains, predicts user satisfaction, and proposes prioritized optimizations.
/run-auditRuns Lighthouse audits on target URLs for performance, accessibility, best practices, SEO, and PWA. Outputs Core Web Vitals status, failing audits, opportunities, score dashboard, and saves HTML/JSON reports.
/analyze-performanceAnalyzes app performance from UX view, calculates Core Web Vitals-based UX scores, quantifies speed improvements, and proposes prioritized optimizations.
/lighthouseRuns Lighthouse audit on a URL or localhost, generating markdown report with scores for performance, accessibility, best practices, SEO, PWA, metrics, and opportunities.
/analyze-performanceAnalyzes app performance from user experience view, calculates Core Web Vitals-based UX scores, quantifies perceived speed gains, and proposes prioritized optimizations.
Share bugs, ideas, or general feedback.
Get Core Web Vitals metrics from the current page.
/webvitals
Retrieves Core Web Vitals performance metrics from the current page including:
/webvitals
| Metric | Good | Needs Improvement | Poor |
|---|---|---|---|
| LCP | ≤2.5s | 2.5s-4s | >4s |
| FID | ≤100ms | 100ms-300ms | >300ms |
| CLS | ≤0.1 | 0.1-0.25 | >0.25 |
o11y_get-web-vitals - Retrieve Web Vitals metrics