Actions
Bug #31679
closedActions that load the Rails stack are slow
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Rake tasks
Target version:
-
Description
The start up time of any service (e.g. foreman, dynflow) or action (foreman-rake) has gotten slower increasing the runtime for service restarts or installations. This bug aims to tackle this at the Foreman core level, looking at optimizations that can be made with the loading of the Rails stack.
Updated by Ewoud Kohl van Wijngaarden almost 4 years ago
- Related to Bug #31717: FastGettext initialization is slow added
Updated by Lukas Zapletal almost 4 years ago
- Subject changed from Actions that load the Rails stack are slow to Actions that load the Rails stack are slow
From what I can tell from #31715 debug output, initializers do not contribute very much. Must be something else, Ruby parsing too many RB files, Rails stack, amount of dependencies we have.
More discussion: https://community.theforeman.org/t/improving-rails-boot-time/22103
Updated by Lukas Zapletal almost 4 years ago
- Related to Bug #31715: Print debugging timing information for initializer added
Actions