0.97 ms (29.12%)
|
1 |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.excerpt AS excerpt_3, p0_.content AS content_4, p0_.published AS published_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7, p0_.image AS image_8 FROM post p0_ WHERE p0_.published = 1 ORDER BY p0_.created_at DESC LIMIT 9
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.excerpt AS excerpt_3, p0_.content AS content_4, p0_.published AS published_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7, p0_.image AS image_8 FROM post p0_ WHERE p0_.published = 1 ORDER BY p0_.created_at DESC LIMIT 9;
|
0.91 ms (27.20%)
|
3 |
SELECT t0.id AS id_1, t0.label AS label_2, t0.position AS position_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.page_id AS page_id_6 FROM item t0 ORDER BY t0.position ASC
SELECT t0.id AS id_1, t0.label AS label_2, t0.position AS position_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.page_id AS page_id_6 FROM item t0 ORDER BY t0.position ASC;
|
0.88 ms (26.17%)
|
3 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image AS image_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.page_id AS page_id_7, t0.post_id AS post_id_8 FROM seo t0 WHERE t0.post_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.image AS image_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.page_id AS page_id_7, t0.post_id AS post_id_8 FROM seo t0 WHERE t0.post_id = 6;
|
0.59 ms (17.50%)
|
2 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.content_to_validate AS content_to_validate_5, t0.published AS published_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.to_validate AS to_validate_9, t10.id AS id_11, t10.title AS title_12, t10.description AS description_13, t10.image AS image_14, t10.created_at AS created_at_15, t10.updated_at AS updated_at_16, t10.page_id AS page_id_17, t10.post_id AS post_id_18 FROM page t0 LEFT JOIN seo t10 ON t10.page_id = t0.id WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.content_to_validate AS content_to_validate_5, t0.published AS published_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.to_validate AS to_validate_9, t10.id AS id_11, t10.title AS title_12, t10.description AS description_13, t10.image AS image_14, t10.created_at AS created_at_15, t10.updated_at AS updated_at_16, t10.page_id AS page_id_17, t10.post_id AS post_id_18 FROM page t0 LEFT JOIN seo t10 ON t10.page_id = t0.id WHERE t0.id = 4;
|