| 1 |
0.47 ms |
SELECT h0_.id AS id_0, h0_.created_at AS created_at_1, h0_.updated_at AS updated_at_2, h0_.photo_path AS photo_path_3, h0_.video_url AS video_url_4, h1_.id AS id_5, h1_.title AS title_6, h1_.slug AS slug_7, h1_.meta_title AS meta_title_8, h1_.meta_description AS meta_description_9, h1_.body AS body_10, h1_.locale AS locale_11, h1_.translatable_id AS translatable_id_12 FROM home h0_ LEFT JOIN home_translation h1_ ON h0_.id = h1_.translatable_id WHERE h1_.slug = ? AND h1_.locale = ?
Parameters: [
"accueil"
"fr"
]
SELECT h0_.id AS id_0, h0_.created_at AS created_at_1, h0_.updated_at AS updated_at_2, h0_.photo_path AS photo_path_3, h0_.video_url AS video_url_4, h1_.id AS id_5, h1_.title AS title_6, h1_.slug AS slug_7, h1_.meta_title AS meta_title_8, h1_.meta_description AS meta_description_9, h1_.body AS body_10, h1_.locale AS locale_11, h1_.translatable_id AS translatable_id_12 FROM home h0_ LEFT JOIN home_translation h1_ ON h0_.id = h1_.translatable_id WHERE h1_.slug = 'accueil' AND h1_.locale = 'fr';
|
| 2 |
0.34 ms |
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.content AS content_4, t0.content2 AS content2_5, t0.content3 AS content3_6, t0.content4 AS content4_7, t0.image_path AS image_path_8, t0.push_button_label AS push_button_label_9, t0.push_button_url AS push_button_url_10, t0.push_button_new_tab AS push_button_new_tab_11, t0.video_url AS video_url_12, t0.updated_at AS updated_at_13, t0.position AS position_14, t0.alt AS alt_15, t0.article_translation_id AS article_translation_id_16, t0.home_translation_id AS home_translation_id_17, t0.page_translation_id AS page_translation_id_18 FROM block t0 WHERE t0.home_translation_id = ? ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.content AS content_4, t0.content2 AS content2_5, t0.content3 AS content3_6, t0.content4 AS content4_7, t0.image_path AS image_path_8, t0.push_button_label AS push_button_label_9, t0.push_button_url AS push_button_url_10, t0.push_button_new_tab AS push_button_new_tab_11, t0.video_url AS video_url_12, t0.updated_at AS updated_at_13, t0.position AS position_14, t0.alt AS alt_15, t0.article_translation_id AS article_translation_id_16, t0.home_translation_id AS home_translation_id_17, t0.page_translation_id AS page_translation_id_18 FROM block t0 WHERE t0.home_translation_id = 1 ORDER BY t0.position ASC;
|
| 3 |
0.31 ms |
SELECT h0_.id AS id_0, h0_.external AS external_1, h0_.weight AS weight_2, h1_.id AS id_3, h1_.label AS label_4, h1_.url AS url_5, h1_.locale AS locale_6, h1_.translatable_id AS translatable_id_7 FROM header_link h0_ LEFT JOIN header_link_translation h1_ ON h0_.id = h1_.translatable_id WHERE h1_.locale = ? ORDER BY h0_.weight ASC
SELECT h0_.id AS id_0, h0_.external AS external_1, h0_.weight AS weight_2, h1_.id AS id_3, h1_.label AS label_4, h1_.url AS url_5, h1_.locale AS locale_6, h1_.translatable_id AS translatable_id_7 FROM header_link h0_ LEFT JOIN header_link_translation h1_ ON h0_.id = h1_.translatable_id WHERE h1_.locale = 'fr' ORDER BY h0_.weight ASC;
|
| 4 |
0.29 ms |
SELECT f0_.id AS id_0, f0_.footer_column AS footer_column_1, f0_.external AS external_2, f0_.weight AS weight_3, f1_.id AS id_4, f1_.label AS label_5, f1_.url AS url_6, f1_.locale AS locale_7, f1_.translatable_id AS translatable_id_8 FROM footer_link f0_ LEFT JOIN footer_link_translation f1_ ON f0_.id = f1_.translatable_id WHERE f1_.locale = ? ORDER BY f0_.footer_column ASC, f0_.weight ASC
SELECT f0_.id AS id_0, f0_.footer_column AS footer_column_1, f0_.external AS external_2, f0_.weight AS weight_3, f1_.id AS id_4, f1_.label AS label_5, f1_.url AS url_6, f1_.locale AS locale_7, f1_.translatable_id AS translatable_id_8 FROM footer_link f0_ LEFT JOIN footer_link_translation f1_ ON f0_.id = f1_.translatable_id WHERE f1_.locale = 'fr' ORDER BY f0_.footer_column ASC, f0_.weight ASC;
|