|
code
app/controllers/api/v1/conversations_controller.rb:17
|
46%
|
app/controllers/api/v1/conversations_controller.rb:17
- Average Self
-
13ms
- Average calls
- 1x
- Total Self
- 13ms
- Total Children
- 14ms
- Total runtime
- 27ms
Api::V1::ConversationsController#show
|
|
sql
app/controllers/api/v1/conversations_controller.rb:48
|
37%
|
app/controllers/api/v1/conversations_controller.rb:48
- Average Self
-
1.5ms
- Average calls
- 7x
- Total Self
- 10ms
- Total Children
- 0ms
- Total runtime
- 10ms
SELECT `conversations`.* FROM `conversations` WHERE `conversations`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/conversations_controller.rb:18
|
6%
|
app/controllers/api/v1/conversations_controller.rb:18
- Average Self
-
1.8ms
- Average calls
- 1x
- Total Self
- 1.8ms
- Total Children
- 0ms
- Total runtime
- 1.8ms
SELECT COUNT(*) FROM `conversation_users` WHERE `conversation_users`.`conversation_id` = ? AND `conversation_users`.`user_id` = ?
|
|
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.6ms
- Average calls
- 1x
- Total Self
- 1.6ms
- Total Children
- 27ms
- Total runtime
- 28ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
6%
|
app/controllers/api/v1/api_controller.rb:64
- Average Self
-
1.6ms
- Average calls
- 1x
- Total Self
- 1.6ms
- Total Children
- 0ms
- Total runtime
- 1.6ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|