GET https://pulse.emiliecarion.com/realisateurs?page=4

Query Metrics

51 Database Queries
4 Different statements
32.48 ms Query time
1 Invalid entities

Grouped Statements

Show all queries

Time Count Info
28.33 ms
(87.23%)
48
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:
[
  416
]
1.78 ms
(5.48%)
1
SELECT DISTINCT r0_.id AS id_0, r0_.nom AS nom_1, r0_.prenom AS prenom_2 FROM realisateur r0_ ORDER BY r0_.nom ASC, r0_.prenom ASC LIMIT 48 OFFSET 144
Parameters:
[]
1.33 ms
(4.09%)
1
SELECT count(DISTINCT r0_.id) AS sclr_0 FROM realisateur r0_
Parameters:
[]
1.04 ms
(3.20%)
1
SELECT r0_.id AS id_0, r0_.nom AS nom_1, r0_.prenom AS prenom_2 FROM realisateur r0_ WHERE r0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY r0_.nom ASC, r0_.prenom ASC
Parameters:
[
  416
  328
  420
  477
  130
  236
  289
  95
  270
  137
  344
  10
  131
  144
  413
  100
  367
  86
  81
  35
  66
  491
  471
  261
  182
  388
  96
  356
  414
  28
  29
  298
  436
  271
  113
  402
  235
  406
  5
  492
  40
  2
  310
  13
  262
  335
  484
  171
]

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.