performance-profiling

Run Lighthouse audits to profile website performance and web vitals.

1|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/NabilThange/ohm-band --skill performance-profiling-nabilthange
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-profiling
Source: https://github.com/NabilThange/ohm-band/tree/main/.agent/skills/performance-profiling
Command: npx skills add https://github.com/NabilThange/ohm-band --skill performance-profiling-nabilthange

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill unit assists developers in efficiently measuring, analyzing, and optimizing the performance of websites.

Core Features & Use Cases

  • Performance Audits: Utilizes Lighthouse for performance auditing.
  • Bundle Analysis: Analyzes the size and efficiency of code bundles.
  • Runtime Profiling: Assesses real-time performance bottlenecks.
  • Use Case: Developers can use this skill to quickly identify and fix performance issues on a web page.

Quick Start

Execute a performance audit for 'https://example.com' by running python scripts/lighthouse_audit.py https://example.com.

Frequently Asked Questions about performance-profiling

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

FAQPage Schema
How do I run a Lighthouse audit for website performance profiling?

Run a Lighthouse audit for website performance profiling by executing `python scripts/lighthouse_audit.py https://example.com` to evaluate web vitals and best practices compliance for a target URL.

What is web vitals performance profiling and when do I need it?

Web vitals performance profiling measures and analyzes real-time bottlenecks, code bundle efficiency, and best practices compliance to identify issues during frontend web development or QA optimization workflows.

Can I use performance profiling scripts to analyze code bundle size efficiency?

Yes, performance profiling scripts analyze the size and efficiency of code bundles alongside runtime bottlenecks to help developers quickly identify and fix web page performance issues.

Does website optimization profiling work for both development and production web apps?

Website optimization profiling evaluates and improves web application performance across both development and production environments, making it suitable for frontend developers and QA engineers.

What's the best way to identify real-time performance bottlenecks on a web page?

The best way to identify real-time performance bottlenecks is using runtime profiling assessments integrated with Lighthouse to measure web vitals and best practices compliance automatically.