What problem does it solve?
Slow applications lead to poor user experience, increased operational costs, and lost revenue. This Skill provides a structured, expert-guided approach to identify, analyze, and resolve performance bottlenecks across frontend, backend, and database layers, ensuring optimal application speed.
Core Features & Use Cases
- Comprehensive Profiling Strategy: Guides the use of tools like Lighthouse (frontend), APM (backend), and EXPLAIN (database) to pinpoint performance issues.
- Frontend Optimization: Offers techniques such as lazy loading, code splitting, debouncing, and memoization to improve Core Web Vitals.
- Backend & Database Optimization: Provides solutions for N+1 queries, missing indexes, unbounded queries, and effective caching strategies.
- Use Case: When a user reports a slow page load, use this skill to profile the frontend with Lighthouse, identify the Largest Contentful Paint (LCP) bottleneck, and suggest lazy loading images and code splitting to improve speed.
Quick Start
Analyze the performance of the user dashboard page and suggest frontend optimizations