|
sql
app/controllers/api/v1/commons_controller.rb:78
|
91%
|
app/controllers/api/v1/commons_controller.rb:78
- Average Self
-
539ms
- Average calls
- 1x
- Total Self
- 539ms
- Total Children
- 0ms
- Total runtime
- 539ms
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:71
|
5%
|
app/controllers/api/v1/commons_controller.rb:71
- Average Self
-
31ms
- Average calls
- 1x
- Total Self
- 31ms
- Total Children
- 560ms
- Total runtime
- 591ms
Api::V1::CommonsController#last_added
|
|
sql
app/controllers/api/v1/commons_controller.rb:76
|
3%
|
app/controllers/api/v1/commons_controller.rb:76
- Average Self
-
15ms
- Average calls
- 1x
- Total Self
- 15ms
- Total Children
- 0ms
- Total runtime
- 15ms
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:77
|
1%
|
app/controllers/api/v1/commons_controller.rb:77
- Average Self
-
6ms
- Average calls
- 1x
- Total Self
- 6ms
- Total Children
- 0ms
- Total runtime
- 6ms
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.5ms
- Average calls
- 1x
- Total Self
- 2.5ms
- Total Children
- 591ms
- Total runtime
- 594ms
Rails::Engine#call
|