On 10 September 2012 00:31, Pradeep Singh <
li...@ruby-forum.com> 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
> --
> 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
rubyonra...@googlegroups.com.
> To unsubscribe from this group, send email to
rubyonrails-ta...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>