|
code
app/controllers/api/v1/current_users_controller.rb:95
|
49%
|
app/controllers/api/v1/current_users_controller.rb:95
- Average Self
-
9.8ms
- Average calls
- 1x
- Total Self
- 9.8ms
- Total Children
- 7ms
- Total runtime
- 16ms
Api::V1::CurrentUsersController#library
|
|
sql
app/controllers/api/v1/current_users_controller.rb:97
|
26%
|
app/controllers/api/v1/current_users_controller.rb:97
- Average Self
-
1.3ms
- Average calls
- 4x
- Total Self
- 5.3ms
- Total Children
- 0ms
- Total runtime
- 5.3ms
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
|
16%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
3.3ms
- Average calls
- 1x
- Total Self
- 3.3ms
- Total Children
- 16ms
- Total runtime
- 20ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
6%
|
app/controllers/api/v1/api_controller.rb:64
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/models/concerns/attachment_resizable.rb:10
|
3%
|
app/models/concerns/attachment_resizable.rb:10
- Average Self
-
2ms
- Average calls
- 0.25x
- Total Self
- 0.5ms
- Total Children
- 0ms
- Total runtime
- 0.5ms
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 ?
|