Project

General

Profile

Why all the controller execution spent a lot of time: *7858ms*

Added by Kyle Huang about 13 years ago

Would you please kindly take a look ?
It worked fine last week.
But now the response is very slow, please see the detail below:

ruby script/server webrick -e production
=> Booting WEBrick
=> Rails 2.3.11 application starting on http://0.0.0.0:3000
=> Call with -d to detach
=> Ctrl-C to shutdown server
[2011-08-29 11:20:17] INFO WEBrick 1.3.1
[2011-08-29 11:20:17] INFO ruby 1.8.7 (2011-06-30) [i686-linux]
[2011-08-29 11:20:27] INFO WEBrick::HTTPServer#start: pid=32177 port=3000

Processing WelcomeController#index (for 192.168.0.66 at 2011-08-29 11:22:35) [GET]
Parameters: {"action"=>"index", "controller"=>"welcome"}
Rendering template within layouts/base
Rendering welcome/index
Completed in 7858ms (View: 7817, DB: 14) | 200 OK [http://192.168.0.102/]

How can I analyse the detail process ?
I have disabled the email config.
Please let me know if you need more information.


Replies (2)

RE: Why all the controller execution spent a lot of time: *7858ms* - Added by Kyle Huang about 13 years ago

Resolved. Caused by the internal name server......
Thanks all the same.

RE: Why all the controller execution spent a lot of time: *7858ms* - Added by André Bachmann about 13 years ago

Could you please be more specific? I also have these long pauses from time to time.

    (1-2/2)