|
code
app/controllers/api/v1/current_users_controller.rb:120
|
55%
|
app/controllers/api/v1/current_users_controller.rb:120
- Average Self
-
7.8ms
- Average calls
- 1x
- Total Self
- 7.8ms
- Total Children
- 4.5ms
- Total runtime
- 12ms
Api::V1::CurrentUsersController#followers
|
|
sql
app/controllers/api/v1/current_users_controller.rb:124
|
23%
|
app/controllers/api/v1/current_users_controller.rb:124
- Average Self
-
1ms
- Average calls
- 3.3x
- Total Self
- 3.3ms
- Total Children
- 0ms
- Total runtime
- 3.3ms
SELECT `follows`.* FROM `follows` WHERE `follows`.`followable_id` = ? AND `follows`.`followable_type` = ? AND `follows`.`accepted_at` IS NOT NULL ORDER BY `follows`.`created_at` DESC LIMIT ? OFFSET ?
|
|
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
-
1.8ms
- Average calls
- 1x
- Total Self
- 1.8ms
- Total Children
- 12ms
- Total runtime
- 14ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
9%
|
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 ?
|