Performance Improvement via node 4 to node 6
Performance improvement via babel tranpilation removal
My team at work recently upgraded our codebase to use to node 6.9, as node 6 has recently gone to LTS.
In the picture below, the 1st line is the upgrade from node 4 to node 6, and the corresponding flattening of memory usage vs. load.
The 2nd line is our removal of redis connection queueing in the application.
All of all, the memory consumption of our application is now averaging around 150MB, down from a high of 1GB!
Hope this information helps all those teams considering upgrading their node projects.