Query Metrics
3
Database Queries
3
Different statements
0.78 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.35 ms |
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:
[
"1144"
]
|
| 2 | 0.27 ms |
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:
[
1144
]
|
| 3 | 0.17 ms |
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\Service | No errors. |