|
code
app/controllers/api/v1/articles_controller.rb:40
|
57%
|
app/controllers/api/v1/articles_controller.rb:40
- Average Self
-
6.3ms
- Average calls
- 1x
- Total Self
- 6.3ms
- Total Children
- 2.3ms
- Total runtime
- 8.5ms
Api::V1::ArticlesController#crags
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
23%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.5ms
- Average calls
- 1x
- Total Self
- 2.5ms
- Total Children
- 8.5ms
- Total runtime
- 11ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/articles_controller.rb:42
|
11%
|
app/controllers/api/v1/articles_controller.rb:42
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT `crags`.* FROM `crags` INNER JOIN `article_crags` ON `crags`.`id` = `article_crags`.`crag_id` WHERE (`crags`.`deleted_at` IS NULL OR `crags`.`deleted_at` > ?) AND `article_crags`.`article_id` = ?
|
|
sql
app/controllers/api/v1/articles_controller.rb:125
|
9%
|
app/controllers/api/v1/articles_controller.rb:125
- Average Self
-
1ms
- Average calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
SELECT `articles`.* FROM `articles` WHERE `articles`.`id` = ? LIMIT ?
|