|
code
app/controllers/api/v1/current_users_controller.rb:174
|
59%
|
app/controllers/api/v1/current_users_controller.rb:174
- Average Self
-
8.5ms
- Average calls
- 1x
- Total Self
- 8.5ms
- Total Children
- 3ms
- Total runtime
- 11ms
Api::V1::CurrentUsersController#followers
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
21%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
3ms
- Average calls
- 1x
- Total Self
- 3ms
- Total Children
- 11ms
- Total runtime
- 14ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/current_users_controller.rb:178
|
14%
|
app/controllers/api/v1/current_users_controller.rb:178
- Average Self
-
1ms
- Average calls
- 2x
- Total Self
- 2ms
- Total Children
- 0ms
- Total runtime
- 2ms
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 ?
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
7%
|
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 ?
|