GET https://mateo-fialoux.fr/articles/1

Query Metrics

4 Database Queries
3 Different statements
5.21 ms Query time
1 Invalid entities
5 Managed entities

Grouped Statements

Show all queries

Time Count Info
2.20 ms
(42.14%)
2
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6 FROM user t0 WHERE t0.id = ?
Parameters:
[
  1
]
1.77 ms
(33.93%)
1
SELECT t0.id AS id_1, t0.contenu AS contenu_2, t0.created_at AS created_at_3, t0.user_id AS user_id_4, t0.article_id AS article_id_5 FROM commentaire t0 WHERE t0.article_id = ?
Parameters:
[
  1
]
1.25 ms
(23.92%)
1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.contenu AS contenu_3, t0.created_at AS created_at_4, t0.auteur_id_id AS auteur_id_id_5 FROM article t0 WHERE t0.id = ?
Parameters:
[
  "1"
]

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\User 2
App\Entity\Commentaire 2
App\Entity\Article 1

Entities Mapping

Class Mapping errors
App\Entity\Article
  • The field App\Entity\Article#commentaires is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\Commentaire#article does not contain the required 'inversedBy: "commentaires"' attribute.
App\Entity\User No errors.
App\Entity\Commentaire No errors.