Query Metrics

6 Database Queries
4 Different statements
1.81 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.45 ms
SELECT DISTINCT i0_.id AS id_0 FROM information i0_ LIMIT 20
Parameters:
[]
2 0.41 ms
SELECT i0_.id AS id_0, i0_.description AS description_1, i0_.dentiste_id AS dentiste_id_2 FROM information i0_ WHERE i0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  1
  2
  3
  4
  5
  6
  7
  8
  9
  10
  11
  12
  13
  14
  15
  16
  17
  18
  19
  20
]
3 0.25 ms
SELECT count(i0_.id) AS sclr_0 FROM information i0_
Parameters:
[]
4 0.28 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4 FROM dentiste t0 WHERE t0.id = ?
Parameters:
[
  2
]
5 0.22 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4 FROM dentiste t0 WHERE t0.id = ?
Parameters:
[
  3
]
6 0.20 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.image AS image_4 FROM dentiste t0 WHERE t0.id = ?
Parameters:
[
  4
]

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\Information No errors.
App\Entity\Dentiste No errors.