|
code
app/controllers/api/v1/conversations_controller.rb:9
|
55%
|
app/controllers/api/v1/conversations_controller.rb:9
- Average Self
-
11ms
- Average calls
- 1x
- Total Self
- 11ms
- Total Children
- 7.6ms
- Total runtime
- 18ms
Api::V1::ConversationsController#index
|
|
sql
app/controllers/api/v1/conversations_controller.rb:14
|
33%
|
app/controllers/api/v1/conversations_controller.rb:14
- Average Self
-
1ms
- Average calls
- 6.6x
- Total Self
- 6.7ms
- Total Children
- 0ms
- Total runtime
- 6.7ms
SELECT `conversations`.* FROM `conversations` INNER JOIN `conversation_users` ON `conversation_users`.`conversation_id` = `conversations`.`id` WHERE `conversation_users`.`user_id` = ? ORDER BY `conversations`.`last_message_at` DESC
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
8%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
1.7ms
- Average calls
- 1x
- Total Self
- 1.7ms
- Total Children
- 18ms
- Total runtime
- 20ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
4%
|
app/controllers/api/v1/api_controller.rb:64
- Average Self
-
0.86ms
- Average calls
- 1x
- Total Self
- 0.86ms
- Total Children
- 0ms
- Total runtime
- 0.86ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|