1.12 ms (38.56%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.image_name AS image_name_5, t0.author AS author_6, t0.meta_description AS meta_description_7, t0.vote_count AS vote_count_8, t0.published_at AS published_at_9, t0.is_published AS is_published_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.category_id AS category_id_13 FROM blog_article t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"lumieres-festives-illuminer-ses-soirees-de-chaleur-et-de-convivialite"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.image_name AS image_name_5, t0.author AS author_6, t0.meta_description AS meta_description_7, t0.vote_count AS vote_count_8, t0.published_at AS published_at_9, t0.is_published AS is_published_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.category_id AS category_id_13 FROM blog_article t0 WHERE t0.slug = 'lumieres-festives-illuminer-ses-soirees-de-chaleur-et-de-convivialite' LIMIT 1;
|
0.81 ms (27.98%)
|
1 |
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_approved AS is_approved_4, t0.article_id AS article_id_5, t0.author_id AS author_id_6 FROM blog_comment t0 WHERE t0.article_id = ? AND t0.is_approved = ? ORDER BY t0.created_at DESC
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_approved AS is_approved_4, t0.article_id AS article_id_5, t0.author_id AS author_id_6 FROM blog_comment t0 WHERE t0.article_id = 2 AND t0.is_approved = 1 ORDER BY t0.created_at DESC;
|
0.30 ms (10.41%)
|
1 |
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_approved AS is_approved_4, t0.article_id AS article_id_5, t0.author_id AS author_id_6 FROM blog_comment t0 WHERE t0.article_id = ?
SELECT t0.id AS id_1, t0.content AS content_2, t0.created_at AS created_at_3, t0.is_approved AS is_approved_4, t0.article_id AS article_id_5, t0.author_id AS author_id_6 FROM blog_comment t0 WHERE t0.article_id = 2;
|