|
code
app/controllers/api/v1/articles_controller.rb:31
|
53%
|
app/controllers/api/v1/articles_controller.rb:31
- Average Self
-
4.4ms
- Average calls
- 1x
- Total Self
- 4.4ms
- Total Children
- 2.3ms
- Total runtime
- 6.7ms
Api::V1::ArticlesController#guide_book_papers
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
20%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
1.7ms
- Average calls
- 1x
- Total Self
- 1.7ms
- Total Children
- 6.7ms
- Total runtime
- 8.4ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/articles_controller.rb:111
|
15%
|
app/controllers/api/v1/articles_controller.rb:111
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT `articles`.* FROM `articles` WHERE `articles`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/articles_controller.rb:33
|
12%
|
app/controllers/api/v1/articles_controller.rb:33
- Average Self
-
1ms
- Average calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
SELECT `guide_book_papers`.* FROM `guide_book_papers` INNER JOIN `article_guide_book_papers` ON `guide_book_papers`.`id` = `article_guide_book_papers`.`guide_book_paper_id` WHERE `article_guide_book_papers`.`article_id` = ?
|