0.47 ms (22.45%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.ordre AS ordre_4, t0.parameters AS parameters_5, t0.date_creation AS date_creation_6, t0.slug AS slug_7, t0.parent_id AS parent_id_8, t0.type_id AS type_id_9, t0.menu_id AS menu_id_10 FROM page t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"Pose-carport"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.ordre AS ordre_4, t0.parameters AS parameters_5, t0.date_creation AS date_creation_6, t0.slug AS slug_7, t0.parent_id AS parent_id_8, t0.type_id AS type_id_9, t0.menu_id AS menu_id_10 FROM page t0 WHERE t0.slug = 'Pose-carport' LIMIT 1;
|
0.43 ms (20.64%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.ordre AS ordre_4, t0.parameters AS parameters_5, t0.date_creation AS date_creation_6, t0.slug AS slug_7, t0.parent_id AS parent_id_8, t0.type_id AS type_id_9, t0.menu_id AS menu_id_10 FROM page t0 WHERE t0.parent_id IS NULL ORDER BY t0.ordre ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.ordre AS ordre_4, t0.parameters AS parameters_5, t0.date_creation AS date_creation_6, t0.slug AS slug_7, t0.parent_id AS parent_id_8, t0.type_id AS type_id_9, t0.menu_id AS menu_id_10 FROM page t0 WHERE t0.parent_id IS NULL ORDER BY t0.ordre ASC;
|
0.31 ms (14.79%)
|
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_special AS is_special_4 FROM type_page t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.is_special AS is_special_4 FROM type_page t0 WHERE t0.id = 1;
|
0.27 ms (12.98%)
|
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4 FROM type_module t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.description AS description_4 FROM type_module t0 WHERE t0.id = 2;
|
0.22 ms (10.62%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.ordre AS ordre_4, t0.parameters AS parameters_5, t0.date_creation AS date_creation_6, t0.slug AS slug_7, t0.parent_id AS parent_id_8, t0.type_id AS type_id_9, t0.menu_id AS menu_id_10 FROM page t0 WHERE t0.parent_id = ? ORDER BY t0.ordre ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.title AS title_3, t0.ordre AS ordre_4, t0.parameters AS parameters_5, t0.date_creation AS date_creation_6, t0.slug AS slug_7, t0.parent_id AS parent_id_8, t0.type_id AS type_id_9, t0.menu_id AS menu_id_10 FROM page t0 WHERE t0.parent_id = 2 ORDER BY t0.ordre ASC;
|
0.20 ms (9.62%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.date_creation AS date_creation_3, t0.ordre AS ordre_4, t0.parameters AS parameters_5, t0.col_width AS col_width_6, t0.page_id AS page_id_7, t0.type_id AS type_id_8, t0.section_page_id AS section_page_id_9 FROM module t0 WHERE t0.section_page_id = ? ORDER BY t0.ordre ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.date_creation AS date_creation_3, t0.ordre AS ordre_4, t0.parameters AS parameters_5, t0.col_width AS col_width_6, t0.page_id AS page_id_7, t0.type_id AS type_id_8, t0.section_page_id AS section_page_id_9 FROM module t0 WHERE t0.section_page_id = 2 ORDER BY t0.ordre ASC;
|
0.19 ms (8.90%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.bgcolor AS bgcolor_3, t0.ordre AS ordre_4, t0.page_id AS page_id_5 FROM section_page t0 WHERE t0.page_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.bgcolor AS bgcolor_3, t0.ordre AS ordre_4, t0.page_id AS page_id_5 FROM section_page t0 WHERE t0.page_id = 3;
|