Query Metrics
2
Database Queries
2
Different statements
0.75 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.53 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.password AS password_3, t0.salt AS salt_4, t0.registration_date AS registration_date_5, t0.password_request_date AS password_request_date_6, t0.password_request AS password_request_7, t0.last_login AS last_login_8, t0.enabled AS enabled_9, t0.roles AS roles_10, t0.errored_login_count AS errored_login_count_11, t0.locked AS locked_12, t0.manager_id AS manager_id_13, t0.user_id AS user_id_14, t0.subuser_id AS subuser_id_15, t0.login_log_id AS login_log_id_16 FROM account t0 WHERE t0.id = ?
Parameters:
[
173
]
|
2 | 0.22 ms |
SELECT t0.id AS id_1, t0.company_name AS company_name_2, t0.siret AS siret_3, t0.address AS address_4, t0.address_2 AS address_2_5, t0.zip_code AS zip_code_6, t0.city AS city_7, t0.company_phone AS company_phone_8, t0.phone AS phone_9, t0.email AS email_10, t0.contact_first_name AS contact_first_name_11, t0.contact_last_name AS contact_last_name_12, t0.contact_email AS contact_email_13, t0.contact_phone AS contact_phone_14, t0.contact_job AS contact_job_15, t0.accountant_first_name AS accountant_first_name_16, t0.accountant_last_name AS accountant_last_name_17, t0.accountant_email AS accountant_email_18, t0.accountant_phone AS accountant_phone_19, t0.accountant_job AS accountant_job_20, t0.picture AS picture_21, t0.manager_dpo AS manager_dpo_22, t0.demo AS demo_23, t0.credit AS credit_24, t0.employees_number AS employees_number_25, t0.language AS language_26, t0.manager_id AS manager_id_27, t0.lawyer_id AS lawyer_id_28, t0.user_id AS user_id_29, t30.id AS id_31, t30.email AS email_32, t30.password AS password_33, t30.salt AS salt_34, t30.registration_date AS registration_date_35, t30.password_request_date AS password_request_date_36, t30.password_request AS password_request_37, t30.last_login AS last_login_38, t30.enabled AS enabled_39, t30.roles AS roles_40, t30.errored_login_count AS errored_login_count_41, t30.locked AS locked_42, t30.manager_id AS manager_id_43, t30.user_id AS user_id_44, t30.subuser_id AS subuser_id_45, t30.login_log_id AS login_log_id_46, t0.current_subscription_id AS current_subscription_id_47 FROM user t0 LEFT JOIN account t30 ON t30.user_id = t0.id WHERE t0.id = ?
Parameters:
[
33
]
|
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\Account | No errors. |
App\Entity\Manager | No errors. |
App\Entity\User | No errors. |
App\Entity\Subuser | No errors. |
App\Entity\LoginLog | No errors. |
App\Entity\Subscription | No errors. |
App\Entity\Treatment | No errors. |