Skip to content

joevandyk/slow-rails

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Joe Van Dyk
May 15, 2011
a7f15b5 · May 15, 2011

History

5 Commits
May 15, 2011
May 15, 2011
May 15, 2011
May 15, 2011
May 15, 2011
May 15, 2011
May 15, 2011
May 15, 2011
May 15, 2011
May 15, 2011
May 15, 2011
May 15, 2011
May 15, 2011
May 15, 2011
May 15, 2011
May 15, 2011
May 15, 2011

Repository files navigation

The list of gems in the Gemfile is taken from http://www.ruby-forum.com/topic/393617. 

Other than the Gems and one model, this is an empty rails application.

With Ruby 1.9.2-p180 installed with rvm, Rails takes 20 seconds to start (measured by 'rake').  Same for ruby-1.9.2-head.

With REE 1.8.7, 'rake' runs in 7 seconds.

If you want to profile it, install the ruby-prof gem and then do:
ruby-prof `which rake` > /tmp/out
Here is my profile output for 1.9.2: http://dl.dropbox.com/u/6607107/profile.txt

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published