Showing response time in a rails app.

Posted by anshul on Stack Overflow See other posts from Stack Overflow or by anshul
Published on 2010-03-26T11:50:10Z Indexed on 2010/03/26 11:53 UTC
Read the original article Hit count: 355

I want to display a This page took x seconds widget at the bottom of every page in my rails application. I would like x to reflect the approximate amount of time the request spent on my server. What is the usual way this is done in Rails?

© Stack Overflow or respective owner

Related posts about rails

Related posts about ruby-on-rails