|
code
app/controllers/api/v1/users_controller.rb:32
|
53%
|
app/controllers/api/v1/users_controller.rb:32
- Average Self
-
24ms
- Average calls
- 1x
- Total Self
- 24ms
- Total Children
- 19ms
- Total runtime
- 43ms
Api::V1::UsersController#followers
|
|
sql
app/controllers/api/v1/users_controller.rb:37
|
16%
|
app/controllers/api/v1/users_controller.rb:37
- Average Self
-
1.6ms
- Average calls
- 4.7x
- Total Self
- 7.3ms
- Total Children
- 0ms
- Total runtime
- 7.3ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/models/concerns/attachment_resizable.rb:10
|
10%
|
app/models/concerns/attachment_resizable.rb:10
- Average Self
-
1.6ms
- Average calls
- 2.7x
- Total Self
- 4.3ms
- Total Children
- 0ms
- Total runtime
- 4.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 ?
|
|
sql
app/models/concerns/attachment_resizable.rb:12
|
8%
|
app/models/concerns/attachment_resizable.rb:12
- Average Self
-
1.4ms
- Average calls
- 2.7x
- Total Self
- 3.7ms
- Total Children
- 0ms
- Total runtime
- 3.7ms
SELECT `active_storage_blobs`.* FROM `active_storage_blobs` WHERE `active_storage_blobs`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/users_controller.rb:36
|
4%
|
app/controllers/api/v1/users_controller.rb:36
- Average Self
-
2ms
- Average calls
- 1x
- Total Self
- 2ms
- Total Children
- 0ms
- Total runtime
- 2ms
SELECT `follows`.* FROM `follows` WHERE `follows`.`followable_id` = ? AND `follows`.`followable_type` = ? ORDER BY `follows`.`created_at` DESC LIMIT ? OFFSET ?
|
|
sql
app/controllers/api/v1/users_controller.rb:155
|
4%
|
app/controllers/api/v1/users_controller.rb:155
- Average Self
-
2ms
- Average calls
- 1x
- Total Self
- 2ms
- Total Children
- 0ms
- Total runtime
- 2ms
SELECT `users`.* FROM `users` WHERE `users`.`uuid` = ? LIMIT ?
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
4%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
1.7ms
- Average calls
- 1x
- Total Self
- 1.7ms
- Total Children
- 43ms
- Total runtime
- 45ms
Rails::Engine#call
|