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

Query Metrics

116 Database Queries
10 Different statements
439.87 ms Query time
1 Invalid entities

Queries

Group similar statements

# Time Info
1 0.84 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.57 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 324.17 ms
(
                SELECT
                    e.*,
                    NULL as nextBatchId,
                    NULL as nextBatchName,
                    e.startDate as nextBatchDate,
                    e.endDate as nextBatchEndDate,
                    COALESCE((SELECT b2.priceInEuroCent FROM sp_batches b2 WHERE b2.eventId = e.id ORDER BY b2.id DESC LIMIT 1), e.priceInEuroCent) as displayPrice,
                    e.isFreeForKICampus as displayFreeForKiCampus,
                    NULL as batchTopic,
                    NULL as batchImageLink,
                    NULL as batchPartnerDescription
                FROM sp_event_events e
                WHERE e.status = 'publish' AND e.tags LIKE :queryString
                AND e.isMultiBatchEvent = 0
                AND COALESCE(e.endDate, e.startDate) >= CURDATE()
            )
            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 sp_event_events e
                INNER JOIN sp_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) >= CURDATE()
            )
            ORDER BY nextBatchDate ASC
            LIMIT :limit
Parameters:
[
  "queryString" => "%#webinar%"
  "limit" => 900
]
4 0.49 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6962
]
5 71.94 ms
(
                SELECT
                    e.*,
                    NULL as nextBatchId,
                    NULL as nextBatchName,
                    e.startDate as nextBatchDate,
                    e.endDate as nextBatchEndDate,
                    COALESCE((SELECT b2.priceInEuroCent FROM sp_batches b2 WHERE b2.eventId = e.id ORDER BY b2.id DESC LIMIT 1), e.priceInEuroCent) as displayPrice,
                    e.isFreeForKICampus as displayFreeForKiCampus,
                    NULL as batchTopic,
                    NULL as batchImageLink,
                    NULL as batchPartnerDescription
                FROM sp_event_events e
                WHERE e.status = 'publish' AND e.tags LIKE :queryString
                AND e.isMultiBatchEvent = 0
                AND COALESCE(e.endDate, e.startDate) < CURDATE()
            )
            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 sp_event_events e
                INNER JOIN sp_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) < CURDATE()
            )
            ORDER BY nextBatchDate DESC
            LIMIT :limit
Parameters:
[
  "queryString" => "%#webinar%"
  "limit" => 900
]
6 0.52 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6954
]
7 0.47 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6973
]
8 0.41 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6960
]
9 0.46 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6935
]
10 0.43 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6909
]
11 0.43 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6914
]
12 0.44 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6920
]
13 0.47 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6915
]
14 0.39 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6875
]
15 0.44 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6903
]
16 0.42 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6721
]
17 0.37 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6675
]
18 0.38 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6652
]
19 0.42 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6630
]
20 0.41 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6629
]
21 0.39 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6571
]
22 0.42 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6528
]
23 0.39 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6556
]
24 0.38 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6525
]
25 0.42 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6517
]
26 0.40 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6450
]
27 0.36 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6494
]
28 0.41 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6489
]
29 0.47 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6480
]
30 0.33 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6449
]
31 0.38 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6474
]
32 0.38 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6477
]
33 0.35 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6434
]
34 0.39 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6440
]
35 0.37 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6448
]
36 0.32 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6442
]
37 0.36 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6441
]
38 0.34 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6432
]
39 0.35 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6431
]
40 0.31 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6428
]
41 0.36 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6386
]
42 0.32 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6427
]
43 0.38 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6382
]
44 0.32 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6402
]
45 0.34 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6400
]
46 0.38 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6341
]
47 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6424
]
48 0.47 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6416
]
49 0.39 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6374
]
50 0.32 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6366
]
51 0.33 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6365
]
52 0.35 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6364
]
53 0.35 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6354
]
54 0.31 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6353
]
55 0.38 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6343
]
56 0.34 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6309
]
57 0.34 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6290
]
58 0.38 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6334
]
59 0.34 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6256
]
60 0.37 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6308
]
61 0.34 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6250
]
62 0.35 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6249
]
63 0.31 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6254
]
64 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6288
]
65 0.33 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6286
]
66 0.34 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6247
]
67 0.36 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6287
]
68 0.34 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6273
]
69 0.36 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6237
]
70 0.32 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6253
]
71 0.34 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6207
]
72 0.36 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6243
]
73 0.33 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6238
]
74 0.33 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6206
]
75 0.34 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6236
]
76 0.35 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6205
]
77 0.34 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6164
]
78 0.32 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6167
]
79 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6170
]
80 0.36 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6166
]
81 0.36 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6099
]
82 0.31 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6153
]
83 0.40 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6162
]
84 0.33 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6165
]
85 0.36 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6119
]
86 0.33 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6118
]
87 0.33 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6117
]
88 0.32 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6090
]
89 0.37 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6089
]
90 0.32 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6088
]
91 0.32 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6083
]
92 0.32 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6073
]
93 0.35 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6065
]
94 0.33 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6067
]
95 0.31 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  6041
]
96 0.40 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  5901
]
97 0.35 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  5900
]
98 0.32 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  5899
]
99 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  5225
]
100 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  5226
]
101 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  5261
]
102 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  5245
]
103 0.29 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  5188
]
104 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  5182
]
105 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  5050
]
106 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  5059
]
107 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  5120
]
108 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  5166
]
109 0.29 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  5165
]
110 0.30 ms
SELECT t0.id AS id_1, t0.eventbriteId AS eventbriteId_2, t0.googleCalendarEventId AS googleCalendarEventId_3, t0.wpPostId AS wpPostId_4, t0.title AS title_5, t0.slug AS slug_6, t0.lang AS lang_7, t0.imagelink AS imagelink_8, t0.videolink AS videolink_9, t0.bgImagelink AS bgImagelink_10, t0.tagline AS tagline_11, t0.headerTextColor AS headerTextColor_12, t0.spResponsiblePerson AS spResponsiblePerson_13, t0.organization AS organization_14, t0.organizerName AS organizerName_15, t0.organizerEmail AS organizerEmail_16, t0.venueName AS venueName_17, t0.venueAddress AS venueAddress_18, t0.ticketing AS ticketing_19, t0.applicationUrl AS applicationUrl_20, t0.alert AS alert_21, t0.trainer AS trainer_22, t0.speakers AS speakers_23, t0.teaser AS teaser_24, t0.navbar AS navbar_25, t0.stripePriceId AS stripePriceId_26, t0.stripeProductId AS stripeProductId_27, t0.stripeAccount AS stripeAccount_28, t0.priceInEuroCent AS priceInEuroCent_29, t0.isTaxIncluded AS isTaxIncluded_30, t0.isFreeForKiCampus AS isFreeForKiCampus_31, t0.isFreeForCommunity AS isFreeForCommunity_32, t0.isSinglePage AS isSinglePage_33, t0.isFormalLanguage AS isFormalLanguage_34, t0.isMultiBatchEvent AS isMultiBatchEvent_35, t0.isFeatured AS isFeatured_36, t0.capacity AS capacity_37, t0.twigFile AS twigFile_38, t0.additionalCss AS additionalCss_39, t0.content AS content_40, t0.contentTwig AS contentTwig_41, t0.ctaContent AS ctaContent_42, t0.postCtaContent AS postCtaContent_43, t0.tags AS tags_44, t0.seriesTag AS seriesTag_45, t0.type AS type_46, t0.location AS location_47, t0.startDate AS startDate_48, t0.endDate AS endDate_49, t0.duration AS duration_50, t0.status AS status_51, t0.settings AS settings_52, t0.displayStartDate AS displayStartDate_53, t0.seoTitle AS seoTitle_54, t0.seoKeyword AS seoKeyword_55, t0.seoDescription AS seoDescription_56, t0.navbar_en AS navbar_en_57, t0.teaser_en AS teaser_en_58, t0.content_en AS content_en_59, t0.content_twig_en AS content_twig_en_60, t0.post_cta_content_en AS post_cta_content_en_61, t0.seo_title_en AS seo_title_en_62, t0.seo_description_en AS seo_description_en_63, t0.seo_keyword_en AS seo_keyword_en_64, t0.has_english_version AS has_english_version_65, t0.additional_js AS additional_js_66, t0.metaPixelId AS metaPixelId_67, t0.createDate AS createDate_68, t0.lastChangeDate AS lastChangeDate_69, t0.lastChangeUser AS lastChangeUser_70, t0.publicId AS publicId_71, t0.isExternalSubmission AS isExternalSubmission_72, t0.createdBy AS createdBy_73, t0.lastModified AS lastModified_74, t0.createdAt AS createdAt_75, t0.orgaNote AS orgaNote_76, t0.history AS history_77, t0.todoHistory AS todoHistory_78 FROM sp_event_events t0 WHERE t0.id = ?
Parameters:
[
  5164
]
111 0.50 ms
SELECT MONTH(e.startDate) as month, YEAR(e.startDate) as year, COUNT(MONTH(e.startDate)) as total
          FROM sp_event_events e
          WHERE e.startDate >  :lastDayOfNextMonth AND e.status = :criteria0 GROUP BY MONTH(e.startDate)
Parameters:
[
  ":lastDayOfNextMonth" => "2026-05-31"
  ":criteria0" => "publish"
]
112 0.67 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
]
113 0.47 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
]
114 0.73 ms
SELECT s0_.id AS id_0, s0_.eventbriteId AS eventbriteId_1, s0_.googleCalendarEventId AS googleCalendarEventId_2, s0_.wpPostId AS wpPostId_3, s0_.title AS title_4, s0_.slug AS slug_5, s0_.lang AS lang_6, s0_.imagelink AS imagelink_7, s0_.videolink AS videolink_8, s0_.bgImagelink AS bgImagelink_9, s0_.tagline AS tagline_10, s0_.headerTextColor AS headerTextColor_11, s0_.spResponsiblePerson AS spResponsiblePerson_12, s0_.organization AS organization_13, s0_.organizerName AS organizerName_14, s0_.organizerEmail AS organizerEmail_15, s0_.venueName AS venueName_16, s0_.venueAddress AS venueAddress_17, s0_.ticketing AS ticketing_18, s0_.applicationUrl AS applicationUrl_19, s0_.alert AS alert_20, s0_.trainer AS trainer_21, s0_.speakers AS speakers_22, s0_.teaser AS teaser_23, s0_.navbar AS navbar_24, s0_.stripePriceId AS stripePriceId_25, s0_.stripeProductId AS stripeProductId_26, s0_.stripeAccount AS stripeAccount_27, s0_.priceInEuroCent AS priceInEuroCent_28, s0_.isTaxIncluded AS isTaxIncluded_29, s0_.isFreeForKiCampus AS isFreeForKiCampus_30, s0_.isFreeForCommunity AS isFreeForCommunity_31, s0_.isSinglePage AS isSinglePage_32, s0_.isFormalLanguage AS isFormalLanguage_33, s0_.isMultiBatchEvent AS isMultiBatchEvent_34, s0_.isFeatured AS isFeatured_35, s0_.capacity AS capacity_36, s0_.twigFile AS twigFile_37, s0_.additionalCss AS additionalCss_38, s0_.content AS content_39, s0_.contentTwig AS contentTwig_40, s0_.ctaContent AS ctaContent_41, s0_.postCtaContent AS postCtaContent_42, s0_.tags AS tags_43, s0_.seriesTag AS seriesTag_44, s0_.type AS type_45, s0_.location AS location_46, s0_.startDate AS startDate_47, s0_.endDate AS endDate_48, s0_.duration AS duration_49, s0_.status AS status_50, s0_.settings AS settings_51, s0_.displayStartDate AS displayStartDate_52, s0_.seoTitle AS seoTitle_53, s0_.seoKeyword AS seoKeyword_54, s0_.seoDescription AS seoDescription_55, s0_.navbar_en AS navbar_en_56, s0_.teaser_en AS teaser_en_57, s0_.content_en AS content_en_58, s0_.content_twig_en AS content_twig_en_59, s0_.post_cta_content_en AS post_cta_content_en_60, s0_.seo_title_en AS seo_title_en_61, s0_.seo_description_en AS seo_description_en_62, s0_.seo_keyword_en AS seo_keyword_en_63, s0_.has_english_version AS has_english_version_64, s0_.additional_js AS additional_js_65, s0_.metaPixelId AS metaPixelId_66, s0_.createDate AS createDate_67, s0_.lastChangeDate AS lastChangeDate_68, s0_.lastChangeUser AS lastChangeUser_69, s0_.publicId AS publicId_70, s0_.isExternalSubmission AS isExternalSubmission_71, s0_.createdBy AS createdBy_72, s0_.lastModified AS lastModified_73, s0_.createdAt AS createdAt_74, s0_.orgaNote AS orgaNote_75, s0_.history AS history_76, s0_.todoHistory AS todoHistory_77 FROM sp_event_events s0_ WHERE s0_.status = 'publish' AND s0_.startDate >= ? AND s0_.type = ? ORDER BY s0_.startDate ASC LIMIT 1
Parameters:
[
  "2026-04-21"
  "Konferenz"
]
115 0.55 ms
SELECT s0_.id AS id_0, s0_.eventbriteId AS eventbriteId_1, s0_.googleCalendarEventId AS googleCalendarEventId_2, s0_.wpPostId AS wpPostId_3, s0_.title AS title_4, s0_.slug AS slug_5, s0_.lang AS lang_6, s0_.imagelink AS imagelink_7, s0_.videolink AS videolink_8, s0_.bgImagelink AS bgImagelink_9, s0_.tagline AS tagline_10, s0_.headerTextColor AS headerTextColor_11, s0_.spResponsiblePerson AS spResponsiblePerson_12, s0_.organization AS organization_13, s0_.organizerName AS organizerName_14, s0_.organizerEmail AS organizerEmail_15, s0_.venueName AS venueName_16, s0_.venueAddress AS venueAddress_17, s0_.ticketing AS ticketing_18, s0_.applicationUrl AS applicationUrl_19, s0_.alert AS alert_20, s0_.trainer AS trainer_21, s0_.speakers AS speakers_22, s0_.teaser AS teaser_23, s0_.navbar AS navbar_24, s0_.stripePriceId AS stripePriceId_25, s0_.stripeProductId AS stripeProductId_26, s0_.stripeAccount AS stripeAccount_27, s0_.priceInEuroCent AS priceInEuroCent_28, s0_.isTaxIncluded AS isTaxIncluded_29, s0_.isFreeForKiCampus AS isFreeForKiCampus_30, s0_.isFreeForCommunity AS isFreeForCommunity_31, s0_.isSinglePage AS isSinglePage_32, s0_.isFormalLanguage AS isFormalLanguage_33, s0_.isMultiBatchEvent AS isMultiBatchEvent_34, s0_.isFeatured AS isFeatured_35, s0_.capacity AS capacity_36, s0_.twigFile AS twigFile_37, s0_.additionalCss AS additionalCss_38, s0_.content AS content_39, s0_.contentTwig AS contentTwig_40, s0_.ctaContent AS ctaContent_41, s0_.postCtaContent AS postCtaContent_42, s0_.tags AS tags_43, s0_.seriesTag AS seriesTag_44, s0_.type AS type_45, s0_.location AS location_46, s0_.startDate AS startDate_47, s0_.endDate AS endDate_48, s0_.duration AS duration_49, s0_.status AS status_50, s0_.settings AS settings_51, s0_.displayStartDate AS displayStartDate_52, s0_.seoTitle AS seoTitle_53, s0_.seoKeyword AS seoKeyword_54, s0_.seoDescription AS seoDescription_55, s0_.navbar_en AS navbar_en_56, s0_.teaser_en AS teaser_en_57, s0_.content_en AS content_en_58, s0_.content_twig_en AS content_twig_en_59, s0_.post_cta_content_en AS post_cta_content_en_60, s0_.seo_title_en AS seo_title_en_61, s0_.seo_description_en AS seo_description_en_62, s0_.seo_keyword_en AS seo_keyword_en_63, s0_.has_english_version AS has_english_version_64, s0_.additional_js AS additional_js_65, s0_.metaPixelId AS metaPixelId_66, s0_.createDate AS createDate_67, s0_.lastChangeDate AS lastChangeDate_68, s0_.lastChangeUser AS lastChangeUser_69, s0_.publicId AS publicId_70, s0_.isExternalSubmission AS isExternalSubmission_71, s0_.createdBy AS createdBy_72, s0_.lastModified AS lastModified_73, s0_.createdAt AS createdAt_74, s0_.orgaNote AS orgaNote_75, s0_.history AS history_76, s0_.todoHistory AS todoHistory_77 FROM sp_event_events s0_ WHERE s0_.status = 'publish' AND s0_.startDate >= ? AND s0_.type = ? ORDER BY s0_.startDate ASC LIMIT 1
Parameters:
[
  "2026-04-21"
  "Workshop"
]
116 1.43 ms
SELECT s0_.id AS id_0, s0_.eventbriteId AS eventbriteId_1, s0_.googleCalendarEventId AS googleCalendarEventId_2, s0_.wpPostId AS wpPostId_3, s0_.title AS title_4, s0_.slug AS slug_5, s0_.lang AS lang_6, s0_.imagelink AS imagelink_7, s0_.videolink AS videolink_8, s0_.bgImagelink AS bgImagelink_9, s0_.tagline AS tagline_10, s0_.headerTextColor AS headerTextColor_11, s0_.spResponsiblePerson AS spResponsiblePerson_12, s0_.organization AS organization_13, s0_.organizerName AS organizerName_14, s0_.organizerEmail AS organizerEmail_15, s0_.venueName AS venueName_16, s0_.venueAddress AS venueAddress_17, s0_.ticketing AS ticketing_18, s0_.applicationUrl AS applicationUrl_19, s0_.alert AS alert_20, s0_.trainer AS trainer_21, s0_.speakers AS speakers_22, s0_.teaser AS teaser_23, s0_.navbar AS navbar_24, s0_.stripePriceId AS stripePriceId_25, s0_.stripeProductId AS stripeProductId_26, s0_.stripeAccount AS stripeAccount_27, s0_.priceInEuroCent AS priceInEuroCent_28, s0_.isTaxIncluded AS isTaxIncluded_29, s0_.isFreeForKiCampus AS isFreeForKiCampus_30, s0_.isFreeForCommunity AS isFreeForCommunity_31, s0_.isSinglePage AS isSinglePage_32, s0_.isFormalLanguage AS isFormalLanguage_33, s0_.isMultiBatchEvent AS isMultiBatchEvent_34, s0_.isFeatured AS isFeatured_35, s0_.capacity AS capacity_36, s0_.twigFile AS twigFile_37, s0_.additionalCss AS additionalCss_38, s0_.content AS content_39, s0_.contentTwig AS contentTwig_40, s0_.ctaContent AS ctaContent_41, s0_.postCtaContent AS postCtaContent_42, s0_.tags AS tags_43, s0_.seriesTag AS seriesTag_44, s0_.type AS type_45, s0_.location AS location_46, s0_.startDate AS startDate_47, s0_.endDate AS endDate_48, s0_.duration AS duration_49, s0_.status AS status_50, s0_.settings AS settings_51, s0_.displayStartDate AS displayStartDate_52, s0_.seoTitle AS seoTitle_53, s0_.seoKeyword AS seoKeyword_54, s0_.seoDescription AS seoDescription_55, s0_.navbar_en AS navbar_en_56, s0_.teaser_en AS teaser_en_57, s0_.content_en AS content_en_58, s0_.content_twig_en AS content_twig_en_59, s0_.post_cta_content_en AS post_cta_content_en_60, s0_.seo_title_en AS seo_title_en_61, s0_.seo_description_en AS seo_description_en_62, s0_.seo_keyword_en AS seo_keyword_en_63, s0_.has_english_version AS has_english_version_64, s0_.additional_js AS additional_js_65, s0_.metaPixelId AS metaPixelId_66, s0_.createDate AS createDate_67, s0_.lastChangeDate AS lastChangeDate_68, s0_.lastChangeUser AS lastChangeUser_69, s0_.publicId AS publicId_70, s0_.isExternalSubmission AS isExternalSubmission_71, s0_.createdBy AS createdBy_72, s0_.lastModified AS lastModified_73, s0_.createdAt AS createdAt_74, s0_.orgaNote AS orgaNote_75, s0_.history AS history_76, s0_.todoHistory AS todoHistory_77 FROM sp_event_events s0_ WHERE s0_.startDate >= ? AND s0_.status = 'publish' AND s0_.status = 'publish' ORDER BY s0_.startDate ASC LIMIT 100
Parameters:
[
  "2026-04-21"
]

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\MetaBundle\Entity\Tag No errors.
App\StartPlatz\Bundle\UserBundle\Entity\User No errors.
App\StartPlatz\Bundle\UserBundle\Entity\LoginToken No errors.
App\StartPlatz\Bundle\PartnersBundle\Entity\Partner No errors.
App\StartPlatz\Bundle\MemberBundle\Entity\Team No errors.
App\StartPlatz\Ecosystem\Participation\Entity\Participation No errors.
App\StartPlatz\Bundle\StartupBundle\Entity\Application
  • The field 'App\StartPlatz\Bundle\StartupBundle\Entity\Application#ratingAverage' has the property type 'float' that differs from the metadata field type 'string' returned by the 'decimal' DBAL type.
  • The field App\StartPlatz\Bundle\StartupBundle\Entity\Application#assessments is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\StartPlatz\Bundle\AllmedaBundle\Entity\BatchApplicationAssessment#application does not contain the required 'inversedBy="assessments"' attribute.
App\StartPlatz\Bundle\EventBundle\Entity\Event No errors.