0.52 ms (37.52%)
|
1 |
SELECT t0.id AS id_1, t0.label AS label_2, t0.description AS description_3, t0.short_description AS short_description_4, t0.image AS image_5, t0.image_mini AS image_mini_6, t0.icon AS icon_7, t0.is_active AS is_active_8, t0.sort_order AS sort_order_9 FROM service_traiteur t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.description AS description_3, t0.short_description AS short_description_4, t0.image AS image_5, t0.image_mini AS image_mini_6, t0.icon AS icon_7, t0.is_active AS is_active_8, t0.sort_order AS sort_order_9 FROM service_traiteur t0 WHERE t0.id = '1';
|
0.48 ms (34.71%)
|
1 |
SELECT c0_.id AS id_0, c0_.address AS address_1, c0_.postal_code AS postal_code_2, c0_.city AS city_3, c0_.phone AS phone_4, c0_.email AS email_5, c0_.map_latitude AS map_latitude_6, c0_.map_longitude AS map_longitude_7, c0_.facebook_url AS facebook_url_8, c0_.instagram_url AS instagram_url_9, h1_.id AS id_10, h1_.day_of_week AS day_of_week_11, h1_.morning_open AS morning_open_12, h1_.morning_close AS morning_close_13, h1_.afternoon_open AS afternoon_open_14, h1_.afternoon_close AS afternoon_close_15, h1_.is_closed AS is_closed_16, h1_.contact_info_id AS contact_info_id_17 FROM contact_info c0_ LEFT JOIN horaire h1_ ON c0_.id = h1_.contact_info_id ORDER BY h1_.day_of_week ASC LIMIT 1
SELECT c0_.id AS id_0, c0_.address AS address_1, c0_.postal_code AS postal_code_2, c0_.city AS city_3, c0_.phone AS phone_4, c0_.email AS email_5, c0_.map_latitude AS map_latitude_6, c0_.map_longitude AS map_longitude_7, c0_.facebook_url AS facebook_url_8, c0_.instagram_url AS instagram_url_9, h1_.id AS id_10, h1_.day_of_week AS day_of_week_11, h1_.morning_open AS morning_open_12, h1_.morning_close AS morning_close_13, h1_.afternoon_open AS afternoon_open_14, h1_.afternoon_close AS afternoon_close_15, h1_.is_closed AS is_closed_16, h1_.contact_info_id AS contact_info_id_17 FROM contact_info c0_ LEFT JOIN horaire h1_ ON c0_.id = h1_.contact_info_id ORDER BY h1_.day_of_week ASC LIMIT 1;
|
0.38 ms (27.78%)
|
1 |
SELECT s0_.id AS id_0, s0_.label AS label_1, s0_.description AS description_2, s0_.short_description AS short_description_3, s0_.image AS image_4, s0_.image_mini AS image_mini_5, s0_.icon AS icon_6, s0_.is_active AS is_active_7, s0_.sort_order AS sort_order_8 FROM service_traiteur s0_ WHERE s0_.id <> ? AND s0_.is_active = ? ORDER BY s0_.sort_order ASC LIMIT 3
SELECT s0_.id AS id_0, s0_.label AS label_1, s0_.description AS description_2, s0_.short_description AS short_description_3, s0_.image AS image_4, s0_.image_mini AS image_mini_5, s0_.icon AS icon_6, s0_.is_active AS is_active_7, s0_.sort_order AS sort_order_8 FROM service_traiteur s0_ WHERE s0_.id <> 1 AND s0_.is_active = 1 ORDER BY s0_.sort_order ASC LIMIT 3;
|