How to hunt down a long running request in Rails
Posted
by Jake
on Stack Overflow
See other posts from Stack Overflow
or by Jake
Published on 2010-05-25T14:48:40Z
Indexed on
2010/05/25
14:51 UTC
Read the original article
Hit count: 461
ruby-on-rails
We have a customer complaining about a long running request. I found the request in the production.log but am not sure how to dig deeper into figuring out why it took so long. Is there any artifacts in the log that I should look for?
Also the DB and View times don't add up to the total request time.
© Stack Overflow or respective owner