2

I am running Rails 4.2.4 on Win7 x64 and it is very slow for commands like rake test or rails s. After running a script that puts the timing into the loop of initializer calls, I now see that there is a clear bottleneck:

                                                .....
                          define_main_app_helper: 0.000 sec
                           add_to_prepare_blocks: 0.000 sec
                           run_prepare_callbacks: 0.016 sec
                                     eager_load!: 0.000 sec
                                   **finisher_hook: 22.514 sec**
                        set_routes_reloader_hook: 0.109 sec
                     set_clear_dependencies_hook: 0.016 sec
                                         for all: 23.950 sec

namely finisher_hook @ 22.463 sec!!!

Does anyone have any idea what causes this or could prevent this? I could not find much on the net, except for that it is part of railties.

Community
  • 1
  • 1
Matthias
  • 1,573
  • 2
  • 14
  • 28

0 Answers0