performance-audit

Audit website performance with Lighthouse against Core Web Vitals targets.

Updated Nov 18, 2025
One-click install
npx skills add https://github.com/deomiarn/website-template --skill performance-audit-deomiarn
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-audit
Source: https://github.com/deomiarn/website-template/tree/main/.claude/skills/performance-audit
Command: npx skills add https://github.com/deomiarn/website-template --skill performance-audit-deomiarn

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Ensures Core Web Vitals and performance metrics meet targets before release, guiding optimizations.

Core Features & Use Cases

  • Lighthouse Audit: Run performance, accessibility, best practices, and SEO audits.
  • CWV Targets: Track LCP, FID, and CLS with actionable fixes.
  • Recommended Fixes: Preflight checklist for common problems (images, fonts, JS).

Quick Start

Run a Lighthouse audit against the production URL and review results; apply recommended fixes and re-audit.

Frequently Asked Questions about performance-audit

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I audit website performance with Lighthouse before releasing?

Performance auditing with Lighthouse verifies Core Web Vitals and readiness by running audits against your production URL, measuring LCP, FID, and CLS metrics, then comparing results against targets (LCP < 2.5s, FID < 100ms, CLS < 0.1) and >90 scores across Performance, Accessibility, Best Practices, and SEO categories.

What are Core Web Vitals and why do they matter for page speed?

Core Web Vitals are three key performance metrics: LCP (Largest Contentful Paint) measures loading speed, FID (First Input Delay) measures interactivity, and CLS (Cumulative Layout Shift) measures visual stability. Meeting these targets ensures users experience fast, responsive, stable pages and improves search ranking visibility.

Can I run Lighthouse audits on both mobile and desktop?

Yes, Lighthouse audits measure performance separately for mobile and desktop environments, capturing distinct metrics for each context. This ensures your site meets Core Web Vitals targets across all user device types before release.

What should I fix first after running a Lighthouse audit?

After auditing, review the actionable checklist of common issues, prioritizing remediation: optimize images, defer non-critical JavaScript, improve font delivery, and resolve layout shifts. Re-audit after each fix to verify improvement against LCP, FID, CLS targets and >90 category scores.

Does Lighthouse work with static sites and web apps?

Yes, Lighthouse audits work across both static sites and web applications. It measures the same Core Web Vitals metrics and performance scores regardless of site type, making it suitable for release verification across different project architectures.