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

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
30.71 ms
(60.07%)
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:
[
  46
]
18.28 ms
(35.76%)
1
SELECT count(DISTINCT r0_.id) AS sclr_0 FROM realisateur r0_
Parameters:
[]
1.18 ms
(2.32%)
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 240
Parameters:
[]
0.95 ms
(1.86%)
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:
[
  46
  301
  446
  373
  187
  284
  1
  357
  172
  164
  242
  245
  459
  253
  404
  389
  14
  239
  336
  337
  506
  220
  201
  317
  353
  11
  294
  424
  385
  228
  380
  315
  287
  465
  500
  338
  31
  208
  292
  318
  447
  45
  383
  466
  479
  132
  381
  405
]

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.