Query Metrics
1
Database Queries
1
Different statements
0.73 ms
Query time
0
Invalid entities
1
Managed entities
Queries
#▲ | Time | Info | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 0.73 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t6.id AS id_7, t6.name AS name_8, t6.business_id AS business_id_9, t6.tax_id AS tax_id_10, t6.vat_id AS vat_id_11, t6.address AS address_12, t6.city AS city_13, t6.postal_code AS postal_code_14, t6.country AS country_15, t6.company_description AS company_description_16, t6.auth_id AS auth_id_17, t6.logo_image_id AS logo_image_id_18 FROM auth t0 LEFT JOIN organization t6 ON t6.auth_id = t0.id WHERE t0.email = ? LIMIT 1
Parameters:
[
"ljwjoy1956@myyahoo.com"
]
|
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\Auth | 1 |
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Auth | No errors. |
App\Entity\Organization | No errors. |
App\Entity\StorageFile | No errors. |