winstonjs / node-loggly

A client implementation for Loggly in node.js
http://github.com/winstonjs/node-loggly
Other
233 stars 80 forks source link

Long loading time #61

Open neophob opened 8 years ago

neophob commented 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
neophob commented 8 years ago

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.