|
sql
app/controllers/api/v1/commons_controller.rb:71
|
88%
|
app/controllers/api/v1/commons_controller.rb:71
- Average Self
-
316ms
- Average calls
- 1x
- Total Self
- 316ms
- Total Children
- 0ms
- Total runtime
- 316ms
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
-
23ms
- Average calls
- 1x
- Total Self
- 23ms
- Total Children
- 335ms
- Total runtime
- 358ms
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.8ms
- Average calls
- 1x
- Total Self
- 4.8ms
- Total Children
- 0ms
- Total runtime
- 4.8ms
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.6ms
- Average calls
- 1x
- Total Self
- 1.6ms
- Total Children
- 358ms
- Total runtime
- 360ms
Rails::Engine#call
|