Query Metrics
5
Database Queries
2
Different statements
4.49 ms
Query time
0
Invalid entities
4
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
3.80 ms (84.62%) |
4 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.token_version AS token_version_6, t0.firstname AS firstname_7, t0.lastname AS lastname_8, t0.title AS title_9, t0.phone AS phone_10, t0.email_incoming_server AS email_incoming_server_11, t0.email_outgoing_server AS email_outgoing_server_12, t0.email_username AS email_username_13, t0.email_password AS email_password_14, t0.last_login AS last_login_15, t0.company AS company_16, t0.verified_at AS verified_at_17, t0.drafts_folder AS drafts_folder_18, t0.processing_folder AS processing_folder_19, t0.done_folder AS done_folder_20, t0.archive_emails AS archive_emails_21, t0.bills_folder AS bills_folder_22, t0.done_bills_folder AS done_bills_folder_23, t0.process_bills AS process_bills_24, t0.email_footer AS email_footer_25, t0.app_storage_snapshot AS app_storage_snapshot_26, t0.error_folder AS error_folder_27, t0.error_bills_folder AS error_bills_folder_28, t0.password_reset_token AS password_reset_token_29, t0.password_reset_expires_at AS password_reset_expires_at_30, t0.created_at AS created_at_31, t0.updated_at AS updated_at_32, t0.import_row AS import_row_33, t0.bexio_id AS bexio_id_34, t0.bexio_sync_date AS bexio_sync_date_35, t0.is_locked AS is_locked_36, t0.locked_date AS locked_date_37, t0.address_id AS address_id_38, t0.address_set_id AS address_set_id_39 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"d.isliker@indigohome.ch"
]
|
|
0.69 ms (15.38%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.filename AS filename_3, t0.path AS path_4, t0.mimetype AS mimetype_5, t0.content AS content_6, t0.has_parsed AS has_parsed_7, t0.parsed_data AS parsed_data_8, t0.hash AS hash_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.import_row AS import_row_12, t0.bexio_id AS bexio_id_13, t0.bexio_sync_date AS bexio_sync_date_14, t0.is_locked AS is_locked_15, t0.locked_date AS locked_date_16, t0.document_type_id AS document_type_id_17 FROM document t0 WHERE t0.id = ?
Parameters:
[
b"\x01•Ñí«£|š°‘åPýã‡\x19"
]
|
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\Address\Address | 1 |
| App\Entity\Document\Document | 1 |
| App\Entity\Document\DocumentType | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Address\Address | No errors. |
| App\Entity\Address\AddressSet | No errors. |
| App\Entity\shared\ActivityLog | No errors. |
| App\Entity\Correspondence\Correspondence | No errors. |
| App\Entity\Schedule\Schedule | No errors. |
| App\Entity\Schedule\Task | No errors. |
| App\Entity\Correspondence\Mailing | No errors. |
| App\Entity\Document\Document | No errors. |
| App\Entity\Document\DocumentType | No errors. |
| App\Entity\Contract\Contract | No errors. |
| App\Entity\Bill\Bill | No errors. |
| App\Entity\Invoice\Invoice | No errors. |