|
sql
app/controllers/api/v1/commons_controller.rb:71
|
88%
|
app/controllers/api/v1/commons_controller.rb:71
- Average Self
-
330ms
- Average calls
- 1x
- Total Self
- 330ms
- Total Children
- 0ms
- Total runtime
- 330ms
SELECT `crag_routes`.* FROM `crag_routes` WHERE (`crag_routes`.`deleted_at` IS NULL OR `crag_routes`.`deleted_at` > ?) ORDER BY `crag_routes`.`created_at` DESC LIMIT ?
|
|
code
app/controllers/api/v1/commons_controller.rb:64
|
7%
|
app/controllers/api/v1/commons_controller.rb:64
- Average Self
-
25ms
- Average calls
- 1x
- Total Self
- 25ms
- Total Children
- 348ms
- Total runtime
- 373ms
Api::V1::CommonsController#last_added
|
|
sql
app/controllers/api/v1/commons_controller.rb:69
|
4%
|
app/controllers/api/v1/commons_controller.rb:69
- Average Self
-
13ms
- Average calls
- 1x
- Total Self
- 13ms
- Total Children
- 0ms
- Total runtime
- 13ms
SELECT `crags`.* FROM `crags` WHERE (`crags`.`deleted_at` IS NULL OR `crags`.`deleted_at` > ?) AND `crags`.`photo_id` IS NOT NULL ORDER BY `crags`.`created_at` DESC LIMIT ?
|
|
sql
app/controllers/api/v1/commons_controller.rb:70
|
1%
|
app/controllers/api/v1/commons_controller.rb:70
- Average Self
-
4.2ms
- Average calls
- 1x
- Total Self
- 4.2ms
- Total Children
- 0ms
- Total runtime
- 4.2ms
SELECT `gyms`.* FROM `gyms` WHERE (`gyms`.`deleted_at` IS NULL OR `gyms`.`deleted_at` > ?) ORDER BY `gyms`.`created_at` DESC LIMIT ?
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
<1%
|
/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
- 373ms
- Total runtime
- 375ms
Rails::Engine#call
|
|
sql
app/models/crag_route.rb:200
|
<1%
|
app/models/crag_route.rb:200
- Average Self
-
1ms
- Average calls
- 0.17x
- Total Self
- 0.17ms
- Total Children
- 0ms
- Total runtime
- 0.17ms
SELECT `crags`.* FROM `crags` WHERE (`crags`.`deleted_at` IS NULL OR `crags`.`deleted_at` > ?) AND `crags`.`id` = ? LIMIT ?
|