|
code
app/controllers/api/v1/words_controller.rb:10
|
45%
|
app/controllers/api/v1/words_controller.rb:10
- Average Self
-
4.3ms
- Average calls
- 1x
- Total Self
- 4.3ms
- Total Children
- 2.3ms
- Total runtime
- 6.7ms
Api::V1::WordsController#index
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
31%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
3ms
- Average calls
- 1x
- Total Self
- 3ms
- Total Children
- 6.7ms
- Total runtime
- 9.7ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/words_controller.rb:12
|
24%
|
app/controllers/api/v1/words_controller.rb:12
- Average Self
-
2.3ms
- Average calls
- 1x
- Total Self
- 2.3ms
- Total Children
- 0ms
- Total runtime
- 2.3ms
SELECT `words`.* FROM `words` ORDER BY `words`.`name` ASC LIMIT ? OFFSET ?
|