|
code
app/controllers/api/v1/ascent_gym_routes_controller.rb:35
|
59%
|
app/controllers/api/v1/ascent_gym_routes_controller.rb:35
- Average Self
-
9.4ms
- Average calls
- 1x
- Total Self
- 9.4ms
- Total Children
- 4.4ms
- Total runtime
- 13ms
Api::V1::AscentGymRoutesController#gym_routes_infos_in_logbook
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
13%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.1ms
- Average calls
- 1x
- Total Self
- 2.1ms
- Total Children
- 13ms
- Total runtime
- 16ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/ascent_gym_routes_controller.rb:39
|
8%
|
app/controllers/api/v1/ascent_gym_routes_controller.rb:39
- Average Self
-
1.2ms
- Average calls
- 1x
- Total Self
- 1.2ms
- Total Children
- 0ms
- Total runtime
- 1.2ms
SELECT `ascents`.`gym_route_id` FROM `ascents` WHERE `ascents`.`type` = ? AND `ascents`.`gym_route_id` = ? AND `ascents`.`user_id` = ? AND `ascents`.`ascent_status` != ?
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
7%
|
app/controllers/api/v1/api_controller.rb:64
- Average Self
-
1.1ms
- Average calls
- 1x
- Total Self
- 1.1ms
- Total Children
- 0ms
- Total runtime
- 1.1ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/ascent_gym_routes_controller.rb:48
|
7%
|
app/controllers/api/v1/ascent_gym_routes_controller.rb:48
- Average Self
-
1.1ms
- Average calls
- 1x
- Total Self
- 1.1ms
- Total Children
- 0ms
- Total runtime
- 1.1ms
SELECT `gym_routes`.* FROM `gym_routes` WHERE `gym_routes`.`id` = ?
|
|
sql
app/controllers/api/v1/ascent_gym_routes_controller.rb:41
|
6%
|
app/controllers/api/v1/ascent_gym_routes_controller.rb:41
- Average Self
-
1ms
- Average calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
SELECT COUNT(*) AS count_all, `gym_routes`.`climbing_type` AS gym_routes_climbing_type FROM `gym_routes` WHERE `gym_routes`.`id` = ? GROUP BY `gym_routes`.`climbing_type`
|