Perf Check banner
naman10parikh naman10parikh

Perf Check

Development community

Description

Performance analysis of the Energy platform. 1. **Bundle size**: Run `pnpm --filter @energy/web build` and check output sizes 2. **TypeScript compilation**: Time `pnpm --filter @energy/web exec tsc --noEmit` 3. **Import analysis**: Find circular imports and large import chains 4. **API route analysis**: Check for N+1 queries, missing caching, unbounded loops 5. **Component render analysis**: Look for unnecessary re-renders, missing memoization, large component trees 6. **SSE/streaming**: Check

Installation

Installs to ~/.claude/commands/naman10parikh-agentgrid-perf-check.md

Terminal
mkdir -p ~/.claude/commands && curl -fsSL https://raw.githubusercontent.com/naman10parikh/agentgrid/HEAD/.claude/commands/perf-check.md -o ~/.claude/commands/naman10parikh-agentgrid-perf-check.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository