https://shop-staging.kaylo.net/store-api/kaylo/workshop/list Return to referer URL

Query Metrics

42 Database Queries
Different statements
194.18 ms Query time
Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.39 ms
(0.00%)
# cache-id-loader
                SELECT `value` FROM app_config WHERE `key` = :key
0.36 ms
(0.00%)
# dbal-plugin-loader
        SELECT
               `name`,
               `base_class` AS baseClass,
               IF(`active` = 1 AND `installed_at` IS NOT NULL, 1, 0) AS active,
               `path`,
               `version`,
               `autoload`,
               `managed_by_composer` AS managedByComposer,
               composer_name as composerName
        FROM `plugin`
        ORDER BY `installed_at`;
10.15 ms
(0.00%)
SELECT `creation_timestamp`
            FROM `migration`
            WHERE `update` IS NOT NULL AND `update_destructive` IS NULL
0.75 ms
(0.00%)
SET @@group_concat_max_len = CAST(IF(@@group_concat_max_len > 320000, @@group_concat_max_len, 320000) AS UNSIGNED);SET sql_mode=(SELECT REPLACE(@@sql_mode,'ONLY_FULL_GROUP_BY',''));SET @MIGRATION_1632281097_IS_ACTIVE = TRUE;SET @MIGRATION_1636121186_IS_ACTIVE = TRUE;SET @MIGRATION_1631625055_IS_ACTIVE = TRUE;SET @MIGRATION_1631703921_IS_ACTIVE = TRUE;SET @MIGRATION_1631790054_IS_ACTIVE = TRUE;SET @MIGRATION_1632215760_IS_ACTIVE = TRUE;SET @MIGRATION_1632721037_IS_ACTIVE = TRUE;SET @MIGRATION_1633347511_IS_ACTIVE = TRUE;SET @MIGRATION_1633358879_IS_ACTIVE = TRUE;SET @MIGRATION_1633422057_IS_ACTIVE = TRUE;SET @MIGRATION_1634735841_IS_ACTIVE = TRUE;SET @MIGRATION_1635147952_IS_ACTIVE = TRUE;SET @MIGRATION_1635230747_IS_ACTIVE = TRUE;SET @MIGRATION_1635237551_IS_ACTIVE = TRUE;SET @MIGRATION_1635388654_IS_ACTIVE = TRUE;SET @MIGRATION_1635936029_IS_ACTIVE = TRUE;SET @MIGRATION_1636014089_IS_ACTIVE = TRUE;SET @MIGRATION_1636018970_IS_ACTIVE = TRUE;SET @MIGRATION_1636362839_IS_ACTIVE = TRUE;SET @MIGRATION_1636449347_IS_ACTIVE = TRUE;SET @MIGRATION_1636964297_IS_ACTIVE = TRUE;SET @MIGRATION_1636971615_IS_ACTIVE = TRUE;SET @MIGRATION_1638195971_IS_ACTIVE = TRUE;SET @MIGRATION_1638365464_IS_ACTIVE = TRUE;SET @MIGRATION_1638514913_IS_ACTIVE = TRUE;SET @MIGRATION_1639139581_IS_ACTIVE = TRUE;SET @MIGRATION_1639992771_IS_ACTIVE = TRUE;SET @MIGRATION_1641289204_IS_ACTIVE = TRUE;SET @MIGRATION_1642757286_IS_ACTIVE = TRUE;SET @MIGRATION_1643366069_IS_ACTIVE = TRUE;SET @MIGRATION_1643386819_IS_ACTIVE = TRUE;SET @MIGRATION_1641476963_IS_ACTIVE = TRUE;SET @MIGRATION_1632281097_IS_ACTIVE = TRUE;SET @MIGRATION_1636121186_IS_ACTIVE = TRUE;SET @MIGRATION_1580205548_IS_ACTIVE = TRUE;SET @MIGRATION_1580205549_IS_ACTIVE = TRUE;SET @MIGRATION_1580205550_IS_ACTIVE = TRUE;SET @MIGRATION_1580205549_IS_ACTIVE = TRUE;SET @MIGRATION_1623059999_IS_ACTIVE = TRUE;SET @MIGRATION_1584005462_IS_ACTIVE = TRUE;SET @MIGRATION_1589800641_IS_ACTIVE = TRUE;SET @MIGRATION_1589800704_IS_ACTIVE = TRUE;SET @MIGRATION_1589882802_IS_ACTIVE = TRUE;SET @MIGRATION_1589905764_IS_ACTIVE = TRUE;SET @MIGRATION_1591365484_IS_ACTIVE = TRUE;SET @MIGRATION_1626082072_IS_ACTIVE = TRUE;SET @MIGRATION_1590425608_IS_ACTIVE = TRUE;SET @MIGRATION_1618323278_IS_ACTIVE = TRUE;SET @MIGRATION_1575569953_IS_ACTIVE = TRUE;SET @MIGRATION_1598204175_IS_ACTIVE = TRUE;SET @MIGRATION_1643902985_IS_ACTIVE = TRUE;SET @MIGRATION_1643907023_IS_ACTIVE = TRUE;SET @MIGRATION_1643908626_IS_ACTIVE = TRUE;SET @MIGRATION_1647443705_IS_ACTIVE = TRUE;SET @MIGRATION_1647613235_IS_ACTIVE = TRUE;SET @MIGRATION_1648564206_IS_ACTIVE = TRUE;SET @MIGRATION_1650965928_IS_ACTIVE = TRUE;SET @MIGRATION_1685702879_IS_ACTIVE = TRUE;SET @MIGRATION_1690142324_IS_ACTIVE = TRUE;SET @MIGRATION_1696164933_IS_ACTIVE = TRUE;SET @MIGRATION_1698748783_IS_ACTIVE = TRUE;SET @MIGRATION_1701279517_IS_ACTIVE = TRUE;SET @MIGRATION_1740733153_IS_ACTIVE = TRUE;SET @MIGRATION_1744264101_IS_ACTIVE = TRUE
5.70 ms
(0.00%)
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
3.69 ms
(0.00%)
SELECT sales_channel.id FROM sales_channel WHERE sales_channel.access_key = :accessKey
0.10 ms
(0.00%)
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = :salesChannelId) AND (token = :token) LIMIT 1
0.09 ms
(0.00%)
# context-factory::base-context

        SELECT
          sales_channel.id as sales_channel_id,
          sales_channel.language_id as sales_channel_default_language_id,
          sales_channel.currency_id as sales_channel_currency_id,
          currency.factor as sales_channel_currency_factor,
          GROUP_CONCAT(LOWER(HEX(sales_channel_language.language_id))) as sales_channel_language_ids
        FROM sales_channel
            INNER JOIN currency
                ON sales_channel.currency_id = currency.id
            LEFT JOIN sales_channel_language
                ON sales_channel_language.sales_channel_id = sales_channel.id
        WHERE sales_channel.id = :id
        GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor
