|
code
app/controllers/api/v1/gym_spaces_controller.rb:52
|
58%
|
app/controllers/api/v1/gym_spaces_controller.rb:52
- Average Self
-
11ms
- Average calls
- 1x
- Total Self
- 11ms
- Total Children
- 5.7ms
- Total runtime
- 16ms
Api::V1::GymSpacesController#three_d_elements
|
|
sql
app/controllers/api/v1/gym_spaces_controller.rb:54
|
13%
|
app/controllers/api/v1/gym_spaces_controller.rb:54
- Average Self
-
2.5ms
- Average calls
- 1x
- Total Self
- 2.5ms
- Total Children
- 0ms
- Total runtime
- 2.5ms
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
|
|
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
-
2.3ms
- Average calls
- 1x
- Total Self
- 2.3ms
- Total Children
- 16ms
- Total runtime
- 19ms
Rails::Engine#call
|
|
sql
app/controllers/concerns/gymable.rb:16
|
9%
|
app/controllers/concerns/gymable.rb:16
- Average Self
-
1.8ms
- Average calls
- 1x
- Total Self
- 1.8ms
- Total Children
- 0ms
- Total runtime
- 1.8ms
SELECT `gyms`.* FROM `gyms` WHERE (`gyms`.`deleted_at` IS NULL OR `gyms`.`deleted_at` > ?) AND `gyms`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/gym_spaces_controller.rb:296
|
8%
|
app/controllers/api/v1/gym_spaces_controller.rb:296
- Average Self
-
1.4ms
- Average calls
- 1x
- Total Self
- 1.4ms
- Total Children
- 0ms
- Total runtime
- 1.4ms
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 ?
|