This skill guides you through performing comprehensive performance audits on web applications to identify bottlenecks, optimization opportunities, and performance regressions. Use this when preparing for production deployments, investigating performance issues, or conducting periodic performance reviews.
Objective: Understand the application architecture, tech stack, and performance surface area.
Objective: Identify large dependencies, code splitting opportunities, and dead code.
작업에 속도 최적화, 번들 크기 감소 또는 응답성 향상이 포함된 경우 사전에 로드하세요. 사용자가 "더 빠르게 만들기", "번들 크기 줄이기", "느린 쿼리 수정", "렌더링 최적화" 또는 "핵심 웹 바이탈 확인"이라고 말할 때 사용합니다. 번들 분석 및 트리 쉐이킹, 데이터베이스 쿼리 최적화(N+1, 인덱싱), React 렌더링 성능(재렌더링, 메모이제이션), 네트워크 워터폴 최적화, 메모리 누수 감지, 서버 측 성능 및 핵심 웹 바이탈(LCP, FID, CLS) 개선을 다룹니다. 출처: mgd34msu/goodvibes-plugin.