On Jul 12, 2012, at 7:44 PM, Raphael Sofaer wrote: > Hi Matt, Vivek, > > Here's some more information. The app is running in production mode, > although I'd like it to be a reasonable speed in dev mode also, for > development. Dev mode now is up to twice as slow. There's tons of free > memory and cpu on the machine. Rails and hobo versions: > rails (3.0.5) > hobo (1.3.0)
Just to verify, which Ruby are you running on? (1.8.6 / 1.8.7 / 1.9.2) Some preliminary profiling on 1.9.2 is turning up (bizarrely) Array#to_s as a major time sink. This may be a side-effect of changes in 1.9 (it used to just glue all the strings together, now it adds brackets + inspects the strings). More as this develops. --Matt Jones -- You received this message because you are subscribed to the Google Groups "Hobo Users" 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/hobousers?hl=en.
