|
code
app/controllers/api/v1/current_users_controller.rb:120
|
53%
|
app/controllers/api/v1/current_users_controller.rb:120
- Average Self
-
8ms
- Average calls
- 1x
- Total Self
- 8ms
- Total Children
- 5ms
- Total runtime
- 13ms
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
-
0.88ms
- Average calls
- 4x
- Total Self
- 3.5ms
- Total Children
- 0ms
- Total runtime
- 3.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
|
13%
|
/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
- 13ms
- Total runtime
- 15ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
10%
|
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 ?
|