|
code
app/controllers/api/v1/crag_routes_controller.rb:112
|
54%
|
app/controllers/api/v1/crag_routes_controller.rb:112
- Average Self
-
5.5ms
- Average calls
- 1x
- Total Self
- 5.5ms
- Total Children
- 2.6ms
- Total runtime
- 8.1ms
Api::V1::CragRoutesController#videos
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
20%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2ms
- Average calls
- 1x
- Total Self
- 2ms
- Total Children
- 8.1ms
- Total runtime
- 10ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/crag_routes_controller.rb:176
|
14%
|
app/controllers/api/v1/crag_routes_controller.rb:176
- Average Self
-
1.4ms
- Average calls
- 1x
- Total Self
- 1.4ms
- Total Children
- 0ms
- Total runtime
- 1.4ms
SELECT `crag_routes`.* FROM `crag_routes` WHERE (`crag_routes`.`deleted_at` IS NULL OR `crag_routes`.`deleted_at` > ?) AND `crag_routes`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/crag_routes_controller.rb:114
|
12%
|
app/controllers/api/v1/crag_routes_controller.rb:114
- Average Self
-
1.2ms
- Average calls
- 1x
- Total Self
- 1.2ms
- Total Children
- 0ms
- Total runtime
- 1.2ms
SELECT `videos`.* FROM `videos` WHERE `videos`.`viewable_id` = ? AND `videos`.`viewable_type` = ?
|