|
code
app/controllers/api/v1/gym_spaces_controller.rb:52
|
60%
|
app/controllers/api/v1/gym_spaces_controller.rb:52
- Average Self
-
13ms
- Average calls
- 1x
- Total Self
- 13ms
- Total Children
- 6.5ms
- Total runtime
- 19ms
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.8ms
- Average calls
- 1x
- Total Self
- 2.8ms
- Total Children
- 0ms
- Total runtime
- 2.8ms
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
|
11%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.4ms
- Average calls
- 1x
- Total Self
- 2.4ms
- Total Children
- 19ms
- Total runtime
- 22ms
Rails::Engine#call
|
|
sql
app/controllers/concerns/gymable.rb:16
|
9%
|
app/controllers/concerns/gymable.rb:16
- Average Self
-
1.9ms
- Average calls
- 1x
- Total Self
- 1.9ms
- Total Children
- 0ms
- Total runtime
- 1.9ms
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.8ms
- Average calls
- 1x
- Total Self
- 1.8ms
- Total Children
- 0ms
- Total runtime
- 1.8ms
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/models/concerns/soft_deletable.rb:7
|
<1%
|
app/models/concerns/soft_deletable.rb:7
- Average Self
-
2ms
- Average calls
- <0.01x
- Total Self
- <0.01ms
- Total Children
- 0ms
- Total runtime
- <0.01ms
SET NAMES utf8mb4, @@SESSION.sql_mode = CONCAT(CONCAT(@@sql_mode, ?), ?), @@SESSION.sql_auto_is_null = ?, @@SESSION.wait_timeout = ?
|