|
code
app/controllers/api/v1/current_users_controller.rb:95
|
49%
|
app/controllers/api/v1/current_users_controller.rb:95
- Average Self
-
8.2ms
- Average calls
- 1x
- Total Self
- 8.2ms
- Total Children
- 5.9ms
- Total runtime
- 14ms
Api::V1::CurrentUsersController#library
|
|
sql
app/controllers/api/v1/current_users_controller.rb:97
|
25%
|
app/controllers/api/v1/current_users_controller.rb:97
- Average Self
-
1.6ms
- Average calls
- 2.5x
- Total Self
- 4.2ms
- Total Children
- 0ms
- Total runtime
- 4.2ms
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
-
2.6ms
- Average calls
- 1x
- Total Self
- 2.6ms
- Total Children
- 14ms
- Total runtime
- 16ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
10%
|
app/controllers/api/v1/api_controller.rb:64
- Average Self
-
1.6ms
- Average calls
- 1x
- Total Self
- 1.6ms
- Total Children
- 0ms
- Total runtime
- 1.6ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/models/concerns/attachment_resizable.rb:10
|
<1%
|
app/models/concerns/attachment_resizable.rb:10
- Average Self
-
2ms
- Average calls
- 0.08x
- Total Self
- 0.15ms
- Total Children
- 0ms
- Total runtime
- 0.15ms
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 ?
|