2.46 ms (35.00%)
|
9 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.telephone AS telephone_4, t0.email AS email_5, t0.updated_at AS updated_at_6, t0.id_gwabo AS id_gwabo_7, t0.slug AS slug_8, t0.is_supended AS is_supended_9, t0.logo_boutique_id AS logo_boutique_id_10, t0.banner_boutique_id AS banner_boutique_id_11, t0.type_boutique_id AS type_boutique_id_12, t13.id AS id_14, t13.titre AS titre_15, t13.slug AS slug_16, t13.description AS description_17, t13.facebook AS facebook_18, t13.youtube AS youtube_19, t13.email AS email_20, t13.whatsapp AS whatsapp_21, t13.tiktok AS tiktok_22, t13.tel1 AS tel1_23, t13.tel2 AS tel2_24, t13.map_location AS map_location_25, t13.location_text AS location_text_26, t13.video1 AS video1_27, t13.video2 AS video2_28, t13.logo_id AS logo_id_29, t13.banniere_id AS banniere_id_30, t13.boutique_id AS boutique_id_31 FROM boutique t0 LEFT JOIN page t13 ON t13.boutique_id = t0.id WHERE t0.id = ?
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.telephone AS telephone_4, t0.email AS email_5, t0.updated_at AS updated_at_6, t0.id_gwabo AS id_gwabo_7, t0.slug AS slug_8, t0.is_supended AS is_supended_9, t0.logo_boutique_id AS logo_boutique_id_10, t0.banner_boutique_id AS banner_boutique_id_11, t0.type_boutique_id AS type_boutique_id_12, t13.id AS id_14, t13.titre AS titre_15, t13.slug AS slug_16, t13.description AS description_17, t13.facebook AS facebook_18, t13.youtube AS youtube_19, t13.email AS email_20, t13.whatsapp AS whatsapp_21, t13.tiktok AS tiktok_22, t13.tel1 AS tel1_23, t13.tel2 AS tel2_24, t13.map_location AS map_location_25, t13.location_text AS location_text_26, t13.video1 AS video1_27, t13.video2 AS video2_28, t13.logo_id AS logo_id_29, t13.banniere_id AS banniere_id_30, t13.boutique_id AS boutique_id_31 FROM boutique t0 LEFT JOIN page t13 ON t13.boutique_id = t0.id WHERE t0.id = 286;
|
0.64 ms (9.16%)
|
1 |
SELECT p0_.id AS id_0, p0_.titre AS titre_1, p0_.slug AS slug_2, p0_.description AS description_3, p0_.facebook AS facebook_4, p0_.youtube AS youtube_5, p0_.email AS email_6, p0_.whatsapp AS whatsapp_7, p0_.tiktok AS tiktok_8, p0_.tel1 AS tel1_9, p0_.tel2 AS tel2_10, p0_.map_location AS map_location_11, p0_.location_text AS location_text_12, p0_.video1 AS video1_13, p0_.video2 AS video2_14, p0_.logo_id AS logo_id_15, p0_.banniere_id AS banniere_id_16, p0_.boutique_id AS boutique_id_17 FROM page p0_ INNER JOIN boutique b1_ ON p0_.boutique_id = b1_.id INNER JOIN type_boutique t2_ ON b1_.type_boutique_id = t2_.id WHERE t2_.id = ?
SELECT p0_.id AS id_0, p0_.titre AS titre_1, p0_.slug AS slug_2, p0_.description AS description_3, p0_.facebook AS facebook_4, p0_.youtube AS youtube_5, p0_.email AS email_6, p0_.whatsapp AS whatsapp_7, p0_.tiktok AS tiktok_8, p0_.tel1 AS tel1_9, p0_.tel2 AS tel2_10, p0_.map_location AS map_location_11, p0_.location_text AS location_text_12, p0_.video1 AS video1_13, p0_.video2 AS video2_14, p0_.logo_id AS logo_id_15, p0_.banniere_id AS banniere_id_16, p0_.boutique_id AS boutique_id_17 FROM page p0_ INNER JOIN boutique b1_ ON p0_.boutique_id = b1_.id INNER JOIN type_boutique t2_ ON b1_.type_boutique_id = t2_.id WHERE t2_.id = 1;
|