|
code
app/controllers/api/v1/current_users_controller.rb:89
|
58%
|
app/controllers/api/v1/current_users_controller.rb:89
- Average Self
-
21ms
- Average calls
- 1x
- Total Self
- 21ms
- Total Children
- 12ms
- Total runtime
- 33ms
Api::V1::CurrentUsersController#subscribes
|
|
sql
app/controllers/api/v1/current_users_controller.rb:92
|
30%
|
app/controllers/api/v1/current_users_controller.rb:92
- Average Self
-
1.7ms
- Average calls
- 6.4x
- Total Self
- 10ms
- Total Children
- 0ms
- Total runtime
- 10ms
SELECT `follows`.* FROM `follows` WHERE `follows`.`user_id` = ? AND `follows`.`followable_type` = ? ORDER BY `follows`.`updated_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
|
7%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.6ms
- Average calls
- 1x
- Total Self
- 2.6ms
- Total Children
- 33ms
- Total runtime
- 36ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
5%
|
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 ?
|