Query Metrics
2
Database Queries
2
Different statements
1.19 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.27 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:
[
2
]
|
2 | 0.93 ms |
SELECT COUNT(v0_.id) AS sclr_0 FROM vente v0_ WHERE v0_.date_vente >= ?
Parameters:
[
"2025-09-10 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. |