|
code
app/controllers/api/v1/current_users_controller.rb:120
|
55%
|
app/controllers/api/v1/current_users_controller.rb:120
- Average Self
-
6ms
- Average calls
- 1x
- Total Self
- 6ms
- Total Children
- 3.5ms
- Total runtime
- 9.5ms
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
- 2.5x
- Total Self
- 2.5ms
- Total Children
- 0ms
- Total runtime
- 2.5ms
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
|
14%
|
/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
- 9.5ms
- Total runtime
- 11ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
9%
|
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 ?
|