Query Metrics
3
Database Queries
3
Different statements
2.44 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.58 ms |
SELECT t0.id AS id_1, t0.immatriculation AS immatriculation_2, t0.marque AS marque_3, t0.modele AS modele_4, t0.couleur AS couleur_5, t0.mois_debut AS mois_debut_6, t0.mois_fin AS mois_fin_7, t0.adherent_id AS adherent_id_8, t0.parking_id AS parking_id_9 FROM vehicule t0 WHERE t0.id = ?
Parameters:
[
"7"
]
|
| 2 | 0.47 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.montant AS montant_3 FROM parking t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 3 | 0.39 ms |
SELECT p0_.id AS id_0, p0_.nom AS nom_1, p0_.montant AS montant_2 FROM parking p0_
Parameters:
[] |
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\Vehicule | No errors. |
| App\Entity\Adherent | No errors. |
| App\Entity\Parking | No errors. |
| App\Entity\Prestation | No errors. |