Query Metrics
2
Database Queries
2
Different statements
0.92 ms
Query time
0
Invalid entities
1
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.62 ms (67.25%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.salutation AS salutation_3, t0.firstname AS firstname_4, t0.lastname AS lastname_5, t0.password AS password_6, t0.password_reset_token AS password_reset_token_7, t0.password_reset_requested_at AS password_reset_requested_at_8, t0.enabled AS enabled_9, t0.signature_path AS signature_path_10, t0.signature_updated_at AS signature_updated_at_11, t0.phone1 AS phone1_12, t0.phone2 AS phone2_13, t0.is_examiner AS is_examiner_14, t0.is_technician AS is_technician_15, t0.is_service_worker AS is_service_worker_16, t0.is_superadmin AS is_superadmin_17, t0.created_at AS created_at_18, t0.archived_at AS archived_at_19, t0.wocken_salesperson_code AS wocken_salesperson_code_20, t0.intranet_user AS intranet_user_21, t0.wocken_catalog_enabled AS wocken_catalog_enabled_22, t0.wocken_catalog_full_access AS wocken_catalog_full_access_23, t0.wocken_catalog_categories AS wocken_catalog_categories_24, t0.wocken_person_code AS wocken_person_code_25, t0.wocken_superior AS wocken_superior_26, t0.wocken_catalog_budget_enabled AS wocken_catalog_budget_enabled_27, t0.wocken_catalog_budget_amount AS wocken_catalog_budget_amount_28, t0.wocken_catalog_budget_time_unit AS wocken_catalog_budget_time_unit_29, t0.wocken_catalog_supervisor_user_id AS wocken_catalog_supervisor_user_id_30 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"menke@kursimple.de"
]
|
|
0.30 ms (32.75%) |
1 |
SELECT t0.id AS id_1, t0.enabled AS enabled_2, t0.role AS role_3, t0.created_at AS created_at_4, t0.archived_at AS archived_at_5, t0.all_cost_centers AS all_cost_centers_6, t0.can_access_all_types AS can_access_all_types_7, t0.accessible_types AS accessible_types_8, t0.reminding_enabled AS reminding_enabled_9, t0.is_laborfreigabe AS is_laborfreigabe_10, t0.is_cert_mailing_enabled AS is_cert_mailing_enabled_11, t0.wocken_contact_number AS wocken_contact_number_12, t0.user_id AS user_id_13, t0.debitor_id AS debitor_id_14, t0.site_id AS site_id_15 FROM debitor_user_debitor_connection t0 WHERE t0.user_id = ?
Parameters:
[
1
]
|
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\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User\User | No errors. |
| App\Entity\Debitor\UserDebitorConnection | No errors. |
| App\Entity\Contractor\UserContractorConnection | No errors. |
| App\Entity\Debitor\Debitor | No errors. |
| App\Entity\Debitor\Site | No errors. |