2.48 ms (20.57%)
|
1 |
SELECT p0_.id AS id_0, p0_.nom AS nom_1, p0_.titre AS titre_2, p0_.slug AS slug_3, p0_.name AS name_4, p0_.title AS title_5, p0_.slug_en AS slug_en_6, p0_.navbar AS navbar_7, p0_.ordre AS ordre_8, p0_.actif AS actif_9, p0_.home_page AS home_page_10, p0_.layout AS layout_11, p0_.content AS content_12, p0_.date_crea AS date_crea_13, p0_.date_modif AS date_modif_14, p0_.user_crea_id AS user_crea_id_15, p0_.user_modif_id AS user_modif_id_16, p0_.parent_id AS parent_id_17 FROM pages p0_ WHERE p0_.home_page = 1
SELECT p0_.id AS id_0, p0_.nom AS nom_1, p0_.titre AS titre_2, p0_.slug AS slug_3, p0_.name AS name_4, p0_.title AS title_5, p0_.slug_en AS slug_en_6, p0_.navbar AS navbar_7, p0_.ordre AS ordre_8, p0_.actif AS actif_9, p0_.home_page AS home_page_10, p0_.layout AS layout_11, p0_.content AS content_12, p0_.date_crea AS date_crea_13, p0_.date_modif AS date_modif_14, p0_.user_crea_id AS user_crea_id_15, p0_.user_modif_id AS user_modif_id_16, p0_.parent_id AS parent_id_17 FROM pages p0_ WHERE p0_.home_page = 1;
|
2.00 ms (16.65%)
|
4 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.titre AS titre_3, t0.slug AS slug_4, t0.name AS name_5, t0.title AS title_6, t0.slug_en AS slug_en_7, t0.navbar AS navbar_8, t0.ordre AS ordre_9, t0.actif AS actif_10, t0.home_page AS home_page_11, t0.layout AS layout_12, t0.content AS content_13, t0.date_crea AS date_crea_14, t0.date_modif AS date_modif_15, t0.user_crea_id AS user_crea_id_16, t0.user_modif_id AS user_modif_id_17, t0.parent_id AS parent_id_18 FROM pages t0 WHERE t0.parent_id = ?
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.titre AS titre_3, t0.slug AS slug_4, t0.name AS name_5, t0.title AS title_6, t0.slug_en AS slug_en_7, t0.navbar AS navbar_8, t0.ordre AS ordre_9, t0.actif AS actif_10, t0.home_page AS home_page_11, t0.layout AS layout_12, t0.content AS content_13, t0.date_crea AS date_crea_14, t0.date_modif AS date_modif_15, t0.user_crea_id AS user_crea_id_16, t0.user_modif_id AS user_modif_id_17, t0.parent_id AS parent_id_18 FROM pages t0 WHERE t0.parent_id = 1;
|