|
code
app/controllers/api/v1/ascent_gym_routes_controller.rb:35
|
74%
|
app/controllers/api/v1/ascent_gym_routes_controller.rb:35
- Average Self
-
22ms
- Average calls
- 1x
- Total Self
- 22ms
- Total Children
- 5.3ms
- Total runtime
- 28ms
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
|
9%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.7ms
- Average calls
- 1x
- Total Self
- 2.7ms
- Total Children
- 28ms
- Total runtime
- 30ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
4%
|
app/controllers/api/v1/api_controller.rb:64
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/ascent_gym_routes_controller.rb:39
|
4%
|
app/controllers/api/v1/ascent_gym_routes_controller.rb:39
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT `ascents`.`gym_route_id` FROM `ascents` WHERE `ascents`.`type` = ? AND `ascents`.`gym_route_id` IN (?) AND `ascents`.`user_id` = ? AND `ascents`.`ascent_status` != ?
|
|
sql
app/controllers/api/v1/ascent_gym_routes_controller.rb:41
|
4%
|
app/controllers/api/v1/ascent_gym_routes_controller.rb:41
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT COUNT(*) AS count_all, `gym_routes`.`climbing_type` AS gym_routes_climbing_type FROM `gym_routes` WHERE `gym_routes`.`id` IN (?) GROUP BY `gym_routes`.`climbing_type`
|
|
sql
app/controllers/api/v1/ascent_gym_routes_controller.rb:48
|
4%
|
app/controllers/api/v1/ascent_gym_routes_controller.rb:48
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT `gym_routes`.* FROM `gym_routes` WHERE `gym_routes`.`id` IN (?)
|