GET https://www.pulse.emiliecarion.com/realisateurs?letter=C&page=1

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
20.65 ms
(83.78%)
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:
[
  188
]
1.86 ms
(7.54%)
1
SELECT count(DISTINCT r0_.id) AS sclr_0 FROM realisateur r0_ WHERE r0_.nom LIKE ?
Parameters:
[
  "C%"
]
1.10 ms
(4.45%)
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:
[
  "C%"
  188
  364
  122
  258
  272
  449
  226
  116
  84
  118
  303
  166
  143
  76
  425
  214
  434
  69
  128
  314
  350
  85
  485
  496
  398
  487
  351
  216
  352
  369
  168
  197
  18
  78
  483
  247
  62
  475
  135
  340
  79
  218
  55
  82
  418
  225
  94
  20
]
1.04 ms
(4.24%)
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:
[
  "C%"
]

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.