|
sql
app/controllers/api/v1/commons_controller.rb:71
|
88%
|
app/controllers/api/v1/commons_controller.rb:71
- Average Self
-
329ms
- Average calls
- 1x
- Total Self
- 329ms
- Total Children
- 0ms
- Total runtime
- 329ms
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
- 374ms
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
-
14ms
- Average calls
- 1x
- Total Self
- 14ms
- Total Children
- 0ms
- Total runtime
- 14ms
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.9ms
- Average calls
- 1x
- Total Self
- 4.9ms
- Total Children
- 0ms
- Total runtime
- 4.9ms
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
-
1.9ms
- Average calls
- 1x
- Total Self
- 1.9ms
- Total Children
- 374ms
- Total runtime
- 376ms
Rails::Engine#call
|
|
sql
app/models/crag_route.rb:200
|
<1%
|
app/models/crag_route.rb:200
- Average Self
-
1ms
- Average calls
- 0.03x
- Total Self
- 0.03ms
- Total Children
- 0ms
- Total runtime
- 0.03ms
SELECT `crags`.* FROM `crags` WHERE (`crags`.`deleted_at` IS NULL OR `crags`.`deleted_at` > ?) AND `crags`.`id` = ? LIMIT ?
|