How do I debug a slow rails app boot time? How do I debug a slow rails app boot time? ruby ruby

How do I debug a slow rails app boot time?


I know this is an old question but I recently had an issue with load times and this is my fork of gem which helped me find which gems were the slowest, the good thing about this gem is that loads up with the rails console, and all the initializers are run.

https://github.com/mark-ellul/Bumbler