Query Metrics
1
Database Queries
1
Different statements
0.86 ms
Query time
0
Invalid entities
2
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.86 ms (100.00%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.role AS role_4, t0.is_active AS is_active_5, t0.is_admin_active AS is_admin_active_6, t0.is_tutorial_active AS is_tutorial_active_7, t0.datetime_creation AS datetime_creation_8, t0.one_time_code AS one_time_code_9, t0.expiration_one_time_code AS expiration_one_time_code_10, t11.id AS id_12, t11.name AS name_13, t11.surname AS surname_14, t11.fiscal_code AS fiscal_code_15, t11.birth_place AS birth_place_16, t11.date_birth AS date_birth_17, t11.image_path AS image_path_18, t11.user_id AS user_id_19, t20.id AS id_21, t20.license_number AS license_number_22, t20.license_plate AS license_plate_23, t20.car_producer AS car_producer_24, t20.car_model AS car_model_25, t20.number_of_people AS number_of_people_26, t20.datetime_subscription AS datetime_subscription_27, t20.datetime_expiration AS datetime_expiration_28, t20.user_id AS user_id_29 FROM fun_user t0 LEFT JOIN fun_profile t11 ON t11.user_id = t0.id LEFT JOIN fun_taxi t20 ON t20.user_id = t0.id WHERE t0.id = ?
Parameters:
[
17
]
|
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\Profile | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Profile | No errors. |
| App\Entity\Taxi | No errors. |
| App\Entity\Play | No errors. |
| App\Entity\Voucher | No errors. |
| App\Entity\JoinTableUserStore | No errors. |
| App\Entity\JoinTableUserStoreSubcategory | No errors. |
| App\Entity\Phone | No errors. |
| App\Entity\Address | No errors. |