0.84 ms (55.21%)
|
1 |
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.descriptif AS descriptif_3, s0_.favorites AS favorites_4, s0_.content AS content_5, s0_.created_at AS created_at_6, s0_.updated_at AS updated_at_7, s0_.position AS position_8, p1_.id AS id_9 FROM section s0_ INNER JOIN page p1_ ON s0_.page_id = p1_.id WHERE p1_.id = ? ORDER BY s0_.position ASC
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.descriptif AS descriptif_3, s0_.favorites AS favorites_4, s0_.content AS content_5, s0_.created_at AS created_at_6, s0_.updated_at AS updated_at_7, s0_.position AS position_8, p1_.id AS id_9 FROM section s0_ INNER JOIN page p1_ ON s0_.page_id = p1_.id WHERE p1_.id = 10 ORDER BY s0_.position ASC;
|
0.68 ms (44.79%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.intro AS intro_4, t0.state AS state_5, t0.meta_keywords AS meta_keywords_6, t0.meta_description AS meta_description_7, t0.tags AS tags_8, t0.publish_at AS publish_at_9, t0.publish_end AS publish_end_10, t0.position AS position_11, t0.is_title_show AS is_title_show_12, t0.is_menu AS is_menu_13, t0.is_intro_show AS is_intro_show_14, t0.is_publish AS is_publish_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.author_id AS author_id_18 FROM page t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.intro AS intro_4, t0.state AS state_5, t0.meta_keywords AS meta_keywords_6, t0.meta_description AS meta_description_7, t0.tags AS tags_8, t0.publish_at AS publish_at_9, t0.publish_end AS publish_end_10, t0.position AS position_11, t0.is_title_show AS is_title_show_12, t0.is_menu AS is_menu_13, t0.is_intro_show AS is_intro_show_14, t0.is_publish AS is_publish_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17, t0.author_id AS author_id_18 FROM page t0 WHERE t0.id = '10';
|