|
code
app/controllers/api/v1/ascent_crag_routes_controller.rb:10
|
49%
|
app/controllers/api/v1/ascent_crag_routes_controller.rb:10
- Average Self
-
5.3ms
- Average calls
- 1x
- Total Self
- 5.3ms
- Total Children
- 3.1ms
- Total runtime
- 8.4ms
Api::V1::AscentCragRoutesController#index
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
22%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.4ms
- Average calls
- 1x
- Total Self
- 2.4ms
- Total Children
- 8.4ms
- Total runtime
- 10ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
16%
|
app/controllers/api/v1/api_controller.rb:64
- Average Self
-
1.7ms
- Average calls
- 1x
- Total Self
- 1.7ms
- Total Children
- 0ms
- Total runtime
- 1.7ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/ascent_crag_routes_controller.rb:13
|
13%
|
app/controllers/api/v1/ascent_crag_routes_controller.rb:13
- Average Self
-
1.4ms
- Average calls
- 1x
- Total Self
- 1.4ms
- Total Children
- 0ms
- Total runtime
- 1.4ms
SELECT `ascents`.* FROM `ascents` WHERE `ascents`.`type` = ? AND `ascents`.`user_id` = ? AND `ascents`.`crag_route_id` = ?
|