|
sql
app/models/crag_sector.rb:73
|
47%
|
app/models/crag_sector.rb:73
- Average Self
-
1.3ms
- Average calls
- 15x
- Total Self
- 19ms
- Total Children
- 0ms
- Total runtime
- 19ms
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
|
42%
|
app/controllers/api/v1/crag_sectors_controller.rb:70
- Average Self
-
18ms
- Average calls
- 1x
- Total Self
- 18ms
- Total Children
- 22ms
- Total runtime
- 40ms
Api::V1::CragSectorsController#videos
|
|
sql
app/controllers/api/v1/crag_sectors_controller.rb:109
|
5%
|
app/controllers/api/v1/crag_sectors_controller.rb:109
- Average Self
-
1.2ms
- Average calls
- 1.9x
- Total Self
- 2.3ms
- Total Children
- 0ms
- Total runtime
- 2.3ms
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.2ms
- Average calls
- 1x
- Total Self
- 2.2ms
- 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
-
1ms
- Average calls
- 0.06x
- Total Self
- 0.06ms
- Total Children
- 0ms
- Total runtime
- 0.06ms
SELECT `organizations`.* FROM `organizations` WHERE `organizations`.`api_access_token` IS NULL LIMIT ?
|