performance

Measure baselines, profile bottlenecks, and validate performance improvements.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/anshul-garg27/claude-enhancement-suite --skill performance-anshul-garg27
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance
Source: https://github.com/anshul-garg27/claude-enhancement-suite/tree/main/.claude/skills/performance
Command: npx skills add https://github.com/anshul-garg27/claude-enhancement-suite --skill performance-anshul-garg27

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Performance challenges in code paths that degrade user experience or increase costs.

Core Features & Use Cases

  • Measure baseline across code paths, databases, and network.
  • Profile bottlenecks and root causes across systems.
  • Iterate with data-driven optimizations and verify improvements.

Quick Start

Begin by running a baseline measurement to establish the current performance of the slow path, then proceed through profiling, analysis, and targeted fixes.

Frequently Asked Questions about performance

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

FAQPage Schema
How do I find performance bottlenecks in slow database queries and backend services?

Benchmark latency by establishing data-driven baselines across frontend workflows, backend services, and databases before profiling. Iterative optimization then validates improvements by comparing measurable before-and-after results against the initial performance baseline.

What is the best way to profile and optimize slow code paths?

The best way to optimize slow code paths is establishing a baseline measurement, profiling to identify root-cause bottlenecks by domain, and iterating with data-driven fixes. Validate improvements by measuring before-and-after latency results to ensure effective optimization.

Can I use this approach to improve frontend workflow latency?

Yes, you can use this approach to improve frontend workflow latency by profiling cross-cutting bottlenecks specific to the frontend. The process enforces data-driven baselines and validates optimization improvements with measurable before-and-after results across the targeted workflow.

Why does my code path performance degrade under load, and how do I measure it?

Performance degrades under load due to unprofiled cross-cutting bottlenecks across databases, code, or networks. Measure it by establishing a data-driven baseline for the slow path, then profile root causes to validate iterative optimizations with before-and-after metrics.

When should I not use baseline profiling for performance optimization?

Avoid using baseline profiling for performance optimization when you lack measurable before-and-after metrics to validate improvements. Data-driven baselines are essential for isolating root-cause bottlenecks and verifying that iterative optimizations actually reduce latency.