performance-optimization

Measure baseline performance, identify bottlenecks, and verify optimizations.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/AskTinNguyen/vesper-team-skills --skill performance-optimization-asktinnguyen
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: performance-optimization
Source: https://github.com/AskTinNguyen/vesper-team-skills/tree/main/performance-optimization
Command: npx skills add https://github.com/AskTinNguyen/vesper-team-skills --skill performance-optimization-asktinnguyen

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Performance issues slow user experience and cost resources; this skill provides a repeatable workflow to identify and fix bottlenecks.

Core Features & Use Cases

  • Measure baseline performance across frontend and backend to establish data-driven targets.
  • Identify bottlenecks using profiling, logs, and CWV metrics, then apply targeted optimizations.
  • Re-measure to verify improvements and establish guardrails to prevent regressions.

Quick Start

Run a baseline performance audit on your application, then implement a focused optimization cycle based on the findings.

Frequently Asked Questions about performance-optimization

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

FAQPage Schema
How do I measure and reduce web app performance bottlenecks?▼

To reduce performance bottlenecks, measure a baseline using profiling and logs, apply targeted optimizations, then re-measure to verify improvements and establish guardrails against regressions.

What is the best way to improve Core Web Vitals across a web application?▼

Improving Core Web Vitals requires a repeatable workflow: establish data-driven targets by measuring your baseline, identify bottlenecks using CWV metrics, and apply targeted frontend and backend fixes.

How do I profile frontend load times and server response times?▼

Profile frontend load times and server response times by running a baseline performance audit, then implement a focused optimization cycle based on your findings to systematically lower both metrics.

Can I use Lighthouse measurement to establish data-driven performance targets?▼

Lighthouse measurement helps establish data-driven performance targets by auditing your baseline, which you then use to guide targeted optimizations and verify improvements across your web application.

How to prevent performance regressions after applying optimizations?▼

Prevent performance regressions by re-measuring your application after applying fixes to verify improvements, and establishing guardrails that systematically protect your baseline Core Web Vitals targets.