Query Metrics
4
Database Queries
4
Different statements
8.74 ms
Query time
5
Invalid entities
3
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
7.33 ms (83.80%) |
1 |
"COMMIT"
Parameters:
[] |
|
0.83 ms (9.47%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.usercode AS usercode_5, t0.nom AS nom_6, t0.prenom AS prenom_7, t0.telephone AS telephone_8, t0.lastvisit AS lastvisit_9, t0.lastip AS lastip_10, t0.password_request AS password_request_11, t0.password_request_at AS password_request_at_12, t0.password_updated_at AS password_updated_at_13, t0.point_vente_id AS point_vente_id_14, t0.region_id AS region_id_15 FROM `user` t0 WHERE t0.usercode = ? LIMIT 1
Parameters:
[
"Sd31"
]
|
|
0.42 ms (4.79%) |
1 |
UPDATE `user` SET lastvisit = ?, lastip = ? WHERE id = ?
Parameters:
[ "2026-01-19 12:43:35" "102.78.252.175" 312 ] |
|
0.17 ms (1.93%) |
1 |
"START TRANSACTION"
Parameters:
[] |
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\User | 1 |
| App\Entity\PointVente | 1 |
| App\Entity\Region | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User |
|
| App\Entity\PointVente |
|
| App\Entity\Region |
|
| App\Entity\DeclarationVente | No errors. |
| App\Entity\DeclarationCommande | No errors. |
| App\Entity\Vente |
|
| App\Entity\Commande | No errors. |
| App\Entity\AnnulationVente |
|
| App\Entity\PasswordRequest | No errors. |
| App\Entity\Prix | No errors. |
| App\Entity\Affectation | No errors. |