|
code
app/controllers/api/v1/ascent_gym_routes_controller.rb:35
|
61%
|
app/controllers/api/v1/ascent_gym_routes_controller.rb:35
- Average Self
-
10ms
- Average calls
- 1x
- Total Self
- 10ms
- Total Children
- 4.6ms
- Total runtime
- 15ms
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
|
12%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2ms
- Average calls
- 1x
- Total Self
- 2ms
- Total Children
- 15ms
- Total runtime
- 17ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
7%
|
app/controllers/api/v1/api_controller.rb:64
- Average Self
-
1.2ms
- Average calls
- 1x
- Total Self
- 1.2ms
- Total Children
- 0ms
- Total runtime
- 1.2ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/ascent_gym_routes_controller.rb:39
|
7%
|
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` IN (?) AND `ascents`.`user_id` = ? AND `ascents`.`ascent_status` != ?
|
|
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.2ms
- Average calls
- 1x
- Total Self
- 1.2ms
- Total Children
- 0ms
- Total runtime
- 1.2ms
SELECT `gym_routes`.* FROM `gym_routes` WHERE `gym_routes`.`id` IN (?)
|
|
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` IN (?) GROUP BY `gym_routes`.`climbing_type`
|