GET https://ebikes-lippe-staging.mobilapp.io/detail/0192d296c34f71a88604a3b1f7e09d0f

Query Metrics

122 Database Queries
84 Different statements
128.13 ms Query time

Queries

Group similar statements

# Time Info
1 0.60 ms
SELECT `key`, `value` FROM `app_config`
Parameters:
[]
2 0.61 ms
# 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`;
Parameters:
[]
3 0.65 ms
SELECT custom_entity.name, custom_entity.fields, custom_entity.flags
                FROM custom_entity
                    LEFT JOIN app ON app.id = custom_entity.app_id
                WHERE (custom_entity.app_id IS NULL OR app.active = 1) AND custom_entity.deleted_at IS NULL;
Parameters:
[]
4 0.22 ms
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',''))
Parameters:
[]
5 1.37 ms
SELECT CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') `key`, CONCAT(TRIM(TRAILING '/' FROM domain.url), '/') url, LOWER(HEX(domain.id)) id, LOWER(HEX(sales_channel.id)) salesChannelId, LOWER(HEX(sales_channel.type_id)) typeId, LOWER(HEX(domain.snippet_set_id)) snippetSetId, LOWER(HEX(domain.currency_id)) currencyId, LOWER(HEX(domain.language_id)) languageId, LOWER(HEX(theme.id)) themeId, sales_channel.maintenance maintenance, sales_channel.maintenance_ip_whitelist maintenanceIpWhitelist, snippet_set.iso AS locale, theme.technical_name AS themeName, parentTheme.technical_name AS parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain.sales_channel_id = sales_channel.id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set.id = domain.snippet_set_id LEFT JOIN theme theme ON theme_sales_channel.theme_id = theme.id LEFT JOIN theme parentTheme ON theme.parent_theme_id = parentTheme.id WHERE (sales_channel.type_id = UNHEX(?)) AND (sales_channel.active)
Parameters:
[
  "8a243080f92e4c719546314b577cf82b"
]
6 1.34 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[]
7 0.69 ms
SELECT seo_path_info FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND (seo_path_info = ?) AND (is_canonical = ?) ORDER BY seo_path_info ASC, sales_channel_id IS NULL ASC LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
  "Turbo-Vado-5.0-Step-Through/95022-2104.1/"
  1
]
8 0.60 ms
# seo-url::resolve
SELECT id, path_info pathInfo, is_canonical isCanonical, sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ?) AND ((sales_channel_id = ? OR sales_channel_id IS NULL)) AND (seo_path_info = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
  "Turbo-Vado-5.0-Step-Through/95022-2104.1"
]
9 0.40 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` WHERE (`product`.`version_id` = ?) AND (((`product`.`product_number` = ? OR `product`.`product_number` = ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "0192d296c34f71a88604a3b1f7e09d0f"
  "0192d296c34f71a88604a3b1f7e09d0f"
]
10 0.74 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ?) AND (token = ?) LIMIT 1
Parameters:
[
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
  "X4Bt4F9qcGZLIkTrudWXnuejjanwQa7i"
]
11 0.85 ms
# 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 = ?
        GROUP BY sales_channel.id, sales_channel.language_id, sales_channel.currency_id, currency.factor
Parameters:
[
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
]
12 1.36 ms
# base-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`.`tax_free_from` AS `sales_channel.currency.taxFreeFrom`, `sales_channel.currency`.`item_rounding` AS `sales_channel.currency.itemRounding`, `sales_channel.currency`.`total_rounding` AS `sales_channel.currency.totalRounding`, `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 = ?) `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 = ?) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation`.`currency_id` = `sales_channel.currency`.`id` WHERE `sales_channel`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
]
13 0.50 ms
# base-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 (?))
Parameters:
[
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
]
14 0.64 ms
# base-context-factory::currency::read
SELECT `currency`.`id` AS `currency.id`, `currency`.`factor` AS `currency.factor`, `currency`.`symbol` AS `currency.symbol`, `currency`.`iso_code` AS `currency.isoCode`, `currency`.`position` AS `currency.position`, `currency`.`tax_free_from` AS `currency.taxFreeFrom`, `currency`.`item_rounding` AS `currency.itemRounding`, `currency`.`total_rounding` AS `currency.totalRounding`, `currency`.`created_at` AS `currency.createdAt`, `currency`.`updated_at` AS `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) AS `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) AS `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) AS `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name AS `currency.translation.shortName`, `currency.translation`.name AS `currency.translation.name`, `currency.translation`.custom_fields AS `currency.translation.customFields`, `currency.translation`.created_at AS `currency.translation.createdAt`, `currency.translation`.updated_at AS `currency.translation.updatedAt`, `currency.translation`.currency_id AS `currency.translation.currencyId`, `currency.translation`.language_id AS `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
15 0.71 ms
# base-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`.`check_vat_id_pattern` AS `country.checkVatIdPattern`, `country`.`vat_id_required` AS `country.vatIdRequired`, `country`.`vat_id_pattern` AS `country.vatIdPattern`, `country`.`customer_tax` AS `country.customerTax`, `country`.`company_tax` AS `country.companyTax`, `country`.`postal_code_required` AS `country.postalCodeRequired`, `country`.`check_postal_code_pattern` AS `country.checkPostalCodePattern`, `country`.`check_advanced_postal_code_pattern` AS `country.checkAdvancedPostalCodePattern`, `country`.`advanced_postal_code_pattern` AS `country.advancedPostalCodePattern`, `country`.`default_postal_code_pattern` AS `country.defaultPostalCodePattern`, `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.addressFormat`, COALESCE(`country.translation.addressFormat`,`country.translation.addressFormat`) AS `country.addressFormat`, `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`.address_format AS `country.translation.addressFormat`, `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 = ?) `country.country_translation` ON `country.country_translation`.`country_id` = `country`.`id` WHERE `country`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¶ðc•̸Bl‹ˆ»/£*û%"
]
16 0.61 ms
# base-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 = ?) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation`.`customer_group_id` = `customer_group`.`id` WHERE `customer_group`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¤¢P\x18ËìAÏ¡╩\x10┘O╚¢Í"
]
17 0.30 ms
# base-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`
Parameters:
[]
18 1.00 ms
# base-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`.`active_from` AS `tax_rule.activeFrom`, `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 = ?) `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 (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"kà…yZÇIþ†æ9Roñ\x1FN"
  b"ÂÚ\x13À+TD‚¸=*î£~*\x18"
  b"àº\x14Œð×Gë°Óå´‡IŒ—"
]
19 1.19 ms
# base-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`.`refund_url` AS `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` AS `payment_method.appPaymentMethod.recurringUrl`, `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`.`technical_name` AS `payment_method.technicalName`, `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`.`config` AS `payment_method.media.config`, `payment_method.media`.`path` AS `payment_method.media.path`, `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 = ?) `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 = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"(\e$ôÜÜA²µ\x05Ä–nãå~"
]
20 1.41 ms
# base-context-factory::shipping-method::read
SELECT `shipping_method`.`id` AS `shipping_method.id`, `shipping_method`.`active` AS `shipping_method.active`, `shipping_method`.`position` AS `shipping_method.position`, `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.appShippingMethod`.`id` AS `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` AS `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` AS `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` AS `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` AS `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` AS `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` AS `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` AS `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` AS `shipping_method.technicalName`, `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`.`config` AS `shipping_method.media.config`, `shipping_method.media`.`path` AS `shipping_method.media.path`, `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 = ?) `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 `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_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 = ?) `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 = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01–b¢å²x-‰ˆ\x1C¢›V•\x08"
]
21 0.38 ms
# base-context-factory::cash-rounding::search-ids
SELECT `currency_country_rounding`.`id` FROM `currency_country_rounding` WHERE (`currency_country_rounding`.`currency_id` = ? AND `currency_country_rounding`.`country_id` = ?) LIMIT 1
Parameters:
[
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
  b"¶ðc•̸Bl‹ˆ»/£*û%"
]
22 1.93 ms
SHOW COLUMNS FROM `cart` WHERE `Field` LIKE ?
Parameters:
[
  "payload"
]
23 0.32 ms
#cart-persister::load
                SELECT `cart`.`payload`, `cart`.`rule_ids`, `cart`.`compressed` FROM cart WHERE `token` = ?
