|
code
app/controllers/api/v1/crag_sectors_controller.rb:11
|
82%
|
app/controllers/api/v1/crag_sectors_controller.rb:11
- Average Self
-
32ms
- Average calls
- 1x
- Total Self
- 32ms
- Total Children
- 5.1ms
- Total runtime
- 38ms
Api::V1::CragSectorsController#index
|
|
sql
app/controllers/api/v1/crag_sectors_controller.rb:113
|
10%
|
app/controllers/api/v1/crag_sectors_controller.rb:113
- Average Self
-
4ms
- Average calls
- 1x
- Total Self
- 4ms
- Total Children
- 0ms
- Total runtime
- 4ms
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
|
5%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
1.9ms
- Average calls
- 1x
- Total Self
- 1.9ms
- Total Children
- 38ms
- Total runtime
- 39ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/crag_sectors_controller.rb:13
|
3%
|
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
|