Roadrunner will cache require resolutions to heavily improve startup speed of your node application.
$ npm install roadrunner
var roadrunner = require("roadrunner"); roadrunner.load(); // your code here roadrunner.save();