How do I debug a slow rails app boot time?

前端 未结 1 1698
余生分开走
余生分开走 2020-12-24 13:11

Our rails app is nice and fast once it is loaded but the startup is brutally slow. Console, passenger etc all take almost 10 seconds to kick in. Seems to be way more than

相关标签:
1条回答
  • 2020-12-24 13:19

    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

    0 讨论(0)
提交回复
热议问题