|
code
app/controllers/api/v1/users_controller.rb:32
|
55%
|
app/controllers/api/v1/users_controller.rb:32
- Average Self
-
6.2ms
- Average calls
- 1x
- Total Self
- 6.2ms
- Total Children
- 3.2ms
- Total runtime
- 9.4ms
Api::V1::UsersController#followers
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
16%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
1.8ms
- Average calls
- 1x
- Total Self
- 1.8ms
- Total Children
- 9.4ms
- Total runtime
- 11ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/users_controller.rb:155
|
11%
|
app/controllers/api/v1/users_controller.rb:155
- Average Self
-
1.2ms
- Average calls
- 1x
- Total Self
- 1.2ms
- Total Children
- 0ms
- Total runtime
- 1.2ms
SELECT `users`.* FROM `users` WHERE `users`.`uuid` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/users_controller.rb:36
|
9%
|
app/controllers/api/v1/users_controller.rb:36
- Average Self
-
1ms
- Average calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
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:37
|
7%
|
app/controllers/api/v1/users_controller.rb:37
- Average Self
-
0.8ms
- Average calls
- 1x
- Total Self
- 0.8ms
- Total Children
- 0ms
- Total runtime
- 0.8ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/models/concerns/attachment_resizable.rb:10
|
2%
|
app/models/concerns/attachment_resizable.rb:10
- Average Self
-
1ms
- Average calls
- 0.2x
- Total Self
- 0.2ms
- Total Children
- 0ms
- Total runtime
- 0.2ms
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
|
<1%
|
app/models/concerns/attachment_resizable.rb:12
- Average Self
-
0ms
- Average calls
- 0.2x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT `active_storage_blobs`.* FROM `active_storage_blobs` WHERE `active_storage_blobs`.`id` = ? LIMIT ?
|