My 3.1.3 rails app takes quite a while to start up, and even running rails console
seems to take longer than it reasonably should. For example, with my app it's 50 seconds from rails c
to the command prompt. In a test fresh rails app (e.g. from rails new
) it's about 5 seconds.
Needless to say, this is really annoying, particularly when trying to run tests, etc.
I've seen the links at https://stackoverflow.com/a/5652640/905282 but they're pretty involved; I was hoping for maybe something that would be at a higher level, like "oh yeah, here's how long each gem is taking up during startup".
Suggestions, or do I just need to dive into the details?