Query Metrics
4
Database Queries
4
Different statements
1.94 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.06 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenom AS prenom_6, t0.telephone AS telephone_7, t0.ignore_paiement AS ignore_paiement_8, t0.archive AS archive_9, t0.token AS token_10 FROM user t0 WHERE t0.email = ? LIMIT 2
Parameters:
[
"gregory.hilger@gmail.com"
]
|
| 2 | 0.30 ms |
"START TRANSACTION"
Parameters:
[] |
| 3 | 0.31 ms |
INSERT INTO user (email, roles, password, nom, prenom, telephone, ignore_paiement, archive, token) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "gregory.hilger@gmail.com" "["ROLE_CLIENT"]" "$2y$13$CpUYIz3k4fJ2k3y9.YFmoej/xf36ZBRul.2.yOaUahN0VX8CSphSa" "Hilger" "Gregory" "0487271709" null 0 "25d865ce19d95181119bb26ea90354f8" ] |
| 4 | 0.27 ms |
"COMMIT"
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Reservations | No errors. |