performance-audit

Audit web application performance with Lighthouse, WebPageTest, and Chrome DevTools.

6|Updated Jan 21, 2026
One-click install
npx skills add https://github.com/SPeeDoA1/everything-opencode --skill performance-audit-speedoa1
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-audit
Source: https://github.com/SPeeDoA1/everything-opencode/tree/main/.opencode/skills/core/performance-audit
Command: npx skills add https://github.com/SPeeDoA1/everything-opencode --skill performance-audit-speedoa1

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps teams systematically evaluate and improve the performance of web applications, reducing load times and improving user experience.

Core Features & Use Cases

  • Lighthouse-driven baseline audits to identify slow pages and key metrics.
  • Bundle-size analysis and runtime profiling to pinpoint bottlenecks.
  • Use cases include optimizing Core Web Vitals, pre-release performance gates, and ongoing performance budgets.

Quick Start

npx lighthouse https://example.com --output=json --output-path=baseline.json Compare results to identify regressions and verify improvements.

Frequently Asked Questions about performance-audit

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

FAQPage Schema
How do I audit web performance bottlenecks using Lighthouse and WebPageTest?

To audit web performance bottlenecks, you establish a baseline using Lighthouse and WebPageTest, analyze your bundle size, and profile runtime in Chrome DevTools to pinpoint slow pages. This repeatable workflow identifies key metrics for optimization.

What is the best way to profile runtime and analyze bundle size for a slow web application?

The best way to profile runtime and analyze bundle size is to use Chrome DevTools for runtime profiling alongside bundle-size analysis. This approach pinpoints specific bottlenecks causing slow pages in your web application.

Can I use this performance audit workflow for pre-release gates and post-release reviews?

Yes, you can use this performance audit workflow for pre-release gates, post-release reviews, and ongoing optimization of slow pages across production sites. It establishes baselines to verify improvements and catch regressions.

How do I establish a baseline to optimize Core Web Vitals and prevent regressions?

You establish a baseline to optimize Core Web Vitals by running Lighthouse audits to identify slow pages and key metrics. Comparing baseline results over time verifies improvements and prevents performance regressions.

Do I need to run Chrome DevTools and Lighthouse together to fix web performance issues?

You do not necessarily need to run Chrome DevTools and Lighthouse simultaneously to fix web performance issues. Lighthouse drives baseline audits, while DevTools handles runtime profiling, and WebPageTest provides additional baseline data.

What are the limitations of using Lighthouse for web performance audits?

A limitation of using Lighthouse for web performance audits is that it provides baseline metrics but may not fully capture runtime bottlenecks. You must combine it with bundle-size analysis and Chrome DevTools profiling to pinpoint all slow pages.