2.39 ms (28.24%)
|
1 |
SELECT t0.id AS id_1, t0.latitude AS latitude_2, t0.longitude AS longitude_3, t0.nom AS nom_4, t0.numero AS numero_5, t0.info1 AS info1_6, t0.info2 AS info2_7, t0.info3 AS info3_8, t0.description AS description_9, t0.slug AS slug_10, t0.type_etape AS type_etape_11 FROM etape t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"etretat"
]
SELECT t0.id AS id_1, t0.latitude AS latitude_2, t0.longitude AS longitude_3, t0.nom AS nom_4, t0.numero AS numero_5, t0.info1 AS info1_6, t0.info2 AS info2_7, t0.info3 AS info3_8, t0.description AS description_9, t0.slug AS slug_10, t0.type_etape AS type_etape_11 FROM etape t0 WHERE t0.slug = 'etretat' LIMIT 1;
|
2.26 ms (26.63%)
|
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.ville AS ville_5, t0.code_postal AS code_postal_6, t0.pays AS pays_7, t0.adresse_ligne1 AS adresse_ligne1_8, t0.adresse_ligne2 AS adresse_ligne2_9, t0.latitude AS latitude_10, t0.longitude AS longitude_11, t0.slug AS slug_12, t0.est_valide AS est_valide_13, t0.icone AS icone_14, t0.detail AS detail_15, t0.activer_messagerie AS activer_messagerie_16, t0.email AS email_17, t0.siteweb AS siteweb_18, t0.telephone AS telephone_19, t0.afficher_email AS afficher_email_20, t0.afficher_telephone AS afficher_telephone_21, t0.demande_validation AS demande_validation_22, t0.afficher_adresse AS afficher_adresse_23, t0.proprietaire_id AS proprietaire_id_24, t0.type_commerce_id AS type_commerce_id_25, t0.etape_id AS etape_id_26 FROM commerce t0 WHERE t0.etape_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.ville AS ville_5, t0.code_postal AS code_postal_6, t0.pays AS pays_7, t0.adresse_ligne1 AS adresse_ligne1_8, t0.adresse_ligne2 AS adresse_ligne2_9, t0.latitude AS latitude_10, t0.longitude AS longitude_11, t0.slug AS slug_12, t0.est_valide AS est_valide_13, t0.icone AS icone_14, t0.detail AS detail_15, t0.activer_messagerie AS activer_messagerie_16, t0.email AS email_17, t0.siteweb AS siteweb_18, t0.telephone AS telephone_19, t0.afficher_email AS afficher_email_20, t0.afficher_telephone AS afficher_telephone_21, t0.demande_validation AS demande_validation_22, t0.afficher_adresse AS afficher_adresse_23, t0.proprietaire_id AS proprietaire_id_24, t0.type_commerce_id AS type_commerce_id_25, t0.etape_id AS etape_id_26 FROM commerce t0 WHERE t0.etape_id = 138;
|