Query Metrics
1
Database Queries
1
Different statements
0.37 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.37 ms |
SELECT t0.id AS id_2, t0.email AS email_3, t0.roles AS roles_4, t0.password AS password_5, t0.is_verified AS is_verified_6, t0.first_name AS first_name_7, t0.last_name AS last_name_8, t0.is_active AS is_active_9, t0.privacy_policy AS privacy_policy_10, t0.terms_conditions AS terms_conditions_11, t0.newsletter_subscription AS newsletter_subscription_12, t0.phone_country_code AS phone_country_code_13, t0.phone_no AS phone_no_14, t0.profile_image AS profile_image_15, t0.job_position AS job_position_16, t0.user_header_color AS user_header_color_17, t0.user_side_nav_dark AS user_side_nav_dark_18, t0.user_folded_menu AS user_folded_menu_19, t0.route_permissions AS route_permissions_20, t0.locale AS locale_21, t0.comment AS comment_22, t0.address AS address_23, t0.country AS country_24, t0.date_of_birth AS date_of_birth_25, t0.zip_code AS zip_code_26, t0.is_locked AS is_locked_27, t0.verification_code AS verification_code_28, t0.created_at AS created_at_29, t0.updated_at AS updated_at_30, t0.discr, t1.company_name AS company_name_31, t1.company_code AS company_code_32, t1.vat_code AS vat_code_33 FROM user t0 LEFT JOIN client t1 ON t0.id = t1.id WHERE t0.email = ? LIMIT 1
Parameters:
[ "" ] |
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\Client | No errors. |