Query Metrics
1
Database Queries
1
Different statements
1.33 ms
Query time
0
Invalid entities
1
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.33 ms |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.first_name AS first_name_7, t0.last_name AS last_name_8, t0.nickname AS nickname_9, t0.phone_number AS phone_number_10, t0.birth_date AS birth_date_11, t0.gender AS gender_12, t0.strasse AS strasse_13, t0.hausnummer AS hausnummer_14, t0.plz AS plz_15, t0.stadt AS stadt_16, t0.bundesland AS bundesland_17, t0.profile_photo AS profile_photo_18, t0.totp_secret AS totp_secret_19, t0.is_totp_enabled AS is_totp_enabled_20, t0.preferred_locale AS preferred_locale_21, t0.profile_completed AS profile_completed_22, t0.failed_login_attempts AS failed_login_attempts_23, t0.account_locked_until AS account_locked_until_24 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"info@offlinesys.de"
]
|
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. |