|
code
app/controllers/api/v1/localities_controller.rb:12
|
92%
|
app/controllers/api/v1/localities_controller.rb:12
- Average Self
-
79ms
- Average calls
- 1x
- Total Self
- 79ms
- Total Children
- 3.6ms
- Total runtime
- 83ms
Api::V1::LocalitiesController#geo_json
|
|
sql
app/controllers/api/v1/localities_controller.rb:13
|
4%
|
app/controllers/api/v1/localities_controller.rb:13
- Average Self
-
3.6ms
- Average calls
- 1x
- Total Self
- 3.6ms
- Total Children
- 0ms
- Total runtime
- 3.6ms
SELECT `localities`.* FROM `localities` ORDER BY `localities`.`updated_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
|
4%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
3.5ms
- Average calls
- 1x
- Total Self
- 3.5ms
- Total Children
- 83ms
- Total runtime
- 86ms
Rails::Engine#call
|