GET https://www.pulse.emiliecarion.com/realisateur/493

Query Metrics

3 Database Queries
3 Different statements
2.51 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.85 ms
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prenom AS prenom_3 FROM realisateur t0 WHERE t0.id = ?
Parameters:
[
  493
]
2 0.89 ms
SELECT count(DISTINCT f0_.id) AS sclr_0 FROM film f0_ INNER JOIN film_realisateur f2_ ON f0_.id = f2_.film_id INNER JOIN realisateur r1_ ON r1_.id = f2_.realisateur_id LEFT JOIN annee a3_ ON f0_.film_annee = a3_.id WHERE r1_.id = ?
Parameters:
[
  493
]
3 0.77 ms
SELECT DISTINCT f0_.id AS id_0, a1_.annee AS annee_1 FROM film f0_ INNER JOIN film_realisateur f3_ ON f0_.id = f3_.film_id INNER JOIN realisateur r2_ ON r2_.id = f3_.realisateur_id LEFT JOIN annee a1_ ON f0_.film_annee = a1_.id WHERE r2_.id = ? ORDER BY a1_.annee DESC LIMIT 24
Parameters:
[
  493
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Realisateur No errors.
App\Entity\Film No errors.
App\Entity\Annee No errors.
App\Entity\Genre No errors.
App\Entity\Disque No errors.
App\Entity\Langue No errors.
App\Entity\Playlist No errors.
App\Entity\StreamRequest No errors.
App\Entity\FilmVu
  • The association App\Entity\FilmVu#utilisateur refers to the inverse side field App\Entity\Utilisateur#filmsVus which does not exist.
App\Entity\Serie No errors.
App\Entity\Game No errors.