0.50 ms (46.80%)
|
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: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;
|
0.24 ms (21.83%)
|
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: [
"photos-de-famille-jaunies-peut-on-les-restaurer-apres-numerisation"
"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 = 'photos-de-famille-jaunies-peut-on-les-restaurer-apres-numerisation' AND b0_.status = 'published' AND b0_.published_at IS NOT NULL AND b0_.published_at <= '2026-06-07 05:05:49';
|