Open neophob opened 8 years ago
I use request-time to measure how long the deps need to be found with node:
# ./node_modules/.bin/require-time 1146ms express 2038ms loggly 425ms node-cache 1ms q 389ms request 374ms winston
the reason for the long loading time are the 67 required dependencies, see http://npm.anvaka.com/#/view/2d/loggly. compared with v0.3.x where only 3 deps are needed.
I use request-time to measure how long the deps need to be found with node: