Is anyone else seeing significantly worse performance after upgrading an app to Rails3?
Two datapoints after upgrading an app: * an action that averages ~550ms in Rails2.3.5 averages nearly twice as long (1020ms) in Rails3beta2. * startup time is much longer in Rails2. To demonstrate, I'm using runner: ### Rails 2.3.5: ~/projects/rails/tempo(master) $ time ruby script/runner 'puts "Rails 2 here"' Rails 2 here *real** **0m2.366s* ### Rails 3beta2: ~/projects/rails/tempo(rails3) $ time rails runner 'puts "Rails 3 here"' Rails 3 here *real** **0m12.053s* That's 5x longer for Rails 3. Same app, same Ruby version (1.8.7p249). Anyone seeing something similar, or (hopefully) better? -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.

