|
code
app/controllers/api/v1/gyms_controller.rb:468
|
48%
|
app/controllers/api/v1/gyms_controller.rb:468
- Average Self
-
10ms
- Average calls
- 1x
- Total Self
- 10ms
- Total Children
- 8.9ms
- Total runtime
- 19ms
Api::V1::GymsController#routes_by_styles
|
|
sql
app/controllers/api/v1/gyms_controller.rb:476
|
32%
|
app/controllers/api/v1/gyms_controller.rb:476
- Average Self
-
6.9ms
- Average calls
- 1x
- Total Self
- 6.9ms
- Total Children
- 0ms
- Total runtime
- 6.9ms
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
|
10%
|
/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
- 19ms
- Total runtime
- 21ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/gyms_controller.rb:523
|
6%
|
app/controllers/api/v1/gyms_controller.rb:523
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT `gyms`.* FROM `gyms` WHERE (`gyms`.`deleted_at` IS NULL OR `gyms`.`deleted_at` > ?) AND `gyms`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/gyms_controller.rb:471
|
3%
|
app/controllers/api/v1/gyms_controller.rb:471
- Average Self
-
1ms
- Average calls
- 0.71x
- Total Self
- 0.71ms
- Total Children
- 0ms
- Total runtime
- 0.71ms
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 ?
|