web-perf

Audit web page performance using Chrome DevTools MCP for Core Web Vitals and network issues.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/JuanJoseGonGi/skills --skill web-perf-juanjosegongi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-perf
Source: https://github.com/JuanJoseGonGi/skills/tree/main/web-perf
Command: npx skills add https://github.com/JuanJoseGonGi/skills --skill web-perf-juanjosegongi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill helps diagnose and fix issues that slow down websites, ensuring a faster and smoother experience for users.

Core Features & Use Cases

  • Core Web Vitals Analysis: Measures and identifies bottlenecks for LCP, CLS, and TBT.
  • Network Optimization: Detects render-blocking resources, network chains, and caching problems.
  • Accessibility Audits: Flags high-level accessibility gaps impacting user experience.
  • Use Case: Audit a slow-loading e-commerce product page to identify why its LCP is over 4 seconds and recommend specific image and script optimizations.

Quick Start

Analyze the web performance of the provided URL 'https://example.com'.

Frequently Asked Questions about web-perf

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

FAQPage Schema
How do I audit Core Web Vitals to diagnose slow web performance?

To audit Core Web Vitals, you analyze LCP, CLS, and TBT metrics to identify performance bottlenecks. This detects render-blocking resources, network dependency chains, and layout shifts to profile and debug page load speed.

What is the best way to identify render-blocking resources and network dependency chains?

Identifying render-blocking resources and network chains requires network optimization analysis. It detects scripts and assets blocking page render, caching problems, and dependency chains to optimize website speed and Lighthouse scores.

How does Chrome DevTools help debug website speed and Lighthouse scores?

Chrome DevTools helps debug website speed by profiling page load performance and analyzing network dependency chains. It measures Core Web Vitals, flags caching issues, and identifies render-blocking resources to improve Lighthouse scores.

Can I detect accessibility gaps that impact web page performance and user experience?

Yes, you can detect accessibility gaps that impact user experience. Accessibility audits flag high-level issues during web performance profiling, ensuring a smoother and faster experience for users interacting with the page.

Why does my e-commerce product page have an LCP over 4 seconds and how do I fix it?

An LCP over 4 seconds on an e-commerce page is caused by render-blocking resources, unoptimized images, or network dependency chains. Analyze Core Web Vitals to pinpoint bottlenecks and recommend specific image and script optimizations.

When should I not use a web performance audit for layout shifts and caching issues?

You should not use a web performance audit when diagnosing backend server downtime or database latency. It specifically targets frontend rendering, layout shifts, caching issues, and Core Web Vitals rather than server-side infrastructure limits.