|
code
app/controllers/api/v1/comments_controller.rb:10
|
51%
|
app/controllers/api/v1/comments_controller.rb:10
- Average Self
-
3.8ms
- Average calls
- 1x
- Total Self
- 3.8ms
- Total Children
- 1.8ms
- Total runtime
- 5.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
|
25%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
1.9ms
- Average calls
- 1x
- Total Self
- 1.9ms
- Total Children
- 5.6ms
- Total runtime
- 7.5ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:17
|
21%
|
app/controllers/api/v1/api_controller.rb:17
- Average Self
-
1.2ms
- Average calls
- 1.3x
- 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
|
2%
|
app/models/concerns/attachment_resizable.rb:10
- Average Self
-
1ms
- Average calls
- 0.13x
- Total Self
- 0.13ms
- Total Children
- 0ms
- Total runtime
- 0.13ms
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
|
1%
|
app/models/concerns/attachment_resizable.rb:12
- Average Self
-
0.75ms
- Average calls
- 0.13x
- Total Self
- 0.1ms
- Total Children
- 0ms
- Total runtime
- 0.1ms
SELECT `active_storage_blobs`.* FROM `active_storage_blobs` WHERE `active_storage_blobs`.`id` = ? LIMIT ?
|