|
code
app/controllers/api/v1/crag_sectors_controller.rb:11
|
80%
|
app/controllers/api/v1/crag_sectors_controller.rb:11
- Average Self
-
44ms
- Average calls
- 1x
- Total Self
- 44ms
- Total Children
- 9.4ms
- Total runtime
- 54ms
Api::V1::CragSectorsController#index
|
|
sql
app/controllers/api/v1/crag_sectors_controller.rb:113
|
15%
|
app/controllers/api/v1/crag_sectors_controller.rb:113
- Average Self
-
8.2ms
- Average calls
- 1x
- Total Self
- 8.2ms
- Total Children
- 0ms
- Total runtime
- 8.2ms
SELECT `crags`.* FROM `crags` WHERE (`crags`.`deleted_at` IS NULL OR `crags`.`deleted_at` > ?) AND `crags`.`id` = ? LIMIT ?
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
3%
|
/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
- 54ms
- Total runtime
- 56ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/crag_sectors_controller.rb:13
|
2%
|
app/controllers/api/v1/crag_sectors_controller.rb:13
- Average Self
-
1.2ms
- Average calls
- 1x
- Total Self
- 1.2ms
- Total Children
- 0ms
- Total runtime
- 1.2ms
SELECT `crag_sectors`.* FROM `crag_sectors` WHERE (`crag_sectors`.`deleted_at` IS NULL OR `crag_sectors`.`deleted_at` > ?) AND `crag_sectors`.`crag_id` = ? ORDER BY `crag_sectors`.`name` ASC
|