Parameters:
[
  "X4Bt4F9qcGZLIkTrudWXnuejjanwQa7i"
]
24 0.29 ms
# cart-rule-loader::load-rules::search-ids
SELECT `rule`.`id` FROM `rule` ORDER BY `rule`.`priority` DESC, `rule`.`id` ASC LIMIT 500
Parameters:
[]
25 0.51 ms
# 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`.`areas` AS `rule.areas`, `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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"%VÀ3ݼAжõÞŒ;ƒ>÷"
  b"Œõ`1hŒN0£§\x1Aã†<\x158"
  b"ªßñ\x00\x0E\x0FIäòNÅ\x11<\x10"
  b"ýᎰ;ÀC™²æHãß×â3"
  b"\x01“áð\x11\x16r‘”@\r𻾳"
  b"\x01“Ô\x7F§²}«·¹\x08¯fR¥\x17"
  b"\x01”blrö}E”ÍÿóÄOá'"
  b"³î~F'0Cn‡½\x15§¡rýœ"
  b"\x01æÃ╔]þ}▓üµB¹¬ÄI>"
  b"\x01ôSÅ\x03▀r─▒`Å»NZ<µ"
  b"\x01”bj&‡\x7FR“â>\x1Cí®Âb"
  b"\x01”d˜\e†v®‹z½¥‚ü”ú"
  b"\x01–b¡|9sZ”â\x17\x18™k˜¨"
  b"ƒó—Äé\x7FI¤œî¶c¿ü\x10>"
  b"¶IZ¿\x14\x0FKñƒPâ-<½É\x0E"
]
26 0.78 ms
# app-scripts::refresh::read
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`.`allow_disable` AS `app.allowDisable`, `app`.`base_app_url` AS `app.baseAppUrl`, `app`.`allowed_hosts` AS `app.allowedHosts`, `app`.`template_load_priority` AS `app.templateLoadPriority`, `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`.`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`.`write_access` AS `app.integration.writeAccess`, `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 = ?) `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` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
27 0.56 ms
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,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
28 0.44 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   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`
Parameters:
[]
29 0.41 ms
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` = ?)) AND (`country`.`id` IN (?)) GROUP BY `country`.`id`
Parameters:
[
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
  b"¶ðc•̸Bl‹ˆ»/£*û%"
]
30 0.76 ms
# app-scripts::refresh::read
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`.`allow_disable` AS `app.allowDisable`, `app`.`base_app_url` AS `app.baseAppUrl`, `app`.`allowed_hosts` AS `app.allowedHosts`, `app`.`template_load_priority` AS `app.templateLoadPriority`, `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`.`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`.`write_access` AS `app.integration.writeAccess`, `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 = ?) `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` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
31 0.53 ms
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,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
32 0.42 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   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`
Parameters:
[]
33 0.71 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
  true
  b"\x01ÆÊû├Oq¿å\x04ú▒¸ÓØ\x0F"
]
34 11.19 ms
SELECT `product`.`id` AS `product.id`, `product`.`version_id` AS `product.versionId`, `product`.`parent_id` AS `product.parentId`, `product`.`parent_version_id` AS `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) AS `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) AS `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) AS `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) AS `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) AS `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) AS `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) AS `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) AS `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) AS `product.canonicalProductId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) AS `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) AS `product.cmsPageVersionId`, `product.parent`.`price` AS `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) AS `product.price`, `product`.`product_number` AS `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) AS `product.restockTime`, `product`.`auto_increment` AS `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) AS `product.active`, `product`.`available` AS `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) AS `product.isCloseout`, `product`.`display_group` AS `product.displayGroup`, `product.parent`.`variant_listing_config` AS `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) AS `product.variantListingConfig`, `product`.`variant_restrictions` AS `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) AS `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) AS `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) AS `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) AS `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) AS `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) AS `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) AS `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) AS `product.shippingFree`, `product.parent`.`purchase_prices` AS `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) AS `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) AS `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) AS `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) AS `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) AS `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) AS `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) AS `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) AS `product.ratingAverage`, `product.parent`.`category_tree` AS `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) AS `product.categoryTree`, `product.parent`.`property_ids` AS `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) AS `product.propertyIds`, `product.parent`.`option_ids` AS `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) AS `product.optionIds`, `product.parent`.`stream_ids` AS `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) AS `product.streamIds`, `product.parent`.`tag_ids` AS `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) AS `product.tagIds`, `product.parent`.`category_ids` AS `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) AS `product.categoryIds`, `product`.`child_count` AS `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) AS `product.customFieldSetSelectionActive`, `product`.`sales` AS `product.sales`, `product`.`states` AS `product.states`, `product.tax`.`id` AS `product.tax.id`, `product.tax`.`tax_rate` AS `product.tax.taxRate`, `product.tax`.`name` AS `product.tax.name`, `product.tax`.`position` AS `product.tax.position`, `product.tax`.`custom_fields` AS `product.tax.customFields`, `product.tax`.`created_at` AS `product.tax.createdAt`, `product.tax`.`updated_at` AS `product.tax.updatedAt`, `product`.`available_stock` AS `product.availableStock`, `product`.`stock` AS `product.stock`, `product.parent`.`cheapest_price` AS `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) AS `product.cheapestPrice`, `product`.`created_at` AS `product.createdAt`, `product`.`updated_at` AS `product.updatedAt`, `product.vehicledata`.`id` AS `product.vehicledata.id`, `product.vehicledata`.`product_id` AS `product.vehicledata.productId`, `product.vehicledata`.`standort` AS `product.vehicledata.standort`, `product.vehicledata`.`sortingmarke` AS `product.vehicledata.sortingmarke`, `product.vehicledata`.`import_id` AS `product.vehicledata.importId`, `product.vehicledata`.`base_url` AS `product.vehicledata.baseUrl`, `product.vehicledata`.`color` AS `product.vehicledata.color`, `product.vehicledata`.`vehicle_type` AS `product.vehicledata.vehicleType`, `product.vehicledata`.`col_a` AS `product.vehicledata.colA`, `product.vehicledata`.`col_b` AS `product.vehicledata.colB`, `product.vehicledata`.`col_c` AS `product.vehicledata.colC`, `product.vehicledata`.`col_d` AS `product.vehicledata.colD`, `product.vehicledata`.`col_e` AS `product.vehicledata.colE`, `product.vehicledata`.`col_f` AS `product.vehicledata.colF`, `product.vehicledata`.`col_g` AS `product.vehicledata.colG`, `product.vehicledata`.`col_h` AS `product.vehicledata.colH`, `product.vehicledata`.`col_i` AS `product.vehicledata.colI`, `product.vehicledata`.`col_j` AS `product.vehicledata.colJ`, `product.vehicledata`.`col_k` AS `product.vehicledata.colK`, `product.vehicledata`.`col_l` AS `product.vehicledata.colL`, `product.vehicledata`.`col_m` AS `product.vehicledata.colM`, `product.vehicledata`.`col_n` AS `product.vehicledata.colN`, `product.vehicledata`.`col_o` AS `product.vehicledata.colO`, `product.vehicledata`.`col_p` AS `product.vehicledata.colP`, `product.vehicledata`.`col_q` AS `product.vehicledata.colQ`, `product.vehicledata`.`col_r` AS `product.vehicledata.colR`, `product.vehicledata`.`col_r_bool` AS `product.vehicledata.colRBool`, `product.vehicledata`.`col_s` AS `product.vehicledata.colS`, `product.vehicledata`.`col_t` AS `product.vehicledata.colT`, `product.vehicledata`.`col_u` AS `product.vehicledata.colU`, `product.vehicledata`.`col_v` AS `product.vehicledata.colV`, `product.vehicledata`.`col_w` AS `product.vehicledata.colW`, `product.vehicledata`.`col_x` AS `product.vehicledata.colX`, `product.vehicledata`.`col_y` AS `product.vehicledata.colY`, `product.vehicledata`.`col_z` AS `product.vehicledata.colZ`, `product.vehicledata`.`col_aa` AS `product.vehicledata.colAa`, `product.vehicledata`.`col_ab` AS `product.vehicledata.colAb`, `product.vehicledata`.`col_ac` AS `product.vehicledata.colAc`, `product.vehicledata`.`col_ad` AS `product.vehicledata.colAd`, `product.vehicledata`.`col_ae` AS `product.vehicledata.colAe`, `product.vehicledata`.`col_af` AS `product.vehicledata.colAf`, `product.vehicledata`.`col_ag` AS `product.vehicledata.colAg`, `product.vehicledata`.`col_ah` AS `product.vehicledata.colAh`, `product.vehicledata`.`col_ai` AS `product.vehicledata.colAi`, `product.vehicledata`.`col_aj` AS `product.vehicledata.colAj`, `product.vehicledata`.`col_ak` AS `product.vehicledata.colAk`, `product.vehicledata`.`col_al` AS `product.vehicledata.colAl`, `product.vehicledata`.`col_am` AS `product.vehicledata.colAm`, `product.vehicledata`.`col_an` AS `product.vehicledata.colAn`, `product.vehicledata`.`col_ao` AS `product.vehicledata.colAo`, `product.vehicledata`.`col_ap` AS `product.vehicledata.colAp`, `product.vehicledata`.`col_aq` AS `product.vehicledata.colAq`, `product.vehicledata`.`col_ar` AS `product.vehicledata.colAr`, `product.vehicledata`.`col_as` AS `product.vehicledata.colAs`, `product.vehicledata`.`col_at` AS `product.vehicledata.colAt`, `product.vehicledata`.`col_au` AS `product.vehicledata.colAu`, `product.vehicledata`.`col_av` AS `product.vehicledata.colAv`, `product.vehicledata`.`col_aw` AS `product.vehicledata.colAw`, `product.vehicledata`.`col_ax` AS `product.vehicledata.colAx`, `product.vehicledata`.`col_ay` AS `product.vehicledata.colAy`, `product.vehicledata`.`col_az` AS `product.vehicledata.colAz`, `product.vehicledata`.`col_ba` AS `product.vehicledata.colBa`, `product.vehicledata`.`col_bb` AS `product.vehicledata.colBb`, `product.vehicledata`.`col_bc` AS `product.vehicledata.colBc`, `product.vehicledata`.`col_bd` AS `product.vehicledata.colBd`, `product.vehicledata`.`col_be` AS `product.vehicledata.colBe`, `product.vehicledata`.`col_bf` AS `product.vehicledata.colBf`, `product.vehicledata`.`col_bg` AS `product.vehicledata.colBg`, `product.vehicledata`.`col_bh` AS `product.vehicledata.colBh`, `product.vehicledata`.`col_bi` AS `product.vehicledata.colBi`, `product.vehicledata`.`col_bj` AS `product.vehicledata.colBj`, `product.vehicledata`.`col_bk` AS `product.vehicledata.colBk`, `product.vehicledata`.`col_bl` AS `product.vehicledata.colBl`, `product.vehicledata`.`col_bm` AS `product.vehicledata.colBm`, `product.vehicledata`.`col_bn` AS `product.vehicledata.colBn`, `product.vehicledata`.`col_bo` AS `product.vehicledata.colBo`, `product.vehicledata`.`col_bp` AS `product.vehicledata.colBp`, `product.vehicledata`.`col_bq` AS `product.vehicledata.colBq`, `product.vehicledata`.`col_br` AS `product.vehicledata.colBr`, `product.vehicledata`.`col_bs` AS `product.vehicledata.colBs`, `product.vehicledata`.`col_bt` AS `product.vehicledata.colBt`, `product.vehicledata`.`col_bu` AS `product.vehicledata.colBu`, `product.vehicledata`.`col_bv` AS `product.vehicledata.colBv`, `product.vehicledata`.`col_bw` AS `product.vehicledata.colBw`, `product.vehicledata`.`col_bx` AS `product.vehicledata.colBx`, `product.vehicledata`.`col_by` AS `product.vehicledata.colBy`, `product.vehicledata`.`col_bz` AS `product.vehicledata.colBz`, `product.vehicledata`.`col_ca` AS `product.vehicledata.colCa`, `product.vehicledata`.`col_cb` AS `product.vehicledata.colCb`, `product.vehicledata`.`col_cc` AS `product.vehicledata.colCc`, `product.vehicledata`.`col_cd` AS `product.vehicledata.colCd`, `product.vehicledata`.`col_ce` AS `product.vehicledata.colCe`, `product.vehicledata`.`col_cf` AS `product.vehicledata.colCf`, `product.vehicledata`.`col_cg` AS `product.vehicledata.colCg`, `product.vehicledata`.`col_ch` AS `product.vehicledata.colCh`, `product.vehicledata`.`col_ci` AS `product.vehicledata.colCi`, `product.vehicledata`.`col_cj` AS `product.vehicledata.colCj`, `product.vehicledata`.`col_ck` AS `product.vehicledata.colCk`, `product.vehicledata`.`col_cl` AS `product.vehicledata.colCl`, `product.vehicledata`.`col_cm` AS `product.vehicledata.colCm`, `product.vehicledata`.`col_cn` AS `product.vehicledata.colCn`, `product.vehicledata`.`col_co` AS `product.vehicledata.colCo`, `product.vehicledata`.`col_cp` AS `product.vehicledata.colCp`, `product.vehicledata`.`col_cq` AS `product.vehicledata.colCq`, `product.vehicledata`.`col_cr` AS `product.vehicledata.colCr`, `product.vehicledata`.`col_cs` AS `product.vehicledata.colCs`, `product.vehicledata`.`col_ct` AS `product.vehicledata.colCt`, `product.vehicledata`.`col_cu` AS `product.vehicledata.colCu`, `product.vehicledata`.`col_cv` AS `product.vehicledata.colCv`, `product.vehicledata`.`col_cw` AS `product.vehicledata.colCw`, `product.vehicledata`.`col_cx` AS `product.vehicledata.colCx`, `product.vehicledata`.`col_cy` AS `product.vehicledata.colCy`, `product.vehicledata`.`col_cz` AS `product.vehicledata.colCz`, `product.vehicledata`.`col_da` AS `product.vehicledata.colDa`, `product.vehicledata`.`col_db` AS `product.vehicledata.colDb`, `product.vehicledata`.`col_dc` AS `product.vehicledata.colDc`, `product.vehicledata`.`col_dd` AS `product.vehicledata.colDd`, `product.vehicledata`.`col_de` AS `product.vehicledata.colDe`, `product.vehicledata`.`col_df` AS `product.vehicledata.colDf`, `product.vehicledata`.`col_dg` AS `product.vehicledata.colDg`, `product.vehicledata`.`col_dh` AS `product.vehicledata.colDh`, `product.vehicledata`.`col_di` AS `product.vehicledata.colDi`, `product.vehicledata`.`col_dj` AS `product.vehicledata.colDj`, `product.vehicledata`.`col_dk` AS `product.vehicledata.colDk`, `product.vehicledata`.`col_dl` AS `product.vehicledata.colDl`, `product.vehicledata`.`col_dm` AS `product.vehicledata.colDm`, `product.vehicledata`.`col_dn` AS `product.vehicledata.colDn`, `product.vehicledata`.`col_do` AS `product.vehicledata.colDo`, `product.vehicledata`.`col_dp` AS `product.vehicledata.colDp`, `product.vehicledata`.`col_dq` AS `product.vehicledata.colDq`, `product.vehicledata`.`col_dr` AS `product.vehicledata.colDr`, `product.vehicledata`.`col_ds` AS `product.vehicledata.colDs`, `product.vehicledata`.`col_dt` AS `product.vehicledata.colDt`, `product.vehicledata`.`col_du` AS `product.vehicledata.colDu`, `product.vehicledata`.`col_dv` AS `product.vehicledata.colDv`, `product.vehicledata`.`col_dw` AS `product.vehicledata.colDw`, `product.vehicledata`.`col_dx` AS `product.vehicledata.colDx`, `product.vehicledata`.`col_dy` AS `product.vehicledata.colDy`, `product.vehicledata`.`col_dz` AS `product.vehicledata.colDz`, `product.vehicledata`.`col_ea` AS `product.vehicledata.colEa`, `product.vehicledata`.`col_eb` AS `product.vehicledata.colEb`, `product.vehicledata`.`col_ec` AS `product.vehicledata.colEc`, `product.vehicledata`.`col_ed` AS `product.vehicledata.colEd`, `product.vehicledata`.`col_ee` AS `product.vehicledata.colEe`, `product.vehicledata`.`col_ef` AS `product.vehicledata.colEf`, `product.vehicledata`.`col_eg` AS `product.vehicledata.colEg`, `product.vehicledata`.`col_eh` AS `product.vehicledata.colEh`, `product.vehicledata`.`col_ei` AS `product.vehicledata.colEi`, `product.vehicledata`.`col_ej` AS `product.vehicledata.colEj`, `product.vehicledata`.`col_ek` AS `product.vehicledata.colEk`, `product.vehicledata`.`col_el` AS `product.vehicledata.colEl`, `product.vehicledata`.`col_em` AS `product.vehicledata.colEm`, `product.vehicledata`.`col_en` AS `product.vehicledata.colEn`, `product.vehicledata`.`col_eo` AS `product.vehicledata.colEo`, `product.vehicledata`.`col_ep` AS `product.vehicledata.colEp`, `product.vehicledata`.`col_eq` AS `product.vehicledata.colEq`, `product.vehicledata`.`col_er` AS `product.vehicledata.colEr`, `product.vehicledata`.`col_es` AS `product.vehicledata.colEs`, `product.vehicledata`.`col_et` AS `product.vehicledata.colEt`, `product.vehicledata`.`col_eu` AS `product.vehicledata.colEu`, `product.vehicledata`.`col_ev` AS `product.vehicledata.colEv`, `product.vehicledata`.`col_ew` AS `product.vehicledata.colEw`, `product.vehicledata`.`col_ex` AS `product.vehicledata.colEx`, `product.vehicledata`.`col_ey` AS `product.vehicledata.colEy`, `product.vehicledata`.`col_ez` AS `product.vehicledata.colEz`, `product.vehicledata`.`col_fa` AS `product.vehicledata.colFa`, `product.vehicledata`.`col_fb` AS `product.vehicledata.colFb`, `product.vehicledata`.`col_fc` AS `product.vehicledata.colFc`, `product.vehicledata`.`col_fd` AS `product.vehicledata.colFd`, `product.vehicledata`.`col_fe` AS `product.vehicledata.colFe`, `product.vehicledata`.`col_ff` AS `product.vehicledata.colFf`, `product.vehicledata`.`col_fg` AS `product.vehicledata.colFg`, `product.vehicledata`.`col_fh` AS `product.vehicledata.colFh`, `product.vehicledata`.`col_fi` AS `product.vehicledata.colFi`, `product.vehicledata`.`col_fj` AS `product.vehicledata.colFj`, `product.vehicledata`.`col_fk` AS `product.vehicledata.colFk`, `product.vehicledata`.`col_fl` AS `product.vehicledata.colFl`, `product.vehicledata`.`col_fm` AS `product.vehicledata.colFm`, `product.vehicledata`.`col_fn` AS `product.vehicledata.colFn`, `product.vehicledata`.`col_fo` AS `product.vehicledata.colFo`, `product.vehicledata`.`col_fp` AS `product.vehicledata.colFp`, `product.vehicledata`.`col_fq` AS `product.vehicledata.colFq`, `product.vehicledata`.`col_fr` AS `product.vehicledata.colFr`, `product.vehicledata`.`col_fs` AS `product.vehicledata.colFs`, `product.vehicledata`.`col_ft` AS `product.vehicledata.colFt`, `product.vehicledata`.`col_fu` AS `product.vehicledata.colFu`, `product.vehicledata`.`col_fv` AS `product.vehicledata.colFv`, `product.vehicledata`.`col_fw` AS `product.vehicledata.colFw`, `product.vehicledata`.`col_fx` AS `product.vehicledata.colFx`, `product.vehicledata`.`col_fy` AS `product.vehicledata.colFy`, `product.vehicledata`.`col_fz` AS `product.vehicledata.colFz`, `product.vehicledata`.`col_ga` AS `product.vehicledata.colGa`, `product.vehicledata`.`col_gb` AS `product.vehicledata.colGb`, `product.vehicledata`.`col_gc` AS `product.vehicledata.colGc`, `product.vehicledata`.`col_gd` AS `product.vehicledata.colGd`, `product.vehicledata`.`col_ge` AS `product.vehicledata.colGe`, `product.vehicledata`.`col_gf` AS `product.vehicledata.colGf`, `product.vehicledata`.`col_gg` AS `product.vehicledata.colGg`, `product.vehicledata`.`col_gh` AS `product.vehicledata.colGh`, `product.vehicledata`.`col_gi` AS `product.vehicledata.colGi`, `product.vehicledata`.`col_gj` AS `product.vehicledata.colGj`, `product.vehicledata`.`col_gk` AS `product.vehicledata.colGk`, `product.vehicledata`.`col_gl` AS `product.vehicledata.colGl`, `product.vehicledata`.`col_gm` AS `product.vehicledata.colGm`, `product.vehicledata`.`col_gn` AS `product.vehicledata.colGn`, `product.vehicledata`.`col_go` AS `product.vehicledata.colGo`, `product.vehicledata`.`col_gp` AS `product.vehicledata.colGp`, `product.vehicledata`.`col_gq` AS `product.vehicledata.colGq`, `product.vehicledata`.`col_gr` AS `product.vehicledata.colGr`, `product.vehicledata`.`col_gs` AS `product.vehicledata.colGs`, `product.vehicledata`.`col_gt` AS `product.vehicledata.colGt`, `product.vehicledata`.`col_gu` AS `product.vehicledata.colGu`, `product.vehicledata`.`col_gv` AS `product.vehicledata.colGv`, `product.vehicledata`.`col_gw` AS `product.vehicledata.colGw`, `product.vehicledata`.`col_gx` AS `product.vehicledata.colGx`, `product.vehicledata`.`col_gy` AS `product.vehicledata.colGy`, `product.vehicledata`.`col_gz` AS `product.vehicledata.colGz`, `product.vehicledata`.`col_ha` AS `product.vehicledata.colHa`, `product.vehicledata`.`col_hb` AS `product.vehicledata.colHb`, `product.vehicledata`.`col_hc` AS `product.vehicledata.colHc`, `product.vehicledata`.`col_hd` AS `product.vehicledata.colHd`, `product.vehicledata`.`col_he` AS `product.vehicledata.colHe`, `product.vehicledata`.`col_hf` AS `product.vehicledata.colHf`, `product.vehicledata`.`col_hg` AS `product.vehicledata.colHg`, `product.vehicledata`.`col_hh` AS `product.vehicledata.colHh`, `product.vehicledata`.`col_hi` AS `product.vehicledata.colHi`, `product.vehicledata`.`col_hj` AS `product.vehicledata.colHj`, `product.vehicledata`.`col_hk` AS `product.vehicledata.colHk`, `product.vehicledata`.`col_hl` AS `product.vehicledata.colHl`, `product.vehicledata`.`col_hm` AS `product.vehicledata.colHm`, `product.vehicledata`.`col_hn` AS `product.vehicledata.colHn`, `product.vehicledata`.`col_ho` AS `product.vehicledata.colHo`, `product.vehicledata`.`col_hp` AS `product.vehicledata.colHp`, `product.vehicledata`.`col_hq` AS `product.vehicledata.colHq`, `product.vehicledata`.`col_hr` AS `product.vehicledata.colHr`, `product.vehicledata`.`col_hs` AS `product.vehicledata.colHs`, `product.vehicledata`.`col_ht` AS `product.vehicledata.colHt`, `product.vehicledata`.`col_hu` AS `product.vehicledata.colHu`, `product.vehicledata`.`col_hv` AS `product.vehicledata.colHv`, `product.vehicledata`.`col_hw` AS `product.vehicledata.colHw`, `product.vehicledata`.`col_hx` AS `product.vehicledata.colHx`, `product.vehicledata`.`col_hy` AS `product.vehicledata.colHy`, `product.vehicledata`.`col_hz` AS `product.vehicledata.colHz`, `product.vehicledata`.`col_ia` AS `product.vehicledata.colIa`, `product.vehicledata`.`col_ib` AS `product.vehicledata.colIb`, `product.vehicledata`.`col_ic` AS `product.vehicledata.colIc`, `product.vehicledata`.`col_id` AS `product.vehicledata.colId`, `product.vehicledata`.`col_ie` AS `product.vehicledata.colIe`, `product.vehicledata`.`col_if` AS `product.vehicledata.colIf`, `product.vehicledata`.`col_ig` AS `product.vehicledata.colIg`, `product.vehicledata`.`col_ih` AS `product.vehicledata.colIh`, `product.vehicledata`.`col_ii` AS `product.vehicledata.colIi`, `product.vehicledata`.`col_ij` AS `product.vehicledata.colIj`, `product.vehicledata`.`col_ik` AS `product.vehicledata.colIk`, `product.vehicledata`.`col_il` AS `product.vehicledata.colIl`, `product.vehicledata`.`col_im` AS `product.vehicledata.colIm`, `product.vehicledata`.`col_in` AS `product.vehicledata.colIn`, `product.vehicledata`.`col_io` AS `product.vehicledata.colIo`, `product.vehicledata`.`col_ip` AS `product.vehicledata.colIp`, `product.vehicledata`.`col_iq` AS `product.vehicledata.colIq`, `product.vehicledata`.`col_ir` AS `product.vehicledata.colIr`, `product.vehicledata`.`col_is` AS `product.vehicledata.colIs`, `product.vehicledata`.`col_it` AS `product.vehicledata.colIt`, `product.vehicledata`.`col_iu` AS `product.vehicledata.colIu`, `product.vehicledata`.`col_iv` AS `product.vehicledata.colIv`, `product.vehicledata`.`col_iw` AS `product.vehicledata.colIw`, `product.vehicledata`.`col_ix` AS `product.vehicledata.colIx`, `product.vehicledata`.`col_iy` AS `product.vehicledata.colIy`, `product.vehicledata`.`col_iz` AS `product.vehicledata.colIz`, `product.vehicledata`.`col_ja` AS `product.vehicledata.colJa`, `product.vehicledata`.`col_jb` AS `product.vehicledata.colJb`, `product.vehicledata`.`col_jc` AS `product.vehicledata.colJc`, `product.vehicledata`.`col_jd` AS `product.vehicledata.colJd`, `product.vehicledata`.`col_je` AS `product.vehicledata.colJe`, `product.vehicledata`.`col_jf` AS `product.vehicledata.colJf`, `product.vehicledata`.`col_jg` AS `product.vehicledata.colJg`, `product.vehicledata`.`col_jh` AS `product.vehicledata.colJh`, `product.vehicledata`.`col_ji` AS `product.vehicledata.colJi`, `product.vehicledata`.`col_jj` AS `product.vehicledata.colJj`, `product.vehicledata`.`col_jk` AS `product.vehicledata.colJk`, `product.vehicledata`.`col_jl` AS `product.vehicledata.colJl`, `product.vehicledata`.`col_jm` AS `product.vehicledata.colJm`, `product.vehicledata`.`col_jn` AS `product.vehicledata.colJn`, `product.vehicledata`.`col_jo` AS `product.vehicledata.colJo`, `product.vehicledata`.`col_jp` AS `product.vehicledata.colJp`, `product.vehicledata`.`col_jq` AS `product.vehicledata.colJq`, `product.vehicledata`.`col_jr` AS `product.vehicledata.colJr`, `product.vehicledata`.`col_js` AS `product.vehicledata.colJs`, `product.vehicledata`.`col_jt` AS `product.vehicledata.colJt`, `product.vehicledata`.`col_ju` AS `product.vehicledata.colJu`, `product.vehicledata`.`col_jv` AS `product.vehicledata.colJv`, `product.vehicledata`.`col_jw` AS `product.vehicledata.colJw`, `product.vehicledata`.`col_jx` AS `product.vehicledata.colJx`, `product.vehicledata`.`col_jy` AS `product.vehicledata.colJy`, `product.vehicledata`.`col_jz` AS `product.vehicledata.colJz`, `product.vehicledata`.`col_ka` AS `product.vehicledata.colKa`, `product.vehicledata`.`col_kb` AS `product.vehicledata.colKb`, `product.vehicledata`.`col_kc` AS `product.vehicledata.colKc`, `product.vehicledata`.`col_kd` AS `product.vehicledata.colKd`, `product.vehicledata`.`col_ke` AS `product.vehicledata.colKe`, `product.vehicledata`.`col_kf` AS `product.vehicledata.colKf`, `product.vehicledata`.`col_kg` AS `product.vehicledata.colKg`, `product.vehicledata`.`col_kh` AS `product.vehicledata.colKh`, `product.vehicledata`.`col_ki` AS `product.vehicledata.colKi`, `product.vehicledata`.`col_kj` AS `product.vehicledata.colKj`, `product.vehicledata`.`col_kk` AS `product.vehicledata.colKk`, `product.vehicledata`.`col_kl` AS `product.vehicledata.colKl`, `product.vehicledata`.`col_km` AS `product.vehicledata.colKm`, `product.vehicledata`.`col_kn` AS `product.vehicledata.colKn`, `product.vehicledata`.`col_ko` AS `product.vehicledata.colKo`, `product.vehicledata`.`col_kp` AS `product.vehicledata.colKp`, `product.vehicledata`.`col_kq` AS `product.vehicledata.colKq`, `product.vehicledata`.`col_kr` AS `product.vehicledata.colKr`, `product.vehicledata`.`col_ks` AS `product.vehicledata.colKs`, `product.vehicledata`.`col_kt` AS `product.vehicledata.colKt`, `product.vehicledata`.`col_ku` AS `product.vehicledata.colKu`, `product.vehicledata`.`col_kv` AS `product.vehicledata.colKv`, `product.vehicledata`.`col_kw` AS `product.vehicledata.colKw`, `product.vehicledata`.`col_kx` AS `product.vehicledata.colKx`, `product.vehicledata`.`col_ky` AS `product.vehicledata.colKy`, `product.vehicledata`.`col_kz` AS `product.vehicledata.colKz`, `product.vehicledata`.`col_la` AS `product.vehicledata.colLa`, `product.vehicledata`.`col_lb` AS `product.vehicledata.colLb`, `product.vehicledata`.`col_lc` AS `product.vehicledata.colLc`, `product.vehicledata`.`col_ld` AS `product.vehicledata.colLd`, `product.vehicledata`.`col_le` AS `product.vehicledata.colLe`, `product.vehicledata`.`col_lf` AS `product.vehicledata.colLf`, `product.vehicledata`.`col_lg` AS `product.vehicledata.colLg`, `product.vehicledata`.`col_lh` AS `product.vehicledata.colLh`, `product.vehicledata`.`col_li` AS `product.vehicledata.colLi`, `product.vehicledata`.`col_lj` AS `product.vehicledata.colLj`, `product.vehicledata`.`col_lk` AS `product.vehicledata.colLk`, `product.vehicledata`.`col_ll` AS `product.vehicledata.colLl`, `product.vehicledata`.`col_lm` AS `product.vehicledata.colLm`, `product.vehicledata`.`col_ln` AS `product.vehicledata.colLn`, `product.vehicledata`.`col_lo` AS `product.vehicledata.colLo`, `product.vehicledata`.`col_lp` AS `product.vehicledata.colLp`, `product.vehicledata`.`col_lq` AS `product.vehicledata.colLq`, `product.vehicledata`.`col_lr` AS `product.vehicledata.colLr`, `product.vehicledata`.`col_ls` AS `product.vehicledata.colLs`, `product.vehicledata`.`col_lt` AS `product.vehicledata.colLt`, `product.vehicledata`.`col_lu` AS `product.vehicledata.colLu`, `product.vehicledata`.`col_lv` AS `product.vehicledata.colLv`, `product.vehicledata`.`col_lw` AS `product.vehicledata.colLw`, `product.vehicledata`.`col_lx` AS `product.vehicledata.colLx`, `product.vehicledata`.`col_ly` AS `product.vehicledata.colLy`, `product.vehicledata`.`col_lz` AS `product.vehicledata.colLz`, `product.vehicledata`.`col_ma` AS `product.vehicledata.colMa`, `product.vehicledata`.`col_mb` AS `product.vehicledata.colMb`, `product.vehicledata`.`col_mc` AS `product.vehicledata.colMc`, `product.vehicledata`.`col_md` AS `product.vehicledata.colMd`, `product.vehicledata`.`col_me` AS `product.vehicledata.colMe`, `product.vehicledata`.`col_mf` AS `product.vehicledata.colMf`, `product.vehicledata`.`col_mg` AS `product.vehicledata.colMg`, `product.vehicledata`.`col_mh` AS `product.vehicledata.colMh`, `product.vehicledata`.`col_mi` AS `product.vehicledata.colMi`, `product.vehicledata`.`col_mj` AS `product.vehicledata.colMj`, `product.vehicledata`.`col_mk` AS `product.vehicledata.colMk`, `product.vehicledata`.`col_ml` AS `product.vehicledata.colMl`, `product.vehicledata`.`col_mm` AS `product.vehicledata.colMm`, `product.vehicledata`.`col_mn` AS `product.vehicledata.colMn`, `product.vehicledata`.`col_mo` AS `product.vehicledata.colMo`, `product.vehicledata`.`col_mp` AS `product.vehicledata.colMp`, `product.vehicledata`.`col_mq` AS `product.vehicledata.colMq`, `product.vehicledata`.`col_mr` AS `product.vehicledata.colMr`, `product.vehicledata`.`col_ms` AS `product.vehicledata.colMs`, `product.vehicledata`.`col_mt` AS `product.vehicledata.colMt`, `product.vehicledata`.`col_mu` AS `product.vehicledata.colMu`, `product.vehicledata`.`col_mv` AS `product.vehicledata.colMv`, `product.vehicledata`.`col_mw` AS `product.vehicledata.colMw`, `product.vehicledata`.`col_mx` AS `product.vehicledata.colMx`, `product.vehicledata`.`col_my` AS `product.vehicledata.colMy`, `product.vehicledata`.`col_mz` AS `product.vehicledata.colMz`, `product.vehicledata`.`col_na` AS `product.vehicledata.colNa`, `product.vehicledata`.`col_nb` AS `product.vehicledata.colNb`, `product.vehicledata`.`col_nc` AS `product.vehicledata.colNc`, `product.vehicledata`.`col_nd` AS `product.vehicledata.colNd`, `product.vehicledata`.`col_ne` AS `product.vehicledata.colNe`, `product.vehicledata`.`col_nf` AS `product.vehicledata.colNf`, `product.vehicledata`.`col_ng` AS `product.vehicledata.colNg`, `product.vehicledata`.`col_nh` AS `product.vehicledata.colNh`, `product.vehicledata`.`col_ni` AS `product.vehicledata.colNi`, `product.vehicledata`.`col_nj` AS `product.vehicledata.colNj`, `product.vehicledata`.`col_nk` AS `product.vehicledata.colNk`, `product.vehicledata`.`col_nl` AS `product.vehicledata.colNl`, `product.vehicledata`.`col_nm` AS `product.vehicledata.colNm`, `product.vehicledata`.`col_nn` AS `product.vehicledata.colNn`, `product.vehicledata`.`col_no` AS `product.vehicledata.colNo`, `product.vehicledata`.`col_np` AS `product.vehicledata.colNp`, `product.vehicledata`.`col_nq` AS `product.vehicledata.colNq`, `product.vehicledata`.`col_nr` AS `product.vehicledata.colNr`, `product.vehicledata`.`col_ns` AS `product.vehicledata.colNs`, `product.vehicledata`.`col_nt` AS `product.vehicledata.colNt`, `product.vehicledata`.`col_nu` AS `product.vehicledata.colNu`, `product.vehicledata`.`col_nv` AS `product.vehicledata.colNv`, `product.vehicledata`.`col_nw` AS `product.vehicledata.colNw`, `product.vehicledata`.`col_nx` AS `product.vehicledata.colNx`, `product.vehicledata`.`col_ny` AS `product.vehicledata.colNy`, `product.vehicledata`.`col_nz` AS `product.vehicledata.colNz`, `product.vehicledata`.`col_oa` AS `product.vehicledata.colOa`, `product.vehicledata`.`col_ob` AS `product.vehicledata.colOb`, `product.vehicledata`.`col_oc` AS `product.vehicledata.colOc`, `product.vehicledata`.`col_od` AS `product.vehicledata.colOd`, `product.vehicledata`.`col_oe` AS `product.vehicledata.colOe`, `product.vehicledata`.`col_of` AS `product.vehicledata.colOf`, `product.vehicledata`.`col_og` AS `product.vehicledata.colOg`, `product.vehicledata`.`col_oh` AS `product.vehicledata.colOh`, `product.vehicledata`.`col_oi` AS `product.vehicledata.colOi`, `product.vehicledata`.`col_oj` AS `product.vehicledata.colOj`, `product.vehicledata`.`col_ok` AS `product.vehicledata.colOk`, `product.vehicledata`.`col_ol` AS `product.vehicledata.colOl`, `product.vehicledata`.`col_om` AS `product.vehicledata.colOm`, `product.vehicledata`.`col_on` AS `product.vehicledata.colOn`, `product.vehicledata`.`col_oo` AS `product.vehicledata.colOo`, `product.vehicledata`.`col_op` AS `product.vehicledata.colOp`, `product.vehicledata`.`col_oq` AS `product.vehicledata.colOq`, `product.vehicledata`.`col_or` AS `product.vehicledata.colOr`, `product.vehicledata`.`col_os` AS `product.vehicledata.colOs`, `product.vehicledata`.`col_ot` AS `product.vehicledata.colOt`, `product.vehicledata`.`col_ou` AS `product.vehicledata.colOu`, `product.vehicledata`.`col_ov` AS `product.vehicledata.colOv`, `product.vehicledata`.`col_ow` AS `product.vehicledata.colOw`, `product.vehicledata`.`col_ox` AS `product.vehicledata.colOx`, `product.vehicledata`.`col_oy` AS `product.vehicledata.colOy`, `product.vehicledata`.`col_oz` AS `product.vehicledata.colOz`, `product.vehicledata`.`col_pa` AS `product.vehicledata.colPa`, `product.vehicledata`.`col_pb` AS `product.vehicledata.colPb`, `product.vehicledata`.`col_pc` AS `product.vehicledata.colPc`, `product.vehicledata`.`col_pd` AS `product.vehicledata.colPd`, `product.vehicledata`.`col_pe` AS `product.vehicledata.colPe`, `product.vehicledata`.`col_pf` AS `product.vehicledata.colPf`, `product.vehicledata`.`col_pg` AS `product.vehicledata.colPg`, `product.vehicledata`.`col_ph` AS `product.vehicledata.colPh`, `product.vehicledata`.`col_pi` AS `product.vehicledata.colPi`, `product.vehicledata`.`col_pj` AS `product.vehicledata.colPj`, `product.vehicledata`.`col_pk` AS `product.vehicledata.colPk`, `product.vehicledata`.`col_pl` AS `product.vehicledata.colPl`, `product.vehicledata`.`col_pm` AS `product.vehicledata.colPm`, `product.vehicledata`.`col_pn` AS `product.vehicledata.colPn`, `product.vehicledata`.`col_po` AS `product.vehicledata.colPo`, `product.vehicledata`.`col_pp` AS `product.vehicledata.colPp`, `product.vehicledata`.`col_pq` AS `product.vehicledata.colPq`, `product.vehicledata`.`col_pr` AS `product.vehicledata.colPr`, `product.vehicledata`.`col_ps` AS `product.vehicledata.colPs`, `product.vehicledata`.`col_pt` AS `product.vehicledata.colPt`, `product.vehicledata`.`col_pu` AS `product.vehicledata.colPu`, `product.vehicledata`.`col_pv` AS `product.vehicledata.colPv`, `product.vehicledata`.`col_pw` AS `product.vehicledata.colPw`, `product.vehicledata`.`col_px` AS `product.vehicledata.colPx`, `product.vehicledata`.`col_py` AS `product.vehicledata.colPy`, `product.vehicledata`.`col_pz` AS `product.vehicledata.colPz`, `product.vehicledata`.`col_qa` AS `product.vehicledata.colQa`, `product.vehicledata`.`col_qb` AS `product.vehicledata.colQb`, `product.vehicledata`.`col_qc` AS `product.vehicledata.colQc`, `product.vehicledata`.`col_qd` AS `product.vehicledata.colQd`, `product.vehicledata`.`col_qe` AS `product.vehicledata.colQe`, `product.vehicledata`.`col_qf` AS `product.vehicledata.colQf`, `product.vehicledata`.`col_qg` AS `product.vehicledata.colQg`, `product.vehicledata`.`col_qh` AS `product.vehicledata.colQh`, `product.vehicledata`.`col_qi` AS `product.vehicledata.colQi`, `product.vehicledata`.`col_qj` AS `product.vehicledata.colQj`, `product.vehicledata`.`col_qk` AS `product.vehicledata.colQk`, `product.vehicledata`.`col_ql` AS `product.vehicledata.colQl`, `product.vehicledata`.`col_qm` AS `product.vehicledata.colQm`, `product.vehicledata`.`col_qn` AS `product.vehicledata.colQn`, `product.vehicledata`.`col_qo` AS `product.vehicledata.colQo`, `product.vehicledata`.`col_qp` AS `product.vehicledata.colQp`, `product.vehicledata`.`col_qq` AS `product.vehicledata.colQq`, `product.vehicledata`.`col_qr` AS `product.vehicledata.colQr`, `product.vehicledata`.`col_qs` AS `product.vehicledata.colQs`, `product.vehicledata`.`col_qt` AS `product.vehicledata.colQt`, `product.vehicledata`.`col_qu` AS `product.vehicledata.colQu`, `product.vehicledata`.`col_qv` AS `product.vehicledata.colQv`, `product.vehicledata`.`col_qw` AS `product.vehicledata.colQw`, `product.vehicledata`.`col_qx` AS `product.vehicledata.colQx`, `product.vehicledata`.`col_qy` AS `product.vehicledata.colQy`, `product.vehicledata`.`col_qz` AS `product.vehicledata.colQz`, `product.vehicledata`.`col_ra` AS `product.vehicledata.colRa`, `product.vehicledata`.`col_rb` AS `product.vehicledata.colRb`, `product.vehicledata`.`col_rc` AS `product.vehicledata.colRc`, `product.vehicledata`.`col_rd` AS `product.vehicledata.colRd`, `product.vehicledata`.`col_re` AS `product.vehicledata.colRe`, `product.vehicledata`.`col_rf` AS `product.vehicledata.colRf`, `product.vehicledata`.`col_rg` AS `product.vehicledata.colRg`, `product.vehicledata`.`col_rh` AS `product.vehicledata.colRh`, `product.vehicledata`.`col_ri` AS `product.vehicledata.colRi`, `product.vehicledata`.`col_rj` AS `product.vehicledata.colRj`, `product.vehicledata`.`col_rk` AS `product.vehicledata.colRk`, `product.vehicledata`.`col_rl` AS `product.vehicledata.colRl`, `product.vehicledata`.`col_rm` AS `product.vehicledata.colRm`, `product.vehicledata`.`col_rn` AS `product.vehicledata.colRn`, `product.vehicledata`.`col_ro` AS `product.vehicledata.colRo`, `product.vehicledata`.`col_rp` AS `product.vehicledata.colRp`, `product.vehicledata`.`col_rq` AS `product.vehicledata.colRq`, `product.vehicledata`.`col_rr` AS `product.vehicledata.colRr`, `product.vehicledata`.`col_rs` AS `product.vehicledata.colRs`, `product.vehicledata`.`col_rt` AS `product.vehicledata.colRt`, `product.vehicledata`.`col_ru` AS `product.vehicledata.colRu`, `product.vehicledata`.`col_rv` AS `product.vehicledata.colRv`, `product.vehicledata`.`col_rw` AS `product.vehicledata.colRw`, `product.vehicledata`.`col_rx` AS `product.vehicledata.colRx`, `product.vehicledata`.`col_ry` AS `product.vehicledata.colRy`, `product.vehicledata`.`col_rz` AS `product.vehicledata.colRz`, `product.vehicledata`.`col_sa` AS `product.vehicledata.colSa`, `product.vehicledata`.`col_sb` AS `product.vehicledata.colSb`, `product.vehicledata`.`col_sc` AS `product.vehicledata.colSc`, `product.vehicledata`.`col_sd` AS `product.vehicledata.colSd`, `product.vehicledata`.`col_se` AS `product.vehicledata.colSe`, `product.vehicledata`.`col_sf` AS `product.vehicledata.colSf`, `product.vehicledata`.`col_sg` AS `product.vehicledata.colSg`, `product.vehicledata`.`col_sh` AS `product.vehicledata.colSh`, `product.vehicledata`.`col_si` AS `product.vehicledata.colSi`, `product.vehicledata`.`col_sj` AS `product.vehicledata.colSj`, `product.vehicledata`.`col_sk` AS `product.vehicledata.colSk`, `product.vehicledata`.`col_sl` AS `product.vehicledata.colSl`, `product.vehicledata`.`col_sm` AS `product.vehicledata.colSm`, `product.vehicledata`.`col_sn` AS `product.vehicledata.colSn`, `product.vehicledata`.`col_so` AS `product.vehicledata.colSo`, `product.vehicledata`.`col_sp` AS `product.vehicledata.colSp`, `product.vehicledata`.`col_sq` AS `product.vehicledata.colSq`, `product.vehicledata`.`col_sr` AS `product.vehicledata.colSr`, `product.vehicledata`.`col_ss` AS `product.vehicledata.colSs`, `product.vehicledata`.`col_st` AS `product.vehicledata.colSt`, `product.vehicledata`.`col_su` AS `product.vehicledata.colSu`, `product.vehicledata`.`col_sv` AS `product.vehicledata.colSv`, `product.vehicledata`.`col_sw` AS `product.vehicledata.colSw`, `product.vehicledata`.`col_sx` AS `product.vehicledata.colSx`, `product.vehicledata`.`col_sy` AS `product.vehicledata.colSy`, `product.vehicledata`.`col_sz` AS `product.vehicledata.colSz`, `product.vehicledata`.`col_ta` AS `product.vehicledata.colTa`, `product.vehicledata`.`col_tb` AS `product.vehicledata.colTb`, `product.vehicledata`.`col_tc` AS `product.vehicledata.colTc`, `product.vehicledata`.`col_td` AS `product.vehicledata.colTd`, `product.vehicledata`.`imagesupdatedon` AS `product.vehicledata.imagesupdatedon`, `product.vehicledata`.`localcode` AS `product.vehicledata.localcode`, `product.vehicledata`.`import_hash` AS `product.vehicledata.importHash`, `product.vehicledata`.`numimages` AS `product.vehicledata.numimages`, `product.vehicledata`.`col_z_hash` AS `product.vehicledata.colZHash`, `product.vehicledata`.`col_ri_hash` AS `product.vehicledata.colRiHash`, `product.vehicledata`.`source_system_id` AS `product.vehicledata.sourceSystemId`, `product.vehicledata`.`sort_ez` AS `product.vehicledata.sortEz`, `product.vehicledata`.`created_at` AS `product.vehicledata.createdAt`, `product.vehicledata`.`updated_at` AS `product.vehicledata.updatedAt`, `product`.`location_id` AS `product.locationId`, `product.location`.`id` AS `product.location.id`, `product.location`.`location_key` AS `product.location.locationKey`, `product.location`.`crm_key` AS `product.location.crmKey`, `product.location`.`name` AS `product.location.name`, `product.location`.`public_sub_title` AS `product.location.publicSubTitle`, `product.location`.`street` AS `product.location.street`, `product.location`.`city` AS `product.location.city`, `product.location`.`zip` AS `product.location.zip`, `product.location`.`country` AS `product.location.country`, `product.location`.`emails_usedcar` AS `product.location.emailsUsedcar`, `product.location`.`emails_newcar` AS `product.location.emailsNewcar`, `product.location`.`latitude` AS `product.location.latitude`, `product.location`.`longitude` AS `product.location.longitude`, `product.location`.`sorting` AS `product.location.sorting`, `product.location`.`autouncle` AS `product.location.autouncle`, `product.location`.`phone` AS `product.location.phone`, `product.location`.`phone_nw` AS `product.location.phoneNw`, `product.location`.`phone_gw` AS `product.location.phoneGw`, `product.location`.`fax` AS `product.location.fax`, `product.location`.`imprint` AS `product.location.imprint`, `product.location`.`link` AS `product.location.link`, `product.location`.`openmonfriselling` AS `product.location.openmonfriselling`, `product.location`.`closemonfriselling` AS `product.location.closemonfriselling`, `product.location`.`opensatselling` AS `product.location.opensatselling`, `product.location`.`closesatselling` AS `product.location.closesatselling`, `product.location`.`bank_name` AS `product.location.bankName`, `product.location`.`bank_iban` AS `product.location.bankIban`, `product.location`.`bank_bic` AS `product.location.bankBic`, `product.location`.`bank_customer` AS `product.location.bankCustomer`, `product.location`.`mail_imprint` AS `product.location.mailImprint`, `product.location`.`locationmedia_id` AS `product.location.locationmediaId`, `product.location`.`tac_file_id` AS `product.location.tacFileId`, `product.location`.`dp_file_id` AS `product.location.dpFileId`, `product.location`.`row_file_id` AS `product.location.rowFileId`, `product.location`.`cf_file_id` AS `product.location.cfFileId`, `product.location`.`organization_id` AS `product.location.organizationId`, `product.location.organization`.`id` AS `product.location.organization.id`, `product.location.organization`.`organization_key` AS `product.location.organization.organizationKey`, `product.location.organization`.`name` AS `product.location.organization.name`, `product.location.organization`.`street` AS `product.location.organization.street`, `product.location.organization`.`city` AS `product.location.organization.city`, `product.location.organization`.`zip` AS `product.location.organization.zip`, `product.location.organization`.`country` AS `product.location.organization.country`, `product.location.organization`.`phone` AS `product.location.organization.phone`, `product.location.organization`.`email` AS `product.location.organization.email`, `product.location.organization`.`sorting` AS `product.location.organization.sorting`, `product.location.organization`.`mail_imprint` AS `product.location.organization.mailImprint`, `product.location.organization`.`tac_file_id` AS `product.location.organization.tacFileId`, `product.location.organization`.`dp_file_id` AS `product.location.organization.dpFileId`, `product.location.organization`.`row_file_id` AS `product.location.organization.rowFileId`, `product.location.organization`.`cf_file_id` AS `product.location.organization.cfFileId`, `product.location.organization`.`created_at` AS `product.location.organization.createdAt`, `product.location.organization`.`updated_at` AS `product.location.organization.updatedAt`, `product.location`.`created_at` AS `product.location.createdAt`, `product.location`.`updated_at` AS `product.location.updatedAt`, `product.unit`.`id` AS `product.unit.id`, `product.unit`.`created_at` AS `product.unit.createdAt`, `product.unit`.`updated_at` AS `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) AS `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) AS `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) AS `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` AS `product.deliveryTime.id`, `product.deliveryTime`.`min` AS `product.deliveryTime.min`, `product.deliveryTime`.`max` AS `product.deliveryTime.max`, `product.deliveryTime`.`unit` AS `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` AS `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` AS `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) AS `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) AS `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.cover`.`id` AS `product.cover.id`, `product.cover`.`version_id` AS `product.cover.versionId`, `product.cover`.`product_id` AS `product.cover.productId`, `product.cover`.`product_version_id` AS `product.cover.productVersionId`, `product.cover`.`media_id` AS `product.cover.mediaId`, `product.cover`.`position` AS `product.cover.position`, `product.cover.media`.`id` AS `product.cover.media.id`, `product.cover.media`.`user_id` AS `product.cover.media.userId`, `product.cover.media`.`media_folder_id` AS `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` AS `product.cover.media.mimeType`, `product.cover.media`.`file_extension` AS `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` AS `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` AS `product.cover.media.fileName`, `product.cover.media`.`file_size` AS `product.cover.media.fileSize`, `product.cover.media`.`media_type` AS `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` AS `product.cover.media.metaData`, `product.cover.media`.`config` AS `product.cover.media.config`, `product.cover.media`.`path` AS `product.cover.media.path`, `product.cover.media`.`private` AS `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` AS `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` AS `product.cover.media.createdAt`, `product.cover.media`.`updated_at` AS `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) AS `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) AS `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) AS `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` AS `product.cover.customFields`, `product.cover`.`created_at` AS `product.cover.createdAt`, `product.cover`.`updated_at` AS `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) AS `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) AS `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) AS `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) AS `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) AS `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) AS `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) AS `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) AS `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) AS `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) AS `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description AS `product.translation.metaDescription`, `product.translation`.name AS `product.translation.name`, `product.translation`.keywords AS `product.translation.keywords`, `product.translation`.description AS `product.translation.description`, `product.translation`.meta_title AS `product.translation.metaTitle`, `product.translation`.pack_unit AS `product.translation.packUnit`, `product.translation`.pack_unit_plural AS `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords AS `product.translation.customSearchKeywords`, `product.translation`.slot_config AS `product.translation.slotConfig`, `product.translation`.custom_fields AS `product.translation.customFields`, `product.translation`.created_at AS `product.translation.createdAt`, `product.translation`.updated_at AS `product.translation.updatedAt`, `product.translation`.product_id AS `product.translation.productId`, `product.translation`.language_id AS `product.translation.languageId`, `product.translation`.product_version_id AS `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description AS `product.parent.translation.metaDescription`, `product.parent.translation`.name AS `product.parent.translation.name`, `product.parent.translation`.keywords AS `product.parent.translation.keywords`, `product.parent.translation`.description AS `product.parent.translation.description`, `product.parent.translation`.meta_title AS `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit AS `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural AS `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords AS `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config AS `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields AS `product.parent.translation.customFields`, `product.parent.translation`.created_at AS `product.parent.translation.createdAt`, `product.parent.translation`.updated_at AS `product.parent.translation.updatedAt`, `product.parent.translation`.product_id AS `product.parent.translation.productId`, `product.parent.translation`.language_id AS `product.parent.translation.languageId`, `product.parent.translation`.product_version_id AS `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `vehicledata` `product.vehicledata` ON `product`.`id` = `product.vehicledata`.`product_id` LEFT JOIN `location` `product.location` ON `product`.`location_id` = `product.location`.`id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN `ma_organization` `product.location.organization` ON `product.location`.`organization_id` = `product.location.organization`.`id` LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code AS `product.unit.translation.shortCode`, `product.unit.translation`.name AS `product.unit.translation.name`, `product.unit.translation`.custom_fields AS `product.unit.translation.customFields`, `product.unit.translation`.created_at AS `product.unit.translation.createdAt`, `product.unit.translation`.updated_at AS `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id AS `product.unit.translation.unitId`, `product.unit.translation`.language_id AS `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name AS `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields AS `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at AS `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at AS `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id AS `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id AS `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title AS `product.cover.media.translation.title`, `product.cover.media.translation`.alt AS `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields AS `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at AS `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at AS `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id AS `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id AS `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÆÊû├Oq¿å\x04ú▒¸ÓØ\x0F"
]
35 0.74 ms
SELECT `product_price`.`id` AS `product_price.id`, `product_price`.`version_id` AS `product_price.versionId`, `product_price`.`product_id` AS `product_price.productId`, `product_price`.`product_version_id` AS `product_price.productVersionId`, `product_price`.`rule_id` AS `product_price.ruleId`, `product_price`.`price` AS `product_price.price`, `product_price`.`quantity_start` AS `product_price.quantityStart`, `product_price`.`quantity_end` AS `product_price.quantityEnd`, `product_price`.`custom_fields` AS `product_price.customFields`, `product_price`.`created_at` AS `product_price.createdAt`, `product_price`.`updated_at` AS `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÆÊû├Oq¿å\x04ú▒¸ÓØ\x0F"
  b"\x01ÆÊ=\vþz<Á├jÒØxaZ"
]
36 1.75 ms
SELECT configuration_key, configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config.sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters:
[
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
]
37 0.57 ms
# product-price-calculator::units::read
SELECT `unit`.`id` AS `unit.id`, `unit`.`created_at` AS `unit.createdAt`, `unit`.`updated_at` AS `unit.updatedAt`, `unit.translation.shortCode`, COALESCE(`unit.translation.shortCode`,`unit.translation.shortCode`) AS `unit.shortCode`, `unit.translation.name`, COALESCE(`unit.translation.name`,`unit.translation.name`) AS `unit.name`, `unit.translation.customFields`, COALESCE(`unit.translation.customFields`,`unit.translation.customFields`) AS `unit.customFields`, `unit.translation.createdAt`, `unit.translation.updatedAt`, `unit.translation.unitId`, `unit.translation.languageId` FROM `unit` LEFT JOIN (SELECT `unit.translation`.unit_id, `unit.translation`.short_code AS `unit.translation.shortCode`, `unit.translation`.name AS `unit.translation.name`, `unit.translation`.custom_fields AS `unit.translation.customFields`, `unit.translation`.created_at AS `unit.translation.createdAt`, `unit.translation`.updated_at AS `unit.translation.updatedAt`, `unit.translation`.unit_id AS `unit.translation.unitId`, `unit.translation`.language_id AS `unit.translation.languageId` FROM `unit_translation` `unit.translation` WHERE `unit.translation`.language_id = ?) `unit.unit_translation` ON `unit.unit_translation`.`unit_id` = `unit`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
38 0.81 ms
# app-scripts::refresh::read
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`.`allow_disable` AS `app.allowDisable`, `app`.`base_app_url` AS `app.baseAppUrl`, `app`.`allowed_hosts` AS `app.allowedHosts`, `app`.`template_load_priority` AS `app.templateLoadPriority`, `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`.`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`.`write_access` AS `app.integration.writeAccess`, `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 = ?) `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` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
39 0.71 ms
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,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
40 0.44 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   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`
Parameters:
[]
41 0.35 ms
SELECT `handler_identifier`, LOWER(HEX(`id`)) FROM `payment_method`
Parameters:
[]
42 0.36 ms
SELECT LOWER(HEX(assoc.`sales_channel_id`))
                FROM `sales_channel_payment_method` AS assoc
                    LEFT JOIN `payment_method` AS pm
                        ON pm.`id` = assoc.`payment_method_id`
                WHERE
                    assoc.`payment_method_id` = ? AND
                    pm.`active` = 1
Parameters:
[
  b"¨yÜ–•°Dâž\x05«¡­¨¦¥"
]
43 0.84 ms
# product-detail-route::find-best-variant::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((`product`.`parent_id` = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) ORDER BY IFNULL((ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100), (ROUND((ROUND(CAST((COALESCE((JSON_UNQUOTE(JSON_EXTRACT(`product.parent`.`price`, "$.cb7d2554b0ce847cd82f3ac9bd1c0dfca.gross")) + 0.0))) AS DECIMAL(30, 20)), 2)) * 100, 0) / 100)) ASC, `product`.`available` DESC LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÆÊû├Oq¿å\x04ú▒¸ÓØ\x0F"
  10
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
  true
]
44 0.59 ms
# product-detail-route::search-ids
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) AND (`product`.`id` IN (?)) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  10
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
  true
  b"\x01ÆÊû├Oq¿å\x04ú▒¸ÓØ\x0F"
]
45 13.45 ms
# product-detail-route::read
SELECT `product`.`id` AS `product.id`, `product`.`version_id` AS `product.versionId`, `product`.`parent_id` AS `product.parentId`, `product`.`parent_version_id` AS `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) AS `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) AS `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) AS `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) AS `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) AS `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) AS `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) AS `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) AS `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) AS `product.canonicalProductId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) AS `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) AS `product.cmsPageVersionId`, `product.parent`.`price` AS `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) AS `product.price`, `product`.`product_number` AS `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) AS `product.restockTime`, `product`.`auto_increment` AS `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) AS `product.active`, `product`.`available` AS `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) AS `product.isCloseout`, `product`.`display_group` AS `product.displayGroup`, `product.parent`.`variant_listing_config` AS `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) AS `product.variantListingConfig`, `product`.`variant_restrictions` AS `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) AS `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) AS `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) AS `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) AS `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) AS `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) AS `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) AS `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) AS `product.shippingFree`, `product.parent`.`purchase_prices` AS `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) AS `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) AS `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) AS `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) AS `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) AS `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) AS `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) AS `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) AS `product.ratingAverage`, `product.parent`.`category_tree` AS `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) AS `product.categoryTree`, `product.parent`.`property_ids` AS `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) AS `product.propertyIds`, `product.parent`.`option_ids` AS `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) AS `product.optionIds`, `product.parent`.`stream_ids` AS `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) AS `product.streamIds`, `product.parent`.`tag_ids` AS `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) AS `product.tagIds`, `product.parent`.`category_ids` AS `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) AS `product.categoryIds`, `product`.`child_count` AS `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) AS `product.customFieldSetSelectionActive`, `product`.`sales` AS `product.sales`, `product`.`states` AS `product.states`, `product.tax`.`id` AS `product.tax.id`, `product.tax`.`tax_rate` AS `product.tax.taxRate`, `product.tax`.`name` AS `product.tax.name`, `product.tax`.`position` AS `product.tax.position`, `product.tax`.`custom_fields` AS `product.tax.customFields`, `product.tax`.`created_at` AS `product.tax.createdAt`, `product.tax`.`updated_at` AS `product.tax.updatedAt`, `product`.`available_stock` AS `product.availableStock`, `product`.`stock` AS `product.stock`, `product.parent`.`cheapest_price` AS `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) AS `product.cheapestPrice`, `product`.`created_at` AS `product.createdAt`, `product`.`updated_at` AS `product.updatedAt`, `product.vehicledata`.`id` AS `product.vehicledata.id`, `product.vehicledata`.`product_id` AS `product.vehicledata.productId`, `product.vehicledata`.`standort` AS `product.vehicledata.standort`, `product.vehicledata`.`sortingmarke` AS `product.vehicledata.sortingmarke`, `product.vehicledata`.`import_id` AS `product.vehicledata.importId`, `product.vehicledata`.`base_url` AS `product.vehicledata.baseUrl`, `product.vehicledata`.`color` AS `product.vehicledata.color`, `product.vehicledata`.`vehicle_type` AS `product.vehicledata.vehicleType`, `product.vehicledata`.`col_a` AS `product.vehicledata.colA`, `product.vehicledata`.`col_b` AS `product.vehicledata.colB`, `product.vehicledata`.`col_c` AS `product.vehicledata.colC`, `product.vehicledata`.`col_d` AS `product.vehicledata.colD`, `product.vehicledata`.`col_e` AS `product.vehicledata.colE`, `product.vehicledata`.`col_f` AS `product.vehicledata.colF`, `product.vehicledata`.`col_g` AS `product.vehicledata.colG`, `product.vehicledata`.`col_h` AS `product.vehicledata.colH`, `product.vehicledata`.`col_i` AS `product.vehicledata.colI`, `product.vehicledata`.`col_j` AS `product.vehicledata.colJ`, `product.vehicledata`.`col_k` AS `product.vehicledata.colK`, `product.vehicledata`.`col_l` AS `product.vehicledata.colL`, `product.vehicledata`.`col_m` AS `product.vehicledata.colM`, `product.vehicledata`.`col_n` AS `product.vehicledata.colN`, `product.vehicledata`.`col_o` AS `product.vehicledata.colO`, `product.vehicledata`.`col_p` AS `product.vehicledata.colP`, `product.vehicledata`.`col_q` AS `product.vehicledata.colQ`, `product.vehicledata`.`col_r` AS `product.vehicledata.colR`, `product.vehicledata`.`col_r_bool` AS `product.vehicledata.colRBool`, `product.vehicledata`.`col_s` AS `product.vehicledata.colS`, `product.vehicledata`.`col_t` AS `product.vehicledata.colT`, `product.vehicledata`.`col_u` AS `product.vehicledata.colU`, `product.vehicledata`.`col_v` AS `product.vehicledata.colV`, `product.vehicledata`.`col_w` AS `product.vehicledata.colW`, `product.vehicledata`.`col_x` AS `product.vehicledata.colX`, `product.vehicledata`.`col_y` AS `product.vehicledata.colY`, `product.vehicledata`.`col_z` AS `product.vehicledata.colZ`, `product.vehicledata`.`col_aa` AS `product.vehicledata.colAa`, `product.vehicledata`.`col_ab` AS `product.vehicledata.colAb`, `product.vehicledata`.`col_ac` AS `product.vehicledata.colAc`, `product.vehicledata`.`col_ad` AS `product.vehicledata.colAd`, `product.vehicledata`.`col_ae` AS `product.vehicledata.colAe`, `product.vehicledata`.`col_af` AS `product.vehicledata.colAf`, `product.vehicledata`.`col_ag` AS `product.vehicledata.colAg`, `product.vehicledata`.`col_ah` AS `product.vehicledata.colAh`, `product.vehicledata`.`col_ai` AS `product.vehicledata.colAi`, `product.vehicledata`.`col_aj` AS `product.vehicledata.colAj`, `product.vehicledata`.`col_ak` AS `product.vehicledata.colAk`, `product.vehicledata`.`col_al` AS `product.vehicledata.colAl`, `product.vehicledata`.`col_am` AS `product.vehicledata.colAm`, `product.vehicledata`.`col_an` AS `product.vehicledata.colAn`, `product.vehicledata`.`col_ao` AS `product.vehicledata.colAo`, `product.vehicledata`.`col_ap` AS `product.vehicledata.colAp`, `product.vehicledata`.`col_aq` AS `product.vehicledata.colAq`, `product.vehicledata`.`col_ar` AS `product.vehicledata.colAr`, `product.vehicledata`.`col_as` AS `product.vehicledata.colAs`, `product.vehicledata`.`col_at` AS `product.vehicledata.colAt`, `product.vehicledata`.`col_au` AS `product.vehicledata.colAu`, `product.vehicledata`.`col_av` AS `product.vehicledata.colAv`, `product.vehicledata`.`col_aw` AS `product.vehicledata.colAw`, `product.vehicledata`.`col_ax` AS `product.vehicledata.colAx`, `product.vehicledata`.`col_ay` AS `product.vehicledata.colAy`, `product.vehicledata`.`col_az` AS `product.vehicledata.colAz`, `product.vehicledata`.`col_ba` AS `product.vehicledata.colBa`, `product.vehicledata`.`col_bb` AS `product.vehicledata.colBb`, `product.vehicledata`.`col_bc` AS `product.vehicledata.colBc`, `product.vehicledata`.`col_bd` AS `product.vehicledata.colBd`, `product.vehicledata`.`col_be` AS `product.vehicledata.colBe`, `product.vehicledata`.`col_bf` AS `product.vehicledata.colBf`, `product.vehicledata`.`col_bg` AS `product.vehicledata.colBg`, `product.vehicledata`.`col_bh` AS `product.vehicledata.colBh`, `product.vehicledata`.`col_bi` AS `product.vehicledata.colBi`, `product.vehicledata`.`col_bj` AS `product.vehicledata.colBj`, `product.vehicledata`.`col_bk` AS `product.vehicledata.colBk`, `product.vehicledata`.`col_bl` AS `product.vehicledata.colBl`, `product.vehicledata`.`col_bm` AS `product.vehicledata.colBm`, `product.vehicledata`.`col_bn` AS `product.vehicledata.colBn`, `product.vehicledata`.`col_bo` AS `product.vehicledata.colBo`, `product.vehicledata`.`col_bp` AS `product.vehicledata.colBp`, `product.vehicledata`.`col_bq` AS `product.vehicledata.colBq`, `product.vehicledata`.`col_br` AS `product.vehicledata.colBr`, `product.vehicledata`.`col_bs` AS `product.vehicledata.colBs`, `product.vehicledata`.`col_bt` AS `product.vehicledata.colBt`, `product.vehicledata`.`col_bu` AS `product.vehicledata.colBu`, `product.vehicledata`.`col_bv` AS `product.vehicledata.colBv`, `product.vehicledata`.`col_bw` AS `product.vehicledata.colBw`, `product.vehicledata`.`col_bx` AS `product.vehicledata.colBx`, `product.vehicledata`.`col_by` AS `product.vehicledata.colBy`, `product.vehicledata`.`col_bz` AS `product.vehicledata.colBz`, `product.vehicledata`.`col_ca` AS `product.vehicledata.colCa`, `product.vehicledata`.`col_cb` AS `product.vehicledata.colCb`, `product.vehicledata`.`col_cc` AS `product.vehicledata.colCc`, `product.vehicledata`.`col_cd` AS `product.vehicledata.colCd`, `product.vehicledata`.`col_ce` AS `product.vehicledata.colCe`, `product.vehicledata`.`col_cf` AS `product.vehicledata.colCf`, `product.vehicledata`.`col_cg` AS `product.vehicledata.colCg`, `product.vehicledata`.`col_ch` AS `product.vehicledata.colCh`, `product.vehicledata`.`col_ci` AS `product.vehicledata.colCi`, `product.vehicledata`.`col_cj` AS `product.vehicledata.colCj`, `product.vehicledata`.`col_ck` AS `product.vehicledata.colCk`, `product.vehicledata`.`col_cl` AS `product.vehicledata.colCl`, `product.vehicledata`.`col_cm` AS `product.vehicledata.colCm`, `product.vehicledata`.`col_cn` AS `product.vehicledata.colCn`, `product.vehicledata`.`col_co` AS `product.vehicledata.colCo`, `product.vehicledata`.`col_cp` AS `product.vehicledata.colCp`, `product.vehicledata`.`col_cq` AS `product.vehicledata.colCq`, `product.vehicledata`.`col_cr` AS `product.vehicledata.colCr`, `product.vehicledata`.`col_cs` AS `product.vehicledata.colCs`, `product.vehicledata`.`col_ct` AS `product.vehicledata.colCt`, `product.vehicledata`.`col_cu` AS `product.vehicledata.colCu`, `product.vehicledata`.`col_cv` AS `product.vehicledata.colCv`, `product.vehicledata`.`col_cw` AS `product.vehicledata.colCw`, `product.vehicledata`.`col_cx` AS `product.vehicledata.colCx`, `product.vehicledata`.`col_cy` AS `product.vehicledata.colCy`, `product.vehicledata`.`col_cz` AS `product.vehicledata.colCz`, `product.vehicledata`.`col_da` AS `product.vehicledata.colDa`, `product.vehicledata`.`col_db` AS `product.vehicledata.colDb`, `product.vehicledata`.`col_dc` AS `product.vehicledata.colDc`, `product.vehicledata`.`col_dd` AS `product.vehicledata.colDd`, `product.vehicledata`.`col_de` AS `product.vehicledata.colDe`, `product.vehicledata`.`col_df` AS `product.vehicledata.colDf`, `product.vehicledata`.`col_dg` AS `product.vehicledata.colDg`, `product.vehicledata`.`col_dh` AS `product.vehicledata.colDh`, `product.vehicledata`.`col_di` AS `product.vehicledata.colDi`, `product.vehicledata`.`col_dj` AS `product.vehicledata.colDj`, `product.vehicledata`.`col_dk` AS `product.vehicledata.colDk`, `product.vehicledata`.`col_dl` AS `product.vehicledata.colDl`, `product.vehicledata`.`col_dm` AS `product.vehicledata.colDm`, `product.vehicledata`.`col_dn` AS `product.vehicledata.colDn`, `product.vehicledata`.`col_do` AS `product.vehicledata.colDo`, `product.vehicledata`.`col_dp` AS `product.vehicledata.colDp`, `product.vehicledata`.`col_dq` AS `product.vehicledata.colDq`, `product.vehicledata`.`col_dr` AS `product.vehicledata.colDr`, `product.vehicledata`.`col_ds` AS `product.vehicledata.colDs`, `product.vehicledata`.`col_dt` AS `product.vehicledata.colDt`, `product.vehicledata`.`col_du` AS `product.vehicledata.colDu`, `product.vehicledata`.`col_dv` AS `product.vehicledata.colDv`, `product.vehicledata`.`col_dw` AS `product.vehicledata.colDw`, `product.vehicledata`.`col_dx` AS `product.vehicledata.colDx`, `product.vehicledata`.`col_dy` AS `product.vehicledata.colDy`, `product.vehicledata`.`col_dz` AS `product.vehicledata.colDz`, `product.vehicledata`.`col_ea` AS `product.vehicledata.colEa`, `product.vehicledata`.`col_eb` AS `product.vehicledata.colEb`, `product.vehicledata`.`col_ec` AS `product.vehicledata.colEc`, `product.vehicledata`.`col_ed` AS `product.vehicledata.colEd`, `product.vehicledata`.`col_ee` AS `product.vehicledata.colEe`, `product.vehicledata`.`col_ef` AS `product.vehicledata.colEf`, `product.vehicledata`.`col_eg` AS `product.vehicledata.colEg`, `product.vehicledata`.`col_eh` AS `product.vehicledata.colEh`, `product.vehicledata`.`col_ei` AS `product.vehicledata.colEi`, `product.vehicledata`.`col_ej` AS `product.vehicledata.colEj`, `product.vehicledata`.`col_ek` AS `product.vehicledata.colEk`, `product.vehicledata`.`col_el` AS `product.vehicledata.colEl`, `product.vehicledata`.`col_em` AS `product.vehicledata.colEm`, `product.vehicledata`.`col_en` AS `product.vehicledata.colEn`, `product.vehicledata`.`col_eo` AS `product.vehicledata.colEo`, `product.vehicledata`.`col_ep` AS `product.vehicledata.colEp`, `product.vehicledata`.`col_eq` AS `product.vehicledata.colEq`, `product.vehicledata`.`col_er` AS `product.vehicledata.colEr`, `product.vehicledata`.`col_es` AS `product.vehicledata.colEs`, `product.vehicledata`.`col_et` AS `product.vehicledata.colEt`, `product.vehicledata`.`col_eu` AS `product.vehicledata.colEu`, `product.vehicledata`.`col_ev` AS `product.vehicledata.colEv`, `product.vehicledata`.`col_ew` AS `product.vehicledata.colEw`, `product.vehicledata`.`col_ex` AS `product.vehicledata.colEx`, `product.vehicledata`.`col_ey` AS `product.vehicledata.colEy`, `product.vehicledata`.`col_ez` AS `product.vehicledata.colEz`, `product.vehicledata`.`col_fa` AS `product.vehicledata.colFa`, `product.vehicledata`.`col_fb` AS `product.vehicledata.colFb`, `product.vehicledata`.`col_fc` AS `product.vehicledata.colFc`, `product.vehicledata`.`col_fd` AS `product.vehicledata.colFd`, `product.vehicledata`.`col_fe` AS `product.vehicledata.colFe`, `product.vehicledata`.`col_ff` AS `product.vehicledata.colFf`, `product.vehicledata`.`col_fg` AS `product.vehicledata.colFg`, `product.vehicledata`.`col_fh` AS `product.vehicledata.colFh`, `product.vehicledata`.`col_fi` AS `product.vehicledata.colFi`, `product.vehicledata`.`col_fj` AS `product.vehicledata.colFj`, `product.vehicledata`.`col_fk` AS `product.vehicledata.colFk`, `product.vehicledata`.`col_fl` AS `product.vehicledata.colFl`, `product.vehicledata`.`col_fm` AS `product.vehicledata.colFm`, `product.vehicledata`.`col_fn` AS `product.vehicledata.colFn`, `product.vehicledata`.`col_fo` AS `product.vehicledata.colFo`, `product.vehicledata`.`col_fp` AS `product.vehicledata.colFp`, `product.vehicledata`.`col_fq` AS `product.vehicledata.colFq`, `product.vehicledata`.`col_fr` AS `product.vehicledata.colFr`, `product.vehicledata`.`col_fs` AS `product.vehicledata.colFs`, `product.vehicledata`.`col_ft` AS `product.vehicledata.colFt`, `product.vehicledata`.`col_fu` AS `product.vehicledata.colFu`, `product.vehicledata`.`col_fv` AS `product.vehicledata.colFv`, `product.vehicledata`.`col_fw` AS `product.vehicledata.colFw`, `product.vehicledata`.`col_fx` AS `product.vehicledata.colFx`, `product.vehicledata`.`col_fy` AS `product.vehicledata.colFy`, `product.vehicledata`.`col_fz` AS `product.vehicledata.colFz`, `product.vehicledata`.`col_ga` AS `product.vehicledata.colGa`, `product.vehicledata`.`col_gb` AS `product.vehicledata.colGb`, `product.vehicledata`.`col_gc` AS `product.vehicledata.colGc`, `product.vehicledata`.`col_gd` AS `product.vehicledata.colGd`, `product.vehicledata`.`col_ge` AS `product.vehicledata.colGe`, `product.vehicledata`.`col_gf` AS `product.vehicledata.colGf`, `product.vehicledata`.`col_gg` AS `product.vehicledata.colGg`, `product.vehicledata`.`col_gh` AS `product.vehicledata.colGh`, `product.vehicledata`.`col_gi` AS `product.vehicledata.colGi`, `product.vehicledata`.`col_gj` AS `product.vehicledata.colGj`, `product.vehicledata`.`col_gk` AS `product.vehicledata.colGk`, `product.vehicledata`.`col_gl` AS `product.vehicledata.colGl`, `product.vehicledata`.`col_gm` AS `product.vehicledata.colGm`, `product.vehicledata`.`col_gn` AS `product.vehicledata.colGn`, `product.vehicledata`.`col_go` AS `product.vehicledata.colGo`, `product.vehicledata`.`col_gp` AS `product.vehicledata.colGp`, `product.vehicledata`.`col_gq` AS `product.vehicledata.colGq`, `product.vehicledata`.`col_gr` AS `product.vehicledata.colGr`, `product.vehicledata`.`col_gs` AS `product.vehicledata.colGs`, `product.vehicledata`.`col_gt` AS `product.vehicledata.colGt`, `product.vehicledata`.`col_gu` AS `product.vehicledata.colGu`, `product.vehicledata`.`col_gv` AS `product.vehicledata.colGv`, `product.vehicledata`.`col_gw` AS `product.vehicledata.colGw`, `product.vehicledata`.`col_gx` AS `product.vehicledata.colGx`, `product.vehicledata`.`col_gy` AS `product.vehicledata.colGy`, `product.vehicledata`.`col_gz` AS `product.vehicledata.colGz`, `product.vehicledata`.`col_ha` AS `product.vehicledata.colHa`, `product.vehicledata`.`col_hb` AS `product.vehicledata.colHb`, `product.vehicledata`.`col_hc` AS `product.vehicledata.colHc`, `product.vehicledata`.`col_hd` AS `product.vehicledata.colHd`, `product.vehicledata`.`col_he` AS `product.vehicledata.colHe`, `product.vehicledata`.`col_hf` AS `product.vehicledata.colHf`, `product.vehicledata`.`col_hg` AS `product.vehicledata.colHg`, `product.vehicledata`.`col_hh` AS `product.vehicledata.colHh`, `product.vehicledata`.`col_hi` AS `product.vehicledata.colHi`, `product.vehicledata`.`col_hj` AS `product.vehicledata.colHj`, `product.vehicledata`.`col_hk` AS `product.vehicledata.colHk`, `product.vehicledata`.`col_hl` AS `product.vehicledata.colHl`, `product.vehicledata`.`col_hm` AS `product.vehicledata.colHm`, `product.vehicledata`.`col_hn` AS `product.vehicledata.colHn`, `product.vehicledata`.`col_ho` AS `product.vehicledata.colHo`, `product.vehicledata`.`col_hp` AS `product.vehicledata.colHp`, `product.vehicledata`.`col_hq` AS `product.vehicledata.colHq`, `product.vehicledata`.`col_hr` AS `product.vehicledata.colHr`, `product.vehicledata`.`col_hs` AS `product.vehicledata.colHs`, `product.vehicledata`.`col_ht` AS `product.vehicledata.colHt`, `product.vehicledata`.`col_hu` AS `product.vehicledata.colHu`, `product.vehicledata`.`col_hv` AS `product.vehicledata.colHv`, `product.vehicledata`.`col_hw` AS `product.vehicledata.colHw`, `product.vehicledata`.`col_hx` AS `product.vehicledata.colHx`, `product.vehicledata`.`col_hy` AS `product.vehicledata.colHy`, `product.vehicledata`.`col_hz` AS `product.vehicledata.colHz`, `product.vehicledata`.`col_ia` AS `product.vehicledata.colIa`, `product.vehicledata`.`col_ib` AS `product.vehicledata.colIb`, `product.vehicledata`.`col_ic` AS `product.vehicledata.colIc`, `product.vehicledata`.`col_id` AS `product.vehicledata.colId`, `product.vehicledata`.`col_ie` AS `product.vehicledata.colIe`, `product.vehicledata`.`col_if` AS `product.vehicledata.colIf`, `product.vehicledata`.`col_ig` AS `product.vehicledata.colIg`, `product.vehicledata`.`col_ih` AS `product.vehicledata.colIh`, `product.vehicledata`.`col_ii` AS `product.vehicledata.colIi`, `product.vehicledata`.`col_ij` AS `product.vehicledata.colIj`, `product.vehicledata`.`col_ik` AS `product.vehicledata.colIk`, `product.vehicledata`.`col_il` AS `product.vehicledata.colIl`, `product.vehicledata`.`col_im` AS `product.vehicledata.colIm`, `product.vehicledata`.`col_in` AS `product.vehicledata.colIn`, `product.vehicledata`.`col_io` AS `product.vehicledata.colIo`, `product.vehicledata`.`col_ip` AS `product.vehicledata.colIp`, `product.vehicledata`.`col_iq` AS `product.vehicledata.colIq`, `product.vehicledata`.`col_ir` AS `product.vehicledata.colIr`, `product.vehicledata`.`col_is` AS `product.vehicledata.colIs`, `product.vehicledata`.`col_it` AS `product.vehicledata.colIt`, `product.vehicledata`.`col_iu` AS `product.vehicledata.colIu`, `product.vehicledata`.`col_iv` AS `product.vehicledata.colIv`, `product.vehicledata`.`col_iw` AS `product.vehicledata.colIw`, `product.vehicledata`.`col_ix` AS `product.vehicledata.colIx`, `product.vehicledata`.`col_iy` AS `product.vehicledata.colIy`, `product.vehicledata`.`col_iz` AS `product.vehicledata.colIz`, `product.vehicledata`.`col_ja` AS `product.vehicledata.colJa`, `product.vehicledata`.`col_jb` AS `product.vehicledata.colJb`, `product.vehicledata`.`col_jc` AS `product.vehicledata.colJc`, `product.vehicledata`.`col_jd` AS `product.vehicledata.colJd`, `product.vehicledata`.`col_je` AS `product.vehicledata.colJe`, `product.vehicledata`.`col_jf` AS `product.vehicledata.colJf`, `product.vehicledata`.`col_jg` AS `product.vehicledata.colJg`, `product.vehicledata`.`col_jh` AS `product.vehicledata.colJh`, `product.vehicledata`.`col_ji` AS `product.vehicledata.colJi`, `product.vehicledata`.`col_jj` AS `product.vehicledata.colJj`, `product.vehicledata`.`col_jk` AS `product.vehicledata.colJk`, `product.vehicledata`.`col_jl` AS `product.vehicledata.colJl`, `product.vehicledata`.`col_jm` AS `product.vehicledata.colJm`, `product.vehicledata`.`col_jn` AS `product.vehicledata.colJn`, `product.vehicledata`.`col_jo` AS `product.vehicledata.colJo`, `product.vehicledata`.`col_jp` AS `product.vehicledata.colJp`, `product.vehicledata`.`col_jq` AS `product.vehicledata.colJq`, `product.vehicledata`.`col_jr` AS `product.vehicledata.colJr`, `product.vehicledata`.`col_js` AS `product.vehicledata.colJs`, `product.vehicledata`.`col_jt` AS `product.vehicledata.colJt`, `product.vehicledata`.`col_ju` AS `product.vehicledata.colJu`, `product.vehicledata`.`col_jv` AS `product.vehicledata.colJv`, `product.vehicledata`.`col_jw` AS `product.vehicledata.colJw`, `product.vehicledata`.`col_jx` AS `product.vehicledata.colJx`, `product.vehicledata`.`col_jy` AS `product.vehicledata.colJy`, `product.vehicledata`.`col_jz` AS `product.vehicledata.colJz`, `product.vehicledata`.`col_ka` AS `product.vehicledata.colKa`, `product.vehicledata`.`col_kb` AS `product.vehicledata.colKb`, `product.vehicledata`.`col_kc` AS `product.vehicledata.colKc`, `product.vehicledata`.`col_kd` AS `product.vehicledata.colKd`, `product.vehicledata`.`col_ke` AS `product.vehicledata.colKe`, `product.vehicledata`.`col_kf` AS `product.vehicledata.colKf`, `product.vehicledata`.`col_kg` AS `product.vehicledata.colKg`, `product.vehicledata`.`col_kh` AS `product.vehicledata.colKh`, `product.vehicledata`.`col_ki` AS `product.vehicledata.colKi`, `product.vehicledata`.`col_kj` AS `product.vehicledata.colKj`, `product.vehicledata`.`col_kk` AS `product.vehicledata.colKk`, `product.vehicledata`.`col_kl` AS `product.vehicledata.colKl`, `product.vehicledata`.`col_km` AS `product.vehicledata.colKm`, `product.vehicledata`.`col_kn` AS `product.vehicledata.colKn`, `product.vehicledata`.`col_ko` AS `product.vehicledata.colKo`, `product.vehicledata`.`col_kp` AS `product.vehicledata.colKp`, `product.vehicledata`.`col_kq` AS `product.vehicledata.colKq`, `product.vehicledata`.`col_kr` AS `product.vehicledata.colKr`, `product.vehicledata`.`col_ks` AS `product.vehicledata.colKs`, `product.vehicledata`.`col_kt` AS `product.vehicledata.colKt`, `product.vehicledata`.`col_ku` AS `product.vehicledata.colKu`, `product.vehicledata`.`col_kv` AS `product.vehicledata.colKv`, `product.vehicledata`.`col_kw` AS `product.vehicledata.colKw`, `product.vehicledata`.`col_kx` AS `product.vehicledata.colKx`, `product.vehicledata`.`col_ky` AS `product.vehicledata.colKy`, `product.vehicledata`.`col_kz` AS `product.vehicledata.colKz`, `product.vehicledata`.`col_la` AS `product.vehicledata.colLa`, `product.vehicledata`.`col_lb` AS `product.vehicledata.colLb`, `product.vehicledata`.`col_lc` AS `product.vehicledata.colLc`, `product.vehicledata`.`col_ld` AS `product.vehicledata.colLd`, `product.vehicledata`.`col_le` AS `product.vehicledata.colLe`, `product.vehicledata`.`col_lf` AS `product.vehicledata.colLf`, `product.vehicledata`.`col_lg` AS `product.vehicledata.colLg`, `product.vehicledata`.`col_lh` AS `product.vehicledata.colLh`, `product.vehicledata`.`col_li` AS `product.vehicledata.colLi`, `product.vehicledata`.`col_lj` AS `product.vehicledata.colLj`, `product.vehicledata`.`col_lk` AS `product.vehicledata.colLk`, `product.vehicledata`.`col_ll` AS `product.vehicledata.colLl`, `product.vehicledata`.`col_lm` AS `product.vehicledata.colLm`, `product.vehicledata`.`col_ln` AS `product.vehicledata.colLn`, `product.vehicledata`.`col_lo` AS `product.vehicledata.colLo`, `product.vehicledata`.`col_lp` AS `product.vehicledata.colLp`, `product.vehicledata`.`col_lq` AS `product.vehicledata.colLq`, `product.vehicledata`.`col_lr` AS `product.vehicledata.colLr`, `product.vehicledata`.`col_ls` AS `product.vehicledata.colLs`, `product.vehicledata`.`col_lt` AS `product.vehicledata.colLt`, `product.vehicledata`.`col_lu` AS `product.vehicledata.colLu`, `product.vehicledata`.`col_lv` AS `product.vehicledata.colLv`, `product.vehicledata`.`col_lw` AS `product.vehicledata.colLw`, `product.vehicledata`.`col_lx` AS `product.vehicledata.colLx`, `product.vehicledata`.`col_ly` AS `product.vehicledata.colLy`, `product.vehicledata`.`col_lz` AS `product.vehicledata.colLz`, `product.vehicledata`.`col_ma` AS `product.vehicledata.colMa`, `product.vehicledata`.`col_mb` AS `product.vehicledata.colMb`, `product.vehicledata`.`col_mc` AS `product.vehicledata.colMc`, `product.vehicledata`.`col_md` AS `product.vehicledata.colMd`, `product.vehicledata`.`col_me` AS `product.vehicledata.colMe`, `product.vehicledata`.`col_mf` AS `product.vehicledata.colMf`, `product.vehicledata`.`col_mg` AS `product.vehicledata.colMg`, `product.vehicledata`.`col_mh` AS `product.vehicledata.colMh`, `product.vehicledata`.`col_mi` AS `product.vehicledata.colMi`, `product.vehicledata`.`col_mj` AS `product.vehicledata.colMj`, `product.vehicledata`.`col_mk` AS `product.vehicledata.colMk`, `product.vehicledata`.`col_ml` AS `product.vehicledata.colMl`, `product.vehicledata`.`col_mm` AS `product.vehicledata.colMm`, `product.vehicledata`.`col_mn` AS `product.vehicledata.colMn`, `product.vehicledata`.`col_mo` AS `product.vehicledata.colMo`, `product.vehicledata`.`col_mp` AS `product.vehicledata.colMp`, `product.vehicledata`.`col_mq` AS `product.vehicledata.colMq`, `product.vehicledata`.`col_mr` AS `product.vehicledata.colMr`, `product.vehicledata`.`col_ms` AS `product.vehicledata.colMs`, `product.vehicledata`.`col_mt` AS `product.vehicledata.colMt`, `product.vehicledata`.`col_mu` AS `product.vehicledata.colMu`, `product.vehicledata`.`col_mv` AS `product.vehicledata.colMv`, `product.vehicledata`.`col_mw` AS `product.vehicledata.colMw`, `product.vehicledata`.`col_mx` AS `product.vehicledata.colMx`, `product.vehicledata`.`col_my` AS `product.vehicledata.colMy`, `product.vehicledata`.`col_mz` AS `product.vehicledata.colMz`, `product.vehicledata`.`col_na` AS `product.vehicledata.colNa`, `product.vehicledata`.`col_nb` AS `product.vehicledata.colNb`, `product.vehicledata`.`col_nc` AS `product.vehicledata.colNc`, `product.vehicledata`.`col_nd` AS `product.vehicledata.colNd`, `product.vehicledata`.`col_ne` AS `product.vehicledata.colNe`, `product.vehicledata`.`col_nf` AS `product.vehicledata.colNf`, `product.vehicledata`.`col_ng` AS `product.vehicledata.colNg`, `product.vehicledata`.`col_nh` AS `product.vehicledata.colNh`, `product.vehicledata`.`col_ni` AS `product.vehicledata.colNi`, `product.vehicledata`.`col_nj` AS `product.vehicledata.colNj`, `product.vehicledata`.`col_nk` AS `product.vehicledata.colNk`, `product.vehicledata`.`col_nl` AS `product.vehicledata.colNl`, `product.vehicledata`.`col_nm` AS `product.vehicledata.colNm`, `product.vehicledata`.`col_nn` AS `product.vehicledata.colNn`, `product.vehicledata`.`col_no` AS `product.vehicledata.colNo`, `product.vehicledata`.`col_np` AS `product.vehicledata.colNp`, `product.vehicledata`.`col_nq` AS `product.vehicledata.colNq`, `product.vehicledata`.`col_nr` AS `product.vehicledata.colNr`, `product.vehicledata`.`col_ns` AS `product.vehicledata.colNs`, `product.vehicledata`.`col_nt` AS `product.vehicledata.colNt`, `product.vehicledata`.`col_nu` AS `product.vehicledata.colNu`, `product.vehicledata`.`col_nv` AS `product.vehicledata.colNv`, `product.vehicledata`.`col_nw` AS `product.vehicledata.colNw`, `product.vehicledata`.`col_nx` AS `product.vehicledata.colNx`, `product.vehicledata`.`col_ny` AS `product.vehicledata.colNy`, `product.vehicledata`.`col_nz` AS `product.vehicledata.colNz`, `product.vehicledata`.`col_oa` AS `product.vehicledata.colOa`, `product.vehicledata`.`col_ob` AS `product.vehicledata.colOb`, `product.vehicledata`.`col_oc` AS `product.vehicledata.colOc`, `product.vehicledata`.`col_od` AS `product.vehicledata.colOd`, `product.vehicledata`.`col_oe` AS `product.vehicledata.colOe`, `product.vehicledata`.`col_of` AS `product.vehicledata.colOf`, `product.vehicledata`.`col_og` AS `product.vehicledata.colOg`, `product.vehicledata`.`col_oh` AS `product.vehicledata.colOh`, `product.vehicledata`.`col_oi` AS `product.vehicledata.colOi`, `product.vehicledata`.`col_oj` AS `product.vehicledata.colOj`, `product.vehicledata`.`col_ok` AS `product.vehicledata.colOk`, `product.vehicledata`.`col_ol` AS `product.vehicledata.colOl`, `product.vehicledata`.`col_om` AS `product.vehicledata.colOm`, `product.vehicledata`.`col_on` AS `product.vehicledata.colOn`, `product.vehicledata`.`col_oo` AS `product.vehicledata.colOo`, `product.vehicledata`.`col_op` AS `product.vehicledata.colOp`, `product.vehicledata`.`col_oq` AS `product.vehicledata.colOq`, `product.vehicledata`.`col_or` AS `product.vehicledata.colOr`, `product.vehicledata`.`col_os` AS `product.vehicledata.colOs`, `product.vehicledata`.`col_ot` AS `product.vehicledata.colOt`, `product.vehicledata`.`col_ou` AS `product.vehicledata.colOu`, `product.vehicledata`.`col_ov` AS `product.vehicledata.colOv`, `product.vehicledata`.`col_ow` AS `product.vehicledata.colOw`, `product.vehicledata`.`col_ox` AS `product.vehicledata.colOx`, `product.vehicledata`.`col_oy` AS `product.vehicledata.colOy`, `product.vehicledata`.`col_oz` AS `product.vehicledata.colOz`, `product.vehicledata`.`col_pa` AS `product.vehicledata.colPa`, `product.vehicledata`.`col_pb` AS `product.vehicledata.colPb`, `product.vehicledata`.`col_pc` AS `product.vehicledata.colPc`, `product.vehicledata`.`col_pd` AS `product.vehicledata.colPd`, `product.vehicledata`.`col_pe` AS `product.vehicledata.colPe`, `product.vehicledata`.`col_pf` AS `product.vehicledata.colPf`, `product.vehicledata`.`col_pg` AS `product.vehicledata.colPg`, `product.vehicledata`.`col_ph` AS `product.vehicledata.colPh`, `product.vehicledata`.`col_pi` AS `product.vehicledata.colPi`, `product.vehicledata`.`col_pj` AS `product.vehicledata.colPj`, `product.vehicledata`.`col_pk` AS `product.vehicledata.colPk`, `product.vehicledata`.`col_pl` AS `product.vehicledata.colPl`, `product.vehicledata`.`col_pm` AS `product.vehicledata.colPm`, `product.vehicledata`.`col_pn` AS `product.vehicledata.colPn`, `product.vehicledata`.`col_po` AS `product.vehicledata.colPo`, `product.vehicledata`.`col_pp` AS `product.vehicledata.colPp`, `product.vehicledata`.`col_pq` AS `product.vehicledata.colPq`, `product.vehicledata`.`col_pr` AS `product.vehicledata.colPr`, `product.vehicledata`.`col_ps` AS `product.vehicledata.colPs`, `product.vehicledata`.`col_pt` AS `product.vehicledata.colPt`, `product.vehicledata`.`col_pu` AS `product.vehicledata.colPu`, `product.vehicledata`.`col_pv` AS `product.vehicledata.colPv`, `product.vehicledata`.`col_pw` AS `product.vehicledata.colPw`, `product.vehicledata`.`col_px` AS `product.vehicledata.colPx`, `product.vehicledata`.`col_py` AS `product.vehicledata.colPy`, `product.vehicledata`.`col_pz` AS `product.vehicledata.colPz`, `product.vehicledata`.`col_qa` AS `product.vehicledata.colQa`, `product.vehicledata`.`col_qb` AS `product.vehicledata.colQb`, `product.vehicledata`.`col_qc` AS `product.vehicledata.colQc`, `product.vehicledata`.`col_qd` AS `product.vehicledata.colQd`, `product.vehicledata`.`col_qe` AS `product.vehicledata.colQe`, `product.vehicledata`.`col_qf` AS `product.vehicledata.colQf`, `product.vehicledata`.`col_qg` AS `product.vehicledata.colQg`, `product.vehicledata`.`col_qh` AS `product.vehicledata.colQh`, `product.vehicledata`.`col_qi` AS `product.vehicledata.colQi`, `product.vehicledata`.`col_qj` AS `product.vehicledata.colQj`, `product.vehicledata`.`col_qk` AS `product.vehicledata.colQk`, `product.vehicledata`.`col_ql` AS `product.vehicledata.colQl`, `product.vehicledata`.`col_qm` AS `product.vehicledata.colQm`, `product.vehicledata`.`col_qn` AS `product.vehicledata.colQn`, `product.vehicledata`.`col_qo` AS `product.vehicledata.colQo`, `product.vehicledata`.`col_qp` AS `product.vehicledata.colQp`, `product.vehicledata`.`col_qq` AS `product.vehicledata.colQq`, `product.vehicledata`.`col_qr` AS `product.vehicledata.colQr`, `product.vehicledata`.`col_qs` AS `product.vehicledata.colQs`, `product.vehicledata`.`col_qt` AS `product.vehicledata.colQt`, `product.vehicledata`.`col_qu` AS `product.vehicledata.colQu`, `product.vehicledata`.`col_qv` AS `product.vehicledata.colQv`, `product.vehicledata`.`col_qw` AS `product.vehicledata.colQw`, `product.vehicledata`.`col_qx` AS `product.vehicledata.colQx`, `product.vehicledata`.`col_qy` AS `product.vehicledata.colQy`, `product.vehicledata`.`col_qz` AS `product.vehicledata.colQz`, `product.vehicledata`.`col_ra` AS `product.vehicledata.colRa`, `product.vehicledata`.`col_rb` AS `product.vehicledata.colRb`, `product.vehicledata`.`col_rc` AS `product.vehicledata.colRc`, `product.vehicledata`.`col_rd` AS `product.vehicledata.colRd`, `product.vehicledata`.`col_re` AS `product.vehicledata.colRe`, `product.vehicledata`.`col_rf` AS `product.vehicledata.colRf`, `product.vehicledata`.`col_rg` AS `product.vehicledata.colRg`, `product.vehicledata`.`col_rh` AS `product.vehicledata.colRh`, `product.vehicledata`.`col_ri` AS `product.vehicledata.colRi`, `product.vehicledata`.`col_rj` AS `product.vehicledata.colRj`, `product.vehicledata`.`col_rk` AS `product.vehicledata.colRk`, `product.vehicledata`.`col_rl` AS `product.vehicledata.colRl`, `product.vehicledata`.`col_rm` AS `product.vehicledata.colRm`, `product.vehicledata`.`col_rn` AS `product.vehicledata.colRn`, `product.vehicledata`.`col_ro` AS `product.vehicledata.colRo`, `product.vehicledata`.`col_rp` AS `product.vehicledata.colRp`, `product.vehicledata`.`col_rq` AS `product.vehicledata.colRq`, `product.vehicledata`.`col_rr` AS `product.vehicledata.colRr`, `product.vehicledata`.`col_rs` AS `product.vehicledata.colRs`, `product.vehicledata`.`col_rt` AS `product.vehicledata.colRt`, `product.vehicledata`.`col_ru` AS `product.vehicledata.colRu`, `product.vehicledata`.`col_rv` AS `product.vehicledata.colRv`, `product.vehicledata`.`col_rw` AS `product.vehicledata.colRw`, `product.vehicledata`.`col_rx` AS `product.vehicledata.colRx`, `product.vehicledata`.`col_ry` AS `product.vehicledata.colRy`, `product.vehicledata`.`col_rz` AS `product.vehicledata.colRz`, `product.vehicledata`.`col_sa` AS `product.vehicledata.colSa`, `product.vehicledata`.`col_sb` AS `product.vehicledata.colSb`, `product.vehicledata`.`col_sc` AS `product.vehicledata.colSc`, `product.vehicledata`.`col_sd` AS `product.vehicledata.colSd`, `product.vehicledata`.`col_se` AS `product.vehicledata.colSe`, `product.vehicledata`.`col_sf` AS `product.vehicledata.colSf`, `product.vehicledata`.`col_sg` AS `product.vehicledata.colSg`, `product.vehicledata`.`col_sh` AS `product.vehicledata.colSh`, `product.vehicledata`.`col_si` AS `product.vehicledata.colSi`, `product.vehicledata`.`col_sj` AS `product.vehicledata.colSj`, `product.vehicledata`.`col_sk` AS `product.vehicledata.colSk`, `product.vehicledata`.`col_sl` AS `product.vehicledata.colSl`, `product.vehicledata`.`col_sm` AS `product.vehicledata.colSm`, `product.vehicledata`.`col_sn` AS `product.vehicledata.colSn`, `product.vehicledata`.`col_so` AS `product.vehicledata.colSo`, `product.vehicledata`.`col_sp` AS `product.vehicledata.colSp`, `product.vehicledata`.`col_sq` AS `product.vehicledata.colSq`, `product.vehicledata`.`col_sr` AS `product.vehicledata.colSr`, `product.vehicledata`.`col_ss` AS `product.vehicledata.colSs`, `product.vehicledata`.`col_st` AS `product.vehicledata.colSt`, `product.vehicledata`.`col_su` AS `product.vehicledata.colSu`, `product.vehicledata`.`col_sv` AS `product.vehicledata.colSv`, `product.vehicledata`.`col_sw` AS `product.vehicledata.colSw`, `product.vehicledata`.`col_sx` AS `product.vehicledata.colSx`, `product.vehicledata`.`col_sy` AS `product.vehicledata.colSy`, `product.vehicledata`.`col_sz` AS `product.vehicledata.colSz`, `product.vehicledata`.`col_ta` AS `product.vehicledata.colTa`, `product.vehicledata`.`col_tb` AS `product.vehicledata.colTb`, `product.vehicledata`.`col_tc` AS `product.vehicledata.colTc`, `product.vehicledata`.`col_td` AS `product.vehicledata.colTd`, `product.vehicledata`.`imagesupdatedon` AS `product.vehicledata.imagesupdatedon`, `product.vehicledata`.`localcode` AS `product.vehicledata.localcode`, `product.vehicledata`.`import_hash` AS `product.vehicledata.importHash`, `product.vehicledata`.`numimages` AS `product.vehicledata.numimages`, `product.vehicledata`.`col_z_hash` AS `product.vehicledata.colZHash`, `product.vehicledata`.`col_ri_hash` AS `product.vehicledata.colRiHash`, `product.vehicledata`.`source_system_id` AS `product.vehicledata.sourceSystemId`, `product.vehicledata`.`sort_ez` AS `product.vehicledata.sortEz`, `product.vehicledata`.`created_at` AS `product.vehicledata.createdAt`, `product.vehicledata`.`updated_at` AS `product.vehicledata.updatedAt`, `product`.`location_id` AS `product.locationId`, `product.location`.`id` AS `product.location.id`, `product.location`.`location_key` AS `product.location.locationKey`, `product.location`.`crm_key` AS `product.location.crmKey`, `product.location`.`name` AS `product.location.name`, `product.location`.`public_sub_title` AS `product.location.publicSubTitle`, `product.location`.`street` AS `product.location.street`, `product.location`.`city` AS `product.location.city`, `product.location`.`zip` AS `product.location.zip`, `product.location`.`country` AS `product.location.country`, `product.location`.`emails_usedcar` AS `product.location.emailsUsedcar`, `product.location`.`emails_newcar` AS `product.location.emailsNewcar`, `product.location`.`latitude` AS `product.location.latitude`, `product.location`.`longitude` AS `product.location.longitude`, `product.location`.`sorting` AS `product.location.sorting`, `product.location`.`autouncle` AS `product.location.autouncle`, `product.location`.`phone` AS `product.location.phone`, `product.location`.`phone_nw` AS `product.location.phoneNw`, `product.location`.`phone_gw` AS `product.location.phoneGw`, `product.location`.`fax` AS `product.location.fax`, `product.location`.`imprint` AS `product.location.imprint`, `product.location`.`link` AS `product.location.link`, `product.location`.`openmonfriselling` AS `product.location.openmonfriselling`, `product.location`.`closemonfriselling` AS `product.location.closemonfriselling`, `product.location`.`opensatselling` AS `product.location.opensatselling`, `product.location`.`closesatselling` AS `product.location.closesatselling`, `product.location`.`bank_name` AS `product.location.bankName`, `product.location`.`bank_iban` AS `product.location.bankIban`, `product.location`.`bank_bic` AS `product.location.bankBic`, `product.location`.`bank_customer` AS `product.location.bankCustomer`, `product.location`.`mail_imprint` AS `product.location.mailImprint`, `product.location`.`locationmedia_id` AS `product.location.locationmediaId`, `product.location`.`tac_file_id` AS `product.location.tacFileId`, `product.location`.`dp_file_id` AS `product.location.dpFileId`, `product.location`.`row_file_id` AS `product.location.rowFileId`, `product.location`.`cf_file_id` AS `product.location.cfFileId`, `product.location`.`organization_id` AS `product.location.organizationId`, `product.location.organization`.`id` AS `product.location.organization.id`, `product.location.organization`.`organization_key` AS `product.location.organization.organizationKey`, `product.location.organization`.`name` AS `product.location.organization.name`, `product.location.organization`.`street` AS `product.location.organization.street`, `product.location.organization`.`city` AS `product.location.organization.city`, `product.location.organization`.`zip` AS `product.location.organization.zip`, `product.location.organization`.`country` AS `product.location.organization.country`, `product.location.organization`.`phone` AS `product.location.organization.phone`, `product.location.organization`.`email` AS `product.location.organization.email`, `product.location.organization`.`sorting` AS `product.location.organization.sorting`, `product.location.organization`.`mail_imprint` AS `product.location.organization.mailImprint`, `product.location.organization`.`tac_file_id` AS `product.location.organization.tacFileId`, `product.location.organization`.`dp_file_id` AS `product.location.organization.dpFileId`, `product.location.organization`.`row_file_id` AS `product.location.organization.rowFileId`, `product.location.organization`.`cf_file_id` AS `product.location.organization.cfFileId`, `product.location.organization`.`created_at` AS `product.location.organization.createdAt`, `product.location.organization`.`updated_at` AS `product.location.organization.updatedAt`, `product.location`.`created_at` AS `product.location.createdAt`, `product.location`.`updated_at` AS `product.location.updatedAt`, `product.manufacturer`.`id` AS `product.manufacturer.id`, `product.manufacturer`.`version_id` AS `product.manufacturer.versionId`, `product.manufacturer`.`media_id` AS `product.manufacturer.mediaId`, `product.manufacturer`.`link` AS `product.manufacturer.link`, `product.manufacturer`.`created_at` AS `product.manufacturer.createdAt`, `product.manufacturer`.`updated_at` AS `product.manufacturer.updatedAt`, `product.manufacturer.media`.`id` AS `product.manufacturer.media.id`, `product.manufacturer.media`.`user_id` AS `product.manufacturer.media.userId`, `product.manufacturer.media`.`media_folder_id` AS `product.manufacturer.media.mediaFolderId`, `product.manufacturer.media`.`mime_type` AS `product.manufacturer.media.mimeType`, `product.manufacturer.media`.`file_extension` AS `product.manufacturer.media.fileExtension`, `product.manufacturer.media`.`uploaded_at` AS `product.manufacturer.media.uploadedAt`, `product.manufacturer.media`.`file_name` AS `product.manufacturer.media.fileName`, `product.manufacturer.media`.`file_size` AS `product.manufacturer.media.fileSize`, `product.manufacturer.media`.`media_type` AS `product.manufacturer.media.mediaTypeRaw`, `product.manufacturer.media`.`meta_data` AS `product.manufacturer.media.metaData`, `product.manufacturer.media`.`config` AS `product.manufacturer.media.config`, `product.manufacturer.media`.`path` AS `product.manufacturer.media.path`, `product.manufacturer.media`.`private` AS `product.manufacturer.media.private`, `product.manufacturer.media`.`thumbnails_ro` AS `product.manufacturer.media.thumbnailsRo`, `product.manufacturer.media`.`created_at` AS `product.manufacturer.media.createdAt`, `product.manufacturer.media`.`updated_at` AS `product.manufacturer.media.updatedAt`, `product.manufacturer.media.translation.title`, COALESCE(`product.manufacturer.media.translation.title`,`product.manufacturer.media.translation.title`) AS `product.manufacturer.media.title`, `product.manufacturer.media.translation.alt`, COALESCE(`product.manufacturer.media.translation.alt`,`product.manufacturer.media.translation.alt`) AS `product.manufacturer.media.alt`, `product.manufacturer.media.translation.customFields`, COALESCE(`product.manufacturer.media.translation.customFields`,`product.manufacturer.media.translation.customFields`) AS `product.manufacturer.media.customFields`, `product.manufacturer.media.translation.createdAt`, `product.manufacturer.media.translation.updatedAt`, `product.manufacturer.media.translation.mediaId`, `product.manufacturer.media.translation.languageId`, `product.manufacturer.translation.name`, COALESCE(`product.manufacturer.translation.name`,`product.manufacturer.translation.name`) AS `product.manufacturer.name`, `product.manufacturer.translation.description`, COALESCE(`product.manufacturer.translation.description`,`product.manufacturer.translation.description`) AS `product.manufacturer.description`, `product.manufacturer.translation.customFields`, COALESCE(`product.manufacturer.translation.customFields`,`product.manufacturer.translation.customFields`) AS `product.manufacturer.customFields`, `product.manufacturer.translation.createdAt`, `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation.languageId`, `product.manufacturer.translation.productManufacturerVersionId`, (SELECT GROUP_CONCAT(HEX(`product.options.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_option` `product.options.mapping`
                  WHERE `product.options.mapping`.`product_id` = `product`.`id` ) AS `product.options.id_mapping`, (SELECT GROUP_CONCAT(HEX(`product.properties.mapping`.`property_group_option_id`) SEPARATOR '||')
                  FROM `product_property` `product.properties.mapping`
                  WHERE `product.properties.mapping`.`product_id` = `product`.`properties` ) AS `product.properties.id_mapping`, `product.unit`.`id` AS `product.unit.id`, `product.unit`.`created_at` AS `product.unit.createdAt`, `product.unit`.`updated_at` AS `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) AS `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) AS `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) AS `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` AS `product.deliveryTime.id`, `product.deliveryTime`.`min` AS `product.deliveryTime.min`, `product.deliveryTime`.`max` AS `product.deliveryTime.max`, `product.deliveryTime`.`unit` AS `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` AS `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` AS `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) AS `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) AS `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.cover`.`id` AS `product.cover.id`, `product.cover`.`version_id` AS `product.cover.versionId`, `product.cover`.`product_id` AS `product.cover.productId`, `product.cover`.`product_version_id` AS `product.cover.productVersionId`, `product.cover`.`media_id` AS `product.cover.mediaId`, `product.cover`.`position` AS `product.cover.position`, `product.cover.media`.`id` AS `product.cover.media.id`, `product.cover.media`.`user_id` AS `product.cover.media.userId`, `product.cover.media`.`media_folder_id` AS `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` AS `product.cover.media.mimeType`, `product.cover.media`.`file_extension` AS `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` AS `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` AS `product.cover.media.fileName`, `product.cover.media`.`file_size` AS `product.cover.media.fileSize`, `product.cover.media`.`media_type` AS `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` AS `product.cover.media.metaData`, `product.cover.media`.`config` AS `product.cover.media.config`, `product.cover.media`.`path` AS `product.cover.media.path`, `product.cover.media`.`private` AS `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` AS `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` AS `product.cover.media.createdAt`, `product.cover.media`.`updated_at` AS `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) AS `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) AS `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) AS `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` AS `product.cover.customFields`, `product.cover`.`created_at` AS `product.cover.createdAt`, `product.cover`.`updated_at` AS `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) AS `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) AS `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) AS `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) AS `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) AS `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) AS `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) AS `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) AS `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) AS `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) AS `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description AS `product.translation.metaDescription`, `product.translation`.name AS `product.translation.name`, `product.translation`.keywords AS `product.translation.keywords`, `product.translation`.description AS `product.translation.description`, `product.translation`.meta_title AS `product.translation.metaTitle`, `product.translation`.pack_unit AS `product.translation.packUnit`, `product.translation`.pack_unit_plural AS `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords AS `product.translation.customSearchKeywords`, `product.translation`.slot_config AS `product.translation.slotConfig`, `product.translation`.custom_fields AS `product.translation.customFields`, `product.translation`.created_at AS `product.translation.createdAt`, `product.translation`.updated_at AS `product.translation.updatedAt`, `product.translation`.product_id AS `product.translation.productId`, `product.translation`.language_id AS `product.translation.languageId`, `product.translation`.product_version_id AS `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description AS `product.parent.translation.metaDescription`, `product.parent.translation`.name AS `product.parent.translation.name`, `product.parent.translation`.keywords AS `product.parent.translation.keywords`, `product.parent.translation`.description AS `product.parent.translation.description`, `product.parent.translation`.meta_title AS `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit AS `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural AS `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords AS `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config AS `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields AS `product.parent.translation.customFields`, `product.parent.translation`.created_at AS `product.parent.translation.createdAt`, `product.parent.translation`.updated_at AS `product.parent.translation.updatedAt`, `product.parent.translation`.product_id AS `product.parent.translation.productId`, `product.parent.translation`.language_id AS `product.parent.translation.languageId`, `product.parent.translation`.product_version_id AS `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `vehicledata` `product.vehicledata` ON `product`.`id` = `product.vehicledata`.`product_id` LEFT JOIN `location` `product.location` ON `product`.`location_id` = `product.location`.`id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product`.`manufacturer` = `product.manufacturer`.`id` AND IFNULL(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) = `product.manufacturer`.`version_id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN `ma_organization` `product.location.organization` ON `product.location`.`organization_id` = `product.location.organization`.`id` LEFT JOIN (SELECT `product.manufacturer.translation`.product_manufacturer_id, `product.manufacturer.translation`.product_manufacturer_version_id, `product.manufacturer.translation`.name AS `product.manufacturer.translation.name`, `product.manufacturer.translation`.description AS `product.manufacturer.translation.description`, `product.manufacturer.translation`.custom_fields AS `product.manufacturer.translation.customFields`, `product.manufacturer.translation`.created_at AS `product.manufacturer.translation.createdAt`, `product.manufacturer.translation`.updated_at AS `product.manufacturer.translation.updatedAt`, `product.manufacturer.translation`.product_manufacturer_id AS `product.manufacturer.translation.productManufacturerId`, `product.manufacturer.translation`.language_id AS `product.manufacturer.translation.languageId`, `product.manufacturer.translation`.product_manufacturer_version_id AS `product.manufacturer.translation.productManufacturerVersionId` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation`.language_id = ?) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation`.`product_manufacturer_id` = `product.manufacturer`.`id` AND `product.manufacturer.product_manufacturer_translation`.product_manufacturer_version_id = `product.manufacturer`.version_id LEFT JOIN `media` `product.manufacturer.media` ON `product.manufacturer`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.manufacturer.media.translation`.media_id, `product.manufacturer.media.translation`.title AS `product.manufacturer.media.translation.title`, `product.manufacturer.media.translation`.alt AS `product.manufacturer.media.translation.alt`, `product.manufacturer.media.translation`.custom_fields AS `product.manufacturer.media.translation.customFields`, `product.manufacturer.media.translation`.created_at AS `product.manufacturer.media.translation.createdAt`, `product.manufacturer.media.translation`.updated_at AS `product.manufacturer.media.translation.updatedAt`, `product.manufacturer.media.translation`.media_id AS `product.manufacturer.media.translation.mediaId`, `product.manufacturer.media.translation`.language_id AS `product.manufacturer.media.translation.languageId` FROM `media_translation` `product.manufacturer.media.translation` WHERE `product.manufacturer.media.translation`.language_id = ?) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation`.`media_id` = `product.manufacturer.media`.`id` LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code AS `product.unit.translation.shortCode`, `product.unit.translation`.name AS `product.unit.translation.name`, `product.unit.translation`.custom_fields AS `product.unit.translation.customFields`, `product.unit.translation`.created_at AS `product.unit.translation.createdAt`, `product.unit.translation`.updated_at AS `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id AS `product.unit.translation.unitId`, `product.unit.translation`.language_id AS `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name AS `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields AS `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at AS `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at AS `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id AS `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id AS `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title AS `product.cover.media.translation.title`, `product.cover.media.translation`.alt AS `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields AS `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at AS `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at AS `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id AS `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id AS `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÆÊû├Oq¿å\x04ú▒¸ÓØ\x0F"
]
46 1.55 ms
# product-detail-route::association::options::read
SELECT `property_group_option`.`id` AS `property_group_option.id`, `property_group_option`.`property_group_id` AS `property_group_option.groupId`, `property_group_option`.`color_hex_code` AS `property_group_option.colorHexCode`, `property_group_option`.`media_id` AS `property_group_option.mediaId`, `property_group_option`.`created_at` AS `property_group_option.createdAt`, `property_group_option`.`updated_at` AS `property_group_option.updatedAt`, `property_group_option.group`.`id` AS `property_group_option.group.id`, `property_group_option.group`.`display_type` AS `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` AS `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` AS `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` AS `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` AS `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` AS `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) AS `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) AS `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) AS `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) AS `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) AS `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) AS `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) AS `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name AS `property_group_option.translation.name`, `property_group_option.translation`.position AS `property_group_option.translation.position`, `property_group_option.translation`.custom_fields AS `property_group_option.translation.customFields`, `property_group_option.translation`.created_at AS `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at AS `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id AS `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id AS `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name AS `property_group_option.group.translation.name`, `property_group_option.group.translation`.description AS `property_group_option.group.translation.description`, `property_group_option.group.translation`.position AS `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields AS `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at AS `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at AS `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id AS `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id AS `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ÄV%³w\x7F┌£º#Ka╬ì="
  b"\x01’H\x0Fî+sòŒ\x17Ï?\x10Æ"}"
]
47 1.68 ms
# product-detail-route::association::properties::read
SELECT `property_group_option`.`id` AS `property_group_option.id`, `property_group_option`.`property_group_id` AS `property_group_option.groupId`, `property_group_option`.`color_hex_code` AS `property_group_option.colorHexCode`, `property_group_option`.`media_id` AS `property_group_option.mediaId`, `property_group_option`.`created_at` AS `property_group_option.createdAt`, `property_group_option`.`updated_at` AS `property_group_option.updatedAt`, `property_group_option.group`.`id` AS `property_group_option.group.id`, `property_group_option.group`.`display_type` AS `property_group_option.group.displayType`, `property_group_option.group`.`sorting_type` AS `property_group_option.group.sortingType`, `property_group_option.group`.`filterable` AS `property_group_option.group.filterable`, `property_group_option.group`.`visible_on_product_detail_page` AS `property_group_option.group.visibleOnProductDetailPage`, `property_group_option.group`.`created_at` AS `property_group_option.group.createdAt`, `property_group_option.group`.`updated_at` AS `property_group_option.group.updatedAt`, `property_group_option.group.translation.name`, COALESCE(`property_group_option.group.translation.name`,`property_group_option.group.translation.name`) AS `property_group_option.group.name`, `property_group_option.group.translation.description`, COALESCE(`property_group_option.group.translation.description`,`property_group_option.group.translation.description`) AS `property_group_option.group.description`, `property_group_option.group.translation.position`, COALESCE(`property_group_option.group.translation.position`,`property_group_option.group.translation.position`) AS `property_group_option.group.position`, `property_group_option.group.translation.customFields`, COALESCE(`property_group_option.group.translation.customFields`,`property_group_option.group.translation.customFields`) AS `property_group_option.group.customFields`, `property_group_option.group.translation.createdAt`, `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation.languageId`, `property_group_option.translation.name`, COALESCE(`property_group_option.translation.name`,`property_group_option.translation.name`) AS `property_group_option.name`, `property_group_option.translation.position`, COALESCE(`property_group_option.translation.position`,`property_group_option.translation.position`) AS `property_group_option.position`, `property_group_option.translation.customFields`, COALESCE(`property_group_option.translation.customFields`,`property_group_option.translation.customFields`) AS `property_group_option.customFields`, `property_group_option.translation.createdAt`, `property_group_option.translation.updatedAt`, `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation.languageId` FROM `property_group_option` LEFT JOIN (SELECT `property_group_option.translation`.property_group_option_id, `property_group_option.translation`.name AS `property_group_option.translation.name`, `property_group_option.translation`.position AS `property_group_option.translation.position`, `property_group_option.translation`.custom_fields AS `property_group_option.translation.customFields`, `property_group_option.translation`.created_at AS `property_group_option.translation.createdAt`, `property_group_option.translation`.updated_at AS `property_group_option.translation.updatedAt`, `property_group_option.translation`.property_group_option_id AS `property_group_option.translation.propertyGroupOptionId`, `property_group_option.translation`.language_id AS `property_group_option.translation.languageId` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation`.language_id = ?) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation`.`property_group_option_id` = `property_group_option`.`id` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option`.`property_group_id` = `property_group_option.group`.`id` LEFT JOIN (SELECT `property_group_option.group.translation`.property_group_id, `property_group_option.group.translation`.name AS `property_group_option.group.translation.name`, `property_group_option.group.translation`.description AS `property_group_option.group.translation.description`, `property_group_option.group.translation`.position AS `property_group_option.group.translation.position`, `property_group_option.group.translation`.custom_fields AS `property_group_option.group.translation.customFields`, `property_group_option.group.translation`.created_at AS `property_group_option.group.translation.createdAt`, `property_group_option.group.translation`.updated_at AS `property_group_option.group.translation.updatedAt`, `property_group_option.group.translation`.property_group_id AS `property_group_option.group.translation.propertyGroupId`, `property_group_option.group.translation`.language_id AS `property_group_option.group.translation.languageId` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation`.language_id = ?) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation`.`property_group_id` = `property_group_option.group`.`id` WHERE `property_group_option`.`id` IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01ÄV%³w\x7F┌£º#Ka╬ì="
  b"\x01É0êHã{HÉ%'8©\x1CzM"
  b"\x01ɼ\x15\x04\x1DyCî\e\Ét\x1C\V"
  b"\x01’H\x0E«ƒxp–%¸0¥Ê¬o"
  b"\x01’H\x0Fî+sòŒ\x17Ï?\x10Æ"}"
  b"\x01ÆH\x10à\x05x»¼¨õÅ\x07S░j"
  b"\x01’H\x14\x12Gpš‰Ö·çŽD,×"
  b"\x01’L¿ÿc\x7F\r³{Lî­´[\x17"
  b"\x01ÆL└%F\x7Fjë=Ú}¬╚Ø>"
  b"\x01’LÁ‘\x15x¬Š(\x142tíÄn"
  b"\x01ÆL┴«ÍvÃÉó#═\x03L\x10 "
  b"\x01’L›Ïpó›³Þt[Ò7m"
  b"\x01’LÃYu{\x11–=,\x12áÈØ¤"
  b"\x01’LÄLâs ‚é–GF\x04N2"
  b"\x01’LÆLcw©·åkkAEž»"
  b"\x01’LÉø®uV»p~²Ü=\x07û"
  b"\v\x1D\x07ÅwåJ÷çžn7Ø]¼"
  b"ºQŒ\x06`ÝC\x03ª—º\x18š~K "
  b"ôðLO`¤Bε)NN¡Õ\x17¹"
]
48 1.13 ms
# product-detail-route::association::mainCategories::read
SELECT `main_category`.`id` AS `main_category.id`, `main_category`.`product_id` AS `main_category.productId`, `main_category`.`product_version_id` AS `main_category.productVersionId`, `main_category`.`category_id` AS `main_category.categoryId`, `main_category`.`category_version_id` AS `main_category.categoryVersionId`, `main_category`.`sales_channel_id` AS `main_category.salesChannelId`, `main_category`.`created_at` AS `main_category.createdAt`, `main_category`.`updated_at` AS `main_category.updatedAt`, `main_category.category`.`id` AS `main_category.category.id`, `main_category.category`.`version_id` AS `main_category.category.versionId`, `main_category.category`.`parent_id` AS `main_category.category.parentId`, `main_category.category`.`parent_version_id` AS `main_category.category.parentVersionId`, `main_category.category`.`after_category_id` AS `main_category.category.afterCategoryId`, `main_category.category`.`after_category_version_id` AS `main_category.category.afterCategoryVersionId`, `main_category.category`.`media_id` AS `main_category.category.mediaId`, `main_category.category`.`display_nested_products` AS `main_category.category.displayNestedProducts`, `main_category.category`.`auto_increment` AS `main_category.category.autoIncrement`, `main_category.category`.`level` AS `main_category.category.level`, `main_category.category`.`path` AS `main_category.category.path`, `main_category.category`.`child_count` AS `main_category.category.childCount`, `main_category.category`.`type` AS `main_category.category.type`, `main_category.category`.`product_assignment_type` AS `main_category.category.productAssignmentType`, `main_category.category`.`visible` AS `main_category.category.visible`, `main_category.category`.`active` AS `main_category.category.active`, `main_category.category`.`cms_page_id` AS `main_category.category.cmsPageId`, `main_category.category`.`cms_page_version_id` AS `main_category.category.cmsPageVersionId`, `main_category.category`.`product_stream_id` AS `main_category.category.productStreamId`, `main_category.category`.`custom_entity_type_id` AS `main_category.category.customEntityTypeId`, `main_category.category`.`created_at` AS `main_category.category.createdAt`, `main_category.category`.`updated_at` AS `main_category.category.updatedAt`, `main_category.category.translation.name`, COALESCE(`main_category.category.translation.name`,`main_category.category.translation.name`) AS `main_category.category.name`, `main_category.category.translation.breadcrumb`, COALESCE(`main_category.category.translation.breadcrumb`,`main_category.category.translation.breadcrumb`) AS `main_category.category.breadcrumb`, `main_category.category.translation.slotConfig`, COALESCE(`main_category.category.translation.slotConfig`,`main_category.category.translation.slotConfig`) AS `main_category.category.slotConfig`, `main_category.category.translation.linkType`, COALESCE(`main_category.category.translation.linkType`,`main_category.category.translation.linkType`) AS `main_category.category.linkType`, `main_category.category.translation.internalLink`, COALESCE(`main_category.category.translation.internalLink`,`main_category.category.translation.internalLink`) AS `main_category.category.internalLink`, `main_category.category.translation.externalLink`, COALESCE(`main_category.category.translation.externalLink`,`main_category.category.translation.externalLink`) AS `main_category.category.externalLink`, `main_category.category.translation.linkNewTab`, COALESCE(`main_category.category.translation.linkNewTab`,`main_category.category.translation.linkNewTab`) AS `main_category.category.linkNewTab`, `main_category.category.translation.description`, COALESCE(`main_category.category.translation.description`,`main_category.category.translation.description`) AS `main_category.category.description`, `main_category.category.translation.metaTitle`, COALESCE(`main_category.category.translation.metaTitle`,`main_category.category.translation.metaTitle`) AS `main_category.category.metaTitle`, `main_category.category.translation.metaDescription`, COALESCE(`main_category.category.translation.metaDescription`,`main_category.category.translation.metaDescription`) AS `main_category.category.metaDescription`, `main_category.category.translation.keywords`, COALESCE(`main_category.category.translation.keywords`,`main_category.category.translation.keywords`) AS `main_category.category.keywords`, `main_category.category.translation.customFields`, COALESCE(`main_category.category.translation.customFields`,`main_category.category.translation.customFields`) AS `main_category.category.customFields`, `main_category.category.translation.createdAt`, `main_category.category.translation.updatedAt`, `main_category.category.translation.categoryId`, `main_category.category.translation.languageId`, `main_category.category.translation.categoryVersionId` FROM `main_category` LEFT JOIN `category` `main_category.category` ON `main_category`.`category_id` = `main_category.category`.`id` AND `main_category`.`category_version_id` = `main_category.category`.`version_id` LEFT JOIN (SELECT `main_category.category.translation`.category_id, `main_category.category.translation`.category_version_id, `main_category.category.translation`.name AS `main_category.category.translation.name`, `main_category.category.translation`.breadcrumb AS `main_category.category.translation.breadcrumb`, `main_category.category.translation`.slot_config AS `main_category.category.translation.slotConfig`, `main_category.category.translation`.link_type AS `main_category.category.translation.linkType`, `main_category.category.translation`.internal_link AS `main_category.category.translation.internalLink`, `main_category.category.translation`.external_link AS `main_category.category.translation.externalLink`, `main_category.category.translation`.link_new_tab AS `main_category.category.translation.linkNewTab`, `main_category.category.translation`.description AS `main_category.category.translation.description`, `main_category.category.translation`.meta_title AS `main_category.category.translation.metaTitle`, `main_category.category.translation`.meta_description AS `main_category.category.translation.metaDescription`, `main_category.category.translation`.keywords AS `main_category.category.translation.keywords`, `main_category.category.translation`.custom_fields AS `main_category.category.translation.customFields`, `main_category.category.translation`.created_at AS `main_category.category.translation.createdAt`, `main_category.category.translation`.updated_at AS `main_category.category.translation.updatedAt`, `main_category.category.translation`.category_id AS `main_category.category.translation.categoryId`, `main_category.category.translation`.language_id AS `main_category.category.translation.languageId`, `main_category.category.translation`.category_version_id AS `main_category.category.translation.categoryVersionId` FROM `category_translation` `main_category.category.translation` WHERE `main_category.category.translation`.language_id = ?) `main_category.category.category_translation` ON `main_category.category.category_translation`.`category_id` = `main_category.category`.`id` AND `main_category.category.category_translation`.category_version_id = `main_category.category`.version_id WHERE (`main_category`.`sales_channel_id` = ? AND `main_category`.`product_id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
  b"\x01ÆÊû├Oq¿å\x04ú▒¸ÓØ\x0F"
  b"\x01ÆÊ=\vþz<Á├jÒØxaZ"
]
49 1.07 ms
# product-detail-route::association::media::read
SELECT `product_media`.`id` AS `product_media.id`, `product_media`.`version_id` AS `product_media.versionId`, `product_media`.`product_id` AS `product_media.productId`, `product_media`.`product_version_id` AS `product_media.productVersionId`, `product_media`.`media_id` AS `product_media.mediaId`, `product_media`.`position` AS `product_media.position`, `product_media.media`.`id` AS `product_media.media.id`, `product_media.media`.`user_id` AS `product_media.media.userId`, `product_media.media`.`media_folder_id` AS `product_media.media.mediaFolderId`, `product_media.media`.`mime_type` AS `product_media.media.mimeType`, `product_media.media`.`file_extension` AS `product_media.media.fileExtension`, `product_media.media`.`uploaded_at` AS `product_media.media.uploadedAt`, `product_media.media`.`file_name` AS `product_media.media.fileName`, `product_media.media`.`file_size` AS `product_media.media.fileSize`, `product_media.media`.`media_type` AS `product_media.media.mediaTypeRaw`, `product_media.media`.`meta_data` AS `product_media.media.metaData`, `product_media.media`.`config` AS `product_media.media.config`, `product_media.media`.`path` AS `product_media.media.path`, `product_media.media`.`private` AS `product_media.media.private`, `product_media.media`.`thumbnails_ro` AS `product_media.media.thumbnailsRo`, `product_media.media`.`created_at` AS `product_media.media.createdAt`, `product_media.media`.`updated_at` AS `product_media.media.updatedAt`, `product_media.media.translation.title`, COALESCE(`product_media.media.translation.title`,`product_media.media.translation.title`) AS `product_media.media.title`, `product_media.media.translation.alt`, COALESCE(`product_media.media.translation.alt`,`product_media.media.translation.alt`) AS `product_media.media.alt`, `product_media.media.translation.customFields`, COALESCE(`product_media.media.translation.customFields`,`product_media.media.translation.customFields`) AS `product_media.media.customFields`, `product_media.media.translation.createdAt`, `product_media.media.translation.updatedAt`, `product_media.media.translation.mediaId`, `product_media.media.translation.languageId`, `product_media`.`custom_fields` AS `product_media.customFields`, `product_media`.`created_at` AS `product_media.createdAt`, `product_media`.`updated_at` AS `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media`.`media_id` = `product_media.media`.`id` LEFT JOIN (SELECT `product_media.media.translation`.media_id, `product_media.media.translation`.title AS `product_media.media.translation.title`, `product_media.media.translation`.alt AS `product_media.media.translation.alt`, `product_media.media.translation`.custom_fields AS `product_media.media.translation.customFields`, `product_media.media.translation`.created_at AS `product_media.media.translation.createdAt`, `product_media.media.translation`.updated_at AS `product_media.media.translation.updatedAt`, `product_media.media.translation`.media_id AS `product_media.media.translation.mediaId`, `product_media.media.translation`.language_id AS `product_media.media.translation.languageId` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation`.language_id = ?) `product_media.media.media_translation` ON `product_media.media.media_translation`.`media_id` = `product_media.media`.`id` WHERE (`product_media`.`version_id` = ?) AND ((`product_media`.`product_id` IN (?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÆÊû├Oq¿å\x04ú▒¸ÓØ\x0F"
  b"\x01ÆÊ=\vþz<Á├jÒØxaZ"
]
50 0.61 ms
# product-detail-route::association::prices::read
SELECT `product_price`.`id` AS `product_price.id`, `product_price`.`version_id` AS `product_price.versionId`, `product_price`.`product_id` AS `product_price.productId`, `product_price`.`product_version_id` AS `product_price.productVersionId`, `product_price`.`rule_id` AS `product_price.ruleId`, `product_price`.`price` AS `product_price.price`, `product_price`.`quantity_start` AS `product_price.quantityStart`, `product_price`.`quantity_end` AS `product_price.quantityEnd`, `product_price`.`custom_fields` AS `product_price.customFields`, `product_price`.`created_at` AS `product_price.createdAt`, `product_price`.`updated_at` AS `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÆÊû├Oq¿å\x04ú▒¸ÓØ\x0F"
  b"\x01ÆÊ=\vþz<Á├jÒØxaZ"
]
51 0.92 ms
# app-scripts::refresh::read
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`.`allow_disable` AS `app.allowDisable`, `app`.`base_app_url` AS `app.baseAppUrl`, `app`.`allowed_hosts` AS `app.allowedHosts`, `app`.`template_load_priority` AS `app.templateLoadPriority`, `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`.`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`.`write_access` AS `app.integration.writeAccess`, `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 = ?) `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` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
52 0.67 ms
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,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
53 0.39 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   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`
Parameters:
[]
54 0.66 ms
# breadcrumb-builder::main-category::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` LEFT JOIN `main_category` `category.mainCategories` ON `category`.`id` = `category.mainCategories`.`category_id` AND `category`.version_id = `category.mainCategories`.category_version_id WHERE (`category`.`version_id` = ?) AND (((`category.mainCategories`.`product_id` = ? AND `category.mainCategories`.`sales_channel_id` = ? AND (`category`.`path` LIKE ? OR `category`.`path` LIKE ?)))) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÆÊ=\vþz<Á├jÒØxaZ"
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
  "%|0190300b424c717bbc7e0b3b10064d28|%"
  "%|01957f8dc5487b8ca81c948820c387e3|%"
]
55 0.36 ms
# breadcrumb-builder::search-ids
SELECT `category`.`id`, `category`.`auto_increment` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`active` = ? AND (`category`.`path` LIKE ? OR `category`.`path` LIKE ?))) AND (`category`.`id` IN (?)) LIMIT 1
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  "%|0190300b424c717bbc7e0b3b10064d28|%"
  "%|01957f8dc5487b8ca81c948820c387e3|%"
  b"\x01É0%ô°{#┤l8ø\x1E▓qI"
]
56 0.82 ms
# breadcrumb-builder::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01É0%ô°{#┤l8ø\x1E▓qI"
]
57 2.62 ms
SELECT `product_configurator_setting`.`id` AS `product_configurator_setting.id`, `product_configurator_setting`.`version_id` AS `product_configurator_setting.versionId`, `product_configurator_setting`.`product_id` AS `product_configurator_setting.productId`, `product_configurator_setting`.`product_version_id` AS `product_configurator_setting.productVersionId`, `product_configurator_setting`.`media_id` AS `product_configurator_setting.mediaId`, `product_configurator_setting`.`property_group_option_id` AS `product_configurator_setting.optionId`, `product_configurator_setting`.`price` AS `product_configurator_setting.price`, `product_configurator_setting`.`position` AS `product_configurator_setting.position`, `product_configurator_setting`.`custom_fields` AS `product_configurator_setting.customFields`, `product_configurator_setting`.`created_at` AS `product_configurator_setting.createdAt`, `product_configurator_setting`.`updated_at` AS `product_configurator_setting.updatedAt`, `product_configurator_setting.option`.`id` AS `product_configurator_setting.option.id`, `product_configurator_setting.option`.`property_group_id` AS `product_configurator_setting.option.groupId`, `product_configurator_setting.option`.`color_hex_code` AS `product_configurator_setting.option.colorHexCode`, `product_configurator_setting.option`.`media_id` AS `product_configurator_setting.option.mediaId`, `product_configurator_setting.option`.`created_at` AS `product_configurator_setting.option.createdAt`, `product_configurator_setting.option`.`updated_at` AS `product_configurator_setting.option.updatedAt`, `product_configurator_setting.option.group`.`id` AS `product_configurator_setting.option.group.id`, `product_configurator_setting.option.group`.`display_type` AS `product_configurator_setting.option.group.displayType`, `product_configurator_setting.option.group`.`sorting_type` AS `product_configurator_setting.option.group.sortingType`, `product_configurator_setting.option.group`.`filterable` AS `product_configurator_setting.option.group.filterable`, `product_configurator_setting.option.group`.`visible_on_product_detail_page` AS `product_configurator_setting.option.group.visibleOnProductDetailPage`, `product_configurator_setting.option.group`.`created_at` AS `product_configurator_setting.option.group.createdAt`, `product_configurator_setting.option.group`.`updated_at` AS `product_configurator_setting.option.group.updatedAt`, `product_configurator_setting.option.group.translation.name`, COALESCE(`product_configurator_setting.option.group.translation.name`,`product_configurator_setting.option.group.translation.name`) AS `product_configurator_setting.option.group.name`, `product_configurator_setting.option.group.translation.description`, COALESCE(`product_configurator_setting.option.group.translation.description`,`product_configurator_setting.option.group.translation.description`) AS `product_configurator_setting.option.group.description`, `product_configurator_setting.option.group.translation.position`, COALESCE(`product_configurator_setting.option.group.translation.position`,`product_configurator_setting.option.group.translation.position`) AS `product_configurator_setting.option.group.position`, `product_configurator_setting.option.group.translation.customFields`, COALESCE(`product_configurator_setting.option.group.translation.customFields`,`product_configurator_setting.option.group.translation.customFields`) AS `product_configurator_setting.option.group.customFields`, `product_configurator_setting.option.group.translation.createdAt`, `product_configurator_setting.option.group.translation.updatedAt`, `product_configurator_setting.option.group.translation.propertyGroupId`, `product_configurator_setting.option.group.translation.languageId`, `product_configurator_setting.option.media`.`id` AS `product_configurator_setting.option.media.id`, `product_configurator_setting.option.media`.`user_id` AS `product_configurator_setting.option.media.userId`, `product_configurator_setting.option.media`.`media_folder_id` AS `product_configurator_setting.option.media.mediaFolderId`, `product_configurator_setting.option.media`.`mime_type` AS `product_configurator_setting.option.media.mimeType`, `product_configurator_setting.option.media`.`file_extension` AS `product_configurator_setting.option.media.fileExtension`, `product_configurator_setting.option.media`.`uploaded_at` AS `product_configurator_setting.option.media.uploadedAt`, `product_configurator_setting.option.media`.`file_name` AS `product_configurator_setting.option.media.fileName`, `product_configurator_setting.option.media`.`file_size` AS `product_configurator_setting.option.media.fileSize`, `product_configurator_setting.option.media`.`media_type` AS `product_configurator_setting.option.media.mediaTypeRaw`, `product_configurator_setting.option.media`.`meta_data` AS `product_configurator_setting.option.media.metaData`, `product_configurator_setting.option.media`.`config` AS `product_configurator_setting.option.media.config`, `product_configurator_setting.option.media`.`path` AS `product_configurator_setting.option.media.path`, `product_configurator_setting.option.media`.`private` AS `product_configurator_setting.option.media.private`, `product_configurator_setting.option.media`.`thumbnails_ro` AS `product_configurator_setting.option.media.thumbnailsRo`, `product_configurator_setting.option.media`.`created_at` AS `product_configurator_setting.option.media.createdAt`, `product_configurator_setting.option.media`.`updated_at` AS `product_configurator_setting.option.media.updatedAt`, `product_configurator_setting.option.media.translation.title`, COALESCE(`product_configurator_setting.option.media.translation.title`,`product_configurator_setting.option.media.translation.title`) AS `product_configurator_setting.option.media.title`, `product_configurator_setting.option.media.translation.alt`, COALESCE(`product_configurator_setting.option.media.translation.alt`,`product_configurator_setting.option.media.translation.alt`) AS `product_configurator_setting.option.media.alt`, `product_configurator_setting.option.media.translation.customFields`, COALESCE(`product_configurator_setting.option.media.translation.customFields`,`product_configurator_setting.option.media.translation.customFields`) AS `product_configurator_setting.option.media.customFields`, `product_configurator_setting.option.media.translation.createdAt`, `product_configurator_setting.option.media.translation.updatedAt`, `product_configurator_setting.option.media.translation.mediaId`, `product_configurator_setting.option.media.translation.languageId`, `product_configurator_setting.option.translation.name`, COALESCE(`product_configurator_setting.option.translation.name`,`product_configurator_setting.option.translation.name`) AS `product_configurator_setting.option.name`, `product_configurator_setting.option.translation.position`, COALESCE(`product_configurator_setting.option.translation.position`,`product_configurator_setting.option.translation.position`) AS `product_configurator_setting.option.position`, `product_configurator_setting.option.translation.customFields`, COALESCE(`product_configurator_setting.option.translation.customFields`,`product_configurator_setting.option.translation.customFields`) AS `product_configurator_setting.option.customFields`, `product_configurator_setting.option.translation.createdAt`, `product_configurator_setting.option.translation.updatedAt`, `product_configurator_setting.option.translation.propertyGroupOptionId`, `product_configurator_setting.option.translation.languageId`, `product_configurator_setting.media`.`id` AS `product_configurator_setting.media.id`, `product_configurator_setting.media`.`user_id` AS `product_configurator_setting.media.userId`, `product_configurator_setting.media`.`media_folder_id` AS `product_configurator_setting.media.mediaFolderId`, `product_configurator_setting.media`.`mime_type` AS `product_configurator_setting.media.mimeType`, `product_configurator_setting.media`.`file_extension` AS `product_configurator_setting.media.fileExtension`, `product_configurator_setting.media`.`uploaded_at` AS `product_configurator_setting.media.uploadedAt`, `product_configurator_setting.media`.`file_name` AS `product_configurator_setting.media.fileName`, `product_configurator_setting.media`.`file_size` AS `product_configurator_setting.media.fileSize`, `product_configurator_setting.media`.`media_type` AS `product_configurator_setting.media.mediaTypeRaw`, `product_configurator_setting.media`.`meta_data` AS `product_configurator_setting.media.metaData`, `product_configurator_setting.media`.`config` AS `product_configurator_setting.media.config`, `product_configurator_setting.media`.`path` AS `product_configurator_setting.media.path`, `product_configurator_setting.media`.`private` AS `product_configurator_setting.media.private`, `product_configurator_setting.media`.`thumbnails_ro` AS `product_configurator_setting.media.thumbnailsRo`, `product_configurator_setting.media`.`created_at` AS `product_configurator_setting.media.createdAt`, `product_configurator_setting.media`.`updated_at` AS `product_configurator_setting.media.updatedAt`, `product_configurator_setting.media.translation.title`, COALESCE(`product_configurator_setting.media.translation.title`,`product_configurator_setting.media.translation.title`) AS `product_configurator_setting.media.title`, `product_configurator_setting.media.translation.alt`, COALESCE(`product_configurator_setting.media.translation.alt`,`product_configurator_setting.media.translation.alt`) AS `product_configurator_setting.media.alt`, `product_configurator_setting.media.translation.customFields`, COALESCE(`product_configurator_setting.media.translation.customFields`,`product_configurator_setting.media.translation.customFields`) AS `product_configurator_setting.media.customFields`, `product_configurator_setting.media.translation.createdAt`, `product_configurator_setting.media.translation.updatedAt`, `product_configurator_setting.media.translation.mediaId`, `product_configurator_setting.media.translation.languageId` FROM `product_configurator_setting` LEFT JOIN `property_group_option` `product_configurator_setting.option` ON `product_configurator_setting`.`property_group_option_id` = `product_configurator_setting.option`.`id` LEFT JOIN `media` `product_configurator_setting.media` ON `product_configurator_setting`.`media_id` = `product_configurator_setting.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.translation`.property_group_option_id, `product_configurator_setting.option.translation`.name AS `product_configurator_setting.option.translation.name`, `product_configurator_setting.option.translation`.position AS `product_configurator_setting.option.translation.position`, `product_configurator_setting.option.translation`.custom_fields AS `product_configurator_setting.option.translation.customFields`, `product_configurator_setting.option.translation`.created_at AS `product_configurator_setting.option.translation.createdAt`, `product_configurator_setting.option.translation`.updated_at AS `product_configurator_setting.option.translation.updatedAt`, `product_configurator_setting.option.translation`.property_group_option_id AS `product_configurator_setting.option.translation.propertyGroupOptionId`, `product_configurator_setting.option.translation`.language_id AS `product_configurator_setting.option.translation.languageId` FROM `property_group_option_translation` `product_configurator_setting.option.translation` WHERE `product_configurator_setting.option.translation`.language_id = ?) `product_configurator_setting.option.property_group_option_translation` ON `product_configurator_setting.option.property_group_option_translation`.`property_group_option_id` = `product_configurator_setting.option`.`id` LEFT JOIN `property_group` `product_configurator_setting.option.group` ON `product_configurator_setting.option`.`property_group_id` = `product_configurator_setting.option.group`.`id` LEFT JOIN `media` `product_configurator_setting.option.media` ON `product_configurator_setting.option`.`media_id` = `product_configurator_setting.option.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.group.translation`.property_group_id, `product_configurator_setting.option.group.translation`.name AS `product_configurator_setting.option.group.translation.name`, `product_configurator_setting.option.group.translation`.description AS `product_configurator_setting.option.group.translation.description`, `product_configurator_setting.option.group.translation`.position AS `product_configurator_setting.option.group.translation.position`, `product_configurator_setting.option.group.translation`.custom_fields AS `product_configurator_setting.option.group.translation.customFields`, `product_configurator_setting.option.group.translation`.created_at AS `product_configurator_setting.option.group.translation.createdAt`, `product_configurator_setting.option.group.translation`.updated_at AS `product_configurator_setting.option.group.translation.updatedAt`, `product_configurator_setting.option.group.translation`.property_group_id AS `product_configurator_setting.option.group.translation.propertyGroupId`, `product_configurator_setting.option.group.translation`.language_id AS `product_configurator_setting.option.group.translation.languageId` FROM `property_group_translation` `product_configurator_setting.option.group.translation` WHERE `product_configurator_setting.option.group.translation`.language_id = ?) `product_configurator_setting.option.group.property_group_translation` ON `product_configurator_setting.option.group.property_group_translation`.`property_group_id` = `product_configurator_setting.option.group`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.media.translation`.media_id, `product_configurator_setting.option.media.translation`.title AS `product_configurator_setting.option.media.translation.title`, `product_configurator_setting.option.media.translation`.alt AS `product_configurator_setting.option.media.translation.alt`, `product_configurator_setting.option.media.translation`.custom_fields AS `product_configurator_setting.option.media.translation.customFields`, `product_configurator_setting.option.media.translation`.created_at AS `product_configurator_setting.option.media.translation.createdAt`, `product_configurator_setting.option.media.translation`.updated_at AS `product_configurator_setting.option.media.translation.updatedAt`, `product_configurator_setting.option.media.translation`.media_id AS `product_configurator_setting.option.media.translation.mediaId`, `product_configurator_setting.option.media.translation`.language_id AS `product_configurator_setting.option.media.translation.languageId` FROM `media_translation` `product_configurator_setting.option.media.translation` WHERE `product_configurator_setting.option.media.translation`.language_id = ?) `product_configurator_setting.option.media.media_translation` ON `product_configurator_setting.option.media.media_translation`.`media_id` = `product_configurator_setting.option.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.media.translation`.media_id, `product_configurator_setting.media.translation`.title AS `product_configurator_setting.media.translation.title`, `product_configurator_setting.media.translation`.alt AS `product_configurator_setting.media.translation.alt`, `product_configurator_setting.media.translation`.custom_fields AS `product_configurator_setting.media.translation.customFields`, `product_configurator_setting.media.translation`.created_at AS `product_configurator_setting.media.translation.createdAt`, `product_configurator_setting.media.translation`.updated_at AS `product_configurator_setting.media.translation.updatedAt`, `product_configurator_setting.media.translation`.media_id AS `product_configurator_setting.media.translation.mediaId`, `product_configurator_setting.media.translation`.language_id AS `product_configurator_setting.media.translation.languageId` FROM `media_translation` `product_configurator_setting.media.translation` WHERE `product_configurator_setting.media.translation`.language_id = ?) `product_configurator_setting.media.media_translation` ON `product_configurator_setting.media.media_translation`.`media_id` = `product_configurator_setting.media`.`id` WHERE (`product_configurator_setting`.`version_id` = ?) AND ((`product_configurator_setting`.`product_id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÆÊ=\vþz<Á├jÒØxaZ"
]
58 1.01 ms
SELECT LOWER(HEX(product.id)), product.option_ids AS options, product.product_number AS productNumber, product.available FROM product LEFT JOIN product parent ON product.parent_id = parent.id INNER JOIN product_visibility visibilities ON product.visibilities = visibilities.product_id WHERE (product.parent_id = ?) AND (product.version_id = ?) AND (IFNULL(product.active, parent.active) = ?) AND (product.option_ids IS NOT NULL) AND (visibilities.sales_channel_id = ?)
Parameters:
[
  b"\x01ÆÊ=\vþz<Á├jÒØxaZ"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
]
59 0.67 ms
# product::cms-page::read
SELECT `cms_page`.`id` AS `cms_page.id`, `cms_page`.`version_id` AS `cms_page.versionId`, `cms_page`.`type` AS `cms_page.type`, `cms_page`.`entity` AS `cms_page.entity`, `cms_page`.`css_class` AS `cms_page.cssClass`, `cms_page`.`config` AS `cms_page.config`, `cms_page`.`preview_media_id` AS `cms_page.previewMediaId`, `cms_page`.`locked` AS `cms_page.locked`, `cms_page`.`created_at` AS `cms_page.createdAt`, `cms_page`.`updated_at` AS `cms_page.updatedAt`, `cms_page.translation.name`, COALESCE(`cms_page.translation.name`,`cms_page.translation.name`) AS `cms_page.name`, `cms_page.translation.customFields`, COALESCE(`cms_page.translation.customFields`,`cms_page.translation.customFields`) AS `cms_page.customFields`, `cms_page.translation.createdAt`, `cms_page.translation.updatedAt`, `cms_page.translation.cmsPageId`, `cms_page.translation.languageId`, `cms_page.translation.cmsPageVersionId` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation`.cms_page_id, `cms_page.translation`.cms_page_version_id, `cms_page.translation`.name AS `cms_page.translation.name`, `cms_page.translation`.custom_fields AS `cms_page.translation.customFields`, `cms_page.translation`.created_at AS `cms_page.translation.createdAt`, `cms_page.translation`.updated_at AS `cms_page.translation.updatedAt`, `cms_page.translation`.cms_page_id AS `cms_page.translation.cmsPageId`, `cms_page.translation`.language_id AS `cms_page.translation.languageId`, `cms_page.translation`.cms_page_version_id AS `cms_page.translation.cmsPageVersionId` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation`.language_id = ?) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation`.`cms_page_id` = `cms_page`.`id` AND `cms_page.cms_page_translation`.cms_page_version_id = `cms_page`.version_id WHERE (`cms_page`.`version_id` = ?) AND (`cms_page`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÉÀp¼\rrÜ┘ \x00bÔ6\x02"
]
60 0.94 ms
# product::cms-page::association::sections::read
SELECT `cms_section`.`id` AS `cms_section.id`, `cms_section`.`position` AS `cms_section.position`, `cms_section`.`type` AS `cms_section.type`, `cms_section`.`locked` AS `cms_section.locked`, `cms_section`.`name` AS `cms_section.name`, `cms_section`.`sizing_mode` AS `cms_section.sizingMode`, `cms_section`.`mobile_behavior` AS `cms_section.mobileBehavior`, `cms_section`.`background_color` AS `cms_section.backgroundColor`, `cms_section`.`background_media_id` AS `cms_section.backgroundMediaId`, `cms_section`.`background_media_mode` AS `cms_section.backgroundMediaMode`, `cms_section`.`css_class` AS `cms_section.cssClass`, `cms_section`.`cms_page_id` AS `cms_section.pageId`, `cms_section`.`visibility` AS `cms_section.visibility`, `cms_section`.`custom_fields` AS `cms_section.customFields`, `cms_section`.`version_id` AS `cms_section.versionId`, `cms_section`.`cms_page_version_id` AS `cms_section.cmsPageVersionId`, `cms_section`.`created_at` AS `cms_section.createdAt`, `cms_section`.`updated_at` AS `cms_section.updatedAt`, `cms_section.backgroundMedia`.`id` AS `cms_section.backgroundMedia.id`, `cms_section.backgroundMedia`.`user_id` AS `cms_section.backgroundMedia.userId`, `cms_section.backgroundMedia`.`media_folder_id` AS `cms_section.backgroundMedia.mediaFolderId`, `cms_section.backgroundMedia`.`mime_type` AS `cms_section.backgroundMedia.mimeType`, `cms_section.backgroundMedia`.`file_extension` AS `cms_section.backgroundMedia.fileExtension`, `cms_section.backgroundMedia`.`uploaded_at` AS `cms_section.backgroundMedia.uploadedAt`, `cms_section.backgroundMedia`.`file_name` AS `cms_section.backgroundMedia.fileName`, `cms_section.backgroundMedia`.`file_size` AS `cms_section.backgroundMedia.fileSize`, `cms_section.backgroundMedia`.`media_type` AS `cms_section.backgroundMedia.mediaTypeRaw`, `cms_section.backgroundMedia`.`meta_data` AS `cms_section.backgroundMedia.metaData`, `cms_section.backgroundMedia`.`config` AS `cms_section.backgroundMedia.config`, `cms_section.backgroundMedia`.`path` AS `cms_section.backgroundMedia.path`, `cms_section.backgroundMedia`.`private` AS `cms_section.backgroundMedia.private`, `cms_section.backgroundMedia`.`thumbnails_ro` AS `cms_section.backgroundMedia.thumbnailsRo`, `cms_section.backgroundMedia`.`created_at` AS `cms_section.backgroundMedia.createdAt`, `cms_section.backgroundMedia`.`updated_at` AS `cms_section.backgroundMedia.updatedAt`, `cms_section.backgroundMedia.translation.title`, COALESCE(`cms_section.backgroundMedia.translation.title`,`cms_section.backgroundMedia.translation.title`) AS `cms_section.backgroundMedia.title`, `cms_section.backgroundMedia.translation.alt`, COALESCE(`cms_section.backgroundMedia.translation.alt`,`cms_section.backgroundMedia.translation.alt`) AS `cms_section.backgroundMedia.alt`, `cms_section.backgroundMedia.translation.customFields`, COALESCE(`cms_section.backgroundMedia.translation.customFields`,`cms_section.backgroundMedia.translation.customFields`) AS `cms_section.backgroundMedia.customFields`, `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation.languageId` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section`.`background_media_id` = `cms_section.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation`.media_id, `cms_section.backgroundMedia.translation`.title AS `cms_section.backgroundMedia.translation.title`, `cms_section.backgroundMedia.translation`.alt AS `cms_section.backgroundMedia.translation.alt`, `cms_section.backgroundMedia.translation`.custom_fields AS `cms_section.backgroundMedia.translation.customFields`, `cms_section.backgroundMedia.translation`.created_at AS `cms_section.backgroundMedia.translation.createdAt`, `cms_section.backgroundMedia.translation`.updated_at AS `cms_section.backgroundMedia.translation.updatedAt`, `cms_section.backgroundMedia.translation`.media_id AS `cms_section.backgroundMedia.translation.mediaId`, `cms_section.backgroundMedia.translation`.language_id AS `cms_section.backgroundMedia.translation.languageId` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation`.language_id = ?) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation`.`media_id` = `cms_section.backgroundMedia`.`id` WHERE (`cms_section`.`version_id` = ?) AND ((`cms_section`.`cms_page_id` IN (?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÉÀp¼\rrÜ┘ \x00bÔ6\x02"
]
61 0.99 ms
# product::cms-page::association::sections::association::blocks::read
SELECT `cms_block`.`id` AS `cms_block.id`, `cms_block`.`position` AS `cms_block.position`, `cms_block`.`type` AS `cms_block.type`, `cms_block`.`locked` AS `cms_block.locked`, `cms_block`.`name` AS `cms_block.name`, `cms_block`.`section_position` AS `cms_block.sectionPosition`, `cms_block`.`margin_top` AS `cms_block.marginTop`, `cms_block`.`margin_bottom` AS `cms_block.marginBottom`, `cms_block`.`margin_left` AS `cms_block.marginLeft`, `cms_block`.`margin_right` AS `cms_block.marginRight`, `cms_block`.`background_color` AS `cms_block.backgroundColor`, `cms_block`.`background_media_id` AS `cms_block.backgroundMediaId`, `cms_block`.`background_media_mode` AS `cms_block.backgroundMediaMode`, `cms_block`.`css_class` AS `cms_block.cssClass`, `cms_block`.`visibility` AS `cms_block.visibility`, `cms_block`.`cms_section_id` AS `cms_block.sectionId`, `cms_block`.`custom_fields` AS `cms_block.customFields`, `cms_block`.`version_id` AS `cms_block.versionId`, `cms_block`.`cms_section_version_id` AS `cms_block.cmsSectionVersionId`, `cms_block`.`created_at` AS `cms_block.createdAt`, `cms_block`.`updated_at` AS `cms_block.updatedAt`, `cms_block.backgroundMedia`.`id` AS `cms_block.backgroundMedia.id`, `cms_block.backgroundMedia`.`user_id` AS `cms_block.backgroundMedia.userId`, `cms_block.backgroundMedia`.`media_folder_id` AS `cms_block.backgroundMedia.mediaFolderId`, `cms_block.backgroundMedia`.`mime_type` AS `cms_block.backgroundMedia.mimeType`, `cms_block.backgroundMedia`.`file_extension` AS `cms_block.backgroundMedia.fileExtension`, `cms_block.backgroundMedia`.`uploaded_at` AS `cms_block.backgroundMedia.uploadedAt`, `cms_block.backgroundMedia`.`file_name` AS `cms_block.backgroundMedia.fileName`, `cms_block.backgroundMedia`.`file_size` AS `cms_block.backgroundMedia.fileSize`, `cms_block.backgroundMedia`.`media_type` AS `cms_block.backgroundMedia.mediaTypeRaw`, `cms_block.backgroundMedia`.`meta_data` AS `cms_block.backgroundMedia.metaData`, `cms_block.backgroundMedia`.`config` AS `cms_block.backgroundMedia.config`, `cms_block.backgroundMedia`.`path` AS `cms_block.backgroundMedia.path`, `cms_block.backgroundMedia`.`private` AS `cms_block.backgroundMedia.private`, `cms_block.backgroundMedia`.`thumbnails_ro` AS `cms_block.backgroundMedia.thumbnailsRo`, `cms_block.backgroundMedia`.`created_at` AS `cms_block.backgroundMedia.createdAt`, `cms_block.backgroundMedia`.`updated_at` AS `cms_block.backgroundMedia.updatedAt`, `cms_block.backgroundMedia.translation.title`, COALESCE(`cms_block.backgroundMedia.translation.title`,`cms_block.backgroundMedia.translation.title`) AS `cms_block.backgroundMedia.title`, `cms_block.backgroundMedia.translation.alt`, COALESCE(`cms_block.backgroundMedia.translation.alt`,`cms_block.backgroundMedia.translation.alt`) AS `cms_block.backgroundMedia.alt`, `cms_block.backgroundMedia.translation.customFields`, COALESCE(`cms_block.backgroundMedia.translation.customFields`,`cms_block.backgroundMedia.translation.customFields`) AS `cms_block.backgroundMedia.customFields`, `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation.languageId` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block`.`background_media_id` = `cms_block.backgroundMedia`.`id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation`.media_id, `cms_block.backgroundMedia.translation`.title AS `cms_block.backgroundMedia.translation.title`, `cms_block.backgroundMedia.translation`.alt AS `cms_block.backgroundMedia.translation.alt`, `cms_block.backgroundMedia.translation`.custom_fields AS `cms_block.backgroundMedia.translation.customFields`, `cms_block.backgroundMedia.translation`.created_at AS `cms_block.backgroundMedia.translation.createdAt`, `cms_block.backgroundMedia.translation`.updated_at AS `cms_block.backgroundMedia.translation.updatedAt`, `cms_block.backgroundMedia.translation`.media_id AS `cms_block.backgroundMedia.translation.mediaId`, `cms_block.backgroundMedia.translation`.language_id AS `cms_block.backgroundMedia.translation.languageId` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation`.language_id = ?) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation`.`media_id` = `cms_block.backgroundMedia`.`id` WHERE (`cms_block`.`version_id` = ?) AND ((`cms_block`.`cms_section_id` IN (?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÉÀp¼dsjék¨ä³f&û"
  b"\x01ÉÀuÍ\fv\x13Ñ▒ºØE▓\x7F:"
]
62 0.91 ms
# product::cms-page::association::sections::association::blocks::association::slots::read
SELECT `cms_slot`.`id` AS `cms_slot.id`, `cms_slot`.`version_id` AS `cms_slot.versionId`, `cms_slot`.`type` AS `cms_slot.type`, `cms_slot`.`slot` AS `cms_slot.slot`, `cms_slot`.`locked` AS `cms_slot.locked`, `cms_slot`.`cms_block_id` AS `cms_slot.blockId`, `cms_slot`.`cms_block_version_id` AS `cms_slot.cmsBlockVersionId`, `cms_slot`.`created_at` AS `cms_slot.createdAt`, `cms_slot`.`updated_at` AS `cms_slot.updatedAt`, `cms_slot.translation.config`, COALESCE(`cms_slot.translation.config`,`cms_slot.translation.config`) AS `cms_slot.config`, `cms_slot.translation.customFields`, COALESCE(`cms_slot.translation.customFields`,`cms_slot.translation.customFields`) AS `cms_slot.customFields`, `cms_slot.translation.createdAt`, `cms_slot.translation.updatedAt`, `cms_slot.translation.cmsSlotId`, `cms_slot.translation.languageId`, `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation`.cms_slot_id, `cms_slot.translation`.cms_slot_version_id, `cms_slot.translation`.config AS `cms_slot.translation.config`, `cms_slot.translation`.custom_fields AS `cms_slot.translation.customFields`, `cms_slot.translation`.created_at AS `cms_slot.translation.createdAt`, `cms_slot.translation`.updated_at AS `cms_slot.translation.updatedAt`, `cms_slot.translation`.cms_slot_id AS `cms_slot.translation.cmsSlotId`, `cms_slot.translation`.language_id AS `cms_slot.translation.languageId`, `cms_slot.translation`.cms_slot_version_id AS `cms_slot.translation.cmsSlotVersionId` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation`.language_id = ?) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation`.`cms_slot_id` = `cms_slot`.`id` AND `cms_slot.cms_slot_translation`.cms_slot_version_id = `cms_slot`.version_id WHERE (`cms_slot`.`version_id` = ?) AND ((`cms_slot`.`cms_block_id` IN (?, ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÉÀp¼ep8ì0|ÍæjÀÐ"
  b"\x01Æu·¼ÜqÃüın)±ÖEÚ"
]
63 2.18 ms
SELECT `product_configurator_setting`.`id` AS `product_configurator_setting.id`, `product_configurator_setting`.`version_id` AS `product_configurator_setting.versionId`, `product_configurator_setting`.`product_id` AS `product_configurator_setting.productId`, `product_configurator_setting`.`product_version_id` AS `product_configurator_setting.productVersionId`, `product_configurator_setting`.`media_id` AS `product_configurator_setting.mediaId`, `product_configurator_setting`.`property_group_option_id` AS `product_configurator_setting.optionId`, `product_configurator_setting`.`price` AS `product_configurator_setting.price`, `product_configurator_setting`.`position` AS `product_configurator_setting.position`, `product_configurator_setting`.`custom_fields` AS `product_configurator_setting.customFields`, `product_configurator_setting`.`created_at` AS `product_configurator_setting.createdAt`, `product_configurator_setting`.`updated_at` AS `product_configurator_setting.updatedAt`, `product_configurator_setting.option`.`id` AS `product_configurator_setting.option.id`, `product_configurator_setting.option`.`property_group_id` AS `product_configurator_setting.option.groupId`, `product_configurator_setting.option`.`color_hex_code` AS `product_configurator_setting.option.colorHexCode`, `product_configurator_setting.option`.`media_id` AS `product_configurator_setting.option.mediaId`, `product_configurator_setting.option`.`created_at` AS `product_configurator_setting.option.createdAt`, `product_configurator_setting.option`.`updated_at` AS `product_configurator_setting.option.updatedAt`, `product_configurator_setting.option.group`.`id` AS `product_configurator_setting.option.group.id`, `product_configurator_setting.option.group`.`display_type` AS `product_configurator_setting.option.group.displayType`, `product_configurator_setting.option.group`.`sorting_type` AS `product_configurator_setting.option.group.sortingType`, `product_configurator_setting.option.group`.`filterable` AS `product_configurator_setting.option.group.filterable`, `product_configurator_setting.option.group`.`visible_on_product_detail_page` AS `product_configurator_setting.option.group.visibleOnProductDetailPage`, `product_configurator_setting.option.group`.`created_at` AS `product_configurator_setting.option.group.createdAt`, `product_configurator_setting.option.group`.`updated_at` AS `product_configurator_setting.option.group.updatedAt`, `product_configurator_setting.option.group.translation.name`, COALESCE(`product_configurator_setting.option.group.translation.name`,`product_configurator_setting.option.group.translation.name`) AS `product_configurator_setting.option.group.name`, `product_configurator_setting.option.group.translation.description`, COALESCE(`product_configurator_setting.option.group.translation.description`,`product_configurator_setting.option.group.translation.description`) AS `product_configurator_setting.option.group.description`, `product_configurator_setting.option.group.translation.position`, COALESCE(`product_configurator_setting.option.group.translation.position`,`product_configurator_setting.option.group.translation.position`) AS `product_configurator_setting.option.group.position`, `product_configurator_setting.option.group.translation.customFields`, COALESCE(`product_configurator_setting.option.group.translation.customFields`,`product_configurator_setting.option.group.translation.customFields`) AS `product_configurator_setting.option.group.customFields`, `product_configurator_setting.option.group.translation.createdAt`, `product_configurator_setting.option.group.translation.updatedAt`, `product_configurator_setting.option.group.translation.propertyGroupId`, `product_configurator_setting.option.group.translation.languageId`, `product_configurator_setting.option.media`.`id` AS `product_configurator_setting.option.media.id`, `product_configurator_setting.option.media`.`user_id` AS `product_configurator_setting.option.media.userId`, `product_configurator_setting.option.media`.`media_folder_id` AS `product_configurator_setting.option.media.mediaFolderId`, `product_configurator_setting.option.media`.`mime_type` AS `product_configurator_setting.option.media.mimeType`, `product_configurator_setting.option.media`.`file_extension` AS `product_configurator_setting.option.media.fileExtension`, `product_configurator_setting.option.media`.`uploaded_at` AS `product_configurator_setting.option.media.uploadedAt`, `product_configurator_setting.option.media`.`file_name` AS `product_configurator_setting.option.media.fileName`, `product_configurator_setting.option.media`.`file_size` AS `product_configurator_setting.option.media.fileSize`, `product_configurator_setting.option.media`.`media_type` AS `product_configurator_setting.option.media.mediaTypeRaw`, `product_configurator_setting.option.media`.`meta_data` AS `product_configurator_setting.option.media.metaData`, `product_configurator_setting.option.media`.`config` AS `product_configurator_setting.option.media.config`, `product_configurator_setting.option.media`.`path` AS `product_configurator_setting.option.media.path`, `product_configurator_setting.option.media`.`private` AS `product_configurator_setting.option.media.private`, `product_configurator_setting.option.media`.`thumbnails_ro` AS `product_configurator_setting.option.media.thumbnailsRo`, `product_configurator_setting.option.media`.`created_at` AS `product_configurator_setting.option.media.createdAt`, `product_configurator_setting.option.media`.`updated_at` AS `product_configurator_setting.option.media.updatedAt`, `product_configurator_setting.option.media.translation.title`, COALESCE(`product_configurator_setting.option.media.translation.title`,`product_configurator_setting.option.media.translation.title`) AS `product_configurator_setting.option.media.title`, `product_configurator_setting.option.media.translation.alt`, COALESCE(`product_configurator_setting.option.media.translation.alt`,`product_configurator_setting.option.media.translation.alt`) AS `product_configurator_setting.option.media.alt`, `product_configurator_setting.option.media.translation.customFields`, COALESCE(`product_configurator_setting.option.media.translation.customFields`,`product_configurator_setting.option.media.translation.customFields`) AS `product_configurator_setting.option.media.customFields`, `product_configurator_setting.option.media.translation.createdAt`, `product_configurator_setting.option.media.translation.updatedAt`, `product_configurator_setting.option.media.translation.mediaId`, `product_configurator_setting.option.media.translation.languageId`, `product_configurator_setting.option.translation.name`, COALESCE(`product_configurator_setting.option.translation.name`,`product_configurator_setting.option.translation.name`) AS `product_configurator_setting.option.name`, `product_configurator_setting.option.translation.position`, COALESCE(`product_configurator_setting.option.translation.position`,`product_configurator_setting.option.translation.position`) AS `product_configurator_setting.option.position`, `product_configurator_setting.option.translation.customFields`, COALESCE(`product_configurator_setting.option.translation.customFields`,`product_configurator_setting.option.translation.customFields`) AS `product_configurator_setting.option.customFields`, `product_configurator_setting.option.translation.createdAt`, `product_configurator_setting.option.translation.updatedAt`, `product_configurator_setting.option.translation.propertyGroupOptionId`, `product_configurator_setting.option.translation.languageId`, `product_configurator_setting.media`.`id` AS `product_configurator_setting.media.id`, `product_configurator_setting.media`.`user_id` AS `product_configurator_setting.media.userId`, `product_configurator_setting.media`.`media_folder_id` AS `product_configurator_setting.media.mediaFolderId`, `product_configurator_setting.media`.`mime_type` AS `product_configurator_setting.media.mimeType`, `product_configurator_setting.media`.`file_extension` AS `product_configurator_setting.media.fileExtension`, `product_configurator_setting.media`.`uploaded_at` AS `product_configurator_setting.media.uploadedAt`, `product_configurator_setting.media`.`file_name` AS `product_configurator_setting.media.fileName`, `product_configurator_setting.media`.`file_size` AS `product_configurator_setting.media.fileSize`, `product_configurator_setting.media`.`media_type` AS `product_configurator_setting.media.mediaTypeRaw`, `product_configurator_setting.media`.`meta_data` AS `product_configurator_setting.media.metaData`, `product_configurator_setting.media`.`config` AS `product_configurator_setting.media.config`, `product_configurator_setting.media`.`path` AS `product_configurator_setting.media.path`, `product_configurator_setting.media`.`private` AS `product_configurator_setting.media.private`, `product_configurator_setting.media`.`thumbnails_ro` AS `product_configurator_setting.media.thumbnailsRo`, `product_configurator_setting.media`.`created_at` AS `product_configurator_setting.media.createdAt`, `product_configurator_setting.media`.`updated_at` AS `product_configurator_setting.media.updatedAt`, `product_configurator_setting.media.translation.title`, COALESCE(`product_configurator_setting.media.translation.title`,`product_configurator_setting.media.translation.title`) AS `product_configurator_setting.media.title`, `product_configurator_setting.media.translation.alt`, COALESCE(`product_configurator_setting.media.translation.alt`,`product_configurator_setting.media.translation.alt`) AS `product_configurator_setting.media.alt`, `product_configurator_setting.media.translation.customFields`, COALESCE(`product_configurator_setting.media.translation.customFields`,`product_configurator_setting.media.translation.customFields`) AS `product_configurator_setting.media.customFields`, `product_configurator_setting.media.translation.createdAt`, `product_configurator_setting.media.translation.updatedAt`, `product_configurator_setting.media.translation.mediaId`, `product_configurator_setting.media.translation.languageId` FROM `product_configurator_setting` LEFT JOIN `property_group_option` `product_configurator_setting.option` ON `product_configurator_setting`.`property_group_option_id` = `product_configurator_setting.option`.`id` LEFT JOIN `media` `product_configurator_setting.media` ON `product_configurator_setting`.`media_id` = `product_configurator_setting.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.translation`.property_group_option_id, `product_configurator_setting.option.translation`.name AS `product_configurator_setting.option.translation.name`, `product_configurator_setting.option.translation`.position AS `product_configurator_setting.option.translation.position`, `product_configurator_setting.option.translation`.custom_fields AS `product_configurator_setting.option.translation.customFields`, `product_configurator_setting.option.translation`.created_at AS `product_configurator_setting.option.translation.createdAt`, `product_configurator_setting.option.translation`.updated_at AS `product_configurator_setting.option.translation.updatedAt`, `product_configurator_setting.option.translation`.property_group_option_id AS `product_configurator_setting.option.translation.propertyGroupOptionId`, `product_configurator_setting.option.translation`.language_id AS `product_configurator_setting.option.translation.languageId` FROM `property_group_option_translation` `product_configurator_setting.option.translation` WHERE `product_configurator_setting.option.translation`.language_id = ?) `product_configurator_setting.option.property_group_option_translation` ON `product_configurator_setting.option.property_group_option_translation`.`property_group_option_id` = `product_configurator_setting.option`.`id` LEFT JOIN `property_group` `product_configurator_setting.option.group` ON `product_configurator_setting.option`.`property_group_id` = `product_configurator_setting.option.group`.`id` LEFT JOIN `media` `product_configurator_setting.option.media` ON `product_configurator_setting.option`.`media_id` = `product_configurator_setting.option.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.group.translation`.property_group_id, `product_configurator_setting.option.group.translation`.name AS `product_configurator_setting.option.group.translation.name`, `product_configurator_setting.option.group.translation`.description AS `product_configurator_setting.option.group.translation.description`, `product_configurator_setting.option.group.translation`.position AS `product_configurator_setting.option.group.translation.position`, `product_configurator_setting.option.group.translation`.custom_fields AS `product_configurator_setting.option.group.translation.customFields`, `product_configurator_setting.option.group.translation`.created_at AS `product_configurator_setting.option.group.translation.createdAt`, `product_configurator_setting.option.group.translation`.updated_at AS `product_configurator_setting.option.group.translation.updatedAt`, `product_configurator_setting.option.group.translation`.property_group_id AS `product_configurator_setting.option.group.translation.propertyGroupId`, `product_configurator_setting.option.group.translation`.language_id AS `product_configurator_setting.option.group.translation.languageId` FROM `property_group_translation` `product_configurator_setting.option.group.translation` WHERE `product_configurator_setting.option.group.translation`.language_id = ?) `product_configurator_setting.option.group.property_group_translation` ON `product_configurator_setting.option.group.property_group_translation`.`property_group_id` = `product_configurator_setting.option.group`.`id` LEFT JOIN (SELECT `product_configurator_setting.option.media.translation`.media_id, `product_configurator_setting.option.media.translation`.title AS `product_configurator_setting.option.media.translation.title`, `product_configurator_setting.option.media.translation`.alt AS `product_configurator_setting.option.media.translation.alt`, `product_configurator_setting.option.media.translation`.custom_fields AS `product_configurator_setting.option.media.translation.customFields`, `product_configurator_setting.option.media.translation`.created_at AS `product_configurator_setting.option.media.translation.createdAt`, `product_configurator_setting.option.media.translation`.updated_at AS `product_configurator_setting.option.media.translation.updatedAt`, `product_configurator_setting.option.media.translation`.media_id AS `product_configurator_setting.option.media.translation.mediaId`, `product_configurator_setting.option.media.translation`.language_id AS `product_configurator_setting.option.media.translation.languageId` FROM `media_translation` `product_configurator_setting.option.media.translation` WHERE `product_configurator_setting.option.media.translation`.language_id = ?) `product_configurator_setting.option.media.media_translation` ON `product_configurator_setting.option.media.media_translation`.`media_id` = `product_configurator_setting.option.media`.`id` LEFT JOIN (SELECT `product_configurator_setting.media.translation`.media_id, `product_configurator_setting.media.translation`.title AS `product_configurator_setting.media.translation.title`, `product_configurator_setting.media.translation`.alt AS `product_configurator_setting.media.translation.alt`, `product_configurator_setting.media.translation`.custom_fields AS `product_configurator_setting.media.translation.customFields`, `product_configurator_setting.media.translation`.created_at AS `product_configurator_setting.media.translation.createdAt`, `product_configurator_setting.media.translation`.updated_at AS `product_configurator_setting.media.translation.updatedAt`, `product_configurator_setting.media.translation`.media_id AS `product_configurator_setting.media.translation.mediaId`, `product_configurator_setting.media.translation`.language_id AS `product_configurator_setting.media.translation.languageId` FROM `media_translation` `product_configurator_setting.media.translation` WHERE `product_configurator_setting.media.translation`.language_id = ?) `product_configurator_setting.media.media_translation` ON `product_configurator_setting.media.media_translation`.`media_id` = `product_configurator_setting.media`.`id` WHERE (`product_configurator_setting`.`version_id` = ?) AND ((`product_configurator_setting`.`product_id` = ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÆÊ=\vþz<Á├jÒØxaZ"
]
64 0.82 ms
SELECT LOWER(HEX(product.id)), product.option_ids AS options, product.product_number AS productNumber, product.available FROM product LEFT JOIN product parent ON product.parent_id = parent.id INNER JOIN product_visibility visibilities ON product.visibilities = visibilities.product_id WHERE (product.parent_id = ?) AND (product.version_id = ?) AND (IFNULL(product.active, parent.active) = ?) AND (product.option_ids IS NOT NULL) AND (visibilities.sales_channel_id = ?)
Parameters:
[
  b"\x01ÆÊ=\vþz<Á├jÒØxaZ"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  true
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
]
65 0.65 ms
SELECT COUNT(DISTINCT `product_review`.`id`) AS `review-count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review`.`product_id` = `product_review.product`.`id` AND `product_review`.`product_version_id` = `product_review.product`.`version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product`.`parent_id` = `product_review.product.parent`.`id` AND `product_review.product`.`parent_version_id` = `product_review.product.parent`.`version_id` WHERE (((`product_review`.`status` = ?) AND (`product_review.product`.`id` = ? OR `product_review.product`.`parent_id` = ?)))
Parameters:
[
  true
  b"\x01ÆÊ=\vþz<Á├jÒØxaZ"
  b"\x01ÆÊ=\vþz<Á├jÒØxaZ"
]
66 0.49 ms
SELECT `product`.`id`, `product`.`product_number`, `product`.`auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product`.`visibilities` = `product.visibilities`.`product_id` AND `product`.version_id = `product.visibilities`.product_version_id WHERE (`product`.`version_id` = ?) AND ((`product`.`id` = ? AND ((`product.visibilities`.`visibility` >= ?) AND `product.visibilities`.`sales_channel_id` = ? AND IFNULL(`product`.`active`, `product.parent`.`active`) = ?))) GROUP BY `product`.`id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÆÊû├Oq¿å\x04ú▒¸ÓØ\x0F"
  10
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
  true
]
67 11.00 ms
SELECT `product`.`id` AS `product.id`, `product`.`version_id` AS `product.versionId`, `product`.`parent_id` AS `product.parentId`, `product`.`parent_version_id` AS `product.parentVersionId`, COALESCE(`product`.`product_manufacturer_id`, `product.parent`.`product_manufacturer_id`) AS `product.manufacturerId`, COALESCE(`product`.`product_manufacturer_version_id`, `product.parent`.`product_manufacturer_version_id`) AS `product.productManufacturerVersionId`, COALESCE(`product`.`unit_id`, `product.parent`.`unit_id`) AS `product.unitId`, COALESCE(`product`.`tax_id`, `product.parent`.`tax_id`) AS `product.taxId`, COALESCE(`product`.`product_media_id`, `product.parent`.`product_media_id`) AS `product.coverId`, COALESCE(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) AS `product.productMediaVersionId`, COALESCE(`product`.`delivery_time_id`, `product.parent`.`delivery_time_id`) AS `product.deliveryTimeId`, COALESCE(`product`.`product_feature_set_id`, `product.parent`.`product_feature_set_id`) AS `product.featureSetId`, COALESCE(`product`.`canonical_product_id`, `product.parent`.`canonical_product_id`) AS `product.canonicalProductId`, COALESCE(`product`.`cms_page_id`, `product.parent`.`cms_page_id`) AS `product.cmsPageId`, COALESCE(`product`.`cms_page_version_id`, `product.parent`.`cms_page_version_id`) AS `product.cmsPageVersionId`, `product.parent`.`price` AS `product.price.inherited`, COALESCE(`product`.`price`, `product.parent`.`price`) AS `product.price`, `product`.`product_number` AS `product.productNumber`, COALESCE(`product`.`restock_time`, `product.parent`.`restock_time`) AS `product.restockTime`, `product`.`auto_increment` AS `product.autoIncrement`, COALESCE(`product`.`active`, `product.parent`.`active`) AS `product.active`, `product`.`available` AS `product.available`, COALESCE(`product`.`is_closeout`, `product.parent`.`is_closeout`) AS `product.isCloseout`, `product`.`display_group` AS `product.displayGroup`, `product.parent`.`variant_listing_config` AS `product.variantListingConfig.inherited`, COALESCE(`product`.`variant_listing_config`, `product.parent`.`variant_listing_config`) AS `product.variantListingConfig`, `product`.`variant_restrictions` AS `product.variantRestrictions`, COALESCE(`product`.`manufacturer_number`, `product.parent`.`manufacturer_number`) AS `product.manufacturerNumber`, COALESCE(`product`.`ean`, `product.parent`.`ean`) AS `product.ean`, COALESCE(`product`.`purchase_steps`, `product.parent`.`purchase_steps`) AS `product.purchaseSteps`, COALESCE(`product`.`max_purchase`, `product.parent`.`max_purchase`) AS `product.maxPurchase`, COALESCE(`product`.`min_purchase`, `product.parent`.`min_purchase`) AS `product.minPurchase`, COALESCE(`product`.`purchase_unit`, `product.parent`.`purchase_unit`) AS `product.purchaseUnit`, COALESCE(`product`.`reference_unit`, `product.parent`.`reference_unit`) AS `product.referenceUnit`, COALESCE(`product`.`shipping_free`, `product.parent`.`shipping_free`) AS `product.shippingFree`, `product.parent`.`purchase_prices` AS `product.purchasePrices.inherited`, COALESCE(`product`.`purchase_prices`, `product.parent`.`purchase_prices`) AS `product.purchasePrices`, COALESCE(`product`.`mark_as_topseller`, `product.parent`.`mark_as_topseller`) AS `product.markAsTopseller`, COALESCE(`product`.`weight`, `product.parent`.`weight`) AS `product.weight`, COALESCE(`product`.`width`, `product.parent`.`width`) AS `product.width`, COALESCE(`product`.`height`, `product.parent`.`height`) AS `product.height`, COALESCE(`product`.`length`, `product.parent`.`length`) AS `product.length`, COALESCE(`product`.`release_date`, `product.parent`.`release_date`) AS `product.releaseDate`, COALESCE(`product`.`rating_average`, `product.parent`.`rating_average`) AS `product.ratingAverage`, `product.parent`.`category_tree` AS `product.categoryTree.inherited`, COALESCE(`product`.`category_tree`, `product.parent`.`category_tree`) AS `product.categoryTree`, `product.parent`.`property_ids` AS `product.propertyIds.inherited`, COALESCE(`product`.`property_ids`, `product.parent`.`property_ids`) AS `product.propertyIds`, `product.parent`.`option_ids` AS `product.optionIds.inherited`, COALESCE(`product`.`option_ids`, `product.parent`.`option_ids`) AS `product.optionIds`, `product.parent`.`stream_ids` AS `product.streamIds.inherited`, COALESCE(`product`.`stream_ids`, `product.parent`.`stream_ids`) AS `product.streamIds`, `product.parent`.`tag_ids` AS `product.tagIds.inherited`, COALESCE(`product`.`tag_ids`, `product.parent`.`tag_ids`) AS `product.tagIds`, `product.parent`.`category_ids` AS `product.categoryIds.inherited`, COALESCE(`product`.`category_ids`, `product.parent`.`category_ids`) AS `product.categoryIds`, `product`.`child_count` AS `product.childCount`, COALESCE(`product`.`custom_field_set_selection_active`, `product.parent`.`custom_field_set_selection_active`) AS `product.customFieldSetSelectionActive`, `product`.`sales` AS `product.sales`, `product`.`states` AS `product.states`, `product.tax`.`id` AS `product.tax.id`, `product.tax`.`tax_rate` AS `product.tax.taxRate`, `product.tax`.`name` AS `product.tax.name`, `product.tax`.`position` AS `product.tax.position`, `product.tax`.`custom_fields` AS `product.tax.customFields`, `product.tax`.`created_at` AS `product.tax.createdAt`, `product.tax`.`updated_at` AS `product.tax.updatedAt`, `product`.`available_stock` AS `product.availableStock`, `product`.`stock` AS `product.stock`, `product.parent`.`cheapest_price` AS `product.cheapestPrice.inherited`, COALESCE(`product`.`cheapest_price`, `product.parent`.`cheapest_price`) AS `product.cheapestPrice`, `product`.`created_at` AS `product.createdAt`, `product`.`updated_at` AS `product.updatedAt`, `product.vehicledata`.`id` AS `product.vehicledata.id`, `product.vehicledata`.`product_id` AS `product.vehicledata.productId`, `product.vehicledata`.`standort` AS `product.vehicledata.standort`, `product.vehicledata`.`sortingmarke` AS `product.vehicledata.sortingmarke`, `product.vehicledata`.`import_id` AS `product.vehicledata.importId`, `product.vehicledata`.`base_url` AS `product.vehicledata.baseUrl`, `product.vehicledata`.`color` AS `product.vehicledata.color`, `product.vehicledata`.`vehicle_type` AS `product.vehicledata.vehicleType`, `product.vehicledata`.`col_a` AS `product.vehicledata.colA`, `product.vehicledata`.`col_b` AS `product.vehicledata.colB`, `product.vehicledata`.`col_c` AS `product.vehicledata.colC`, `product.vehicledata`.`col_d` AS `product.vehicledata.colD`, `product.vehicledata`.`col_e` AS `product.vehicledata.colE`, `product.vehicledata`.`col_f` AS `product.vehicledata.colF`, `product.vehicledata`.`col_g` AS `product.vehicledata.colG`, `product.vehicledata`.`col_h` AS `product.vehicledata.colH`, `product.vehicledata`.`col_i` AS `product.vehicledata.colI`, `product.vehicledata`.`col_j` AS `product.vehicledata.colJ`, `product.vehicledata`.`col_k` AS `product.vehicledata.colK`, `product.vehicledata`.`col_l` AS `product.vehicledata.colL`, `product.vehicledata`.`col_m` AS `product.vehicledata.colM`, `product.vehicledata`.`col_n` AS `product.vehicledata.colN`, `product.vehicledata`.`col_o` AS `product.vehicledata.colO`, `product.vehicledata`.`col_p` AS `product.vehicledata.colP`, `product.vehicledata`.`col_q` AS `product.vehicledata.colQ`, `product.vehicledata`.`col_r` AS `product.vehicledata.colR`, `product.vehicledata`.`col_r_bool` AS `product.vehicledata.colRBool`, `product.vehicledata`.`col_s` AS `product.vehicledata.colS`, `product.vehicledata`.`col_t` AS `product.vehicledata.colT`, `product.vehicledata`.`col_u` AS `product.vehicledata.colU`, `product.vehicledata`.`col_v` AS `product.vehicledata.colV`, `product.vehicledata`.`col_w` AS `product.vehicledata.colW`, `product.vehicledata`.`col_x` AS `product.vehicledata.colX`, `product.vehicledata`.`col_y` AS `product.vehicledata.colY`, `product.vehicledata`.`col_z` AS `product.vehicledata.colZ`, `product.vehicledata`.`col_aa` AS `product.vehicledata.colAa`, `product.vehicledata`.`col_ab` AS `product.vehicledata.colAb`, `product.vehicledata`.`col_ac` AS `product.vehicledata.colAc`, `product.vehicledata`.`col_ad` AS `product.vehicledata.colAd`, `product.vehicledata`.`col_ae` AS `product.vehicledata.colAe`, `product.vehicledata`.`col_af` AS `product.vehicledata.colAf`, `product.vehicledata`.`col_ag` AS `product.vehicledata.colAg`, `product.vehicledata`.`col_ah` AS `product.vehicledata.colAh`, `product.vehicledata`.`col_ai` AS `product.vehicledata.colAi`, `product.vehicledata`.`col_aj` AS `product.vehicledata.colAj`, `product.vehicledata`.`col_ak` AS `product.vehicledata.colAk`, `product.vehicledata`.`col_al` AS `product.vehicledata.colAl`, `product.vehicledata`.`col_am` AS `product.vehicledata.colAm`, `product.vehicledata`.`col_an` AS `product.vehicledata.colAn`, `product.vehicledata`.`col_ao` AS `product.vehicledata.colAo`, `product.vehicledata`.`col_ap` AS `product.vehicledata.colAp`, `product.vehicledata`.`col_aq` AS `product.vehicledata.colAq`, `product.vehicledata`.`col_ar` AS `product.vehicledata.colAr`, `product.vehicledata`.`col_as` AS `product.vehicledata.colAs`, `product.vehicledata`.`col_at` AS `product.vehicledata.colAt`, `product.vehicledata`.`col_au` AS `product.vehicledata.colAu`, `product.vehicledata`.`col_av` AS `product.vehicledata.colAv`, `product.vehicledata`.`col_aw` AS `product.vehicledata.colAw`, `product.vehicledata`.`col_ax` AS `product.vehicledata.colAx`, `product.vehicledata`.`col_ay` AS `product.vehicledata.colAy`, `product.vehicledata`.`col_az` AS `product.vehicledata.colAz`, `product.vehicledata`.`col_ba` AS `product.vehicledata.colBa`, `product.vehicledata`.`col_bb` AS `product.vehicledata.colBb`, `product.vehicledata`.`col_bc` AS `product.vehicledata.colBc`, `product.vehicledata`.`col_bd` AS `product.vehicledata.colBd`, `product.vehicledata`.`col_be` AS `product.vehicledata.colBe`, `product.vehicledata`.`col_bf` AS `product.vehicledata.colBf`, `product.vehicledata`.`col_bg` AS `product.vehicledata.colBg`, `product.vehicledata`.`col_bh` AS `product.vehicledata.colBh`, `product.vehicledata`.`col_bi` AS `product.vehicledata.colBi`, `product.vehicledata`.`col_bj` AS `product.vehicledata.colBj`, `product.vehicledata`.`col_bk` AS `product.vehicledata.colBk`, `product.vehicledata`.`col_bl` AS `product.vehicledata.colBl`, `product.vehicledata`.`col_bm` AS `product.vehicledata.colBm`, `product.vehicledata`.`col_bn` AS `product.vehicledata.colBn`, `product.vehicledata`.`col_bo` AS `product.vehicledata.colBo`, `product.vehicledata`.`col_bp` AS `product.vehicledata.colBp`, `product.vehicledata`.`col_bq` AS `product.vehicledata.colBq`, `product.vehicledata`.`col_br` AS `product.vehicledata.colBr`, `product.vehicledata`.`col_bs` AS `product.vehicledata.colBs`, `product.vehicledata`.`col_bt` AS `product.vehicledata.colBt`, `product.vehicledata`.`col_bu` AS `product.vehicledata.colBu`, `product.vehicledata`.`col_bv` AS `product.vehicledata.colBv`, `product.vehicledata`.`col_bw` AS `product.vehicledata.colBw`, `product.vehicledata`.`col_bx` AS `product.vehicledata.colBx`, `product.vehicledata`.`col_by` AS `product.vehicledata.colBy`, `product.vehicledata`.`col_bz` AS `product.vehicledata.colBz`, `product.vehicledata`.`col_ca` AS `product.vehicledata.colCa`, `product.vehicledata`.`col_cb` AS `product.vehicledata.colCb`, `product.vehicledata`.`col_cc` AS `product.vehicledata.colCc`, `product.vehicledata`.`col_cd` AS `product.vehicledata.colCd`, `product.vehicledata`.`col_ce` AS `product.vehicledata.colCe`, `product.vehicledata`.`col_cf` AS `product.vehicledata.colCf`, `product.vehicledata`.`col_cg` AS `product.vehicledata.colCg`, `product.vehicledata`.`col_ch` AS `product.vehicledata.colCh`, `product.vehicledata`.`col_ci` AS `product.vehicledata.colCi`, `product.vehicledata`.`col_cj` AS `product.vehicledata.colCj`, `product.vehicledata`.`col_ck` AS `product.vehicledata.colCk`, `product.vehicledata`.`col_cl` AS `product.vehicledata.colCl`, `product.vehicledata`.`col_cm` AS `product.vehicledata.colCm`, `product.vehicledata`.`col_cn` AS `product.vehicledata.colCn`, `product.vehicledata`.`col_co` AS `product.vehicledata.colCo`, `product.vehicledata`.`col_cp` AS `product.vehicledata.colCp`, `product.vehicledata`.`col_cq` AS `product.vehicledata.colCq`, `product.vehicledata`.`col_cr` AS `product.vehicledata.colCr`, `product.vehicledata`.`col_cs` AS `product.vehicledata.colCs`, `product.vehicledata`.`col_ct` AS `product.vehicledata.colCt`, `product.vehicledata`.`col_cu` AS `product.vehicledata.colCu`, `product.vehicledata`.`col_cv` AS `product.vehicledata.colCv`, `product.vehicledata`.`col_cw` AS `product.vehicledata.colCw`, `product.vehicledata`.`col_cx` AS `product.vehicledata.colCx`, `product.vehicledata`.`col_cy` AS `product.vehicledata.colCy`, `product.vehicledata`.`col_cz` AS `product.vehicledata.colCz`, `product.vehicledata`.`col_da` AS `product.vehicledata.colDa`, `product.vehicledata`.`col_db` AS `product.vehicledata.colDb`, `product.vehicledata`.`col_dc` AS `product.vehicledata.colDc`, `product.vehicledata`.`col_dd` AS `product.vehicledata.colDd`, `product.vehicledata`.`col_de` AS `product.vehicledata.colDe`, `product.vehicledata`.`col_df` AS `product.vehicledata.colDf`, `product.vehicledata`.`col_dg` AS `product.vehicledata.colDg`, `product.vehicledata`.`col_dh` AS `product.vehicledata.colDh`, `product.vehicledata`.`col_di` AS `product.vehicledata.colDi`, `product.vehicledata`.`col_dj` AS `product.vehicledata.colDj`, `product.vehicledata`.`col_dk` AS `product.vehicledata.colDk`, `product.vehicledata`.`col_dl` AS `product.vehicledata.colDl`, `product.vehicledata`.`col_dm` AS `product.vehicledata.colDm`, `product.vehicledata`.`col_dn` AS `product.vehicledata.colDn`, `product.vehicledata`.`col_do` AS `product.vehicledata.colDo`, `product.vehicledata`.`col_dp` AS `product.vehicledata.colDp`, `product.vehicledata`.`col_dq` AS `product.vehicledata.colDq`, `product.vehicledata`.`col_dr` AS `product.vehicledata.colDr`, `product.vehicledata`.`col_ds` AS `product.vehicledata.colDs`, `product.vehicledata`.`col_dt` AS `product.vehicledata.colDt`, `product.vehicledata`.`col_du` AS `product.vehicledata.colDu`, `product.vehicledata`.`col_dv` AS `product.vehicledata.colDv`, `product.vehicledata`.`col_dw` AS `product.vehicledata.colDw`, `product.vehicledata`.`col_dx` AS `product.vehicledata.colDx`, `product.vehicledata`.`col_dy` AS `product.vehicledata.colDy`, `product.vehicledata`.`col_dz` AS `product.vehicledata.colDz`, `product.vehicledata`.`col_ea` AS `product.vehicledata.colEa`, `product.vehicledata`.`col_eb` AS `product.vehicledata.colEb`, `product.vehicledata`.`col_ec` AS `product.vehicledata.colEc`, `product.vehicledata`.`col_ed` AS `product.vehicledata.colEd`, `product.vehicledata`.`col_ee` AS `product.vehicledata.colEe`, `product.vehicledata`.`col_ef` AS `product.vehicledata.colEf`, `product.vehicledata`.`col_eg` AS `product.vehicledata.colEg`, `product.vehicledata`.`col_eh` AS `product.vehicledata.colEh`, `product.vehicledata`.`col_ei` AS `product.vehicledata.colEi`, `product.vehicledata`.`col_ej` AS `product.vehicledata.colEj`, `product.vehicledata`.`col_ek` AS `product.vehicledata.colEk`, `product.vehicledata`.`col_el` AS `product.vehicledata.colEl`, `product.vehicledata`.`col_em` AS `product.vehicledata.colEm`, `product.vehicledata`.`col_en` AS `product.vehicledata.colEn`, `product.vehicledata`.`col_eo` AS `product.vehicledata.colEo`, `product.vehicledata`.`col_ep` AS `product.vehicledata.colEp`, `product.vehicledata`.`col_eq` AS `product.vehicledata.colEq`, `product.vehicledata`.`col_er` AS `product.vehicledata.colEr`, `product.vehicledata`.`col_es` AS `product.vehicledata.colEs`, `product.vehicledata`.`col_et` AS `product.vehicledata.colEt`, `product.vehicledata`.`col_eu` AS `product.vehicledata.colEu`, `product.vehicledata`.`col_ev` AS `product.vehicledata.colEv`, `product.vehicledata`.`col_ew` AS `product.vehicledata.colEw`, `product.vehicledata`.`col_ex` AS `product.vehicledata.colEx`, `product.vehicledata`.`col_ey` AS `product.vehicledata.colEy`, `product.vehicledata`.`col_ez` AS `product.vehicledata.colEz`, `product.vehicledata`.`col_fa` AS `product.vehicledata.colFa`, `product.vehicledata`.`col_fb` AS `product.vehicledata.colFb`, `product.vehicledata`.`col_fc` AS `product.vehicledata.colFc`, `product.vehicledata`.`col_fd` AS `product.vehicledata.colFd`, `product.vehicledata`.`col_fe` AS `product.vehicledata.colFe`, `product.vehicledata`.`col_ff` AS `product.vehicledata.colFf`, `product.vehicledata`.`col_fg` AS `product.vehicledata.colFg`, `product.vehicledata`.`col_fh` AS `product.vehicledata.colFh`, `product.vehicledata`.`col_fi` AS `product.vehicledata.colFi`, `product.vehicledata`.`col_fj` AS `product.vehicledata.colFj`, `product.vehicledata`.`col_fk` AS `product.vehicledata.colFk`, `product.vehicledata`.`col_fl` AS `product.vehicledata.colFl`, `product.vehicledata`.`col_fm` AS `product.vehicledata.colFm`, `product.vehicledata`.`col_fn` AS `product.vehicledata.colFn`, `product.vehicledata`.`col_fo` AS `product.vehicledata.colFo`, `product.vehicledata`.`col_fp` AS `product.vehicledata.colFp`, `product.vehicledata`.`col_fq` AS `product.vehicledata.colFq`, `product.vehicledata`.`col_fr` AS `product.vehicledata.colFr`, `product.vehicledata`.`col_fs` AS `product.vehicledata.colFs`, `product.vehicledata`.`col_ft` AS `product.vehicledata.colFt`, `product.vehicledata`.`col_fu` AS `product.vehicledata.colFu`, `product.vehicledata`.`col_fv` AS `product.vehicledata.colFv`, `product.vehicledata`.`col_fw` AS `product.vehicledata.colFw`, `product.vehicledata`.`col_fx` AS `product.vehicledata.colFx`, `product.vehicledata`.`col_fy` AS `product.vehicledata.colFy`, `product.vehicledata`.`col_fz` AS `product.vehicledata.colFz`, `product.vehicledata`.`col_ga` AS `product.vehicledata.colGa`, `product.vehicledata`.`col_gb` AS `product.vehicledata.colGb`, `product.vehicledata`.`col_gc` AS `product.vehicledata.colGc`, `product.vehicledata`.`col_gd` AS `product.vehicledata.colGd`, `product.vehicledata`.`col_ge` AS `product.vehicledata.colGe`, `product.vehicledata`.`col_gf` AS `product.vehicledata.colGf`, `product.vehicledata`.`col_gg` AS `product.vehicledata.colGg`, `product.vehicledata`.`col_gh` AS `product.vehicledata.colGh`, `product.vehicledata`.`col_gi` AS `product.vehicledata.colGi`, `product.vehicledata`.`col_gj` AS `product.vehicledata.colGj`, `product.vehicledata`.`col_gk` AS `product.vehicledata.colGk`, `product.vehicledata`.`col_gl` AS `product.vehicledata.colGl`, `product.vehicledata`.`col_gm` AS `product.vehicledata.colGm`, `product.vehicledata`.`col_gn` AS `product.vehicledata.colGn`, `product.vehicledata`.`col_go` AS `product.vehicledata.colGo`, `product.vehicledata`.`col_gp` AS `product.vehicledata.colGp`, `product.vehicledata`.`col_gq` AS `product.vehicledata.colGq`, `product.vehicledata`.`col_gr` AS `product.vehicledata.colGr`, `product.vehicledata`.`col_gs` AS `product.vehicledata.colGs`, `product.vehicledata`.`col_gt` AS `product.vehicledata.colGt`, `product.vehicledata`.`col_gu` AS `product.vehicledata.colGu`, `product.vehicledata`.`col_gv` AS `product.vehicledata.colGv`, `product.vehicledata`.`col_gw` AS `product.vehicledata.colGw`, `product.vehicledata`.`col_gx` AS `product.vehicledata.colGx`, `product.vehicledata`.`col_gy` AS `product.vehicledata.colGy`, `product.vehicledata`.`col_gz` AS `product.vehicledata.colGz`, `product.vehicledata`.`col_ha` AS `product.vehicledata.colHa`, `product.vehicledata`.`col_hb` AS `product.vehicledata.colHb`, `product.vehicledata`.`col_hc` AS `product.vehicledata.colHc`, `product.vehicledata`.`col_hd` AS `product.vehicledata.colHd`, `product.vehicledata`.`col_he` AS `product.vehicledata.colHe`, `product.vehicledata`.`col_hf` AS `product.vehicledata.colHf`, `product.vehicledata`.`col_hg` AS `product.vehicledata.colHg`, `product.vehicledata`.`col_hh` AS `product.vehicledata.colHh`, `product.vehicledata`.`col_hi` AS `product.vehicledata.colHi`, `product.vehicledata`.`col_hj` AS `product.vehicledata.colHj`, `product.vehicledata`.`col_hk` AS `product.vehicledata.colHk`, `product.vehicledata`.`col_hl` AS `product.vehicledata.colHl`, `product.vehicledata`.`col_hm` AS `product.vehicledata.colHm`, `product.vehicledata`.`col_hn` AS `product.vehicledata.colHn`, `product.vehicledata`.`col_ho` AS `product.vehicledata.colHo`, `product.vehicledata`.`col_hp` AS `product.vehicledata.colHp`, `product.vehicledata`.`col_hq` AS `product.vehicledata.colHq`, `product.vehicledata`.`col_hr` AS `product.vehicledata.colHr`, `product.vehicledata`.`col_hs` AS `product.vehicledata.colHs`, `product.vehicledata`.`col_ht` AS `product.vehicledata.colHt`, `product.vehicledata`.`col_hu` AS `product.vehicledata.colHu`, `product.vehicledata`.`col_hv` AS `product.vehicledata.colHv`, `product.vehicledata`.`col_hw` AS `product.vehicledata.colHw`, `product.vehicledata`.`col_hx` AS `product.vehicledata.colHx`, `product.vehicledata`.`col_hy` AS `product.vehicledata.colHy`, `product.vehicledata`.`col_hz` AS `product.vehicledata.colHz`, `product.vehicledata`.`col_ia` AS `product.vehicledata.colIa`, `product.vehicledata`.`col_ib` AS `product.vehicledata.colIb`, `product.vehicledata`.`col_ic` AS `product.vehicledata.colIc`, `product.vehicledata`.`col_id` AS `product.vehicledata.colId`, `product.vehicledata`.`col_ie` AS `product.vehicledata.colIe`, `product.vehicledata`.`col_if` AS `product.vehicledata.colIf`, `product.vehicledata`.`col_ig` AS `product.vehicledata.colIg`, `product.vehicledata`.`col_ih` AS `product.vehicledata.colIh`, `product.vehicledata`.`col_ii` AS `product.vehicledata.colIi`, `product.vehicledata`.`col_ij` AS `product.vehicledata.colIj`, `product.vehicledata`.`col_ik` AS `product.vehicledata.colIk`, `product.vehicledata`.`col_il` AS `product.vehicledata.colIl`, `product.vehicledata`.`col_im` AS `product.vehicledata.colIm`, `product.vehicledata`.`col_in` AS `product.vehicledata.colIn`, `product.vehicledata`.`col_io` AS `product.vehicledata.colIo`, `product.vehicledata`.`col_ip` AS `product.vehicledata.colIp`, `product.vehicledata`.`col_iq` AS `product.vehicledata.colIq`, `product.vehicledata`.`col_ir` AS `product.vehicledata.colIr`, `product.vehicledata`.`col_is` AS `product.vehicledata.colIs`, `product.vehicledata`.`col_it` AS `product.vehicledata.colIt`, `product.vehicledata`.`col_iu` AS `product.vehicledata.colIu`, `product.vehicledata`.`col_iv` AS `product.vehicledata.colIv`, `product.vehicledata`.`col_iw` AS `product.vehicledata.colIw`, `product.vehicledata`.`col_ix` AS `product.vehicledata.colIx`, `product.vehicledata`.`col_iy` AS `product.vehicledata.colIy`, `product.vehicledata`.`col_iz` AS `product.vehicledata.colIz`, `product.vehicledata`.`col_ja` AS `product.vehicledata.colJa`, `product.vehicledata`.`col_jb` AS `product.vehicledata.colJb`, `product.vehicledata`.`col_jc` AS `product.vehicledata.colJc`, `product.vehicledata`.`col_jd` AS `product.vehicledata.colJd`, `product.vehicledata`.`col_je` AS `product.vehicledata.colJe`, `product.vehicledata`.`col_jf` AS `product.vehicledata.colJf`, `product.vehicledata`.`col_jg` AS `product.vehicledata.colJg`, `product.vehicledata`.`col_jh` AS `product.vehicledata.colJh`, `product.vehicledata`.`col_ji` AS `product.vehicledata.colJi`, `product.vehicledata`.`col_jj` AS `product.vehicledata.colJj`, `product.vehicledata`.`col_jk` AS `product.vehicledata.colJk`, `product.vehicledata`.`col_jl` AS `product.vehicledata.colJl`, `product.vehicledata`.`col_jm` AS `product.vehicledata.colJm`, `product.vehicledata`.`col_jn` AS `product.vehicledata.colJn`, `product.vehicledata`.`col_jo` AS `product.vehicledata.colJo`, `product.vehicledata`.`col_jp` AS `product.vehicledata.colJp`, `product.vehicledata`.`col_jq` AS `product.vehicledata.colJq`, `product.vehicledata`.`col_jr` AS `product.vehicledata.colJr`, `product.vehicledata`.`col_js` AS `product.vehicledata.colJs`, `product.vehicledata`.`col_jt` AS `product.vehicledata.colJt`, `product.vehicledata`.`col_ju` AS `product.vehicledata.colJu`, `product.vehicledata`.`col_jv` AS `product.vehicledata.colJv`, `product.vehicledata`.`col_jw` AS `product.vehicledata.colJw`, `product.vehicledata`.`col_jx` AS `product.vehicledata.colJx`, `product.vehicledata`.`col_jy` AS `product.vehicledata.colJy`, `product.vehicledata`.`col_jz` AS `product.vehicledata.colJz`, `product.vehicledata`.`col_ka` AS `product.vehicledata.colKa`, `product.vehicledata`.`col_kb` AS `product.vehicledata.colKb`, `product.vehicledata`.`col_kc` AS `product.vehicledata.colKc`, `product.vehicledata`.`col_kd` AS `product.vehicledata.colKd`, `product.vehicledata`.`col_ke` AS `product.vehicledata.colKe`, `product.vehicledata`.`col_kf` AS `product.vehicledata.colKf`, `product.vehicledata`.`col_kg` AS `product.vehicledata.colKg`, `product.vehicledata`.`col_kh` AS `product.vehicledata.colKh`, `product.vehicledata`.`col_ki` AS `product.vehicledata.colKi`, `product.vehicledata`.`col_kj` AS `product.vehicledata.colKj`, `product.vehicledata`.`col_kk` AS `product.vehicledata.colKk`, `product.vehicledata`.`col_kl` AS `product.vehicledata.colKl`, `product.vehicledata`.`col_km` AS `product.vehicledata.colKm`, `product.vehicledata`.`col_kn` AS `product.vehicledata.colKn`, `product.vehicledata`.`col_ko` AS `product.vehicledata.colKo`, `product.vehicledata`.`col_kp` AS `product.vehicledata.colKp`, `product.vehicledata`.`col_kq` AS `product.vehicledata.colKq`, `product.vehicledata`.`col_kr` AS `product.vehicledata.colKr`, `product.vehicledata`.`col_ks` AS `product.vehicledata.colKs`, `product.vehicledata`.`col_kt` AS `product.vehicledata.colKt`, `product.vehicledata`.`col_ku` AS `product.vehicledata.colKu`, `product.vehicledata`.`col_kv` AS `product.vehicledata.colKv`, `product.vehicledata`.`col_kw` AS `product.vehicledata.colKw`, `product.vehicledata`.`col_kx` AS `product.vehicledata.colKx`, `product.vehicledata`.`col_ky` AS `product.vehicledata.colKy`, `product.vehicledata`.`col_kz` AS `product.vehicledata.colKz`, `product.vehicledata`.`col_la` AS `product.vehicledata.colLa`, `product.vehicledata`.`col_lb` AS `product.vehicledata.colLb`, `product.vehicledata`.`col_lc` AS `product.vehicledata.colLc`, `product.vehicledata`.`col_ld` AS `product.vehicledata.colLd`, `product.vehicledata`.`col_le` AS `product.vehicledata.colLe`, `product.vehicledata`.`col_lf` AS `product.vehicledata.colLf`, `product.vehicledata`.`col_lg` AS `product.vehicledata.colLg`, `product.vehicledata`.`col_lh` AS `product.vehicledata.colLh`, `product.vehicledata`.`col_li` AS `product.vehicledata.colLi`, `product.vehicledata`.`col_lj` AS `product.vehicledata.colLj`, `product.vehicledata`.`col_lk` AS `product.vehicledata.colLk`, `product.vehicledata`.`col_ll` AS `product.vehicledata.colLl`, `product.vehicledata`.`col_lm` AS `product.vehicledata.colLm`, `product.vehicledata`.`col_ln` AS `product.vehicledata.colLn`, `product.vehicledata`.`col_lo` AS `product.vehicledata.colLo`, `product.vehicledata`.`col_lp` AS `product.vehicledata.colLp`, `product.vehicledata`.`col_lq` AS `product.vehicledata.colLq`, `product.vehicledata`.`col_lr` AS `product.vehicledata.colLr`, `product.vehicledata`.`col_ls` AS `product.vehicledata.colLs`, `product.vehicledata`.`col_lt` AS `product.vehicledata.colLt`, `product.vehicledata`.`col_lu` AS `product.vehicledata.colLu`, `product.vehicledata`.`col_lv` AS `product.vehicledata.colLv`, `product.vehicledata`.`col_lw` AS `product.vehicledata.colLw`, `product.vehicledata`.`col_lx` AS `product.vehicledata.colLx`, `product.vehicledata`.`col_ly` AS `product.vehicledata.colLy`, `product.vehicledata`.`col_lz` AS `product.vehicledata.colLz`, `product.vehicledata`.`col_ma` AS `product.vehicledata.colMa`, `product.vehicledata`.`col_mb` AS `product.vehicledata.colMb`, `product.vehicledata`.`col_mc` AS `product.vehicledata.colMc`, `product.vehicledata`.`col_md` AS `product.vehicledata.colMd`, `product.vehicledata`.`col_me` AS `product.vehicledata.colMe`, `product.vehicledata`.`col_mf` AS `product.vehicledata.colMf`, `product.vehicledata`.`col_mg` AS `product.vehicledata.colMg`, `product.vehicledata`.`col_mh` AS `product.vehicledata.colMh`, `product.vehicledata`.`col_mi` AS `product.vehicledata.colMi`, `product.vehicledata`.`col_mj` AS `product.vehicledata.colMj`, `product.vehicledata`.`col_mk` AS `product.vehicledata.colMk`, `product.vehicledata`.`col_ml` AS `product.vehicledata.colMl`, `product.vehicledata`.`col_mm` AS `product.vehicledata.colMm`, `product.vehicledata`.`col_mn` AS `product.vehicledata.colMn`, `product.vehicledata`.`col_mo` AS `product.vehicledata.colMo`, `product.vehicledata`.`col_mp` AS `product.vehicledata.colMp`, `product.vehicledata`.`col_mq` AS `product.vehicledata.colMq`, `product.vehicledata`.`col_mr` AS `product.vehicledata.colMr`, `product.vehicledata`.`col_ms` AS `product.vehicledata.colMs`, `product.vehicledata`.`col_mt` AS `product.vehicledata.colMt`, `product.vehicledata`.`col_mu` AS `product.vehicledata.colMu`, `product.vehicledata`.`col_mv` AS `product.vehicledata.colMv`, `product.vehicledata`.`col_mw` AS `product.vehicledata.colMw`, `product.vehicledata`.`col_mx` AS `product.vehicledata.colMx`, `product.vehicledata`.`col_my` AS `product.vehicledata.colMy`, `product.vehicledata`.`col_mz` AS `product.vehicledata.colMz`, `product.vehicledata`.`col_na` AS `product.vehicledata.colNa`, `product.vehicledata`.`col_nb` AS `product.vehicledata.colNb`, `product.vehicledata`.`col_nc` AS `product.vehicledata.colNc`, `product.vehicledata`.`col_nd` AS `product.vehicledata.colNd`, `product.vehicledata`.`col_ne` AS `product.vehicledata.colNe`, `product.vehicledata`.`col_nf` AS `product.vehicledata.colNf`, `product.vehicledata`.`col_ng` AS `product.vehicledata.colNg`, `product.vehicledata`.`col_nh` AS `product.vehicledata.colNh`, `product.vehicledata`.`col_ni` AS `product.vehicledata.colNi`, `product.vehicledata`.`col_nj` AS `product.vehicledata.colNj`, `product.vehicledata`.`col_nk` AS `product.vehicledata.colNk`, `product.vehicledata`.`col_nl` AS `product.vehicledata.colNl`, `product.vehicledata`.`col_nm` AS `product.vehicledata.colNm`, `product.vehicledata`.`col_nn` AS `product.vehicledata.colNn`, `product.vehicledata`.`col_no` AS `product.vehicledata.colNo`, `product.vehicledata`.`col_np` AS `product.vehicledata.colNp`, `product.vehicledata`.`col_nq` AS `product.vehicledata.colNq`, `product.vehicledata`.`col_nr` AS `product.vehicledata.colNr`, `product.vehicledata`.`col_ns` AS `product.vehicledata.colNs`, `product.vehicledata`.`col_nt` AS `product.vehicledata.colNt`, `product.vehicledata`.`col_nu` AS `product.vehicledata.colNu`, `product.vehicledata`.`col_nv` AS `product.vehicledata.colNv`, `product.vehicledata`.`col_nw` AS `product.vehicledata.colNw`, `product.vehicledata`.`col_nx` AS `product.vehicledata.colNx`, `product.vehicledata`.`col_ny` AS `product.vehicledata.colNy`, `product.vehicledata`.`col_nz` AS `product.vehicledata.colNz`, `product.vehicledata`.`col_oa` AS `product.vehicledata.colOa`, `product.vehicledata`.`col_ob` AS `product.vehicledata.colOb`, `product.vehicledata`.`col_oc` AS `product.vehicledata.colOc`, `product.vehicledata`.`col_od` AS `product.vehicledata.colOd`, `product.vehicledata`.`col_oe` AS `product.vehicledata.colOe`, `product.vehicledata`.`col_of` AS `product.vehicledata.colOf`, `product.vehicledata`.`col_og` AS `product.vehicledata.colOg`, `product.vehicledata`.`col_oh` AS `product.vehicledata.colOh`, `product.vehicledata`.`col_oi` AS `product.vehicledata.colOi`, `product.vehicledata`.`col_oj` AS `product.vehicledata.colOj`, `product.vehicledata`.`col_ok` AS `product.vehicledata.colOk`, `product.vehicledata`.`col_ol` AS `product.vehicledata.colOl`, `product.vehicledata`.`col_om` AS `product.vehicledata.colOm`, `product.vehicledata`.`col_on` AS `product.vehicledata.colOn`, `product.vehicledata`.`col_oo` AS `product.vehicledata.colOo`, `product.vehicledata`.`col_op` AS `product.vehicledata.colOp`, `product.vehicledata`.`col_oq` AS `product.vehicledata.colOq`, `product.vehicledata`.`col_or` AS `product.vehicledata.colOr`, `product.vehicledata`.`col_os` AS `product.vehicledata.colOs`, `product.vehicledata`.`col_ot` AS `product.vehicledata.colOt`, `product.vehicledata`.`col_ou` AS `product.vehicledata.colOu`, `product.vehicledata`.`col_ov` AS `product.vehicledata.colOv`, `product.vehicledata`.`col_ow` AS `product.vehicledata.colOw`, `product.vehicledata`.`col_ox` AS `product.vehicledata.colOx`, `product.vehicledata`.`col_oy` AS `product.vehicledata.colOy`, `product.vehicledata`.`col_oz` AS `product.vehicledata.colOz`, `product.vehicledata`.`col_pa` AS `product.vehicledata.colPa`, `product.vehicledata`.`col_pb` AS `product.vehicledata.colPb`, `product.vehicledata`.`col_pc` AS `product.vehicledata.colPc`, `product.vehicledata`.`col_pd` AS `product.vehicledata.colPd`, `product.vehicledata`.`col_pe` AS `product.vehicledata.colPe`, `product.vehicledata`.`col_pf` AS `product.vehicledata.colPf`, `product.vehicledata`.`col_pg` AS `product.vehicledata.colPg`, `product.vehicledata`.`col_ph` AS `product.vehicledata.colPh`, `product.vehicledata`.`col_pi` AS `product.vehicledata.colPi`, `product.vehicledata`.`col_pj` AS `product.vehicledata.colPj`, `product.vehicledata`.`col_pk` AS `product.vehicledata.colPk`, `product.vehicledata`.`col_pl` AS `product.vehicledata.colPl`, `product.vehicledata`.`col_pm` AS `product.vehicledata.colPm`, `product.vehicledata`.`col_pn` AS `product.vehicledata.colPn`, `product.vehicledata`.`col_po` AS `product.vehicledata.colPo`, `product.vehicledata`.`col_pp` AS `product.vehicledata.colPp`, `product.vehicledata`.`col_pq` AS `product.vehicledata.colPq`, `product.vehicledata`.`col_pr` AS `product.vehicledata.colPr`, `product.vehicledata`.`col_ps` AS `product.vehicledata.colPs`, `product.vehicledata`.`col_pt` AS `product.vehicledata.colPt`, `product.vehicledata`.`col_pu` AS `product.vehicledata.colPu`, `product.vehicledata`.`col_pv` AS `product.vehicledata.colPv`, `product.vehicledata`.`col_pw` AS `product.vehicledata.colPw`, `product.vehicledata`.`col_px` AS `product.vehicledata.colPx`, `product.vehicledata`.`col_py` AS `product.vehicledata.colPy`, `product.vehicledata`.`col_pz` AS `product.vehicledata.colPz`, `product.vehicledata`.`col_qa` AS `product.vehicledata.colQa`, `product.vehicledata`.`col_qb` AS `product.vehicledata.colQb`, `product.vehicledata`.`col_qc` AS `product.vehicledata.colQc`, `product.vehicledata`.`col_qd` AS `product.vehicledata.colQd`, `product.vehicledata`.`col_qe` AS `product.vehicledata.colQe`, `product.vehicledata`.`col_qf` AS `product.vehicledata.colQf`, `product.vehicledata`.`col_qg` AS `product.vehicledata.colQg`, `product.vehicledata`.`col_qh` AS `product.vehicledata.colQh`, `product.vehicledata`.`col_qi` AS `product.vehicledata.colQi`, `product.vehicledata`.`col_qj` AS `product.vehicledata.colQj`, `product.vehicledata`.`col_qk` AS `product.vehicledata.colQk`, `product.vehicledata`.`col_ql` AS `product.vehicledata.colQl`, `product.vehicledata`.`col_qm` AS `product.vehicledata.colQm`, `product.vehicledata`.`col_qn` AS `product.vehicledata.colQn`, `product.vehicledata`.`col_qo` AS `product.vehicledata.colQo`, `product.vehicledata`.`col_qp` AS `product.vehicledata.colQp`, `product.vehicledata`.`col_qq` AS `product.vehicledata.colQq`, `product.vehicledata`.`col_qr` AS `product.vehicledata.colQr`, `product.vehicledata`.`col_qs` AS `product.vehicledata.colQs`, `product.vehicledata`.`col_qt` AS `product.vehicledata.colQt`, `product.vehicledata`.`col_qu` AS `product.vehicledata.colQu`, `product.vehicledata`.`col_qv` AS `product.vehicledata.colQv`, `product.vehicledata`.`col_qw` AS `product.vehicledata.colQw`, `product.vehicledata`.`col_qx` AS `product.vehicledata.colQx`, `product.vehicledata`.`col_qy` AS `product.vehicledata.colQy`, `product.vehicledata`.`col_qz` AS `product.vehicledata.colQz`, `product.vehicledata`.`col_ra` AS `product.vehicledata.colRa`, `product.vehicledata`.`col_rb` AS `product.vehicledata.colRb`, `product.vehicledata`.`col_rc` AS `product.vehicledata.colRc`, `product.vehicledata`.`col_rd` AS `product.vehicledata.colRd`, `product.vehicledata`.`col_re` AS `product.vehicledata.colRe`, `product.vehicledata`.`col_rf` AS `product.vehicledata.colRf`, `product.vehicledata`.`col_rg` AS `product.vehicledata.colRg`, `product.vehicledata`.`col_rh` AS `product.vehicledata.colRh`, `product.vehicledata`.`col_ri` AS `product.vehicledata.colRi`, `product.vehicledata`.`col_rj` AS `product.vehicledata.colRj`, `product.vehicledata`.`col_rk` AS `product.vehicledata.colRk`, `product.vehicledata`.`col_rl` AS `product.vehicledata.colRl`, `product.vehicledata`.`col_rm` AS `product.vehicledata.colRm`, `product.vehicledata`.`col_rn` AS `product.vehicledata.colRn`, `product.vehicledata`.`col_ro` AS `product.vehicledata.colRo`, `product.vehicledata`.`col_rp` AS `product.vehicledata.colRp`, `product.vehicledata`.`col_rq` AS `product.vehicledata.colRq`, `product.vehicledata`.`col_rr` AS `product.vehicledata.colRr`, `product.vehicledata`.`col_rs` AS `product.vehicledata.colRs`, `product.vehicledata`.`col_rt` AS `product.vehicledata.colRt`, `product.vehicledata`.`col_ru` AS `product.vehicledata.colRu`, `product.vehicledata`.`col_rv` AS `product.vehicledata.colRv`, `product.vehicledata`.`col_rw` AS `product.vehicledata.colRw`, `product.vehicledata`.`col_rx` AS `product.vehicledata.colRx`, `product.vehicledata`.`col_ry` AS `product.vehicledata.colRy`, `product.vehicledata`.`col_rz` AS `product.vehicledata.colRz`, `product.vehicledata`.`col_sa` AS `product.vehicledata.colSa`, `product.vehicledata`.`col_sb` AS `product.vehicledata.colSb`, `product.vehicledata`.`col_sc` AS `product.vehicledata.colSc`, `product.vehicledata`.`col_sd` AS `product.vehicledata.colSd`, `product.vehicledata`.`col_se` AS `product.vehicledata.colSe`, `product.vehicledata`.`col_sf` AS `product.vehicledata.colSf`, `product.vehicledata`.`col_sg` AS `product.vehicledata.colSg`, `product.vehicledata`.`col_sh` AS `product.vehicledata.colSh`, `product.vehicledata`.`col_si` AS `product.vehicledata.colSi`, `product.vehicledata`.`col_sj` AS `product.vehicledata.colSj`, `product.vehicledata`.`col_sk` AS `product.vehicledata.colSk`, `product.vehicledata`.`col_sl` AS `product.vehicledata.colSl`, `product.vehicledata`.`col_sm` AS `product.vehicledata.colSm`, `product.vehicledata`.`col_sn` AS `product.vehicledata.colSn`, `product.vehicledata`.`col_so` AS `product.vehicledata.colSo`, `product.vehicledata`.`col_sp` AS `product.vehicledata.colSp`, `product.vehicledata`.`col_sq` AS `product.vehicledata.colSq`, `product.vehicledata`.`col_sr` AS `product.vehicledata.colSr`, `product.vehicledata`.`col_ss` AS `product.vehicledata.colSs`, `product.vehicledata`.`col_st` AS `product.vehicledata.colSt`, `product.vehicledata`.`col_su` AS `product.vehicledata.colSu`, `product.vehicledata`.`col_sv` AS `product.vehicledata.colSv`, `product.vehicledata`.`col_sw` AS `product.vehicledata.colSw`, `product.vehicledata`.`col_sx` AS `product.vehicledata.colSx`, `product.vehicledata`.`col_sy` AS `product.vehicledata.colSy`, `product.vehicledata`.`col_sz` AS `product.vehicledata.colSz`, `product.vehicledata`.`col_ta` AS `product.vehicledata.colTa`, `product.vehicledata`.`col_tb` AS `product.vehicledata.colTb`, `product.vehicledata`.`col_tc` AS `product.vehicledata.colTc`, `product.vehicledata`.`col_td` AS `product.vehicledata.colTd`, `product.vehicledata`.`imagesupdatedon` AS `product.vehicledata.imagesupdatedon`, `product.vehicledata`.`localcode` AS `product.vehicledata.localcode`, `product.vehicledata`.`import_hash` AS `product.vehicledata.importHash`, `product.vehicledata`.`numimages` AS `product.vehicledata.numimages`, `product.vehicledata`.`col_z_hash` AS `product.vehicledata.colZHash`, `product.vehicledata`.`col_ri_hash` AS `product.vehicledata.colRiHash`, `product.vehicledata`.`source_system_id` AS `product.vehicledata.sourceSystemId`, `product.vehicledata`.`sort_ez` AS `product.vehicledata.sortEz`, `product.vehicledata`.`created_at` AS `product.vehicledata.createdAt`, `product.vehicledata`.`updated_at` AS `product.vehicledata.updatedAt`, `product`.`location_id` AS `product.locationId`, `product.location`.`id` AS `product.location.id`, `product.location`.`location_key` AS `product.location.locationKey`, `product.location`.`crm_key` AS `product.location.crmKey`, `product.location`.`name` AS `product.location.name`, `product.location`.`public_sub_title` AS `product.location.publicSubTitle`, `product.location`.`street` AS `product.location.street`, `product.location`.`city` AS `product.location.city`, `product.location`.`zip` AS `product.location.zip`, `product.location`.`country` AS `product.location.country`, `product.location`.`emails_usedcar` AS `product.location.emailsUsedcar`, `product.location`.`emails_newcar` AS `product.location.emailsNewcar`, `product.location`.`latitude` AS `product.location.latitude`, `product.location`.`longitude` AS `product.location.longitude`, `product.location`.`sorting` AS `product.location.sorting`, `product.location`.`autouncle` AS `product.location.autouncle`, `product.location`.`phone` AS `product.location.phone`, `product.location`.`phone_nw` AS `product.location.phoneNw`, `product.location`.`phone_gw` AS `product.location.phoneGw`, `product.location`.`fax` AS `product.location.fax`, `product.location`.`imprint` AS `product.location.imprint`, `product.location`.`link` AS `product.location.link`, `product.location`.`openmonfriselling` AS `product.location.openmonfriselling`, `product.location`.`closemonfriselling` AS `product.location.closemonfriselling`, `product.location`.`opensatselling` AS `product.location.opensatselling`, `product.location`.`closesatselling` AS `product.location.closesatselling`, `product.location`.`bank_name` AS `product.location.bankName`, `product.location`.`bank_iban` AS `product.location.bankIban`, `product.location`.`bank_bic` AS `product.location.bankBic`, `product.location`.`bank_customer` AS `product.location.bankCustomer`, `product.location`.`mail_imprint` AS `product.location.mailImprint`, `product.location`.`locationmedia_id` AS `product.location.locationmediaId`, `product.location`.`tac_file_id` AS `product.location.tacFileId`, `product.location`.`dp_file_id` AS `product.location.dpFileId`, `product.location`.`row_file_id` AS `product.location.rowFileId`, `product.location`.`cf_file_id` AS `product.location.cfFileId`, `product.location`.`organization_id` AS `product.location.organizationId`, `product.location.organization`.`id` AS `product.location.organization.id`, `product.location.organization`.`organization_key` AS `product.location.organization.organizationKey`, `product.location.organization`.`name` AS `product.location.organization.name`, `product.location.organization`.`street` AS `product.location.organization.street`, `product.location.organization`.`city` AS `product.location.organization.city`, `product.location.organization`.`zip` AS `product.location.organization.zip`, `product.location.organization`.`country` AS `product.location.organization.country`, `product.location.organization`.`phone` AS `product.location.organization.phone`, `product.location.organization`.`email` AS `product.location.organization.email`, `product.location.organization`.`sorting` AS `product.location.organization.sorting`, `product.location.organization`.`mail_imprint` AS `product.location.organization.mailImprint`, `product.location.organization`.`tac_file_id` AS `product.location.organization.tacFileId`, `product.location.organization`.`dp_file_id` AS `product.location.organization.dpFileId`, `product.location.organization`.`row_file_id` AS `product.location.organization.rowFileId`, `product.location.organization`.`cf_file_id` AS `product.location.organization.cfFileId`, `product.location.organization`.`created_at` AS `product.location.organization.createdAt`, `product.location.organization`.`updated_at` AS `product.location.organization.updatedAt`, `product.location`.`created_at` AS `product.location.createdAt`, `product.location`.`updated_at` AS `product.location.updatedAt`, `product.unit`.`id` AS `product.unit.id`, `product.unit`.`created_at` AS `product.unit.createdAt`, `product.unit`.`updated_at` AS `product.unit.updatedAt`, `product.unit.translation.shortCode`, COALESCE(`product.unit.translation.shortCode`,`product.unit.translation.shortCode`) AS `product.unit.shortCode`, `product.unit.translation.name`, COALESCE(`product.unit.translation.name`,`product.unit.translation.name`) AS `product.unit.name`, `product.unit.translation.customFields`, COALESCE(`product.unit.translation.customFields`,`product.unit.translation.customFields`) AS `product.unit.customFields`, `product.unit.translation.createdAt`, `product.unit.translation.updatedAt`, `product.unit.translation.unitId`, `product.unit.translation.languageId`, `product.deliveryTime`.`id` AS `product.deliveryTime.id`, `product.deliveryTime`.`min` AS `product.deliveryTime.min`, `product.deliveryTime`.`max` AS `product.deliveryTime.max`, `product.deliveryTime`.`unit` AS `product.deliveryTime.unit`, `product.deliveryTime`.`created_at` AS `product.deliveryTime.createdAt`, `product.deliveryTime`.`updated_at` AS `product.deliveryTime.updatedAt`, `product.deliveryTime.translation.name`, COALESCE(`product.deliveryTime.translation.name`,`product.deliveryTime.translation.name`) AS `product.deliveryTime.name`, `product.deliveryTime.translation.customFields`, COALESCE(`product.deliveryTime.translation.customFields`,`product.deliveryTime.translation.customFields`) AS `product.deliveryTime.customFields`, `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation.languageId`, `product.cover`.`id` AS `product.cover.id`, `product.cover`.`version_id` AS `product.cover.versionId`, `product.cover`.`product_id` AS `product.cover.productId`, `product.cover`.`product_version_id` AS `product.cover.productVersionId`, `product.cover`.`media_id` AS `product.cover.mediaId`, `product.cover`.`position` AS `product.cover.position`, `product.cover.media`.`id` AS `product.cover.media.id`, `product.cover.media`.`user_id` AS `product.cover.media.userId`, `product.cover.media`.`media_folder_id` AS `product.cover.media.mediaFolderId`, `product.cover.media`.`mime_type` AS `product.cover.media.mimeType`, `product.cover.media`.`file_extension` AS `product.cover.media.fileExtension`, `product.cover.media`.`uploaded_at` AS `product.cover.media.uploadedAt`, `product.cover.media`.`file_name` AS `product.cover.media.fileName`, `product.cover.media`.`file_size` AS `product.cover.media.fileSize`, `product.cover.media`.`media_type` AS `product.cover.media.mediaTypeRaw`, `product.cover.media`.`meta_data` AS `product.cover.media.metaData`, `product.cover.media`.`config` AS `product.cover.media.config`, `product.cover.media`.`path` AS `product.cover.media.path`, `product.cover.media`.`private` AS `product.cover.media.private`, `product.cover.media`.`thumbnails_ro` AS `product.cover.media.thumbnailsRo`, `product.cover.media`.`created_at` AS `product.cover.media.createdAt`, `product.cover.media`.`updated_at` AS `product.cover.media.updatedAt`, `product.cover.media.translation.title`, COALESCE(`product.cover.media.translation.title`,`product.cover.media.translation.title`) AS `product.cover.media.title`, `product.cover.media.translation.alt`, COALESCE(`product.cover.media.translation.alt`,`product.cover.media.translation.alt`) AS `product.cover.media.alt`, `product.cover.media.translation.customFields`, COALESCE(`product.cover.media.translation.customFields`,`product.cover.media.translation.customFields`) AS `product.cover.media.customFields`, `product.cover.media.translation.createdAt`, `product.cover.media.translation.updatedAt`, `product.cover.media.translation.mediaId`, `product.cover.media.translation.languageId`, `product.cover`.`custom_fields` AS `product.cover.customFields`, `product.cover`.`created_at` AS `product.cover.createdAt`, `product.cover`.`updated_at` AS `product.cover.updatedAt`, `product.translation.metaDescription`, `product.parent.translation.metaDescription`, COALESCE(`product.translation.metaDescription`,`product.parent.translation.metaDescription`,`product.translation.metaDescription`) AS `product.metaDescription`, `product.translation.name`, `product.parent.translation.name`, COALESCE(`product.translation.name`,`product.parent.translation.name`,`product.translation.name`) AS `product.name`, `product.translation.keywords`, `product.parent.translation.keywords`, COALESCE(`product.translation.keywords`,`product.parent.translation.keywords`,`product.translation.keywords`) AS `product.keywords`, `product.translation.description`, `product.parent.translation.description`, COALESCE(`product.translation.description`,`product.parent.translation.description`,`product.translation.description`) AS `product.description`, `product.translation.metaTitle`, `product.parent.translation.metaTitle`, COALESCE(`product.translation.metaTitle`,`product.parent.translation.metaTitle`,`product.translation.metaTitle`) AS `product.metaTitle`, `product.translation.packUnit`, `product.parent.translation.packUnit`, COALESCE(`product.translation.packUnit`,`product.parent.translation.packUnit`,`product.translation.packUnit`) AS `product.packUnit`, `product.translation.packUnitPlural`, `product.parent.translation.packUnitPlural`, COALESCE(`product.translation.packUnitPlural`,`product.parent.translation.packUnitPlural`,`product.translation.packUnitPlural`) AS `product.packUnitPlural`, `product.translation.customSearchKeywords`, `product.parent.translation.customSearchKeywords`, COALESCE(`product.translation.customSearchKeywords`,`product.parent.translation.customSearchKeywords`,`product.translation.customSearchKeywords`) AS `product.customSearchKeywords`, `product.translation.slotConfig`, `product.parent.translation.slotConfig`, COALESCE(`product.translation.slotConfig`,`product.parent.translation.slotConfig`,`product.translation.slotConfig`) AS `product.slotConfig`, `product.translation.customFields`, `product.parent.translation.customFields`, COALESCE(`product.translation.customFields`,`product.parent.translation.customFields`,`product.translation.customFields`) AS `product.customFields`, `product.translation.createdAt`, `product.parent.translation.createdAt`, `product.translation.updatedAt`, `product.parent.translation.updatedAt`, `product.translation.productId`, `product.parent.translation.productId`, `product.translation.languageId`, `product.parent.translation.languageId`, `product.translation.productVersionId`, `product.parent.translation.productVersionId` FROM `product` LEFT JOIN `product` `product.parent` ON `product`.`parent_id` = `product.parent`.`id` AND `product`.`parent_version_id` = `product.parent`.`version_id` LEFT JOIN (SELECT `product.translation`.product_id, `product.translation`.product_version_id, `product.translation`.meta_description AS `product.translation.metaDescription`, `product.translation`.name AS `product.translation.name`, `product.translation`.keywords AS `product.translation.keywords`, `product.translation`.description AS `product.translation.description`, `product.translation`.meta_title AS `product.translation.metaTitle`, `product.translation`.pack_unit AS `product.translation.packUnit`, `product.translation`.pack_unit_plural AS `product.translation.packUnitPlural`, `product.translation`.custom_search_keywords AS `product.translation.customSearchKeywords`, `product.translation`.slot_config AS `product.translation.slotConfig`, `product.translation`.custom_fields AS `product.translation.customFields`, `product.translation`.created_at AS `product.translation.createdAt`, `product.translation`.updated_at AS `product.translation.updatedAt`, `product.translation`.product_id AS `product.translation.productId`, `product.translation`.language_id AS `product.translation.languageId`, `product.translation`.product_version_id AS `product.translation.productVersionId` FROM `product_translation` `product.translation` WHERE `product.translation`.language_id = ?) `product.product_translation` ON `product.product_translation`.`product_id` = `product`.`id` AND `product.product_translation`.product_version_id = `product`.version_id LEFT JOIN (SELECT `product.parent.translation`.product_id, `product.parent.translation`.product_version_id, `product.parent.translation`.meta_description AS `product.parent.translation.metaDescription`, `product.parent.translation`.name AS `product.parent.translation.name`, `product.parent.translation`.keywords AS `product.parent.translation.keywords`, `product.parent.translation`.description AS `product.parent.translation.description`, `product.parent.translation`.meta_title AS `product.parent.translation.metaTitle`, `product.parent.translation`.pack_unit AS `product.parent.translation.packUnit`, `product.parent.translation`.pack_unit_plural AS `product.parent.translation.packUnitPlural`, `product.parent.translation`.custom_search_keywords AS `product.parent.translation.customSearchKeywords`, `product.parent.translation`.slot_config AS `product.parent.translation.slotConfig`, `product.parent.translation`.custom_fields AS `product.parent.translation.customFields`, `product.parent.translation`.created_at AS `product.parent.translation.createdAt`, `product.parent.translation`.updated_at AS `product.parent.translation.updatedAt`, `product.parent.translation`.product_id AS `product.parent.translation.productId`, `product.parent.translation`.language_id AS `product.parent.translation.languageId`, `product.parent.translation`.product_version_id AS `product.parent.translation.productVersionId` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation`.language_id = ?) `product.product_translation.parent` ON `product.product_translation.parent`.`product_id` = `product.parent`.`id` AND `product.product_translation.parent`.product_version_id = `product.parent`.version_id LEFT JOIN `tax` `product.tax` ON `product`.`tax` = `product.tax`.`id` LEFT JOIN `vehicledata` `product.vehicledata` ON `product`.`id` = `product.vehicledata`.`product_id` LEFT JOIN `location` `product.location` ON `product`.`location_id` = `product.location`.`id` LEFT JOIN `unit` `product.unit` ON `product`.`unit` = `product.unit`.`id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product`.`deliveryTime` = `product.deliveryTime`.`id` LEFT JOIN `product_media` `product.cover` ON `product`.`cover` = `product.cover`.`id` AND IFNULL(`product`.`product_media_version_id`, `product.parent`.`product_media_version_id`) = `product.cover`.`version_id` LEFT JOIN `ma_organization` `product.location.organization` ON `product.location`.`organization_id` = `product.location.organization`.`id` LEFT JOIN (SELECT `product.unit.translation`.unit_id, `product.unit.translation`.short_code AS `product.unit.translation.shortCode`, `product.unit.translation`.name AS `product.unit.translation.name`, `product.unit.translation`.custom_fields AS `product.unit.translation.customFields`, `product.unit.translation`.created_at AS `product.unit.translation.createdAt`, `product.unit.translation`.updated_at AS `product.unit.translation.updatedAt`, `product.unit.translation`.unit_id AS `product.unit.translation.unitId`, `product.unit.translation`.language_id AS `product.unit.translation.languageId` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation`.language_id = ?) `product.unit.unit_translation` ON `product.unit.unit_translation`.`unit_id` = `product.unit`.`id` LEFT JOIN (SELECT `product.deliveryTime.translation`.delivery_time_id, `product.deliveryTime.translation`.name AS `product.deliveryTime.translation.name`, `product.deliveryTime.translation`.custom_fields AS `product.deliveryTime.translation.customFields`, `product.deliveryTime.translation`.created_at AS `product.deliveryTime.translation.createdAt`, `product.deliveryTime.translation`.updated_at AS `product.deliveryTime.translation.updatedAt`, `product.deliveryTime.translation`.delivery_time_id AS `product.deliveryTime.translation.deliveryTimeId`, `product.deliveryTime.translation`.language_id AS `product.deliveryTime.translation.languageId` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation`.language_id = ?) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation`.`delivery_time_id` = `product.deliveryTime`.`id` LEFT JOIN `media` `product.cover.media` ON `product.cover`.`media_id` = `product.cover.media`.`id` LEFT JOIN (SELECT `product.cover.media.translation`.media_id, `product.cover.media.translation`.title AS `product.cover.media.translation.title`, `product.cover.media.translation`.alt AS `product.cover.media.translation.alt`, `product.cover.media.translation`.custom_fields AS `product.cover.media.translation.customFields`, `product.cover.media.translation`.created_at AS `product.cover.media.translation.createdAt`, `product.cover.media.translation`.updated_at AS `product.cover.media.translation.updatedAt`, `product.cover.media.translation`.media_id AS `product.cover.media.translation.mediaId`, `product.cover.media.translation`.language_id AS `product.cover.media.translation.languageId` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation`.language_id = ?) `product.cover.media.media_translation` ON `product.cover.media.media_translation`.`media_id` = `product.cover.media`.`id` WHERE (`product`.`version_id` = ?) AND (`product`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÆÊû├Oq¿å\x04ú▒¸ÓØ\x0F"
]
68 0.61 ms
SELECT `ma_product_description`.`id` AS `ma_product_description.id`, `ma_product_description`.`product_id` AS `ma_product_description.productId`, `ma_product_description`.`product_version_id` AS `ma_product_description.productVersionId`, `ma_product_description`.`title` AS `ma_product_description.title`, `ma_product_description`.`description` AS `ma_product_description.description`, `ma_product_description`.`position` AS `ma_product_description.position`, `ma_product_description`.`created_at` AS `ma_product_description.createdAt`, `ma_product_description`.`updated_at` AS `ma_product_description.updatedAt` FROM `ma_product_description` WHERE (`ma_product_description`.`product_id` IN (?, ?))
Parameters:
[
  b"\x01ÆÊû├Oq¿å\x04ú▒¸ÓØ\x0F"
  b"\x01ÆÊ=\vþz<Á├jÒØxaZ"
]
69 0.46 ms
SELECT `product_price`.`id` AS `product_price.id`, `product_price`.`version_id` AS `product_price.versionId`, `product_price`.`product_id` AS `product_price.productId`, `product_price`.`product_version_id` AS `product_price.productVersionId`, `product_price`.`rule_id` AS `product_price.ruleId`, `product_price`.`price` AS `product_price.price`, `product_price`.`quantity_start` AS `product_price.quantityStart`, `product_price`.`quantity_end` AS `product_price.quantityEnd`, `product_price`.`custom_fields` AS `product_price.customFields`, `product_price`.`created_at` AS `product_price.createdAt`, `product_price`.`updated_at` AS `product_price.updatedAt` FROM `product_price` WHERE (`product_price`.`version_id` = ?) AND ((`product_price`.`product_id` IN (?, ?)))
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01ÆÊû├Oq¿å\x04ú▒¸ÓØ\x0F"
  b"\x01ÆÊ=\vþz<Á├jÒØxaZ"
]
70 0.95 ms
# app-scripts::refresh::read
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`.`allow_disable` AS `app.allowDisable`, `app`.`base_app_url` AS `app.baseAppUrl`, `app`.`allowed_hosts` AS `app.allowedHosts`, `app`.`template_load_priority` AS `app.templateLoadPriority`, `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`.`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`.`write_access` AS `app.integration.writeAccess`, `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 = ?) `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` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
71 0.63 ms
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,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
72 0.38 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   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`
Parameters:
[]
73 1.25 ms
# header::languages::search-ids
SELECT `language`.`id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language`.`id` = `language.salesChannelDomains`.`language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language`.`id` = `language.salesChannels.mapping`.`language_id`  LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping`.`sales_channel_id` = `language.salesChannels`.`id`  WHERE (`language.salesChannelDomains`.`sales_channel_id` = ? AND `language.salesChannels`.`id` = ?) GROUP BY `language`.`id` ORDER BY MIN(`language`.`name`) ASC
Parameters:
[
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
]
74 1.11 ms
# header::languages::read
SELECT `language`.`id` AS `language.id`, `language`.`parent_id` AS `language.parentId`, `language`.`locale_id` AS `language.localeId`, `language`.`translation_code_id` AS `language.translationCodeId`, `language`.`name` AS `language.name`, `language`.`custom_fields` AS `language.customFields`, `language`.`created_at` AS `language.createdAt`, `language`.`updated_at` AS `language.updatedAt`, `language.productSearchConfig`.`id` AS `language.productSearchConfig.id`, `language.productSearchConfig`.`language_id` AS `language.productSearchConfig.languageId`, `language.productSearchConfig`.`and_logic` AS `language.productSearchConfig.andLogic`, `language.productSearchConfig`.`min_search_length` AS `language.productSearchConfig.minSearchLength`, `language.productSearchConfig`.`excluded_terms` AS `language.productSearchConfig.excludedTerms`, `language.productSearchConfig`.`created_at` AS `language.productSearchConfig.createdAt`, `language.productSearchConfig`.`updated_at` AS `language.productSearchConfig.updatedAt`, `language.translationCode`.`id` AS `language.translationCode.id`, `language.translationCode`.`code` AS `language.translationCode.code`, `language.translationCode`.`created_at` AS `language.translationCode.createdAt`, `language.translationCode`.`updated_at` AS `language.translationCode.updatedAt`, `language.translationCode.translation.name`, COALESCE(`language.translationCode.translation.name`,`language.translationCode.translation.name`) AS `language.translationCode.name`, `language.translationCode.translation.territory`, COALESCE(`language.translationCode.translation.territory`,`language.translationCode.translation.territory`) AS `language.translationCode.territory`, `language.translationCode.translation.customFields`, COALESCE(`language.translationCode.translation.customFields`,`language.translationCode.translation.customFields`) AS `language.translationCode.customFields`, `language.translationCode.translation.createdAt`, `language.translationCode.translation.updatedAt`, `language.translationCode.translation.localeId`, `language.translationCode.translation.languageId` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language`.`id` = `language.productSearchConfig`.`language_id` LEFT JOIN `locale` `language.translationCode` ON `language`.`translation_code_id` = `language.translationCode`.`id` LEFT JOIN (SELECT `language.translationCode.translation`.locale_id, `language.translationCode.translation`.name AS `language.translationCode.translation.name`, `language.translationCode.translation`.territory AS `language.translationCode.translation.territory`, `language.translationCode.translation`.custom_fields AS `language.translationCode.translation.customFields`, `language.translationCode.translation`.created_at AS `language.translationCode.translation.createdAt`, `language.translationCode.translation`.updated_at AS `language.translationCode.translation.updatedAt`, `language.translationCode.translation`.locale_id AS `language.translationCode.translation.localeId`, `language.translationCode.translation`.language_id AS `language.translationCode.translation.languageId` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation`.language_id = ?) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation`.`locale_id` = `language.translationCode`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
75 0.62 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x01É0\vBLq{╝~\v;\x10\x06M("
  b"\x01É0\vBLq{╝~\v;\x10\x06M("
  b"\x01É0\vBLq{╝~\v;\x10\x06M("
]
76 4.35 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title AS `category.media.translation.title`, `category.media.translation`.alt AS `category.media.translation.alt`, `category.media.translation`.custom_fields AS `category.media.translation.customFields`, `category.media.translation`.created_at AS `category.media.translation.createdAt`, `category.media.translation`.updated_at AS `category.media.translation.updatedAt`, `category.media.translation`.media_id AS `category.media.translation.mediaId`, `category.media.translation`.language_id AS `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|0190300b424c717bbc7e0b3b10064d28|%"
  2
  5
]
77 0.79 ms
SELECT LOWER(HEX(`category`.`parent_id`)) AS `category-ids.key`, COUNT(`category`.`id`) AS `category-ids.count`, COUNT(DISTINCT `category`.`id`) AS `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|0190300b424c717bbc7e0b3b10064d28|%"
  5
  true
  true
]
78 1.32 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title AS `category.media.translation.title`, `category.media.translation`.alt AS `category.media.translation.alt`, `category.media.translation`.custom_fields AS `category.media.translation.customFields`, `category.media.translation`.created_at AS `category.media.translation.createdAt`, `category.media.translation`.updated_at AS `category.media.translation.updatedAt`, `category.media.translation`.media_id AS `category.media.translation.mediaId`, `category.media.translation`.language_id AS `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"¬ïc\x06¾lOb³\x1C-<ùsÝX"
  b"\x01É0\vBLq{╝~\v;\x10\x06M("
]
79 0.50 ms
# header::currencies::search-ids
SELECT `currency`.`id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency`.`id` = `currency.salesChannels.mapping`.`currency_id`  LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping`.`sales_channel_id` = `currency.salesChannels`.`id`  WHERE (`currency.salesChannels`.`id` = ?) GROUP BY `currency`.`id`
Parameters:
[
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
]
80 0.57 ms
# header::currencies::read
SELECT `currency`.`id` AS `currency.id`, `currency`.`factor` AS `currency.factor`, `currency`.`symbol` AS `currency.symbol`, `currency`.`iso_code` AS `currency.isoCode`, `currency`.`position` AS `currency.position`, `currency`.`tax_free_from` AS `currency.taxFreeFrom`, `currency`.`item_rounding` AS `currency.itemRounding`, `currency`.`total_rounding` AS `currency.totalRounding`, `currency`.`created_at` AS `currency.createdAt`, `currency`.`updated_at` AS `currency.updatedAt`, `currency.translation.shortName`, COALESCE(`currency.translation.shortName`,`currency.translation.shortName`) AS `currency.shortName`, `currency.translation.name`, COALESCE(`currency.translation.name`,`currency.translation.name`) AS `currency.name`, `currency.translation.customFields`, COALESCE(`currency.translation.customFields`,`currency.translation.customFields`) AS `currency.customFields`, `currency.translation.createdAt`, `currency.translation.updatedAt`, `currency.translation.currencyId`, `currency.translation.languageId` FROM `currency` LEFT JOIN (SELECT `currency.translation`.currency_id, `currency.translation`.short_name AS `currency.translation.shortName`, `currency.translation`.name AS `currency.translation.name`, `currency.translation`.custom_fields AS `currency.translation.customFields`, `currency.translation`.created_at AS `currency.translation.createdAt`, `currency.translation`.updated_at AS `currency.translation.updatedAt`, `currency.translation`.currency_id AS `currency.translation.currencyId`, `currency.translation`.language_id AS `currency.translation.languageId` FROM `currency_translation` `currency.translation` WHERE `currency.translation`.language_id = ?) `currency.currency_translation` ON `currency.currency_translation`.`currency_id` = `currency`.`id` WHERE `currency`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"·ÒUK\fèGÍ‚ó¬›ÑÀßÊ"
]
81 0.40 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x01ò\x7Fì┼H{î¿\x1Cöê ├çÒ"
  b"\x01ò\x7Fì┼H{î¿\x1Cöê ├çÒ"
  b"\x01ò\x7Fì┼H{î¿\x1Cöê ├çÒ"
]
82 4.91 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title AS `category.media.translation.title`, `category.media.translation`.alt AS `category.media.translation.alt`, `category.media.translation`.custom_fields AS `category.media.translation.customFields`, `category.media.translation`.created_at AS `category.media.translation.createdAt`, `category.media.translation`.updated_at AS `category.media.translation.updatedAt`, `category.media.translation`.media_id AS `category.media.translation.mediaId`, `category.media.translation`.language_id AS `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND (`category`.`level` > ? AND `category`.`level` <= ?)))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|01957f8dc5487b8ca81c948820c387e3|%"
  2
  5
]
83 0.67 ms
SELECT LOWER(HEX(`category`.`parent_id`)) AS `category-ids.key`, COUNT(`category`.`id`) AS `category-ids.count`, COUNT(DISTINCT `category`.`id`) AS `visible-children-count` FROM `category` WHERE (`category`.`version_id` = ?) AND ((`category`.`path` LIKE ? AND `category`.`level` = ? AND `category`.`active` = ? AND `category`.`visible` = ?)) GROUP BY `category`.`parent_id`
Parameters:
[
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  "%|01957f8dc5487b8ca81c948820c387e3|%"
  5
  true
  true
]
84 0.88 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title AS `category.media.translation.title`, `category.media.translation`.alt AS `category.media.translation.alt`, `category.media.translation`.custom_fields AS `category.media.translation.customFields`, `category.media.translation`.created_at AS `category.media.translation.createdAt`, `category.media.translation`.updated_at AS `category.media.translation.updatedAt`, `category.media.translation`.media_id AS `category.media.translation.mediaId`, `category.media.translation`.language_id AS `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"¬ïc\x06¾lOb³\x1C-<ùsÝX"
  b"\x01ò\x7Fì┼H{î¿\x1Cöê ├çÒ"
]
85 0.34 ms
# navigation-route::meta-information
            SELECT LOWER(HEX(`id`)), `path`, `level`
            FROM `category`
            WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters:
[
  b"\x01É0%ô°{#┤l8ø\x1E▓qI"
  b"\x01É0%ô°{#┤l8ø\x1E▓qI"
  b"\x01ò\x7Fì┼H{î¿\x1Cöê ├çÒ"
]
86 0.74 ms
# header::navigation::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.media`.`id` AS `category.media.id`, `category.media`.`user_id` AS `category.media.userId`, `category.media`.`media_folder_id` AS `category.media.mediaFolderId`, `category.media`.`mime_type` AS `category.media.mimeType`, `category.media`.`file_extension` AS `category.media.fileExtension`, `category.media`.`uploaded_at` AS `category.media.uploadedAt`, `category.media`.`file_name` AS `category.media.fileName`, `category.media`.`file_size` AS `category.media.fileSize`, `category.media`.`media_type` AS `category.media.mediaTypeRaw`, `category.media`.`meta_data` AS `category.media.metaData`, `category.media`.`config` AS `category.media.config`, `category.media`.`path` AS `category.media.path`, `category.media`.`private` AS `category.media.private`, `category.media`.`thumbnails_ro` AS `category.media.thumbnailsRo`, `category.media`.`created_at` AS `category.media.createdAt`, `category.media`.`updated_at` AS `category.media.updatedAt`, `category.media.translation.title`, COALESCE(`category.media.translation.title`,`category.media.translation.title`) AS `category.media.title`, `category.media.translation.alt`, COALESCE(`category.media.translation.alt`,`category.media.translation.alt`) AS `category.media.alt`, `category.media.translation.customFields`, COALESCE(`category.media.translation.customFields`,`category.media.translation.customFields`) AS `category.media.customFields`, `category.media.translation.createdAt`, `category.media.translation.updatedAt`, `category.media.translation.mediaId`, `category.media.translation.languageId`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id LEFT JOIN `media` `category.media` ON `category`.`media_id` = `category.media`.`id` LEFT JOIN (SELECT `category.media.translation`.media_id, `category.media.translation`.title AS `category.media.translation.title`, `category.media.translation`.alt AS `category.media.translation.alt`, `category.media.translation`.custom_fields AS `category.media.translation.customFields`, `category.media.translation`.created_at AS `category.media.translation.createdAt`, `category.media.translation`.updated_at AS `category.media.translation.updatedAt`, `category.media.translation`.media_id AS `category.media.translation.mediaId`, `category.media.translation`.language_id AS `category.media.translation.languageId` FROM `media_translation` `category.media.translation` WHERE `category.media.translation`.language_id = ?) `category.media.media_translation` ON `category.media.media_translation`.`media_id` = `category.media`.`id` WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01É0%ô°{#┤l8ø\x1E▓qI"
  b"¬ïc\x06¾lOb³\x1C-<ùsÝX"
  b"\x01ò\x7Fì┼H{î¿\x1Cöê ├çÒ"
]
87 0.19 ms
SELECT `language`.`id` FROM `language` WHERE `language`.`id` IN (?) LIMIT 1
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
88 0.39 ms
SELECT `language`.`id` AS `language.id`, `language`.`parent_id` AS `language.parentId`, `language`.`locale_id` AS `language.localeId`, `language`.`translation_code_id` AS `language.translationCodeId`, `language`.`name` AS `language.name`, `language`.`custom_fields` AS `language.customFields`, `language`.`created_at` AS `language.createdAt`, `language`.`updated_at` AS `language.updatedAt`, `language.locale`.`id` AS `language.locale.id`, `language.locale`.`code` AS `language.locale.code`, `language.locale`.`created_at` AS `language.locale.createdAt`, `language.locale`.`updated_at` AS `language.locale.updatedAt`, `language.locale.translation.name`, COALESCE(`language.locale.translation.name`,`language.locale.translation.name`) AS `language.locale.name`, `language.locale.translation.territory`, COALESCE(`language.locale.translation.territory`,`language.locale.translation.territory`) AS `language.locale.territory`, `language.locale.translation.customFields`, COALESCE(`language.locale.translation.customFields`,`language.locale.translation.customFields`) AS `language.locale.customFields`, `language.locale.translation.createdAt`, `language.locale.translation.updatedAt`, `language.locale.translation.localeId`, `language.locale.translation.languageId` FROM `language` LEFT JOIN `locale` `language.locale` ON `language`.`locale_id` = `language.locale`.`id` LEFT JOIN (SELECT `language.locale.translation`.locale_id, `language.locale.translation`.name AS `language.locale.translation.name`, `language.locale.translation`.territory AS `language.locale.translation.territory`, `language.locale.translation`.custom_fields AS `language.locale.translation.customFields`, `language.locale.translation`.created_at AS `language.locale.translation.createdAt`, `language.locale.translation`.updated_at AS `language.locale.translation.updatedAt`, `language.locale.translation`.locale_id AS `language.locale.translation.localeId`, `language.locale.translation`.language_id AS `language.locale.translation.languageId` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation`.language_id = ?) `language.locale.locale_translation` ON `language.locale.locale_translation`.`locale_id` = `language.locale`.`id` WHERE `language`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
]
89 0.58 ms
# generic-page::shipping-methods::search-ids
SELECT `shipping_method`.`id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method`.`id` = `shipping_method.salesChannels.mapping`.`shipping_method_id`  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 = ?) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation`.`shipping_method_id` = `shipping_method`.`id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping`.`sales_channel_id` = `shipping_method.salesChannels`.`id`  WHERE (`shipping_method`.`active` = ? AND `shipping_method.salesChannels`.`id` = ?) GROUP BY `shipping_method`.`id` ORDER BY MIN(`shipping_method`.`position`) ASC, MIN(COALESCE(`shipping_method.translation.name`)) ASC
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
]
90 0.91 ms
# generic-page::shipping-methods::read
SELECT `shipping_method`.`id` AS `shipping_method.id`, `shipping_method`.`active` AS `shipping_method.active`, `shipping_method`.`position` AS `shipping_method.position`, `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.appShippingMethod`.`id` AS `shipping_method.appShippingMethod.id`, `shipping_method.appShippingMethod`.`app_name` AS `shipping_method.appShippingMethod.appName`, `shipping_method.appShippingMethod`.`identifier` AS `shipping_method.appShippingMethod.identifier`, `shipping_method.appShippingMethod`.`app_id` AS `shipping_method.appShippingMethod.appId`, `shipping_method.appShippingMethod`.`shipping_method_id` AS `shipping_method.appShippingMethod.shippingMethodId`, `shipping_method.appShippingMethod`.`original_media_id` AS `shipping_method.appShippingMethod.originalMediaId`, `shipping_method.appShippingMethod`.`created_at` AS `shipping_method.appShippingMethod.createdAt`, `shipping_method.appShippingMethod`.`updated_at` AS `shipping_method.appShippingMethod.updatedAt`, `shipping_method`.`technical_name` AS `shipping_method.technicalName`, `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`.`config` AS `shipping_method.media.config`, `shipping_method.media`.`path` AS `shipping_method.media.path`, `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 = ?) `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 `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method`.`id` = `shipping_method.appShippingMethod`.`shipping_method_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 = ?) `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 = ?) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation`.`media_id` = `shipping_method.media`.`id` WHERE `shipping_method`.`id` IN (?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01–b¢å²x-‰ˆ\x1C¢›V•\x08"
]
91 0.87 ms
# app-scripts::refresh::read
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`.`allow_disable` AS `app.allowDisable`, `app`.`base_app_url` AS `app.baseAppUrl`, `app`.`allowed_hosts` AS `app.allowedHosts`, `app`.`template_load_priority` AS `app.templateLoadPriority`, `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`.`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`.`write_access` AS `app.integration.writeAccess`, `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 = ?) `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` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
92 0.49 ms
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,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
93 0.25 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   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`
Parameters:
[]
94 0.54 ms
# generic-page::payment-methods::search-ids
SELECT `payment_method`.`id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method`.`id` = `payment_method.salesChannels.mapping`.`payment_method_id`  LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping`.`sales_channel_id` = `payment_method.salesChannels`.`id`  WHERE (`payment_method`.`active` = ? AND `payment_method.salesChannels`.`id` = ?) GROUP BY `payment_method`.`id` ORDER BY MIN(`payment_method`.`position`) ASC
Parameters:
[
  true
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
]
95 0.80 ms
# generic-page::payment-methods::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`.`refund_url` AS `payment_method.appPaymentMethod.refundUrl`, `payment_method.appPaymentMethod`.`recurring_url` AS `payment_method.appPaymentMethod.recurringUrl`, `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`.`technical_name` AS `payment_method.technicalName`, `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`.`config` AS `payment_method.media.config`, `payment_method.media`.`path` AS `payment_method.media.path`, `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 = ?) `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 = ?) `payment_method.media.media_translation` ON `payment_method.media.media_translation`.`media_id` = `payment_method.media`.`id` WHERE `payment_method`.`id` IN (?, ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"¨yÜ–•°Dâž\x05«¡­¨¦¥"
  b"(\e$ôÜÜA²µ\x05Ä–nãå~"
]
96 0.48 ms
# app-scripts::refresh::read
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`.`allow_disable` AS `app.allowDisable`, `app`.`base_app_url` AS `app.baseAppUrl`, `app`.`allowed_hosts` AS `app.allowedHosts`, `app`.`template_load_priority` AS `app.templateLoadPriority`, `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`.`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`.`write_access` AS `app.integration.writeAccess`, `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 = ?) `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` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
97 0.36 ms
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,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
98 0.23 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   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`
Parameters:
[]
99 0.45 ms
# app-scripts::refresh::read
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`.`allow_disable` AS `app.allowDisable`, `app`.`base_app_url` AS `app.baseAppUrl`, `app`.`allowed_hosts` AS `app.allowedHosts`, `app`.`template_load_priority` AS `app.templateLoadPriority`, `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`.`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`.`write_access` AS `app.integration.writeAccess`, `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 = ?) `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` = ?)
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  true
]
100 0.35 ms
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,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   `app`.`version` AS appVersion,
                   `script`.`active` AS active
            FROM `script`
            LEFT JOIN `app` ON `script`.`app_id` = `app`.`id`
            WHERE `script`.`hook` != 'include'
            ORDER BY `app`.`created_at`, `app`.`id`, `script`.`name`
Parameters:
[]
101 0.25 ms
SELECT LOWER(HEX(`script`.`app_id`)) AS `app_id`,
                   `script`.`name` AS name,
                   `script`.`script` AS script,
                   `app`.`name` AS appName,
                   LOWER(HEX(`app`.`integration_id`)) AS integrationId,
                   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`
