web-performance

Diagnose slow page loads and Core Web Vitals issues in frontend workflows.

5|1|Updated Jun 17, 2026
One-click install
npx skills add https://github.com/roanbrasil/engineer-grade-agent-skills --skill web-performance-roanbrasil
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: web-performance
Source: https://github.com/roanbrasil/engineer-grade-agent-skills/tree/main/skills/web-performance
Command: npx skills add https://github.com/roanbrasil/engineer-grade-agent-skills --skill web-performance-roanbrasil

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill solves the common pain points of slow web page load times, poor Core Web Vitals scores that harm user experience and search engine rankings, inefficient resource loading that wastes bandwidth, and suboptimal rendering strategies that cause layout shifts and unresponsive interactions.

Core Features & Use Cases

It provides actionable, metric-specific guidance for optimizing Largest Contentful Paint (LCP), Interaction to Next Paint (INP), and Cumulative Layout Shift (CLS), tuning critical rendering paths to eliminate render-blocking resources, optimizing images, fonts, and JavaScript bundles for size and load efficiency, configuring multi-layer caching strategies (browser, service worker, CDN), and selecting the optimal server-side rendering approach (SSG, ISR, SSR, CSR) for different content types. For example, you can use it to resolve a 4.2s LCP on an e-commerce product page by implementing LCP image preloading, WebP format conversion, and CDN edge caching to cut load time in half and reduce cart abandonment rates.

Quick Start

Use the web-performance skill to diagnose your site's performance bottlenecks, optimize Core Web Vitals metrics, and implement caching and rendering improvements to boost page load speed and user experience.

Frequently Asked Questions about web-performance

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

FAQPage Schema
How do I fix a slow Largest Contentful Paint (LCP) on my web pages?

Diagnose poor Core Web Vitals by analyzing the critical rendering path to eliminate render-blocking resources, auditing JavaScript bundle sizes, and identifying inefficient resource loading that causes slow page load times.

What's the best way to reduce Cumulative Layout Shift (CLS) and render-blocking resources?

Optimize Core Web Vitals by tuning the critical rendering path to eliminate render-blocking resources, reducing JavaScript bundle size, and implementing multi-layer caching strategies across browser, service worker, and CDN layers.

Can I use service worker and CDN caching strategies to improve page speed?

Implement multi-layer caching strategies spanning browser, service worker, and CDN configurations to optimize resource loading, reduce bandwidth waste, and prevent render-blocking resource bottlenecks.

How do I choose between SSR, SSG, ISR, and CSR rendering patterns for web performance?

Select optimal server-side rendering patterns—SSG, ISR, SSR, or CSR—based on content type requirements to improve rendering efficiency, reduce layout shifts, and satisfy Core Web Vitals technical constraints.