01Provides impact-based prioritization for performance issues from Critical to Low
02Optimizes JavaScript bundle size by flagging inefficient barrel file imports
03Identifies and eliminates asynchronous waterfalls via parallel execution patterns
04Detects and fixes redundant re-renders and stale closures in state updates
05Analyzes React Server Components for serialization and prop-drilling efficiency
061 GitHub stars