Query Metrics
1
Database Queries
1
Different statements
57.82 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 57.82 ms |
SELECT t0.id AS id_1, t0.total_avant_reduc AS total_avant_reduc_2, t0.total_apres_reduc AS total_apres_reduc_3, t0.created_at AS created_at_4, t0.total_acompte AS total_acompte_5, t0.statut AS statut_6, t0.num_facture AS num_facture_7, t8.id AS id_9, t8.statut_paiement AS statut_paiement_10, t8.validation_admin AS validation_admin_11, t8.created_at AS created_at_12, t8.updated_at AS updated_at_13, t8.supprimer_commande_complete AS supprimer_commande_complete_14, t8.commentaire AS commentaire_15, t8.num_facture_avoir AS num_facture_avoir_16, t8.commande_id AS commande_id_17, t8.createur_id AS createur_id_18, t8.utilisateur_concerne_id AS utilisateur_concerne_id_19, t20.montant_total AS montant_total_21, t20.montant_paye AS montant_paye_22, t20.montant_rembourse AS montant_rembourse_23, t20.montant_annule AS montant_annule_24, t20.reste_a_payer AS reste_a_payer_25, t20.chiffre_affaire AS chiffre_affaire_26, t20.commande_id AS commande_id_27 FROM commande t0 LEFT JOIN annulation t8 ON t8.commande_id = t0.id LEFT JOIN vue_commandes t20 ON t20.commande_id = t0.id WHERE t0.id = ?
Parameters:
[
"133"
]
|
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\Commande | No errors. |
App\Entity\Annulation | No errors. |
App\Entity\User | No errors. |
App\Entity\CalculCommande | No errors. |
App\Entity\Reservation | No errors. |
App\Entity\ModePaiementCommande | No errors. |
App\Entity\Reduction | No errors. |
App\Entity\LienPaiement | No errors. |
App\Entity\AdhesionUtilisateur | No errors. |