1.65 ms (12.91%)
|
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 = 14;
|
1.14 ms (8.87%)
|
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: [
"gilles.trochard@wanadoo.fr"
]
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 = 'gilles.trochard@wanadoo.fr' LIMIT 1;
|
1.10 ms (8.61%)
|
1 |
INSERT INTO evenement (type, data, source, ip, user_agent, occured_at, created_at, contact_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters: [
"Telechargement fiche technique"
"{"sejour":{"id":14,"code":null,"titre":"LESBOS : Le spot ornitho en M\u00e9diteran\u00e9e"},"site":"https:\/\/yuhina.fr"}"
"website"
"86.202.25.120"
"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0"
"2026-04-17 12:24:06"
"2026-04-17 12:24:06"
3
]
INSERT INTO evenement (type, data, source, ip, user_agent, occured_at, created_at, contact_id) VALUES ('Telechargement fiche technique', '{\"sejour\":{\"id\":14,\"code\":null,\"titre\":\"LESBOS : Le spot ornitho en M\\u00e9diteran\\u00e9e\"},\"site\":\"https:\\/\\/yuhina.fr\"}', 'website', '86.202.25.120', 'Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:149.0) Gecko/20100101 Firefox/149.0', '2026-04-17 12:24:06', '2026-04-17 12:24:06', 3);
|