This ebook provides everything you need to know about how to improve Node.js performance at scale
Divided into three main components for improving performance:
CPU
- Exposing the V8 inspector via the the Chrome DevTools Protocol
- Time measuring CPU
- Performance Timing API
- Scaling CPU
#### Memory - Memory structure - Memory profile - Garbage collector utilization
#### Network - Cache - Load test