Query Metrics
6
Database Queries
5
Different statements
2.47 ms
Query time
0
Invalid entities
4
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.97 ms (39.01%) |
2 |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.name AS name_4, t0.street AS street_5, t0.street_number AS street_number_6, t0.addressAddition AS addressAddition_7, t0.postalcode AS postalcode_8, t0.city AS city_9, t0.country AS country_10, t0.email AS email_11, t0.web AS web_12, t0.phone AS phone_13, t0.fax AS fax_14, t0.from_email AS from_email_15, t0.logo_path AS logo_path_16, t0.subdomain AS subdomain_17, t0.custom_domain AS custom_domain_18, t0.keycloak_client_id AS keycloak_client_id_19, t0.keycloakGroupId AS keycloakGroupId_20 FROM client t0 WHERE t0.custom_domain = ? LIMIT 1
Parameters:
[
"test.kursimple.de"
]
|
|
0.65 ms (26.43%) |
1 |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.username AS username_4, t0.password AS password_5, t0.role AS role_6, t0.password_reset_token AS password_reset_token_7, t0.password_requested_at AS password_requested_at_8, t0.password_reset_at AS password_reset_at_9, t0.activate_token AS activate_token_10, t0.activate_requested_at AS activate_requested_at_11, t0.activated_at AS activated_at_12, t0.email_confirm_token AS email_confirm_token_13, t0.email_confirm_requested_at AS email_confirm_requested_at_14, t0.email_confirmed_at AS email_confirmed_at_15, t0.facebook_id AS facebook_id_16, t0.google_id AS google_id_17, t0.keycloak_id AS keycloak_id_18, t19.id AS id_20, t19.created AS created_21, t19.modified AS modified_22, t19.title AS title_23, t19.salutation AS salutation_24, t19.member AS member_25, t19.allow_member_vouchers AS allow_member_vouchers_26, t19.rabatt AS rabatt_27, t19.firstname AS firstname_28, t19.lastname AS lastname_29, t19.date_of_birth AS date_of_birth_30, t19.city_of_birth AS city_of_birth_31, t19.comment AS comment_32, t19.is_main_contact AS is_main_contact_33, t19.is_speaker AS is_speaker_34, t19.is_customer AS is_customer_35, t19.active AS active_36, t19.street AS street_37, t19.street_number AS street_number_38, t19.postalcode AS postalcode_39, t19.city AS city_40, t19.contact_email AS contact_email_41, t19.web AS web_42, t19.country AS country_43, t19.phone AS phone_44, t19.mobile AS mobile_45, t19.delete_date AS delete_date_46, t19.iban AS iban_47, t19.bic AS bic_48, t19.bank AS bank_49, t19.debit_agree AS debit_agree_50, t19.debit_agree_source AS debit_agree_source_51, t19.debit_agree_date AS debit_agree_date_52, t19.email_invoice AS email_invoice_53, t19.privacy_policy_confirmed AS privacy_policy_confirmed_54, t19.receive_newsletter AS receive_newsletter_55, t19.debit_active AS debit_active_56, t19.is_invoice_recipient AS is_invoice_recipient_57, t19.company AS company_58, t19.user_id AS user_id_59, t19.client_id AS client_id_60, t19.family_member_of_id AS family_member_of_id_61 FROM user t0 LEFT JOIN person t19 ON t19.user_id = t0.id WHERE t0.id = ?
Parameters:
[
10160
]
|
|
0.31 ms (12.65%) |
1 |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.name AS name_4, t0.street AS street_5, t0.street_number AS street_number_6, t0.addressAddition AS addressAddition_7, t0.postalcode AS postalcode_8, t0.city AS city_9, t0.country AS country_10, t0.email AS email_11, t0.web AS web_12, t0.phone AS phone_13, t0.fax AS fax_14, t0.from_email AS from_email_15, t0.logo_path AS logo_path_16, t0.subdomain AS subdomain_17, t0.custom_domain AS custom_domain_18, t0.keycloak_client_id AS keycloak_client_id_19, t0.keycloakGroupId AS keycloakGroupId_20 FROM client t0 INNER JOIN user_client ON t0.id = user_client.clientId WHERE user_client.userId = ?
Parameters:
[
10160
]
|
|
0.29 ms (11.56%) |
1 |
SELECT t0.id AS id_1, t0.variableKey AS variableKey_2, t0.variableValue AS variableValue_3, t0.variableType AS variableType_4, t0.description AS description_5, t0.created AS created_6, t0.modified AS modified_7, t0.client_id AS client_id_8 FROM client_config_variable t0 WHERE t0.client_id = ? AND t0.variableKey = ? LIMIT 1
Parameters:
[ 1 "THEME_NAME" ] |
|
0.26 ms (10.35%) |
1 |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.name AS name_4, t0.street AS street_5, t0.street_number AS street_number_6, t0.addressAddition AS addressAddition_7, t0.postalcode AS postalcode_8, t0.city AS city_9, t0.country AS country_10, t0.email AS email_11, t0.web AS web_12, t0.phone AS phone_13, t0.fax AS fax_14, t0.from_email AS from_email_15, t0.logo_path AS logo_path_16, t0.subdomain AS subdomain_17, t0.custom_domain AS custom_domain_18, t0.keycloak_client_id AS keycloak_client_id_19, t0.keycloakGroupId AS keycloakGroupId_20 FROM client t0 WHERE t0.subdomain = ? LIMIT 1
Parameters:
[
"test"
]
|
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\User\Entity\Client | 2 |
| App\Entity\ClientConfigVariable | 1 |
| App\User\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Commons\Entity\GenericEntity | No errors. |
| App\User\Entity\Client | No errors. |
| App\Entity\ClientConfigVariable | No errors. |
| App\User\Entity\User | No errors. |
| App\Entity\Person | No errors. |