Articles 2 / 2

Squeeze node.js performance with flame graphs
We will investigate and optimize a node.js api using flame graphs, caching and request-batching techniques

How to serve 10x more request using asynchronous request batching
Asynchronous request batching is one of the simplest yet extremely effective api optimization technique, every node.js developer should add it in his repertoire.