|
sql
app/models/crag_sector.rb:73
|
48%
|
app/models/crag_sector.rb:73
- Average Self
-
1.4ms
- Average calls
- 14x
- Total Self
- 20ms
- Total Children
- 0ms
- Total runtime
- 20ms
SELECT `crag_routes`.* FROM `crag_routes` WHERE (`crag_routes`.`deleted_at` IS NULL OR `crag_routes`.`deleted_at` > ?) AND `crag_routes`.`crag_sector_id` = ?
|
|
code
app/controllers/api/v1/crag_sectors_controller.rb:70
|
41%
|
app/controllers/api/v1/crag_sectors_controller.rb:70
- Average Self
-
17ms
- Average calls
- 1x
- Total Self
- 17ms
- Total Children
- 22ms
- Total runtime
- 40ms
Api::V1::CragSectorsController#videos
|
|
sql
app/controllers/api/v1/crag_sectors_controller.rb:109
|
6%
|
app/controllers/api/v1/crag_sectors_controller.rb:109
- Average Self
-
1.3ms
- Average calls
- 1.9x
- 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`.`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
-
2.3ms
- Average calls
- 1x
- Total Self
- 2.3ms
- Total Children
- 40ms
- Total runtime
- 42ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:50
|
<1%
|
app/controllers/api/v1/api_controller.rb:50
- Average Self
-
1.5ms
- Average calls
- 0.07x
- Total Self
- 0.1ms
- Total Children
- 0ms
- Total runtime
- 0.1ms
SELECT `organizations`.* FROM `organizations` WHERE `organizations`.`api_access_token` IS NULL LIMIT ?
|