⚙️ Engineering Scanned ★ Featured

Lighthouse Performance Audit

Run Lighthouse audits and get actionable fixes for Core Web Vitals — LCP, INP, and CLS. Analyzes performance scores, identifies bottlenecks, and generates specific code changes to improve page speed.

This skill interprets Lighthouse audit results and translates them into concrete code changes. It identifies render-blocking resources, oversized images, layout shifts, slow server response times, and unused JavaScript. Provides prioritized fixes with estimated impact.

performance lighthouse core-web-vitals page-speed optimization

When to use

Use when your Lighthouse score drops, Core Web Vitals fail in Search Console, pages feel slow, or before launching a new page to ensure it meets performance budgets.

Examples

Fix failing Core Web Vitals

Diagnose and fix CWV issues for a specific page

My homepage has an LCP of 4.2s and CLS of 0.3 — analyze the page and give me specific fixes

Performance budget setup

Create performance budgets for a project

Set up Lighthouse CI performance budgets for our Next.js app — we want 90+ scores on all categories