GET http://www.dev.michaeljpitz.com/article/php-8-attributs-remplacent-annotations

Query Metrics

10 Database Queries
7 Different statements
4.96 ms Query time
0 Invalid entities
12 Managed entities

Queries

Group similar statements

# Time Info
1 0.55 ms
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:
[
  "php-8-attributs-remplacent-annotations"
]
2 0.50 ms
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 = ?
Parameters:
[
  726
]
3 1.10 ms
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
Parameters:
[
  284
  726
]
4 0.36 ms
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
Parameters:
[
  726
]
5 0.35 ms
SELECT AVG(r0_.rating) AS sclr_0 FROM rating r0_ WHERE r0_.article_id = ?
Parameters:
[
  726
]
6 0.33 ms
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 = ?
Parameters:
[
  726
]
7 0.62 ms
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
Parameters:
[]
8 0.52 ms
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 = ?
Parameters:
[
  718
]
9 0.33 ms
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 = ?
Parameters:
[
  738
]
10 0.30 ms
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 = ?
Parameters:
[
  720
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Category 8
App\Entity\Article 4

Entities Mapping

Class Mapping errors
App\Entity\Article No errors.
App\Entity\Category No errors.
App\Entity\Comment No errors.
App\Entity\Rating No errors.
App\Entity\Page No errors.
App\Entity\User No errors.