Query Metrics
1
Database Queries
1
Different statements
0.44 ms
Query time
0
Invalid entities
2
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.44 ms (100.00%) |
1 |
SELECT t0.id AS id_1, t0.priority AS priority_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.last_login_at AS last_login_at_5, t0.email AS email_6, t0.roles AS roles_7, t0.password AS password_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.is_active AS is_active_11, t0.is_verified AS is_verified_12, t0.image AS image_13, t0.birth_date AS birth_date_14, t0.nationality AS nationality_15, t0.address AS address_16, t0.city AS city_17, t0.zip_code AS zip_code_18, t0.phone_number AS phone_number_19, t0.token AS token_20, t0.token_expired_at AS token_expired_at_21, t0.created_by AS created_by_22, t0.updated_by AS updated_by_23, t0.country_id AS country_id_24, t0.customer_id AS customer_id_25, t0.type FROM user t0 WHERE t0.id = ? AND t0.type IN ('customerUser', 'customerAgent', 'customerAdmin')
Parameters:
[
13
]
|
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\Customer | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\AbstractEntity | No errors. |
| App\Entity\User | No errors. |
| App\Entity\CustomerUser | No errors. |
| App\Entity\Country | No errors. |
| App\Entity\Customer | No errors. |
| App\Entity\CustomerAgent | No errors. |
| App\Entity\CustomerAdmin | No errors. |
| App\Entity\Post | No errors. |
| App\Entity\Notification | No errors. |