1 |
12.74 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.keywords AS keywords_4, t0.content AS content_5, t0.featured_image AS featured_image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.uploaded_at AS uploaded_at_9, t0.is_highlighted AS is_highlighted_10, t0.is_active AS is_active_11, t0.popular AS popular_12, t0.users_id AS users_id_13, t0.categories_id AS categories_id_14 FROM posts t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"decouvrez-le-charme-intemporel-du-sands-suites-resort-spa-a-maurice-entre-nature-et-luxe"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.keywords AS keywords_4, t0.content AS content_5, t0.featured_image AS featured_image_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.uploaded_at AS uploaded_at_9, t0.is_highlighted AS is_highlighted_10, t0.is_active AS is_active_11, t0.popular AS popular_12, t0.users_id AS users_id_13, t0.categories_id AS categories_id_14 FROM posts t0 WHERE t0.slug = 'decouvrez-le-charme-intemporel-du-sands-suites-resort-spa-a-maurice-entre-nature-et-luxe' LIMIT 1;
|
2 |
11.99 ms |
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.keywords AS keywords_3, p0_.content AS content_4, p0_.featured_image AS featured_image_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7, p0_.uploaded_at AS uploaded_at_8, p0_.is_highlighted AS is_highlighted_9, p0_.is_active AS is_active_10, p0_.popular AS popular_11, p0_.users_id AS users_id_12, p0_.categories_id AS categories_id_13 FROM posts p0_ WHERE p0_.popular = 1 AND p0_.is_active = 1 ORDER BY p0_.id DESC LIMIT 3
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.keywords AS keywords_3, p0_.content AS content_4, p0_.featured_image AS featured_image_5, p0_.created_at AS created_at_6, p0_.updated_at AS updated_at_7, p0_.uploaded_at AS uploaded_at_8, p0_.is_highlighted AS is_highlighted_9, p0_.is_active AS is_active_10, p0_.popular AS popular_11, p0_.users_id AS users_id_12, p0_.categories_id AS categories_id_13 FROM posts p0_ WHERE p0_.popular = 1 AND p0_.is_active = 1 ORDER BY p0_.id DESC LIMIT 3;
|
5 |
11.66 ms |
SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.description AS description_2, s0_.btn_label AS btn_label_3, s0_.btn_link AS btn_link_4, s0_.bg_image AS bg_image_5, s0_.created_at AS created_at_6, s0_.updated_at AS updated_at_7, s0_.active AS active_8, s0_.hook AS hook_9 FROM slides s0_ WHERE s0_.active = 1 AND s0_.hook IS NULL ORDER BY s0_.id ASC LIMIT 10
SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.description AS description_2, s0_.btn_label AS btn_label_3, s0_.btn_link AS btn_link_4, s0_.bg_image AS bg_image_5, s0_.created_at AS created_at_6, s0_.updated_at AS updated_at_7, s0_.active AS active_8, s0_.hook AS hook_9 FROM slides s0_ WHERE s0_.active = 1 AND s0_.hook IS NULL ORDER BY s0_.id ASC LIMIT 10;
|