If you’re using Bundler with Rails 2.3.5 or Rails 3 and the app is very slow to initialize, try gem update bundle then bundle.lock and then in future when you update bundle use bundle install --relock. This tip helped me go from 18 sec load time to 3 sec.