|
code
app/controllers/api/v1/current_users_controller.rb:130
|
40%
|
app/controllers/api/v1/current_users_controller.rb:130
- Average Self
-
3ms
- Average calls
- 1x
- Total Self
- 3ms
- Total Children
- 2.5ms
- Total runtime
- 5.5ms
Api::V1::CurrentUsersController#waiting_followers
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
27%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2ms
- Average calls
- 1x
- Total Self
- 2ms
- Total Children
- 5.5ms
- Total runtime
- 7.5ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
20%
|
app/controllers/api/v1/api_controller.rb:64
- Average Self
-
1.5ms
- Average calls
- 1x
- Total Self
- 1.5ms
- Total Children
- 0ms
- Total runtime
- 1.5ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/current_users_controller.rb:133
|
13%
|
app/controllers/api/v1/current_users_controller.rb:133
- Average Self
-
1ms
- Average calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
SELECT `follows`.* FROM `follows` WHERE `follows`.`followable_id` = ? AND `follows`.`followable_type` = ? AND `follows`.`accepted_at` IS NULL ORDER BY `follows`.`created_at` DESC
|