GET https://roicargoapi.secssarl.com/api/conversations/5/messages?limit=20

Query Metrics

4 Database Queries
4 Different statements
0.37 ms Query time
0 Invalid entities
13 Managed entities

Grouped Statements

Show all queries

Time Count Info
0.13 ms
(35.45%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.password AS password_5, t0.google_id AS google_id_6, t0.telephone_whatsapp AS telephone_whatsapp_7, t0.ville AS ville_8, t0.langue AS langue_9, t0.roles AS roles_10, t0.identifiant_client AS identifiant_client_11, t0.numero_ifu AS numero_ifu_12, t0.nom_entreprise AS nom_entreprise_13, t0.is_active AS is_active_14, t0.avatar AS avatar_15, t0.device_token AS device_token_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18, t0.deleted_at AS deleted_at_19, t0.pays_id AS pays_id_20 FROM `user` t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
  "armandadjbk@gmail.com"
]
0.09 ms
(25.06%)
1
SELECT t0.id AS id_1, t0.last_message_at AS last_message_at_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.client_id AS client_id_5 FROM conversation t0 WHERE t0.client_id = ? LIMIT 1
Parameters:
[
  5
]
0.09 ms
(23.18%)
1
SELECT m0_.id AS id_0, m0_.expediteur_type AS expediteur_type_1, m0_.contenu AS contenu_2, m0_.type AS type_3, m0_.fichier_url AS fichier_url_4, m0_.lu AS lu_5, m0_.created_at AS created_at_6, m0_.updated_at AS updated_at_7, m0_.conversation_id AS conversation_id_8, m0_.expediteur_id AS expediteur_id_9 FROM message m0_ WHERE m0_.conversation_id = ? ORDER BY m0_.id DESC LIMIT 21
Parameters:
[
  1
]
0.06 ms
(16.30%)
1
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3, t0.email AS email_4, t0.password AS password_5, t0.google_id AS google_id_6, t0.telephone_whatsapp AS telephone_whatsapp_7, t0.ville AS ville_8, t0.langue AS langue_9, t0.roles AS roles_10, t0.identifiant_client AS identifiant_client_11, t0.numero_ifu AS numero_ifu_12, t0.nom_entreprise AS nom_entreprise_13, t0.is_active AS is_active_14, t0.avatar AS avatar_15, t0.device_token AS device_token_16, t0.created_at AS created_at_17, t0.updated_at AS updated_at_18, t0.deleted_at AS deleted_at_19, t0.pays_id AS pays_id_20 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
  2
]

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\Entity\Message 8
App\Entity\User 2
App\Entity\Pays 2
App\Entity\Conversation 1

Entities Mapping