0.63 ms (9.02%)
1
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . phone AS phone_3 , t0 . nom AS nom_4 , t0 . prenom AS prenom_5 , t0 . status AS status_6 , t0 . source AS source_7 , t0 . newsletter_consent AS newsletter_consent_8 , t0 . newsletter_consent_at AS newsletter_consent_at_9 , t0 . newsletter_consent_source AS newsletter_consent_source_10 , t0 . created_at AS created_at_11 , t0 . update_at AS update_at_12 FROM contact t0 WHERE t0 . email = ? LIMIT 1
Parameters :
[
"annick.oudry@icloud.com "
]
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . phone AS phone_3 , t0 . nom AS nom_4 , t0 . prenom AS prenom_5 , t0 . status AS status_6 , t0 . source AS source_7 , t0 . newsletter_consent AS newsletter_consent_8 , t0 . newsletter_consent_at AS newsletter_consent_at_9 , t0 . newsletter_consent_source AS newsletter_consent_source_10 , t0 . created_at AS created_at_11 , t0 . update_at AS update_at_12 FROM contact t0 WHERE t0 . email = 'annick.oudry@icloud.com' LIMIT 1 ;
Copy
0.46 ms (6.56%)
1
SELECT t0 . id AS id_1 , t0 . nom AS nom_2 , t0 . description AS description_3 , t0 . resume AS resume_4 , t0 . accroche AS accroche_5 , t0 . code_sejour AS code_sejour_6 , t0 . nb_jours AS nb_jours_7 , t0 . nb_nuits AS nb_nuits_8 , t0 . nb_jours_activite AS nb_jours_activite_9 , t0 . vignette AS vignette_10 , t0 . img_principale AS img_principale_11 , t0 . fiche_technique_pdf AS fiche_technique_pdf_12 , t0 . mise_en_avant AS mise_en_avant_13 , t0 . publie AS publie_14 , t0 . prix_default AS prix_default_15 , t0 . montant_acompte AS montant_acompte_16 , t0 . pourcentage_acompte AS pourcentage_acompte_17 , t0 . stock_default AS stock_default_18 , t0 . coord_depart AS coord_depart_19 , t0 . coord_arrivee AS coord_arrivee_20 , t0 . niveau_id AS niveau_id_21 FROM sejour__sejour t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . nom AS nom_2 , t0 . description AS description_3 , t0 . resume AS resume_4 , t0 . accroche AS accroche_5 , t0 . code_sejour AS code_sejour_6 , t0 . nb_jours AS nb_jours_7 , t0 . nb_nuits AS nb_nuits_8 , t0 . nb_jours_activite AS nb_jours_activite_9 , t0 . vignette AS vignette_10 , t0 . img_principale AS img_principale_11 , t0 . fiche_technique_pdf AS fiche_technique_pdf_12 , t0 . mise_en_avant AS mise_en_avant_13 , t0 . publie AS publie_14 , t0 . prix_default AS prix_default_15 , t0 . montant_acompte AS montant_acompte_16 , t0 . pourcentage_acompte AS pourcentage_acompte_17 , t0 . stock_default AS stock_default_18 , t0 . coord_depart AS coord_depart_19 , t0 . coord_arrivee AS coord_arrivee_20 , t0 . niveau_id AS niveau_id_21 FROM sejour__sejour t0 WHERE t0 . id = 41 ;
Copy
0.31 ms (4.48%)
1
INSERT INTO evenement (type , data , source , ip , user_agent , occured_at , created_at , contact_id ) VALUES (? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
"Telechargement fiche technique "
"{"sejour":{"id":41,"code":null,"titre":"BARONNIES : Brame du cerf"},"site":"https:\/\/yuhina.fr"} "
"website "
"90.28.227.198 "
"Mozilla/5.0 (iPhone; CPU iPhone OS 26_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/149.0.7827.137 Mobile/15E148 Safari/604.1 "
"2026-06-27 16:17:49 "
"2026-06-27 16:17:49 "
316
]
INSERT INTO evenement (type , data , source , ip , user_agent , occured_at , created_at , contact_id ) VALUES ('Telechargement fiche technique' , '{\"sejour\":{\"id\":41,\"code\":null,\"titre\":\"BARONNIES : Brame du cerf\"},\"site\":\"https:\\/\\/yuhina.fr\"}' , 'website' , '90.28.227.198' , 'Mozilla/5.0 (iPhone; CPU iPhone OS 26_5_0 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) CriOS/149.0.7827.137 Mobile/15E148 Safari/604.1' , '2026-06-27 16:17:49' , '2026-06-27 16:17:49' , 316 );
Copy