|
code
app/controllers/api/v1/users_controller.rb:32
|
53%
|
app/controllers/api/v1/users_controller.rb:32
- Average Self
-
8ms
- Average calls
- 1x
- Total Self
- 8ms
- Total Children
- 5.3ms
- Total runtime
- 13ms
Api::V1::UsersController#followers
|
|
sql
app/controllers/api/v1/users_controller.rb:37
|
13%
|
app/controllers/api/v1/users_controller.rb:37
- Average Self
-
1ms
- Average calls
- 1.9x
- Total Self
- 1.9ms
- Total Children
- 0ms
- Total runtime
- 1.9ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
12%
|
/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
- 13ms
- Total runtime
- 15ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/users_controller.rb:155
|
8%
|
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
|
7%
|
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
|
5%
|
app/models/concerns/attachment_resizable.rb:10
- Average Self
-
1.1ms
- Average calls
- 0.67x
- Total Self
- 0.71ms
- Total Children
- 0ms
- Total runtime
- 0.71ms
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
-
0.9ms
- Average calls
- 0.48x
- Total Self
- 0.43ms
- Total Children
- 0ms
- Total runtime
- 0.43ms
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
-
1ms
- Average calls
- 0.05x
- Total Self
- 0.05ms
- Total Children
- 0ms
- Total runtime
- 0.05ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|