|
code
app/controllers/api/v1/current_users_controller.rb:174
|
53%
|
app/controllers/api/v1/current_users_controller.rb:174
- Average Self
-
10ms
- Average calls
- 1x
- Total Self
- 10ms
- Total Children
- 6.4ms
- Total runtime
- 16ms
Api::V1::CurrentUsersController#followers
|
|
sql
app/controllers/api/v1/current_users_controller.rb:178
|
23%
|
app/controllers/api/v1/current_users_controller.rb:178
- Average Self
-
1.4ms
- Average calls
- 3.2x
- Total Self
- 4.6ms
- Total Children
- 0ms
- Total runtime
- 4.6ms
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
-
2.7ms
- Average calls
- 1x
- Total Self
- 2.7ms
- Total Children
- 16ms
- Total runtime
- 19ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
9%
|
app/controllers/api/v1/api_controller.rb:64
- Average Self
-
1.8ms
- Average calls
- 1x
- Total Self
- 1.8ms
- Total Children
- 0ms
- Total runtime
- 1.8ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|