|
code
app/controllers/api/v1/articles_controller.rb:45
|
56%
|
app/controllers/api/v1/articles_controller.rb:45
- Average Self
-
6.3ms
- Average calls
- 1x
- Total Self
- 6.3ms
- Total Children
- 3.3ms
- Total runtime
- 9.5ms
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
|
16%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
1.8ms
- Average calls
- 1x
- Total Self
- 1.8ms
- Total Children
- 9.5ms
- Total runtime
- 11ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/articles_controller.rb:125
|
16%
|
app/controllers/api/v1/articles_controller.rb:125
- Average Self
-
1.8ms
- Average calls
- 1x
- Total Self
- 1.8ms
- Total Children
- 0ms
- Total runtime
- 1.8ms
SELECT `articles`.* FROM `articles` WHERE `articles`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/articles_controller.rb:47
|
13%
|
app/controllers/api/v1/articles_controller.rb:47
- Average Self
-
1.5ms
- Average calls
- 1x
- Total Self
- 1.5ms
- Total Children
- 0ms
- Total runtime
- 1.5ms
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` = ?
|