Query Metrics
1
Database Queries
1
Different statements
0.33 ms
Query time
0
Invalid entities
3
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.33 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.reset_token AS reset_token_5, t0.reset_token_expires_at AS reset_token_expires_at_6, t0.is_verified AS is_verified_7, t0.registration_data AS registration_data_8, t0.locale AS locale_9, t0.settings AS settings_10, t11.id AS id_12, t11.encrypted_key AS encrypted_key_13, t11.created_at AS created_at_14, t11.user_id AS user_id_15, t0.theme_id AS theme_id_16 FROM user t0 LEFT JOIN license t11 ON t11.user_id = t0.id WHERE t0.email = ? LIMIT 1
Parameters:
[
"admin@local"
]
|
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\Theme | 1 |
| App\Entity\License | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\License | No errors. |
| App\Entity\Theme | No errors. |
| App\Entity\ApiKey | No errors. |
| App\Entity\ChatConfig | No errors. |
| App\Entity\UserGroup | No errors. |