|
sql
app/controllers/api/v1/commons_controller.rb:71
|
87%
|
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
-
26ms
- Average calls
- 1x
- Total Self
- 26ms
- Total Children
- 349ms
- Total runtime
- 376ms
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
-
2.1ms
- Average calls
- 1x
- Total Self
- 2.1ms
- Total Children
- 376ms
- Total runtime
- 378ms
Rails::Engine#call
|