finding process bottlenecks rails/ruby

Posted by Ben on Stack Overflow See other posts from Stack Overflow or by Ben
Published on 2010-05-24T18:00:12Z Indexed on 2010/05/24 21:41 UTC
Read the original article Hit count: 266

Filed under:
|

I just got started with rails, and when I testing in development mode, I see in the logs that my Mailer action is taking 1175ms. Is there anyway to find out what exactly is the slow step?

Also, there is a line that says (View:2, DB:1). I assume the DB means number of database lookups, but what about the view?

© Stack Overflow or respective owner

Related posts about ruby-on-rails

Related posts about ruby