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"
]
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 = 'armandadjbk@gmail.com' LIMIT 1;
|
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
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 = 5 LIMIT 1;
|
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
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 = 1 ORDER BY m0_.id DESC LIMIT 21;
|
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 = ?
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 = 2;
|