Skip to content

Instantly share code, notes, and snippets.

@ch1ago
Created December 28, 2010 23:29
Show Gist options
  • Save ch1ago/757906 to your computer and use it in GitHub Desktop.
Save ch1ago/757906 to your computer and use it in GitHub Desktop.
==> production.log <==
Starting the New Relic Agent.
#tempo para renderizar o corpo da pagina
Started GET "/s" for 187.54.96.15 at 2010-12-28 15:26:10 -0800
Processing by SiteController#search as HTML
Rendered parts/_search_box.html.erb (49.0ms)
Rendered site/search.html.erb within layouts/application (136.8ms)
Completed 200 OK in 145ms (Views: 130.6ms | ActiveRecord: 30.1ms)
#tempo para renderizar a pesquisa ajax
Started POST "/s/data" for 187.54.96.15 at 2010-12-28 15:26:18 -0800
Processing by SiteController#ajax_search_data as JS
Parameters: {"utf8"=>"✓", "authenticity_token"=>"j6NNHVbjCnH8cmmw8r2gwDFQjVYcVCddB8oUBozctfI=", "text"=>"thiago"}
Rendered parts/_posts.html.erb (104.1ms)
Rendered site/ajax_search_data.js.erb (106.5ms)
Completed 200 OK in 168ms (Views: 138.8ms | ActiveRecord: 28.0ms)
#tempo para renderizar uma imagem na box
Started GET "/oHXjm.jpg" for 187.54.96.15 at 2010-12-28 15:26:19 -0800
Processing by XlinksController#display as
Parameters: {"micro"=>"oHXjm"}
Exist fragment? views/x/oHXjm (0.0ms)
Write fragment views/x/oHXjm (0.1ms)
Redirected to http://s3.amazonaws.com/of7_production/ex1-production/xlinks/files/oHXjm.jpg
Completed 302 Found in 20ms
#tempo para renderizar a pesquisa em ajax, quando o usuario apertou MAIS
Started POST "/s/data" for 187.54.96.15 at 2010-12-28 15:27:06 -0800
Processing by SiteController#ajax_search_data as JS
Parameters: {"utf8"=>"✓", "authenticity_token"=>"j6NNHVbjCnH8cmmw8r2gwDFQjVYcVCddB8oUBozctfI=", "before"=>"349", "text"=>"thiago"}
Rendered parts/_posts.html.erb (51.5ms)
Rendered site/ajax_search_data.js.erb (52.9ms)
Completed 200 OK in 55ms (Views: 49.8ms | ActiveRecord: 11.9ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment