Skip to content

stefanpenner/node-require-timings

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

require-timings

Tiny module to help track down pesty slow requires. For some classes of application, like a commandline tool, initial boot is quite important. This module makes it quite simple to roughly see which modules requires are slowing boot.

usage:

npm install --save node-require-timings

then in your entry file

require('node-require-timings');

thats it, now your tool will emit timings for each require.

About

quick lib to quickly discover which modules are costly to require

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published