Query Metrics
4
Database Queries
4
Different statements
2.23 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.92 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:
[
"j.brackman@brg-entreprises.com"
]
|
| 2 | 0.35 ms |
"START TRANSACTION"
Parameters:
[] |
| 3 | 0.68 ms |
INSERT INTO user (email, roles, password, nom, prenom, telephone, ignore_paiement, archive, token) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "j.brackman@brg-entreprises.com" "["ROLE_CLIENT"]" "$2y$13$4QyDPTRmTBfy4b0E3cYWAulWSIDIdDnRFlH3sL7ugRqZeusy3380e" "BRACKMAN-THIRY" "jeannine" "0495500670" null 0 "b676fa435d70857b276a3ab8b8ae9633" ] |
| 4 | 0.29 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. |