Query Metrics

3 Database Queries
3 Different statements
3.44 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.32 ms
(38.43%)
1
SELECT count(DISTINCT r0_.id) AS sclr_0 FROM realisateur r0_ WHERE r0_.nom LIKE ?
Parameters:
[
  "P%"
]
1.18 ms
(34.30%)
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:
[
  "P%"
]
0.94 ms
(27.27%)
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:
[
  "P%"
  384
  457
  458
  229
  243
  379
  419
  509
  48
  238
  162
  507
  343
  52
  490
  207
  368
  319
  503
  400
  15
]

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.