|
code
app/controllers/api/v1/areas_controller.rb:82
|
67%
|
app/controllers/api/v1/areas_controller.rb:82
- Average Self
-
23ms
- Average calls
- 1x
- Total Self
- 23ms
- Total Children
- 9ms
- Total runtime
- 32ms
Api::V1::AreasController#geo_json
|
|
sql
app/controllers/api/v1/areas_controller.rb:92
|
22%
|
app/controllers/api/v1/areas_controller.rb:92
- Average Self
-
1.9ms
- Average calls
- 4x
- Total Self
- 7.7ms
- Total Children
- 0ms
- Total runtime
- 7.7ms
SELECT `crags`.* FROM `crags` INNER JOIN `area_crags` ON `crags`.`id` = `area_crags`.`crag_id` WHERE (`crags`.`deleted_at` IS NULL OR `crags`.`deleted_at` > ?) AND `area_crags`.`area_id` = ?
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
7%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.6ms
- Average calls
- 1x
- Total Self
- 2.6ms
- Total Children
- 32ms
- Total runtime
- 34ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/areas_controller.rb:194
|
4%
|
app/controllers/api/v1/areas_controller.rb:194
- Average Self
-
1.2ms
- Average calls
- 1x
- Total Self
- 1.2ms
- Total Children
- 0ms
- Total runtime
- 1.2ms
SELECT `areas`.* FROM `areas` WHERE `areas`.`id` = ? LIMIT ?
|