2.10 ms (34.90%)
|
4 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.color AS color_4, t0.description AS description_5, t0.level AS level_6 FROM category t0 INNER JOIN article_category ON t0.id = article_category.category_id WHERE article_category.article_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.color AS color_4, t0.description AS description_5, t0.level AS level_6 FROM category t0 INNER JOIN article_category ON t0.id = article_category.category_id WHERE article_category.article_id = 725;
|
1.05 ms (17.45%)
|
1 |
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.content AS content_3, a0_.excerpt AS excerpt_4, a0_.featured_image AS featured_image_5, a0_.is_published AS is_published_6, a0_.created_at AS created_at_7, a0_.published_at AS published_at_8, a0_.updated_at AS updated_at_9 FROM article a0_ INNER JOIN article_category a2_ ON a0_.id = a2_.article_id INNER JOIN category c1_ ON c1_.id = a2_.category_id WHERE a0_.is_published = 1 AND c1_.id IN (?) AND a0_.id <> ? GROUP BY a0_.id ORDER BY a0_.published_at DESC LIMIT 3
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.slug AS slug_2, a0_.content AS content_3, a0_.excerpt AS excerpt_4, a0_.featured_image AS featured_image_5, a0_.is_published AS is_published_6, a0_.created_at AS created_at_7, a0_.published_at AS published_at_8, a0_.updated_at AS updated_at_9 FROM article a0_ INNER JOIN article_category a2_ ON a0_.id = a2_.article_id INNER JOIN category c1_ ON c1_.id = a2_.category_id WHERE a0_.is_published = 1 AND c1_.id IN (285) AND a0_.id <> 725 GROUP BY a0_.id ORDER BY a0_.published_at DESC LIMIT 3;
|
0.61 ms (10.22%)
|
1 |
SELECT c0_.id AS id_0, c0_.content AS content_1, c0_.created_at AS created_at_2, c0_.is_approved AS is_approved_3, c0_.user_id AS user_id_4, c0_.article_id AS article_id_5 FROM comment c0_ WHERE c0_.article_id = ? AND c0_.is_approved = 1 ORDER BY c0_.created_at DESC
SELECT c0_.id AS id_0, c0_.content AS content_1, c0_.created_at AS created_at_2, c0_.is_approved AS is_approved_3, c0_.user_id AS user_id_4, c0_.article_id AS article_id_5 FROM comment c0_ WHERE c0_.article_id = 725 AND c0_.is_approved = 1 ORDER BY c0_.created_at DESC;
|
0.58 ms (9.71%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.color AS color_4, t0.description AS description_5, t0.level AS level_6 FROM category t0 ORDER BY t0.title ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.color AS color_4, t0.description AS description_5, t0.level AS level_6 FROM category t0 ORDER BY t0.title ASC;
|
0.54 ms (9.04%)
|
1 |
SELECT AVG(r0_.rating) AS sclr_0 FROM rating r0_ WHERE r0_.article_id = ?
SELECT AVG(r0_.rating) AS sclr_0 FROM rating r0_ WHERE r0_.article_id = 725;
|
0.42 ms (7.01%)
|
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.excerpt AS excerpt_5, t0.featured_image AS featured_image_6, t0.is_published AS is_published_7, t0.created_at AS created_at_8, t0.published_at AS published_at_9, t0.updated_at AS updated_at_10 FROM article t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"securite-symfony-proteger-application-production"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.excerpt AS excerpt_5, t0.featured_image AS featured_image_6, t0.is_published AS is_published_7, t0.created_at AS created_at_8, t0.published_at AS published_at_9, t0.updated_at AS updated_at_10 FROM article t0 WHERE t0.slug = 'securite-symfony-proteger-application-production' LIMIT 1;
|
0.40 ms (6.63%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.user_name AS user_name_5, t0.activation_token AS activation_token_6, t0.status AS status_7, t0.reset_password_token AS reset_password_token_8, t0.reset_password_requested_at AS reset_password_requested_at_9, t0.created_at AS created_at_10, t0.avatar_name AS avatar_name_11, t0.biography AS biography_12, t0.external_link1 AS external_link1_13, t0.external_link2 AS external_link2_14, t0.external_link3 AS external_link3_15, t0.updated_at AS updated_at_16 FROM `user` t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.user_name AS user_name_5, t0.activation_token AS activation_token_6, t0.status AS status_7, t0.reset_password_token AS reset_password_token_8, t0.reset_password_requested_at AS reset_password_requested_at_9, t0.created_at AS created_at_10, t0.avatar_name AS avatar_name_11, t0.biography AS biography_12, t0.external_link1 AS external_link1_13, t0.external_link2 AS external_link2_14, t0.external_link3 AS external_link3_15, t0.updated_at AS updated_at_16 FROM `user` t0 WHERE t0.id = 419;
|
0.30 ms (5.03%)
|
1 |
SELECT t0.id AS id_1, t0.rating AS rating_2, t0.created_at AS created_at_3, t0.user_id AS user_id_4, t0.article_id AS article_id_5 FROM rating t0 WHERE t0.article_id = ?
SELECT t0.id AS id_1, t0.rating AS rating_2, t0.created_at AS created_at_3, t0.user_id AS user_id_4, t0.article_id AS article_id_5 FROM rating t0 WHERE t0.article_id = 725;
|