Query Metrics
2
Database Queries
2
Different statements
0.77 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.25 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.full_name AS full_name_5, t0.created_at AS created_at_6, t0.telephone AS telephone_7, t0.adress AS adress_8, t9.id AS id_10, t9.user_id AS user_id_11, t0.boutique_id AS boutique_id_12 FROM user t0 LEFT JOIN livreur t9 ON t9.user_id = t0.id WHERE t0.id = ?
Parameters:
[
11
]
|
| 2 | 0.52 ms |
SELECT SUM(d0_.prix_total) AS sclr_0 FROM vente v1_ LEFT JOIN details_vente d0_ ON v1_.id = d0_.vente_id WHERE v1_.date_vente >= ?
Parameters:
[
"2025-11-14 00:00:00"
]
|
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\User | No errors. |
| App\Entity\Livreur | No errors. |
| App\Entity\Boutique | No errors. |
| App\Entity\EntreeStock | No errors. |
| App\Entity\SortieStock | No errors. |
| App\Entity\Produit | No errors. |
| App\Entity\ActionLog | No errors. |
| App\Entity\Vente | No errors. |
| App\Entity\DetailsVente | No errors. |