Query Metrics
5
Database Queries
5
Different statements
2.25 ms
Query time
3
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.75 ms |
SELECT t0.allergene_id AS allergene_id_1, t0.libelle AS libelle_2 FROM `allergene` t0 WHERE t0.allergene_id = ? LIMIT 1
Parameters:
[
4
]
|
| 2 | 0.24 ms |
SELECT t0.plat_id AS plat_id_1, t0.allergene_id AS allergene_id_2 FROM `contient` t0 WHERE t0.allergene_id = ?
Parameters:
[
4
]
|
| 3 | 0.35 ms |
SELECT count(DISTINCT p0_.plat_id) AS sclr_0 FROM `plat` p0_
Parameters:
[] |
| 4 | 0.17 ms |
SELECT DISTINCT p0_.plat_id AS plat_id_0 FROM `plat` p0_ LIMIT 10
Parameters:
[] |
| 5 | 0.73 ms |
SELECT p0_.plat_id AS plat_id_0, p0_.titre_plat AS titre_plat_1, p0_.photo AS photo_2 FROM `plat` p0_ WHERE p0_.plat_id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 1 2 3 4 5 6 7 8 9 10 ] |
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\Allergene |
|
| App\Entity\Contient | No errors. |
| App\Entity\Plat |
|
| App\Entity\ProposePlat |
|