Node.js Performance - Full Stack Reference Map

// Metrics · profiling · load testing · tracing · database · frontend · production checklist

36 total topics
Metrics
Profiling
Load
Frontend
01Metrics - What To Measure- Latency, throughput, event-loop lag, RED, USE, and SLO numbers
02Profiling - CPU, Memory, Async- Find exactly where time and memory go inside Node.js
03Load Testing- Generate controlled traffic and read the latency/RPS curve
04Tracing & Instrumentation- Connect request latency to spans, logs, metrics, and downstream calls
05Database Performance- Node database pools, slow queries, N+1, Redis, and caching
06Frontend Performance From Node- Browser performance controlled by Node servers, headers, and tests
07Production Checklist- The combined Node performance playbook before and after launch
Optimize in this order: measure first, profile the bottleneck, change one thing, load test again, then ship with dashboards and alerts.