|
code
app/controllers/api/v1/follows_controller.rb:18
|
49%
|
app/controllers/api/v1/follows_controller.rb:18
- Average Self
-
53ms
- Average calls
- 1x
- Total Self
- 53ms
- Total Children
- 53ms
- Total runtime
- 107ms
Api::V1::FollowsController#followers
|
|
sql
app/controllers/api/v1/follows_controller.rb:26
|
33%
|
app/controllers/api/v1/follows_controller.rb:26
- Average Self
-
1.6ms
- Average calls
- 22x
- Total Self
- 35ms
- Total Children
- 0ms
- Total runtime
- 35ms
SELECT `follows`.* FROM `follows` INNER JOIN `users` ON `users`.`id` = `follows`.`user_id` WHERE `follows`.`followable_type` = ? AND `follows`.`followable_id` = ? ORDER BY users.last_activity_at DESC, id LIMIT ? OFFSET ?
|
|
sql
app/models/concerns/attachment_resizable.rb:10
|
11%
|
app/models/concerns/attachment_resizable.rb:10
- Average Self
-
1.3ms
- Average calls
- 8.9x
- Total Self
- 11ms
- Total Children
- 0ms
- Total runtime
- 11ms
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
|
4%
|
app/models/concerns/attachment_resizable.rb:12
- Average Self
-
1.2ms
- Average calls
- 3.6x
- Total Self
- 4.3ms
- Total Children
- 0ms
- Total runtime
- 4.3ms
SELECT `active_storage_blobs`.* FROM `active_storage_blobs` WHERE `active_storage_blobs`.`id` = ? LIMIT ?
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
2%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.6ms
- Average calls
- 1x
- Total Self
- 2.6ms
- Total Children
- 107ms
- Total runtime
- 109ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
1%
|
app/controllers/api/v1/api_controller.rb:64
- Average Self
-
1.5ms
- Average calls
- 1x
- Total Self
- 1.5ms
- Total Children
- 0ms
- Total runtime
- 1.5ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|