|
code
app/controllers/api/v1/crag_routes_controller.rb:112
|
51%
|
app/controllers/api/v1/crag_routes_controller.rb:112
- Average Self
-
4.5ms
- Average calls
- 1x
- Total Self
- 4.5ms
- Total Children
- 2.5ms
- Total runtime
- 7ms
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
|
21%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
1.9ms
- Average calls
- 1x
- Total Self
- 1.9ms
- Total Children
- 7ms
- Total runtime
- 8.8ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/crag_routes_controller.rb:176
|
18%
|
app/controllers/api/v1/crag_routes_controller.rb:176
- Average Self
-
1.6ms
- Average calls
- 1x
- Total Self
- 1.6ms
- Total Children
- 0ms
- Total runtime
- 1.6ms
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
|
10%
|
app/controllers/api/v1/crag_routes_controller.rb:114
- Average Self
-
0.9ms
- Average calls
- 1x
- Total Self
- 0.9ms
- Total Children
- 0ms
- Total runtime
- 0.9ms
SELECT `videos`.* FROM `videos` WHERE `videos`.`viewable_id` = ? AND `videos`.`viewable_type` = ?
|