web-performance-web-performance

Installation
SKILL.md

Web Performance Patterns

Quick Guide: Three numbers decide whether a page is fast: LCP under 2.5s, INP under 200ms, CLS under 0.1. Bundle size is the lever that moves the first two, so budget it — around 200 KB gzipped for the main bundle — and split by route. Measure before optimising and measure again in production, because a lab score and a real user's session disagree. With the React Compiler enabled, memoisation is automatic; a hand-written useMemo needs a profile behind it.

Detailed Resources:


Which path applies

Installs
77
GitHub Stars
24
First Seen
Apr 7, 2026
web-performance-web-performance — agents-inc/skills