|
code
app/controllers/api/v1/publications_controller.rb:51
|
49%
|
app/controllers/api/v1/publications_controller.rb:51
- Average Self
-
5.6ms
- Average calls
- 1x
- Total Self
- 5.6ms
- Total Children
- 3.6ms
- Total runtime
- 9.2ms
Api::V1::PublicationsController#drafts
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
19%
|
/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
- 9.2ms
- Total runtime
- 11ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
16%
|
app/controllers/api/v1/api_controller.rb:64
- Average Self
-
2ms
- Average calls
- 0.92x
- Total Self
- 1.8ms
- Total Children
- 0ms
- Total runtime
- 1.8ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/api_controller.rb:17
|
16%
|
app/controllers/api/v1/api_controller.rb:17
- Average Self
-
1.9ms
- Average calls
- 0.92x
- Total Self
- 1.8ms
- Total Children
- 0ms
- Total runtime
- 1.8ms
SELECT `publications`.* FROM `publications` WHERE `publications`.`publishable_type` = ? AND `publications`.`publishable_id` = ? AND `publications`.`published_at` IS NULL AND `publications`.`author_id` = ? ORDER BY `publications`.`last_updated_at` DESC, `publications`.`id` DESC
|