|
code
app/controllers/api/v1/users_controller.rb:32
|
52%
|
app/controllers/api/v1/users_controller.rb:32
- Average Self
-
17ms
- Average calls
- 1x
- Total Self
- 17ms
- Total Children
- 13ms
- Total runtime
- 30ms
Api::V1::UsersController#followers
|
|
sql
app/controllers/api/v1/users_controller.rb:37
|
15%
|
app/controllers/api/v1/users_controller.rb:37
- Average Self
-
1.6ms
- Average calls
- 3.2x
- Total Self
- 5ms
- Total Children
- 0ms
- Total runtime
- 5ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/models/concerns/attachment_resizable.rb:10
|
8%
|
app/models/concerns/attachment_resizable.rb:10
- Average Self
-
1.6ms
- Average calls
- 1.6x
- Total Self
- 2.6ms
- Total Children
- 0ms
- Total runtime
- 2.6ms
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
|
7%
|
app/models/concerns/attachment_resizable.rb:12
- Average Self
-
1.4ms
- Average calls
- 1.6x
- Total Self
- 2.2ms
- Total Children
- 0ms
- Total runtime
- 2.2ms
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
|
6%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2ms
- Average calls
- 1x
- Total Self
- 2ms
- Total Children
- 30ms
- Total runtime
- 32ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/users_controller.rb:155
|
6%
|
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 ?
|
|
sql
app/controllers/api/v1/users_controller.rb:36
|
5%
|
app/controllers/api/v1/users_controller.rb:36
- Average Self
-
1.8ms
- Average calls
- 1x
- Total Self
- 1.8ms
- Total Children
- 0ms
- Total runtime
- 1.8ms
SELECT `follows`.* FROM `follows` WHERE `follows`.`followable_id` = ? AND `follows`.`followable_type` = ? ORDER BY `follows`.`created_at` DESC LIMIT ? OFFSET ?
|