web-performance-audit

aj-geddes/useful-ai-prompts · updated Apr 8, 2026

$npx skills add https://github.com/aj-geddes/useful-ai-prompts --skill web-performance-audit
0 commentsdiscussion
summary

Web performance audits measure load times, identify bottlenecks, and guide optimization efforts to create faster, better user experiences.

skill.md

Web Performance Audit

Table of Contents

Overview

Web performance audits measure load times, identify bottlenecks, and guide optimization efforts to create faster, better user experiences.

When to Use

  • Regular performance monitoring
  • After major changes
  • User complaints about slowness
  • SEO optimization
  • Mobile optimization
  • Performance baseline setting

Quick Start

Minimal working example:

Core Web Vitals (Google):

Largest Contentful Paint (LCP):
  Measure: Time to load largest visible element
  Good: <2.5 seconds
  Poor: >4 seconds
  Impacts: User perception of speed

First Input Delay (FID):
  Measure: Time from user input to response
  Good: <100 milliseconds
  Poor: >300 milliseconds
  Impacts: Responsiveness

Cumulative Layout Shift (CLS):
  Measure: Visual stability (unexpected layout shifts)
  Good: <0.1
  Poor: >0.25
  Impacts: User frustration

---

Additional Metrics:

First Contentful Paint (FCP):
// ... (see reference guides for full implementation)

Reference Guides

Detailed implementations in the references/ directory:

Guide Contents
Performance Metrics Performance Metrics
Performance Analysis Process Performance Analysis Process
Optimization Strategies Optimization Strategies
Monitoring & Continuous Improvement Monitoring & Continuous Improvement

Best Practices

✅ DO

  • Measure regularly (not just once)
  • Use field data (real users) + lab data
  • Focus on Core Web Vitals
  • Set realistic targets
  • Prioritize by impact
  • Monitor continuously
  • Setup performance budgets
  • Test on slow networks
  • Include mobile in testing
  • Document improvements

❌ DON'T

  • Ignore field data
  • Focus on one metric only
  • Set impossible targets
  • Optimize without measurement
  • Forget about images
  • Ignore JavaScript costs
  • Skip mobile performance
  • Over-optimize prematurely
  • Forget about monitoring
  • Expect improvements without effort

Discussion

Product Hunt–style comments (not star reviews)
  • No comments yet — start the thread.
general reviews

Ratings

4.742 reviews
  • Shikha Mishra· Dec 28, 2024

    Useful defaults in web-performance-audit — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Sofia Harris· Dec 24, 2024

    I recommend web-performance-audit for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Aarav Abebe· Dec 20, 2024

    Useful defaults in web-performance-audit — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Amelia Mensah· Dec 8, 2024

    web-performance-audit is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Neel Thompson· Nov 27, 2024

    Useful defaults in web-performance-audit — fewer surprises than typical one-off scripts, and it plays nicely with `npx skills` flows.

  • Rahul Santra· Nov 19, 2024

    web-performance-audit is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Advait Martinez· Nov 15, 2024

    Keeps context tight: web-performance-audit is the kind of skill you can hand to a new teammate without a long onboarding doc.

  • Yuki Rahman· Nov 11, 2024

    web-performance-audit is among the better-maintained entries we tried; worth keeping pinned for repeat workflows.

  • Noor Abebe· Oct 18, 2024

    I recommend web-performance-audit for anyone iterating fast on agent tooling; clear intent and a small, reviewable surface area.

  • Pratham Ware· Oct 10, 2024

    Keeps context tight: web-performance-audit is the kind of skill you can hand to a new teammate without a long onboarding doc.

showing 1-10 of 42

1 / 5