Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 431 Bytes

File metadata and controls

12 lines (10 loc) · 431 Bytes
description Analyze a component or page for performance issues
allowed-tools Read, Glob, Grep, Bash
argument-hint <file-path>

Analyze $1 for:

  • React: Unnecessary 'use client'? Missing memoization? Re-render issues?
  • Data: Selective fields? N+1 queries? Pagination? Caching (ISR/SWR)?
  • Bundle: Optimized imports? Next.js <Image>?

Report issues by severity (Critical/Warning) with specific fixes.