perf-web-optimization

Optimize web performance by addressing Core Web Vitals and reducing bundle sizes.

1|Updated Feb 26, 2026
One-click install
npx skills add https://github.com/Matheusrlr/payment-orchestrator --skill perf-web-optimization-matheusrlr
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: perf-web-optimization
Source: https://github.com/Matheusrlr/payment-orchestrator/tree/main/skills-catalog/skills/%28performance%29/perf-web-optimization
Command: npx skills add https://github.com/Matheusrlr/payment-orchestrator --skill perf-web-optimization-matheusrlr

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill addresses slow website loading times and poor user experience by systematically optimizing web performance metrics.

Core Features & Use Cases

  • Core Web Vitals Improvement: Focuses on enhancing LCP, CLS, and INP scores.
  • Bundle Size Reduction: Identifies and helps reduce JavaScript and CSS bundle sizes.
  • Image Optimization: Provides strategies for efficient image loading and formatting.
  • Caching Strategies: Implements effective caching headers for faster content delivery.
  • Use Case: A company's e-commerce site has a low Lighthouse score and high bounce rates due to slow loading. This Skill can be used to diagnose the issues and implement optimizations for faster page loads, leading to better user engagement and conversion rates.

Quick Start

Use the perf-web-optimization skill to analyze the current web performance of https://example.com and suggest improvements for Core Web Vitals.

Frequently Asked Questions about perf-web-optimization

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

FAQPage Schema
How do I improve my website's Core Web Vitals and Lighthouse scores?

To improve Core Web Vitals and Lighthouse scores, you must analyze site metrics to target LCP, CLS, and INP. This involves reducing bundle sizes, optimizing image loading formats, and implementing effective caching headers for faster content delivery.

What is the best way to reduce JavaScript and CSS bundle size for web performance optimization?

The best way to reduce bundle size for web performance optimization is through code splitting and proper asset handling. Analyzing your site metrics helps identify heavy JavaScript and CSS blocks to systematically strip them down.

How does caching affect Core Web Vitals like LCP and INP?

Caching affects Core Web Vitals by storing previously loaded resources, which directly reduces server response times and improves LCP. Effective caching strategies ensure faster content delivery, which also helps lower INP by reducing main thread blocking.

Why does my e-commerce site have a high bounce rate and poor Lighthouse performance?

A high bounce rate and poor Lighthouse performance often stem from slow loading times caused by large bundle sizes and unoptimized images. Diagnosing these site metrics allows you to implement code splitting and caching to improve user engagement.

Can I optimize web performance without adding external dependencies?

Yes, you can optimize web performance without external dependencies by focusing on code splitting, proper asset handling, and implementing caching headers. Analyzing your current site metrics provides the exact data needed to reduce bundle sizes natively.

When should I prioritize image loading optimization over bundle size reduction?

You should prioritize image loading optimization when site metrics indicate your LCP element is an image. If Lighthouse scores show delayed LCP due to heavy assets, shifting focus to image formatting and loading strategies yields the fastest user experience improvements.