|
code
app/controllers/api/v1/gyms_controller.rb:466
|
55%
|
app/controllers/api/v1/gyms_controller.rb:466
- Average Self
-
13ms
- Average calls
- 1x
- Total Self
- 13ms
- Total Children
- 8.8ms
- Total runtime
- 21ms
Api::V1::GymsController#routes_by_styles
|
|
sql
app/controllers/api/v1/gyms_controller.rb:474
|
24%
|
app/controllers/api/v1/gyms_controller.rb:474
- Average Self
-
5.8ms
- Average calls
- 1x
- Total Self
- 5.8ms
- Total Children
- 0ms
- Total runtime
- 5.8ms
SELECT `gym_routes`.* FROM `gym_routes` INNER JOIN `gym_sectors` ON `gym_routes`.`gym_sector_id` = `gym_sectors`.`id` WHERE (`gym_sectors`.`deleted_at` IS NULL OR `gym_sectors`.`deleted_at` > ?) AND `gym_sectors`.`gym_space_id` = ? AND `gym_routes`.`dismounted_at` IS NULL ORDER BY `gym_sectors`.`order` ASC
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
7%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
1.8ms
- Average calls
- 1x
- Total Self
- 1.8ms
- Total Children
- 21ms
- Total runtime
- 23ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/gyms_controller.rb:469
|
6%
|
app/controllers/api/v1/gyms_controller.rb:469
- Average Self
-
1.5ms
- Average calls
- 1x
- Total Self
- 1.5ms
- Total Children
- 0ms
- Total runtime
- 1.5ms
SELECT `gym_spaces`.* FROM `gym_spaces` WHERE (`gym_spaces`.`deleted_at` IS NULL OR `gym_spaces`.`deleted_at` > ?) AND `gym_spaces`.`gym_id` = ? AND `gym_spaces`.`id` = ? ORDER BY `gym_spaces`.`order` ASC LIMIT ?
|
|
sql
app/controllers/api/v1/gyms_controller.rb:521
|
6%
|
app/controllers/api/v1/gyms_controller.rb:521
- Average Self
-
1.5ms
- Average calls
- 1x
- Total Self
- 1.5ms
- Total Children
- 0ms
- Total runtime
- 1.5ms
SELECT `gyms`.* FROM `gyms` WHERE (`gyms`.`deleted_at` IS NULL OR `gyms`.`deleted_at` > ?) AND `gyms`.`id` = ? LIMIT ?
|