0.33 ms (38.41%)
|
1 |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.excerpt AS excerpt_3, b0_.content AS content_4, b0_.cover_image_path AS cover_image_path_5, b0_.cover_image_alt AS cover_image_alt_6, b0_.status AS status_7, b0_.published_at AS published_at_8, b0_.meta_description AS meta_description_9, b0_.created_at AS created_at_10, b0_.updated_at AS updated_at_11 FROM blog_post b0_ WHERE b0_.slug = ? AND b0_.status = ? AND b0_.published_at IS NOT NULL AND b0_.published_at <= ?
Parameters: [
"pourquoi-les-cassettes-vhs-se-degradent-avec-le-temps"
"published"
"2026-06-07 05:05:50"
]
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.excerpt AS excerpt_3, b0_.content AS content_4, b0_.cover_image_path AS cover_image_path_5, b0_.cover_image_alt AS cover_image_alt_6, b0_.status AS status_7, b0_.published_at AS published_at_8, b0_.meta_description AS meta_description_9, b0_.created_at AS created_at_10, b0_.updated_at AS updated_at_11 FROM blog_post b0_ WHERE b0_.slug = 'pourquoi-les-cassettes-vhs-se-degradent-avec-le-temps' AND b0_.status = 'published' AND b0_.published_at IS NOT NULL AND b0_.published_at <= '2026-06-07 05:05:50';
|
0.25 ms (29.40%)
|
1 |
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.excerpt AS excerpt_3, b0_.content AS content_4, b0_.cover_image_path AS cover_image_path_5, b0_.cover_image_alt AS cover_image_alt_6, b0_.status AS status_7, b0_.published_at AS published_at_8, b0_.meta_description AS meta_description_9, b0_.created_at AS created_at_10, b0_.updated_at AS updated_at_11 FROM blog_post b0_ WHERE b0_.status = ? AND b0_.published_at IS NOT NULL AND b0_.published_at <= ? ORDER BY b0_.published_at DESC LIMIT 3
Parameters: [
"published"
"2026-06-07 05:05:50"
]
SELECT b0_.id AS id_0, b0_.title AS title_1, b0_.slug AS slug_2, b0_.excerpt AS excerpt_3, b0_.content AS content_4, b0_.cover_image_path AS cover_image_path_5, b0_.cover_image_alt AS cover_image_alt_6, b0_.status AS status_7, b0_.published_at AS published_at_8, b0_.meta_description AS meta_description_9, b0_.created_at AS created_at_10, b0_.updated_at AS updated_at_11 FROM blog_post b0_ WHERE b0_.status = 'published' AND b0_.published_at IS NOT NULL AND b0_.published_at <= '2026-06-07 05:05:50' ORDER BY b0_.published_at DESC LIMIT 3;
|