Parameters:
[]
102 0.15 ms
SELECT `name`, `path`, `author`
                FROM `app`
                WHERE `active` = 1
Parameters:
[]
103 0.36 ms
SELECT `app`.`name`, `app`.`version`, `app`.`template_load_priority`
             FROM `app`
             INNER JOIN `app_template` ON `app_template`.`app_id` = `app`.`id`
             WHERE `app`.`active` = 1 AND `app_template`.`active` = 1
Parameters:
[]
104 4.10 ms
# theme-service::load-config::read
SELECT `theme`.`id` AS `theme.id`, `theme`.`technical_name` AS `theme.technicalName`, `theme`.`name` AS `theme.name`, `theme`.`author` AS `theme.author`, `theme`.`preview_media_id` AS `theme.previewMediaId`, `theme`.`parent_theme_id` AS `theme.parentThemeId`, `theme`.`theme_json` AS `theme.themeJson`, `theme`.`base_config` AS `theme.baseConfig`, `theme`.`config_values` AS `theme.configValues`, `theme`.`active` AS `theme.active`, `theme`.`created_at` AS `theme.createdAt`, `theme`.`updated_at` AS `theme.updatedAt`, `theme.translation.description`, COALESCE(`theme.translation.description`,`theme.translation.description`) AS `theme.description`, `theme.translation.labels`, COALESCE(`theme.translation.labels`,`theme.translation.labels`) AS `theme.labels`, `theme.translation.helpTexts`, COALESCE(`theme.translation.helpTexts`,`theme.translation.helpTexts`) AS `theme.helpTexts`, `theme.translation.customFields`, COALESCE(`theme.translation.customFields`,`theme.translation.customFields`) AS `theme.customFields`, `theme.translation.createdAt`, `theme.translation.updatedAt`, `theme.translation.themeId`, `theme.translation.languageId` FROM `theme` LEFT JOIN (SELECT `theme.translation`.theme_id, `theme.translation`.description AS `theme.translation.description`, `theme.translation`.labels AS `theme.translation.labels`, `theme.translation`.help_texts AS `theme.translation.helpTexts`, `theme.translation`.custom_fields AS `theme.translation.customFields`, `theme.translation`.created_at AS `theme.translation.createdAt`, `theme.translation`.updated_at AS `theme.translation.updatedAt`, `theme.translation`.theme_id AS `theme.translation.themeId`, `theme.translation`.language_id AS `theme.translation.languageId` FROM `theme_translation` `theme.translation` WHERE `theme.translation`.language_id = ?) `theme.theme_translation` ON `theme.theme_translation`.`theme_id` = `theme`.`id`
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
]
105 0.90 ms
# theme-service::resolve-media::read
SELECT `media`.`id` AS `media.id`, `media`.`user_id` AS `media.userId`, `media`.`media_folder_id` AS `media.mediaFolderId`, `media`.`mime_type` AS `media.mimeType`, `media`.`file_extension` AS `media.fileExtension`, `media`.`uploaded_at` AS `media.uploadedAt`, `media`.`file_name` AS `media.fileName`, `media`.`file_size` AS `media.fileSize`, `media`.`media_type` AS `media.mediaTypeRaw`, `media`.`meta_data` AS `media.metaData`, `media`.`config` AS `media.config`, `media`.`path` AS `media.path`, `media`.`private` AS `media.private`, `media`.`thumbnails_ro` AS `media.thumbnailsRo`, `media`.`created_at` AS `media.createdAt`, `media`.`updated_at` AS `media.updatedAt`, `media.translation.title`, COALESCE(`media.translation.title`,`media.translation.title`) AS `media.title`, `media.translation.alt`, COALESCE(`media.translation.alt`,`media.translation.alt`) AS `media.alt`, `media.translation.customFields`, COALESCE(`media.translation.customFields`,`media.translation.customFields`) AS `media.customFields`, `media.translation.createdAt`, `media.translation.updatedAt`, `media.translation.mediaId`, `media.translation.languageId` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media`.`media_folder_id` = `media.mediaFolder`.`id` LEFT JOIN (SELECT `media.translation`.media_id, `media.translation`.title AS `media.translation.title`, `media.translation`.alt AS `media.translation.alt`, `media.translation`.custom_fields AS `media.translation.customFields`, `media.translation`.created_at AS `media.translation.createdAt`, `media.translation`.updated_at AS `media.translation.updatedAt`, `media.translation`.media_id AS `media.translation.mediaId`, `media.translation`.language_id AS `media.translation.languageId` FROM `media_translation` `media.translation` WHERE `media.translation`.language_id = ?) `media.media_translation` ON `media.media_translation`.`media_id` = `media`.`id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder`.`default_folder_id` = `media.mediaFolder.defaultFolder`.`id` WHERE (((`media`.`private` = ? OR (`media`.`private` = ? AND `media.mediaFolder.defaultFolder`.`entity` = ?)))) AND (`media`.`id` IN (?, ?, ?, ?, ?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  false
  true
  "product_download"
  b"\x01É0\x12¬t~\x02ò5╣'h,W¯"
  b"\x01É0\x1Aü²w\tÀÿéK³Y}0"
  b"\x01É0\eܵqx┤þ0{SÎý╦"
  b"­[Ûù╩´Eéö&ÅëæC\x00O"
  b"\x01\x7FOšEs|°V{^Ö\x06#h"
]
106 0.57 ms
SELECT LOWER(HEX(language.id)) AS array_key, LOWER(HEX(language.id)) AS id, locale.code, LOWER(HEX(language.parent_id)) parentId FROM language LEFT JOIN locale locale ON language.translation_code_id = locale.id
Parameters:
[]
107 0.24 ms
SELECT LOWER(HEX(id)) FROM snippet_set WHERE iso = ?
Parameters:
[
  "de-DE"
]
108 0.22 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters:
[
  b"´¦=\x19Õ¯KUÉìáýıPÚ9"
]
109 0.36 ms
SELECT LOWER(HEX(theme.id)) themeId, theme.technical_name AS themeName, parentTheme.technical_name AS parentThemeName
            FROM sales_channel
                LEFT JOIN theme_sales_channel ON sales_channel.id = theme_sales_channel.sales_channel_id
                LEFT JOIN theme ON theme_sales_channel.theme_id = theme.id
                LEFT JOIN theme AS parentTheme ON parentTheme.id = theme.parent_theme_id
            WHERE sales_channel.id = ?
Parameters:
[
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
]
110 0.25 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
111 0.26 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
112 0.19 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
113 0.21 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
114 0.19 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
115 0.19 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
116 0.19 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
117 0.21 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
118 0.18 ms
SELECT `base_class` AS `baseClass`, `author`
                FROM `plugin`
Parameters:
[]
119 0.46 ms
SELECT translation_key, value FROM snippet WHERE snippet_set_id = ?
Parameters:
[
  b"´¦=\x19Õ¯KUÉìáýıPÚ9"
]
120 1.15 ms
# breadcrumb-extension::read
SELECT `category`.`id` AS `category.id`, `category`.`version_id` AS `category.versionId`, `category`.`parent_id` AS `category.parentId`, `category`.`parent_version_id` AS `category.parentVersionId`, `category`.`after_category_id` AS `category.afterCategoryId`, `category`.`after_category_version_id` AS `category.afterCategoryVersionId`, `category`.`media_id` AS `category.mediaId`, `category`.`display_nested_products` AS `category.displayNestedProducts`, `category`.`auto_increment` AS `category.autoIncrement`, `category`.`level` AS `category.level`, `category`.`path` AS `category.path`, `category`.`child_count` AS `category.childCount`, `category`.`type` AS `category.type`, `category`.`product_assignment_type` AS `category.productAssignmentType`, `category`.`visible` AS `category.visible`, `category`.`active` AS `category.active`, `category`.`cms_page_id` AS `category.cmsPageId`, `category`.`cms_page_version_id` AS `category.cmsPageVersionId`, `category`.`product_stream_id` AS `category.productStreamId`, `category`.`custom_entity_type_id` AS `category.customEntityTypeId`, `category`.`created_at` AS `category.createdAt`, `category`.`updated_at` AS `category.updatedAt`, `category.translation.name`, COALESCE(`category.translation.name`,`category.translation.name`) AS `category.name`, `category.translation.breadcrumb`, COALESCE(`category.translation.breadcrumb`,`category.translation.breadcrumb`) AS `category.breadcrumb`, `category.translation.slotConfig`, COALESCE(`category.translation.slotConfig`,`category.translation.slotConfig`) AS `category.slotConfig`, `category.translation.linkType`, COALESCE(`category.translation.linkType`,`category.translation.linkType`) AS `category.linkType`, `category.translation.internalLink`, COALESCE(`category.translation.internalLink`,`category.translation.internalLink`) AS `category.internalLink`, `category.translation.externalLink`, COALESCE(`category.translation.externalLink`,`category.translation.externalLink`) AS `category.externalLink`, `category.translation.linkNewTab`, COALESCE(`category.translation.linkNewTab`,`category.translation.linkNewTab`) AS `category.linkNewTab`, `category.translation.description`, COALESCE(`category.translation.description`,`category.translation.description`) AS `category.description`, `category.translation.metaTitle`, COALESCE(`category.translation.metaTitle`,`category.translation.metaTitle`) AS `category.metaTitle`, `category.translation.metaDescription`, COALESCE(`category.translation.metaDescription`,`category.translation.metaDescription`) AS `category.metaDescription`, `category.translation.keywords`, COALESCE(`category.translation.keywords`,`category.translation.keywords`) AS `category.keywords`, `category.translation.customFields`, COALESCE(`category.translation.customFields`,`category.translation.customFields`) AS `category.customFields`, `category.translation.createdAt`, `category.translation.updatedAt`, `category.translation.categoryId`, `category.translation.languageId`, `category.translation.categoryVersionId` FROM `category` LEFT JOIN (SELECT `category.translation`.category_id, `category.translation`.category_version_id, `category.translation`.name AS `category.translation.name`, `category.translation`.breadcrumb AS `category.translation.breadcrumb`, `category.translation`.slot_config AS `category.translation.slotConfig`, `category.translation`.link_type AS `category.translation.linkType`, `category.translation`.internal_link AS `category.translation.internalLink`, `category.translation`.external_link AS `category.translation.externalLink`, `category.translation`.link_new_tab AS `category.translation.linkNewTab`, `category.translation`.description AS `category.translation.description`, `category.translation`.meta_title AS `category.translation.metaTitle`, `category.translation`.meta_description AS `category.translation.metaDescription`, `category.translation`.keywords AS `category.translation.keywords`, `category.translation`.custom_fields AS `category.translation.customFields`, `category.translation`.created_at AS `category.translation.createdAt`, `category.translation`.updated_at AS `category.translation.updatedAt`, `category.translation`.category_id AS `category.translation.categoryId`, `category.translation`.language_id AS `category.translation.languageId`, `category.translation`.category_version_id AS `category.translation.categoryVersionId` FROM `category_translation` `category.translation` WHERE `category.translation`.language_id = ?) `category.category_translation` ON `category.category_translation`.`category_id` = `category`.`id` AND `category.category_translation`.category_version_id = `category`.version_id WHERE (`category`.`version_id` = ?) AND (`category`.`id` IN (?))
Parameters:
[
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x0F©\x1CãéjK¾KÙÎu,4%"
  b"\x01É0%ô°{#┤l8ø\x1E▓qI"
]
121 0.93 ms
# seo_url::replacement
SELECT seo_path_info, path_info, sales_channel_id FROM seo_url WHERE (seo_url.is_canonical = 1) AND (seo_url.path_info IN (?, ?)) AND (seo_url.language_id = ?) AND (seo_url.sales_channel_id = ? OR seo_url.sales_channel_id IS NULL) AND (seo_url.is_deleted = 0)
Parameters:
[
  "/detail/0192d296c34f71a88604a3b1f7e09d0f"
  "/navigation/0190302593f87b23b46c389b1eb27149"
  b"/»_ââšMpªXTÎ|ãâ\v"
  b"\x01É/¸\\x1A\x7F\x13×CßP6\x07ßL"
]
122 0.46 ms
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`.`areas` AS `rule.areas`, `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 (?, ?, ?, ?, ?, ?)
Parameters:
[
  b"%VÀ3ݼAжõÞŒ;ƒ>÷"
  b"Œõ`1hŒN0£§\x1Aã†<\x158"
  b"ªßñ\x00\x0E\x0FIäòNÅ\x11<\x10"
  b"\x01ôSÅ\x03▀r─▒`Å»NZ<µ"
  b"\x01–b¡|9sZ”â\x17\x18™k˜¨"
  b"¶IZ¿\x14\x0FKñƒPâ-<½É\x0E"
]

Database Connections

Name Service
0 default

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.