Critical Rule: Never optimize without data. Always profile before and after changes.
Common Bottleneck Categories | Category | Symptoms | Tools |
| CPU | High CPU usage, slow computation | Profiler, flame graphs | | Memory | High RAM, GC pauses, OOM | Heap snapshots, memory profiler | | I/O | Slow disk/network, waiting | strace, network inspector | | Database | Slow queries, lock contention | Query analyzer, EXPLAIN |
Analizza e ottimizza le prestazioni delle applicazioni a livello di frontend, backend e database. Da utilizzare per diagnosticare rallentamenti, migliorare i tempi di caricamento, ottimizzare le query, ridurre le dimensioni del bundle o quando vengono richiesti problemi di prestazioni. Fonte: cloudai-x/claude-workflow.