| 1 |
0.11 ms |
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: [
"la-magie-du-super-8-l-histoire-du-format-qui-a-filme-nos-familles"
"published"
"2026-06-07 05:05:49"
]
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 = 'la-magie-du-super-8-l-histoire-du-format-qui-a-filme-nos-familles' AND b0_.status = 'published' AND b0_.published_at IS NOT NULL AND b0_.published_at <= '2026-06-07 05:05:49';
|
| 2 |
0.12 ms |
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:49"
]
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:49' ORDER BY b0_.published_at DESC LIMIT 3;
|