|
code
app/controllers/api/v1/localities_controller.rb:12
|
88%
|
app/controllers/api/v1/localities_controller.rb:12
- Average Self
-
46ms
- Average calls
- 1x
- Total Self
- 46ms
- Total Children
- 3ms
- Total runtime
- 49ms
Api::V1::LocalitiesController#geo_json
|
|
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
-
3.5ms
- Average calls
- 1x
- Total Self
- 3.5ms
- Total Children
- 49ms
- Total runtime
- 53ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/localities_controller.rb:13
|
6%
|
app/controllers/api/v1/localities_controller.rb:13
- Average Self
-
3ms
- Average calls
- 1x
- Total Self
- 3ms
- Total Children
- 0ms
- Total runtime
- 3ms
SELECT `localities`.* FROM `localities` ORDER BY `localities`.`updated_at` DESC LIMIT ?
|