GET https://mercure.terrenourriciere.org/admin/conversations/019bdbd4-587f-7d1a-9e20-9409b8745a48

Query Metrics

6 Database Queries
6 Different statements
25.37 ms Query time
0 Invalid entities
8 Managed entities

Grouped Statements

Show all queries

Time Count Info
7.04 ms
(27.76%)
1
SELECT u0_.id AS id_0, u0_.uuid AS uuid_1, u0_.nom AS nom_2, u0_.prenom AS prenom_3, u0_.email AS email_4, u0_.email_secondaire AS email_secondaire_5, u0_.numero_ordinal AS numero_ordinal_6, u0_.telephone AS telephone_7, u0_.password_hash AS password_hash_8, u0_.status AS status_9, u0_.roles AS roles_10, u0_.departements AS departements_11, u0_.created_at AS created_at_12, u0_.filiere_id AS filiere_id_13 FROM users u0_ WHERE u0_.uuid IN (?, ?)
Parameters:
[
  Symfony\Component\Uid\UuidV7 {#1222
    __toString(): "019bdba1-35de-7cfb-bc05-f24b76fb2db0"
  }
  Symfony\Component\Uid\UuidV7 {#1166
    __toString(): "019bdba1-3a43-7c4d-aef8-aacd5c414b6d"
  }
]
5.76 ms
(22.72%)
1
SELECT t0.id AS id_1, t0.requester_user_id AS requester_user_id_2, t0.filiere_id AS filiere_id_3, t0.created_at AS created_at_4 FROM conversation t0 WHERE t0.id = ?
Parameters:
[
  "019bdbd4-587f-7d1a-9e20-9409b8745a48"
]
3.77 ms
(14.87%)
1
SELECT t0.id AS id_1, t0.user_id AS user_id_2, t0.filiere_id AS filiere_id_3, t0.joined_at AS joined_at_4, t0.left_at AS left_at_5, t0.conversation_id AS conversation_id_6 FROM conversation_participant t0 WHERE t0.conversation_id = ?
Parameters:
[
  "019bdbd4-587f-7d1a-9e20-9409b8745a48"
]
3.71 ms
(14.64%)
1
SELECT t0.id AS id_1, t0.author_user_id AS author_user_id_2, t0.content AS content_3, t0.created_at AS created_at_4, t0.conversation_id AS conversation_id_5 FROM message t0 WHERE t0.conversation_id = ?
Parameters:
[
  "019bdbd4-587f-7d1a-9e20-9409b8745a48"
]
2.90 ms
(11.44%)
1
SELECT m0_.id AS id_0, m0_.storage_path AS storage_path_1, m0_.original_name AS original_name_2, m0_.mime_type AS mime_type_3, m0_.size_bytes AS size_bytes_4, m0_.created_at AS created_at_5, m0_.message_id AS message_id_6 FROM message_attachment m0_ WHERE m0_.message_id IN (?, ?)
Parameters:
[
  Symfony\Component\Uid\UuidV7 {#694
    __toString(): "019bdbd4-594e-7bff-a7c1-5119c6510bb0"
  }
  Symfony\Component\Uid\UuidV7 {#1135
    __toString(): "019bdbd4-74bb-79ab-989d-600af1ec2a16"
  }
]
2.17 ms
(8.57%)
1
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.slug AS slug_2, f0_.created_at AS created_at_3 FROM filiere f0_ WHERE f0_.id IN (?)
Parameters:
[
  Symfony\Component\Uid\UuidV7 {#212
    __toString(): "019bdba1-35d3-7b16-86a8-af458ab056ba"
  }
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Messaging\Domain\Model\ConversationParticipant 2
App\Messaging\Domain\Model\Message 2
App\IdentityAccess\Domain\Model\User 2
App\Messaging\Domain\Model\Conversation 1
App\Shared\Domain\Model\Filiere 1