performance-optimization

Optimize web and software performance through a measure-identify-fix-verify workflow.

1|Updated Apr 8, 2026
One-click install
npx skills add https://github.com/pko89403/ZeroAlign-Rec --skill performance-optimization-pko89403
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-optimization
Source: https://github.com/pko89403/ZeroAlign-Rec/tree/main/.agents/skills/performance-optimization
Command: npx skills add https://github.com/pko89403/ZeroAlign-Rec --skill performance-optimization-pko89403

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Optimizes web and application performance by guiding measurement and iterative fixes.

Core Features & Use Cases

  • Profiling workflow: Measure before optimizing with real data.
  • Bottleneck identification: Identify and verify bottlenecks across frontend and backend systems.
  • Structured optimization steps: Follow the repeatable workflow (Measure → Identify → Fix → Verify → Guard) with verification checks.
  • Performance budgets & CI integration: Define budgets and integrate checks in CI to prevent regressions.

Quick Start

Run a baseline performance audit on your target application, identify the top bottleneck, implement a fix, and re-measure to confirm improvement.

Frequently Asked Questions about performance-optimization

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

FAQPage Schema
How do I fix slow Core Web Vitals and high response times in my web application?

To fix slow Core Web Vitals and high response times, profile your application to establish a baseline, identify the top bottleneck, implement a targeted fix, and re-measure to verify the improvement before moving to the next issue.

What is the best way to identify frontend and backend performance bottlenecks?

The best way to identify performance bottlenecks is through systematic profiling that gathers real measurement data, ensuring you target the actual root cause rather than guessing at frontend or backend issues.

How do I prevent performance regressions in CI pipelines?

You can prevent performance regressions in CI by defining strict performance budgets and integrating automated verification checks into your pipeline to catch metric drops before deployment.

When do I need a structured performance optimization workflow?

You need a structured performance optimization workflow when your application's Core Web Vitals or response times fall below target thresholds and you require measurable improvements with verification steps to ensure stability.

Does this performance optimization approach work for both frontend and backend systems?

Yes, this performance optimization approach works for both frontend and backend systems by profiling real data across the entire stack to identify and verify bottlenecks regardless of where they originate.