Claude CodeadvancedPremium
Performance Investigation Protocol
Diagnose a perf regression the way an SRE would, not by sprinkling random optimizations.
Use case
A performance regression that needs surgical diagnosis, not random optimization.
The Prompt
Premium prompt
Unlock the full prompt
Get this and every premium prompt with the Inner Circle, $47/mo. Cancel anytime.
Already a member? Sign in.
Tags
#performance#investigation#sre
Related prompts
Extract Performance Bottlenecks From Runtime Logs
Parse application logs to identify slow operations, memory spikes, and latency patterns causing user friction.
Convert a Prisma Schema Into a Query Performance Risk Report
Reads your Prisma schema and flags relations, missing indexes, and model shapes likely to produce slow queries at scale.
Memory Leak Detector for Node.js
Scan Node.js code for common memory leak patterns and suggest fixes.
Extract Database Query N+1 Patterns From Code
Scan a codebase for N+1 query problems where loops trigger repeated database calls instead of batch operations.
