Live data from Hacker News

Better Kernel#require profiling information

github.com

1–2 of 2 posts

Re: Better Kernel#require profiling information

#2
While this is interesting, for every Ruby app I've worked on where startup times became an issue, the culprit was trivially found with "strace" to be caused by excessive pollution of the load path to the point where pointless stat-calls totally dominates load time.