|
code
app/controllers/api/v1/articles_controller.rb:40
|
55%
|
app/controllers/api/v1/articles_controller.rb:40
- Average Self
-
6.9ms
- Average calls
- 1x
- Total Self
- 6.9ms
- Total Children
- 3.4ms
- Total runtime
- 10ms
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
|
18%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.2ms
- Average calls
- 1x
- Total Self
- 2.2ms
- Total Children
- 10ms
- Total runtime
- 12ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/articles_controller.rb:42
|
13%
|
app/controllers/api/v1/articles_controller.rb:42
- Average Self
-
1.8ms
- Average calls
- 0.93x
- Total Self
- 1.6ms
- Total Children
- 0ms
- Total runtime
- 1.6ms
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
|
13%
|
app/controllers/api/v1/articles_controller.rb:125
- Average Self
-
1.8ms
- Average calls
- 0.93x
- Total Self
- 1.6ms
- Total Children
- 0ms
- Total runtime
- 1.6ms
SELECT `articles`.* FROM `articles` WHERE `articles`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/api_controller.rb:50
|
1%
|
app/controllers/api/v1/api_controller.rb:50
- Average Self
-
2ms
- Average calls
- 0.07x
- Total Self
- 0.14ms
- Total Children
- 0ms
- Total runtime
- 0.14ms
SELECT `organizations`.* FROM `organizations` WHERE `organizations`.`api_access_token` IS NULL LIMIT ?
|