What problem does it solve?
This Skill helps you identify and eliminate the specific causes of slow pages and poor user experience by measuring real performance signals (Core Web Vitals and Lighthouse) and then applying focused fixes across frontend and backend.
Core Features & Use Cases
- Lighthouse + Core Web Vitals audits: Run Lighthouse and inspect LCP, INP, CLS, TBT, FCP, and related diagnostics to pinpoint what is holding performance back.
- Frontend optimization playbooks: Apply targeted strategies for LCP, INP long tasks, CLS stability, and bundle-size reduction with performance budgets.
- Backend profiling and bottleneck detection: Profile Node.js/Python CPU, memory, heap, and typical production symptoms like N+1 queries, GC pressure, and connection pool issues.
- Caching strategy guidance: Choose appropriate caching layers (CDN/HTTP, Redis, app-memory/LRU) with safe TTL ranges to reduce response time.
Quick Start
Use the performance-profiler skill to run a Lighthouse audit for your URL, review the Core Web Vitals results, and then generate a prioritized fix plan for LCP, INP, CLS, and bundle size.