| 1 |
0.66 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: [
"quel-format-de-fichier-choisir-pour-garder-ses-videos-50-ans"
"published"
"2026-06-07 06:30:31"
]
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 = 'quel-format-de-fichier-choisir-pour-garder-ses-videos-50-ans' AND b0_.status = 'published' AND b0_.published_at IS NOT NULL AND b0_.published_at <= '2026-06-07 06:30:31';
|
| 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 06:30:31"
]
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 06:30:31' ORDER BY b0_.published_at DESC LIMIT 3;
|