GET https://test.test.kursimple.de/frontend/course/8?tid=31

Query Metrics

43 Database Queries
14 Different statements
13.27 ms Query time
0 Invalid entities
87 Managed entities

Queries

Group similar statements

# Time Info
1 0.77 ms
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"
]
2 0.27 ms
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"
]
3 0.63 ms
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:
[
  ""
]
4 0.49 ms
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:
[
  "8"
]
5 0.50 ms
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"
]
6 0.25 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.published AS published_4, t0.start AS start_5, t0.end AS end_6, t0.slots AS slots_7, t0.code AS code_8, t0.reservation_allowed AS reservation_allowed_9, t0.booked_slots AS booked_slots_10, t0.price AS price_11, t0.tax_rate AS tax_rate_12, t0.material_cost AS material_cost_13, t0.number AS number_14, t0.client_id AS client_id_15, t0.venueId AS venueId_16, t0.venueRoomId AS venueRoomId_17, t0.courseId AS courseId_18 FROM course_occurrence t0 WHERE t0.id = ?
Parameters:
[
  "31"
]
7 1.71 ms
SELECT c0_.id AS id_0, c0_.created AS created_1, c0_.modified AS modified_2, c0_.published AS published_3, c0_.start AS start_4, c0_.end AS end_5, c0_.slots AS slots_6, c0_.code AS code_7, c0_.reservation_allowed AS reservation_allowed_8, c0_.booked_slots AS booked_slots_9, c0_.price AS price_10, c0_.tax_rate AS tax_rate_11, c0_.material_cost AS material_cost_12, c0_.number AS number_13, c0_.client_id AS client_id_14, c0_.venueId AS venueId_15, c0_.venueRoomId AS venueRoomId_16, c0_.courseId AS courseId_17 FROM course_occurrence c0_ LEFT JOIN course c1_ ON c0_.courseId = c1_.id LEFT JOIN client c2_ ON c1_.client_id = c2_.id LEFT JOIN course_occurrence_time c3_ ON c0_.id = c3_.occurrenceId WHERE c2_.id = ? AND c0_.published = ? AND c3_.start > ? AND c1_.course_nature = ? AND c1_.category_id = ? ORDER BY c3_.start ASC
Parameters:
[
  1
  1
  "2026-01-22 18:45:06"
  "Course"
  1
]
8 0.42 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.price AS price_4, t0.tax_rate AS tax_rate_5, t0.quantity AS quantity_6, t0.cancelled_quantity AS cancelled_quantity_7, t0.is_free AS is_free_8, t0.name AS name_9, t0.description AS description_10, t0.status AS status_11, t0.voucher_discount AS voucher_discount_12, t0.client_id AS client_id_13, t0._order_id AS _order_id_14, t0.course_occurrence_id AS course_occurrence_id_15, t0.course_occurrence_time_id AS course_occurrence_time_id_16, t0.course_subscription_booking_id AS course_subscription_booking_id_17, t0.course_item_id AS course_item_id_18, t0.voucher_id AS voucher_id_19 FROM customer_order_item t0 WHERE t0.course_occurrence_id = ?
Parameters:
[
  29
]
9 0.27 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
  18
]
10 0.23 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
  19
]
11 0.18 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
  20
]
12 0.18 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
  21
]
13 0.19 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
  22
]
14 0.25 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.price AS price_4, t0.tax_rate AS tax_rate_5, t0.quantity AS quantity_6, t0.cancelled_quantity AS cancelled_quantity_7, t0.is_free AS is_free_8, t0.name AS name_9, t0.description AS description_10, t0.status AS status_11, t0.voucher_discount AS voucher_discount_12, t0.client_id AS client_id_13, t0._order_id AS _order_id_14, t0.course_occurrence_id AS course_occurrence_id_15, t0.course_occurrence_time_id AS course_occurrence_time_id_16, t0.course_subscription_booking_id AS course_subscription_booking_id_17, t0.course_item_id AS course_item_id_18, t0.voucher_id AS voucher_id_19 FROM customer_order_item t0 WHERE t0.course_occurrence_id = ?
Parameters:
[
  42
]
15 0.19 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
  82
]
16 0.19 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
  83
]
17 0.18 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
  84
]
18 0.20 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
  85
]
19 0.20 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.price AS price_4, t0.tax_rate AS tax_rate_5, t0.quantity AS quantity_6, t0.cancelled_quantity AS cancelled_quantity_7, t0.is_free AS is_free_8, t0.name AS name_9, t0.description AS description_10, t0.status AS status_11, t0.voucher_discount AS voucher_discount_12, t0.client_id AS client_id_13, t0._order_id AS _order_id_14, t0.course_occurrence_id AS course_occurrence_id_15, t0.course_occurrence_time_id AS course_occurrence_time_id_16, t0.course_subscription_booking_id AS course_subscription_booking_id_17, t0.course_item_id AS course_item_id_18, t0.voucher_id AS voucher_id_19 FROM customer_order_item t0 WHERE t0.course_occurrence_id = ?
Parameters:
[
  37
]
20 0.21 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
  23
]
21 0.18 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
  24
]
22 0.18 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
  25
]
23 0.18 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
  26
]
24 0.19 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
  27
]
25 0.18 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
  28
]
26 0.17 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
  29
]
27 0.21 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.published AS published_4, t0.start AS start_5, t0.end AS end_6, t0.slots AS slots_7, t0.code AS code_8, t0.reservation_allowed AS reservation_allowed_9, t0.booked_slots AS booked_slots_10, t0.price AS price_11, t0.tax_rate AS tax_rate_12, t0.material_cost AS material_cost_13, t0.number AS number_14, t0.client_id AS client_id_15, t0.venueId AS venueId_16, t0.venueRoomId AS venueRoomId_17, t0.courseId AS courseId_18 FROM course_occurrence t0 WHERE t0.courseId = ?
Parameters:
[
  8
]
28 1.10 ms
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
  "GOOGLE_API_SERVER_KEY"
]
29 0.32 ms
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"
]
30 0.17 ms
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"
]
31 0.14 ms
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"
]
32 0.24 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.name AS name_4, t0.client_id AS client_id_5 FROM category t0 WHERE t0.id = ?
Parameters:
[
  1
]
33 0.26 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.order_id AS order_id_4, t0.image AS image_5, t0.title AS title_6, t0.description AS description_7, t0.author AS author_8, t0.client_id AS client_id_9, t0.course_id AS course_id_10 FROM course_image t0 WHERE t0.course_id = ? ORDER BY t0.order_id ASC
Parameters:
[
  8
]
34 0.22 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.name AS name_4, t0.postalcode AS postalcode_5, t0.city AS city_6, t0.street AS street_7, t0.street_number AS street_number_8, t0.geo_latitude AS geo_latitude_9, t0.geo_longitude AS geo_longitude_10, t0.client_id AS client_id_11 FROM venue t0 WHERE t0.id = ?
Parameters:
[
  3
]
35 0.30 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.start AS start_4, t0.end AS end_5, t0.note AS note_6, t0.availability AS availability_7, t0.client_id AS client_id_8, t0.occurrenceId AS occurrenceId_9 FROM course_occurrence_time t0 WHERE t0.occurrenceId = ? ORDER BY t0.start ASC
Parameters:
[
  31
]
36 0.28 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.price AS price_4, t0.tax_rate AS tax_rate_5, t0.quantity AS quantity_6, t0.cancelled_quantity AS cancelled_quantity_7, t0.is_free AS is_free_8, t0.name AS name_9, t0.description AS description_10, t0.status AS status_11, t0.voucher_discount AS voucher_discount_12, t0.client_id AS client_id_13, t0._order_id AS _order_id_14, t0.course_occurrence_id AS course_occurrence_id_15, t0.course_occurrence_time_id AS course_occurrence_time_id_16, t0.course_subscription_booking_id AS course_subscription_booking_id_17, t0.course_item_id AS course_item_id_18, t0.voucher_id AS voucher_id_19 FROM customer_order_item t0 WHERE t0.course_occurrence_id = ?
Parameters:
[
  31
]
37 0.25 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
  78
]
38 0.24 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
  79
]
39 0.22 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
  80
]
40 0.20 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.number AS number_4, t0.order_date AS order_date_5, t0.customer_title AS customer_title_6, t0.customer_salutation AS customer_salutation_7, t0.customer_member AS customer_member_8, t0.customer_company AS customer_company_9, t0.customer_firstname AS customer_firstname_10, t0.customer_lastname AS customer_lastname_11, t0.customer_street AS customer_street_12, t0.customer_street_number AS customer_street_number_13, t0.customer_postalcode AS customer_postalcode_14, t0.customer_city AS customer_city_15, t0.customer_contact_email AS customer_contact_email_16, t0.customer_country AS customer_country_17, t0.customer_phone AS customer_phone_18, t0.customer_age_group AS customer_age_group_19, t0.status AS status_20, t0.iban AS iban_21, t0.bic AS bic_22, t0.bank AS bank_23, t0.payment_type AS payment_type_24, t0.customer_comment AS customer_comment_25, t0.voucher_code AS voucher_code_26, t0.voucher_discount AS voucher_discount_27, t0.customer_id AS customer_id_28, t0.client_id AS client_id_29, t0.person_id AS person_id_30, t0.invoice_recipient_id AS invoice_recipient_id_31 FROM customer_order t0 WHERE t0.id = ?
Parameters:
[
  81
]
41 0.18 ms
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:
[
  8
]
42 0.21 ms
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:
[
  3
]
43 0.17 ms
SELECT t0.id AS id_1, t0.created AS created_2, t0.modified AS modified_3, t0.order_id AS order_id_4, t0.image AS image_5, t0.title AS title_6, t0.description AS description_7, t0.author AS author_8, t0.client_id AS client_id_9, t0.course_id AS course_id_10 FROM course_image t0 WHERE t0.course_id = ? ORDER BY t0.order_id ASC
Parameters:
[
  3
]

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\OrderItem 20
App\Entity\Order 20
App\Entity\Person 17
App\Entity\CourseOccurrenceTime 16
App\Entity\CourseOccurrence 5
App\Entity\ClientConfigVariable 2
App\Entity\Course 2
App\Entity\CourseImage 2
App\User\Entity\Client 1
App\Entity\Category 1
App\Entity\Venue 1