Skip to content

Instantly share code, notes, and snippets.

@rmm5t
Last active December 14, 2015 08:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rmm5t/5057524 to your computer and use it in GitHub Desktop.
Save rmm5t/5057524 to your computer and use it in GitHub Desktop.
Slow Rails startup time with ruby 1.9.3-p392

Ruby 1.9.3-p392

$ time script/rails console
Loading development environment (Rails 3.2.12)
>> ^D

real    0m7.363s
user    0m6.352s
sys     0m0.919s

Ruby 1.9.3-p385

$ time script/rails console
Loading development environment (Rails 3.2.12)
>> ^D

real    0m4.358s
user    0m3.374s
sys     0m0.878s

Ruby 1.9.3-p385 (with performance patch)

$ time script/rails console
Loading development environment (Rails 3.2.12)
>> ^D

real    0m2.659s
user    0m2.048s
sys     0m0.603s
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment