What problem does it solve?
This Skill addresses slow application performance, scalability bottlenecks, and poor user experience by providing a systematic approach to optimization.
Core Features & Use Cases
- Identify Bottlenecks: Uses profiling tools to pinpoint performance issues in frontend, backend, and database layers.
- Database Tuning: Guides indexing, N+1 query fixes, and query optimization.
- Caching Strategies: Implements multi-layer caching (Redis, CDN, HTTP) for faster data retrieval.
- Frontend Optimization: Focuses on code splitting, image optimization, and bundle size reduction.
- Backend Optimization: Covers async processing, rate limiting, and API response tuning.
- Monitoring & Alerting: Sets up APM and dashboards for continuous performance tracking.
- Use Case: When your web application's pages load slowly and API responses are sluggish, this Skill will guide you through profiling, identifying the slowest database queries, implementing caching, and optimizing frontend assets to achieve sub-second response times.
Quick Start
Use the performance-optimizer skill to identify and fix slow page loads on https://yoursite.com.