10.09 ms
(0.00%)
# context-factory::sales-channel::read
SELECT `sales_channel`.`id` as `sales_channel.id`, `sales_channel`.`type_id` as `sales_channel.typeId`, `sales_channel`.`language_id` as `sales_channel.languageId`, `sales_channel`.`customer_group_id` as `sales_channel.customerGroupId`, `sales_channel`.`currency_id` as `sales_channel.currencyId`, `sales_channel`.`payment_method_id` as `sales_channel.paymentMethodId`, `sales_channel`.`shipping_method_id` as `sales_channel.shippingMethodId`, `sales_channel`.`country_id` as `sales_channel.countryId`, `sales_channel`.`analytics_id` as `sales_channel.analyticsId`, `sales_channel`.`navigation_category_id` as `sales_channel.navigationCategoryId`, `sales_channel`.`navigation_category_version_id` as `sales_channel.navigationCategoryVersionId`, `sales_channel`.`navigation_category_depth` as `sales_channel.navigationCategoryDepth`, `sales_channel`.`footer_category_id` as `sales_channel.footerCategoryId`, `sales_channel`.`footer_category_version_id` as `sales_channel.footerCategoryVersionId`, `sales_channel`.`service_category_id` as `sales_channel.serviceCategoryId`, `sales_channel`.`service_category_version_id` as `sales_channel.serviceCategoryVersionId`, `sales_channel`.`mail_header_footer_id` as `sales_channel.mailHeaderFooterId`, `sales_channel`.`hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId`, `sales_channel`.`short_name` as `sales_channel.shortName`, `sales_channel`.`tax_calculation_type` as `sales_channel.taxCalculationType`, `sales_channel`.`access_key` as `sales_channel.accessKey`, `sales_channel`.`configuration` as `sales_channel.configuration`, `sales_channel`.`active` as `sales_channel.active`, `sales_channel`.`hreflang_active` as `sales_channel.hreflangActive`, `sales_channel`.`maintenance` as `sales_channel.maintenance`, `sales_channel`.`maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist`, `sales_channel`.`payment_method_ids` as `sales_channel.paymentMethodIds`, `sales_channel`.`home_cms_page_id` as `sales_channel.homeCmsPageId`, `sales_channel`.`home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId`, `sales_channel.analytics`.`id` as `sales_channel.analytics.id`, `sales_channel.analytics`.`tracking_id` as `sales_channel.analytics.trackingId`, `sales_channel.analytics`.`active` as `sales_channel.analytics.active`, `sales_channel.analytics`.`track_orders` as `sales_channel.analytics.trackOrders`, `sales_channel.analytics`.`anonymize_ip` as `sales_channel.analytics.anonymizeIp`, `sales_channel.analytics`.`created_at` as `sales_channel.analytics.createdAt`, `sales_channel.analytics`.`updated_at` as `sales_channel.analytics.updatedAt`, `sales_channel`.`created_at` as `sales_channel.createdAt`, `sales_channel`.`updated_at` as `sales_channel.updatedAt`, `sales_channel.currency`.`id` as `sales_channel.currency.id`, `sales_channel.currency`.`factor` as `sales_channel.currency.factor`, `sales_channel.currency`.`symbol` as `sales_channel.currency.symbol`, `sales_channel.currency`.`iso_code` as `sales_channel.currency.isoCode`, `sales_channel.currency`.`position` as `sales_channel.currency.position`, `sales_channel.currency`.`item_rounding` as `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` as `sales_channel.currency.totalRounding`, `sales_channel.currency`.`tax_free_from` as `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`created_at` as `sales_channel.currency.createdAt`, `sales_channel.currency`.`updated_at` as `sales_channel.currency.updatedAt`, `sales_channel.currency.translation.shortName`, COALESCE(`sales_channel.currency.translation.shortName`,`sales_channel.currency.translation.shortName`) as `sales_channel.currency.shortName`, `sales_channel.currency.translation.name`, COALESCE(`sales_channel.currency.translation.name`,`sales_channel.currency.translation.name`) as `sales_channel.currency.name`, `sales_channel.currency.translation.customFields`, COALESCE(`sales_channel.currency.translation.customFields`,`sales_channel.currency.translation.customFields`) as `sales_channel.currency.customFields`, `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation.languageId`, `sales_channel.translation.name`, COALESCE(`sales_channel.translation.name`,`sales_channel.translation.name`) as `sales_channel.name`, `sales_channel.translation.homeSlotConfig`, COALESCE(`sales_channel.translation.homeSlotConfig`,`sales_channel.translation.homeSlotConfig`) as `sales_channel.homeSlotConfig`, `sales_channel.translation.homeEnabled`, COALESCE(`sales_channel.translation.homeEnabled`,`sales_channel.translation.homeEnabled`) as `sales_channel.homeEnabled`, `sales_channel.translation.homeName`, COALESCE(`sales_channel.translation.homeName`,`sales_channel.translation.homeName`) as `sales_channel.homeName`, `sales_channel.translation.homeMetaTitle`, COALESCE(`sales_channel.translation.homeMetaTitle`,`sales_channel.translation.homeMetaTitle`) as `sales_channel.homeMetaTitle`, `sales_channel.translation.homeMetaDescription`, COALESCE(`sales_channel.translation.homeMetaDescription`,`sales_channel.translation.homeMetaDescription`) as `sales_channel.homeMetaDescription`, `sales_channel.translation.homeKeywords`, COALESCE(`sales_channel.translation.homeKeywords`,`sales_channel.translation.homeKeywords`) as `sales_channel.homeKeywords`, `sales_channel.translation.customFields`, COALESCE(`sales_channel.translation.customFields`,`sales_channel.translation.customFields`) as `sales_channel.customFields`, `sales_channel.translation.createdAt`, `sales_channel.translation.updatedAt`, `sales_channel.translation.salesChannelId`, `sales_channel.translation.languageId` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation`.sales_channel_id, `sales_channel.translation`.name as `sales_channel.translation.name`, `sales_channel.translation`.home_slot_config as `sales_channel.translation.homeSlotConfig`, `sales_channel.translation`.home_enabled as `sales_channel.translation.homeEnabled`, `sales_channel.translation`.home_name as `sales_channel.translation.homeName`, `sales_channel.translation`.home_meta_title as `sales_channel.translation.homeMetaTitle`, `sales_channel.translation`.home_meta_description as `sales_channel.translation.homeMetaDescription`, `sales_channel.translation`.home_keywords as `sales_channel.translation.homeKeywords`, `sales_channel.translation`.custom_fields as `sales_channel.translation.customFields`, `sales_channel.translation`.created_at as `sales_channel.translation.createdAt`, `sales_channel.translation`.updated_at as `sales_channel.translation.updatedAt`, `sales_channel.translation`.sales_channel_id as `sales_channel.translation.salesChannelId`, `sales_channel.translation`.language_id as `sales_channel.translation.languageId` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation`.language_id = :languageId) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation`.`sales_channel_id` = `sales_channel`.`id` LEFT JOIN `sales_channel_analytics` `sales_channel.analytics` ON `sales_channel`.`analytics_id` = `sales_channel.analytics`.`id` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel`.`currency_id` = `sales_channel.currency`.`id` LEFT JOIN (SELECT `sales_channel.currency.translation`.currency_id, `sales_channel.currency.translation`.short_name as `sales_channel.currency.translation.shortName`, `sales_channel.currency.translation`.name as `sales_channel.currency.translation.name`, `sales_channel.currency.translation`.custom_fields as `sales_channel.currency.translation.customFields`, `sales_channel.currency.translation`.created_at as `sales_channel.currency.translation.createdAt`, `sales_channel.currency.translation`.updated_at as `sales_channel.currency.translation.updatedAt`, `sales_channel.currency.translation`.currency_id as `sales_channel.currency.translation.currencyId`, `sales_channel.currency.translation`.language_id as `sales_channel.currency.translation.languageId` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation`.language_id = :languageId) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (:ids)
7.83 ms
(0.00%)
# context-factory::sales-channel::association::domains::read
SELECT `sales_channel_domain`.`id` as `sales_channel_domain.id`, `sales_channel_domain`.`url` as `sales_channel_domain.url`, `sales_channel_domain`.`sales_channel_id` as `sales_channel_domain.salesChannelId`, `sales_channel_domain`.`language_id` as `sales_channel_domain.languageId`, `sales_channel_domain`.`currency_id` as `sales_channel_domain.currencyId`, `sales_channel_domain`.`snippet_set_id` as `sales_channel_domain.snippetSetId`, `sales_channel_domain`.`hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale`, `sales_channel_domain`.`custom_fields` as `sales_channel_domain.customFields`, `sales_channel_domain`.`created_at` as `sales_channel_domain.createdAt`, `sales_channel_domain`.`updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain`.`sales_channel_id` IN (:param_71c8864f8bfe4946aed3c64e1734cc78))
0.58 ms
(0.00%)
# context-factory::country::read
SELECT `country`.`id` as `country.id`, `country`.`iso` as `country.iso`, `country`.`position` as `country.position`, `country`.`active` as `country.active`, `country`.`shipping_available` as `country.shippingAvailable`, `country`.`iso3` as `country.iso3`, `country`.`display_state_in_registration` as `country.displayStateInRegistration`, `country`.`force_state_in_registration` as `country.forceStateInRegistration`, `country`.`company_tax_free` as `country.companyTaxFree`, `country`.`check_vat_id_pattern` as `country.checkVatIdPattern`, `country`.`vat_id_required` as `country.vatIdRequired`, `country`.`tax_free` as `country.taxFree`, `country`.`vat_id_pattern` as `country.vatIdPattern`, `country`.`customer_tax` as `country.customerTax`, `country`.`company_tax` as `country.companyTax`, `country`.`created_at` as `country.createdAt`, `country`.`updated_at` as `country.updatedAt`, `country.translation.name`, COALESCE(`country.translation.name`,`country.translation.name`) as `country.name`, `country.translation.customFields`, COALESCE(`country.translation.customFields`,`country.translation.customFields`) as `country.customFields`, `country.translation.createdAt`, `country.translation.updatedAt`, `country.translation.countryId`, `country.translation.languageId` FROM `country` LEFT JOIN (SELECT `country.translation`.country_id, `country.translation`.name as `country.translation.name`, `country.translation`.custom_fields as `country.translation.customFields`, `country.translation`.created_at as `country.translation.createdAt`, `country.translation`.updated_at as `country.translation.updatedAt`, `country.translation`.country_id as `country.translation.countryId`, `country.translation`.language_id as `country.translation.languageId` FROM `country_translation` `country.translation` WHERE `country.translation`.language_id = :languageId) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (:ids)
0.60 ms
(0.00%)
# context-factory::customer-group::read
SELECT `customer_group`.`id` as `customer_group.id`, `customer_group`.`display_gross` as `customer_group.displayGross`, `customer_group`.`registration_active` as `customer_group.registrationActive`, `customer_group`.`created_at` as `customer_group.createdAt`, `customer_group`.`updated_at` as `customer_group.updatedAt`, `customer_group.translation.name`, COALESCE(`customer_group.translation.name`,`customer_group.translation.name`) as `customer_group.name`, `customer_group.translation.registrationTitle`, COALESCE(`customer_group.translation.registrationTitle`,`customer_group.translation.registrationTitle`) as `customer_group.registrationTitle`, `customer_group.translation.registrationIntroduction`, COALESCE(`customer_group.translation.registrationIntroduction`,`customer_group.translation.registrationIntroduction`) as `customer_group.registrationIntroduction`, `customer_group.translation.registrationOnlyCompanyRegistration`, COALESCE(`customer_group.translation.registrationOnlyCompanyRegistration`,`customer_group.translation.registrationOnlyCompanyRegistration`) as `customer_group.registrationOnlyCompanyRegistration`, `customer_group.translation.registrationSeoMetaDescription`, COALESCE(`customer_group.translation.registrationSeoMetaDescription`,`customer_group.translation.registrationSeoMetaDescription`) as `customer_group.registrationSeoMetaDescription`, `customer_group.translation.customFields`, COALESCE(`customer_group.translation.customFields`,`customer_group.translation.customFields`) as `customer_group.customFields`, `customer_group.translation.createdAt`, `customer_group.translation.updatedAt`, `customer_group.translation.customerGroupId`, `customer_group.translation.languageId` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation`.customer_group_id, `customer_group.translation`.name as `customer_group.translation.name`, `customer_group.translation`.registration_title as `customer_group.translation.registrationTitle`, `customer_group.translation`.registration_introduction as `customer_group.translation.registrationIntroduction`, `customer_group.translation`.registration_only_company_registration as `customer_group.translation.registrationOnlyCompanyRegistration`, `customer_group.translation`.registration_seo_meta_description as `customer_group.translation.registrationSeoMetaDescription`, `customer_group.translation`.custom_fields as `customer_group.translation.customFields`, `customer_group.translation`.created_at as `customer_group.translation.createdAt`, `customer_group.translation`.updated_at as `customer_group.translation.updatedAt`, `customer_group.translation`.customer_group_id as `customer_group.translation.customerGroupId`, `customer_group.translation`.language_id as `customer_group.translation.languageId` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation`.language_id = :languageId) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (:ids)
0.12 ms
(0.00%)
# context-factory::taxes::read
SELECT `tax`.`id` as `tax.id`, `tax`.`tax_rate` as `tax.taxRate`, `tax`.`name` as `tax.name`, `tax`.`position` as `tax.position`, `tax`.`custom_fields` as `tax.customFields`, `tax`.`created_at` as `tax.createdAt`, `tax`.`updated_at` as `tax.updatedAt` FROM `tax`
4.77 ms
(0.00%)
# context-factory::taxes::association::rules::read
SELECT `tax_rule`.`id` as `tax_rule.id`, `tax_rule`.`tax_rule_type_id` as `tax_rule.taxRuleTypeId`, `tax_rule`.`country_id` as `tax_rule.countryId`, `tax_rule`.`tax_rate` as `tax_rule.taxRate`, `tax_rule`.`data` as `tax_rule.data`, `tax_rule`.`tax_id` as `tax_rule.taxId`, `tax_rule.type`.`id` as `tax_rule.type.id`, `tax_rule.type`.`technical_name` as `tax_rule.type.technicalName`, `tax_rule.type`.`position` as `tax_rule.type.position`, `tax_rule.type`.`created_at` as `tax_rule.type.createdAt`, `tax_rule.type`.`updated_at` as `tax_rule.type.updatedAt`, `tax_rule.type.translation.typeName`, COALESCE(`tax_rule.type.translation.typeName`,`tax_rule.type.translation.typeName`) as `tax_rule.type.typeName`, `tax_rule.type.translation.createdAt`, `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation.languageId`, `tax_rule`.`created_at` as `tax_rule.createdAt`, `tax_rule`.`updated_at` as `tax_rule.updatedAt` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule`.`tax_rule_type_id` = `tax_rule.type`.`id` LEFT JOIN (SELECT `tax_rule.type.translation`.tax_rule_type_id, `tax_rule.type.translation`.type_name as `tax_rule.type.translation.typeName`, `tax_rule.type.translation`.created_at as `tax_rule.type.translation.createdAt`, `tax_rule.type.translation`.updated_at as `tax_rule.type.translation.updatedAt`, `tax_rule.type.translation`.tax_rule_type_id as `tax_rule.type.translation.taxRuleTypeId`, `tax_rule.type.translation`.language_id as `tax_rule.type.translation.languageId` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation`.language_id = :languageId) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation`.`tax_rule_type_id` = `tax_rule.type`.`id` WHERE (`tax_rule`.`tax_id` IN (:param_e912492539d0400b9925de1b51a91022))
8.19 ms
(0.00%)
# context-factory::payment-method::read
SELECT `payment_method`.`id` as `payment_method.id`, `payment_method`.`plugin_id` as `payment_method.pluginId`, `payment_method`.`handler_identifier` as `payment_method.handlerIdentifier`, `payment_method`.`position` as `payment_method.position`, `payment_method`.`active` as `payment_method.active`, `payment_method`.`after_order_enabled` as `payment_method.afterOrderEnabled`, `payment_method`.`availability_rule_id` as `payment_method.availabilityRuleId`, `payment_method`.`media_id` as `payment_method.mediaId`, `payment_method.appPaymentMethod`.`id` as `payment_method.appPaymentMethod.id`, `payment_method.appPaymentMethod`.`app_name` as `payment_method.appPaymentMethod.appName`, `payment_method.appPaymentMethod`.`identifier` as `payment_method.appPaymentMethod.identifier`, `payment_method.appPaymentMethod`.`pay_url` as `payment_method.appPaymentMethod.payUrl`, `payment_method.appPaymentMethod`.`finalize_url` as `payment_method.appPaymentMethod.finalizeUrl`, `payment_method.appPaymentMethod`.`validate_url` as `payment_method.appPaymentMethod.validateUrl`, `payment_method.appPaymentMethod`.`capture_url` as `payment_method.appPaymentMethod.captureUrl`, `payment_method.appPaymentMethod`.`app_id` as `payment_method.appPaymentMethod.appId`, `payment_method.appPaymentMethod`.`original_media_id` as `payment_method.appPaymentMethod.originalMediaId`, `payment_method.appPaymentMethod`.`payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId`, `payment_method.appPaymentMethod`.`created_at` as `payment_method.appPaymentMethod.createdAt`, `payment_method.appPaymentMethod`.`updated_at` as `payment_method.appPaymentMethod.updatedAt`, `payment_method`.`created_at` as `payment_method.createdAt`, `payment_method`.`updated_at` as `payment_method.updatedAt`, `payment_method.media`.`id` as `payment_method.media.id`, `payment_method.media`.`user_id` as `payment_method.media.userId`, `payment_method.media`.`media_folder_id` as `payment_method.media.mediaFolderId`, `payment_method.media`.`mime_type` as `payment_method.media.mimeType`, `payment_method.media`.`file_extension` as `payment_method.media.fileExtension`, `payment_method.media`.`uploaded_at` as `payment_method.media.uploadedAt`, `payment_method.media`.`file_name` as `payment_method.media.fileName`, `payment_method.media`.`file_size` as `payment_method.media.fileSize`, `payment_method.media`.`media_type` as `payment_method.media.mediaTypeRaw`, `payment_method.media`.`meta_data` as `payment_method.media.metaData`, `payment_method.media`.`private` as `payment_method.media.private`, `payment_method.media`.`thumbnails_ro` as `payment_method.media.thumbnailsRo`, `payment_method.media`.`created_at` as `payment_method.media.createdAt`, `payment_method.media`.`updated_at` as `payment_method.media.updatedAt`, `payment_method.media.translation.title`, COALESCE(`payment_method.media.translation.title`,`payment_method.media.translation.title`) as `payment_method.media.title`, `payment_method.media.translation.alt`, COALESCE(`payment_method.media.translation.alt`,`payment_method.media.translation.alt`) as `payment_method.media.alt`, `payment_method.media.translation.customFields`, COALESCE(`payment_method.media.translation.customFields`,`payment_method.media.translation.customFields`) as `payment_method.media.customFields`, `payment_method.media.translation.createdAt`, `payment_method.media.translation.updatedAt`, `payment_method.media.translation.mediaId`, `payment_method.media.translation.languageId`, `payment_method.translation.name`, COALESCE(`payment_method.translation.name`,`payment_method.translation.name`) as `payment_method.name`, `payment_method.translation.distinguishableName`, COALESCE(`payment_method.translation.distinguishableName`,`payment_method.translation.distinguishableName`) as `payment_method.distinguishableName`, `payment_method.translation.description`, COALESCE(`payment_method.translation.description`,`payment_method.translation.description`) as `payment_method.description`, `payment_method.translation.customFields`, COALESCE(`payment_method.translation.customFields`,`payment_method.translation.customFields`) as `payment_method.customFields`, `payment_method.translation.createdAt`, `payment_method.translation.updatedAt`, `payment_method.translation.paymentMethodId`, `payment_method.translation.languageId` FROM `payment_method` LEFT JOIN (SELECT `payment_method.translation`.payment_method_id, `payment_method.translation`.name as `payment_method.translation.name`, `payment_method.translation`.distinguishable_name as `payment_method.translation.distinguishableName`, `payment_method.translation`.description as `payment_method.translation.description`, `payment_method.translation`.custom_fields as `payment_method.translation.customFields`, `payment_method.translation`.created_at as `payment_method.translation.createdAt`, `payment_method.translation`.updated_at as `payment_method.translation.updatedAt`, `payment_method.translation`.payment_method_id as `payment_method.translation.paymentMethodId`, `payment_method.translation`.language_id as `payment_method.translation.languageId` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation`.language_id = :languageId) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation`.`payment_method_id` = `payment_method`.`id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method`.`id` = `payment_method.appPaymentMethod`.`payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method`.`media_id` = `payment_method.media`.`id` LEFT JOIN (SELECT `payment_method.media.translation`.media_id, `payment_method.media.translation`.title as `payment_method.media.translation.title`, `payment_method.media.translation`.alt as `payment_method.media.translation.alt`, `payment_method.media.translation`.custom_fields as `payment_method.media.translation.customFields`, `payment_method.media.translation`.created_at as `payment_method.media.translation.createdAt`, `payment_method.media.translation`.updated_at as `payment_method.media.translation.updatedAt`, `payment_method.media.translation`.media_id as `payment_method.media.translation.mediaId`, `payment_method.media.translation`.language_id as `payment_method.media.translation.languageId` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation`.language_id = :languageId) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (:ids)
12.94 ms
(0.00%)
# context-factory::shipping-method::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.media`.`id` as `shipping_method.media.id`, `shipping_method.media`.`user_id` as `shipping_method.media.userId`, `shipping_method.media`.`media_folder_id` as `shipping_method.media.mediaFolderId`, `shipping_method.media`.`mime_type` as `shipping_method.media.mimeType`, `shipping_method.media`.`file_extension` as `shipping_method.media.fileExtension`, `shipping_method.media`.`uploaded_at` as `shipping_method.media.uploadedAt`, `shipping_method.media`.`file_name` as `shipping_method.media.fileName`, `shipping_method.media`.`file_size` as `shipping_method.media.fileSize`, `shipping_method.media`.`media_type` as `shipping_method.media.mediaTypeRaw`, `shipping_method.media`.`meta_data` as `shipping_method.media.metaData`, `shipping_method.media`.`private` as `shipping_method.media.private`, `shipping_method.media`.`thumbnails_ro` as `shipping_method.media.thumbnailsRo`, `shipping_method.media`.`created_at` as `shipping_method.media.createdAt`, `shipping_method.media`.`updated_at` as `shipping_method.media.updatedAt`, `shipping_method.media.translation.title`, COALESCE(`shipping_method.media.translation.title`,`shipping_method.media.translation.title`) as `shipping_method.media.title`, `shipping_method.media.translation.alt`, COALESCE(`shipping_method.media.translation.alt`,`shipping_method.media.translation.alt`) as `shipping_method.media.alt`, `shipping_method.media.translation.customFields`, COALESCE(`shipping_method.media.translation.customFields`,`shipping_method.media.translation.customFields`) as `shipping_method.media.customFields`, `shipping_method.media.translation.createdAt`, `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation.mediaId`, `shipping_method.media.translation.languageId`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = :languageId) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method`.`media_id` = `shipping_method.media`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.language_id = :languageId) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN (SELECT `shipping_method.media.translation`.media_id, `shipping_method.media.translation`.title as `shipping_method.media.translation.title`, `shipping_method.media.translation`.alt as `shipping_method.media.translation.alt`, `shipping_method.media.translation`.custom_fields as `shipping_method.media.translation.customFields`, `shipping_method.media.translation`.created_at as `shipping_method.media.translation.createdAt`, `shipping_method.media.translation`.updated_at as `shipping_method.media.translation.updatedAt`, `shipping_method.media.translation`.media_id as `shipping_method.media.translation.mediaId`, `shipping_method.media.translation`.language_id as `shipping_method.media.translation.languageId` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation`.language_id = :languageId) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (:ids)
0.18 ms
(0.00%)
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = :param_bb227dc0587b44fd9f9a8268c52d4d97 AND `currency_country_rounding`.`country_id` = :param_f250a3650f3444cbb2787544dd115d96) LIMIT 1
0.15 ms
(0.00%)
SELECT `currency_country_rounding`.`id` as `currency_country_rounding.id`, `currency_country_rounding`.`currency_id` as `currency_country_rounding.currencyId`, `currency_country_rounding`.`country_id` as `currency_country_rounding.countryId`, `currency_country_rounding`.`item_rounding` as `currency_country_rounding.itemRounding`, `currency_country_rounding`.`total_rounding` as `currency_country_rounding.totalRounding`, `currency_country_rounding`.`created_at` as `currency_country_rounding.createdAt`, `currency_country_rounding`.`updated_at` as `currency_country_rounding.updatedAt` FROM `currency_country_rounding` WHERE `currency_country_rounding`.`id` IN (:ids)
0.12 ms
(0.00%)
#cart-persister::load
            SELECT `cart`.`cart`, `cart`.rule_ids FROM cart WHERE `token` = :token
