|
code
app/controllers/api/v1/follows_controller.rb:18
|
50%
|
app/controllers/api/v1/follows_controller.rb:18
- Average Self
-
43ms
- Average calls
- 1x
- Total Self
- 43ms
- Total Children
- 40ms
- Total runtime
- 83ms
Api::V1::FollowsController#followers
|
|
sql
app/controllers/api/v1/follows_controller.rb:26
|
34%
|
app/controllers/api/v1/follows_controller.rb:26
- Average Self
-
1.1ms
- Average calls
- 25x
- Total Self
- 29ms
- Total Children
- 0ms
- Total runtime
- 29ms
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
|
10%
|
app/models/concerns/attachment_resizable.rb:10
- Average Self
-
0.91ms
- Average calls
- 9.2x
- Total Self
- 8.3ms
- Total Children
- 0ms
- Total runtime
- 8.3ms
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 ?
|
|
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.1ms
- Average calls
- 1x
- Total Self
- 2.1ms
- Total Children
- 83ms
- Total runtime
- 85ms
Rails::Engine#call
|
|
sql
app/models/concerns/attachment_resizable.rb:12
|
2%
|
app/models/concerns/attachment_resizable.rb:12
- Average Self
-
0.84ms
- Average calls
- 2.2x
- Total Self
- 1.9ms
- Total Children
- 0ms
- Total runtime
- 1.9ms
SELECT `active_storage_blobs`.* FROM `active_storage_blobs` WHERE `active_storage_blobs`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
1%
|
app/controllers/api/v1/api_controller.rb:64
- Average Self
-
1.2ms
- Average calls
- 0.99x
- Total Self
- 1.2ms
- Total Children
- 0ms
- Total runtime
- 1.2ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|