Query Metrics
4
Database Queries
4
Different statements
1.60 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.61 ms (38.23%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.phone AS phone_3 FROM client t0 WHERE t0.id = ?
Parameters:
[
380
]
|
|
0.46 ms (28.92%) |
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:
[
"600"
]
|
|
0.27 ms (17.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:
[
600
]
|
|
0.25 ms (15.74%) |
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.prix AS prix_3 FROM service t0 WHERE t0.id = ?
Parameters:
[
4
]
|
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\FactureService | No errors. |
| App\Entity\Client | No errors. |
| App\Entity\Boutique | No errors. |
| App\Entity\ServiceFactureLigne | No errors. |
| App\Entity\Recette | No errors. |
| App\Entity\Echeance | No errors. |
| App\Entity\Vente | No errors. |
| App\Entity\Livraison | No errors. |
| App\Entity\Facture | No errors. |
| App\Entity\Service | No errors. |