performance-profiler
Installation
SKILL.md
Performance Profiler
Comprehensive performance analysis and optimization toolkit
Quick Commands
# CPU profiling
node --inspect app.js
chrome://inspect
# Memory profiling
node --expose-gc --trace-gc app.js
# Bundle size analysis
npx webpack-bundle-analyzer stats.json