2.86 ms
(0.00%)
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
0.22 ms
(0.00%)
# cart-rule-loader::load-rules::read
SELECT `rule`.`id` as `rule.id`, `rule`.`name` as `rule.name`, `rule`.`priority` as `rule.priority`, `rule`.`description` as `rule.description`, `rule`.`payload` as `rule.payload`, `rule`.`invalid` as `rule.invalid`, `rule`.`custom_fields` as `rule.customFields`, `rule`.`module_types` as `rule.moduleTypes`, `rule`.`created_at` as `rule.createdAt`, `rule`.`updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule`.`id` IN (:ids)
0.97 ms
(0.00%)
# cart::promotion::search-ids
SELECT `promotion`.`id` FROM `promotion` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion`.`id` = `promotion.salesChannels`.`promotion_id` WHERE ((`promotion`.`active` = :param_adc19e08093d453f9ad058008f7852d4 AND `promotion.salesChannels`.`sales_channel_id` = :param_1db70cd3bbac41c8951bf289bdeb39f2 AND ((`promotion`.`valid_from` <=> :param_716287b64c5f4d3da5967bf0c2d47a86 AND `promotion`.`valid_until` <=> :param_63c339716e36496bb1735d370027ff5b) OR (`promotion`.`valid_from` <=> :param_3bbe883ef33f4e7b8b8754e5e7f0b941 AND (`promotion`.`valid_until` > :param_449158d74e244159b665c38fe49d4ff2)) OR ((`promotion`.`valid_from` <= :param_78c0986aab3c4ba0a26a33c36ad90a7f) AND `promotion`.`valid_until` <=> :param_e07f0e8e83c74646b29e1798e4894e80) OR ((`promotion`.`valid_from` <= :param_08084bbd93184cba9f282c9b9cb3299f) AND (`promotion`.`valid_until` > :param_8b30e6772ef94a7a8425c3ed55321936))) AND `promotion`.`use_codes` = :param_b5db865d965d4f0f98cd14226c848cd8)) GROUP BY `promotion`.`id` ORDER BY MAX(`promotion`.`priority`) DESC
1.87 ms
(0.00%)
# cart::shipping-methods::read
SELECT `shipping_method`.`id` as `shipping_method.id`, `shipping_method`.`active` as `shipping_method.active`, `shipping_method`.`availability_rule_id` as `shipping_method.availabilityRuleId`, `shipping_method`.`media_id` as `shipping_method.mediaId`, `shipping_method`.`delivery_time_id` as `shipping_method.deliveryTimeId`, `shipping_method`.`tax_type` as `shipping_method.taxType`, `shipping_method`.`tax_id` as `shipping_method.taxId`, `shipping_method.deliveryTime`.`id` as `shipping_method.deliveryTime.id`, `shipping_method.deliveryTime`.`min` as `shipping_method.deliveryTime.min`, `shipping_method.deliveryTime`.`max` as `shipping_method.deliveryTime.max`, `shipping_method.deliveryTime`.`unit` as `shipping_method.deliveryTime.unit`, `shipping_method.deliveryTime`.`created_at` as `shipping_method.deliveryTime.createdAt`, `shipping_method.deliveryTime`.`updated_at` as `shipping_method.deliveryTime.updatedAt`, `shipping_method.deliveryTime.translation.name`, COALESCE(`shipping_method.deliveryTime.translation.name`,`shipping_method.deliveryTime.translation.name`) as `shipping_method.deliveryTime.name`, `shipping_method.deliveryTime.translation.customFields`, COALESCE(`shipping_method.deliveryTime.translation.customFields`,`shipping_method.deliveryTime.translation.customFields`) as `shipping_method.deliveryTime.customFields`, `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation.languageId`, `shipping_method`.`created_at` as `shipping_method.createdAt`, `shipping_method`.`updated_at` as `shipping_method.updatedAt`, `shipping_method.tax`.`id` as `shipping_method.tax.id`, `shipping_method.tax`.`tax_rate` as `shipping_method.tax.taxRate`, `shipping_method.tax`.`name` as `shipping_method.tax.name`, `shipping_method.tax`.`position` as `shipping_method.tax.position`, `shipping_method.tax`.`custom_fields` as `shipping_method.tax.customFields`, `shipping_method.tax`.`created_at` as `shipping_method.tax.createdAt`, `shipping_method.tax`.`updated_at` as `shipping_method.tax.updatedAt`, `shipping_method.translation.name`, COALESCE(`shipping_method.translation.name`,`shipping_method.translation.name`) as `shipping_method.name`, `shipping_method.translation.description`, COALESCE(`shipping_method.translation.description`,`shipping_method.translation.description`) as `shipping_method.description`, `shipping_method.translation.trackingUrl`, COALESCE(`shipping_method.translation.trackingUrl`,`shipping_method.translation.trackingUrl`) as `shipping_method.trackingUrl`, `shipping_method.translation.customFields`, COALESCE(`shipping_method.translation.customFields`,`shipping_method.translation.customFields`) as `shipping_method.customFields`, `shipping_method.translation.createdAt`, `shipping_method.translation.updatedAt`, `shipping_method.translation.shippingMethodId`, `shipping_method.translation.languageId` FROM `shipping_method` LEFT JOIN (SELECT `shipping_method.translation`.shipping_method_id, `shipping_method.translation`.name as `shipping_method.translation.name`, `shipping_method.translation`.description as `shipping_method.translation.description`, `shipping_method.translation`.tracking_url as `shipping_method.translation.trackingUrl`, `shipping_method.translation`.custom_fields as `shipping_method.translation.customFields`, `shipping_method.translation`.created_at as `shipping_method.translation.createdAt`, `shipping_method.translation`.updated_at as `shipping_method.translation.updatedAt`, `shipping_method.translation`.shipping_method_id as `shipping_method.translation.shippingMethodId`, `shipping_method.translation`.language_id as `shipping_method.translation.languageId` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation`.language_id = :languageId) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` LEFT JOIN `tax` `shipping_method.tax` ON `shipping_method`.`tax_id` = `shipping_method.tax`.`id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation`.delivery_time_id, `shipping_method.deliveryTime.translation`.name as `shipping_method.deliveryTime.translation.name`, `shipping_method.deliveryTime.translation`.custom_fields as `shipping_method.deliveryTime.translation.customFields`, `shipping_method.deliveryTime.translation`.created_at as `shipping_method.deliveryTime.translation.createdAt`, `shipping_method.deliveryTime.translation`.updated_at as `shipping_method.deliveryTime.translation.updatedAt`, `shipping_method.deliveryTime.translation`.delivery_time_id as `shipping_method.deliveryTime.translation.deliveryTimeId`, `shipping_method.deliveryTime.translation`.language_id as `shipping_method.deliveryTime.translation.languageId` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation`.language_id = :languageId) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation`.`delivery_time_id` = `shipping_method.deliveryTime`.`id` WHERE `shipping_method`.`id` IN (:ids)
0.25 ms
(0.00%)
# cart::shipping-methods::association::prices::read
SELECT `shipping_method_price`.`id` as `shipping_method_price.id`, `shipping_method_price`.`shipping_method_id` as `shipping_method_price.shippingMethodId`, `shipping_method_price`.`rule_id` as `shipping_method_price.ruleId`, `shipping_method_price`.`calculation` as `shipping_method_price.calculation`, `shipping_method_price`.`calculation_rule_id` as `shipping_method_price.calculationRuleId`, `shipping_method_price`.`quantity_start` as `shipping_method_price.quantityStart`, `shipping_method_price`.`quantity_end` as `shipping_method_price.quantityEnd`, `shipping_method_price`.`currency_price` as `shipping_method_price.currencyPrice`, `shipping_method_price`.`custom_fields` as `shipping_method_price.customFields`, `shipping_method_price`.`created_at` as `shipping_method_price.createdAt`, `shipping_method_price`.`updated_at` as `shipping_method_price.updatedAt` FROM `shipping_method_price` WHERE (`shipping_method_price`.`shipping_method_id` IN (:param_2eee565c7ab3412b848b188261ac1c4e))
1.50 ms
(0.00%)
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = :languageId) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = :param_fce06e002d6a4a99905e8aed283409e9)
0.10 ms
(0.00%)
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   `app`.`version` AS appVersion
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
0.07 ms
(0.00%)
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
0.16 ms
(0.00%)
SELECT `country`.`id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country`.`id` = `country.salesChannels.mapping`.`country_id`  LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping`.`sales_channel_id` = `country.salesChannels`.`id`  WHERE ((`country.salesChannels`.`id` = :param_1b7777d7b0c24298b5141f35974d13ac)) AND (`country`.`id` IN (:ids)) GROUP BY `country`.`id`
1.41 ms
(0.00%)
SELECT `app`.`id` as `app.id`, `app`.`name` as `app.name`, `app`.`path` as `app.path`, `app`.`author` as `app.author`, `app`.`copyright` as `app.copyright`, `app`.`license` as `app.license`, `app`.`active` as `app.active`, `app`.`configurable` as `app.configurable`, `app`.`privacy` as `app.privacy`, `app`.`version` as `app.version`, `app`.`icon` as `app.iconRaw`, `app`.`app_secret` as `app.appSecret`, `app`.`modules` as `app.modules`, `app`.`main_module` as `app.mainModule`, `app`.`cookies` as `app.cookies`, `app`.`integration_id` as `app.integrationId`, `app.integration`.`id` as `app.integration.id`, `app.integration`.`label` as `app.integration.label`, `app.integration`.`access_key` as `app.integration.accessKey`, `app.integration`.`secret_access_key` as `app.integration.secretAccessKey`, `app.integration`.`write_access` as `app.integration.writeAccess`, `app.integration`.`last_usage_at` as `app.integration.lastUsageAt`, `app.integration`.`admin` as `app.integration.admin`, `app.integration`.`custom_fields` as `app.integration.customFields`, `app.integration`.`deleted_at` as `app.integration.deletedAt`, `app.integration`.`created_at` as `app.integration.createdAt`, `app.integration`.`updated_at` as `app.integration.updatedAt`, `app`.`acl_role_id` as `app.aclRoleId`, `app.aclRole`.`id` as `app.aclRole.id`, `app.aclRole`.`name` as `app.aclRole.name`, `app.aclRole`.`description` as `app.aclRole.description`, `app.aclRole`.`privileges` as `app.aclRole.privileges`, `app.aclRole`.`deleted_at` as `app.aclRole.deletedAt`, `app.aclRole`.`created_at` as `app.aclRole.createdAt`, `app.aclRole`.`updated_at` as `app.aclRole.updatedAt`, `app`.`created_at` as `app.createdAt`, `app`.`updated_at` as `app.updatedAt`, `app.translation.label`, COALESCE(`app.translation.label`,`app.translation.label`) as `app.label`, `app.translation.description`, COALESCE(`app.translation.description`,`app.translation.description`) as `app.description`, `app.translation.privacyPolicyExtensions`, COALESCE(`app.translation.privacyPolicyExtensions`,`app.translation.privacyPolicyExtensions`) as `app.privacyPolicyExtensions`, `app.translation.customFields`, COALESCE(`app.translation.customFields`,`app.translation.customFields`) as `app.customFields`, `app.translation.createdAt`, `app.translation.updatedAt`, `app.translation.appId`, `app.translation.languageId` FROM `app` LEFT JOIN (SELECT `app.translation`.app_id, `app.translation`.label as `app.translation.label`, `app.translation`.description as `app.translation.description`, `app.translation`.privacy_policy_extensions as `app.translation.privacyPolicyExtensions`, `app.translation`.custom_fields as `app.translation.customFields`, `app.translation`.created_at as `app.translation.createdAt`, `app.translation`.updated_at as `app.translation.updatedAt`, `app.translation`.app_id as `app.translation.appId`, `app.translation`.language_id as `app.translation.languageId` FROM `app_translation` `app.translation` WHERE `app.translation`.language_id = :languageId) `app.app_translation` ON `app.app_translation`.`app_id` = `app`.`id` LEFT JOIN `integration` `app.integration` ON `app`.`integration_id` = `app.integration`.`id` LEFT JOIN `acl_role` `app.aclRole` ON `app`.`acl_role_id` = `app.aclRole`.`id` WHERE (`app`.`active` = :param_9eed1805aa8441b092d54eabf4ea03c3)
0.13 ms
(0.00%)
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS scriptName,
                   `script`.`script` AS script,
                   `script`.`hook` AS hook,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified,
                   `app`.`name` AS appName,
                   `app`.`version` AS appVersion
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
0.10 ms
(0.00%)
SELECT LOWER(HEX(`script`.`app_id`)) as `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   IFNULL(`script`.`updated_at`, `script`.`created_at`) AS lastModified
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` = 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
0.95 ms
(0.00%)
SELECT `kaylo_management_workshop`.`id` FROM `kaylo_management_workshop` WHERE (`kaylo_management_workshop`.`active` = :param_abea8ea030d54fb0a06edd5414a4ae72) LIMIT 500
6.72 ms
(0.00%)
SELECT `kaylo_management_workshop`.`id` as `kaylo_management_workshop.id`, `kaylo_management_workshop`.`active` as `kaylo_management_workshop.active`, `kaylo_management_workshop`.`title` as `kaylo_management_workshop.title`, `kaylo_management_workshop`.`tax_id` as `kaylo_management_workshop.taxId`, `kaylo_management_workshop`.`price` as `kaylo_management_workshop.price`, `kaylo_management_workshop`.`hero_banner_media_id` as `kaylo_management_workshop.heroBannerMediaId`, `kaylo_management_workshop`.`hero_banner_thumbnail_id` as `kaylo_management_workshop.heroBannerThumbnailId`, `kaylo_management_workshop`.`hero_banner_layout` as `kaylo_management_workshop.heroBannerLayout`, `kaylo_management_workshop`.`hero_banner_description` as `kaylo_management_workshop.heroBannerDescription`, `kaylo_management_workshop`.`start_at` as `kaylo_management_workshop.startAt`, `kaylo_management_workshop`.`duration` as `kaylo_management_workshop.duration`, `kaylo_management_workshop`.`visibility` as `kaylo_management_workshop.visibility`, `kaylo_management_workshop`.`intensity` as `kaylo_management_workshop.intensity`, `kaylo_management_workshop`.`onDemandPlaylist` as `kaylo_management_workshop.onDemandPlaylist`, `kaylo_management_workshop`.`onDemandSetup` as `kaylo_management_workshop.onDemandSetup`, `kaylo_management_workshop`.`workshopTags` as `kaylo_management_workshop.workshopTags`, `kaylo_management_workshop`.`category` as `kaylo_management_workshop.category`, `kaylo_management_workshop`.`priority` as `kaylo_management_workshop.priority`, `kaylo_management_workshop`.`workshopRedirect` as `kaylo_management_workshop.workshopRedirect`, `kaylo_management_workshop`.`payableProductId` as `kaylo_management_workshop.payableProductId`, `kaylo_management_workshop`.`spiritual_depth` as `kaylo_management_workshop.spiritualDepth`, `kaylo_management_workshop`.`type` as `kaylo_management_workshop.type`, `kaylo_management_workshop`.`participants_count` as `kaylo_management_workshop.participantsCount`, `kaylo_management_workshop`.`short_description` as `kaylo_management_workshop.shortDescription`, `kaylo_management_workshop`.`show_sessions` as `kaylo_management_workshop.showSessions`, `kaylo_management_workshop.tax`.`id` as `kaylo_management_workshop.tax.id`, `kaylo_management_workshop.tax`.`tax_rate` as `kaylo_management_workshop.tax.taxRate`, `kaylo_management_workshop.tax`.`name` as `kaylo_management_workshop.tax.name`, `kaylo_management_workshop.tax`.`position` as `kaylo_management_workshop.tax.position`, `kaylo_management_workshop.tax`.`custom_fields` as `kaylo_management_workshop.tax.customFields`, `kaylo_management_workshop.tax`.`created_at` as `kaylo_management_workshop.tax.createdAt`, `kaylo_management_workshop.tax`.`updated_at` as `kaylo_management_workshop.tax.updatedAt`, `kaylo_management_workshop.heroBannerMedia`.`id` as `kaylo_management_workshop.heroBannerMedia.id`, `kaylo_management_workshop.heroBannerMedia`.`user_id` as `kaylo_management_workshop.heroBannerMedia.userId`, `kaylo_management_workshop.heroBannerMedia`.`media_folder_id` as `kaylo_management_workshop.heroBannerMedia.mediaFolderId`, `kaylo_management_workshop.heroBannerMedia`.`mime_type` as `kaylo_management_workshop.heroBannerMedia.mimeType`, `kaylo_management_workshop.heroBannerMedia`.`file_extension` as `kaylo_management_workshop.heroBannerMedia.fileExtension`, `kaylo_management_workshop.heroBannerMedia`.`uploaded_at` as `kaylo_management_workshop.heroBannerMedia.uploadedAt`, `kaylo_management_workshop.heroBannerMedia`.`file_name` as `kaylo_management_workshop.heroBannerMedia.fileName`, `kaylo_management_workshop.heroBannerMedia`.`file_size` as `kaylo_management_workshop.heroBannerMedia.fileSize`, `kaylo_management_workshop.heroBannerMedia`.`media_type` as `kaylo_management_workshop.heroBannerMedia.mediaTypeRaw`, `kaylo_management_workshop.heroBannerMedia`.`meta_data` as `kaylo_management_workshop.heroBannerMedia.metaData`, `kaylo_management_workshop.heroBannerMedia`.`private` as `kaylo_management_workshop.heroBannerMedia.private`, `kaylo_management_workshop.heroBannerMedia`.`thumbnails_ro` as `kaylo_management_workshop.heroBannerMedia.thumbnailsRo`, `kaylo_management_workshop.heroBannerMedia`.`created_at` as `kaylo_management_workshop.heroBannerMedia.createdAt`, `kaylo_management_workshop.heroBannerMedia`.`updated_at` as `kaylo_management_workshop.heroBannerMedia.updatedAt`, `kaylo_management_workshop.heroBannerMedia.translation.title`, COALESCE(`kaylo_management_workshop.heroBannerMedia.translation.title`,`kaylo_management_workshop.heroBannerMedia.translation.title`) as `kaylo_management_workshop.heroBannerMedia.title`, `kaylo_management_workshop.heroBannerMedia.translation.alt`, COALESCE(`kaylo_management_workshop.heroBannerMedia.translation.alt`,`kaylo_management_workshop.heroBannerMedia.translation.alt`) as `kaylo_management_workshop.heroBannerMedia.alt`, `kaylo_management_workshop.heroBannerMedia.translation.customFields`, COALESCE(`kaylo_management_workshop.heroBannerMedia.translation.customFields`,`kaylo_management_workshop.heroBannerMedia.translation.customFields`) as `kaylo_management_workshop.heroBannerMedia.customFields`, `kaylo_management_workshop.heroBannerMedia.translation.createdAt`, `kaylo_management_workshop.heroBannerMedia.translation.updatedAt`, `kaylo_management_workshop.heroBannerMedia.translation.mediaId`, `kaylo_management_workshop.heroBannerMedia.translation.languageId`, `kaylo_management_workshop.heroBannerThumbnail`.`id` as `kaylo_management_workshop.heroBannerThumbnail.id`, `kaylo_management_workshop.heroBannerThumbnail`.`user_id` as `kaylo_management_workshop.heroBannerThumbnail.userId`, `kaylo_management_workshop.heroBannerThumbnail`.`media_folder_id` as `kaylo_management_workshop.heroBannerThumbnail.mediaFolderId`, `kaylo_management_workshop.heroBannerThumbnail`.`mime_type` as `kaylo_management_workshop.heroBannerThumbnail.mimeType`, `kaylo_management_workshop.heroBannerThumbnail`.`file_extension` as `kaylo_management_workshop.heroBannerThumbnail.fileExtension`, `kaylo_management_workshop.heroBannerThumbnail`.`uploaded_at` as `kaylo_management_workshop.heroBannerThumbnail.uploadedAt`, `kaylo_management_workshop.heroBannerThumbnail`.`file_name` as `kaylo_management_workshop.heroBannerThumbnail.fileName`, `kaylo_management_workshop.heroBannerThumbnail`.`file_size` as `kaylo_management_workshop.heroBannerThumbnail.fileSize`, `kaylo_management_workshop.heroBannerThumbnail`.`media_type` as `kaylo_management_workshop.heroBannerThumbnail.mediaTypeRaw`, `kaylo_management_workshop.heroBannerThumbnail`.`meta_data` as `kaylo_management_workshop.heroBannerThumbnail.metaData`, `kaylo_management_workshop.heroBannerThumbnail`.`private` as `kaylo_management_workshop.heroBannerThumbnail.private`, `kaylo_management_workshop.heroBannerThumbnail`.`thumbnails_ro` as `kaylo_management_workshop.heroBannerThumbnail.thumbnailsRo`, `kaylo_management_workshop.heroBannerThumbnail`.`created_at` as `kaylo_management_workshop.heroBannerThumbnail.createdAt`, `kaylo_management_workshop.heroBannerThumbnail`.`updated_at` as `kaylo_management_workshop.heroBannerThumbnail.updatedAt`, `kaylo_management_workshop.heroBannerThumbnail.translation.title`, COALESCE(`kaylo_management_workshop.heroBannerThumbnail.translation.title`,`kaylo_management_workshop.heroBannerThumbnail.translation.title`) as `kaylo_management_workshop.heroBannerThumbnail.title`, `kaylo_management_workshop.heroBannerThumbnail.translation.alt`, COALESCE(`kaylo_management_workshop.heroBannerThumbnail.translation.alt`,`kaylo_management_workshop.heroBannerThumbnail.translation.alt`) as `kaylo_management_workshop.heroBannerThumbnail.alt`, `kaylo_management_workshop.heroBannerThumbnail.translation.customFields`, COALESCE(`kaylo_management_workshop.heroBannerThumbnail.translation.customFields`,`kaylo_management_workshop.heroBannerThumbnail.translation.customFields`) as `kaylo_management_workshop.heroBannerThumbnail.customFields`, `kaylo_management_workshop.heroBannerThumbnail.translation.createdAt`, `kaylo_management_workshop.heroBannerThumbnail.translation.updatedAt`, `kaylo_management_workshop.heroBannerThumbnail.translation.mediaId`, `kaylo_management_workshop.heroBannerThumbnail.translation.languageId`, `kaylo_management_workshop`.`created_at` as `kaylo_management_workshop.createdAt`, `kaylo_management_workshop`.`updated_at` as `kaylo_management_workshop.updatedAt` FROM `kaylo_management_workshop` LEFT JOIN `tax` `kaylo_management_workshop.tax` ON `kaylo_management_workshop`.`tax_id` = `kaylo_management_workshop.tax`.`id` LEFT JOIN `media` `kaylo_management_workshop.heroBannerMedia` ON `kaylo_management_workshop`.`hero_banner_media_id` = `kaylo_management_workshop.heroBannerMedia`.`id` LEFT JOIN `media` `kaylo_management_workshop.heroBannerThumbnail` ON `kaylo_management_workshop`.`hero_banner_thumbnail_id` = `kaylo_management_workshop.heroBannerThumbnail`.`id` LEFT JOIN (SELECT `kaylo_management_workshop.heroBannerMedia.translation`.media_id, `kaylo_management_workshop.heroBannerMedia.translation`.title as `kaylo_management_workshop.heroBannerMedia.translation.title`, `kaylo_management_workshop.heroBannerMedia.translation`.alt as `kaylo_management_workshop.heroBannerMedia.translation.alt`, `kaylo_management_workshop.heroBannerMedia.translation`.custom_fields as `kaylo_management_workshop.heroBannerMedia.translation.customFields`, `kaylo_management_workshop.heroBannerMedia.translation`.created_at as `kaylo_management_workshop.heroBannerMedia.translation.createdAt`, `kaylo_management_workshop.heroBannerMedia.translation`.updated_at as `kaylo_management_workshop.heroBannerMedia.translation.updatedAt`, `kaylo_management_workshop.heroBannerMedia.translation`.media_id as `kaylo_management_workshop.heroBannerMedia.translation.mediaId`, `kaylo_management_workshop.heroBannerMedia.translation`.language_id as `kaylo_management_workshop.heroBannerMedia.translation.languageId` FROM `media_translation` `kaylo_management_workshop.heroBannerMedia.translation` WHERE `kaylo_management_workshop.heroBannerMedia.translation`.language_id = :languageId) `kaylo_management_workshop.heroBannerMedia.media_translation` ON `kaylo_management_workshop.heroBannerMedia.media_translation`.`media_id` = `kaylo_management_workshop.heroBannerMedia`.`id` LEFT JOIN (SELECT `kaylo_management_workshop.heroBannerThumbnail.translation`.media_id, `kaylo_management_workshop.heroBannerThumbnail.translation`.title as `kaylo_management_workshop.heroBannerThumbnail.translation.title`, `kaylo_management_workshop.heroBannerThumbnail.translation`.alt as `kaylo_management_workshop.heroBannerThumbnail.translation.alt`, `kaylo_management_workshop.heroBannerThumbnail.translation`.custom_fields as `kaylo_management_workshop.heroBannerThumbnail.translation.customFields`, `kaylo_management_workshop.heroBannerThumbnail.translation`.created_at as `kaylo_management_workshop.heroBannerThumbnail.translation.createdAt`, `kaylo_management_workshop.heroBannerThumbnail.translation`.updated_at as `kaylo_management_workshop.heroBannerThumbnail.translation.updatedAt`, `kaylo_management_workshop.heroBannerThumbnail.translation`.media_id as `kaylo_management_workshop.heroBannerThumbnail.translation.mediaId`, `kaylo_management_workshop.heroBannerThumbnail.translation`.language_id as `kaylo_management_workshop.heroBannerThumbnail.translation.languageId` FROM `media_translation` `kaylo_management_workshop.heroBannerThumbnail.translation` WHERE `kaylo_management_workshop.heroBannerThumbnail.translation`.language_id = :languageId) `kaylo_management_workshop.heroBannerThumbnail.media_translation` ON `kaylo_management_workshop.heroBannerThumbnail.media_translation`.`media_id` = `kaylo_management_workshop.heroBannerThumbnail`.`id` WHERE `kaylo_management_workshop`.`id` IN (:ids)
0.37 ms
(0.00%)
SET @n = 0; SET @c = null;
2.18 ms
(0.00%)
SELECT LOWER(HEX(`kaylo_management_workshop`.id)) as id, LOWER(HEX(child.id)) as child_id FROM `kaylo_management_workshop` `kaylo_management_workshop` LEFT JOIN (SELECT @n:=IF(@c=`kaylo_management_workshop_description`.`workshop_id`, @n+1, IF(@c:=`kaylo_management_workshop_description`.`workshop_id`,1,1)) as id_count, `kaylo_management_workshop_description`.`workshop_id`, `kaylo_management_workshop_description`.id, `kaylo_management_workshop_description`.`position` as sort_0 FROM `kaylo_management_workshop_description` WHERE (`kaylo_management_workshop_description`.`workshop_id` IN (:param_ebf60e93aaa543809c78a49f2a2d656e)) ORDER BY `kaylo_management_workshop_description`.`workshop_id` ASC, `kaylo_management_workshop_description`.`position` ASC) child ON child.workshop_id = `kaylo_management_workshop`.id AND id_count >= :offset AND id_count <= :limit WHERE `kaylo_management_workshop`.id IN (:rootIds) ORDER BY sort_0 ASC
0.38 ms
(0.00%)
SELECT `kaylo_management_workshop_description`.`id` as `kaylo_management_workshop_description.id`, `kaylo_management_workshop_description`.`workshop_id` as `kaylo_management_workshop_description.workshopId`, `kaylo_management_workshop_description`.`subtitle` as `kaylo_management_workshop_description.subtitle`, `kaylo_management_workshop_description`.`content` as `kaylo_management_workshop_description.content`, `kaylo_management_workshop_description`.`position` as `kaylo_management_workshop_description.position`, `kaylo_management_workshop_description`.`created_at` as `kaylo_management_workshop_description.createdAt`, `kaylo_management_workshop_description`.`updated_at` as `kaylo_management_workshop_description.updatedAt` FROM `kaylo_management_workshop_description` WHERE `kaylo_management_workshop_description`.`id` IN (:ids)
0.23 ms
(0.00%)
SET @n = 0; SET @c = null;
4.43 ms
(0.00%)
SELECT LOWER(HEX(`s_plugin_netzp_events_slots.workshops.mapping`.`workshop_id`)) as `key`, GROUP_CONCAT(LOWER(HEX(`s_plugin_netzp_events_slots.workshops.mapping`.`slot_id`))  ORDER BY `s_plugin_netzp_events_slots`.`from` ASC) as `value` FROM `s_plugin_netzp_events_slots` LEFT JOIN `kaylo_management_workshop_events_mapping` `s_plugin_netzp_events_slots.workshops.mapping` ON `s_plugin_netzp_events_slots`.`id` = `s_plugin_netzp_events_slots.workshops.mapping`.`slot_id`  LEFT JOIN `kaylo_management_workshop` `s_plugin_netzp_events_slots.workshops` ON `s_plugin_netzp_events_slots.workshops.mapping`.`workshop_id` = `s_plugin_netzp_events_slots.workshops`.`id`  INNER JOIN (SELECT @n:=IF(@c=`kaylo_management_workshop_events_mapping`.`workshop_id`, @n+1, IF(@c:=`kaylo_management_workshop_events_mapping`.`workshop_id`,1,1)) as id_count, `kaylo_management_workshop_events_mapping`.`slot_id`, `kaylo_management_workshop_events_mapping`.`workshop_id` FROM `kaylo_management_workshop_events_mapping` `kaylo_management_workshop_events_mapping` ORDER BY `kaylo_management_workshop_events_mapping`.`workshop_id` ASC) counter_table ON counter_table.`workshop_id` = `s_plugin_netzp_events_slots.workshops.mapping`.`workshop_id` AND
                     counter_table.`slot_id` = `s_plugin_netzp_events_slots.workshops.mapping`.`slot_id` AND
                     counter_table.id_count <= :limit WHERE (`s_plugin_netzp_events_slots.workshops`.`id` IN (:param_c2f8fdbec64f410dab58a3ca6d1067ae)) GROUP BY `s_plugin_netzp_events_slots.workshops.mapping`.`workshop_id`
