|
code
app/controllers/api/v1/crag_sectors_controller.rb:11
|
69%
|
app/controllers/api/v1/crag_sectors_controller.rb:11
- Average Self
-
15ms
- Average calls
- 1x
- Total Self
- 15ms
- Total Children
- 4.3ms
- Total runtime
- 19ms
Api::V1::CragSectorsController#index
|
|
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.5ms
- Average calls
- 1x
- Total Self
- 2.5ms
- Total Children
- 19ms
- Total runtime
- 22ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/crag_sectors_controller.rb:13
|
11%
|
app/controllers/api/v1/crag_sectors_controller.rb:13
- Average Self
-
1.6ms
- Average calls
- 1.5x
- Total Self
- 2.4ms
- Total Children
- 0ms
- Total runtime
- 2.4ms
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
|
|
sql
app/controllers/api/v1/crag_sectors_controller.rb:113
|
8%
|
app/controllers/api/v1/crag_sectors_controller.rb:113
- Average Self
-
1.9ms
- Average calls
- 1x
- Total Self
- 1.9ms
- Total Children
- 0ms
- Total runtime
- 1.9ms
SELECT `crags`.* FROM `crags` WHERE (`crags`.`deleted_at` IS NULL OR `crags`.`deleted_at` > ?) AND `crags`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/api_controller.rb:50
|
<1%
|
app/controllers/api/v1/api_controller.rb:50
- Average Self
-
1ms
- Average calls
- 0.05x
- Total Self
- 0.05ms
- Total Children
- 0ms
- Total runtime
- 0.05ms
SELECT `organizations`.* FROM `organizations` WHERE `organizations`.`api_access_token` = ? LIMIT ?
|