|
code
app/controllers/api/v1/comments_controller.rb:10
|
60%
|
app/controllers/api/v1/comments_controller.rb:10
- Average Self
-
8.1ms
- Average calls
- 1x
- Total Self
- 8.1ms
- Total Children
- 3ms
- Total runtime
- 11ms
Api::V1::CommentsController#index
|
|
sql
app/controllers/api/v1/api_controller.rb:17
|
18%
|
app/controllers/api/v1/api_controller.rb:17
- Average Self
-
1.6ms
- Average calls
- 1.5x
- Total Self
- 2.4ms
- Total Children
- 0ms
- Total runtime
- 2.4ms
SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_type` = ? AND `comments`.`commentable_id` = ?
|
|
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.4ms
- Average calls
- 1x
- Total Self
- 2.4ms
- Total Children
- 11ms
- Total runtime
- 13ms
Rails::Engine#call
|
|
sql
app/models/concerns/attachment_resizable.rb:10
|
3%
|
app/models/concerns/attachment_resizable.rb:10
- Average Self
-
1.4ms
- Average calls
- 0.25x
- Total Self
- 0.35ms
- Total Children
- 0ms
- Total runtime
- 0.35ms
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
-
1.1ms
- Average calls
- 0.21x
- Total Self
- 0.23ms
- Total Children
- 0ms
- Total runtime
- 0.23ms
SELECT `active_storage_blobs`.* FROM `active_storage_blobs` WHERE `active_storage_blobs`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/api_controller.rb:50
|
<1%
|
app/controllers/api/v1/api_controller.rb:50
- Average Self
-
1.7ms
- Average calls
- <0.01x
- Total Self
- 0.02ms
- Total Children
- 0ms
- Total runtime
- 0.02ms
SELECT `organizations`.* FROM `organizations` WHERE `organizations`.`api_access_token` IS NULL LIMIT ?
|