|
code
app/controllers/api/v1/current_users_controller.rb:89
|
47%
|
app/controllers/api/v1/current_users_controller.rb:89
- Average Self
-
10ms
- Average calls
- 1x
- Total Self
- 10ms
- Total Children
- 9ms
- Total runtime
- 19ms
Api::V1::CurrentUsersController#subscribes
|
|
sql
app/controllers/api/v1/current_users_controller.rb:92
|
35%
|
app/controllers/api/v1/current_users_controller.rb:92
- Average Self
-
2.1ms
- Average calls
- 3.5x
- Total Self
- 7.5ms
- Total Children
- 0ms
- Total runtime
- 7.5ms
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
|
12%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.5ms
- Average calls
- 1x
- Total Self
- 2.5ms
- Total Children
- 19ms
- Total runtime
- 21ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
7%
|
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 ?
|