performance-profiling

Audit web performance and identify bottlenecks using Lighthouse audits.

Updated Mar 8, 2026
One-click install
npx skills add https://github.com/darthlinuxer/dialectic-crew-ai --skill performance-profiling-darthlinuxer
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-profiling
Source: https://github.com/darthlinuxer/dialectic-crew-ai/tree/main/src/mcp/skills/performance-profiling
Command: npx skills add https://github.com/darthlinuxer/dialectic-crew-ai --skill performance-profiling-darthlinuxer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires lighthouse, and includes scripts (resource) components.

What problem does it solve?

Identify and reduce performance bottlenecks in web pages by applying structured measurement, analysis, and optimization workflows using Lighthouse and related tooling.

Core Features & Use Cases

  • Profiling workflow: baseline measurement, bottleneck identification, targeted fixes, and validation.
  • Tooling integration: Lighthouse audits, runtime profiling, and performance summaries.
  • Use Case: Integrate into local development, CI, and production monitoring to ensure pages meet performance targets.

Quick Start

Run the Lighthouse-based profiling workflow on a URL to generate a performance report.

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?

You can profile web performance by running Lighthouse audits on local development URLs, which generates baseline scores and identifies specific bottlenecks to optimize before deployment.

Can I integrate Lighthouse audits into a CI/CD pipeline?

Yes, you can integrate Lighthouse audits into CI/CD pipelines by executing the provided scripts to automatically measure web performance, verify accessibility scores, and enforce best practices during builds.

What is a structured web performance profiling workflow?

A structured web performance profiling workflow systematically measures a baseline, identifies bottlenecks, applies targeted fixes, and validates the results using Lighthouse to ensure pages meet performance targets.

How do I verify web accessibility and best practices during production monitoring?

You verify web accessibility and best practices during production monitoring by orchestrating Lighthouse audits against live URLs, summarizing the performance scores, and exposing scripts to execute the validation tasks.

Does this performance profiling approach work for local development and production?

Yes, this performance profiling approach works for local development and production by spanning both environments with Lighthouse audits to continuously measure, optimize, and verify web performance, accessibility, and best practices.