Query Metrics
8
Database Queries
6
Different statements
3.88 ms
Query time
0
Invalid entities
5
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.42 ms (36.63%) |
3 |
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.keycloak_client_id AS keycloak_client_id_18, t0.keycloakGroupId AS keycloakGroupId_19 FROM client t0 WHERE t0.subdomain = ? LIMIT 1
Parameters:
[
"test"
]
|
|
0.74 ms (19.16%) |
1 |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.session_id AS session_id_4, t0.customer_id AS customer_id_5, t0.client_id AS client_id_6 FROM cart t0 WHERE t0.session_id = ? LIMIT 1
Parameters:
[ "" ] |
|
0.60 ms (15.60%) |
1 |
SELECT p0_.id AS id_0, p0_.created AS created_1, p0_.modified AS modified_2, p0_.title AS title_3, p0_.salutation AS salutation_4, p0_.member AS member_5, p0_.allow_member_vouchers AS allow_member_vouchers_6, p0_.rabatt AS rabatt_7, p0_.firstname AS firstname_8, p0_.lastname AS lastname_9, p0_.date_of_birth AS date_of_birth_10, p0_.city_of_birth AS city_of_birth_11, p0_.comment AS comment_12, p0_.is_main_contact AS is_main_contact_13, p0_.is_speaker AS is_speaker_14, p0_.is_customer AS is_customer_15, p0_.active AS active_16, p0_.street AS street_17, p0_.street_number AS street_number_18, p0_.postalcode AS postalcode_19, p0_.city AS city_20, p0_.contact_email AS contact_email_21, p0_.web AS web_22, p0_.country AS country_23, p0_.phone AS phone_24, p0_.mobile AS mobile_25, p0_.delete_date AS delete_date_26, p0_.iban AS iban_27, p0_.bic AS bic_28, p0_.bank AS bank_29, p0_.debit_agree AS debit_agree_30, p0_.debit_agree_source AS debit_agree_source_31, p0_.debit_agree_date AS debit_agree_date_32, p0_.email_invoice AS email_invoice_33, p0_.privacy_policy_confirmed AS privacy_policy_confirmed_34, p0_.receive_newsletter AS receive_newsletter_35, p0_.debit_active AS debit_active_36, p0_.is_invoice_recipient AS is_invoice_recipient_37, p0_.company AS company_38, p0_.user_id AS user_id_39, p0_.client_id AS client_id_40, p0_.family_member_of_id AS family_member_of_id_41 FROM person p0_ WHERE p0_.user_id = ?
Parameters:
[
null
]
|
|
0.42 ms (10.93%) |
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.36 ms (9.34%) |
1 |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.title AS title_4, t0.subtitle AS subtitle_5, t0.course_nature AS course_nature_6, t0.description AS description_7, t0.searchwords AS searchwords_8, t0.price AS price_9, t0.rabatt AS rabatt_10, t0.tax_rate AS tax_rate_11, t0.number AS number_12, t0.material_cost AS material_cost_13, t0.target_age_min AS target_age_min_14, t0.target_age_max AS target_age_max_15, t0.invoice_upper_comment AS invoice_upper_comment_16, t0.invoice_lower_comment AS invoice_lower_comment_17, t0.invoice_lower_comment_debit AS invoice_lower_comment_debit_18, t0.client_id AS client_id_19, t0.subscription_id AS subscription_id_20, t0.category_id AS category_id_21, t0.series_id AS series_id_22, t0.type_id AS type_id_23 FROM course t0 WHERE t0.id = ?
Parameters:
[
"5"
]
|
|
0.32 ms (8.33%) |
1 |
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.content AS content_4, t0.order_id AS order_id_5, t0.title AS title_6, t0.client_id AS client_id_7, t0.course_id AS course_id_8 FROM course_text t0 WHERE t0.course_id = ? ORDER BY t0.order_id ASC
Parameters:
[
5
]
|
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 | 1 |
| App\Entity\ClientConfigVariable | 1 |
| App\Entity\Course | 1 |
| App\Entity\Category | 1 |
| App\Entity\CourseText | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Commons\Entity\GenericEntity | No errors. |
| App\User\Entity\Client | No errors. |
| App\Entity\ClientConfigVariable | No errors. |
| App\Entity\Cart | No errors. |
| App\Entity\Person | No errors. |
| App\Entity\Course | No errors. |
| App\Entity\CourseSubscription | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\CourseSeries | No errors. |
| App\Entity\CourseType | No errors. |
| App\Entity\CourseOccurrence | No errors. |
| App\Entity\Image | No errors. |
| App\Entity\CourseImage | No errors. |
| App\Entity\CourseText | No errors. |
| App\Entity\CourseProvider | No errors. |
| App\Entity\Voucher | No errors. |
| App\User\Entity\User | No errors. |