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
ruby-on-rails
|ruby
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