GET https://www.pulse.emiliecarion.com/realisateurs?letter=J

Query Metrics

18 Database Queries
4 Different statements
33.41 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
22.70 ms
(67.94%)
1
SELECT count(DISTINCT r0_.id) AS sclr_0 FROM realisateur r0_ WHERE r0_.nom LIKE ?
Parameters:
[
  "J%"
]
8.78 ms
(26.29%)
15
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.syno AS syno_3, t0.octets AS octets_4, t0.size_value AS size_value_5, t0.size_unit AS size_unit_6, t0.pochette AS pochette_7, t0.ftp AS ftp_8, t0.link AS link_9, t0.film_disque AS film_disque_10, t0.film_annee AS film_annee_11, t0.film_langue AS film_langue_12 FROM film t0 INNER JOIN film_realisateur ON t0.id = film_realisateur.film_id WHERE film_realisateur.realisateur_id = ?
Parameters:
[
  330
]
1.11 ms
(3.33%)
1
SELECT r0_.id AS id_0, r0_.nom AS nom_1, r0_.prenom AS prenom_2 FROM realisateur r0_ WHERE r0_.nom LIKE ? AND r0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY r0_.nom ASC, r0_.prenom ASC
Parameters:
[
  "J%"
  330
  265
  474
  548
  212
  607
  57
  279
  355
  224
  575
  504
  46
  301
  446
]
0.81 ms
(2.44%)
1
SELECT DISTINCT r0_.id AS id_0, r0_.nom AS nom_1, r0_.prenom AS prenom_2 FROM realisateur r0_ WHERE r0_.nom LIKE ? ORDER BY r0_.nom ASC, r0_.prenom ASC LIMIT 48
Parameters:
[
  "J%"
]

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\Genre No errors.
App\Entity\Disque No errors.
App\Entity\Annee 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.