Query Metrics
1
Database Queries
1
Different statements
2.34 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 2.34 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.created AS created_5, t0.level_id AS level_id_6, t7.id AS id_8, t7.value AS value_9, t7.user_id AS user_id_10, t11.id AS id_12, t11.code AS code_13, t11.user_id AS user_id_14, t0.referredby_id AS referredby_id_15 FROM user t0 LEFT JOIN wallet t7 ON t7.user_id = t0.id LEFT JOIN referral t11 ON t11.user_id = t0.id WHERE t0.email = ? LIMIT 1
Parameters:
[
"[email protected]"
]
|
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\Level | No errors. |
App\Entity\Wallet | No errors. |
App\Entity\Referral | No errors. |