|
code
app/controllers/api/v1/crag_routes_controller.rb:104
|
52%
|
app/controllers/api/v1/crag_routes_controller.rb:104
- Average Self
-
5.6ms
- Average calls
- 1x
- Total Self
- 5.6ms
- Total Children
- 2.8ms
- Total runtime
- 8.4ms
Api::V1::CragRoutesController#photos
|
|
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
-
2.3ms
- Average calls
- 1x
- Total Self
- 2.3ms
- Total Children
- 8.4ms
- 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.5ms
- Average calls
- 1x
- Total Self
- 1.5ms
- Total Children
- 0ms
- Total runtime
- 1.5ms
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:109
|
12%
|
app/controllers/api/v1/crag_routes_controller.rb:109
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT `photos`.* FROM `photos` WHERE `photos`.`illustrable_id` = ? AND `photos`.`illustrable_type` = ? ORDER BY `photos`.`posted_at` DESC LIMIT ? OFFSET ?
|