|
code
app/controllers/api/v1/conversations_controller.rb:17
|
64%
|
app/controllers/api/v1/conversations_controller.rb:17
- Average Self
-
20ms
- Average calls
- 1x
- Total Self
- 20ms
- Total Children
- 9.6ms
- Total runtime
- 29ms
Api::V1::ConversationsController#show
|
|
sql
app/controllers/api/v1/conversations_controller.rb:48
|
23%
|
app/controllers/api/v1/conversations_controller.rb:48
- Average Self
-
1.1ms
- Average calls
- 6.7x
- Total Self
- 7.3ms
- Total Children
- 0ms
- Total runtime
- 7.3ms
SELECT `conversations`.* FROM `conversations` WHERE `conversations`.`id` = ? LIMIT ?
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
6%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
1.9ms
- Average calls
- 1x
- Total Self
- 1.9ms
- Total Children
- 29ms
- Total runtime
- 31ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
4%
|
app/controllers/api/v1/api_controller.rb:64
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/conversations_controller.rb:18
|
3%
|
app/controllers/api/v1/conversations_controller.rb:18
- Average Self
-
1ms
- Average calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
SELECT COUNT(*) FROM `conversation_users` WHERE `conversation_users`.`conversation_id` = ? AND `conversation_users`.`user_id` = ?
|