On 10 September 2012 00:31, Pradeep Singh <[email protected]> wrote: > Can anyone explain where are the milliseconds getting lost - > > Completed 200 OK in 438ms (Views: 145.0ms | ActiveRecord: 15.0ms) > > Completed 200 OK in 378ms (Views: 206.0ms | ActiveRecord: 2.0ms) > > Completed 200 OK in 275ms (Views: 62.0ms | ActiveRecord: 35.0ms) > > This is by far the most time consuming part of the entire request so I > am hoping to explore more.
Have a look at the Rails Guide on performance testing for useful information and techniques. Also google for rails profile for further ideas. Colin > > -- > Posted via http://www.ruby-forum.com/. > > -- > 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 https://groups.google.com/groups/opt_out. > > -- 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 https://groups.google.com/groups/opt_out.

