GET https://mercure.terrenourriciere.org/admin/conversations/019bdba1-46a7-7a1a-ab04-8405af9a97ea

Query Metrics

6 Database Queries
6 Different statements
5.90 ms Query time
0 Invalid entities
11 Managed entities

Queries

Group similar statements

# Time Info
1 1.31 ms
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:
[
  "019bdba1-46a7-7a1a-ab04-8405af9a97ea"
]
2 1.05 ms
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:
[
  "019bdba1-46a7-7a1a-ab04-8405af9a97ea"
]
3 0.83 ms
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:
[
  "019bdba1-46a7-7a1a-ab04-8405af9a97ea"
]
4 1.08 ms
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 {#1021
    __toString(): "019bdba1-407a-71d0-b653-2e9715a4bc6b"
  }
  Symfony\Component\Uid\UuidV7 {#1148
    __toString(): "019bdba1-3832-7b7b-83b8-760640b2d9a6"
  }
]
5 0.75 ms
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 {#432
    __toString(): "019bdba1-35d3-7b16-86a8-af458a1783f5"
  }
]
6 0.88 ms
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 {#424
    __toString(): "019bdba1-46a7-7a1a-ab04-8405b1c2a2f8"
  }
  Symfony\Component\Uid\UuidV7 {#212
    __toString(): "019bdba1-46a7-7a1a-ab04-8405b230f47a"
  }
  Symfony\Component\Uid\UuidV7 {#1967
    __toString(): "019bdba1-46a7-7a1a-ab04-8405b2c95fb9"
  }
  Symfony\Component\Uid\UuidV7 {#747
    __toString(): "019bdba1-46a7-7a1a-ab04-8405b3a27e21"
  }
]

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\Message 4
App\Messaging\Domain\Model\ConversationParticipant 2
App\IdentityAccess\Domain\Model\User 2
App\Messaging\Domain\Model\Conversation 1
App\Shared\Domain\Model\Filiere 1
App\Messaging\Domain\Model\MessageAttachment 1