|
sql
app/controllers/api/v1/commons_controller.rb:71
|
88%
|
app/controllers/api/v1/commons_controller.rb:71
- Average Self
-
358ms
- Average calls
- 1x
- Total Self
- 358ms
- Total Children
- 0ms
- Total runtime
- 358ms
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
|
6%
|
app/controllers/api/v1/commons_controller.rb:64
- Average Self
-
25ms
- Average calls
- 1x
- Total Self
- 25ms
- Total Children
- 380ms
- Total runtime
- 405ms
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
-
16ms
- Average calls
- 1x
- Total Self
- 16ms
- Total Children
- 0ms
- Total runtime
- 16ms
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
-
5.7ms
- Average calls
- 1x
- Total Self
- 5.7ms
- Total Children
- 0ms
- Total runtime
- 5.7ms
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
-
2.3ms
- Average calls
- 1x
- Total Self
- 2.3ms
- Total Children
- 405ms
- Total runtime
- 407ms
Rails::Engine#call
|