|
code
app/controllers/api/v1/crag_routes_controller.rb:104
|
56%
|
app/controllers/api/v1/crag_routes_controller.rb:104
- Average Self
-
4.6ms
- Average calls
- 1x
- Total Self
- 4.6ms
- Total Children
- 2ms
- Total runtime
- 6.6ms
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
|
20%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
1.6ms
- Average calls
- 1x
- Total Self
- 1.6ms
- Total Children
- 6.6ms
- Total runtime
- 8.3ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/crag_routes_controller.rb:176
|
13%
|
app/controllers/api/v1/crag_routes_controller.rb:176
- Average Self
-
1.1ms
- Average calls
- 1x
- Total Self
- 1.1ms
- Total Children
- 0ms
- Total runtime
- 1.1ms
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
|
11%
|
app/controllers/api/v1/crag_routes_controller.rb:109
- Average Self
-
0.93ms
- Average calls
- 1x
- Total Self
- 0.93ms
- Total Children
- 0ms
- Total runtime
- 0.93ms
SELECT `photos`.* FROM `photos` WHERE `photos`.`illustrable_id` = ? AND `photos`.`illustrable_type` = ? ORDER BY `photos`.`posted_at` DESC LIMIT ? OFFSET ?
|