|
code
app/controllers/api/v1/comments_controller.rb:10
|
53%
|
app/controllers/api/v1/comments_controller.rb:10
- Average Self
-
4.1ms
- Average calls
- 1x
- Total Self
- 4.1ms
- Total Children
- 1.9ms
- Total runtime
- 6ms
Api::V1::CommentsController#index
|
|
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
-
1.8ms
- Average calls
- 1x
- Total Self
- 1.8ms
- Total Children
- 6ms
- Total runtime
- 7.8ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:17
|
19%
|
app/controllers/api/v1/api_controller.rb:17
- Average Self
-
1.1ms
- Average calls
- 1.4x
- Total Self
- 1.5ms
- Total Children
- 0ms
- Total runtime
- 1.5ms
SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_type` = ? AND `comments`.`commentable_id` = ?
|
|
sql
app/models/concerns/attachment_resizable.rb:10
|
3%
|
app/models/concerns/attachment_resizable.rb:10
- Average Self
-
1ms
- Average calls
- 0.21x
- Total Self
- 0.21ms
- Total Children
- 0ms
- Total runtime
- 0.21ms
SELECT `active_storage_attachments`.* FROM `active_storage_attachments` WHERE `active_storage_attachments`.`record_id` = ? AND `active_storage_attachments`.`record_type` = ? AND `active_storage_attachments`.`name` = ? LIMIT ?
|
|
sql
app/models/concerns/attachment_resizable.rb:12
|
2%
|
app/models/concerns/attachment_resizable.rb:12
- Average Self
-
0.73ms
- Average calls
- 0.18x
- Total Self
- 0.13ms
- Total Children
- 0ms
- Total runtime
- 0.13ms
SELECT `active_storage_blobs`.* FROM `active_storage_blobs` WHERE `active_storage_blobs`.`id` = ? LIMIT ?
|