|
code
app/controllers/api/v1/users_controller.rb:32
|
50%
|
app/controllers/api/v1/users_controller.rb:32
- Average Self
-
4ms
- Calls
- 1x
- Total Self
- 4ms
- Total Children
- 3ms
- Total runtime
- 7ms
Api::V1::UsersController#followers
|
|
sql
app/controllers/api/v1/users_controller.rb:155
|
25%
|
app/controllers/api/v1/users_controller.rb:155
- Average Self
-
2ms
- Calls
- 1x
- Total Self
- 2ms
- Total Children
- 0ms
- Total runtime
- 2ms
SELECT `users`.* FROM `users` WHERE `users`.`uuid` = ? LIMIT ?
|
|
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
-
1ms
- Calls
- 1x
- Total Self
- 1ms
- Total Children
- 7ms
- Total runtime
- 8ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/users_controller.rb:36
|
13%
|
app/controllers/api/v1/users_controller.rb:36
- Average Self
-
1ms
- Calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
SELECT `follows`.* FROM `follows` WHERE `follows`.`followable_id` = ? AND `follows`.`followable_type` = ? ORDER BY `follows`.`created_at` DESC LIMIT ? OFFSET ?
|