|
code
app/controllers/api/v1/towns_controller.rb:42
|
54%
|
app/controllers/api/v1/towns_controller.rb:42
- Average Self
-
5.2ms
- Average calls
- 1x
- Total Self
- 5.2ms
- Total Children
- 2.8ms
- Total runtime
- 8.1ms
Api::V1::TownsController#show
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
17%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
1.7ms
- Average calls
- 1x
- Total Self
- 1.7ms
- Total Children
- 8.1ms
- Total runtime
- 9.8ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/towns_controller.rb:44
|
15%
|
app/controllers/api/v1/towns_controller.rb:44
- Average Self
-
1.5ms
- Average calls
- 1x
- Total Self
- 1.5ms
- Total Children
- 0ms
- Total runtime
- 1.5ms
SELECT `town_json_objects`.* FROM `town_json_objects` WHERE `town_json_objects`.`town_id` = ? AND `town_json_objects`.`dist` = ? AND `town_json_objects`.`version_date` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/towns_controller.rb:82
|
14%
|
app/controllers/api/v1/towns_controller.rb:82
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT `towns`.* FROM `towns` WHERE `towns`.`slug_name` = ? LIMIT ?
|