|
code
app/controllers/api/v1/current_users_controller.rb:41
|
52%
|
app/controllers/api/v1/current_users_controller.rb:41
- Average Self
-
7.3ms
- Average calls
- 1x
- Total Self
- 7.3ms
- Total Children
- 5.3ms
- Total runtime
- 12ms
Api::V1::CurrentUsersController#library
|
|
sql
app/controllers/api/v1/current_users_controller.rb:43
|
29%
|
app/controllers/api/v1/current_users_controller.rb:43
- Average Self
-
1ms
- Average calls
- 4x
- Total Self
- 4ms
- Total Children
- 0ms
- Total runtime
- 4ms
SELECT `follows`.* FROM `follows` WHERE `follows`.`user_id` = ? AND `follows`.`followable_type` = ? ORDER BY `follows`.`views` DESC
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
11%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
1.5ms
- Average calls
- 1x
- Total Self
- 1.5ms
- Total Children
- 12ms
- Total runtime
- 14ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
7%
|
app/controllers/api/v1/api_controller.rb:64
- Average Self
-
1ms
- Average calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
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.25x
- Total Self
- 0.25ms
- Total Children
- 0ms
- Total runtime
- 0.25ms
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.25x
- Total Self
- 0ms
- Total Children
- 0ms
- Total runtime
- 0ms
SELECT `active_storage_blobs`.* FROM `active_storage_blobs` WHERE `active_storage_blobs`.`id` = ? LIMIT ?
|