|
code
app/controllers/api/v1/gym_sectors_controller.rb:13
|
77%
|
app/controllers/api/v1/gym_sectors_controller.rb:13
- Average Self
-
23ms
- Calls
- 1x
- Total Self
- 23ms
- Total Children
- 4ms
- Total runtime
- 27ms
Api::V1::GymSectorsController#index
|
|
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
-
3ms
- Calls
- 1x
- Total Self
- 3ms
- Total Children
- 27ms
- Total runtime
- 30ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/gym_sectors_controller.rb:107
|
7%
|
app/controllers/api/v1/gym_sectors_controller.rb:107
- Average Self
-
2ms
- Calls
- 1x
- Total Self
- 2ms
- Total Children
- 0ms
- Total runtime
- 2ms
SELECT `gym_spaces`.* FROM `gym_spaces` WHERE (`gym_spaces`.`deleted_at` IS NULL OR `gym_spaces`.`deleted_at` > ?) AND `gym_spaces`.`id` = ? ORDER BY `gym_spaces`.`order` ASC LIMIT ?
|
|
sql
app/controllers/concerns/gymable.rb:16
|
3%
|
app/controllers/concerns/gymable.rb:16
- Average Self
-
1ms
- Calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
SELECT `gyms`.* FROM `gyms` WHERE (`gyms`.`deleted_at` IS NULL OR `gyms`.`deleted_at` > ?) AND `gyms`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/gym_sectors_controller.rb:15
|
3%
|
app/controllers/api/v1/gym_sectors_controller.rb:15
- Average Self
-
1ms
- Calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
SELECT `gym_sectors`.* FROM `gym_sectors` WHERE (`gym_sectors`.`deleted_at` IS NULL OR `gym_sectors`.`deleted_at` > ?) AND `gym_sectors`.`gym_space_id` = ? ORDER BY `gym_sectors`.`order` ASC
|