| 1 |
0.55 ms |
SELECT a0_.id AS id_0, a0_.label AS label_1, a0_.description AS description_2, a0_.price AS price_3, a0_.image AS image_4, a0_.image_mini AS image_mini_5, a0_.is_available AS is_available_6, a0_.is_menu_du_jour AS is_menu_du_jour_7, a0_.sort_order AS sort_order_8, a0_.created_at AS created_at_9, a0_.updated_at AS updated_at_10, a0_.category_id AS category_id_11 FROM article a0_ WHERE a0_.is_menu_du_jour = ? AND a0_.is_available = ? ORDER BY a0_.sort_order ASC, a0_.label ASC
SELECT a0_.id AS id_0, a0_.label AS label_1, a0_.description AS description_2, a0_.price AS price_3, a0_.image AS image_4, a0_.image_mini AS image_mini_5, a0_.is_available AS is_available_6, a0_.is_menu_du_jour AS is_menu_du_jour_7, a0_.sort_order AS sort_order_8, a0_.created_at AS created_at_9, a0_.updated_at AS updated_at_10, a0_.category_id AS category_id_11 FROM article a0_ WHERE a0_.is_menu_du_jour = 1 AND a0_.is_available = 1 ORDER BY a0_.sort_order ASC, a0_.label ASC;
|
| 2 |
0.33 ms |
SELECT c0_.id AS id_0, c0_.label AS label_1, c0_.icon AS icon_2, c0_.type AS type_3, c0_.color AS color_4 FROM composant c0_ ORDER BY c0_.type ASC, c0_.label ASC
SELECT c0_.id AS id_0, c0_.label AS label_1, c0_.icon AS icon_2, c0_.type AS type_3, c0_.color AS color_4 FROM composant c0_ ORDER BY c0_.type ASC, c0_.label ASC;
|
| 3 |
0.69 ms |
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;
|
| 4 |
0.30 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.slug AS slug_3, t0.icon AS icon_4, t0.description AS description_5, t0.sort_order AS sort_order_6 FROM category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.slug AS slug_3, t0.icon AS icon_4, t0.description AS description_5, t0.sort_order AS sort_order_6 FROM category t0 WHERE t0.id = 1;
|
| 5 |
0.26 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.slug AS slug_3, t0.icon AS icon_4, t0.description AS description_5, t0.sort_order AS sort_order_6 FROM category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.slug AS slug_3, t0.icon AS icon_4, t0.description AS description_5, t0.sort_order AS sort_order_6 FROM category t0 WHERE t0.id = 2;
|
| 6 |
0.28 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.slug AS slug_3, t0.icon AS icon_4, t0.description AS description_5, t0.sort_order AS sort_order_6 FROM category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.slug AS slug_3, t0.icon AS icon_4, t0.description AS description_5, t0.sort_order AS sort_order_6 FROM category t0 WHERE t0.id = 4;
|
| 7 |
0.24 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.slug AS slug_3, t0.icon AS icon_4, t0.description AS description_5, t0.sort_order AS sort_order_6 FROM category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.slug AS slug_3, t0.icon AS icon_4, t0.description AS description_5, t0.sort_order AS sort_order_6 FROM category t0 WHERE t0.id = 5;
|
| 8 |
0.26 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.slug AS slug_3, t0.icon AS icon_4, t0.description AS description_5, t0.sort_order AS sort_order_6 FROM category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.slug AS slug_3, t0.icon AS icon_4, t0.description AS description_5, t0.sort_order AS sort_order_6 FROM category t0 WHERE t0.id = 3;
|
| 9 |
0.33 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.icon AS icon_3, t0.type AS type_4, t0.color AS color_5 FROM composant t0 INNER JOIN article_composant ON t0.id = article_composant.composant_id WHERE article_composant.article_id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.icon AS icon_3, t0.type AS type_4, t0.color AS color_5 FROM composant t0 INNER JOIN article_composant ON t0.id = article_composant.composant_id WHERE article_composant.article_id = 1;
|
| 10 |
0.34 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.icon AS icon_3, t0.type AS type_4, t0.color AS color_5 FROM composant t0 INNER JOIN article_composant ON t0.id = article_composant.composant_id WHERE article_composant.article_id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.icon AS icon_3, t0.type AS type_4, t0.color AS color_5 FROM composant t0 INNER JOIN article_composant ON t0.id = article_composant.composant_id WHERE article_composant.article_id = 2;
|
| 11 |
0.31 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.icon AS icon_3, t0.type AS type_4, t0.color AS color_5 FROM composant t0 INNER JOIN article_composant ON t0.id = article_composant.composant_id WHERE article_composant.article_id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.icon AS icon_3, t0.type AS type_4, t0.color AS color_5 FROM composant t0 INNER JOIN article_composant ON t0.id = article_composant.composant_id WHERE article_composant.article_id = 3;
|
| 12 |
0.30 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.icon AS icon_3, t0.type AS type_4, t0.color AS color_5 FROM composant t0 INNER JOIN article_composant ON t0.id = article_composant.composant_id WHERE article_composant.article_id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.icon AS icon_3, t0.type AS type_4, t0.color AS color_5 FROM composant t0 INNER JOIN article_composant ON t0.id = article_composant.composant_id WHERE article_composant.article_id = 7;
|
| 13 |
0.32 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.icon AS icon_3, t0.type AS type_4, t0.color AS color_5 FROM composant t0 INNER JOIN article_composant ON t0.id = article_composant.composant_id WHERE article_composant.article_id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.icon AS icon_3, t0.type AS type_4, t0.color AS color_5 FROM composant t0 INNER JOIN article_composant ON t0.id = article_composant.composant_id WHERE article_composant.article_id = 8;
|
| 14 |
0.34 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.icon AS icon_3, t0.type AS type_4, t0.color AS color_5 FROM composant t0 INNER JOIN article_composant ON t0.id = article_composant.composant_id WHERE article_composant.article_id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.icon AS icon_3, t0.type AS type_4, t0.color AS color_5 FROM composant t0 INNER JOIN article_composant ON t0.id = article_composant.composant_id WHERE article_composant.article_id = 4;
|
| 15 |
0.39 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.icon AS icon_3, t0.type AS type_4, t0.color AS color_5 FROM composant t0 INNER JOIN article_composant ON t0.id = article_composant.composant_id WHERE article_composant.article_id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.icon AS icon_3, t0.type AS type_4, t0.color AS color_5 FROM composant t0 INNER JOIN article_composant ON t0.id = article_composant.composant_id WHERE article_composant.article_id = 5;
|
| 16 |
0.31 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.icon AS icon_3, t0.type AS type_4, t0.color AS color_5 FROM composant t0 INNER JOIN article_composant ON t0.id = article_composant.composant_id WHERE article_composant.article_id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.icon AS icon_3, t0.type AS type_4, t0.color AS color_5 FROM composant t0 INNER JOIN article_composant ON t0.id = article_composant.composant_id WHERE article_composant.article_id = 6;
|
| 17 |
0.30 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.icon AS icon_3, t0.type AS type_4, t0.color AS color_5 FROM composant t0 INNER JOIN article_composant ON t0.id = article_composant.composant_id WHERE article_composant.article_id = ?
SELECT t0.id AS id_1, t0.label AS label_2, t0.icon AS icon_3, t0.type AS type_4, t0.color AS color_5 FROM composant t0 INNER JOIN article_composant ON t0.id = article_composant.composant_id WHERE article_composant.article_id = 10;
|