performance-profiling

Identify performance bottlenecks in web applications using Lighthouse and DevTools traces.

8|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/gabriellpequeno/Reserva-Aqui---Projeto-de-fim-de-ciclo --skill performance-profiling-gabriellpequeno
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-profiling
Source: https://github.com/gabriellpequeno/Reserva-Aqui---Projeto-de-fim-de-ciclo/tree/main/.cursor/skills/performance-profiling
Command: npx skills add https://github.com/gabriellpequeno/Reserva-Aqui---Projeto-de-fim-de-ciclo --skill performance-profiling-gabriellpequeno

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

Este Skill ajuda a identificar gargalos de desempenho em páginas web antes de otimizações, assegurando que as ações de melhoria sejam baseadas em evidências (Lighthouse, DevTools e traços).

Core Features & Use Cases

  • Medição baseada em evidências: coleta de métricas com Lighthouse e traços de desempenho para embasar decisões.
  • Foco em métricas críticas: prioriza LCP, INP, CLS e mudanças de tamanho de bundle que afetam a experiência do usuário.
  • Casos de uso: ideal para avaliação de desempenho em pipelines de CI, revisões de performance de páginas web e otimizações orientadas por dados.

Quick Start

Execute o script lighthouse_audit.py com uma URL para iniciar a auditoria de desempenho.

Frequently Asked Questions about performance-profiling

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

FAQPage Schema
How do I identify web performance bottlenecks using Lighthouse and DevTools traces?

To identify web performance bottlenecks, you collect evidence-based metrics using Lighthouse and DevTools traces before optimizing. This approach prioritizes critical metrics like LCP, INP, and CLS to ensure data-driven improvements.

Can I run reproducible performance profiling in a CI pipeline?

Yes, you can run reproducible performance profiling in CI pipelines. The Skill executes end-to-end audits using the lighthouse_audit.py script, enabling consistent web performance measurements across multi-tenant builds.

What is evidence-based performance auditing for web applications?

Evidence-based performance auditing is the process of collecting Lighthouse metrics and DevTools traces to prescribe optimizations. It ensures actions target actual bottlenecks affecting user experience rather than assumptions.

How do I start a Lighthouse audit for my frontend application?

To start a Lighthouse audit, you execute the lighthouse_audit.py script with a target URL. This initiates the end-to-end performance profiling process and generates the required evidence-based measurements.

Does this performance profiling approach track Core Web Vitals like LCP and CLS?

Yes, this performance profiling approach tracks Core Web Vitals by focusing on critical metrics. It specifically prioritizes LCP, INP, CLS, and bundle size changes that directly impact the user experience.

When should I not use Lighthouse for performance measurement?

You should not rely solely on Lighthouse when you lack DevTools-compatible traces or cannot run the lighthouse_audit.py script. End-to-end profiling requires both to ensure accurate, reproducible evidence-based measurements.