performance-optimization

Identify and optimize application performance bottlenecks using measurement-driven baselines and verification.

Updated May 18, 2026
One-click install
npx skills add https://github.com/lucasloutayf/barberia-evolution --skill performance-optimization-lucasloutayf
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-optimization
Source: https://github.com/lucasloutayf/barberia-evolution/tree/main/.agents/skills/performance-optimization
Command: npx skills add https://github.com/lucasloutayf/barberia-evolution --skill performance-optimization-lucasloutayf

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Improves application performance by guiding measurement-driven optimization, helping teams avoid premature changes and focus on bottlenecks that truly impact user experience and Core Web Vitals.

Core Features & Use Cases

  • Baseline measurements: establish real-world performance data using synthetic tests and real-user metrics.
  • Bottleneck identification: locate the actual frontend and backend bottlenecks that slow users.
  • Targeted fixes & verification: implement fixes and re-measure to validate improvements, then embed guardrails to prevent regressions.
  • Practical use cases include reducing LCP/CLS/INP, lowering API latency, and optimizing large data processing tasks.

Quick Start

Run a baseline performance audit, identify the top bottleneck with real data, implement a targeted 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 identify and fix frontend performance bottlenecks?

To identify frontend performance bottlenecks, establish baseline measurements using real-user metrics and synthetic tests, locate the actual issues slowing users down, implement targeted fixes, and re-measure to verify the improvements and prevent regressions.

What is the best way to reduce API latency and optimize backend processing?

The best way to reduce API latency and optimize backend processing is by applying measurement-driven baselines, profiling the specific bottleneck causing delays, applying a targeted fix, and verifying the performance gain through repeatable measurement steps.

How does profiling help improve Core Web Vitals like LCP, CLS, and INP?

Profiling helps improve Core Web Vitals by establishing documented metric baselines for LCP, CLS, and INP, allowing you to pinpoint exact frontend bottlenecks and verify that your optimizations actually enhance the real-world user experience.

Can I apply measurement-driven optimization to large data processing tasks?

Yes, you can apply measurement-driven optimization to large data processing tasks by profiling the operation to establish a baseline, implementing targeted fixes to the slowest segments, and re-measuring to confirm the performance improvement.

Why should I measure performance before and after making optimizations?

You should measure performance before and after optimizations to avoid premature changes, ensure you are targeting bottlenecks that truly impact user experience, and create structured guardrails that prevent future performance regressions.

What's the best way to prevent performance regressions in web applications?

The best way to prevent performance regressions is to establish documented baseline metrics, apply targeted fixes based on real profiling data, and embed repeatable measurement steps that verify performance improvements before and after changes.