Query Metrics
4
Database Queries
4
Different statements
1.35 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.43 ms |
SELECT t0.id AS id_1, t0.date_recette AS date_recette_2, t0.montant AS montant_3, t0.source AS source_4, t0.boutique_id AS boutique_id_5, t0.vente_id AS vente_id_6, t0.facture_service_id AS facture_service_id_7 FROM recette t0 WHERE t0.id = ?
Parameters:
[
279
]
|
| 2 | 0.40 ms |
SELECT t0.id AS id_1, t0.date_depense AS date_depense_2, t0.montant AS montant_3, t0.description AS description_4, t0.recette_id AS recette_id_5 FROM depense t0 WHERE t0.recette_id = ?
Parameters:
[
279
]
|
| 3 | 0.25 ms |
SELECT t0.id AS id_1, t0.date_vente AS date_vente_2, t0.description AS description_3, t0.vendeur_id AS vendeur_id_4, t0.client_id AS client_id_5, t0.boutique_id AS boutique_id_6 FROM vente t0 WHERE t0.id = ?
Parameters:
[
257
]
|
| 4 | 0.26 ms |
SELECT t0.id AS id_1, t0.quantite_vendu AS quantite_vendu_2, t0.prix_unitaire AS prix_unitaire_3, t0.prix_total AS prix_total_4, t0.remise_pourcentage AS remise_pourcentage_5, t0.vente_id AS vente_id_6, t0.produit_id AS produit_id_7 FROM details_vente t0 WHERE t0.vente_id = ?
Parameters:
[
257
]
|
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\Recette | No errors. |
| App\Entity\Boutique | No errors. |
| App\Entity\Vente | No errors. |
| App\Entity\FactureService | No errors. |
| App\Entity\Depense | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Client | No errors. |
| App\Entity\DetailsVente | No errors. |
| App\Entity\Echeance | No errors. |
| App\Entity\Facture | No errors. |
| App\Entity\Produit | No errors. |