Query Metrics
4
Database Queries
4
Different statements
2.43 ms
Query time
1
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.68 ms |
SELECT t0.id AS id_1, t0.responsable AS responsable_2, t0.structure_fbb AS structure_fbb_3, t0.nom AS nom_4, t0.prenom AS prenom_5, t0.date_distribution AS date_distribution_6, t0.traite AS traite_7 FROM distribution t0 WHERE t0.id = ?
Parameters:
[
"187"
]
|
| 2 | 0.62 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.taille AS taille_4 FROM categorie t0 ORDER BY t0.libelle ASC
Parameters:
[] |
| 3 | 0.57 ms |
SELECT t0.id AS id_1, t0.quantite AS quantite_2, t0.taille AS taille_3, t0.structure_fbb AS structure_fbb_4, t0.taille_article AS taille_article_5, t0.distribution_id AS distribution_id_6, t0.article_id AS article_id_7 FROM distribution_detail t0 WHERE t0.distribution_id = ? ORDER BY t0.article_id ASC
Parameters:
[
187
]
|
| 4 | 0.56 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.description AS description_3, t0.photo AS photo_4, t0.norme_qualite AS norme_qualite_5, t0.reference AS reference_6, t0.prix AS prix_7, t0.colori AS colori_8, t0.etat AS etat_9, t0.categorie_id AS categorie_id_10 FROM article t0 WHERE t0.id = ?
Parameters:
[
16
]
|
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\Distribution | No errors. |
| App\Entity\DistributionDetail | No errors. |
| App\Entity\Categorie |
|
| App\Entity\Article | No errors. |
| App\Entity\Declinaison | No errors. |
| App\Entity\PhotoVetement | No errors. |
| App\Entity\LivraisonDetail | No errors. |