99.57 ms
(0.00%)
SELECT `s_plugin_netzp_events_slots`.`id` as `s_plugin_netzp_events_slots.id`, `s_plugin_netzp_events_slots`.`event_id` as `s_plugin_netzp_events_slots.eventid`, `s_plugin_netzp_events_slots`.`active` as `s_plugin_netzp_events_slots.active`, `s_plugin_netzp_events_slots`.`from` as `s_plugin_netzp_events_slots.from`, `s_plugin_netzp_events_slots`.`until` as `s_plugin_netzp_events_slots.until`, `s_plugin_netzp_events_slots`.`tickets_available` as `s_plugin_netzp_events_slots.ticketsAvailable`, `s_plugin_netzp_events_slots`.`tickets_booked` as `s_plugin_netzp_events_slots.ticketsBooked`, `s_plugin_netzp_events_slots.event`.`id` as `s_plugin_netzp_events_slots.event.id`, `s_plugin_netzp_events_slots.event`.`imageid` as `s_plugin_netzp_events_slots.event.imageid`, `s_plugin_netzp_events_slots.event`.`categoryid` as `s_plugin_netzp_events_slots.event.categoryId`, `s_plugin_netzp_events_slots.event`.`bookable` as `s_plugin_netzp_events_slots.event.bookable`, `s_plugin_netzp_events_slots.event.image`.`id` as `s_plugin_netzp_events_slots.event.image.id`, `s_plugin_netzp_events_slots.event.image`.`user_id` as `s_plugin_netzp_events_slots.event.image.userId`, `s_plugin_netzp_events_slots.event.image`.`media_folder_id` as `s_plugin_netzp_events_slots.event.image.mediaFolderId`, `s_plugin_netzp_events_slots.event.image`.`mime_type` as `s_plugin_netzp_events_slots.event.image.mimeType`, `s_plugin_netzp_events_slots.event.image`.`file_extension` as `s_plugin_netzp_events_slots.event.image.fileExtension`, `s_plugin_netzp_events_slots.event.image`.`uploaded_at` as `s_plugin_netzp_events_slots.event.image.uploadedAt`, `s_plugin_netzp_events_slots.event.image`.`file_name` as `s_plugin_netzp_events_slots.event.image.fileName`, `s_plugin_netzp_events_slots.event.image`.`file_size` as `s_plugin_netzp_events_slots.event.image.fileSize`, `s_plugin_netzp_events_slots.event.image`.`media_type` as `s_plugin_netzp_events_slots.event.image.mediaTypeRaw`, `s_plugin_netzp_events_slots.event.image`.`meta_data` as `s_plugin_netzp_events_slots.event.image.metaData`, `s_plugin_netzp_events_slots.event.image`.`private` as `s_plugin_netzp_events_slots.event.image.private`, `s_plugin_netzp_events_slots.event.image`.`thumbnails_ro` as `s_plugin_netzp_events_slots.event.image.thumbnailsRo`, `s_plugin_netzp_events_slots.event.image`.`created_at` as `s_plugin_netzp_events_slots.event.image.createdAt`, `s_plugin_netzp_events_slots.event.image`.`updated_at` as `s_plugin_netzp_events_slots.event.image.updatedAt`, `s_plugin_netzp_events_slots.event.image.translation.title`, COALESCE(`s_plugin_netzp_events_slots.event.image.translation.title`,`s_plugin_netzp_events_slots.event.image.translation.title`) as `s_plugin_netzp_events_slots.event.image.title`, `s_plugin_netzp_events_slots.event.image.translation.alt`, COALESCE(`s_plugin_netzp_events_slots.event.image.translation.alt`,`s_plugin_netzp_events_slots.event.image.translation.alt`) as `s_plugin_netzp_events_slots.event.image.alt`, `s_plugin_netzp_events_slots.event.image.translation.customFields`, COALESCE(`s_plugin_netzp_events_slots.event.image.translation.customFields`,`s_plugin_netzp_events_slots.event.image.translation.customFields`) as `s_plugin_netzp_events_slots.event.image.customFields`, `s_plugin_netzp_events_slots.event.image.translation.createdAt`, `s_plugin_netzp_events_slots.event.image.translation.updatedAt`, `s_plugin_netzp_events_slots.event.image.translation.mediaId`, `s_plugin_netzp_events_slots.event.image.translation.languageId`, `s_plugin_netzp_events_slots.event`.`categoryid` as `s_plugin_netzp_events_slots.event.categoryid`, `s_plugin_netzp_events_slots.event.category`.`id` as `s_plugin_netzp_events_slots.event.category.id`, `s_plugin_netzp_events_slots.event.category`.`created_at` as `s_plugin_netzp_events_slots.event.category.createdAt`, `s_plugin_netzp_events_slots.event.category`.`updated_at` as `s_plugin_netzp_events_slots.event.category.updatedAt`, `s_plugin_netzp_events_slots.event.category.translation.title`, COALESCE(`s_plugin_netzp_events_slots.event.category.translation.title`,`s_plugin_netzp_events_slots.event.category.translation.title`) as `s_plugin_netzp_events_slots.event.category.title`, `s_plugin_netzp_events_slots.event.category.translation.teaser`, COALESCE(`s_plugin_netzp_events_slots.event.category.translation.teaser`,`s_plugin_netzp_events_slots.event.category.translation.teaser`) as `s_plugin_netzp_events_slots.event.category.teaser`, `s_plugin_netzp_events_slots.event.category.translation.createdAt`, `s_plugin_netzp_events_slots.event.category.translation.updatedAt`, `s_plugin_netzp_events_slots.event.category.translation.sPluginNetzpEventsCategoriesId`, `s_plugin_netzp_events_slots.event.category.translation.languageId`, `s_plugin_netzp_events_slots.event`.`productid` as `s_plugin_netzp_events_slots.event.productid`, `s_plugin_netzp_events_slots.event`.`created_at` as `s_plugin_netzp_events_slots.event.createdAt`, `s_plugin_netzp_events_slots.event`.`updated_at` as `s_plugin_netzp_events_slots.event.updatedAt`, `s_plugin_netzp_events_slots.event.product`.`id` as `s_plugin_netzp_events_slots.event.product.id`, `s_plugin_netzp_events_slots.event.product`.`version_id` as `s_plugin_netzp_events_slots.event.product.versionId`, `s_plugin_netzp_events_slots.event.product`.`parent_id` as `s_plugin_netzp_events_slots.event.product.parentId`, `s_plugin_netzp_events_slots.event.product`.`parent_version_id` as `s_plugin_netzp_events_slots.event.product.parentVersionId`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`product_manufacturer_id`, `s_plugin_netzp_events_slots.event.product.parent`.`product_manufacturer_id`) as `s_plugin_netzp_events_slots.event.product.manufacturerId`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`product_manufacturer_version_id`, `s_plugin_netzp_events_slots.event.product.parent`.`product_manufacturer_version_id`) as `s_plugin_netzp_events_slots.event.product.productManufacturerVersionId`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`unit_id`, `s_plugin_netzp_events_slots.event.product.parent`.`unit_id`) as `s_plugin_netzp_events_slots.event.product.unitId`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`tax_id`, `s_plugin_netzp_events_slots.event.product.parent`.`tax_id`) as `s_plugin_netzp_events_slots.event.product.taxId`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`product_media_id`, `s_plugin_netzp_events_slots.event.product.parent`.`product_media_id`) as `s_plugin_netzp_events_slots.event.product.coverId`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`product_media_version_id`, `s_plugin_netzp_events_slots.event.product.parent`.`product_media_version_id`) as `s_plugin_netzp_events_slots.event.product.productMediaVersionId`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`delivery_time_id`, `s_plugin_netzp_events_slots.event.product.parent`.`delivery_time_id`) as `s_plugin_netzp_events_slots.event.product.deliveryTimeId`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`product_feature_set_id`, `s_plugin_netzp_events_slots.event.product.parent`.`product_feature_set_id`) as `s_plugin_netzp_events_slots.event.product.featureSetId`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`canonical_product_id`, `s_plugin_netzp_events_slots.event.product.parent`.`canonical_product_id`) as `s_plugin_netzp_events_slots.event.product.canonicalProductId`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`cms_page_id`, `s_plugin_netzp_events_slots.event.product.parent`.`cms_page_id`) as `s_plugin_netzp_events_slots.event.product.cmsPageId`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`cms_page_version_id`, `s_plugin_netzp_events_slots.event.product.parent`.`cms_page_version_id`) as `s_plugin_netzp_events_slots.event.product.cmsPageVersionId`, `s_plugin_netzp_events_slots.event.product.parent`.`price` as `s_plugin_netzp_events_slots.event.product.price.inherited`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`price`, `s_plugin_netzp_events_slots.event.product.parent`.`price`) as `s_plugin_netzp_events_slots.event.product.price`, `s_plugin_netzp_events_slots.event.product`.`product_number` as `s_plugin_netzp_events_slots.event.product.productNumber`, `s_plugin_netzp_events_slots.event.product`.`stock` as `s_plugin_netzp_events_slots.event.product.stock`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`restock_time`, `s_plugin_netzp_events_slots.event.product.parent`.`restock_time`) as `s_plugin_netzp_events_slots.event.product.restockTime`, `s_plugin_netzp_events_slots.event.product`.`auto_increment` as `s_plugin_netzp_events_slots.event.product.autoIncrement`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`active`, `s_plugin_netzp_events_slots.event.product.parent`.`active`) as `s_plugin_netzp_events_slots.event.product.active`, `s_plugin_netzp_events_slots.event.product`.`available_stock` as `s_plugin_netzp_events_slots.event.product.availableStock`, `s_plugin_netzp_events_slots.event.product`.`available` as `s_plugin_netzp_events_slots.event.product.available`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`is_closeout`, `s_plugin_netzp_events_slots.event.product.parent`.`is_closeout`) as `s_plugin_netzp_events_slots.event.product.isCloseout`, `s_plugin_netzp_events_slots.event.product`.`display_group` as `s_plugin_netzp_events_slots.event.product.displayGroup`, `s_plugin_netzp_events_slots.event.product.parent`.`configurator_group_config` as `s_plugin_netzp_events_slots.event.product.configuratorGroupConfig.inherited`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`configurator_group_config`, `s_plugin_netzp_events_slots.event.product.parent`.`configurator_group_config`) as `s_plugin_netzp_events_slots.event.product.configuratorGroupConfig`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`main_variant_id`, `s_plugin_netzp_events_slots.event.product.parent`.`main_variant_id`) as `s_plugin_netzp_events_slots.event.product.mainVariantId`, `s_plugin_netzp_events_slots.event.product`.`variant_restrictions` as `s_plugin_netzp_events_slots.event.product.variantRestrictions`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`manufacturer_number`, `s_plugin_netzp_events_slots.event.product.parent`.`manufacturer_number`) as `s_plugin_netzp_events_slots.event.product.manufacturerNumber`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`ean`, `s_plugin_netzp_events_slots.event.product.parent`.`ean`) as `s_plugin_netzp_events_slots.event.product.ean`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`purchase_steps`, `s_plugin_netzp_events_slots.event.product.parent`.`purchase_steps`) as `s_plugin_netzp_events_slots.event.product.purchaseSteps`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`max_purchase`, `s_plugin_netzp_events_slots.event.product.parent`.`max_purchase`) as `s_plugin_netzp_events_slots.event.product.maxPurchase`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`min_purchase`, `s_plugin_netzp_events_slots.event.product.parent`.`min_purchase`) as `s_plugin_netzp_events_slots.event.product.minPurchase`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`purchase_unit`, `s_plugin_netzp_events_slots.event.product.parent`.`purchase_unit`) as `s_plugin_netzp_events_slots.event.product.purchaseUnit`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`reference_unit`, `s_plugin_netzp_events_slots.event.product.parent`.`reference_unit`) as `s_plugin_netzp_events_slots.event.product.referenceUnit`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`shipping_free`, `s_plugin_netzp_events_slots.event.product.parent`.`shipping_free`) as `s_plugin_netzp_events_slots.event.product.shippingFree`, `s_plugin_netzp_events_slots.event.product.parent`.`purchase_prices` as `s_plugin_netzp_events_slots.event.product.purchasePrices.inherited`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`purchase_prices`, `s_plugin_netzp_events_slots.event.product.parent`.`purchase_prices`) as `s_plugin_netzp_events_slots.event.product.purchasePrices`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`mark_as_topseller`, `s_plugin_netzp_events_slots.event.product.parent`.`mark_as_topseller`) as `s_plugin_netzp_events_slots.event.product.markAsTopseller`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`weight`, `s_plugin_netzp_events_slots.event.product.parent`.`weight`) as `s_plugin_netzp_events_slots.event.product.weight`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`width`, `s_plugin_netzp_events_slots.event.product.parent`.`width`) as `s_plugin_netzp_events_slots.event.product.width`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`height`, `s_plugin_netzp_events_slots.event.product.parent`.`height`) as `s_plugin_netzp_events_slots.event.product.height`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`length`, `s_plugin_netzp_events_slots.event.product.parent`.`length`) as `s_plugin_netzp_events_slots.event.product.length`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`release_date`, `s_plugin_netzp_events_slots.event.product.parent`.`release_date`) as `s_plugin_netzp_events_slots.event.product.releaseDate`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`rating_average`, `s_plugin_netzp_events_slots.event.product.parent`.`rating_average`) as `s_plugin_netzp_events_slots.event.product.ratingAverage`, `s_plugin_netzp_events_slots.event.product.parent`.`category_tree` as `s_plugin_netzp_events_slots.event.product.categoryTree.inherited`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`category_tree`, `s_plugin_netzp_events_slots.event.product.parent`.`category_tree`) as `s_plugin_netzp_events_slots.event.product.categoryTree`, `s_plugin_netzp_events_slots.event.product.parent`.`property_ids` as `s_plugin_netzp_events_slots.event.product.propertyIds.inherited`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`property_ids`, `s_plugin_netzp_events_slots.event.product.parent`.`property_ids`) as `s_plugin_netzp_events_slots.event.product.propertyIds`, `s_plugin_netzp_events_slots.event.product.parent`.`option_ids` as `s_plugin_netzp_events_slots.event.product.optionIds.inherited`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`option_ids`, `s_plugin_netzp_events_slots.event.product.parent`.`option_ids`) as `s_plugin_netzp_events_slots.event.product.optionIds`, `s_plugin_netzp_events_slots.event.product.parent`.`stream_ids` as `s_plugin_netzp_events_slots.event.product.streamIds.inherited`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`stream_ids`, `s_plugin_netzp_events_slots.event.product.parent`.`stream_ids`) as `s_plugin_netzp_events_slots.event.product.streamIds`, `s_plugin_netzp_events_slots.event.product.parent`.`tag_ids` as `s_plugin_netzp_events_slots.event.product.tagIds.inherited`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`tag_ids`, `s_plugin_netzp_events_slots.event.product.parent`.`tag_ids`) as `s_plugin_netzp_events_slots.event.product.tagIds`, `s_plugin_netzp_events_slots.event.product.parent`.`category_ids` as `s_plugin_netzp_events_slots.event.product.categoryIds.inherited`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`category_ids`, `s_plugin_netzp_events_slots.event.product.parent`.`category_ids`) as `s_plugin_netzp_events_slots.event.product.categoryIds`, `s_plugin_netzp_events_slots.event.product`.`child_count` as `s_plugin_netzp_events_slots.event.product.childCount`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`custom_field_set_selection_active`, `s_plugin_netzp_events_slots.event.product.parent`.`custom_field_set_selection_active`) as `s_plugin_netzp_events_slots.event.product.customFieldSetSelectionActive`, `s_plugin_netzp_events_slots.event.product`.`sales` as `s_plugin_netzp_events_slots.event.product.sales`, `s_plugin_netzp_events_slots.event.product.tax`.`id` as `s_plugin_netzp_events_slots.event.product.tax.id`, `s_plugin_netzp_events_slots.event.product.tax`.`tax_rate` as `s_plugin_netzp_events_slots.event.product.tax.taxRate`, `s_plugin_netzp_events_slots.event.product.tax`.`name` as `s_plugin_netzp_events_slots.event.product.tax.name`, `s_plugin_netzp_events_slots.event.product.tax`.`position` as `s_plugin_netzp_events_slots.event.product.tax.position`, `s_plugin_netzp_events_slots.event.product.tax`.`custom_fields` as `s_plugin_netzp_events_slots.event.product.tax.customFields`, `s_plugin_netzp_events_slots.event.product.tax`.`created_at` as `s_plugin_netzp_events_slots.event.product.tax.createdAt`, `s_plugin_netzp_events_slots.event.product.tax`.`updated_at` as `s_plugin_netzp_events_slots.event.product.tax.updatedAt`, `s_plugin_netzp_events_slots.event.product.parent`.`cheapest_price` as `s_plugin_netzp_events_slots.event.product.cheapestPrice.inherited`, COALESCE(`s_plugin_netzp_events_slots.event.product`.`cheapest_price`, `s_plugin_netzp_events_slots.event.product.parent`.`cheapest_price`) as `s_plugin_netzp_events_slots.event.product.cheapestPrice`, `s_plugin_netzp_events_slots.event.product`.`created_at` as `s_plugin_netzp_events_slots.event.product.createdAt`, `s_plugin_netzp_events_slots.event.product`.`updated_at` as `s_plugin_netzp_events_slots.event.product.updatedAt`, `s_plugin_netzp_events_slots.event.product.manufacturer`.`id` as `s_plugin_netzp_events_slots.event.product.manufacturer.id`, `s_plugin_netzp_events_slots.event.product.manufacturer`.`version_id` as `s_plugin_netzp_events_slots.event.product.manufacturer.versionId`, `s_plugin_netzp_events_slots.event.product.manufacturer`.`media_id` as `s_plugin_netzp_events_slots.event.product.manufacturer.mediaId`, `s_plugin_netzp_events_slots.event.product.manufacturer`.`link` as `s_plugin_netzp_events_slots.event.product.manufacturer.link`, `s_plugin_netzp_events_slots.event.product.manufacturer`.`created_at` as `s_plugin_netzp_events_slots.event.product.manufacturer.createdAt`, `s_plugin_netzp_events_slots.event.product.manufacturer`.`updated_at` as `s_plugin_netzp_events_slots.event.product.manufacturer.updatedAt`, `s_plugin_netzp_events_slots.event.product.manufacturer.media`.`id` as `s_plugin_netzp_events_slots.event.product.manufacturer.media.id`, `s_plugin_netzp_events_slots.event.product.manufacturer.media`.`user_id` as `s_plugin_netzp_events_slots.event.product.manufacturer.media.userId`, `s_plugin_netzp_events_slots.event.product.manufacturer.media`.`media_folder_id` as `s_plugin_netzp_events_slots.event.product.manufacturer.media.mediaFolderId`, `s_plugin_netzp_events_slots.event.product.manufacturer.media`.`mime_type` as `s_plugin_netzp_events_slots.event.product.manufacturer.media.mimeType`, `s_plugin_netzp_events_slots.event.product.manufacturer.media`.`file_extension` as `s_plugin_netzp_events_slots.event.product.manufacturer.media.fileExtension`, `s_plugin_netzp_events_slots.event.product.manufacturer.media`.`uploaded_at` as `s_plugin_netzp_events_slots.event.product.manufacturer.media.uploadedAt`, `s_plugin_netzp_events_slots.event.product.manufacturer.media`.`file_name` as `s_plugin_netzp_events_slots.event.product.manufacturer.media.fileName`, `s_plugin_netzp_events_slots.event.product.manufacturer.media`.`file_size` as `s_plugin_netzp_events_slots.event.product.manufacturer.media.fileSize`, `s_plugin_netzp_events_slots.event.product.manufacturer.media`.`media_type` as `s_plugin_netzp_events_slots.event.product.manufacturer.media.mediaTypeRaw`, `s_plugin_netzp_events_slots.event.product.manufacturer.media`.`meta_data` as `s_plugin_netzp_events_slots.event.product.manufacturer.media.metaData`, `s_plugin_netzp_events_slots.event.product.manufacturer.media`.`private` as `s_plugin_netzp_events_slots.event.product.manufacturer.media.private`, `s_plugin_netzp_events_slots.event.product.manufacturer.media`.`thumbnails_ro` as `s_plugin_netzp_events_slots.event.product.manufacturer.media.thumbnailsRo`, `s_plugin_netzp_events_slots.event.product.manufacturer.media`.`created_at` as `s_plugin_netzp_events_slots.event.product.manufacturer.media.createdAt`, `s_plugin_netzp_events_slots.event.product.manufacturer.media`.`updated_at` as `s_plugin_netzp_events_slots.event.product.manufacturer.media.updatedAt`, `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation.title`, COALESCE(`s_plugin_netzp_events_slots.event.product.manufacturer.media.translation.title`,`s_plugin_netzp_events_slots.event.product.manufacturer.media.translation.title`) as `s_plugin_netzp_events_slots.event.product.manufacturer.media.title`, `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation.alt`, COALESCE(`s_plugin_netzp_events_slots.event.product.manufacturer.media.translation.alt`,`s_plugin_netzp_events_slots.event.product.manufacturer.media.translation.alt`) as `s_plugin_netzp_events_slots.event.product.manufacturer.media.alt`, `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation.customFields`, COALESCE(`s_plugin_netzp_events_slots.event.product.manufacturer.media.translation.customFields`,`s_plugin_netzp_events_slots.event.product.manufacturer.media.translation.customFields`) as `s_plugin_netzp_events_slots.event.product.manufacturer.media.customFields`, `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation.createdAt`, `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation.updatedAt`, `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation.mediaId`, `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation.languageId`, `s_plugin_netzp_events_slots.event.product.manufacturer.translation.name`, COALESCE(`s_plugin_netzp_events_slots.event.product.manufacturer.translation.name`,`s_plugin_netzp_events_slots.event.product.manufacturer.translation.name`) as `s_plugin_netzp_events_slots.event.product.manufacturer.name`, `s_plugin_netzp_events_slots.event.product.manufacturer.translation.description`, COALESCE(`s_plugin_netzp_events_slots.event.product.manufacturer.translation.description`,`s_plugin_netzp_events_slots.event.product.manufacturer.translation.description`) as `s_plugin_netzp_events_slots.event.product.manufacturer.description`, `s_plugin_netzp_events_slots.event.product.manufacturer.translation.customFields`, COALESCE(`s_plugin_netzp_events_slots.event.product.manufacturer.translation.customFields`,`s_plugin_netzp_events_slots.event.product.manufacturer.translation.customFields`) as `s_plugin_netzp_events_slots.event.product.manufacturer.customFields`, `s_plugin_netzp_events_slots.event.product.manufacturer.translation.createdAt`, `s_plugin_netzp_events_slots.event.product.manufacturer.translation.updatedAt`, `s_plugin_netzp_events_slots.event.product.manufacturer.translation.productManufacturerId`, `s_plugin_netzp_events_slots.event.product.manufacturer.translation.languageId`, `s_plugin_netzp_events_slots.event.product.manufacturer.translation.productManufacturerVersionId`, `s_plugin_netzp_events_slots.event.product.cover`.`id` as `s_plugin_netzp_events_slots.event.product.cover.id`, `s_plugin_netzp_events_slots.event.product.cover`.`version_id` as `s_plugin_netzp_events_slots.event.product.cover.versionId`, `s_plugin_netzp_events_slots.event.product.cover`.`product_id` as `s_plugin_netzp_events_slots.event.product.cover.productId`, `s_plugin_netzp_events_slots.event.product.cover`.`product_version_id` as `s_plugin_netzp_events_slots.event.product.cover.productVersionId`, `s_plugin_netzp_events_slots.event.product.cover`.`media_id` as `s_plugin_netzp_events_slots.event.product.cover.mediaId`, `s_plugin_netzp_events_slots.event.product.cover`.`position` as `s_plugin_netzp_events_slots.event.product.cover.position`, `s_plugin_netzp_events_slots.event.product.cover.media`.`id` as `s_plugin_netzp_events_slots.event.product.cover.media.id`, `s_plugin_netzp_events_slots.event.product.cover.media`.`user_id` as `s_plugin_netzp_events_slots.event.product.cover.media.userId`, `s_plugin_netzp_events_slots.event.product.cover.media`.`media_folder_id` as `s_plugin_netzp_events_slots.event.product.cover.media.mediaFolderId`, `s_plugin_netzp_events_slots.event.product.cover.media`.`mime_type` as `s_plugin_netzp_events_slots.event.product.cover.media.mimeType`, `s_plugin_netzp_events_slots.event.product.cover.media`.`file_extension` as `s_plugin_netzp_events_slots.event.product.cover.media.fileExtension`, `s_plugin_netzp_events_slots.event.product.cover.media`.`uploaded_at` as `s_plugin_netzp_events_slots.event.product.cover.media.uploadedAt`, `s_plugin_netzp_events_slots.event.product.cover.media`.`file_name` as `s_plugin_netzp_events_slots.event.product.cover.media.fileName`, `s_plugin_netzp_events_slots.event.product.cover.media`.`file_size` as `s_plugin_netzp_events_slots.event.product.cover.media.fileSize`, `s_plugin_netzp_events_slots.event.product.cover.media`.`media_type` as `s_plugin_netzp_events_slots.event.product.cover.media.mediaTypeRaw`, `s_plugin_netzp_events_slots.event.product.cover.media`.`meta_data` as `s_plugin_netzp_events_slots.event.product.cover.media.metaData`, `s_plugin_netzp_events_slots.event.product.cover.media`.`private` as `s_plugin_netzp_events_slots.event.product.cover.media.private`, `s_plugin_netzp_events_slots.event.product.cover.media`.`thumbnails_ro` as `s_plugin_netzp_events_slots.event.product.cover.media.thumbnailsRo`, `s_plugin_netzp_events_slots.event.product.cover.media`.`created_at` as `s_plugin_netzp_events_slots.event.product.cover.media.createdAt`, `s_plugin_netzp_events_slots.event.product.cover.media`.`updated_at` as `s_plugin_netzp_events_slots.event.product.cover.media.updatedAt`, `s_plugin_netzp_events_slots.event.product.cover.media.translation.title`, COALESCE(`s_plugin_netzp_events_slots.event.product.cover.media.translation.title`,`s_plugin_netzp_events_slots.event.product.cover.media.translation.title`) as `s_plugin_netzp_events_slots.event.product.cover.media.title`, `s_plugin_netzp_events_slots.event.product.cover.media.translation.alt`, COALESCE(`s_plugin_netzp_events_slots.event.product.cover.media.translation.alt`,`s_plugin_netzp_events_slots.event.product.cover.media.translation.alt`) as `s_plugin_netzp_events_slots.event.product.cover.media.alt`, `s_plugin_netzp_events_slots.event.product.cover.media.translation.customFields`, COALESCE(`s_plugin_netzp_events_slots.event.product.cover.media.translation.customFields`,`s_plugin_netzp_events_slots.event.product.cover.media.translation.customFields`) as `s_plugin_netzp_events_slots.event.product.cover.media.customFields`, `s_plugin_netzp_events_slots.event.product.cover.media.translation.createdAt`, `s_plugin_netzp_events_slots.event.product.cover.media.translation.updatedAt`, `s_plugin_netzp_events_slots.event.product.cover.media.translation.mediaId`, `s_plugin_netzp_events_slots.event.product.cover.media.translation.languageId`, `s_plugin_netzp_events_slots.event.product.cover`.`custom_fields` as `s_plugin_netzp_events_slots.event.product.cover.customFields`, `s_plugin_netzp_events_slots.event.product.cover`.`created_at` as `s_plugin_netzp_events_slots.event.product.cover.createdAt`, `s_plugin_netzp_events_slots.event.product.cover`.`updated_at` as `s_plugin_netzp_events_slots.event.product.cover.updatedAt`, `s_plugin_netzp_events_slots.event.product.translation.metaDescription`, `s_plugin_netzp_events_slots.event.product.parent.translation.metaDescription`, COALESCE(`s_plugin_netzp_events_slots.event.product.translation.metaDescription`,`s_plugin_netzp_events_slots.event.product.parent.translation.metaDescription`,`s_plugin_netzp_events_slots.event.product.translation.metaDescription`) as `s_plugin_netzp_events_slots.event.product.metaDescription`, `s_plugin_netzp_events_slots.event.product.translation.name`, `s_plugin_netzp_events_slots.event.product.parent.translation.name`, COALESCE(`s_plugin_netzp_events_slots.event.product.translation.name`,`s_plugin_netzp_events_slots.event.product.parent.translation.name`,`s_plugin_netzp_events_slots.event.product.translation.name`) as `s_plugin_netzp_events_slots.event.product.name`, `s_plugin_netzp_events_slots.event.product.translation.keywords`, `s_plugin_netzp_events_slots.event.product.parent.translation.keywords`, COALESCE(`s_plugin_netzp_events_slots.event.product.translation.keywords`,`s_plugin_netzp_events_slots.event.product.parent.translation.keywords`,`s_plugin_netzp_events_slots.event.product.translation.keywords`) as `s_plugin_netzp_events_slots.event.product.keywords`, `s_plugin_netzp_events_slots.event.product.translation.description`, `s_plugin_netzp_events_slots.event.product.parent.translation.description`, COALESCE(`s_plugin_netzp_events_slots.event.product.translation.description`,`s_plugin_netzp_events_slots.event.product.parent.translation.description`,`s_plugin_netzp_events_slots.event.product.translation.description`) as `s_plugin_netzp_events_slots.event.product.description`, `s_plugin_netzp_events_slots.event.product.translation.metaTitle`, `s_plugin_netzp_events_slots.event.product.parent.translation.metaTitle`, COALESCE(`s_plugin_netzp_events_slots.event.product.translation.metaTitle`,`s_plugin_netzp_events_slots.event.product.parent.translation.metaTitle`,`s_plugin_netzp_events_slots.event.product.translation.metaTitle`) as `s_plugin_netzp_events_slots.event.product.metaTitle`, `s_plugin_netzp_events_slots.event.product.translation.packUnit`, `s_plugin_netzp_events_slots.event.product.parent.translation.packUnit`, COALESCE(`s_plugin_netzp_events_slots.event.product.translation.packUnit`,`s_plugin_netzp_events_slots.event.product.parent.translation.packUnit`,`s_plugin_netzp_events_slots.event.product.translation.packUnit`) as `s_plugin_netzp_events_slots.event.product.packUnit`, `s_plugin_netzp_events_slots.event.product.translation.packUnitPlural`, `s_plugin_netzp_events_slots.event.product.parent.translation.packUnitPlural`, COALESCE(`s_plugin_netzp_events_slots.event.product.translation.packUnitPlural`,`s_plugin_netzp_events_slots.event.product.parent.translation.packUnitPlural`,`s_plugin_netzp_events_slots.event.product.translation.packUnitPlural`) as `s_plugin_netzp_events_slots.event.product.packUnitPlural`, `s_plugin_netzp_events_slots.event.product.translation.customSearchKeywords`, `s_plugin_netzp_events_slots.event.product.parent.translation.customSearchKeywords`, COALESCE(`s_plugin_netzp_events_slots.event.product.translation.customSearchKeywords`,`s_plugin_netzp_events_slots.event.product.parent.translation.customSearchKeywords`,`s_plugin_netzp_events_slots.event.product.translation.customSearchKeywords`) as `s_plugin_netzp_events_slots.event.product.customSearchKeywords`, `s_plugin_netzp_events_slots.event.product.translation.slotConfig`, `s_plugin_netzp_events_slots.event.product.parent.translation.slotConfig`, COALESCE(`s_plugin_netzp_events_slots.event.product.translation.slotConfig`,`s_plugin_netzp_events_slots.event.product.parent.translation.slotConfig`,`s_plugin_netzp_events_slots.event.product.translation.slotConfig`) as `s_plugin_netzp_events_slots.event.product.slotConfig`, `s_plugin_netzp_events_slots.event.product.translation.customFields`, `s_plugin_netzp_events_slots.event.product.parent.translation.customFields`, COALESCE(`s_plugin_netzp_events_slots.event.product.translation.customFields`,`s_plugin_netzp_events_slots.event.product.parent.translation.customFields`,`s_plugin_netzp_events_slots.event.product.translation.customFields`) as `s_plugin_netzp_events_slots.event.product.customFields`, `s_plugin_netzp_events_slots.event.product.translation.createdAt`, `s_plugin_netzp_events_slots.event.product.parent.translation.createdAt`, `s_plugin_netzp_events_slots.event.product.translation.updatedAt`, `s_plugin_netzp_events_slots.event.product.parent.translation.updatedAt`, `s_plugin_netzp_events_slots.event.product.translation.productId`, `s_plugin_netzp_events_slots.event.product.parent.translation.productId`, `s_plugin_netzp_events_slots.event.product.translation.languageId`, `s_plugin_netzp_events_slots.event.product.parent.translation.languageId`, `s_plugin_netzp_events_slots.event.product.translation.productVersionId`, `s_plugin_netzp_events_slots.event.product.parent.translation.productVersionId`, `s_plugin_netzp_events_slots.event.translation.title`, COALESCE(`s_plugin_netzp_events_slots.event.translation.title`,`s_plugin_netzp_events_slots.event.translation.title`) as `s_plugin_netzp_events_slots.event.title`, `s_plugin_netzp_events_slots.event.translation.url`, COALESCE(`s_plugin_netzp_events_slots.event.translation.url`,`s_plugin_netzp_events_slots.event.translation.url`) as `s_plugin_netzp_events_slots.event.url`, `s_plugin_netzp_events_slots.event.translation.teaser`, COALESCE(`s_plugin_netzp_events_slots.event.translation.teaser`,`s_plugin_netzp_events_slots.event.translation.teaser`) as `s_plugin_netzp_events_slots.event.teaser`, `s_plugin_netzp_events_slots.event.translation.description`, COALESCE(`s_plugin_netzp_events_slots.event.translation.description`,`s_plugin_netzp_events_slots.event.translation.description`) as `s_plugin_netzp_events_slots.event.description`, `s_plugin_netzp_events_slots.event.translation.createdAt`, `s_plugin_netzp_events_slots.event.translation.updatedAt`, `s_plugin_netzp_events_slots.event.translation.sPluginNetzpEventsId`, `s_plugin_netzp_events_slots.event.translation.languageId`, `s_plugin_netzp_events_slots`.`created_at` as `s_plugin_netzp_events_slots.createdAt`, `s_plugin_netzp_events_slots`.`updated_at` as `s_plugin_netzp_events_slots.updatedAt`, `s_plugin_netzp_events_slots.translation.location`, COALESCE(`s_plugin_netzp_events_slots.translation.location`,`s_plugin_netzp_events_slots.translation.location`) as `s_plugin_netzp_events_slots.location`, `s_plugin_netzp_events_slots.translation.address`, COALESCE(`s_plugin_netzp_events_slots.translation.address`,`s_plugin_netzp_events_slots.translation.address`) as `s_plugin_netzp_events_slots.address`, `s_plugin_netzp_events_slots.translation.createdAt`, `s_plugin_netzp_events_slots.translation.updatedAt`, `s_plugin_netzp_events_slots.translation.sPluginNetzpEventsSlotsId`, `s_plugin_netzp_events_slots.translation.languageId` FROM `s_plugin_netzp_events_slots` LEFT JOIN `kaylo_management_workshop_events_mapping` `s_plugin_netzp_events_slots.workshops.mapping` ON `s_plugin_netzp_events_slots`.`id` = `s_plugin_netzp_events_slots.workshops.mapping`.`slot_id`  LEFT JOIN (SELECT `s_plugin_netzp_events_slots.translation`.s_plugin_netzp_events_slots_id, `s_plugin_netzp_events_slots.translation`.location as `s_plugin_netzp_events_slots.translation.location`, `s_plugin_netzp_events_slots.translation`.address as `s_plugin_netzp_events_slots.translation.address`, `s_plugin_netzp_events_slots.translation`.created_at as `s_plugin_netzp_events_slots.translation.createdAt`, `s_plugin_netzp_events_slots.translation`.updated_at as `s_plugin_netzp_events_slots.translation.updatedAt`, `s_plugin_netzp_events_slots.translation`.s_plugin_netzp_events_slots_id as `s_plugin_netzp_events_slots.translation.sPluginNetzpEventsSlotsId`, `s_plugin_netzp_events_slots.translation`.language_id as `s_plugin_netzp_events_slots.translation.languageId` FROM `s_plugin_netzp_events_slots_translation` `s_plugin_netzp_events_slots.translation` WHERE `s_plugin_netzp_events_slots.translation`.language_id = :languageId) `s_plugin_netzp_events_slots.s_plugin_netzp_events_slots_translation` ON `s_plugin_netzp_events_slots.s_plugin_netzp_events_slots_translation`.`s_plugin_netzp_events_slots_id` = `s_plugin_netzp_events_slots`.`id` LEFT JOIN `s_plugin_netzp_events` `s_plugin_netzp_events_slots.event` ON `s_plugin_netzp_events_slots`.`event_id` = `s_plugin_netzp_events_slots.event`.`id` LEFT JOIN `kaylo_management_workshop` `s_plugin_netzp_events_slots.workshops` ON `s_plugin_netzp_events_slots.workshops.mapping`.`workshop_id` = `s_plugin_netzp_events_slots.workshops`.`id`  LEFT JOIN (SELECT `s_plugin_netzp_events_slots.event.translation`.s_plugin_netzp_events_id, `s_plugin_netzp_events_slots.event.translation`.title as `s_plugin_netzp_events_slots.event.translation.title`, `s_plugin_netzp_events_slots.event.translation`.url as `s_plugin_netzp_events_slots.event.translation.url`, `s_plugin_netzp_events_slots.event.translation`.teaser as `s_plugin_netzp_events_slots.event.translation.teaser`, `s_plugin_netzp_events_slots.event.translation`.description as `s_plugin_netzp_events_slots.event.translation.description`, `s_plugin_netzp_events_slots.event.translation`.created_at as `s_plugin_netzp_events_slots.event.translation.createdAt`, `s_plugin_netzp_events_slots.event.translation`.updated_at as `s_plugin_netzp_events_slots.event.translation.updatedAt`, `s_plugin_netzp_events_slots.event.translation`.s_plugin_netzp_events_id as `s_plugin_netzp_events_slots.event.translation.sPluginNetzpEventsId`, `s_plugin_netzp_events_slots.event.translation`.language_id as `s_plugin_netzp_events_slots.event.translation.languageId` FROM `s_plugin_netzp_events_translation` `s_plugin_netzp_events_slots.event.translation` WHERE `s_plugin_netzp_events_slots.event.translation`.language_id = :languageId) `s_plugin_netzp_events_slots.event.s_plugin_netzp_events_translation` ON `s_plugin_netzp_events_slots.event.s_plugin_netzp_events_translation`.`s_plugin_netzp_events_id` = `s_plugin_netzp_events_slots.event`.`id` LEFT JOIN `media` `s_plugin_netzp_events_slots.event.image` ON `s_plugin_netzp_events_slots.event`.`imageid` = `s_plugin_netzp_events_slots.event.image`.`id` LEFT JOIN `s_plugin_netzp_events_categories` `s_plugin_netzp_events_slots.event.category` ON `s_plugin_netzp_events_slots.event`.`categoryid` = `s_plugin_netzp_events_slots.event.category`.`id` LEFT JOIN `product` `s_plugin_netzp_events_slots.event.product` ON `s_plugin_netzp_events_slots.event`.`productid` = `s_plugin_netzp_events_slots.event.product`.`id` LEFT JOIN (SELECT `s_plugin_netzp_events_slots.event.image.translation`.media_id, `s_plugin_netzp_events_slots.event.image.translation`.title as `s_plugin_netzp_events_slots.event.image.translation.title`, `s_plugin_netzp_events_slots.event.image.translation`.alt as `s_plugin_netzp_events_slots.event.image.translation.alt`, `s_plugin_netzp_events_slots.event.image.translation`.custom_fields as `s_plugin_netzp_events_slots.event.image.translation.customFields`, `s_plugin_netzp_events_slots.event.image.translation`.created_at as `s_plugin_netzp_events_slots.event.image.translation.createdAt`, `s_plugin_netzp_events_slots.event.image.translation`.updated_at as `s_plugin_netzp_events_slots.event.image.translation.updatedAt`, `s_plugin_netzp_events_slots.event.image.translation`.media_id as `s_plugin_netzp_events_slots.event.image.translation.mediaId`, `s_plugin_netzp_events_slots.event.image.translation`.language_id as `s_plugin_netzp_events_slots.event.image.translation.languageId` FROM `media_translation` `s_plugin_netzp_events_slots.event.image.translation` WHERE `s_plugin_netzp_events_slots.event.image.translation`.language_id = :languageId) `s_plugin_netzp_events_slots.event.image.media_translation` ON `s_plugin_netzp_events_slots.event.image.media_translation`.`media_id` = `s_plugin_netzp_events_slots.event.image`.`id` LEFT JOIN (SELECT `s_plugin_netzp_events_slots.event.category.translation`.s_plugin_netzp_events_categories_id, `s_plugin_netzp_events_slots.event.category.translation`.title as `s_plugin_netzp_events_slots.event.category.translation.title`, `s_plugin_netzp_events_slots.event.category.translation`.teaser as `s_plugin_netzp_events_slots.event.category.translation.teaser`, `s_plugin_netzp_events_slots.event.category.translation`.created_at as `s_plugin_netzp_events_slots.event.category.translation.createdAt`, `s_plugin_netzp_events_slots.event.category.translation`.updated_at as `s_plugin_netzp_events_slots.event.category.translation.updatedAt`, `s_plugin_netzp_events_slots.event.category.translation`.s_plugin_netzp_events_categories_id as `s_plugin_netzp_events_slots.event.category.translation.sPluginNetzpEventsCategoriesId`, `s_plugin_netzp_events_slots.event.category.translation`.language_id as `s_plugin_netzp_events_slots.event.category.translation.languageId` FROM `s_plugin_netzp_events_categories_translation` `s_plugin_netzp_events_slots.event.category.translation` WHERE `s_plugin_netzp_events_slots.event.category.translation`.language_id = :languageId) `s_plugin_netzp_events_slots.event.category.s_plugin_netzp_events_categories_translation` ON `s_plugin_netzp_events_slots.event.category.s_plugin_netzp_events_categories_translation`.`s_plugin_netzp_events_categories_id` = `s_plugin_netzp_events_slots.event.category`.`id` LEFT JOIN `product` `s_plugin_netzp_events_slots.event.product.parent` ON `s_plugin_netzp_events_slots.event.product`.`parent_id` = `s_plugin_netzp_events_slots.event.product.parent`.`id` AND `s_plugin_netzp_events_slots.event.product`.`version_id` = `s_plugin_netzp_events_slots.event.product.parent`.`version_id` LEFT JOIN (SELECT `s_plugin_netzp_events_slots.event.product.translation`.product_id, `s_plugin_netzp_events_slots.event.product.translation`.product_version_id, `s_plugin_netzp_events_slots.event.product.translation`.meta_description as `s_plugin_netzp_events_slots.event.product.translation.metaDescription`, `s_plugin_netzp_events_slots.event.product.translation`.name as `s_plugin_netzp_events_slots.event.product.translation.name`, `s_plugin_netzp_events_slots.event.product.translation`.keywords as `s_plugin_netzp_events_slots.event.product.translation.keywords`, `s_plugin_netzp_events_slots.event.product.translation`.description as `s_plugin_netzp_events_slots.event.product.translation.description`, `s_plugin_netzp_events_slots.event.product.translation`.meta_title as `s_plugin_netzp_events_slots.event.product.translation.metaTitle`, `s_plugin_netzp_events_slots.event.product.translation`.pack_unit as `s_plugin_netzp_events_slots.event.product.translation.packUnit`, `s_plugin_netzp_events_slots.event.product.translation`.pack_unit_plural as `s_plugin_netzp_events_slots.event.product.translation.packUnitPlural`, `s_plugin_netzp_events_slots.event.product.translation`.custom_search_keywords as `s_plugin_netzp_events_slots.event.product.translation.customSearchKeywords`, `s_plugin_netzp_events_slots.event.product.translation`.slot_config as `s_plugin_netzp_events_slots.event.product.translation.slotConfig`, `s_plugin_netzp_events_slots.event.product.translation`.custom_fields as `s_plugin_netzp_events_slots.event.product.translation.customFields`, `s_plugin_netzp_events_slots.event.product.translation`.created_at as `s_plugin_netzp_events_slots.event.product.translation.createdAt`, `s_plugin_netzp_events_slots.event.product.translation`.updated_at as `s_plugin_netzp_events_slots.event.product.translation.updatedAt`, `s_plugin_netzp_events_slots.event.product.translation`.product_id as `s_plugin_netzp_events_slots.event.product.translation.productId`, `s_plugin_netzp_events_slots.event.product.translation`.language_id as `s_plugin_netzp_events_slots.event.product.translation.languageId`, `s_plugin_netzp_events_slots.event.product.translation`.product_version_id as `s_plugin_netzp_events_slots.event.product.translation.productVersionId` FROM `product_translation` `s_plugin_netzp_events_slots.event.product.translation` WHERE `s_plugin_netzp_events_slots.event.product.translation`.language_id = :languageId) `s_plugin_netzp_events_slots.event.product.product_translation` ON `s_plugin_netzp_events_slots.event.product.product_translation`.`product_id` = `s_plugin_netzp_events_slots.event.product`.`id` AND `s_plugin_netzp_events_slots.event.product.product_translation`.product_version_id = `s_plugin_netzp_events_slots.event.product`.version_id LEFT JOIN (SELECT `s_plugin_netzp_events_slots.event.product.parent.translation`.product_id, `s_plugin_netzp_events_slots.event.product.parent.translation`.product_version_id, `s_plugin_netzp_events_slots.event.product.parent.translation`.meta_description as `s_plugin_netzp_events_slots.event.product.parent.translation.metaDescription`, `s_plugin_netzp_events_slots.event.product.parent.translation`.name as `s_plugin_netzp_events_slots.event.product.parent.translation.name`, `s_plugin_netzp_events_slots.event.product.parent.translation`.keywords as `s_plugin_netzp_events_slots.event.product.parent.translation.keywords`, `s_plugin_netzp_events_slots.event.product.parent.translation`.description as `s_plugin_netzp_events_slots.event.product.parent.translation.description`, `s_plugin_netzp_events_slots.event.product.parent.translation`.meta_title as `s_plugin_netzp_events_slots.event.product.parent.translation.metaTitle`, `s_plugin_netzp_events_slots.event.product.parent.translation`.pack_unit as `s_plugin_netzp_events_slots.event.product.parent.translation.packUnit`, `s_plugin_netzp_events_slots.event.product.parent.translation`.pack_unit_plural as `s_plugin_netzp_events_slots.event.product.parent.translation.packUnitPlural`, `s_plugin_netzp_events_slots.event.product.parent.translation`.custom_search_keywords as `s_plugin_netzp_events_slots.event.product.parent.translation.customSearchKeywords`, `s_plugin_netzp_events_slots.event.product.parent.translation`.slot_config as `s_plugin_netzp_events_slots.event.product.parent.translation.slotConfig`, `s_plugin_netzp_events_slots.event.product.parent.translation`.custom_fields as `s_plugin_netzp_events_slots.event.product.parent.translation.customFields`, `s_plugin_netzp_events_slots.event.product.parent.translation`.created_at as `s_plugin_netzp_events_slots.event.product.parent.translation.createdAt`, `s_plugin_netzp_events_slots.event.product.parent.translation`.updated_at as `s_plugin_netzp_events_slots.event.product.parent.translation.updatedAt`, `s_plugin_netzp_events_slots.event.product.parent.translation`.product_id as `s_plugin_netzp_events_slots.event.product.parent.translation.productId`, `s_plugin_netzp_events_slots.event.product.parent.translation`.language_id as `s_plugin_netzp_events_slots.event.product.parent.translation.languageId`, `s_plugin_netzp_events_slots.event.product.parent.translation`.product_version_id as `s_plugin_netzp_events_slots.event.product.parent.translation.productVersionId` FROM `product_translation` `s_plugin_netzp_events_slots.event.product.parent.translation` WHERE `s_plugin_netzp_events_slots.event.product.parent.translation`.language_id = :languageId) `s_plugin_netzp_events_slots.event.product.product_translation.parent` ON `s_plugin_netzp_events_slots.event.product.product_translation.parent`.`product_id` = `s_plugin_netzp_events_slots.event.product.parent`.`id` AND `s_plugin_netzp_events_slots.event.product.product_translation.parent`.product_version_id = `s_plugin_netzp_events_slots.event.product.parent`.version_id LEFT JOIN `tax` `s_plugin_netzp_events_slots.event.product.tax` ON `s_plugin_netzp_events_slots.event.product`.`tax` = `s_plugin_netzp_events_slots.event.product.tax`.`id` LEFT JOIN `product_manufacturer` `s_plugin_netzp_events_slots.event.product.manufacturer` ON `s_plugin_netzp_events_slots.event.product`.`manufacturer` = `s_plugin_netzp_events_slots.event.product.manufacturer`.`id` AND `s_plugin_netzp_events_slots.event.product`.`version_id` = `s_plugin_netzp_events_slots.event.product.manufacturer`.`version_id` LEFT JOIN `product_media` `s_plugin_netzp_events_slots.event.product.cover` ON `s_plugin_netzp_events_slots.event.product`.`cover` = `s_plugin_netzp_events_slots.event.product.cover`.`id` AND `s_plugin_netzp_events_slots.event.product`.`version_id` = `s_plugin_netzp_events_slots.event.product.cover`.`version_id` LEFT JOIN (SELECT `s_plugin_netzp_events_slots.event.product.manufacturer.translation`.product_manufacturer_id, `s_plugin_netzp_events_slots.event.product.manufacturer.translation`.product_manufacturer_version_id, `s_plugin_netzp_events_slots.event.product.manufacturer.translation`.name as `s_plugin_netzp_events_slots.event.product.manufacturer.translation.name`, `s_plugin_netzp_events_slots.event.product.manufacturer.translation`.description as `s_plugin_netzp_events_slots.event.product.manufacturer.translation.description`, `s_plugin_netzp_events_slots.event.product.manufacturer.translation`.custom_fields as `s_plugin_netzp_events_slots.event.product.manufacturer.translation.customFields`, `s_plugin_netzp_events_slots.event.product.manufacturer.translation`.created_at as `s_plugin_netzp_events_slots.event.product.manufacturer.translation.createdAt`, `s_plugin_netzp_events_slots.event.product.manufacturer.translation`.updated_at as `s_plugin_netzp_events_slots.event.product.manufacturer.translation.updatedAt`, `s_plugin_netzp_events_slots.event.product.manufacturer.translation`.product_manufacturer_id as `s_plugin_netzp_events_slots.event.product.manufacturer.translation.productManufacturerId`, `s_plugin_netzp_events_slots.event.product.manufacturer.translation`.language_id as `s_plugin_netzp_events_slots.event.product.manufacturer.translation.languageId`, `s_plugin_netzp_events_slots.event.product.manufacturer.translation`.product_manufacturer_version_id as `s_plugin_netzp_events_slots.event.product.manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `s_plugin_netzp_events_slots.event.product.manufacturer.translation` WHERE `s_plugin_netzp_events_slots.event.product.manufacturer.translation`.language_id = :languageId) `s_plugin_netzp_events_slots.event.product.manufacturer.product_manufacturer_translation` ON `s_plugin_netzp_events_slots.event.product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `s_plugin_netzp_events_slots.event.product.manufacturer`.`id` AND `s_plugin_netzp_events_slots.event.product.manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `s_plugin_netzp_events_slots.event.product.manufacturer`.version_id LEFT JOIN `media` `s_plugin_netzp_events_slots.event.product.manufacturer.media` ON `s_plugin_netzp_events_slots.event.product.manufacturer`.`media_id` = `s_plugin_netzp_events_slots.event.product.manufacturer.media`.`id` LEFT JOIN (SELECT `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation`.media_id, `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation`.title as `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation.title`, `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation`.alt as `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation.alt`, `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation`.custom_fields as `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation.customFields`, `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation`.created_at as `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation.createdAt`, `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation`.updated_at as `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation.updatedAt`, `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation`.media_id as `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation.mediaId`, `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation`.language_id as `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation.languageId` FROM `media_translation` `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation` WHERE `s_plugin_netzp_events_slots.event.product.manufacturer.media.translation`.language_id = :languageId) `s_plugin_netzp_events_slots.event.product.manufacturer.media.media_translation` ON `s_plugin_netzp_events_slots.event.product.manufacturer.media.media_translation`.`media_id` = `s_plugin_netzp_events_slots.event.product.manufacturer.media`.`id` LEFT JOIN `media` `s_plugin_netzp_events_slots.event.product.cover.media` ON `s_plugin_netzp_events_slots.event.product.cover`.`media_id` = `s_plugin_netzp_events_slots.event.product.cover.media`.`id` LEFT JOIN (SELECT `s_plugin_netzp_events_slots.event.product.cover.media.translation`.media_id, `s_plugin_netzp_events_slots.event.product.cover.media.translation`.title as `s_plugin_netzp_events_slots.event.product.cover.media.translation.title`, `s_plugin_netzp_events_slots.event.product.cover.media.translation`.alt as `s_plugin_netzp_events_slots.event.product.cover.media.translation.alt`, `s_plugin_netzp_events_slots.event.product.cover.media.translation`.custom_fields as `s_plugin_netzp_events_slots.event.product.cover.media.translation.customFields`, `s_plugin_netzp_events_slots.event.product.cover.media.translation`.created_at as `s_plugin_netzp_events_slots.event.product.cover.media.translation.createdAt`, `s_plugin_netzp_events_slots.event.product.cover.media.translation`.updated_at as `s_plugin_netzp_events_slots.event.product.cover.media.translation.updatedAt`, `s_plugin_netzp_events_slots.event.product.cover.media.translation`.media_id as `s_plugin_netzp_events_slots.event.product.cover.media.translation.mediaId`, `s_plugin_netzp_events_slots.event.product.cover.media.translation`.language_id as `s_plugin_netzp_events_slots.event.product.cover.media.translation.languageId` FROM `media_translation` `s_plugin_netzp_events_slots.event.product.cover.media.translation` WHERE `s_plugin_netzp_events_slots.event.product.cover.media.translation`.language_id = :languageId) `s_plugin_netzp_events_slots.event.product.cover.media.media_translation` ON `s_plugin_netzp_events_slots.event.product.cover.media.media_translation`.`media_id` = `s_plugin_netzp_events_slots.event.product.cover.media`.`id` WHERE ((`s_plugin_netzp_events_slots.workshops`.`id` IN (:param_2e84deb3ace7432a995896196ed21f60))) AND (`s_plugin_netzp_events_slots`.`id` IN (:ids))
0.28 ms
(0.00%)
SELECT `name`, `type` FROM `custom_field` WHERE `active` = 1
0.32 ms
(0.00%)
SET @n = 0; SET @c = null;
2.28 ms
(0.00%)
SELECT LOWER(HEX(`product`.id)) as id, LOWER(HEX(child.id)) as child_id FROM `product` `product` LEFT JOIN (SELECT @n:=IF(@c=`product_review`.`product_id`, @n+1, IF(@c:=`product_review`.`product_id`,1,1)) as id_count, `product_review`.`product_id`, `product_review`.id FROM `product_review` WHERE (`product_review`.`product_id` IN (:param_391a7a2c80a04e299de7c0bd9afa662b)) ORDER BY `product_review`.`product_id` ASC) child ON child.product_id = `product`.id AND id_count >= :offset AND id_count <= :limit WHERE `product`.id IN (:rootIds)

Database Connections

There are no configured database connections.

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping