http://www.staging.startplatz.de/events?tag=community

Query Metrics

135 Database Queries
10 Different statements
56.25 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.53 ms
SELECT t0.id AS id_1, t0.tag AS tag_2, t0.label AS label_3, t0.domain AS domain_4, t0.description AS description_5, t0.sqlSelect AS sqlSelect_6, t0.zapierWebhook AS zapierWebhook_7, t0.isFavorite AS isFavorite_8, t0.isModul AS isModul_9, t0.isThema AS isThema_10, t0.isEditableByUser AS isEditableByUser_11, t0.isUsedInWordPress AS isUsedInWordPress_12, t0.wpEntitiesCount AS wpEntitiesCount_13, t0.entitiesCount AS entitiesCount_14, t0.history AS history_15, t0.createdAt AS createdAt_16, t0.lastModified AS lastModified_17 FROM sp_tags t0 WHERE t0.domain = ? AND t0.isEditableByUser = ? ORDER BY t0.tag ASC
Parameters:
[
  "event"
  1
]
2 0.49 ms
SELECT t0.id AS id_1, t0.tag AS tag_2, t0.label AS label_3, t0.domain AS domain_4, t0.description AS description_5, t0.sqlSelect AS sqlSelect_6, t0.zapierWebhook AS zapierWebhook_7, t0.isFavorite AS isFavorite_8, t0.isModul AS isModul_9, t0.isThema AS isThema_10, t0.isEditableByUser AS isEditableByUser_11, t0.isUsedInWordPress AS isUsedInWordPress_12, t0.wpEntitiesCount AS wpEntitiesCount_13, t0.entitiesCount AS entitiesCount_14, t0.history AS history_15, t0.createdAt AS createdAt_16, t0.lastModified AS lastModified_17 FROM sp_tags t0 WHERE t0.domain = ? AND t0.isUsedInWordPress = ? ORDER BY t0.tag ASC
Parameters:
[
  "event"
  1
]
3 2.04 ms
(
                SELECT
                    e.*,
                    NULL as nextBatchId,
                    NULL as nextBatchName,
                    e.startDate as nextBatchDate,
                    e.endDate as nextBatchEndDate,
                    e.priceInEuroCent as displayPrice,
                    e.isFreeForKICampus as displayFreeForKiCampus,
                    NULL as batchTopic,
                    NULL as batchImageLink,
                    NULL as batchPartnerDescription
                FROM asp_events e
                WHERE e.status = 'publish' AND e.tags LIKE :queryString
                AND e.isMultiBatchEvent = 0
                AND e.startDate >= NOW()
            )
            UNION ALL
            (
                SELECT
                    e.*,
                    b.id as nextBatchId,
                    b.name as nextBatchName,
                    COALESCE(b.startDate, b.pitchDate) as nextBatchDate,
                    b.endDate as nextBatchEndDate,
                    b.priceInEuroCent as displayPrice,
                    b.isFreeForKiCampus as displayFreeForKiCampus,
                    b.pitchTopic as batchTopic,
                    b.pitchImageLink as batchImageLink,
                    b.pitchPartner as batchPartnerDescription
                FROM asp_events e
                INNER JOIN aab_batches b ON e.id = b.eventId
                WHERE e.status = 'publish' AND e.tags LIKE :queryString
                AND e.isMultiBatchEvent = 1
                AND b.status = 'active'
                AND COALESCE(b.startDate, b.pitchDate) >= NOW()
            )
            ORDER BY nextBatchDate ASC
            LIMIT :limit
Parameters:
[
  "queryString" => "%#community%"
  "limit" => 900
]
4 16.24 ms
(
                SELECT
                    e.*,
                    NULL as nextBatchId,
                    NULL as nextBatchName,
                    e.startDate as nextBatchDate,
                    e.endDate as nextBatchEndDate,
                    e.priceInEuroCent as displayPrice,
                    e.isFreeForKICampus as displayFreeForKiCampus,
                    NULL as batchTopic,
                    NULL as batchImageLink,
                    NULL as batchPartnerDescription
                FROM asp_events e
                WHERE e.status = 'publish' AND e.tags LIKE :queryString
                AND e.isMultiBatchEvent = 0
                AND e.startDate < NOW()
            )
            UNION ALL
            (
                SELECT
                    e.*,
                    b.id as nextBatchId,
                    b.name as nextBatchName,
                    COALESCE(b.startDate, b.pitchDate) as nextBatchDate,
                    b.endDate as nextBatchEndDate,
                    b.priceInEuroCent as displayPrice,
                    b.isFreeForKiCampus as displayFreeForKiCampus,
                    b.pitchTopic as batchTopic,
                    b.pitchImageLink as batchImageLink,
                    b.pitchPartner as batchPartnerDescription
                FROM asp_events e
                INNER JOIN aab_batches b ON e.id = b.eventId
                WHERE e.status = 'publish' AND e.tags LIKE :queryString
                AND e.isMultiBatchEvent = 1
                AND b.status = 'active'
                AND COALESCE(b.endDate, b.startDate, b.pitchDate) < NOW()
            )
            ORDER BY nextBatchDate DESC
            LIMIT :limit
Parameters:
[
  "queryString" => "%#community%"
  "limit" => 900
]
5 0.40 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6426
]
6 0.29 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6411
]
7 0.27 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6398
]
8 0.29 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6395
]
9 0.27 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6392
]
10 0.28 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6264
]
11 0.27 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6415
]
12 0.28 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6267
]
13 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6263
]
14 0.31 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6260
]
15 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6266
]
16 0.27 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6262
]
17 0.29 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6259
]
18 0.28 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6265
]
19 0.28 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6230
]
20 0.35 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6231
]
21 0.29 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6228
]
22 0.32 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6225
]
23 0.28 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6229
]
24 0.31 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6215
]
25 0.27 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6183
]
26 0.28 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6232
]
27 0.29 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6175
]
28 0.60 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6100
]
29 0.28 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6064
]
30 0.27 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6082
]
31 0.33 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6081
]
32 0.46 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6097
]
33 0.45 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6063
]
34 0.44 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5980
]
35 0.39 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  6039
]
36 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5954
]
37 0.31 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5854
]
38 0.27 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5961
]
39 0.32 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5943
]
40 0.33 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5918
]
41 0.27 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5942
]
42 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5888
]
43 0.27 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5887
]
44 0.27 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5747
]
45 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5864
]
46 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5865
]
47 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5850
]
48 0.29 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5804
]
49 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5847
]
50 0.31 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5819
]
51 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5818
]
52 0.27 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5792
]
53 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5788
]
54 0.31 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5765
]
55 0.27 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5766
]
56 0.33 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5736
]
57 0.25 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5717
]
58 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5716
]
59 0.27 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5712
]
60 0.24 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5696
]
61 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5680
]
62 0.24 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5687
]
63 0.25 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5666
]
64 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5656
]
65 0.27 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5641
]
66 0.24 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5638
]
67 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5649
]
68 0.25 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5640
]
69 0.23 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5639
]
70 0.27 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5565
]
71 0.27 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5114
]
72 0.25 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5575
]
73 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5544
]
74 0.25 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5097
]
75 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5137
]
76 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5444
]
77 0.25 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5205
]
78 0.25 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5067
]
79 0.24 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5096
]
80 0.23 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5095
]
81 0.25 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5093
]
82 0.24 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5060
]
83 0.23 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5094
]
84 0.25 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  5090
]
85 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4991
]
86 0.24 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4990
]
87 0.24 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4962
]
88 0.25 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4921
]
89 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4902
]
90 0.25 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4863
]
91 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4887
]
92 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4886
]
93 0.24 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4862
]
94 0.24 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4812
]
95 0.25 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4792
]
96 0.25 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4844
]
97 0.24 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4811
]
98 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4740
]
99 0.25 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4431
]
100 0.24 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4791
]
101 0.23 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4606
]
102 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4759
]
103 0.24 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4605
]
104 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4604
]
105 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4665
]
106 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4640
]
107 0.24 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4532
]
108 0.24 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4496
]
109 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4564
]
110 0.23 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4369
]
111 0.23 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4444
]
112 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4429
]
113 0.47 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4367
]
114 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4328
]
115 0.29 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4418
]
116 0.25 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4388
]
117 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4365
]
118 0.27 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4377
]
119 0.29 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4366
]
120 0.28 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4210
]
121 0.28 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4327
]
122 0.25 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4207
]
123 0.28 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4215
]
124 0.26 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4296
]
125 0.28 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4291
]
126 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4054
]
127 0.32 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4251
]
128 0.24 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4050
]
129 0.27 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.wpPostId AS wpPostId_3, t0.title AS title_4, t0.slug AS slug_5, t0.lang AS lang_6, t0.imagelink AS imagelink_7, t0.videolink AS videolink_8, t0.bgImagelink AS bgImagelink_9, t0.tagline AS tagline_10, t0.headerTextColor AS headerTextColor_11, t0.spResponsiblePerson AS spResponsiblePerson_12, t0.organization AS organization_13, t0.organizerName AS organizerName_14, t0.organizerEmail AS organizerEmail_15, t0.venueName AS venueName_16, t0.venueAddress AS venueAddress_17, t0.ticketing AS ticketing_18, t0.applicationUrl AS applicationUrl_19, t0.alert AS alert_20, t0.trainer AS trainer_21, t0.speakers AS speakers_22, t0.teaser AS teaser_23, t0.navbar AS navbar_24, t0.stripePriceId AS stripePriceId_25, t0.stripeProductId AS stripeProductId_26, t0.stripeAccount AS stripeAccount_27, t0.priceInEuroCent AS priceInEuroCent_28, t0.isTaxIncluded AS isTaxIncluded_29, t0.isFreeForKiCampus AS isFreeForKiCampus_30, t0.isFreeForCommunity AS isFreeForCommunity_31, t0.isSinglePage AS isSinglePage_32, t0.isFormalLanguage AS isFormalLanguage_33, t0.isMultiBatchEvent AS isMultiBatchEvent_34, t0.twigFile AS twigFile_35, t0.additionalCss AS additionalCss_36, t0.content AS content_37, t0.contentTwig AS contentTwig_38, t0.ctaContent AS ctaContent_39, t0.postCtaContent AS postCtaContent_40, t0.tags AS tags_41, t0.seriesTag AS seriesTag_42, t0.type AS type_43, t0.location AS location_44, t0.startDate AS startDate_45, t0.endDate AS endDate_46, t0.duration AS duration_47, t0.status AS status_48, t0.settings AS settings_49, t0.displayStartDate AS displayStartDate_50, t0.seoTitle AS seoTitle_51, t0.seoKeyword AS seoKeyword_52, t0.seoDescription AS seoDescription_53, t0.navbar_en AS navbar_en_54, t0.teaser_en AS teaser_en_55, t0.content_en AS content_en_56, t0.content_twig_en AS content_twig_en_57, t0.post_cta_content_en AS post_cta_content_en_58, t0.seo_title_en AS seo_title_en_59, t0.seo_description_en AS seo_description_en_60, t0.seo_keyword_en AS seo_keyword_en_61, t0.has_english_version AS has_english_version_62, t0.additional_js AS additional_js_63, t0.metaPixelId AS metaPixelId_64, t0.createDate AS createDate_65, t0.lastChangeDate AS lastChangeDate_66, t0.lastChangeUser AS lastChangeUser_67, t0.publicId AS publicId_68, t0.isExternalSubmission AS isExternalSubmission_69, t0.createdBy AS createdBy_70, t0.lastModified AS lastModified_71, t0.createdAt AS createdAt_72, t0.orgaNote AS orgaNote_73, t0.history AS history_74, t0.todoHistory AS todoHistory_75 FROM asp_events t0 WHERE t0.id = ?
Parameters:
[
  4179
]
130 0.29 ms
SELECT MONTH(e.startDate) as month, YEAR(e.startDate) as year, COUNT(MONTH(e.startDate)) as total
          FROM asp_events e
          WHERE e.startDate >  :lastDayOfNextMonth AND e.status =  'publish' GROUP BY MONTH(e.startDate)
