1549.51 ms (99.80%)
|
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.ifu AS ifu_3, t0.rccm AS rccm_4, t0.created_at AS created_at_5, t0.presentation AS presentation_6, t0.logo AS logo_7, t0.slug AS slug_8, t0.banniere AS banniere_9, t0.localisation AS localisation_10, t0.contact AS contact_11, t0.page_face_book AS page_face_book_12, t0.actif AS actif_13, t0.nom_contact AS nom_contact_14, t0.telephone_contact AS telephone_contact_15, t0.status AS status_16, t0.ifu_document AS ifu_document_17, t0.rccmdocument AS rccmdocument_18, t19.id AS id_20, t19.email AS email_21, t19.roles AS roles_22, t19.password AS password_23, t19.is_verified AS is_verified_24, t19.secteur_activite AS secteur_activite_25, t19.phone AS phone_26, t19.personne_acontacter AS personne_acontacter_27, t19.entreprise_id AS entreprise_id_28 FROM entreprise t0 LEFT JOIN `user` t19 ON t19.entreprise_id = t0.id WHERE t0.slug = ? LIMIT 1
Parameters: [
"les-delices-du-borgou"
]
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.ifu AS ifu_3, t0.rccm AS rccm_4, t0.created_at AS created_at_5, t0.presentation AS presentation_6, t0.logo AS logo_7, t0.slug AS slug_8, t0.banniere AS banniere_9, t0.localisation AS localisation_10, t0.contact AS contact_11, t0.page_face_book AS page_face_book_12, t0.actif AS actif_13, t0.nom_contact AS nom_contact_14, t0.telephone_contact AS telephone_contact_15, t0.status AS status_16, t0.ifu_document AS ifu_document_17, t0.rccmdocument AS rccmdocument_18, t19.id AS id_20, t19.email AS email_21, t19.roles AS roles_22, t19.password AS password_23, t19.is_verified AS is_verified_24, t19.secteur_activite AS secteur_activite_25, t19.phone AS phone_26, t19.personne_acontacter AS personne_acontacter_27, t19.entreprise_id AS entreprise_id_28 FROM entreprise t0 LEFT JOIN `user` t19 ON t19.entreprise_id = t0.id WHERE t0.slug = 'les-delices-du-borgou' LIMIT 1;
|
0.94 ms (0.06%)
|
1 |
SELECT t0.id AS id_1, t0.libele AS libele_2, t0.prix AS prix_3, t0.description AS description_4, t0.slug AS slug_5, t0.created_at AS created_at_6, t0.vue AS vue_7, t0.categories_id AS categories_id_8, t0.entreprise_id AS entreprise_id_9 FROM produits t0 WHERE t0.entreprise_id = ?
SELECT t0.id AS id_1, t0.libele AS libele_2, t0.prix AS prix_3, t0.description AS description_4, t0.slug AS slug_5, t0.created_at AS created_at_6, t0.vue AS vue_7, t0.categories_id AS categories_id_8, t0.entreprise_id AS entreprise_id_9 FROM produits t0 WHERE t0.entreprise_id = 10;
|