`console.log()` is *synchronous* (see: [this SO question for more info](https://stackoverflow.com/questions/6853566/node-js-console-log-performance)). Lets try to disable console logging to see if there are any performance gains.