Parameters:
[
  ":lastDayOfNextMonth" => "2026-01-31"
]
131 0.41 ms
SELECT t0.id AS id_1, t0.tag AS tag_2, t0.label AS label_3, t0.domain AS domain_4, t0.description AS description_5, t0.sqlSelect AS sqlSelect_6, t0.zapierWebhook AS zapierWebhook_7, t0.isFavorite AS isFavorite_8, t0.isModul AS isModul_9, t0.isThema AS isThema_10, t0.isEditableByUser AS isEditableByUser_11, t0.isUsedInWordPress AS isUsedInWordPress_12, t0.wpEntitiesCount AS wpEntitiesCount_13, t0.entitiesCount AS entitiesCount_14, t0.history AS history_15, t0.createdAt AS createdAt_16, t0.lastModified AS lastModified_17 FROM sp_tags t0 WHERE t0.domain = ? AND t0.isThema = ? ORDER BY t0.tag ASC
Parameters:
[
  "event"
  1
]
132 0.31 ms
SELECT t0.id AS id_1, t0.tag AS tag_2, t0.label AS label_3, t0.domain AS domain_4, t0.description AS description_5, t0.sqlSelect AS sqlSelect_6, t0.zapierWebhook AS zapierWebhook_7, t0.isFavorite AS isFavorite_8, t0.isModul AS isModul_9, t0.isThema AS isThema_10, t0.isEditableByUser AS isEditableByUser_11, t0.isUsedInWordPress AS isUsedInWordPress_12, t0.wpEntitiesCount AS wpEntitiesCount_13, t0.entitiesCount AS entitiesCount_14, t0.history AS history_15, t0.createdAt AS createdAt_16, t0.lastModified AS lastModified_17 FROM sp_tags t0 WHERE t0.domain = ? AND t0.isModul = ? ORDER BY t0.tag ASC
Parameters:
[
  "event"
  1
]
133 0.33 ms
SELECT a0_.id AS id_0, a0_.eventbriteId AS eventbriteId_1, a0_.wpPostId AS wpPostId_2, a0_.title AS title_3, a0_.slug AS slug_4, a0_.lang AS lang_5, a0_.imagelink AS imagelink_6, a0_.videolink AS videolink_7, a0_.bgImagelink AS bgImagelink_8, a0_.tagline AS tagline_9, a0_.headerTextColor AS headerTextColor_10, a0_.spResponsiblePerson AS spResponsiblePerson_11, a0_.organization AS organization_12, a0_.organizerName AS organizerName_13, a0_.organizerEmail AS organizerEmail_14, a0_.venueName AS venueName_15, a0_.venueAddress AS venueAddress_16, a0_.ticketing AS ticketing_17, a0_.applicationUrl AS applicationUrl_18, a0_.alert AS alert_19, a0_.trainer AS trainer_20, a0_.speakers AS speakers_21, a0_.teaser AS teaser_22, a0_.navbar AS navbar_23, a0_.stripePriceId AS stripePriceId_24, a0_.stripeProductId AS stripeProductId_25, a0_.stripeAccount AS stripeAccount_26, a0_.priceInEuroCent AS priceInEuroCent_27, a0_.isTaxIncluded AS isTaxIncluded_28, a0_.isFreeForKiCampus AS isFreeForKiCampus_29, a0_.isFreeForCommunity AS isFreeForCommunity_30, a0_.isSinglePage AS isSinglePage_31, a0_.isFormalLanguage AS isFormalLanguage_32, a0_.isMultiBatchEvent AS isMultiBatchEvent_33, a0_.twigFile AS twigFile_34, a0_.additionalCss AS additionalCss_35, a0_.content AS content_36, a0_.contentTwig AS contentTwig_37, a0_.ctaContent AS ctaContent_38, a0_.postCtaContent AS postCtaContent_39, a0_.tags AS tags_40, a0_.seriesTag AS seriesTag_41, a0_.type AS type_42, a0_.location AS location_43, a0_.startDate AS startDate_44, a0_.endDate AS endDate_45, a0_.duration AS duration_46, a0_.status AS status_47, a0_.settings AS settings_48, a0_.displayStartDate AS displayStartDate_49, a0_.seoTitle AS seoTitle_50, a0_.seoKeyword AS seoKeyword_51, a0_.seoDescription AS seoDescription_52, a0_.navbar_en AS navbar_en_53, a0_.teaser_en AS teaser_en_54, a0_.content_en AS content_en_55, a0_.content_twig_en AS content_twig_en_56, a0_.post_cta_content_en AS post_cta_content_en_57, a0_.seo_title_en AS seo_title_en_58, a0_.seo_description_en AS seo_description_en_59, a0_.seo_keyword_en AS seo_keyword_en_60, a0_.has_english_version AS has_english_version_61, a0_.additional_js AS additional_js_62, a0_.metaPixelId AS metaPixelId_63, a0_.createDate AS createDate_64, a0_.lastChangeDate AS lastChangeDate_65, a0_.lastChangeUser AS lastChangeUser_66, a0_.publicId AS publicId_67, a0_.isExternalSubmission AS isExternalSubmission_68, a0_.createdBy AS createdBy_69, a0_.lastModified AS lastModified_70, a0_.createdAt AS createdAt_71, a0_.orgaNote AS orgaNote_72, a0_.history AS history_73, a0_.todoHistory AS todoHistory_74 FROM asp_events a0_ WHERE a0_.status = 'publish' AND a0_.startDate >= ? AND a0_.type = ? ORDER BY a0_.startDate ASC LIMIT 1
Parameters:
[
  "2025-12-29"
  "Konferenz"
]
134 0.32 ms
SELECT a0_.id AS id_0, a0_.eventbriteId AS eventbriteId_1, a0_.wpPostId AS wpPostId_2, a0_.title AS title_3, a0_.slug AS slug_4, a0_.lang AS lang_5, a0_.imagelink AS imagelink_6, a0_.videolink AS videolink_7, a0_.bgImagelink AS bgImagelink_8, a0_.tagline AS tagline_9, a0_.headerTextColor AS headerTextColor_10, a0_.spResponsiblePerson AS spResponsiblePerson_11, a0_.organization AS organization_12, a0_.organizerName AS organizerName_13, a0_.organizerEmail AS organizerEmail_14, a0_.venueName AS venueName_15, a0_.venueAddress AS venueAddress_16, a0_.ticketing AS ticketing_17, a0_.applicationUrl AS applicationUrl_18, a0_.alert AS alert_19, a0_.trainer AS trainer_20, a0_.speakers AS speakers_21, a0_.teaser AS teaser_22, a0_.navbar AS navbar_23, a0_.stripePriceId AS stripePriceId_24, a0_.stripeProductId AS stripeProductId_25, a0_.stripeAccount AS stripeAccount_26, a0_.priceInEuroCent AS priceInEuroCent_27, a0_.isTaxIncluded AS isTaxIncluded_28, a0_.isFreeForKiCampus AS isFreeForKiCampus_29, a0_.isFreeForCommunity AS isFreeForCommunity_30, a0_.isSinglePage AS isSinglePage_31, a0_.isFormalLanguage AS isFormalLanguage_32, a0_.isMultiBatchEvent AS isMultiBatchEvent_33, a0_.twigFile AS twigFile_34, a0_.additionalCss AS additionalCss_35, a0_.content AS content_36, a0_.contentTwig AS contentTwig_37, a0_.ctaContent AS ctaContent_38, a0_.postCtaContent AS postCtaContent_39, a0_.tags AS tags_40, a0_.seriesTag AS seriesTag_41, a0_.type AS type_42, a0_.location AS location_43, a0_.startDate AS startDate_44, a0_.endDate AS endDate_45, a0_.duration AS duration_46, a0_.status AS status_47, a0_.settings AS settings_48, a0_.displayStartDate AS displayStartDate_49, a0_.seoTitle AS seoTitle_50, a0_.seoKeyword AS seoKeyword_51, a0_.seoDescription AS seoDescription_52, a0_.navbar_en AS navbar_en_53, a0_.teaser_en AS teaser_en_54, a0_.content_en AS content_en_55, a0_.content_twig_en AS content_twig_en_56, a0_.post_cta_content_en AS post_cta_content_en_57, a0_.seo_title_en AS seo_title_en_58, a0_.seo_description_en AS seo_description_en_59, a0_.seo_keyword_en AS seo_keyword_en_60, a0_.has_english_version AS has_english_version_61, a0_.additional_js AS additional_js_62, a0_.metaPixelId AS metaPixelId_63, a0_.createDate AS createDate_64, a0_.lastChangeDate AS lastChangeDate_65, a0_.lastChangeUser AS lastChangeUser_66, a0_.publicId AS publicId_67, a0_.isExternalSubmission AS isExternalSubmission_68, a0_.createdBy AS createdBy_69, a0_.lastModified AS lastModified_70, a0_.createdAt AS createdAt_71, a0_.orgaNote AS orgaNote_72, a0_.history AS history_73, a0_.todoHistory AS todoHistory_74 FROM asp_events a0_ WHERE a0_.status = 'publish' AND a0_.startDate >= ? AND a0_.type = ? ORDER BY a0_.startDate ASC LIMIT 1
Parameters:
[
  "2025-12-29"
  "Workshop"
]
135 0.32 ms
SELECT a0_.id AS id_0, a0_.eventbriteId AS eventbriteId_1, a0_.wpPostId AS wpPostId_2, a0_.title AS title_3, a0_.slug AS slug_4, a0_.lang AS lang_5, a0_.imagelink AS imagelink_6, a0_.videolink AS videolink_7, a0_.bgImagelink AS bgImagelink_8, a0_.tagline AS tagline_9, a0_.headerTextColor AS headerTextColor_10, a0_.spResponsiblePerson AS spResponsiblePerson_11, a0_.organization AS organization_12, a0_.organizerName AS organizerName_13, a0_.organizerEmail AS organizerEmail_14, a0_.venueName AS venueName_15, a0_.venueAddress AS venueAddress_16, a0_.ticketing AS ticketing_17, a0_.applicationUrl AS applicationUrl_18, a0_.alert AS alert_19, a0_.trainer AS trainer_20, a0_.speakers AS speakers_21, a0_.teaser AS teaser_22, a0_.navbar AS navbar_23, a0_.stripePriceId AS stripePriceId_24, a0_.stripeProductId AS stripeProductId_25, a0_.stripeAccount AS stripeAccount_26, a0_.priceInEuroCent AS priceInEuroCent_27, a0_.isTaxIncluded AS isTaxIncluded_28, a0_.isFreeForKiCampus AS isFreeForKiCampus_29, a0_.isFreeForCommunity AS isFreeForCommunity_30, a0_.isSinglePage AS isSinglePage_31, a0_.isFormalLanguage AS isFormalLanguage_32, a0_.isMultiBatchEvent AS isMultiBatchEvent_33, a0_.twigFile AS twigFile_34, a0_.additionalCss AS additionalCss_35, a0_.content AS content_36, a0_.contentTwig AS contentTwig_37, a0_.ctaContent AS ctaContent_38, a0_.postCtaContent AS postCtaContent_39, a0_.tags AS tags_40, a0_.seriesTag AS seriesTag_41, a0_.type AS type_42, a0_.location AS location_43, a0_.startDate AS startDate_44, a0_.endDate AS endDate_45, a0_.duration AS duration_46, a0_.status AS status_47, a0_.settings AS settings_48, a0_.displayStartDate AS displayStartDate_49, a0_.seoTitle AS seoTitle_50, a0_.seoKeyword AS seoKeyword_51, a0_.seoDescription AS seoDescription_52, a0_.navbar_en AS navbar_en_53, a0_.teaser_en AS teaser_en_54, a0_.content_en AS content_en_55, a0_.content_twig_en AS content_twig_en_56, a0_.post_cta_content_en AS post_cta_content_en_57, a0_.seo_title_en AS seo_title_en_58, a0_.seo_description_en AS seo_description_en_59, a0_.seo_keyword_en AS seo_keyword_en_60, a0_.has_english_version AS has_english_version_61, a0_.additional_js AS additional_js_62, a0_.metaPixelId AS metaPixelId_63, a0_.createDate AS createDate_64, a0_.lastChangeDate AS lastChangeDate_65, a0_.lastChangeUser AS lastChangeUser_66, a0_.publicId AS publicId_67, a0_.isExternalSubmission AS isExternalSubmission_68, a0_.createdBy AS createdBy_69, a0_.lastModified AS lastModified_70, a0_.createdAt AS createdAt_71, a0_.orgaNote AS orgaNote_72, a0_.history AS history_73, a0_.todoHistory AS todoHistory_74 FROM asp_events a0_ WHERE a0_.startDate >= ? AND a0_.status = 'publish' AND a0_.status = 'publish' ORDER BY a0_.startDate ASC LIMIT 100
Parameters:
[
  "2025-12-29"
]

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.

Entities Mapping

Class Mapping errors
App\StartPlatz\Bundle\UserBundle\Entity\User No errors.
App\StartPlatz\Bundle\MetaBundle\Entity\Tag No errors.
App\StartPlatz\Bundle\EventBundle\Entity\Event No errors.