Query Metrics
1
Database Queries
1
Different statements
1.63 ms
Query time
0
Invalid entities
1
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.63 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.active AS active_3, t0.display_name AS display_name_4, t0.username AS username_5, t0.roles AS roles_6, t0.password AS password_7, t0.isVerified AS isVerified_8, t0.emailAuthCode AS emailAuthCode_9, t0.totpSecret AS totpSecret_10, t0.twoFactorMethod AS twoFactorMethod_11, t0.phoneNumber AS phoneNumber_12, t0.client_id AS client_id_13 FROM User t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"admin@3t.tn"
]
|
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 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Client | No errors. |