0.80 ms (30.70%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.content AS content_4, t0.illustration AS illustration_5, t0.author AS author_6, t0.created_at AS created_at_7, t0.slug AS slug_8, t0.second_illustration AS second_illustration_9, t0.latest_blog AS latest_blog_10, t0.category_id AS category_id_11 FROM blog t0 WHERE t0.latest_blog = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.content AS content_4, t0.illustration AS illustration_5, t0.author AS author_6, t0.created_at AS created_at_7, t0.slug AS slug_8, t0.second_illustration AS second_illustration_9, t0.latest_blog AS latest_blog_10, t0.category_id AS category_id_11 FROM blog t0 WHERE t0.latest_blog = 1;
|
0.70 ms (26.91%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.content AS content_4, t0.illustration AS illustration_5, t0.author AS author_6, t0.created_at AS created_at_7, t0.slug AS slug_8, t0.second_illustration AS second_illustration_9, t0.latest_blog AS latest_blog_10, t0.category_id AS category_id_11 FROM blog t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"comment-bien-choisir-un-fauteuil-design-pour-votre-interieur"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.subtitle AS subtitle_3, t0.content AS content_4, t0.illustration AS illustration_5, t0.author AS author_6, t0.created_at AS created_at_7, t0.slug AS slug_8, t0.second_illustration AS second_illustration_9, t0.latest_blog AS latest_blog_10, t0.category_id AS category_id_11 FROM blog t0 WHERE t0.slug = 'comment-bien-choisir-un-fauteuil-design-pour-votre-interieur' LIMIT 1;
|
0.60 ms (23.07%)
|
1 |
SELECT t0.id AS id_1, t0.comment AS comment_2, t0.likes AS likes_3, t0.adores AS adores_4, t0.dislikes AS dislikes_5, t0.blog_id AS blog_id_6, t0.user_id AS user_id_7 FROM comment t0 WHERE t0.blog_id = ?
SELECT t0.id AS id_1, t0.comment AS comment_2, t0.likes AS likes_3, t0.adores AS adores_4, t0.dislikes AS dislikes_5, t0.blog_id AS blog_id_6, t0.user_id AS user_id_7 FROM comment t0 WHERE t0.blog_id = 5;
|
0.50 ms (19.32%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM tag_blog t0 INNER JOIN blog_tag_blog ON t0.id = blog_tag_blog.tag_blog_id WHERE blog_tag_blog.blog_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.description AS description_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM tag_blog t0 INNER JOIN blog_tag_blog ON t0.id = blog_tag_blog.tag_blog_id WHERE blog_tag_blog.blog_id = 5;
|