|
code
app/controllers/api/v1/crag_sectors_controller.rb:11
|
68%
|
app/controllers/api/v1/crag_sectors_controller.rb:11
- Average Self
-
16ms
- Average calls
- 1x
- Total Self
- 16ms
- Total Children
- 5.2ms
- Total runtime
- 21ms
Api::V1::CragSectorsController#index
|
|
sql
app/controllers/api/v1/crag_sectors_controller.rb:13
|
13%
|
app/controllers/api/v1/crag_sectors_controller.rb:13
- Average Self
-
2.3ms
- Average calls
- 1.4x
- Total Self
- 3.2ms
- Total Children
- 0ms
- Total runtime
- 3.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
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
10%
|
/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
- 21ms
- Total runtime
- 23ms
Rails::Engine#call
|
|
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.02x
- Total Self
- 0.02ms
- Total Children
- 0ms
- Total runtime
- 0.02ms
SELECT `organizations`.* FROM `organizations` WHERE `organizations`.`api_access_token` = ? LIMIT ?
|