Diagnoses and resolves performance bottlenecks across codebases, databases, and APIs to ensure high-speed application performance.
The Performance Optimizer skill provides a comprehensive framework for identifying and fixing latency issues, high resource consumption, and slow response times. It guides developers through a rigorous 'Measure-Optimize-Verify' workflow, offering specific strategies for database indexing, API parallelization, frontend memoization, and memory management. By emphasizing empirical measurement before and after changes, this skill ensures that optimizations deliver tangible improvements rather than just cleaner code. Whether you are dealing with a laggy user interface, a struggling backend, or inefficient algorithms, this tool helps establish performance budgets and implement production-grade speed enhancements.
주요 기능
01Memory leak detection and algorithmic efficiency improvements
0231,721 GitHub stars
03Automated performance profiling and bottleneck identification
04Frontend bundle size reduction and rendering optimization
05API response time enhancement through parallelization and caching
06Database query optimization including N+1 fix and indexing
사용 사례
01Scaling API performance to handle increased traffic and large payloads
02Optimizing slow database queries and eliminating inefficient data fetching
03Reducing high page load times and UI lag in web applications