Query Metrics
1
Database Queries
1
Different statements
1.96 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.96 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.hashed_email AS hashed_email_5, t0.is_verified AS is_verified_6, t0.first_name AS first_name_7, t0.last_name AS last_name_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.location AS location_11, t0.task_colour AS task_colour_12, t0.modified AS modified_13, t0.created AS created_14, t0.send_report AS send_report_15, t0.receive_report AS receive_report_16, t0.user_id AS user_id_17, t0.is_super_user AS is_super_user_18, t0.country_id AS country_id_19 FROM user t0 WHERE t0.hashed_email = ? LIMIT 1
Parameters:
[
"d41d8cd98f00b204e9800998ecf8427e"
]
|
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\Countries | No errors. |