performance-optimization

Profile application performance, identify bottlenecks, and validate improvements with baseline data.

3|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/vtgiang-dotcom/Solo-Code-Harness --skill performance-optimization-vtgiang-dotcom
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance-optimization
Source: https://github.com/vtgiang-dotcom/Solo-Code-Harness/tree/main/.gemini/antigravity/skills/performance-optimization
Command: npx skills add https://github.com/vtgiang-dotcom/Solo-Code-Harness --skill performance-optimization-vtgiang-dotcom

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Profile and optimize application performance using deliberate measurement to avoid guesswork and regression risk.

Core Features & Use Cases

  • Measure performance with real data (synthetic + real-user) to identify bottlenecks.
  • Target frontend and backend optimizations (LCP, TTFB, DB queries, caching) with proven workflows.
  • Provide guidelines for verifying improvements and maintaining performance budgets in CI.

Quick Start

Run a baseline performance audit on your app and implement at least one bottleneck fix, then re-measure.

Frequently Asked Questions about performance-optimization

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

FAQPage Schema
How do I profile application performance and identify bottlenecks?

To profile application performance, you must gather real baseline data using synthetic and real-user monitoring to identify bottlenecks across frontend and backend systems before applying optimizations.

What is the best way to improve Core Web Vitals and reduce LCP?

The best way to improve Core Web Vitals and reduce LCP is to measure baseline frontend performance, implement targeted bottleneck fixes, and re-measure to validate the improvements.

How do I optimize backend API latency and database query efficiency?

To optimize backend API latency and database query efficiency, profile your user journeys to identify slow queries, implement caching or query improvements, and validate latency reductions with measured data.

Can I enforce performance budgets in CI to prevent regression?

Yes, you can enforce performance budgets in CI by establishing baseline metrics and setting up automated guards that validate measured changes, preventing performance regressions from reaching production.

Does optimizing frontend performance require real-user monitoring data?

Yes, optimizing frontend performance requires real-user monitoring data alongside synthetic tests to accurately identify bottlenecks and ensure improvements reflect actual user journeys.

Why does my performance optimization cause regression in other areas?

Performance optimization causes regression when changes are made without baseline data or measurable validation, which is why enforcing performance budgets and re-measuring after fixes is critical.