|
code
app/controllers/api/v1/conversations_controller.rb:9
|
68%
|
app/controllers/api/v1/conversations_controller.rb:9
- Average Self
-
35ms
- Average calls
- 1x
- Total Self
- 35ms
- Total Children
- 14ms
- Total runtime
- 50ms
Api::V1::ConversationsController#index
|
|
sql
app/controllers/api/v1/conversations_controller.rb:14
|
24%
|
app/controllers/api/v1/conversations_controller.rb:14
- Average Self
-
2.3ms
- Average calls
- 5.5x
- Total Self
- 12ms
- Total Children
- 0ms
- Total runtime
- 12ms
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
|
5%
|
/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
- 50ms
- Total runtime
- 53ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
3%
|
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 ?
|