performance

Identify and prioritize web performance bottlenecks affecting load times.

1|Updated Feb 13, 2026
One-click install
npx skills add https://github.com/paialex/ai-skills-bank --skill performance-paialex
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: performance
Source: https://github.com/paialex/ai-skills-bank/tree/main/skills/performance
Command: npx skills add https://github.com/paialex/ai-skills-bank --skill performance-paialex

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps developers and teams reduce page load times and improve user experience by systematically identifying and fixing performance bottlenecks.

Core Features & Use Cases

  • Performance budgeting: set, enforce, and validate budgets for page weight, asset sizes, and timing to maintain fast experiences.
  • Guided optimizations: actionable recommendations across critical areas such as server response, resource loading, and code efficiency.
  • Audits & benchmarking: re-create Lighthouse-like checks to measure before/after improvements and track Core Web Vitals.

Quick Start

Measure your site's current performance, then apply the recommended optimizations to drive faster loads and better user satisfaction.

Frequently Asked Questions about performance

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

FAQPage Schema
How do I identify web performance bottlenecks affecting page load times?

Identify web performance bottlenecks by measuring server timing, resource loading, rendering, and caching against current baselines. This process applies evidence-based optimizations across typical production environments to systematically prioritize the issues degrading load times and user experience.

What's the best way to set and enforce performance budgets for web assets?

Set performance budgets by defining limits for page weight, asset sizes, and timing metrics. You can enforce and validate these budgets to maintain fast web loading speeds and prevent regressions during development.

How do I measure Core Web Vitals improvements using Lighthouse-like checks?

Measure Core Web Vitals improvements by documenting baselines and capturing before/after metrics. Recreate Lighthouse-like checks to validate that applied web performance optimizations yield measurable loading speed and user experience enhancements.

Can I optimize server response and resource loading without external dependencies?

Yes, you can optimize server response and resource loading without external dependencies. The Skill provides evidence-based best practices for code efficiency and caching directly within typical production environments to improve loading speed.

When should I prioritize rendering optimizations over server timing fixes?

Prioritize rendering optimizations over server timing fixes by analyzing documented baselines and performance budgets. Comparing before/after metrics across bottlenecks reveals whether resource loading or server response issues impact Core Web Vitals more severely.