|
code
app/controllers/api/v1/users_controller.rb:26
|
53%
|
app/controllers/api/v1/users_controller.rb:26
- Average Self
-
9.6ms
- Average calls
- 1x
- Total Self
- 9.6ms
- Total Children
- 6.1ms
- Total runtime
- 15ms
Api::V1::UsersController#subscribes
|
|
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
-
2.3ms
- Average calls
- 1x
- Total Self
- 2.3ms
- Total Children
- 15ms
- Total runtime
- 18ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/users_controller.rb:155
|
10%
|
app/controllers/api/v1/users_controller.rb:155
- Average Self
-
1.9ms
- Average calls
- 1x
- Total Self
- 1.9ms
- Total Children
- 0ms
- Total runtime
- 1.9ms
SELECT `users`.* FROM `users` WHERE `users`.`uuid` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/users_controller.rb:29
|
8%
|
app/controllers/api/v1/users_controller.rb:29
- Average Self
-
1.4ms
- Average calls
- 1x
- Total Self
- 1.4ms
- Total Children
- 0ms
- Total runtime
- 1.4ms
SELECT `follows`.* FROM `follows` WHERE `follows`.`user_id` = ? AND `follows`.`accepted_at` IS NOT NULL ORDER BY `follows`.`views` DESC LIMIT ? OFFSET ?
|
|
sql
app/models/follow.rb:52
|
7%
|
app/models/follow.rb:52
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT `gyms`.* FROM `gyms` WHERE (`gyms`.`deleted_at` IS NULL OR `gyms`.`deleted_at` > ?) AND `gyms`.`id` = ? LIMIT ?
|
|
sql
app/models/follow.rb:53
|
7%
|
app/models/follow.rb:53
- 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
|
2%
|
app/models/concerns/attachment_resizable.rb:10
- Average Self
-
1ms
- Average calls
- 0.29x
- Total Self
- 0.29ms
- Total Children
- 0ms
- Total runtime
- 0.29ms
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 ?
|