Query Metrics
5
Database Queries
5
Different statements
17.99 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
16.70 ms (92.82%) |
1 |
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:
[
2285
]
|
|
0.39 ms (2.15%) |
1 |
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:
[
2285
]
|
|
0.38 ms (2.11%) |
1 |
SELECT t0.id AS id_1, t0.prix AS prix_2, t0.service_id AS service_id_3, t0.service_facture_id AS service_facture_id_4 FROM service_facture_ligne t0 WHERE t0.service_facture_id = ?
Parameters:
[
917
]
|
|
0.31 ms (1.72%) |
1 |
SELECT t0.id AS id_1, t0.date_creation AS date_creation_2, t0.numero AS numero_3, t0.montant_total AS montant_total_4, t0.status AS status_5, t0.type_paiement AS type_paiement_6, t0.client_id AS client_id_7, t0.boutique_id AS boutique_id_8 FROM facture_service t0 WHERE t0.id = ?
Parameters:
[
917
]
|
|
0.22 ms (1.21%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prix AS prix_3 FROM service t0 WHERE t0.id = ?
Parameters:
[
1
]
|
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\Client | No errors. |
| App\Entity\ServiceFactureLigne | No errors. |
| App\Entity\Service | No errors. |