|
code
app/controllers/api/v1/users_controller.rb:32
|
54%
|
app/controllers/api/v1/users_controller.rb:32
- Average Self
-
7.1ms
- Average calls
- 1x
- Total Self
- 7.1ms
- Total Children
- 4.4ms
- Total runtime
- 11ms
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
|
13%
|
/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
- 11ms
- Total runtime
- 13ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/users_controller.rb:155
|
11%
|
app/controllers/api/v1/users_controller.rb:155
- Average Self
-
1.4ms
- Average calls
- 1x
- Total Self
- 1.4ms
- Total Children
- 0ms
- Total runtime
- 1.4ms
SELECT `users`.* FROM `users` WHERE `users`.`uuid` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/users_controller.rb:37
|
10%
|
app/controllers/api/v1/users_controller.rb:37
- Average Self
-
0.8ms
- Average calls
- 1.7x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/users_controller.rb:36
|
8%
|
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/models/concerns/attachment_resizable.rb:10
|
3%
|
app/models/concerns/attachment_resizable.rb:10
- Average Self
-
0.75ms
- Average calls
- 0.44x
- Total Self
- 0.33ms
- Total Children
- 0ms
- Total runtime
- 0.33ms
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
|
3%
|
app/models/concerns/attachment_resizable.rb:12
- Average Self
-
1ms
- Average calls
- 0.33x
- Total Self
- 0.33ms
- Total Children
- 0ms
- Total runtime
- 0.33ms
SELECT `active_storage_blobs`.* FROM `active_storage_blobs` WHERE `active_storage_blobs`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/api_controller.rb:73
|
<1%
|
app/controllers/api/v1/api_controller.rb:73
- Average Self
-
0ms
- Average calls
- 0.11x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|