[Rails] Time taken by page to load

2010-01-25 Thread Hemant Bhargava
Champs, Is there any way to find out that how much time a page had taken to load itself ? Googled for it but no luck.. :'( -- Posted via http://www.ruby-forum.com/. -- You received this message because you are subscribed to the Google Groups Ruby on Rails: Talk group. To post to this group,

Re: [Rails] Time taken by page to load

2010-01-25 Thread Kristian Hellquist
You can check your rails logs. There you will find out how long time your request took in db, rendering views and the total time. /K 2010/1/25 Hemant Bhargava li...@ruby-forum.com: Champs, Is there any way to find out that how much time a page had taken to load itself ? Googled for it but no

Re: [Rails] Time taken by page to load

2010-01-25 Thread Peter De Berdt
On 25 Jan 2010, at 15:31, Hemant Bhargava wrote: Is there any way to find out that how much time a page had taken to load itself ? Googled for it but no luck.. :'( You can find that information in the production log and you can parse it using rawk

Re: [Rails] Time taken by page to load

2010-01-25 Thread Agustin Nicolas Viñao Laseras
You can use a Rack Middleware. This screencast show you how to do it: http://railscasts.com/episodes/151-rack-middleware Best regards ___ Agustin Viñao www.agustinvinao.com.ar agustinvinao (Skype) On Mon, Jan 25, 2010 at 11:39 AM, Peter De Berdt