19.84 ms (11.67%)
1
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"""
d«·rÈøG\x04 ”\n
ÂÎVä\n
ð
"""
]
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 = 0x64ABB772C8F84704940AC2CE56E40AF0
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
11.84 ms (6.96%)
1
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` . `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.override_1.shortName` , `sales_channel.currency.translation.shortName` , COALESCE (`sales_channel.currency.translation.override_1.shortName` , `sales_channel.currency.translation.shortName` ) as `sales_channel.currency.shortName` , `sales_channel.currency.translation.override_1.name` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.override_1.name` , `sales_channel.currency.translation.name` ) as `sales_channel.currency.name` , `sales_channel.currency.translation.override_1.customFields` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.override_1.customFields` , `sales_channel.currency.translation.customFields` ) as `sales_channel.currency.customFields` , `sales_channel.translation.override_1.name` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.override_1.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.override_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.override_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.override_1.homeEnabled` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.override_1.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.override_1.homeName` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.override_1.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.override_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.override_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.override_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.override_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.override_1.homeKeywords` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.override_1.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.override_1.customFields` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.override_1.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation.override_1` . `name` as `sales_channel.translation.override_1.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation.override_1` . `custom_fields` as `sales_channel.translation.override_1.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.override_1` . `home_slot_config` as `sales_channel.translation.override_1.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation.override_1` . `home_enabled` as `sales_channel.translation.override_1.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation.override_1` . `home_name` as `sales_channel.translation.override_1.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.override_1` . `home_meta_title` as `sales_channel.translation.override_1.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.override_1` . `home_meta_description` as `sales_channel.translation.override_1.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` , `sales_channel.translation.override_1` . `home_keywords` as `sales_channel.translation.override_1.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.override_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.override_1` . `sales_channel_id` AND `sales_channel.translation.override_1` . `language_id` = ? 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 (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.override_1` . `short_name` as `sales_channel.currency.translation.override_1.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation.override_1` . `name` as `sales_channel.currency.translation.override_1.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.override_1` . `custom_fields` as `sales_channel.currency.translation.override_1.customFields` FROM `currency_translation` `sales_channel.currency.translation` LEFT JOIN `currency_translation` `sales_channel.currency.translation.override_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.override_1` . `currency_id` AND `sales_channel.currency.translation.override_1` . `language_id` = ? 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"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
d«·rÈøG\x04 ”\n
ÂÎVä\n
ð
"""
]
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` . `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.override_1.shortName` ,
`sales_channel.currency.translation.shortName` ,
COALESCE (
`sales_channel.currency.translation.override_1.shortName` ,
`sales_channel.currency.translation.shortName`
) as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.override_1.name` ,
`sales_channel.currency.translation.name` ,
COALESCE (
`sales_channel.currency.translation.override_1.name` ,
`sales_channel.currency.translation.name`
) as `sales_channel.currency.name` ,
`sales_channel.currency.translation.override_1.customFields` ,
`sales_channel.currency.translation.customFields` ,
COALESCE (
`sales_channel.currency.translation.override_1.customFields` ,
`sales_channel.currency.translation.customFields`
) as `sales_channel.currency.customFields` ,
`sales_channel.translation.override_1.name` ,
`sales_channel.translation.name` ,
COALESCE (
`sales_channel.translation.override_1.name` ,
`sales_channel.translation.name`
) as `sales_channel.name` ,
`sales_channel.translation.override_1.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` ,
COALESCE (
`sales_channel.translation.override_1.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig`
) as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.override_1.homeEnabled` ,
`sales_channel.translation.homeEnabled` ,
COALESCE (
`sales_channel.translation.override_1.homeEnabled` ,
`sales_channel.translation.homeEnabled`
) as `sales_channel.homeEnabled` ,
`sales_channel.translation.override_1.homeName` ,
`sales_channel.translation.homeName` ,
COALESCE (
`sales_channel.translation.override_1.homeName` ,
`sales_channel.translation.homeName`
) as `sales_channel.homeName` ,
`sales_channel.translation.override_1.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` ,
COALESCE (
`sales_channel.translation.override_1.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle`
) as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.override_1.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` ,
COALESCE (
`sales_channel.translation.override_1.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription`
) as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.override_1.homeKeywords` ,
`sales_channel.translation.homeKeywords` ,
COALESCE (
`sales_channel.translation.override_1.homeKeywords` ,
`sales_channel.translation.homeKeywords`
) as `sales_channel.homeKeywords` ,
`sales_channel.translation.override_1.customFields` ,
`sales_channel.translation.customFields` ,
COALESCE (
`sales_channel.translation.override_1.customFields` ,
`sales_channel.translation.customFields`
) as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation.override_1` . `name` as `sales_channel.translation.override_1.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation.override_1` . `custom_fields` as `sales_channel.translation.override_1.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.override_1` . `home_slot_config` as `sales_channel.translation.override_1.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation.override_1` . `home_enabled` as `sales_channel.translation.override_1.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation.override_1` . `home_name` as `sales_channel.translation.override_1.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.override_1` . `home_meta_title` as `sales_channel.translation.override_1.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.override_1` . `home_meta_description` as `sales_channel.translation.override_1.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` ,
`sales_channel.translation.override_1` . `home_keywords` as `sales_channel.translation.override_1.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
LEFT JOIN `sales_channel_translation` `sales_channel.translation.override_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.override_1` . `sales_channel_id`
AND `sales_channel.translation.override_1` . `language_id` = ?
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 (
SELECT
`sales_channel.currency.translation` . `currency_id` ,
`sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.override_1` . `short_name` as `sales_channel.currency.translation.override_1.shortName` ,
`sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.override_1` . `name` as `sales_channel.currency.translation.override_1.name` ,
`sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.override_1` . `custom_fields` as `sales_channel.currency.translation.override_1.customFields`
FROM
`currency_translation` `sales_channel.currency.translation`
LEFT JOIN `currency_translation` `sales_channel.currency.translation.override_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.override_1` . `currency_id`
AND `sales_channel.currency.translation.override_1` . `language_id` = ?
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 (? )
Copy
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` . `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.override_1.shortName` , `sales_channel.currency.translation.shortName` , COALESCE (`sales_channel.currency.translation.override_1.shortName` , `sales_channel.currency.translation.shortName` ) as `sales_channel.currency.shortName` , `sales_channel.currency.translation.override_1.name` , `sales_channel.currency.translation.name` , COALESCE (`sales_channel.currency.translation.override_1.name` , `sales_channel.currency.translation.name` ) as `sales_channel.currency.name` , `sales_channel.currency.translation.override_1.customFields` , `sales_channel.currency.translation.customFields` , COALESCE (`sales_channel.currency.translation.override_1.customFields` , `sales_channel.currency.translation.customFields` ) as `sales_channel.currency.customFields` , `sales_channel.translation.override_1.name` , `sales_channel.translation.name` , COALESCE (`sales_channel.translation.override_1.name` , `sales_channel.translation.name` ) as `sales_channel.name` , `sales_channel.translation.override_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` , COALESCE (`sales_channel.translation.override_1.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` ) as `sales_channel.homeSlotConfig` , `sales_channel.translation.override_1.homeEnabled` , `sales_channel.translation.homeEnabled` , COALESCE (`sales_channel.translation.override_1.homeEnabled` , `sales_channel.translation.homeEnabled` ) as `sales_channel.homeEnabled` , `sales_channel.translation.override_1.homeName` , `sales_channel.translation.homeName` , COALESCE (`sales_channel.translation.override_1.homeName` , `sales_channel.translation.homeName` ) as `sales_channel.homeName` , `sales_channel.translation.override_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` , COALESCE (`sales_channel.translation.override_1.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` ) as `sales_channel.homeMetaTitle` , `sales_channel.translation.override_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` , COALESCE (`sales_channel.translation.override_1.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` ) as `sales_channel.homeMetaDescription` , `sales_channel.translation.override_1.homeKeywords` , `sales_channel.translation.homeKeywords` , COALESCE (`sales_channel.translation.override_1.homeKeywords` , `sales_channel.translation.homeKeywords` ) as `sales_channel.homeKeywords` , `sales_channel.translation.override_1.customFields` , `sales_channel.translation.customFields` , COALESCE (`sales_channel.translation.override_1.customFields` , `sales_channel.translation.customFields` ) as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation.override_1` . `name` as `sales_channel.translation.override_1.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation.override_1` . `custom_fields` as `sales_channel.translation.override_1.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.override_1` . `home_slot_config` as `sales_channel.translation.override_1.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation.override_1` . `home_enabled` as `sales_channel.translation.override_1.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation.override_1` . `home_name` as `sales_channel.translation.override_1.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.override_1` . `home_meta_title` as `sales_channel.translation.override_1.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.override_1` . `home_meta_description` as `sales_channel.translation.override_1.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` , `sales_channel.translation.override_1` . `home_keywords` as `sales_channel.translation.override_1.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` LEFT JOIN `sales_channel_translation` `sales_channel.translation.override_1` ON `sales_channel.translation` . `sales_channel_id` = `sales_channel.translation.override_1` . `sales_channel_id` AND `sales_channel.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `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.override_1` . `short_name` as `sales_channel.currency.translation.override_1.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation.override_1` . `name` as `sales_channel.currency.translation.override_1.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.override_1` . `custom_fields` as `sales_channel.currency.translation.override_1.customFields` FROM `currency_translation` `sales_channel.currency.translation` LEFT JOIN `currency_translation` `sales_channel.currency.translation.override_1` ON `sales_channel.currency.translation` . `currency_id` = `sales_channel.currency.translation.override_1` . `currency_id` AND `sales_channel.currency.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `sales_channel.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0x64ABB772C8F84704940AC2CE56E40AF0 );
Copy
8.67 ms (5.10%)
1
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` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , 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` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `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.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.ncProductRedirect` . `id` as `product.ncProductRedirect.id` , `product.ncProductRedirect` . `source_product_id` as `product.ncProductRedirect.sourceProductId` , `product.ncProductRedirect` . `source_product_version_id` as `product.ncProductRedirect.sourceProductVersionId` , `product.ncProductRedirect` . `target_product_id` as `product.ncProductRedirect.targetProductId` , `product.ncProductRedirect` . `target_product_version_id` as `product.ncProductRedirect.targetProductVersionId` , `product.ncProductRedirect` . `created_at` as `product.ncProductRedirect.createdAt` , `product.ncProductRedirect` . `updated_at` as `product.ncProductRedirect.updatedAt` , `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` . `file_hash` as `product.cover.media.fileHash` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.override_1.title` , `product.cover.media.translation.title` , COALESCE (`product.cover.media.translation.override_1.title` , `product.cover.media.translation.title` ) as `product.cover.media.title` , `product.cover.media.translation.override_1.alt` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.override_1.alt` , `product.cover.media.translation.alt` ) as `product.cover.media.alt` , `product.cover.media.translation.override_1.customFields` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.override_1.customFields` , `product.cover.media.translation.customFields` ) as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , (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` , `product.featureSet` . `id` as `product.featureSet.id` , `product.featureSet` . `features` as `product.featureSet.features` , `product.featureSet` . `created_at` as `product.featureSet.createdAt` , `product.featureSet` . `updated_at` as `product.featureSet.updatedAt` , `product.featureSet.translation.override_1.name` , `product.featureSet.translation.name` , COALESCE (`product.featureSet.translation.override_1.name` , `product.featureSet.translation.name` ) as `product.featureSet.name` , `product.featureSet.translation.override_1.description` , `product.featureSet.translation.description` , COALESCE (`product.featureSet.translation.override_1.description` , `product.featureSet.translation.description` ) as `product.featureSet.description` , (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.override_1.shortCode` , `product.unit.translation.shortCode` , COALESCE (`product.unit.translation.override_1.shortCode` , `product.unit.translation.shortCode` ) as `product.unit.shortCode` , `product.unit.translation.override_1.name` , `product.unit.translation.name` , COALESCE (`product.unit.translation.override_1.name` , `product.unit.translation.name` ) as `product.unit.name` , `product.unit.translation.override_1.customFields` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.override_1.customFields` , `product.unit.translation.customFields` ) as `product.unit.customFields` , `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.override_1.name` , `product.deliveryTime.translation.name` , COALESCE (`product.deliveryTime.translation.override_1.name` , `product.deliveryTime.translation.name` ) as `product.deliveryTime.name` , `product.deliveryTime.translation.override_1.customFields` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.override_1.customFields` , `product.deliveryTime.translation.customFields` ) as `product.deliveryTime.customFields` , `product.translation.override_1.metaDescription` , `product.parent.translation.override_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.override_1.metaDescription` , `product.parent.translation.override_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.override_1.name` , `product.parent.translation.override_1.name` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.override_1.name` , `product.parent.translation.override_1.name` , `product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.override_1.keywords` , `product.parent.translation.override_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.override_1.keywords` , `product.parent.translation.override_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.override_1.description` , `product.parent.translation.override_1.description` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.override_1.description` , `product.parent.translation.override_1.description` , `product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.override_1.metaTitle` , `product.parent.translation.override_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.override_1.metaTitle` , `product.parent.translation.override_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.override_1.packUnit` , `product.parent.translation.override_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.override_1.packUnit` , `product.parent.translation.override_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.override_1.packUnitPlural` , `product.parent.translation.override_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.override_1.packUnitPlural` , `product.parent.translation.override_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.override_1.customSearchKeywords` , `product.parent.translation.override_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.override_1.customSearchKeywords` , `product.parent.translation.override_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.override_1.slotConfig` , `product.parent.translation.override_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.override_1.slotConfig` , `product.parent.translation.override_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.override_1.customFields` , `product.parent.translation.override_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.override_1.customFields` , `product.parent.translation.override_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` 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 `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `netcon_product_redirect` `product.ncProductRedirect` ON `product` . `id` = `product.ncProductRedirect` . `source_product_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 `product_feature_set` `product.featureSet` ON `product` . `featureSet` = `product.featureSet` . `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 (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation.override_1` . `meta_description` as `product.translation.override_1.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation.override_1` . `name` as `product.translation.override_1.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation.override_1` . `keywords` as `product.translation.override_1.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation.override_1` . `description` as `product.translation.override_1.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation.override_1` . `meta_title` as `product.translation.override_1.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation.override_1` . `pack_unit` as `product.translation.override_1.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation.override_1` . `pack_unit_plural` as `product.translation.override_1.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation.override_1` . `custom_fields` as `product.translation.override_1.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation.override_1` . `slot_config` as `product.translation.override_1.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` , `product.translation.override_1` . `custom_search_keywords` as `product.translation.override_1.customSearchKeywords` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.override_1` ON `product.translation` . `product_id` = `product.translation.override_1` . `product_id` AND `product.translation.override_1` . `language_id` = ? AND `product.translation` . `product_version_id` = `product.translation.override_1` . `product_version_id` 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.override_1` . `meta_description` as `product.parent.translation.override_1.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation.override_1` . `name` as `product.parent.translation.override_1.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation.override_1` . `keywords` as `product.parent.translation.override_1.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation.override_1` . `description` as `product.parent.translation.override_1.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation.override_1` . `meta_title` as `product.parent.translation.override_1.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation.override_1` . `pack_unit` as `product.parent.translation.override_1.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation.override_1` . `pack_unit_plural` as `product.parent.translation.override_1.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation.override_1` . `custom_fields` as `product.parent.translation.override_1.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation.override_1` . `slot_config` as `product.parent.translation.override_1.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` , `product.parent.translation.override_1` . `custom_search_keywords` as `product.parent.translation.override_1.customSearchKeywords` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.override_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.override_1` . `product_id` AND `product.parent.translation.override_1` . `language_id` = ? AND `product.parent.translation` . `product_version_id` = `product.parent.translation.override_1` . `product_version_id` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_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` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation.override_1` . `alt` as `product.cover.media.translation.override_1.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation.override_1` . `title` as `product.cover.media.translation.override_1.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` , `product.cover.media.translation.override_1` . `custom_fields` as `product.cover.media.translation.override_1.customFields` FROM `media_translation` `product.cover.media.translation` LEFT JOIN `media_translation` `product.cover.media.translation.override_1` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.override_1` . `media_id` AND `product.cover.media.translation.override_1` . `language_id` = ? WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.featureSet.translation` . `product_feature_set_id` , `product.featureSet.translation` . `name` as `product.featureSet.translation.name` , `product.featureSet.translation.override_1` . `name` as `product.featureSet.translation.override_1.name` , `product.featureSet.translation` . `description` as `product.featureSet.translation.description` , `product.featureSet.translation.override_1` . `description` as `product.featureSet.translation.override_1.description` FROM `product_feature_set_translation` `product.featureSet.translation` LEFT JOIN `product_feature_set_translation` `product.featureSet.translation.override_1` ON `product.featureSet.translation` . `product_feature_set_id` = `product.featureSet.translation.override_1` . `product_feature_set_id` AND `product.featureSet.translation.override_1` . `language_id` = ? WHERE `product.featureSet.translation` . `language_id` = ? ) `product.featureSet.product_feature_set_translation` ON `product.featureSet.product_feature_set_translation` . `product_feature_set_id` = `product.featureSet` . `id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation.override_1` . `short_code` as `product.unit.translation.override_1.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation.override_1` . `name` as `product.unit.translation.override_1.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` , `product.unit.translation.override_1` . `custom_fields` as `product.unit.translation.override_1.customFields` FROM `unit_translation` `product.unit.translation` LEFT JOIN `unit_translation` `product.unit.translation.override_1` ON `product.unit.translation` . `unit_id` = `product.unit.translation.override_1` . `unit_id` AND `product.unit.translation.override_1` . `language_id` = ? 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.override_1` . `name` as `product.deliveryTime.translation.override_1.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.override_1` . `custom_fields` as `product.deliveryTime.translation.override_1.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.override_1` ON `product.deliveryTime.translation` . `delivery_time_id` = `product.deliveryTime.translation.override_1` . `delivery_time_id` AND `product.deliveryTime.translation.override_1` . `language_id` = ? WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? ))
Parameters :
[
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ’°üÝ·sÒ˜-OôSe¨ý "
]
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` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
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` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`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.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.ncProductRedirect` . `id` as `product.ncProductRedirect.id` ,
`product.ncProductRedirect` . `source_product_id` as `product.ncProductRedirect.sourceProductId` ,
`product.ncProductRedirect` . `source_product_version_id` as `product.ncProductRedirect.sourceProductVersionId` ,
`product.ncProductRedirect` . `target_product_id` as `product.ncProductRedirect.targetProductId` ,
`product.ncProductRedirect` . `target_product_version_id` as `product.ncProductRedirect.targetProductVersionId` ,
`product.ncProductRedirect` . `created_at` as `product.ncProductRedirect.createdAt` ,
`product.ncProductRedirect` . `updated_at` as `product.ncProductRedirect.updatedAt` ,
`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` . `file_hash` as `product.cover.media.fileHash` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.override_1.title` ,
`product.cover.media.translation.title` ,
COALESCE (
`product.cover.media.translation.override_1.title` ,
`product.cover.media.translation.title`
) as `product.cover.media.title` ,
`product.cover.media.translation.override_1.alt` ,
`product.cover.media.translation.alt` ,
COALESCE (
`product.cover.media.translation.override_1.alt` ,
`product.cover.media.translation.alt`
) as `product.cover.media.alt` ,
`product.cover.media.translation.override_1.customFields` ,
`product.cover.media.translation.customFields` ,
COALESCE (
`product.cover.media.translation.override_1.customFields` ,
`product.cover.media.translation.customFields`
) as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
(
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` ,
`product.featureSet` . `id` as `product.featureSet.id` ,
`product.featureSet` . `features` as `product.featureSet.features` ,
`product.featureSet` . `created_at` as `product.featureSet.createdAt` ,
`product.featureSet` . `updated_at` as `product.featureSet.updatedAt` ,
`product.featureSet.translation.override_1.name` ,
`product.featureSet.translation.name` ,
COALESCE (
`product.featureSet.translation.override_1.name` ,
`product.featureSet.translation.name`
) as `product.featureSet.name` ,
`product.featureSet.translation.override_1.description` ,
`product.featureSet.translation.description` ,
COALESCE (
`product.featureSet.translation.override_1.description` ,
`product.featureSet.translation.description`
) as `product.featureSet.description` ,
(
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.override_1.shortCode` ,
`product.unit.translation.shortCode` ,
COALESCE (
`product.unit.translation.override_1.shortCode` ,
`product.unit.translation.shortCode`
) as `product.unit.shortCode` ,
`product.unit.translation.override_1.name` ,
`product.unit.translation.name` ,
COALESCE (
`product.unit.translation.override_1.name` ,
`product.unit.translation.name`
) as `product.unit.name` ,
`product.unit.translation.override_1.customFields` ,
`product.unit.translation.customFields` ,
COALESCE (
`product.unit.translation.override_1.customFields` ,
`product.unit.translation.customFields`
) as `product.unit.customFields` ,
`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.override_1.name` ,
`product.deliveryTime.translation.name` ,
COALESCE (
`product.deliveryTime.translation.override_1.name` ,
`product.deliveryTime.translation.name`
) as `product.deliveryTime.name` ,
`product.deliveryTime.translation.override_1.customFields` ,
`product.deliveryTime.translation.customFields` ,
COALESCE (
`product.deliveryTime.translation.override_1.customFields` ,
`product.deliveryTime.translation.customFields`
) as `product.deliveryTime.customFields` ,
`product.translation.override_1.metaDescription` ,
`product.parent.translation.override_1.metaDescription` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.override_1.metaDescription` ,
`product.parent.translation.override_1.metaDescription` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.override_1.name` ,
`product.parent.translation.override_1.name` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.override_1.name` ,
`product.parent.translation.override_1.name` ,
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.override_1.keywords` ,
`product.parent.translation.override_1.keywords` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.override_1.keywords` ,
`product.parent.translation.override_1.keywords` ,
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.override_1.description` ,
`product.parent.translation.override_1.description` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.override_1.description` ,
`product.parent.translation.override_1.description` ,
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.override_1.metaTitle` ,
`product.parent.translation.override_1.metaTitle` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.override_1.metaTitle` ,
`product.parent.translation.override_1.metaTitle` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.override_1.packUnit` ,
`product.parent.translation.override_1.packUnit` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.override_1.packUnit` ,
`product.parent.translation.override_1.packUnit` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.override_1.packUnitPlural` ,
`product.parent.translation.override_1.packUnitPlural` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.override_1.packUnitPlural` ,
`product.parent.translation.override_1.packUnitPlural` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.override_1.customSearchKeywords` ,
`product.parent.translation.override_1.customSearchKeywords` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.override_1.customSearchKeywords` ,
`product.parent.translation.override_1.customSearchKeywords` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.override_1.slotConfig` ,
`product.parent.translation.override_1.slotConfig` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.override_1.slotConfig` ,
`product.parent.translation.override_1.slotConfig` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.override_1.customFields` ,
`product.parent.translation.override_1.customFields` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.override_1.customFields` ,
`product.parent.translation.override_1.customFields` ,
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
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 `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `netcon_product_redirect` `product.ncProductRedirect` ON `product` . `id` = `product.ncProductRedirect` . `source_product_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 `product_feature_set` `product.featureSet` ON `product` . `featureSet` = `product.featureSet` . `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 (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation.override_1` . `meta_description` as `product.translation.override_1.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation.override_1` . `name` as `product.translation.override_1.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation.override_1` . `keywords` as `product.translation.override_1.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation.override_1` . `description` as `product.translation.override_1.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation.override_1` . `meta_title` as `product.translation.override_1.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation.override_1` . `pack_unit` as `product.translation.override_1.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation.override_1` . `pack_unit_plural` as `product.translation.override_1.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation.override_1` . `custom_fields` as `product.translation.override_1.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation.override_1` . `slot_config` as `product.translation.override_1.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` ,
`product.translation.override_1` . `custom_search_keywords` as `product.translation.override_1.customSearchKeywords`
FROM
`product_translation` `product.translation`
LEFT JOIN `product_translation` `product.translation.override_1` ON `product.translation` . `product_id` = `product.translation.override_1` . `product_id`
AND `product.translation.override_1` . `language_id` = ?
AND `product.translation` . `product_version_id` = `product.translation.override_1` . `product_version_id`
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.override_1` . `meta_description` as `product.parent.translation.override_1.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation.override_1` . `name` as `product.parent.translation.override_1.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation.override_1` . `keywords` as `product.parent.translation.override_1.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation.override_1` . `description` as `product.parent.translation.override_1.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation.override_1` . `meta_title` as `product.parent.translation.override_1.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation.override_1` . `pack_unit` as `product.parent.translation.override_1.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation.override_1` . `pack_unit_plural` as `product.parent.translation.override_1.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation.override_1` . `custom_fields` as `product.parent.translation.override_1.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation.override_1` . `slot_config` as `product.parent.translation.override_1.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` ,
`product.parent.translation.override_1` . `custom_search_keywords` as `product.parent.translation.override_1.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
LEFT JOIN `product_translation` `product.parent.translation.override_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.override_1` . `product_id`
AND `product.parent.translation.override_1` . `language_id` = ?
AND `product.parent.translation` . `product_version_id` = `product.parent.translation.override_1` . `product_version_id`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_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` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation.override_1` . `alt` as `product.cover.media.translation.override_1.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation.override_1` . `title` as `product.cover.media.translation.override_1.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` ,
`product.cover.media.translation.override_1` . `custom_fields` as `product.cover.media.translation.override_1.customFields`
FROM
`media_translation` `product.cover.media.translation`
LEFT JOIN `media_translation` `product.cover.media.translation.override_1` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.override_1` . `media_id`
AND `product.cover.media.translation.override_1` . `language_id` = ?
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.featureSet.translation` . `product_feature_set_id` ,
`product.featureSet.translation` . `name` as `product.featureSet.translation.name` ,
`product.featureSet.translation.override_1` . `name` as `product.featureSet.translation.override_1.name` ,
`product.featureSet.translation` . `description` as `product.featureSet.translation.description` ,
`product.featureSet.translation.override_1` . `description` as `product.featureSet.translation.override_1.description`
FROM
`product_feature_set_translation` `product.featureSet.translation`
LEFT JOIN `product_feature_set_translation` `product.featureSet.translation.override_1` ON `product.featureSet.translation` . `product_feature_set_id` = `product.featureSet.translation.override_1` . `product_feature_set_id`
AND `product.featureSet.translation.override_1` . `language_id` = ?
WHERE
`product.featureSet.translation` . `language_id` = ?
) `product.featureSet.product_feature_set_translation` ON `product.featureSet.product_feature_set_translation` . `product_feature_set_id` = `product.featureSet` . `id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation.override_1` . `short_code` as `product.unit.translation.override_1.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation.override_1` . `name` as `product.unit.translation.override_1.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` ,
`product.unit.translation.override_1` . `custom_fields` as `product.unit.translation.override_1.customFields`
FROM
`unit_translation` `product.unit.translation`
LEFT JOIN `unit_translation` `product.unit.translation.override_1` ON `product.unit.translation` . `unit_id` = `product.unit.translation.override_1` . `unit_id`
AND `product.unit.translation.override_1` . `language_id` = ?
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.override_1` . `name` as `product.deliveryTime.translation.override_1.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.override_1` . `custom_fields` as `product.deliveryTime.translation.override_1.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.override_1` ON `product.deliveryTime.translation` . `delivery_time_id` = `product.deliveryTime.translation.override_1` . `delivery_time_id`
AND `product.deliveryTime.translation.override_1` . `language_id` = ?
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? )
)
Copy
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` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , 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` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `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.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.ncProductRedirect` . `id` as `product.ncProductRedirect.id` , `product.ncProductRedirect` . `source_product_id` as `product.ncProductRedirect.sourceProductId` , `product.ncProductRedirect` . `source_product_version_id` as `product.ncProductRedirect.sourceProductVersionId` , `product.ncProductRedirect` . `target_product_id` as `product.ncProductRedirect.targetProductId` , `product.ncProductRedirect` . `target_product_version_id` as `product.ncProductRedirect.targetProductVersionId` , `product.ncProductRedirect` . `created_at` as `product.ncProductRedirect.createdAt` , `product.ncProductRedirect` . `updated_at` as `product.ncProductRedirect.updatedAt` , `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` . `file_hash` as `product.cover.media.fileHash` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.override_1.title` , `product.cover.media.translation.title` , COALESCE (`product.cover.media.translation.override_1.title` , `product.cover.media.translation.title` ) as `product.cover.media.title` , `product.cover.media.translation.override_1.alt` , `product.cover.media.translation.alt` , COALESCE (`product.cover.media.translation.override_1.alt` , `product.cover.media.translation.alt` ) as `product.cover.media.alt` , `product.cover.media.translation.override_1.customFields` , `product.cover.media.translation.customFields` , COALESCE (`product.cover.media.translation.override_1.customFields` , `product.cover.media.translation.customFields` ) as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , (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` , `product.featureSet` . `id` as `product.featureSet.id` , `product.featureSet` . `features` as `product.featureSet.features` , `product.featureSet` . `created_at` as `product.featureSet.createdAt` , `product.featureSet` . `updated_at` as `product.featureSet.updatedAt` , `product.featureSet.translation.override_1.name` , `product.featureSet.translation.name` , COALESCE (`product.featureSet.translation.override_1.name` , `product.featureSet.translation.name` ) as `product.featureSet.name` , `product.featureSet.translation.override_1.description` , `product.featureSet.translation.description` , COALESCE (`product.featureSet.translation.override_1.description` , `product.featureSet.translation.description` ) as `product.featureSet.description` , (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.override_1.shortCode` , `product.unit.translation.shortCode` , COALESCE (`product.unit.translation.override_1.shortCode` , `product.unit.translation.shortCode` ) as `product.unit.shortCode` , `product.unit.translation.override_1.name` , `product.unit.translation.name` , COALESCE (`product.unit.translation.override_1.name` , `product.unit.translation.name` ) as `product.unit.name` , `product.unit.translation.override_1.customFields` , `product.unit.translation.customFields` , COALESCE (`product.unit.translation.override_1.customFields` , `product.unit.translation.customFields` ) as `product.unit.customFields` , `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.override_1.name` , `product.deliveryTime.translation.name` , COALESCE (`product.deliveryTime.translation.override_1.name` , `product.deliveryTime.translation.name` ) as `product.deliveryTime.name` , `product.deliveryTime.translation.override_1.customFields` , `product.deliveryTime.translation.customFields` , COALESCE (`product.deliveryTime.translation.override_1.customFields` , `product.deliveryTime.translation.customFields` ) as `product.deliveryTime.customFields` , `product.translation.override_1.metaDescription` , `product.parent.translation.override_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.override_1.metaDescription` , `product.parent.translation.override_1.metaDescription` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.override_1.name` , `product.parent.translation.override_1.name` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.override_1.name` , `product.parent.translation.override_1.name` , `product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.override_1.keywords` , `product.parent.translation.override_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.override_1.keywords` , `product.parent.translation.override_1.keywords` , `product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.override_1.description` , `product.parent.translation.override_1.description` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.override_1.description` , `product.parent.translation.override_1.description` , `product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.override_1.metaTitle` , `product.parent.translation.override_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.override_1.metaTitle` , `product.parent.translation.override_1.metaTitle` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.override_1.packUnit` , `product.parent.translation.override_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.override_1.packUnit` , `product.parent.translation.override_1.packUnit` , `product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.override_1.packUnitPlural` , `product.parent.translation.override_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.override_1.packUnitPlural` , `product.parent.translation.override_1.packUnitPlural` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.override_1.customSearchKeywords` , `product.parent.translation.override_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.override_1.customSearchKeywords` , `product.parent.translation.override_1.customSearchKeywords` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.override_1.slotConfig` , `product.parent.translation.override_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.override_1.slotConfig` , `product.parent.translation.override_1.slotConfig` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.override_1.customFields` , `product.parent.translation.override_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.override_1.customFields` , `product.parent.translation.override_1.customFields` , `product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` 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 `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `netcon_product_redirect` `product.ncProductRedirect` ON `product` . `id` = `product.ncProductRedirect` . `source_product_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 `product_feature_set` `product.featureSet` ON `product` . `featureSet` = `product.featureSet` . `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 (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation.override_1` . `meta_description` as `product.translation.override_1.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation.override_1` . `name` as `product.translation.override_1.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation.override_1` . `keywords` as `product.translation.override_1.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation.override_1` . `description` as `product.translation.override_1.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation.override_1` . `meta_title` as `product.translation.override_1.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation.override_1` . `pack_unit` as `product.translation.override_1.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation.override_1` . `pack_unit_plural` as `product.translation.override_1.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation.override_1` . `custom_fields` as `product.translation.override_1.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation.override_1` . `slot_config` as `product.translation.override_1.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` , `product.translation.override_1` . `custom_search_keywords` as `product.translation.override_1.customSearchKeywords` FROM `product_translation` `product.translation` LEFT JOIN `product_translation` `product.translation.override_1` ON `product.translation` . `product_id` = `product.translation.override_1` . `product_id` AND `product.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 AND `product.translation` . `product_version_id` = `product.translation.override_1` . `product_version_id` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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.override_1` . `meta_description` as `product.parent.translation.override_1.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation.override_1` . `name` as `product.parent.translation.override_1.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation.override_1` . `keywords` as `product.parent.translation.override_1.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation.override_1` . `description` as `product.parent.translation.override_1.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation.override_1` . `meta_title` as `product.parent.translation.override_1.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation.override_1` . `pack_unit` as `product.parent.translation.override_1.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation.override_1` . `pack_unit_plural` as `product.parent.translation.override_1.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation.override_1` . `custom_fields` as `product.parent.translation.override_1.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation.override_1` . `slot_config` as `product.parent.translation.override_1.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` , `product.parent.translation.override_1` . `custom_search_keywords` as `product.parent.translation.override_1.customSearchKeywords` FROM `product_translation` `product.parent.translation` LEFT JOIN `product_translation` `product.parent.translation.override_1` ON `product.parent.translation` . `product_id` = `product.parent.translation.override_1` . `product_id` AND `product.parent.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 AND `product.parent.translation` . `product_version_id` = `product.parent.translation.override_1` . `product_version_id` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_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` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation.override_1` . `alt` as `product.cover.media.translation.override_1.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation.override_1` . `title` as `product.cover.media.translation.override_1.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` , `product.cover.media.translation.override_1` . `custom_fields` as `product.cover.media.translation.override_1.customFields` FROM `media_translation` `product.cover.media.translation` LEFT JOIN `media_translation` `product.cover.media.translation.override_1` ON `product.cover.media.translation` . `media_id` = `product.cover.media.translation.override_1` . `media_id` AND `product.cover.media.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.featureSet.translation` . `product_feature_set_id` , `product.featureSet.translation` . `name` as `product.featureSet.translation.name` , `product.featureSet.translation.override_1` . `name` as `product.featureSet.translation.override_1.name` , `product.featureSet.translation` . `description` as `product.featureSet.translation.description` , `product.featureSet.translation.override_1` . `description` as `product.featureSet.translation.override_1.description` FROM `product_feature_set_translation` `product.featureSet.translation` LEFT JOIN `product_feature_set_translation` `product.featureSet.translation.override_1` ON `product.featureSet.translation` . `product_feature_set_id` = `product.featureSet.translation.override_1` . `product_feature_set_id` AND `product.featureSet.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `product.featureSet.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.featureSet.product_feature_set_translation` ON `product.featureSet.product_feature_set_translation` . `product_feature_set_id` = `product.featureSet` . `id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation.override_1` . `short_code` as `product.unit.translation.override_1.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation.override_1` . `name` as `product.unit.translation.override_1.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` , `product.unit.translation.override_1` . `custom_fields` as `product.unit.translation.override_1.customFields` FROM `unit_translation` `product.unit.translation` LEFT JOIN `unit_translation` `product.unit.translation.override_1` ON `product.unit.translation` . `unit_id` = `product.unit.translation.override_1` . `unit_id` AND `product.unit.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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.override_1` . `name` as `product.deliveryTime.translation.override_1.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.override_1` . `custom_fields` as `product.deliveryTime.translation.override_1.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `product.deliveryTime.translation.override_1` ON `product.deliveryTime.translation` . `delivery_time_id` = `product.deliveryTime.translation.override_1` . `delivery_time_id` AND `product.deliveryTime.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x0192B0FCDDB773D2982D4FF45365A8FD ));
Copy
8.41 ms (4.94%)
1
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.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.override_1.name` , `language.translationCode.translation.name` , COALESCE (`language.translationCode.translation.override_1.name` , `language.translationCode.translation.name` ) as `language.translationCode.name` , `language.translationCode.translation.override_1.territory` , `language.translationCode.translation.territory` , COALESCE (`language.translationCode.translation.override_1.territory` , `language.translationCode.translation.territory` ) as `language.translationCode.territory` , `language.translationCode.translation.override_1.customFields` , `language.translationCode.translation.customFields` , COALESCE (`language.translationCode.translation.override_1.customFields` , `language.translationCode.translation.customFields` ) as `language.translationCode.customFields` , `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.override_1.name` , `language.locale.translation.name` , COALESCE (`language.locale.translation.override_1.name` , `language.locale.translation.name` ) as `language.locale.name` , `language.locale.translation.override_1.territory` , `language.locale.translation.territory` , COALESCE (`language.locale.translation.override_1.territory` , `language.locale.translation.territory` ) as `language.locale.territory` , `language.locale.translation.override_1.customFields` , `language.locale.translation.customFields` , COALESCE (`language.locale.translation.override_1.customFields` , `language.locale.translation.customFields` ) as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation.override_1` . `name` as `language.translationCode.translation.override_1.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation.override_1` . `territory` as `language.translationCode.translation.override_1.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` , `language.translationCode.translation.override_1` . `custom_fields` as `language.translationCode.translation.override_1.customFields` FROM `locale_translation` `language.translationCode.translation` LEFT JOIN `locale_translation` `language.translationCode.translation.override_1` ON `language.translationCode.translation` . `locale_id` = `language.translationCode.translation.override_1` . `locale_id` AND `language.translationCode.translation.override_1` . `language_id` = ? WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation.override_1` . `name` as `language.locale.translation.override_1.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation.override_1` . `territory` as `language.locale.translation.override_1.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` , `language.locale.translation.override_1` . `custom_fields` as `language.locale.translation.override_1.customFields` FROM `locale_translation` `language.locale.translation` LEFT JOIN `locale_translation` `language.locale.translation.override_1` ON `language.locale.translation` . `locale_id` = `language.locale.translation.override_1` . `locale_id` AND `language.locale.translation.override_1` . `language_id` = ? WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = ? )) AND (`language` . `id` IN (? ))
Parameters :
[
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
]
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.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.override_1.name` ,
`language.translationCode.translation.name` ,
COALESCE (
`language.translationCode.translation.override_1.name` ,
`language.translationCode.translation.name`
) as `language.translationCode.name` ,
`language.translationCode.translation.override_1.territory` ,
`language.translationCode.translation.territory` ,
COALESCE (
`language.translationCode.translation.override_1.territory` ,
`language.translationCode.translation.territory`
) as `language.translationCode.territory` ,
`language.translationCode.translation.override_1.customFields` ,
`language.translationCode.translation.customFields` ,
COALESCE (
`language.translationCode.translation.override_1.customFields` ,
`language.translationCode.translation.customFields`
) as `language.translationCode.customFields` ,
`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.override_1.name` ,
`language.locale.translation.name` ,
COALESCE (
`language.locale.translation.override_1.name` ,
`language.locale.translation.name`
) as `language.locale.name` ,
`language.locale.translation.override_1.territory` ,
`language.locale.translation.territory` ,
COALESCE (
`language.locale.translation.override_1.territory` ,
`language.locale.translation.territory`
) as `language.locale.territory` ,
`language.locale.translation.override_1.customFields` ,
`language.locale.translation.customFields` ,
COALESCE (
`language.locale.translation.override_1.customFields` ,
`language.locale.translation.customFields`
) as `language.locale.customFields`
FROM
`language`
LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id`
LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id`
LEFT JOIN (
SELECT
`language.translationCode.translation` . `locale_id` ,
`language.translationCode.translation` . `name` as `language.translationCode.translation.name` ,
`language.translationCode.translation.override_1` . `name` as `language.translationCode.translation.override_1.name` ,
`language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` ,
`language.translationCode.translation.override_1` . `territory` as `language.translationCode.translation.override_1.territory` ,
`language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` ,
`language.translationCode.translation.override_1` . `custom_fields` as `language.translationCode.translation.override_1.customFields`
FROM
`locale_translation` `language.translationCode.translation`
LEFT JOIN `locale_translation` `language.translationCode.translation.override_1` ON `language.translationCode.translation` . `locale_id` = `language.translationCode.translation.override_1` . `locale_id`
AND `language.translationCode.translation.override_1` . `language_id` = ?
WHERE
`language.translationCode.translation` . `language_id` = ?
) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id`
LEFT JOIN (
SELECT
`language.locale.translation` . `locale_id` ,
`language.locale.translation` . `name` as `language.locale.translation.name` ,
`language.locale.translation.override_1` . `name` as `language.locale.translation.override_1.name` ,
`language.locale.translation` . `territory` as `language.locale.translation.territory` ,
`language.locale.translation.override_1` . `territory` as `language.locale.translation.override_1.territory` ,
`language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` ,
`language.locale.translation.override_1` . `custom_fields` as `language.locale.translation.override_1.customFields`
FROM
`locale_translation` `language.locale.translation`
LEFT JOIN `locale_translation` `language.locale.translation.override_1` ON `language.locale.translation` . `locale_id` = `language.locale.translation.override_1` . `locale_id`
AND `language.locale.translation.override_1` . `language_id` = ?
WHERE
`language.locale.translation` . `language_id` = ?
) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id`
WHERE
(
(`language` . `id` = ? )
)
AND (
`language` . `id` IN (? )
)
Copy
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.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.override_1.name` , `language.translationCode.translation.name` , COALESCE (`language.translationCode.translation.override_1.name` , `language.translationCode.translation.name` ) as `language.translationCode.name` , `language.translationCode.translation.override_1.territory` , `language.translationCode.translation.territory` , COALESCE (`language.translationCode.translation.override_1.territory` , `language.translationCode.translation.territory` ) as `language.translationCode.territory` , `language.translationCode.translation.override_1.customFields` , `language.translationCode.translation.customFields` , COALESCE (`language.translationCode.translation.override_1.customFields` , `language.translationCode.translation.customFields` ) as `language.translationCode.customFields` , `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.override_1.name` , `language.locale.translation.name` , COALESCE (`language.locale.translation.override_1.name` , `language.locale.translation.name` ) as `language.locale.name` , `language.locale.translation.override_1.territory` , `language.locale.translation.territory` , COALESCE (`language.locale.translation.override_1.territory` , `language.locale.translation.territory` ) as `language.locale.territory` , `language.locale.translation.override_1.customFields` , `language.locale.translation.customFields` , COALESCE (`language.locale.translation.override_1.customFields` , `language.locale.translation.customFields` ) as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation.override_1` . `name` as `language.translationCode.translation.override_1.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation.override_1` . `territory` as `language.translationCode.translation.override_1.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` , `language.translationCode.translation.override_1` . `custom_fields` as `language.translationCode.translation.override_1.customFields` FROM `locale_translation` `language.translationCode.translation` LEFT JOIN `locale_translation` `language.translationCode.translation.override_1` ON `language.translationCode.translation` . `locale_id` = `language.translationCode.translation.override_1` . `locale_id` AND `language.translationCode.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation.override_1` . `name` as `language.locale.translation.override_1.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation.override_1` . `territory` as `language.locale.translation.override_1.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` , `language.locale.translation.override_1` . `custom_fields` as `language.locale.translation.override_1.customFields` FROM `locale_translation` `language.locale.translation` LEFT JOIN `locale_translation` `language.locale.translation.override_1` ON `language.locale.translation` . `locale_id` = `language.locale.translation.override_1` . `locale_id` AND `language.locale.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 )) AND (`language` . `id` IN (0x3DAE5EFFD0F34330A2D6972FF979EBD2 ));
Copy
8.09 ms (4.76%)
1
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = ? )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (? )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id`
Parameters :
[
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"""
d«·rÈøG\x04 ”\n
ÂÎVä\n
ð
"""
]
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (0x64ABB772C8F84704940AC2CE56E40AF0 )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
7.48 ms (4.40%)
1
SELECT LOWER (HEX (id )) as id , IFNULL (updated_at , created_at ) FROM product WHERE id IN (? ) AND version_id = ?
Parameters :
[
b"\x01 ’°üÝ·sÒ˜-OôSe¨ý "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
]
SELECT LOWER (HEX (id )) as id , IFNULL (updated_at , created_at ) FROM product WHERE id IN (0x0192B0FCDDB773D2982D4FF45365A8FD ) AND version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ;
Copy
6.39 ms (3.76%)
5
SELECT `state_machine_state` . `id` as `state_machine_state.id` , `state_machine_state` . `technical_name` as `state_machine_state.technicalName` , `state_machine_state` . `state_machine_id` as `state_machine_state.stateMachineId` , `state_machine_state` . `created_at` as `state_machine_state.createdAt` , `state_machine_state` . `updated_at` as `state_machine_state.updatedAt` , `state_machine_state.stateMachine` . `id` as `state_machine_state.stateMachine.id` , `state_machine_state.stateMachine` . `technical_name` as `state_machine_state.stateMachine.technicalName` , `state_machine_state.stateMachine` . `initial_state_id` as `state_machine_state.stateMachine.initialStateId` , `state_machine_state.stateMachine` . `created_at` as `state_machine_state.stateMachine.createdAt` , `state_machine_state.stateMachine` . `updated_at` as `state_machine_state.stateMachine.updatedAt` , `state_machine_state.stateMachine.translation.name` , `state_machine_state.stateMachine.translation.name` as `state_machine_state.stateMachine.name` , `state_machine_state.stateMachine.translation.customFields` , `state_machine_state.stateMachine.translation.customFields` as `state_machine_state.stateMachine.customFields` , `state_machine_state.translation.name` , `state_machine_state.translation.name` as `state_machine_state.name` , `state_machine_state.translation.customFields` , `state_machine_state.translation.customFields` as `state_machine_state.customFields` FROM `state_machine_state` LEFT JOIN `state_machine` `state_machine_state.stateMachine` ON `state_machine_state` . `state_machine_id` = `state_machine_state.stateMachine` . `id` LEFT JOIN (SELECT `state_machine_state.translation` . `state_machine_state_id` , `state_machine_state.translation` . `name` as `state_machine_state.translation.name` , `state_machine_state.translation` . `custom_fields` as `state_machine_state.translation.customFields` FROM `state_machine_state_translation` `state_machine_state.translation` WHERE `state_machine_state.translation` . `language_id` = ? ) `state_machine_state.state_machine_state_translation` ON `state_machine_state.state_machine_state_translation` . `state_machine_state_id` = `state_machine_state` . `id` LEFT JOIN (SELECT `state_machine_state.stateMachine.translation` . `state_machine_id` , `state_machine_state.stateMachine.translation` . `name` as `state_machine_state.stateMachine.translation.name` , `state_machine_state.stateMachine.translation` . `custom_fields` as `state_machine_state.stateMachine.translation.customFields` FROM `state_machine_translation` `state_machine_state.stateMachine.translation` WHERE `state_machine_state.stateMachine.translation` . `language_id` = ? ) `state_machine_state.stateMachine.state_machine_translation` ON `state_machine_state.stateMachine.state_machine_translation` . `state_machine_id` = `state_machine_state.stateMachine` . `id` WHERE (`state_machine_state` . `technical_name` = ? AND `state_machine_state.stateMachine` . `technical_name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
"active "
"netcon_stock_item.state "
]
SELECT `state_machine_state` . `id` as `state_machine_state.id` , `state_machine_state` . `technical_name` as `state_machine_state.technicalName` , `state_machine_state` . `state_machine_id` as `state_machine_state.stateMachineId` , `state_machine_state` . `created_at` as `state_machine_state.createdAt` , `state_machine_state` . `updated_at` as `state_machine_state.updatedAt` , `state_machine_state.stateMachine` . `id` as `state_machine_state.stateMachine.id` , `state_machine_state.stateMachine` . `technical_name` as `state_machine_state.stateMachine.technicalName` , `state_machine_state.stateMachine` . `initial_state_id` as `state_machine_state.stateMachine.initialStateId` , `state_machine_state.stateMachine` . `created_at` as `state_machine_state.stateMachine.createdAt` , `state_machine_state.stateMachine` . `updated_at` as `state_machine_state.stateMachine.updatedAt` , `state_machine_state.stateMachine.translation.name` , `state_machine_state.stateMachine.translation.name` as `state_machine_state.stateMachine.name` , `state_machine_state.stateMachine.translation.customFields` , `state_machine_state.stateMachine.translation.customFields` as `state_machine_state.stateMachine.customFields` , `state_machine_state.translation.name` , `state_machine_state.translation.name` as `state_machine_state.name` , `state_machine_state.translation.customFields` , `state_machine_state.translation.customFields` as `state_machine_state.customFields` FROM `state_machine_state` LEFT JOIN `state_machine` `state_machine_state.stateMachine` ON `state_machine_state` . `state_machine_id` = `state_machine_state.stateMachine` . `id` LEFT JOIN (SELECT `state_machine_state.translation` . `state_machine_state_id` , `state_machine_state.translation` . `name` as `state_machine_state.translation.name` , `state_machine_state.translation` . `custom_fields` as `state_machine_state.translation.customFields` FROM `state_machine_state_translation` `state_machine_state.translation` WHERE `state_machine_state.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `state_machine_state.state_machine_state_translation` ON `state_machine_state.state_machine_state_translation` . `state_machine_state_id` = `state_machine_state` . `id` LEFT JOIN (SELECT `state_machine_state.stateMachine.translation` . `state_machine_id` , `state_machine_state.stateMachine.translation` . `name` as `state_machine_state.stateMachine.translation.name` , `state_machine_state.stateMachine.translation` . `custom_fields` as `state_machine_state.stateMachine.translation.customFields` FROM `state_machine_translation` `state_machine_state.stateMachine.translation` WHERE `state_machine_state.stateMachine.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `state_machine_state.stateMachine.state_machine_translation` ON `state_machine_state.stateMachine.state_machine_translation` . `state_machine_id` = `state_machine_state.stateMachine` . `id` WHERE (`state_machine_state` . `technical_name` = 'active' AND `state_machine_state.stateMachine` . `technical_name` = 'netcon_stock_item.state' );
Copy
5.99 ms (3.52%)
1
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? AND `app` . `self_managed` = ? )
Parameters :
[
true
false
]
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 AND `app` . `self_managed` = 0 );
Copy
5.79 ms (3.40%)
1
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"kinWuyEVIUZt6y7hoNtMqTlUirtzcIav "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'kinWuyEVIUZt6y7hoNtMqTlUirtzcIav' ;
Copy
5.39 ms (3.17%)
1
INSERT INTO `cart` (`token` , `payload` , `rule_ids` , `compressed` , `created_at` )
VALUES (:token , :payload , :rule_ids , :compressed , :now )
ON DUPLICATE KEY UPDATE `payload` = :payload , `compressed` = :compressed , `rule_ids` = :rule_ids , `created_at` = :now ;
Parameters :
[
"token " => "kinWuyEVIUZt6y7hoNtMqTlUirtzcIav "
"payload " => "O:32:"Shopware\Core\Checkout\Cart\Cart":18:{s:13:"\x00 *\x00 extensions";a:1:{s:15:"cart-promotions";O:61:"Shopware\Core\Checkout\Promotion\Cart\Extension\CartExtension":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 addedCodes";a:0:{}s:22:"\x00 *\x00 blockedPromotionIds";a:0:{}}}s:8:"\x00 *\x00 price";O:50:"Shopware\Core\Checkout\Cart\Price\Struct\CartPrice":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 netPrice";d:29.33;s:13:"\x00 *\x00 totalPrice";d:34.9;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:5.57;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:34.9;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:16:"\x00 *\x00 positionPrice";d:34.9;s:12:"\x00 *\x00 taxStatus";s:5:"gross";s:11:"\x00 *\x00 rawTotal";d:34.9;}s:12:"\x00 *\x00 lineItems";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"0192b0fcddb773d2982d4ff45365a8fd";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2024-10-21 21:31:56.423";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";b:0;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:9:"TODO10088";s:14:"manufacturerId";s:32:"65b6620a0b8f4823b079191ecd9dba34";s:5:"taxId";s:32:"ab562cd4451a4a11bbb1088c144eee7b";s:6:"tagIds";a:2:{i:0;s:32:"01936849febb7feebec934804b1c83a4";i:1;s:32:"a1b64d8c8d13401cb8c0590c6fd20195";}s:11:"categoryIds";a:4:{i:0;s:32:"3156faf2a6664362b00514480f1ac043";i:1;s:32:"3b79269bc04e483884abf3f390cb9ecf";i:2;s:32:"0190b72b05da70c5bb110eea292e3f86";i:3;s:32:"0190b72b4944777b80b401797878a8e5";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:5:{i:0;s:32:"01910441b983719fb808c9735f685280";i:1;s:32:"01929ac113547c61abbfd0c81e099576";i:2;s:32:"0192c8418afe7a5396d2a1e93e43a4a8";i:3;s:32:"63d9250730d44e5d874fac954d1ed7b6";i:4;s:32:"987d518d3d04489ab222e1b660e62180";}s:8:"parentId";N;s:5:"stock";i:91;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:23:"Windows 11 Professional";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:34.9;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;r:22;}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";d:49.9;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:34.9;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:34.9;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:5.57;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:34.9;}}}s:11:"\x00 *\x00 taxRules";r:70;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";O:50:"Shopware\Core\Checkout\Cart\Price\Struct\ListPrice":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:49.9;s:11:"\x00 *\x00 discount";d:-15;s:13:"\x00 *\x00 percentage";d:30.06;}s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";N;s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:91;s:9:"\x00 *\x00 weight";N;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";N;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";N;s:8:"\x00 *\x00 width";N;s:9:"\x00 *\x00 length";N;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:91;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-05-13 09:17:02.764633";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"a30ff61c0f6300906301006a1fff7c4e";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0196c8eb77d9717da6958e1d0ae3feb8";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:2:{s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0192b0fcddb773d2982d4ff45365a8fd";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"0192b0fcddb773d2982d4ff45365a8fd";}}}s:9:"\x00 *\x00 errors";O:49:"Shopware\Core\Checkout\Cart\Error\ErrorCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:13:"\x00 *\x00 deliveries";O:62:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:0;O:52:"Shopware\Core\Checkout\Cart\Delivery\Struct\Delivery":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 positions";O:70:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPositionCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"0192b0fcddb773d2982d4ff45365a8fd";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryPosition":6:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 lineItem";O:45:"Shopware\Core\Checkout\Cart\LineItem\LineItem":26:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 payload";a:19:{s:10:"isCloseout";b:1;s:12:"customFields";a:0:{}s:9:"createdAt";s:23:"2024-10-21 21:31:56.423";s:11:"releaseDate";N;s:5:"isNew";b:0;s:15:"markAsTopseller";b:0;s:14:"purchasePrices";s:155:"{"extensions":[],"currencyId":"b7d2554b0ce847cd82f3ac9bd1c0dfca","net":0,"gross":0,"linked":true,"listPrice":null,"percentage":null,"regulationPrice":null}";s:13:"productNumber";s:9:"TODO10088";s:14:"manufacturerId";s:32:"65b6620a0b8f4823b079191ecd9dba34";s:5:"taxId";s:32:"ab562cd4451a4a11bbb1088c144eee7b";s:6:"tagIds";a:2:{i:0;s:32:"01936849febb7feebec934804b1c83a4";i:1;s:32:"a1b64d8c8d13401cb8c0590c6fd20195";}s:11:"categoryIds";a:4:{i:0;s:32:"3156faf2a6664362b00514480f1ac043";i:1;s:32:"3b79269bc04e483884abf3f390cb9ecf";i:2;s:32:"0190b72b05da70c5bb110eea292e3f86";i:3;s:32:"0190b72b4944777b80b401797878a8e5";}s:11:"propertyIds";N;s:9:"optionIds";N;s:7:"options";a:0:{}s:9:"streamIds";a:5:{i:0;s:32:"01910441b983719fb808c9735f685280";i:1;s:32:"01929ac113547c61abbfd0c81e099576";i:2;s:32:"0192c8418afe7a5396d2a1e93e43a4a8";i:3;s:32:"63d9250730d44e5d874fac954d1ed7b6";i:4;s:32:"987d518d3d04489ab222e1b660e62180";}s:8:"parentId";N;s:5:"stock";i:91;s:8:"features";a:0:{}}s:8:"\x00 *\x00 label";s:23:"Windows 11 Professional";s:11:"\x00 *\x00 quantity";i:1;s:18:"\x00 *\x00 priceDefinition";O:64:"Shopware\Core\Checkout\Cart\Price\Struct\QuantityPriceDefinition":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:34.9;s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:11:"\x00 *\x00 quantity";i:1;s:15:"\x00 *\x00 isCalculated";b:1;s:27:"\x00 *\x00 referencePriceDefinition";N;s:12:"\x00 *\x00 listPrice";d:49.9;s:18:"\x00 *\x00 regulationPrice";N;}s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:34.9;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:34.9;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:5.57;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:34.9;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";O:50:"Shopware\Core\Checkout\Cart\Price\Struct\ListPrice":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:49.9;s:11:"\x00 *\x00 discount";d:-15;s:13:"\x00 *\x00 percentage";d:30.06;}s:18:"\x00 *\x00 regulationPrice";N;}s:7:"\x00 *\x00 good";b:1;s:14:"\x00 *\x00 description";N;s:8:"\x00 *\x00 cover";N;s:22:"\x00 *\x00 deliveryInformation";O:63:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryInformation":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 stock";i:91;s:9:"\x00 *\x00 weight";N;s:15:"\x00 *\x00 freeDelivery";b:0;s:14:"\x00 *\x00 restockTime";N;s:15:"\x00 *\x00 deliveryTime";N;s:9:"\x00 *\x00 height";N;s:8:"\x00 *\x00 width";N;s:9:"\x00 *\x00 length";N;}s:11:"\x00 *\x00 children";O:55:"Shopware\Core\Checkout\Cart\LineItem\LineItemCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:0:{}}s:14:"\x00 *\x00 requirement";N;s:12:"\x00 *\x00 removable";b:1;s:12:"\x00 *\x00 stackable";b:1;s:22:"\x00 *\x00 quantityInformation";O:56:"Shopware\Core\Checkout\Cart\LineItem\QuantityInformation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:14:"\x00 *\x00 minPurchase";i:1;s:14:"\x00 *\x00 maxPurchase";i:91;s:16:"\x00 *\x00 purchaseSteps";i:1;}s:11:"\x00 *\x00 modified";b:0;s:20:"\x00 *\x00 shippingCostAware";b:1;s:16:"\x00 *\x00 dataTimestamp";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-05-13 09:17:02.764633";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:18:"\x00 *\x00 dataContextHash";s:32:"a30ff61c0f6300906301006a1fff7c4e";s:19:"\x00 *\x00 uniqueIdentifier";s:32:"0196c8eb77d9717da6958e1d0ae3feb8";s:9:"\x00 *\x00 states";a:1:{i:0;s:11:"is-physical";}s:16:"\x00 *\x00 modifiedByApp";b:0;s:64:"\x00 Shopware\Core\Checkout\Cart\LineItem\LineItem\x00 payloadProtection";a:2:{s:14:"purchasePrices";b:1;s:12:"customFields";b:0;}s:5:"\x00 *\x00 id";s:32:"0192b0fcddb773d2982d4ff45365a8fd";s:7:"\x00 *\x00 type";s:7:"product";s:15:"\x00 *\x00 referencedId";s:32:"0192b0fcddb773d2982d4ff45365a8fd";}s:11:"\x00 *\x00 quantity";i:1;s:8:"\x00 *\x00 price";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:34.9;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:34.9;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:5.57;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:34.9;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";O:50:"Shopware\Core\Checkout\Cart\Price\Struct\ListPrice":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:8:"\x00 *\x00 price";d:49.9;s:11:"\x00 *\x00 discount";d:-15;s:13:"\x00 *\x00 percentage";d:30.06;}s:18:"\x00 *\x00 regulationPrice";N;}s:13:"\x00 *\x00 identifier";s:32:"0192b0fcddb773d2982d4ff45365a8fd";s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-05-13 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-05-13 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}}}}s:11:"\x00 *\x00 location";O:60:"Shopware\Core\Checkout\Cart\Delivery\Struct\ShippingLocation":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 country";O:42:"Shopware\Core\System\Country\CountryEntity":38:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:30:"country_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"42865887b3af4714b8ca95be7ca1c45e";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:4:"name";s:11:"Deutschland";s:12:"customFields";a:0:{}s:13:"addressFormat";a:5:{i:0;a:3:{i:0;s:15:"address/company";i:1;s:11:"symbol/dash";i:2;s:18:"address/department";}i:1;a:2:{i:0;s:18:"address/first_name";i:1;s:17:"address/last_name";}i:2;a:1:{i:0;s:14:"address/street";}i:3;a:2:{i:0;s:15:"address/zipcode";i:1;s:12:"address/city";}i:4;a:1:{i:0;s:15:"address/country";}}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2021-02-05 09:15:19.182000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-15 14:37:42.569000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:7:"country";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 name";s:11:"Deutschland";s:6:"\x00 *\x00 iso";s:2:"DE";s:11:"\x00 *\x00 position";i:1;s:9:"\x00 *\x00 active";b:1;s:20:"\x00 *\x00 shippingAvailable";b:1;s:7:"\x00 *\x00 iso3";s:3:"DEU";s:29:"\x00 *\x00 displayStateInRegistration";b:0;s:27:"\x00 *\x00 forceStateInRegistration";b:0;s:20:"\x00 *\x00 checkVatIdPattern";b:0;s:15:"\x00 *\x00 vatIdPattern";s:7:"DE\d{9}";s:16:"\x00 *\x00 vatIdRequired";b:0;s:14:"\x00 *\x00 customerTax";O:58:"Shopware\Core\Framework\DataAbstractionLayer\TaxFreeConfig":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 enabled";b:0;s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:9:"\x00 *\x00 amount";d:0;}s:13:"\x00 *\x00 companyTax";O:58:"Shopware\Core\Framework\DataAbstractionLayer\TaxFreeConfig":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 enabled";b:0;s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:9:"\x00 *\x00 amount";d:0;}s:9:"\x00 *\x00 states";N;s:15:"\x00 *\x00 translations";N;s:17:"\x00 *\x00 orderAddresses";N;s:20:"\x00 *\x00 customerAddresses";N;s:33:"\x00 *\x00 salesChannelDefaultAssignments";N;s:16:"\x00 *\x00 salesChannels";N;s:11:"\x00 *\x00 taxRules";N;s:27:"\x00 *\x00 currencyCountryRoundings";N;s:21:"\x00 *\x00 postalCodeRequired";b:0;s:7:"\x00 *\x00 isEu";b:1;s:25:"\x00 *\x00 checkPostalCodePattern";b:0;s:33:"\x00 *\x00 checkAdvancedPostalCodePattern";b:0;s:28:"\x00 *\x00 advancedPostalCodePattern";N;s:27:"\x00 *\x00 defaultPostalCodePattern";s:5:"\d{5}";s:16:"\x00 *\x00 addressFormat";a:5:{i:0;a:3:{i:0;s:15:"address/company";i:1;s:11:"symbol/dash";i:2;s:18:"address/department";}i:1;a:2:{i:0;s:18:"address/first_name";i:1;s:17:"address/last_name";}i:2;a:1:{i:0;s:14:"address/street";}i:3;a:2:{i:0;s:15:"address/zipcode";i:1;s:12:"address/city";}i:4;a:1:{i:0;s:15:"address/country";}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"42865887b3af4714b8ca95be7ca1c45e";}s:8:"\x00 *\x00 state";N;s:10:"\x00 *\x00 address";O:79:"Shopware\Core\Checkout\Customer\Aggregate\CustomerAddress\CustomerAddressEntity":30:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:39:"customer_address_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"0196c8ebf9dc71cb9ce1764faaf57b24";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-05-13 09:13:50.402000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-05-13 09:16:56.995000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:16:"customer_address";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:13:"\x00 *\x00 customerId";s:32:"0196c8ebf9dc71cb9ce1764faa9e5428";s:12:"\x00 *\x00 countryId";s:32:"42865887b3af4714b8ca95be7ca1c45e";s:17:"\x00 *\x00 countryStateId";N;s:15:"\x00 *\x00 salutationId";s:32:"c09badfea22a4f8b883293f498c496ee";s:12:"\x00 *\x00 firstName";s:4:"test";s:11:"\x00 *\x00 lastName";s:4:"test";s:10:"\x00 *\x00 zipcode";s:5:"36622";s:7:"\x00 *\x00 city";s:4:"dhhs";s:10:"\x00 *\x00 company";N;s:13:"\x00 *\x00 department";N;s:8:"\x00 *\x00 title";N;s:9:"\x00 *\x00 street";s:8:"dhdhsh 1";s:14:"\x00 *\x00 phoneNumber";N;s:25:"\x00 *\x00 additionalAddressLine1";N;s:25:"\x00 *\x00 additionalAddressLine2";N;s:10:"\x00 *\x00 country";r:313;s:15:"\x00 *\x00 countryState";N;s:13:"\x00 *\x00 salutation";O:48:"Shopware\Core\System\Salutation\SalutationEntity":19:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:33:"salutation_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"c09badfea22a4f8b883293f498c496ee";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:3:{s:11:"displayName";s:1:" ";s:10:"letterName";s:1:" ";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2021-02-05 09:15:19.174000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2022-04-09 16:33:54.677000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:10:"salutation";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:16:"\x00 *\x00 salutationKey";s:13:"not_specified";s:14:"\x00 *\x00 displayName";s:1:" ";s:13:"\x00 *\x00 letterName";s:1:" ";s:15:"\x00 *\x00 translations";N;s:12:"\x00 *\x00 customers";N;s:20:"\x00 *\x00 customerAddresses";N;s:17:"\x00 *\x00 orderCustomers";N;s:17:"\x00 *\x00 orderAddresses";N;s:23:"\x00 *\x00 newsletterRecipients";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"c09badfea22a4f8b883293f498c496ee";}s:11:"\x00 *\x00 customer";N;s:7:"\x00 *\x00 hash";s:64:"d3880e5a26b86c33854f5987e22b13d10bec969f1a1a42f6d4fc4c9c2e512a53";s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"0196c8ebf9dc71cb9ce1764faaf57b24";}}s:15:"\x00 *\x00 deliveryDate";O:56:"Shopware\Core\Checkout\Cart\Delivery\Struct\DeliveryDate":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 earliest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-05-13 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:9:"\x00 *\x00 latest";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2025-05-14 16:00:00.000000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}}s:17:"\x00 *\x00 shippingMethod";O:52:"Shopware\Core\Checkout\Shipping\ShippingMethodEntity":32:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:38:"shipping_method_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"059a4ed1134949349615dd950a20a457";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:4:{s:4:"name";s:17:"Digitaler Versand";s:12:"customFields";a:0:{}s:11:"description";N;s:11:"trackingUrl";N;}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2021-02-05 09:15:20.935000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2024-09-15 18:12:15.446000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:15:"shipping_method";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 name";s:17:"Digitaler Versand";s:9:"\x00 *\x00 active";b:1;s:11:"\x00 *\x00 position";i:1;s:14:"\x00 *\x00 description";N;s:14:"\x00 *\x00 trackingUrl";N;s:17:"\x00 *\x00 deliveryTimeId";s:32:"ebe711f0d81e44a6a40ee8adf7e35806";s:15:"\x00 *\x00 deliveryTime";O:52:"Shopware\Core\System\DeliveryTime\DeliveryTimeEntity":17:{s:13:"\x00 *\x00 extensions";a:2:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:36:"delivery_time_foreign_keys_extension";}s:24:"internal_mapping_storage";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";N;}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"ebe711f0d81e44a6a40ee8adf7e35806";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:2:{s:4:"name";s:17:"Sofort verfügbar";s:12:"customFields";a:0:{}}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2023-02-13 08:18:04.631000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:13:"delivery_time";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:7:"\x00 *\x00 name";s:17:"Sofort verfügbar";s:6:"\x00 *\x00 min";i:0;s:6:"\x00 *\x00 max";i:0;s:7:"\x00 *\x00 unit";s:4:"hour";s:18:"\x00 *\x00 shippingMethods";N;s:15:"\x00 *\x00 translations";N;s:11:"\x00 *\x00 products";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"ebe711f0d81e44a6a40ee8adf7e35806";}s:15:"\x00 *\x00 translations";N;s:18:"\x00 *\x00 orderDeliveries";N;s:33:"\x00 *\x00 salesChannelDefaultAssignments";N;s:16:"\x00 *\x00 salesChannels";N;s:19:"\x00 *\x00 availabilityRule";N;s:21:"\x00 *\x00 availabilityRuleId";s:32:"236e014da59d43a199f10116575e0cab";s:9:"\x00 *\x00 prices";O:91:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"4bd764b6cdb14555ade4879942633d38";O:87:"Shopware\Core\Checkout\Shipping\Aggregate\ShippingMethodPrice\ShippingMethodPriceEntity":20:{s:13:"\x00 *\x00 extensions";a:1:{s:11:"foreignKeys";O:42:"Shopware\Core\Framework\Struct\ArrayStruct":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:7:"\x00 *\x00 data";a:0:{}s:11:"\x00 *\x00 apiAlias";s:44:"shipping_method_price_foreign_keys_extension";}}s:20:"\x00 *\x00 _uniqueIdentifier";s:32:"4bd764b6cdb14555ade4879942633d38";s:12:"\x00 *\x00 versionId";N;s:13:"\x00 *\x00 translated";a:0:{}s:12:"\x00 *\x00 createdAt";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"2021-02-05 09:15:20.947000";s:13:"timezone_type";i:3;s:8:"timezone";s:3:"UTC";}s:12:"\x00 *\x00 updatedAt";N;s:64:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _entityName";s:21:"shipping_method_price";s:69:"\x00 Shopware\Core\Framework\DataAbstractionLayer\Entity\x00 _fieldVisibility";O:60:"Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility":1:{s:80:"\x00 Shopware\Core\Framework\DataAbstractionLayer\FieldVisibility\x00 internalProperties";a:0:{}}s:19:"\x00 *\x00 shippingMethodId";s:32:"059a4ed1134949349615dd950a20a457";s:9:"\x00 *\x00 ruleId";N;s:14:"\x00 *\x00 calculation";i:1;s:16:"\x00 *\x00 quantityStart";d:0;s:14:"\x00 *\x00 quantityEnd";N;s:17:"\x00 *\x00 shippingMethod";N;s:7:"\x00 *\x00 rule";N;s:20:"\x00 *\x00 calculationRuleId";N;s:18:"\x00 *\x00 calculationRule";N;s:16:"\x00 *\x00 currencyPrice";O:68:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\PriceCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";O:58:"Shopware\Core\Framework\DataAbstractionLayer\Pricing\Price":8:{s:13:"\x00 *\x00 extensions";a:0:{}s:13:"\x00 *\x00 currencyId";s:32:"b7d2554b0ce847cd82f3ac9bd1c0dfca";s:6:"\x00 *\x00 net";d:0;s:8:"\x00 *\x00 gross";d:0;s:9:"\x00 *\x00 linked";b:0;s:12:"\x00 *\x00 listPrice";N;s:13:"\x00 *\x00 percentage";N;s:18:"\x00 *\x00 regulationPrice";N;}}}s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"4bd764b6cdb14555ade4879942633d38";}}}s:10:"\x00 *\x00 mediaId";N;s:8:"\x00 *\x00 taxId";N;s:8:"\x00 *\x00 media";N;s:7:"\x00 *\x00 tags";N;s:10:"\x00 *\x00 taxType";s:4:"auto";s:16:"\x00 *\x00 technicalName";s:17:"shipping_standard";s:6:"\x00 *\x00 tax";N;s:20:"\x00 *\x00 appShippingMethod";N;s:15:"\x00 *\x00 customFields";N;s:5:"\x00 *\x00 id";s:32:"059a4ed1134949349615dd950a20a457";}s:16:"\x00 *\x00 shippingCosts";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:0;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:0;s:18:"\x00 *\x00 calculatedTaxes";O:62:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTaxCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:52:"Shopware\Core\Checkout\Cart\Tax\Struct\CalculatedTax":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:6:"\x00 *\x00 tax";d:0;s:10:"\x00 *\x00 taxRate";d:19;s:8:"\x00 *\x00 price";d:0;}}}s:11:"\x00 *\x00 taxRules";O:56:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRuleCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:19;O:46:"Shopware\Core\Checkout\Cart\Tax\Struct\TaxRule":3:{s:13:"\x00 *\x00 extensions";a:0:{}s:10:"\x00 *\x00 taxRate";d:19;s:13:"\x00 *\x00 percentage";d:100;}}}s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}}}}s:15:"\x00 *\x00 transactions";O:68:"Shopware\Core\Checkout\Cart\Transaction\Struct\TransactionCollection":2:{s:13:"\x00 *\x00 extensions";a:0:{}s:11:"\x00 *\x00 elements";a:1:{i:0;O:58:"Shopware\Core\Checkout\Cart\Transaction\Struct\Transaction":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:9:"\x00 *\x00 amount";O:56:"Shopware\Core\Checkout\Cart\Price\Struct\CalculatedPrice":9:{s:13:"\x00 *\x00 extensions";a:0:{}s:12:"\x00 *\x00 unitPrice";d:34.9;s:11:"\x00 *\x00 quantity";i:1;s:13:"\x00 *\x00 totalPrice";d:34.9;s:18:"\x00 *\x00 calculatedTaxes";r:11;s:11:"\x00 *\x00 taxRules";r:19;s:17:"\x00 *\x00 referencePrice";N;s:12:"\x00 *\x00 listPrice";N;s:18:"\x00 *\x00 regulationPrice";N;}s:18:"\x00 *\x00 paymentMethodId";s:32:"68a41f3c6a81456597dcacfbd07f813b";s:19:"\x00 *\x00 validationStruct";N;}}}s:11:"\x00 *\x00 modified";b:0;s:18:"\x00 *\x00 customerComment";N;s:16:"\x00 *\x00 affiliateCode";N;s:15:"\x00 *\x00 campaignCode";N;s:9:"\x00 *\x00 source";N;s:7:"\x00 *\x00 hash";N;s:12:"\x00 *\x00 errorHash";s:0:"";s:38:"\x00 Shopware\Core\Checkout\Cart\Cart\x00 data";N;s:41:"\x00 Shopware\Core\Checkout\Cart\Cart\x00 ruleIds";a:14:{i:0;s:32:"236e014da59d43a199f10116575e0cab";i:1;s:32:"3858957016644de4ae48c0500bf3ccc8";i:2;s:32:"964805d5f7724205b6fd43e0fa511a54";i:3;s:32:"aac0f35a04164151aaf97900c3f1c1f9";i:4;s:32:"e1378db7808a478f919e0d740d5d6c1a";i:5;s:32:"0192f95cc2887e9cb0c560e1418128db";i:6;s:32:"01932111949c751787f03416dd8b3086";i:7;s:32:"28caae75a5624f0d985abd0eb32aa160";i:8;s:32:"294e4e6ae3854b9abb863321878c81ce";i:9;s:32:"3fcab9f589f4424dbcf68c20d892f9f4";i:10;s:32:"4bf316ddbcd74e9ebcce51e2dcaa9e90";i:11;s:32:"707bb0d3ad0a4a0c842ca228ab8b9107";i:12;s:32:"d4052f0494fa44f492ef9b46a44edb31";i:13;s:32:"e44e6782c64247b796b891cf25ae38f7";}s:42:"\x00 Shopware\Core\Checkout\Cart\Cart\x00 behavior";O:40:"Shopware\Core\Checkout\Cart\CartBehavior":4:{s:13:"\x00 *\x00 extensions";a:0:{}s:53:"\x00 Shopware\Core\Checkout\Cart\CartBehavior\x00 permissions";a:0:{}s:51:"\x00 Shopware\Core\Checkout\Cart\CartBehavior\x00 hookAware";b:1;s:57:"\x00 Shopware\Core\Checkout\Cart\CartBehavior\x00 isRecalculation";b:0;}s:8:"\x00 *\x00 token";s:32:"kinWuyEVIUZt6y7hoNtMqTlUirtzcIav";s:9:"\x00 *\x00 states";a:0:{}} "
"rule_ids " => "["236e014da59d43a199f10116575e0cab","3858957016644de4ae48c0500bf3ccc8","964805d5f7724205b6fd43e0fa511a54","aac0f35a04164151aaf97900c3f1c1f9","e1378db7808a478f919e0d740d5d6c1a","0192f95cc2887e9cb0c560e1418128db","01932111949c751787f03416dd8b3086","28caae75a5624f0d985abd0eb32aa160","294e4e6ae3854b9abb863321878c81ce","3fcab9f589f4424dbcf68c20d892f9f4","4bf316ddbcd74e9ebcce51e2dcaa9e90","707bb0d3ad0a4a0c842ca228ab8b9107","d4052f0494fa44f492ef9b46a44edb31","e44e6782c64247b796b891cf25ae38f7"] "
"now " => "2025-05-13 09:17:02.828 "
"compressed " => 0
]
INSERT INTO `cart` (`token` , `payload` , `rule_ids` , `compressed` , `created_at` )
VALUES ('kinWuyEVIUZt6y7hoNtMqTlUirtzcIav' , 'O:32:\"Shopware\\Core\\Checkout\\Cart\\Cart\":18:{s:13:\"\0*\0extensions\";a:1:{s:15:\"cart-promotions\";O:61:\"Shopware\\Core\\Checkout\\Promotion\\Cart\\Extension\\CartExtension\":3:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0addedCodes\";a:0:{}s:22:\"\0*\0blockedPromotionIds\";a:0:{}}}s:8:\"\0*\0price\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CartPrice\":8:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0netPrice\";d:29.33;s:13:\"\0*\0totalPrice\";d:34.9;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.57;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:34.9;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:16:\"\0*\0positionPrice\";d:34.9;s:12:\"\0*\0taxStatus\";s:5:\"gross\";s:11:\"\0*\0rawTotal\";d:34.9;}s:12:\"\0*\0lineItems\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"0192b0fcddb773d2982d4ff45365a8fd\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-10-21 21:31:56.423\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:9:\"TODO10088\";s:14:\"manufacturerId\";s:32:\"65b6620a0b8f4823b079191ecd9dba34\";s:5:\"taxId\";s:32:\"ab562cd4451a4a11bbb1088c144eee7b\";s:6:\"tagIds\";a:2:{i:0;s:32:\"01936849febb7feebec934804b1c83a4\";i:1;s:32:\"a1b64d8c8d13401cb8c0590c6fd20195\";}s:11:\"categoryIds\";a:4:{i:0;s:32:\"3156faf2a6664362b00514480f1ac043\";i:1;s:32:\"3b79269bc04e483884abf3f390cb9ecf\";i:2;s:32:\"0190b72b05da70c5bb110eea292e3f86\";i:3;s:32:\"0190b72b4944777b80b401797878a8e5\";}s:11:\"propertyIds\";N;s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";a:5:{i:0;s:32:\"01910441b983719fb808c9735f685280\";i:1;s:32:\"01929ac113547c61abbfd0c81e099576\";i:2;s:32:\"0192c8418afe7a5396d2a1e93e43a4a8\";i:3;s:32:\"63d9250730d44e5d874fac954d1ed7b6\";i:4;s:32:\"987d518d3d04489ab222e1b660e62180\";}s:8:\"parentId\";N;s:5:\"stock\";i:91;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:23:\"Windows 11 Professional\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:34.9;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;r:22;}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";d:49.9;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:34.9;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:34.9;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.57;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:34.9;}}}s:11:\"\0*\0taxRules\";r:70;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:49.9;s:11:\"\0*\0discount\";d:-15;s:13:\"\0*\0percentage\";d:30.06;}s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";N;s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:91;s:9:\"\0*\0weight\";N;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";N;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";N;s:8:\"\0*\0width\";N;s:9:\"\0*\0length\";N;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:91;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-13 09:17:02.764633\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"a30ff61c0f6300906301006a1fff7c4e\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0196c8eb77d9717da6958e1d0ae3feb8\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0192b0fcddb773d2982d4ff45365a8fd\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"0192b0fcddb773d2982d4ff45365a8fd\";}}}s:9:\"\0*\0errors\";O:49:\"Shopware\\Core\\Checkout\\Cart\\Error\\ErrorCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:13:\"\0*\0deliveries\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:0;O:52:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\Delivery\":6:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0positions\";O:70:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPositionCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"0192b0fcddb773d2982d4ff45365a8fd\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-10-21 21:31:56.423\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:9:\"TODO10088\";s:14:\"manufacturerId\";s:32:\"65b6620a0b8f4823b079191ecd9dba34\";s:5:\"taxId\";s:32:\"ab562cd4451a4a11bbb1088c144eee7b\";s:6:\"tagIds\";a:2:{i:0;s:32:\"01936849febb7feebec934804b1c83a4\";i:1;s:32:\"a1b64d8c8d13401cb8c0590c6fd20195\";}s:11:\"categoryIds\";a:4:{i:0;s:32:\"3156faf2a6664362b00514480f1ac043\";i:1;s:32:\"3b79269bc04e483884abf3f390cb9ecf\";i:2;s:32:\"0190b72b05da70c5bb110eea292e3f86\";i:3;s:32:\"0190b72b4944777b80b401797878a8e5\";}s:11:\"propertyIds\";N;s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";a:5:{i:0;s:32:\"01910441b983719fb808c9735f685280\";i:1;s:32:\"01929ac113547c61abbfd0c81e099576\";i:2;s:32:\"0192c8418afe7a5396d2a1e93e43a4a8\";i:3;s:32:\"63d9250730d44e5d874fac954d1ed7b6\";i:4;s:32:\"987d518d3d04489ab222e1b660e62180\";}s:8:\"parentId\";N;s:5:\"stock\";i:91;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:23:\"Windows 11 Professional\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:34.9;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";d:49.9;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:34.9;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:34.9;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.57;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:34.9;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:49.9;s:11:\"\0*\0discount\";d:-15;s:13:\"\0*\0percentage\";d:30.06;}s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";N;s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:91;s:9:\"\0*\0weight\";N;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";N;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";N;s:8:\"\0*\0width\";N;s:9:\"\0*\0length\";N;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:91;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-13 09:17:02.764633\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"a30ff61c0f6300906301006a1fff7c4e\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0196c8eb77d9717da6958e1d0ae3feb8\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0192b0fcddb773d2982d4ff45365a8fd\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"0192b0fcddb773d2982d4ff45365a8fd\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:34.9;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:34.9;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.57;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:34.9;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:49.9;s:11:\"\0*\0discount\";d:-15;s:13:\"\0*\0percentage\";d:30.06;}s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0192b0fcddb773d2982d4ff45365a8fd\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-13 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-13 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}}}s:11:\"\0*\0location\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\ShippingLocation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0country\";O:42:\"Shopware\\Core\\System\\Country\\CountryEntity\":38:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:30:\"country_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"42865887b3af4714b8ca95be7ca1c45e\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:4:\"name\";s:11:\"Deutschland\";s:12:\"customFields\";a:0:{}s:13:\"addressFormat\";a:5:{i:0;a:3:{i:0;s:15:\"address/company\";i:1;s:11:\"symbol/dash\";i:2;s:18:\"address/department\";}i:1;a:2:{i:0;s:18:\"address/first_name\";i:1;s:17:\"address/last_name\";}i:2;a:1:{i:0;s:14:\"address/street\";}i:3;a:2:{i:0;s:15:\"address/zipcode\";i:1;s:12:\"address/city\";}i:4;a:1:{i:0;s:15:\"address/country\";}}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2021-02-05 09:15:19.182000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-15 14:37:42.569000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:7:\"country\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:11:\"Deutschland\";s:6:\"\0*\0iso\";s:2:\"DE\";s:11:\"\0*\0position\";i:1;s:9:\"\0*\0active\";b:1;s:20:\"\0*\0shippingAvailable\";b:1;s:7:\"\0*\0iso3\";s:3:\"DEU\";s:29:\"\0*\0displayStateInRegistration\";b:0;s:27:\"\0*\0forceStateInRegistration\";b:0;s:20:\"\0*\0checkVatIdPattern\";b:0;s:15:\"\0*\0vatIdPattern\";s:7:\"DE\\d{9}\";s:16:\"\0*\0vatIdRequired\";b:0;s:14:\"\0*\0customerTax\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\TaxFreeConfig\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0enabled\";b:0;s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:9:\"\0*\0amount\";d:0;}s:13:\"\0*\0companyTax\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\TaxFreeConfig\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0enabled\";b:0;s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:9:\"\0*\0amount\";d:0;}s:9:\"\0*\0states\";N;s:15:\"\0*\0translations\";N;s:17:\"\0*\0orderAddresses\";N;s:20:\"\0*\0customerAddresses\";N;s:33:\"\0*\0salesChannelDefaultAssignments\";N;s:16:\"\0*\0salesChannels\";N;s:11:\"\0*\0taxRules\";N;s:27:\"\0*\0currencyCountryRoundings\";N;s:21:\"\0*\0postalCodeRequired\";b:0;s:7:\"\0*\0isEu\";b:1;s:25:\"\0*\0checkPostalCodePattern\";b:0;s:33:\"\0*\0checkAdvancedPostalCodePattern\";b:0;s:28:\"\0*\0advancedPostalCodePattern\";N;s:27:\"\0*\0defaultPostalCodePattern\";s:5:\"\\d{5}\";s:16:\"\0*\0addressFormat\";a:5:{i:0;a:3:{i:0;s:15:\"address/company\";i:1;s:11:\"symbol/dash\";i:2;s:18:\"address/department\";}i:1;a:2:{i:0;s:18:\"address/first_name\";i:1;s:17:\"address/last_name\";}i:2;a:1:{i:0;s:14:\"address/street\";}i:3;a:2:{i:0;s:15:\"address/zipcode\";i:1;s:12:\"address/city\";}i:4;a:1:{i:0;s:15:\"address/country\";}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"42865887b3af4714b8ca95be7ca1c45e\";}s:8:\"\0*\0state\";N;s:10:\"\0*\0address\";O:79:\"Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressEntity\":30:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:39:\"customer_address_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0196c8ebf9dc71cb9ce1764faaf57b24\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-13 09:13:50.402000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-13 09:16:56.995000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:16:\"customer_address\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:13:\"\0*\0customerId\";s:32:\"0196c8ebf9dc71cb9ce1764faa9e5428\";s:12:\"\0*\0countryId\";s:32:\"42865887b3af4714b8ca95be7ca1c45e\";s:17:\"\0*\0countryStateId\";N;s:15:\"\0*\0salutationId\";s:32:\"c09badfea22a4f8b883293f498c496ee\";s:12:\"\0*\0firstName\";s:4:\"test\";s:11:\"\0*\0lastName\";s:4:\"test\";s:10:\"\0*\0zipcode\";s:5:\"36622\";s:7:\"\0*\0city\";s:4:\"dhhs\";s:10:\"\0*\0company\";N;s:13:\"\0*\0department\";N;s:8:\"\0*\0title\";N;s:9:\"\0*\0street\";s:8:\"dhdhsh 1\";s:14:\"\0*\0phoneNumber\";N;s:25:\"\0*\0additionalAddressLine1\";N;s:25:\"\0*\0additionalAddressLine2\";N;s:10:\"\0*\0country\";r:313;s:15:\"\0*\0countryState\";N;s:13:\"\0*\0salutation\";O:48:\"Shopware\\Core\\System\\Salutation\\SalutationEntity\":19:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:33:\"salutation_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"c09badfea22a4f8b883293f498c496ee\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:11:\"displayName\";s:1:\" \";s:10:\"letterName\";s:1:\" \";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2021-02-05 09:15:19.174000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-04-09 16:33:54.677000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:10:\"salutation\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:16:\"\0*\0salutationKey\";s:13:\"not_specified\";s:14:\"\0*\0displayName\";s:1:\" \";s:13:\"\0*\0letterName\";s:1:\" \";s:15:\"\0*\0translations\";N;s:12:\"\0*\0customers\";N;s:20:\"\0*\0customerAddresses\";N;s:17:\"\0*\0orderCustomers\";N;s:17:\"\0*\0orderAddresses\";N;s:23:\"\0*\0newsletterRecipients\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"c09badfea22a4f8b883293f498c496ee\";}s:11:\"\0*\0customer\";N;s:7:\"\0*\0hash\";s:64:\"d3880e5a26b86c33854f5987e22b13d10bec969f1a1a42f6d4fc4c9c2e512a53\";s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196c8ebf9dc71cb9ce1764faaf57b24\";}}s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-13 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-14 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}s:17:\"\0*\0shippingMethod\";O:52:\"Shopware\\Core\\Checkout\\Shipping\\ShippingMethodEntity\":32:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"shipping_method_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"059a4ed1134949349615dd950a20a457\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:4:{s:4:\"name\";s:17:\"Digitaler Versand\";s:12:\"customFields\";a:0:{}s:11:\"description\";N;s:11:\"trackingUrl\";N;}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2021-02-05 09:15:20.935000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-15 18:12:15.446000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"shipping_method\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:17:\"Digitaler Versand\";s:9:\"\0*\0active\";b:1;s:11:\"\0*\0position\";i:1;s:14:\"\0*\0description\";N;s:14:\"\0*\0trackingUrl\";N;s:17:\"\0*\0deliveryTimeId\";s:32:\"ebe711f0d81e44a6a40ee8adf7e35806\";s:15:\"\0*\0deliveryTime\";O:52:\"Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeEntity\":17:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:36:\"delivery_time_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"ebe711f0d81e44a6a40ee8adf7e35806\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:2:{s:4:\"name\";s:17:\"Sofort verfügbar\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-02-13 08:18:04.631000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:13:\"delivery_time\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:17:\"Sofort verfügbar\";s:6:\"\0*\0min\";i:0;s:6:\"\0*\0max\";i:0;s:7:\"\0*\0unit\";s:4:\"hour\";s:18:\"\0*\0shippingMethods\";N;s:15:\"\0*\0translations\";N;s:11:\"\0*\0products\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"ebe711f0d81e44a6a40ee8adf7e35806\";}s:15:\"\0*\0translations\";N;s:18:\"\0*\0orderDeliveries\";N;s:33:\"\0*\0salesChannelDefaultAssignments\";N;s:16:\"\0*\0salesChannels\";N;s:19:\"\0*\0availabilityRule\";N;s:21:\"\0*\0availabilityRuleId\";s:32:\"236e014da59d43a199f10116575e0cab\";s:9:\"\0*\0prices\";O:91:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"4bd764b6cdb14555ade4879942633d38\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"4bd764b6cdb14555ade4879942633d38\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2021-02-05 09:15:20.947000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:19:\"\0*\0shippingMethodId\";s:32:\"059a4ed1134949349615dd950a20a457\";s:9:\"\0*\0ruleId\";N;s:14:\"\0*\0calculation\";i:1;s:16:\"\0*\0quantityStart\";d:0;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"4bd764b6cdb14555ade4879942633d38\";}}}s:10:\"\0*\0mediaId\";N;s:8:\"\0*\0taxId\";N;s:8:\"\0*\0media\";N;s:7:\"\0*\0tags\";N;s:10:\"\0*\0taxType\";s:4:\"auto\";s:16:\"\0*\0technicalName\";s:17:\"shipping_standard\";s:6:\"\0*\0tax\";N;s:20:\"\0*\0appShippingMethod\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"059a4ed1134949349615dd950a20a457\";}s:16:\"\0*\0shippingCosts\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:0;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:0;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:0;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:0;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}}}}s:15:\"\0*\0transactions\";O:68:\"Shopware\\Core\\Checkout\\Cart\\Transaction\\Struct\\TransactionCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:0;O:58:\"Shopware\\Core\\Checkout\\Cart\\Transaction\\Struct\\Transaction\":4:{s:13:\"\0*\0extensions\";a:0:{}s:9:\"\0*\0amount\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:34.9;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:34.9;s:18:\"\0*\0calculatedTaxes\";r:11;s:11:\"\0*\0taxRules\";r:19;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:18:\"\0*\0paymentMethodId\";s:32:\"68a41f3c6a81456597dcacfbd07f813b\";s:19:\"\0*\0validationStruct\";N;}}}s:11:\"\0*\0modified\";b:0;s:18:\"\0*\0customerComment\";N;s:16:\"\0*\0affiliateCode\";N;s:15:\"\0*\0campaignCode\";N;s:9:\"\0*\0source\";N;s:7:\"\0*\0hash\";N;s:12:\"\0*\0errorHash\";s:0:\"\";s:38:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0data\";N;s:41:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0ruleIds\";a:14:{i:0;s:32:\"236e014da59d43a199f10116575e0cab\";i:1;s:32:\"3858957016644de4ae48c0500bf3ccc8\";i:2;s:32:\"964805d5f7724205b6fd43e0fa511a54\";i:3;s:32:\"aac0f35a04164151aaf97900c3f1c1f9\";i:4;s:32:\"e1378db7808a478f919e0d740d5d6c1a\";i:5;s:32:\"0192f95cc2887e9cb0c560e1418128db\";i:6;s:32:\"01932111949c751787f03416dd8b3086\";i:7;s:32:\"28caae75a5624f0d985abd0eb32aa160\";i:8;s:32:\"294e4e6ae3854b9abb863321878c81ce\";i:9;s:32:\"3fcab9f589f4424dbcf68c20d892f9f4\";i:10;s:32:\"4bf316ddbcd74e9ebcce51e2dcaa9e90\";i:11;s:32:\"707bb0d3ad0a4a0c842ca228ab8b9107\";i:12;s:32:\"d4052f0494fa44f492ef9b46a44edb31\";i:13;s:32:\"e44e6782c64247b796b891cf25ae38f7\";}s:42:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0behavior\";O:40:\"Shopware\\Core\\Checkout\\Cart\\CartBehavior\":4:{s:13:\"\0*\0extensions\";a:0:{}s:53:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0permissions\";a:0:{}s:51:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0hookAware\";b:1;s:57:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0isRecalculation\";b:0;}s:8:\"\0*\0token\";s:32:\"kinWuyEVIUZt6y7hoNtMqTlUirtzcIav\";s:9:\"\0*\0states\";a:0:{}}' , '[\"236e014da59d43a199f10116575e0cab\",\"3858957016644de4ae48c0500bf3ccc8\",\"964805d5f7724205b6fd43e0fa511a54\",\"aac0f35a04164151aaf97900c3f1c1f9\",\"e1378db7808a478f919e0d740d5d6c1a\",\"0192f95cc2887e9cb0c560e1418128db\",\"01932111949c751787f03416dd8b3086\",\"28caae75a5624f0d985abd0eb32aa160\",\"294e4e6ae3854b9abb863321878c81ce\",\"3fcab9f589f4424dbcf68c20d892f9f4\",\"4bf316ddbcd74e9ebcce51e2dcaa9e90\",\"707bb0d3ad0a4a0c842ca228ab8b9107\",\"d4052f0494fa44f492ef9b46a44edb31\",\"e44e6782c64247b796b891cf25ae38f7\"]' , 0 , '2025-05-13 09:17:02.828' )
ON DUPLICATE KEY UPDATE `payload` = 'O:32:\"Shopware\\Core\\Checkout\\Cart\\Cart\":18:{s:13:\"\0*\0extensions\";a:1:{s:15:\"cart-promotions\";O:61:\"Shopware\\Core\\Checkout\\Promotion\\Cart\\Extension\\CartExtension\":3:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0addedCodes\";a:0:{}s:22:\"\0*\0blockedPromotionIds\";a:0:{}}}s:8:\"\0*\0price\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CartPrice\":8:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0netPrice\";d:29.33;s:13:\"\0*\0totalPrice\";d:34.9;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.57;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:34.9;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:16:\"\0*\0positionPrice\";d:34.9;s:12:\"\0*\0taxStatus\";s:5:\"gross\";s:11:\"\0*\0rawTotal\";d:34.9;}s:12:\"\0*\0lineItems\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"0192b0fcddb773d2982d4ff45365a8fd\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-10-21 21:31:56.423\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:9:\"TODO10088\";s:14:\"manufacturerId\";s:32:\"65b6620a0b8f4823b079191ecd9dba34\";s:5:\"taxId\";s:32:\"ab562cd4451a4a11bbb1088c144eee7b\";s:6:\"tagIds\";a:2:{i:0;s:32:\"01936849febb7feebec934804b1c83a4\";i:1;s:32:\"a1b64d8c8d13401cb8c0590c6fd20195\";}s:11:\"categoryIds\";a:4:{i:0;s:32:\"3156faf2a6664362b00514480f1ac043\";i:1;s:32:\"3b79269bc04e483884abf3f390cb9ecf\";i:2;s:32:\"0190b72b05da70c5bb110eea292e3f86\";i:3;s:32:\"0190b72b4944777b80b401797878a8e5\";}s:11:\"propertyIds\";N;s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";a:5:{i:0;s:32:\"01910441b983719fb808c9735f685280\";i:1;s:32:\"01929ac113547c61abbfd0c81e099576\";i:2;s:32:\"0192c8418afe7a5396d2a1e93e43a4a8\";i:3;s:32:\"63d9250730d44e5d874fac954d1ed7b6\";i:4;s:32:\"987d518d3d04489ab222e1b660e62180\";}s:8:\"parentId\";N;s:5:\"stock\";i:91;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:23:\"Windows 11 Professional\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:34.9;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;r:22;}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";d:49.9;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:34.9;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:34.9;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.57;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:34.9;}}}s:11:\"\0*\0taxRules\";r:70;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:49.9;s:11:\"\0*\0discount\";d:-15;s:13:\"\0*\0percentage\";d:30.06;}s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";N;s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:91;s:9:\"\0*\0weight\";N;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";N;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";N;s:8:\"\0*\0width\";N;s:9:\"\0*\0length\";N;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:91;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-13 09:17:02.764633\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"a30ff61c0f6300906301006a1fff7c4e\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0196c8eb77d9717da6958e1d0ae3feb8\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0192b0fcddb773d2982d4ff45365a8fd\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"0192b0fcddb773d2982d4ff45365a8fd\";}}}s:9:\"\0*\0errors\";O:49:\"Shopware\\Core\\Checkout\\Cart\\Error\\ErrorCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:13:\"\0*\0deliveries\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:0;O:52:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\Delivery\":6:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0positions\";O:70:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPositionCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"0192b0fcddb773d2982d4ff45365a8fd\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryPosition\":6:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0lineItem\";O:45:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\":26:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0payload\";a:19:{s:10:\"isCloseout\";b:1;s:12:\"customFields\";a:0:{}s:9:\"createdAt\";s:23:\"2024-10-21 21:31:56.423\";s:11:\"releaseDate\";N;s:5:\"isNew\";b:0;s:15:\"markAsTopseller\";b:0;s:14:\"purchasePrices\";s:155:\"{\"extensions\":[],\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"net\":0,\"gross\":0,\"linked\":true,\"listPrice\":null,\"percentage\":null,\"regulationPrice\":null}\";s:13:\"productNumber\";s:9:\"TODO10088\";s:14:\"manufacturerId\";s:32:\"65b6620a0b8f4823b079191ecd9dba34\";s:5:\"taxId\";s:32:\"ab562cd4451a4a11bbb1088c144eee7b\";s:6:\"tagIds\";a:2:{i:0;s:32:\"01936849febb7feebec934804b1c83a4\";i:1;s:32:\"a1b64d8c8d13401cb8c0590c6fd20195\";}s:11:\"categoryIds\";a:4:{i:0;s:32:\"3156faf2a6664362b00514480f1ac043\";i:1;s:32:\"3b79269bc04e483884abf3f390cb9ecf\";i:2;s:32:\"0190b72b05da70c5bb110eea292e3f86\";i:3;s:32:\"0190b72b4944777b80b401797878a8e5\";}s:11:\"propertyIds\";N;s:9:\"optionIds\";N;s:7:\"options\";a:0:{}s:9:\"streamIds\";a:5:{i:0;s:32:\"01910441b983719fb808c9735f685280\";i:1;s:32:\"01929ac113547c61abbfd0c81e099576\";i:2;s:32:\"0192c8418afe7a5396d2a1e93e43a4a8\";i:3;s:32:\"63d9250730d44e5d874fac954d1ed7b6\";i:4;s:32:\"987d518d3d04489ab222e1b660e62180\";}s:8:\"parentId\";N;s:5:\"stock\";i:91;s:8:\"features\";a:0:{}}s:8:\"\0*\0label\";s:23:\"Windows 11 Professional\";s:11:\"\0*\0quantity\";i:1;s:18:\"\0*\0priceDefinition\";O:64:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\QuantityPriceDefinition\":8:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:34.9;s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:11:\"\0*\0quantity\";i:1;s:15:\"\0*\0isCalculated\";b:1;s:27:\"\0*\0referencePriceDefinition\";N;s:12:\"\0*\0listPrice\";d:49.9;s:18:\"\0*\0regulationPrice\";N;}s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:34.9;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:34.9;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.57;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:34.9;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:49.9;s:11:\"\0*\0discount\";d:-15;s:13:\"\0*\0percentage\";d:30.06;}s:18:\"\0*\0regulationPrice\";N;}s:7:\"\0*\0good\";b:1;s:14:\"\0*\0description\";N;s:8:\"\0*\0cover\";N;s:22:\"\0*\0deliveryInformation\";O:63:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryInformation\":9:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0stock\";i:91;s:9:\"\0*\0weight\";N;s:15:\"\0*\0freeDelivery\";b:0;s:14:\"\0*\0restockTime\";N;s:15:\"\0*\0deliveryTime\";N;s:9:\"\0*\0height\";N;s:8:\"\0*\0width\";N;s:9:\"\0*\0length\";N;}s:11:\"\0*\0children\";O:55:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItemCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:0:{}}s:14:\"\0*\0requirement\";N;s:12:\"\0*\0removable\";b:1;s:12:\"\0*\0stackable\";b:1;s:22:\"\0*\0quantityInformation\";O:56:\"Shopware\\Core\\Checkout\\Cart\\LineItem\\QuantityInformation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:14:\"\0*\0minPurchase\";i:1;s:14:\"\0*\0maxPurchase\";i:91;s:16:\"\0*\0purchaseSteps\";i:1;}s:11:\"\0*\0modified\";b:0;s:20:\"\0*\0shippingCostAware\";b:1;s:16:\"\0*\0dataTimestamp\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-13 09:17:02.764633\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:18:\"\0*\0dataContextHash\";s:32:\"a30ff61c0f6300906301006a1fff7c4e\";s:19:\"\0*\0uniqueIdentifier\";s:32:\"0196c8eb77d9717da6958e1d0ae3feb8\";s:9:\"\0*\0states\";a:1:{i:0;s:11:\"is-physical\";}s:16:\"\0*\0modifiedByApp\";b:0;s:64:\"\0Shopware\\Core\\Checkout\\Cart\\LineItem\\LineItem\0payloadProtection\";a:2:{s:14:\"purchasePrices\";b:1;s:12:\"customFields\";b:0;}s:5:\"\0*\0id\";s:32:\"0192b0fcddb773d2982d4ff45365a8fd\";s:7:\"\0*\0type\";s:7:\"product\";s:15:\"\0*\0referencedId\";s:32:\"0192b0fcddb773d2982d4ff45365a8fd\";}s:11:\"\0*\0quantity\";i:1;s:8:\"\0*\0price\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:34.9;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:34.9;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:5.57;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:34.9;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";O:50:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\ListPrice\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0price\";d:49.9;s:11:\"\0*\0discount\";d:-15;s:13:\"\0*\0percentage\";d:30.06;}s:18:\"\0*\0regulationPrice\";N;}s:13:\"\0*\0identifier\";s:32:\"0192b0fcddb773d2982d4ff45365a8fd\";s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-13 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-13 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}}}}s:11:\"\0*\0location\";O:60:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\ShippingLocation\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0country\";O:42:\"Shopware\\Core\\System\\Country\\CountryEntity\":38:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:30:\"country_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"42865887b3af4714b8ca95be7ca1c45e\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:4:\"name\";s:11:\"Deutschland\";s:12:\"customFields\";a:0:{}s:13:\"addressFormat\";a:5:{i:0;a:3:{i:0;s:15:\"address/company\";i:1;s:11:\"symbol/dash\";i:2;s:18:\"address/department\";}i:1;a:2:{i:0;s:18:\"address/first_name\";i:1;s:17:\"address/last_name\";}i:2;a:1:{i:0;s:14:\"address/street\";}i:3;a:2:{i:0;s:15:\"address/zipcode\";i:1;s:12:\"address/city\";}i:4;a:1:{i:0;s:15:\"address/country\";}}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2021-02-05 09:15:19.182000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-15 14:37:42.569000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:7:\"country\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:11:\"Deutschland\";s:6:\"\0*\0iso\";s:2:\"DE\";s:11:\"\0*\0position\";i:1;s:9:\"\0*\0active\";b:1;s:20:\"\0*\0shippingAvailable\";b:1;s:7:\"\0*\0iso3\";s:3:\"DEU\";s:29:\"\0*\0displayStateInRegistration\";b:0;s:27:\"\0*\0forceStateInRegistration\";b:0;s:20:\"\0*\0checkVatIdPattern\";b:0;s:15:\"\0*\0vatIdPattern\";s:7:\"DE\\d{9}\";s:16:\"\0*\0vatIdRequired\";b:0;s:14:\"\0*\0customerTax\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\TaxFreeConfig\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0enabled\";b:0;s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:9:\"\0*\0amount\";d:0;}s:13:\"\0*\0companyTax\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\TaxFreeConfig\":4:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0enabled\";b:0;s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:9:\"\0*\0amount\";d:0;}s:9:\"\0*\0states\";N;s:15:\"\0*\0translations\";N;s:17:\"\0*\0orderAddresses\";N;s:20:\"\0*\0customerAddresses\";N;s:33:\"\0*\0salesChannelDefaultAssignments\";N;s:16:\"\0*\0salesChannels\";N;s:11:\"\0*\0taxRules\";N;s:27:\"\0*\0currencyCountryRoundings\";N;s:21:\"\0*\0postalCodeRequired\";b:0;s:7:\"\0*\0isEu\";b:1;s:25:\"\0*\0checkPostalCodePattern\";b:0;s:33:\"\0*\0checkAdvancedPostalCodePattern\";b:0;s:28:\"\0*\0advancedPostalCodePattern\";N;s:27:\"\0*\0defaultPostalCodePattern\";s:5:\"\\d{5}\";s:16:\"\0*\0addressFormat\";a:5:{i:0;a:3:{i:0;s:15:\"address/company\";i:1;s:11:\"symbol/dash\";i:2;s:18:\"address/department\";}i:1;a:2:{i:0;s:18:\"address/first_name\";i:1;s:17:\"address/last_name\";}i:2;a:1:{i:0;s:14:\"address/street\";}i:3;a:2:{i:0;s:15:\"address/zipcode\";i:1;s:12:\"address/city\";}i:4;a:1:{i:0;s:15:\"address/country\";}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"42865887b3af4714b8ca95be7ca1c45e\";}s:8:\"\0*\0state\";N;s:10:\"\0*\0address\";O:79:\"Shopware\\Core\\Checkout\\Customer\\Aggregate\\CustomerAddress\\CustomerAddressEntity\":30:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:39:\"customer_address_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"0196c8ebf9dc71cb9ce1764faaf57b24\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-13 09:13:50.402000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-13 09:16:56.995000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:16:\"customer_address\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:13:\"\0*\0customerId\";s:32:\"0196c8ebf9dc71cb9ce1764faa9e5428\";s:12:\"\0*\0countryId\";s:32:\"42865887b3af4714b8ca95be7ca1c45e\";s:17:\"\0*\0countryStateId\";N;s:15:\"\0*\0salutationId\";s:32:\"c09badfea22a4f8b883293f498c496ee\";s:12:\"\0*\0firstName\";s:4:\"test\";s:11:\"\0*\0lastName\";s:4:\"test\";s:10:\"\0*\0zipcode\";s:5:\"36622\";s:7:\"\0*\0city\";s:4:\"dhhs\";s:10:\"\0*\0company\";N;s:13:\"\0*\0department\";N;s:8:\"\0*\0title\";N;s:9:\"\0*\0street\";s:8:\"dhdhsh 1\";s:14:\"\0*\0phoneNumber\";N;s:25:\"\0*\0additionalAddressLine1\";N;s:25:\"\0*\0additionalAddressLine2\";N;s:10:\"\0*\0country\";r:313;s:15:\"\0*\0countryState\";N;s:13:\"\0*\0salutation\";O:48:\"Shopware\\Core\\System\\Salutation\\SalutationEntity\":19:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:33:\"salutation_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"c09badfea22a4f8b883293f498c496ee\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:3:{s:11:\"displayName\";s:1:\" \";s:10:\"letterName\";s:1:\" \";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2021-02-05 09:15:19.174000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2022-04-09 16:33:54.677000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:10:\"salutation\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:16:\"\0*\0salutationKey\";s:13:\"not_specified\";s:14:\"\0*\0displayName\";s:1:\" \";s:13:\"\0*\0letterName\";s:1:\" \";s:15:\"\0*\0translations\";N;s:12:\"\0*\0customers\";N;s:20:\"\0*\0customerAddresses\";N;s:17:\"\0*\0orderCustomers\";N;s:17:\"\0*\0orderAddresses\";N;s:23:\"\0*\0newsletterRecipients\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"c09badfea22a4f8b883293f498c496ee\";}s:11:\"\0*\0customer\";N;s:7:\"\0*\0hash\";s:64:\"d3880e5a26b86c33854f5987e22b13d10bec969f1a1a42f6d4fc4c9c2e512a53\";s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"0196c8ebf9dc71cb9ce1764faaf57b24\";}}s:15:\"\0*\0deliveryDate\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Delivery\\Struct\\DeliveryDate\":3:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0earliest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-13 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:9:\"\0*\0latest\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2025-05-14 16:00:00.000000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}}s:17:\"\0*\0shippingMethod\";O:52:\"Shopware\\Core\\Checkout\\Shipping\\ShippingMethodEntity\":32:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:38:\"shipping_method_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"059a4ed1134949349615dd950a20a457\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:4:{s:4:\"name\";s:17:\"Digitaler Versand\";s:12:\"customFields\";a:0:{}s:11:\"description\";N;s:11:\"trackingUrl\";N;}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2021-02-05 09:15:20.935000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2024-09-15 18:12:15.446000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:15:\"shipping_method\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:17:\"Digitaler Versand\";s:9:\"\0*\0active\";b:1;s:11:\"\0*\0position\";i:1;s:14:\"\0*\0description\";N;s:14:\"\0*\0trackingUrl\";N;s:17:\"\0*\0deliveryTimeId\";s:32:\"ebe711f0d81e44a6a40ee8adf7e35806\";s:15:\"\0*\0deliveryTime\";O:52:\"Shopware\\Core\\System\\DeliveryTime\\DeliveryTimeEntity\":17:{s:13:\"\0*\0extensions\";a:2:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:36:\"delivery_time_foreign_keys_extension\";}s:24:\"internal_mapping_storage\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";N;}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"ebe711f0d81e44a6a40ee8adf7e35806\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:2:{s:4:\"name\";s:17:\"Sofort verfügbar\";s:12:\"customFields\";a:0:{}}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2023-02-13 08:18:04.631000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:13:\"delivery_time\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:7:\"\0*\0name\";s:17:\"Sofort verfügbar\";s:6:\"\0*\0min\";i:0;s:6:\"\0*\0max\";i:0;s:7:\"\0*\0unit\";s:4:\"hour\";s:18:\"\0*\0shippingMethods\";N;s:15:\"\0*\0translations\";N;s:11:\"\0*\0products\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"ebe711f0d81e44a6a40ee8adf7e35806\";}s:15:\"\0*\0translations\";N;s:18:\"\0*\0orderDeliveries\";N;s:33:\"\0*\0salesChannelDefaultAssignments\";N;s:16:\"\0*\0salesChannels\";N;s:19:\"\0*\0availabilityRule\";N;s:21:\"\0*\0availabilityRuleId\";s:32:\"236e014da59d43a199f10116575e0cab\";s:9:\"\0*\0prices\";O:91:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"4bd764b6cdb14555ade4879942633d38\";O:87:\"Shopware\\Core\\Checkout\\Shipping\\Aggregate\\ShippingMethodPrice\\ShippingMethodPriceEntity\":20:{s:13:\"\0*\0extensions\";a:1:{s:11:\"foreignKeys\";O:42:\"Shopware\\Core\\Framework\\Struct\\ArrayStruct\":3:{s:13:\"\0*\0extensions\";a:0:{}s:7:\"\0*\0data\";a:0:{}s:11:\"\0*\0apiAlias\";s:44:\"shipping_method_price_foreign_keys_extension\";}}s:20:\"\0*\0_uniqueIdentifier\";s:32:\"4bd764b6cdb14555ade4879942633d38\";s:12:\"\0*\0versionId\";N;s:13:\"\0*\0translated\";a:0:{}s:12:\"\0*\0createdAt\";O:17:\"DateTimeImmutable\":3:{s:4:\"date\";s:26:\"2021-02-05 09:15:20.947000\";s:13:\"timezone_type\";i:3;s:8:\"timezone\";s:3:\"UTC\";}s:12:\"\0*\0updatedAt\";N;s:64:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_entityName\";s:21:\"shipping_method_price\";s:69:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\Entity\0_fieldVisibility\";O:60:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\":1:{s:80:\"\0Shopware\\Core\\Framework\\DataAbstractionLayer\\FieldVisibility\0internalProperties\";a:0:{}}s:19:\"\0*\0shippingMethodId\";s:32:\"059a4ed1134949349615dd950a20a457\";s:9:\"\0*\0ruleId\";N;s:14:\"\0*\0calculation\";i:1;s:16:\"\0*\0quantityStart\";d:0;s:14:\"\0*\0quantityEnd\";N;s:17:\"\0*\0shippingMethod\";N;s:7:\"\0*\0rule\";N;s:20:\"\0*\0calculationRuleId\";N;s:18:\"\0*\0calculationRule\";N;s:16:\"\0*\0currencyPrice\";O:68:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\PriceCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";O:58:\"Shopware\\Core\\Framework\\DataAbstractionLayer\\Pricing\\Price\":8:{s:13:\"\0*\0extensions\";a:0:{}s:13:\"\0*\0currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";s:6:\"\0*\0net\";d:0;s:8:\"\0*\0gross\";d:0;s:9:\"\0*\0linked\";b:0;s:12:\"\0*\0listPrice\";N;s:13:\"\0*\0percentage\";N;s:18:\"\0*\0regulationPrice\";N;}}}s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"4bd764b6cdb14555ade4879942633d38\";}}}s:10:\"\0*\0mediaId\";N;s:8:\"\0*\0taxId\";N;s:8:\"\0*\0media\";N;s:7:\"\0*\0tags\";N;s:10:\"\0*\0taxType\";s:4:\"auto\";s:16:\"\0*\0technicalName\";s:17:\"shipping_standard\";s:6:\"\0*\0tax\";N;s:20:\"\0*\0appShippingMethod\";N;s:15:\"\0*\0customFields\";N;s:5:\"\0*\0id\";s:32:\"059a4ed1134949349615dd950a20a457\";}s:16:\"\0*\0shippingCosts\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:0;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:0;s:18:\"\0*\0calculatedTaxes\";O:62:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTaxCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:52:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\CalculatedTax\":4:{s:13:\"\0*\0extensions\";a:0:{}s:6:\"\0*\0tax\";d:0;s:10:\"\0*\0taxRate\";d:19;s:8:\"\0*\0price\";d:0;}}}s:11:\"\0*\0taxRules\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRuleCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:19;O:46:\"Shopware\\Core\\Checkout\\Cart\\Tax\\Struct\\TaxRule\":3:{s:13:\"\0*\0extensions\";a:0:{}s:10:\"\0*\0taxRate\";d:19;s:13:\"\0*\0percentage\";d:100;}}}s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}}}}s:15:\"\0*\0transactions\";O:68:\"Shopware\\Core\\Checkout\\Cart\\Transaction\\Struct\\TransactionCollection\":2:{s:13:\"\0*\0extensions\";a:0:{}s:11:\"\0*\0elements\";a:1:{i:0;O:58:\"Shopware\\Core\\Checkout\\Cart\\Transaction\\Struct\\Transaction\":4:{s:13:\"\0*\0extensions\";a:0:{}s:9:\"\0*\0amount\";O:56:\"Shopware\\Core\\Checkout\\Cart\\Price\\Struct\\CalculatedPrice\":9:{s:13:\"\0*\0extensions\";a:0:{}s:12:\"\0*\0unitPrice\";d:34.9;s:11:\"\0*\0quantity\";i:1;s:13:\"\0*\0totalPrice\";d:34.9;s:18:\"\0*\0calculatedTaxes\";r:11;s:11:\"\0*\0taxRules\";r:19;s:17:\"\0*\0referencePrice\";N;s:12:\"\0*\0listPrice\";N;s:18:\"\0*\0regulationPrice\";N;}s:18:\"\0*\0paymentMethodId\";s:32:\"68a41f3c6a81456597dcacfbd07f813b\";s:19:\"\0*\0validationStruct\";N;}}}s:11:\"\0*\0modified\";b:0;s:18:\"\0*\0customerComment\";N;s:16:\"\0*\0affiliateCode\";N;s:15:\"\0*\0campaignCode\";N;s:9:\"\0*\0source\";N;s:7:\"\0*\0hash\";N;s:12:\"\0*\0errorHash\";s:0:\"\";s:38:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0data\";N;s:41:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0ruleIds\";a:14:{i:0;s:32:\"236e014da59d43a199f10116575e0cab\";i:1;s:32:\"3858957016644de4ae48c0500bf3ccc8\";i:2;s:32:\"964805d5f7724205b6fd43e0fa511a54\";i:3;s:32:\"aac0f35a04164151aaf97900c3f1c1f9\";i:4;s:32:\"e1378db7808a478f919e0d740d5d6c1a\";i:5;s:32:\"0192f95cc2887e9cb0c560e1418128db\";i:6;s:32:\"01932111949c751787f03416dd8b3086\";i:7;s:32:\"28caae75a5624f0d985abd0eb32aa160\";i:8;s:32:\"294e4e6ae3854b9abb863321878c81ce\";i:9;s:32:\"3fcab9f589f4424dbcf68c20d892f9f4\";i:10;s:32:\"4bf316ddbcd74e9ebcce51e2dcaa9e90\";i:11;s:32:\"707bb0d3ad0a4a0c842ca228ab8b9107\";i:12;s:32:\"d4052f0494fa44f492ef9b46a44edb31\";i:13;s:32:\"e44e6782c64247b796b891cf25ae38f7\";}s:42:\"\0Shopware\\Core\\Checkout\\Cart\\Cart\0behavior\";O:40:\"Shopware\\Core\\Checkout\\Cart\\CartBehavior\":4:{s:13:\"\0*\0extensions\";a:0:{}s:53:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0permissions\";a:0:{}s:51:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0hookAware\";b:1;s:57:\"\0Shopware\\Core\\Checkout\\Cart\\CartBehavior\0isRecalculation\";b:0;}s:8:\"\0*\0token\";s:32:\"kinWuyEVIUZt6y7hoNtMqTlUirtzcIav\";s:9:\"\0*\0states\";a:0:{}}' , `compressed` = 0 , `rule_ids` = '[\"236e014da59d43a199f10116575e0cab\",\"3858957016644de4ae48c0500bf3ccc8\",\"964805d5f7724205b6fd43e0fa511a54\",\"aac0f35a04164151aaf97900c3f1c1f9\",\"e1378db7808a478f919e0d740d5d6c1a\",\"0192f95cc2887e9cb0c560e1418128db\",\"01932111949c751787f03416dd8b3086\",\"28caae75a5624f0d985abd0eb32aa160\",\"294e4e6ae3854b9abb863321878c81ce\",\"3fcab9f589f4424dbcf68c20d892f9f4\",\"4bf316ddbcd74e9ebcce51e2dcaa9e90\",\"707bb0d3ad0a4a0c842ca228ab8b9107\",\"d4052f0494fa44f492ef9b46a44edb31\",\"e44e6782c64247b796b891cf25ae38f7\"]' , `created_at` = '2025-05-13 09:17:02.828' ; ;
Copy
4.74 ms (2.79%)
1
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` ;
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` ; ;
Copy
4.62 ms (2.72%)
1
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` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `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` . `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` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Éã\x1A µFs‗ضÖ\x11 Ìt1C "
]
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` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`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` . `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` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
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`
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`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
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` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `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` . `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` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` 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` 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` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x0190C61AE64673F29DF49911DE743143 );
Copy
4.60 ms (2.71%)
1
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`
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`
;
Copy
3.61 ms (2.12%)
1
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 = ? OR seo_path_info = ? ))
Parameters :
[
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"""
d«·rÈøG\x04 ”\n
ÂÎVä\n
ð
"""
"country/country-state-data "
"country/country-state-data/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 ) AND ((sales_channel_id = 0x64ABB772C8F84704940AC2CE56E40AF0 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'country/country-state-data' OR seo_path_info = 'country/country-state-data/' ));
Copy
3.50 ms (2.06%)
1
SELECT LOWER (HEX (language . parent_id )) FROM language WHERE language . id = ?
Parameters :
[
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
]
SELECT LOWER (HEX (language . parent_id )) FROM language WHERE language . id = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 ;
Copy
3.32 ms (1.95%)
1
SELECT `customer_address` . `id` as `customer_address.id` , `customer_address` . `customer_id` as `customer_address.customerId` , `customer_address` . `country_id` as `customer_address.countryId` , `customer_address` . `country_state_id` as `customer_address.countryStateId` , `customer_address` . `salutation_id` as `customer_address.salutationId` , `customer_address` . `first_name` as `customer_address.firstName` , `customer_address` . `last_name` as `customer_address.lastName` , `customer_address` . `zipcode` as `customer_address.zipcode` , `customer_address` . `city` as `customer_address.city` , `customer_address` . `company` as `customer_address.company` , `customer_address` . `street` as `customer_address.street` , `customer_address` . `department` as `customer_address.department` , `customer_address` . `title` as `customer_address.title` , `customer_address` . `phone_number` as `customer_address.phoneNumber` , `customer_address` . `additional_address_line1` as `customer_address.additionalAddressLine1` , `customer_address` . `additional_address_line2` as `customer_address.additionalAddressLine2` , `customer_address` . `custom_fields` as `customer_address.customFields` , `customer_address` . `created_at` as `customer_address.createdAt` , `customer_address` . `updated_at` as `customer_address.updatedAt` , `customer_address.salutation` . `id` as `customer_address.salutation.id` , `customer_address.salutation` . `salutation_key` as `customer_address.salutation.salutationKey` , `customer_address.salutation` . `created_at` as `customer_address.salutation.createdAt` , `customer_address.salutation` . `updated_at` as `customer_address.salutation.updatedAt` , `customer_address.salutation.translation.override_1.displayName` , `customer_address.salutation.translation.displayName` , COALESCE (`customer_address.salutation.translation.override_1.displayName` , `customer_address.salutation.translation.displayName` ) as `customer_address.salutation.displayName` , `customer_address.salutation.translation.override_1.letterName` , `customer_address.salutation.translation.letterName` , COALESCE (`customer_address.salutation.translation.override_1.letterName` , `customer_address.salutation.translation.letterName` ) as `customer_address.salutation.letterName` , `customer_address.salutation.translation.override_1.customFields` , `customer_address.salutation.translation.customFields` , COALESCE (`customer_address.salutation.translation.override_1.customFields` , `customer_address.salutation.translation.customFields` ) as `customer_address.salutation.customFields` , `customer_address.country` . `id` as `customer_address.country.id` , `customer_address.country` . `iso` as `customer_address.country.iso` , `customer_address.country` . `position` as `customer_address.country.position` , `customer_address.country` . `active` as `customer_address.country.active` , `customer_address.country` . `shipping_available` as `customer_address.country.shippingAvailable` , `customer_address.country` . `iso3` as `customer_address.country.iso3` , `customer_address.country` . `display_state_in_registration` as `customer_address.country.displayStateInRegistration` , `customer_address.country` . `force_state_in_registration` as `customer_address.country.forceStateInRegistration` , `customer_address.country` . `check_vat_id_pattern` as `customer_address.country.checkVatIdPattern` , `customer_address.country` . `vat_id_required` as `customer_address.country.vatIdRequired` , `customer_address.country` . `vat_id_pattern` as `customer_address.country.vatIdPattern` , `customer_address.country` . `customer_tax` as `customer_address.country.customerTax` , `customer_address.country` . `company_tax` as `customer_address.country.companyTax` , `customer_address.country` . `postal_code_required` as `customer_address.country.postalCodeRequired` , `customer_address.country` . `check_postal_code_pattern` as `customer_address.country.checkPostalCodePattern` , `customer_address.country` . `check_advanced_postal_code_pattern` as `customer_address.country.checkAdvancedPostalCodePattern` , `customer_address.country` . `advanced_postal_code_pattern` as `customer_address.country.advancedPostalCodePattern` , `customer_address.country` . `default_postal_code_pattern` as `customer_address.country.defaultPostalCodePattern` , `customer_address.country` . `is_eu` as `customer_address.country.isEu` , `customer_address.country` . `created_at` as `customer_address.country.createdAt` , `customer_address.country` . `updated_at` as `customer_address.country.updatedAt` , `customer_address.country.translation.override_1.name` , `customer_address.country.translation.name` , COALESCE (`customer_address.country.translation.override_1.name` , `customer_address.country.translation.name` ) as `customer_address.country.name` , `customer_address.country.translation.override_1.addressFormat` , `customer_address.country.translation.addressFormat` , COALESCE (`customer_address.country.translation.override_1.addressFormat` , `customer_address.country.translation.addressFormat` ) as `customer_address.country.addressFormat` , `customer_address.country.translation.override_1.customFields` , `customer_address.country.translation.customFields` , COALESCE (`customer_address.country.translation.override_1.customFields` , `customer_address.country.translation.customFields` ) as `customer_address.country.customFields` , `customer_address.countryState` . `id` as `customer_address.countryState.id` , `customer_address.countryState` . `country_id` as `customer_address.countryState.countryId` , `customer_address.countryState` . `short_code` as `customer_address.countryState.shortCode` , `customer_address.countryState` . `position` as `customer_address.countryState.position` , `customer_address.countryState` . `active` as `customer_address.countryState.active` , `customer_address.countryState` . `created_at` as `customer_address.countryState.createdAt` , `customer_address.countryState` . `updated_at` as `customer_address.countryState.updatedAt` , `customer_address.countryState.translation.override_1.name` , `customer_address.countryState.translation.name` , COALESCE (`customer_address.countryState.translation.override_1.name` , `customer_address.countryState.translation.name` ) as `customer_address.countryState.name` , `customer_address.countryState.translation.override_1.customFields` , `customer_address.countryState.translation.customFields` , COALESCE (`customer_address.countryState.translation.override_1.customFields` , `customer_address.countryState.translation.customFields` ) as `customer_address.countryState.customFields` FROM `customer_address` LEFT JOIN `salutation` `customer_address.salutation` ON `customer_address` . `salutation_id` = `customer_address.salutation` . `id` LEFT JOIN `country` `customer_address.country` ON `customer_address` . `country_id` = `customer_address.country` . `id` LEFT JOIN `country_state` `customer_address.countryState` ON `customer_address` . `country_state_id` = `customer_address.countryState` . `id` LEFT JOIN (SELECT `customer_address.salutation.translation` . `salutation_id` , `customer_address.salutation.translation` . `display_name` as `customer_address.salutation.translation.displayName` , `customer_address.salutation.translation.override_1` . `display_name` as `customer_address.salutation.translation.override_1.displayName` , `customer_address.salutation.translation` . `letter_name` as `customer_address.salutation.translation.letterName` , `customer_address.salutation.translation.override_1` . `letter_name` as `customer_address.salutation.translation.override_1.letterName` , `customer_address.salutation.translation` . `custom_fields` as `customer_address.salutation.translation.customFields` , `customer_address.salutation.translation.override_1` . `custom_fields` as `customer_address.salutation.translation.override_1.customFields` FROM `salutation_translation` `customer_address.salutation.translation` LEFT JOIN `salutation_translation` `customer_address.salutation.translation.override_1` ON `customer_address.salutation.translation` . `salutation_id` = `customer_address.salutation.translation.override_1` . `salutation_id` AND `customer_address.salutation.translation.override_1` . `language_id` = ? WHERE `customer_address.salutation.translation` . `language_id` = ? ) `customer_address.salutation.salutation_translation` ON `customer_address.salutation.salutation_translation` . `salutation_id` = `customer_address.salutation` . `id` LEFT JOIN (SELECT `customer_address.country.translation` . `country_id` , `customer_address.country.translation` . `name` as `customer_address.country.translation.name` , `customer_address.country.translation.override_1` . `name` as `customer_address.country.translation.override_1.name` , `customer_address.country.translation` . `custom_fields` as `customer_address.country.translation.customFields` , `customer_address.country.translation.override_1` . `custom_fields` as `customer_address.country.translation.override_1.customFields` , `customer_address.country.translation` . `address_format` as `customer_address.country.translation.addressFormat` , `customer_address.country.translation.override_1` . `address_format` as `customer_address.country.translation.override_1.addressFormat` FROM `country_translation` `customer_address.country.translation` LEFT JOIN `country_translation` `customer_address.country.translation.override_1` ON `customer_address.country.translation` . `country_id` = `customer_address.country.translation.override_1` . `country_id` AND `customer_address.country.translation.override_1` . `language_id` = ? WHERE `customer_address.country.translation` . `language_id` = ? ) `customer_address.country.country_translation` ON `customer_address.country.country_translation` . `country_id` = `customer_address.country` . `id` LEFT JOIN (SELECT `customer_address.countryState.translation` . `country_state_id` , `customer_address.countryState.translation` . `name` as `customer_address.countryState.translation.name` , `customer_address.countryState.translation.override_1` . `name` as `customer_address.countryState.translation.override_1.name` , `customer_address.countryState.translation` . `custom_fields` as `customer_address.countryState.translation.customFields` , `customer_address.countryState.translation.override_1` . `custom_fields` as `customer_address.countryState.translation.override_1.customFields` FROM `country_state_translation` `customer_address.countryState.translation` LEFT JOIN `country_state_translation` `customer_address.countryState.translation.override_1` ON `customer_address.countryState.translation` . `country_state_id` = `customer_address.countryState.translation.override_1` . `country_state_id` AND `customer_address.countryState.translation.override_1` . `language_id` = ? WHERE `customer_address.countryState.translation` . `language_id` = ? ) `customer_address.countryState.country_state_translation` ON `customer_address.countryState.country_state_translation` . `country_state_id` = `customer_address.countryState` . `id` WHERE `customer_address` . `id` IN (? )
Parameters :
[
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 –ÈëùÜqËœávOªõ{$ "
]
SELECT
`customer_address` . `id` as `customer_address.id` ,
`customer_address` . `customer_id` as `customer_address.customerId` ,
`customer_address` . `country_id` as `customer_address.countryId` ,
`customer_address` . `country_state_id` as `customer_address.countryStateId` ,
`customer_address` . `salutation_id` as `customer_address.salutationId` ,
`customer_address` . `first_name` as `customer_address.firstName` ,
`customer_address` . `last_name` as `customer_address.lastName` ,
`customer_address` . `zipcode` as `customer_address.zipcode` ,
`customer_address` . `city` as `customer_address.city` ,
`customer_address` . `company` as `customer_address.company` ,
`customer_address` . `street` as `customer_address.street` ,
`customer_address` . `department` as `customer_address.department` ,
`customer_address` . `title` as `customer_address.title` ,
`customer_address` . `phone_number` as `customer_address.phoneNumber` ,
`customer_address` . `additional_address_line1` as `customer_address.additionalAddressLine1` ,
`customer_address` . `additional_address_line2` as `customer_address.additionalAddressLine2` ,
`customer_address` . `custom_fields` as `customer_address.customFields` ,
`customer_address` . `created_at` as `customer_address.createdAt` ,
`customer_address` . `updated_at` as `customer_address.updatedAt` ,
`customer_address.salutation` . `id` as `customer_address.salutation.id` ,
`customer_address.salutation` . `salutation_key` as `customer_address.salutation.salutationKey` ,
`customer_address.salutation` . `created_at` as `customer_address.salutation.createdAt` ,
`customer_address.salutation` . `updated_at` as `customer_address.salutation.updatedAt` ,
`customer_address.salutation.translation.override_1.displayName` ,
`customer_address.salutation.translation.displayName` ,
COALESCE (
`customer_address.salutation.translation.override_1.displayName` ,
`customer_address.salutation.translation.displayName`
) as `customer_address.salutation.displayName` ,
`customer_address.salutation.translation.override_1.letterName` ,
`customer_address.salutation.translation.letterName` ,
COALESCE (
`customer_address.salutation.translation.override_1.letterName` ,
`customer_address.salutation.translation.letterName`
) as `customer_address.salutation.letterName` ,
`customer_address.salutation.translation.override_1.customFields` ,
`customer_address.salutation.translation.customFields` ,
COALESCE (
`customer_address.salutation.translation.override_1.customFields` ,
`customer_address.salutation.translation.customFields`
) as `customer_address.salutation.customFields` ,
`customer_address.country` . `id` as `customer_address.country.id` ,
`customer_address.country` . `iso` as `customer_address.country.iso` ,
`customer_address.country` . `position` as `customer_address.country.position` ,
`customer_address.country` . `active` as `customer_address.country.active` ,
`customer_address.country` . `shipping_available` as `customer_address.country.shippingAvailable` ,
`customer_address.country` . `iso3` as `customer_address.country.iso3` ,
`customer_address.country` . `display_state_in_registration` as `customer_address.country.displayStateInRegistration` ,
`customer_address.country` . `force_state_in_registration` as `customer_address.country.forceStateInRegistration` ,
`customer_address.country` . `check_vat_id_pattern` as `customer_address.country.checkVatIdPattern` ,
`customer_address.country` . `vat_id_required` as `customer_address.country.vatIdRequired` ,
`customer_address.country` . `vat_id_pattern` as `customer_address.country.vatIdPattern` ,
`customer_address.country` . `customer_tax` as `customer_address.country.customerTax` ,
`customer_address.country` . `company_tax` as `customer_address.country.companyTax` ,
`customer_address.country` . `postal_code_required` as `customer_address.country.postalCodeRequired` ,
`customer_address.country` . `check_postal_code_pattern` as `customer_address.country.checkPostalCodePattern` ,
`customer_address.country` . `check_advanced_postal_code_pattern` as `customer_address.country.checkAdvancedPostalCodePattern` ,
`customer_address.country` . `advanced_postal_code_pattern` as `customer_address.country.advancedPostalCodePattern` ,
`customer_address.country` . `default_postal_code_pattern` as `customer_address.country.defaultPostalCodePattern` ,
`customer_address.country` . `is_eu` as `customer_address.country.isEu` ,
`customer_address.country` . `created_at` as `customer_address.country.createdAt` ,
`customer_address.country` . `updated_at` as `customer_address.country.updatedAt` ,
`customer_address.country.translation.override_1.name` ,
`customer_address.country.translation.name` ,
COALESCE (
`customer_address.country.translation.override_1.name` ,
`customer_address.country.translation.name`
) as `customer_address.country.name` ,
`customer_address.country.translation.override_1.addressFormat` ,
`customer_address.country.translation.addressFormat` ,
COALESCE (
`customer_address.country.translation.override_1.addressFormat` ,
`customer_address.country.translation.addressFormat`
) as `customer_address.country.addressFormat` ,
`customer_address.country.translation.override_1.customFields` ,
`customer_address.country.translation.customFields` ,
COALESCE (
`customer_address.country.translation.override_1.customFields` ,
`customer_address.country.translation.customFields`
) as `customer_address.country.customFields` ,
`customer_address.countryState` . `id` as `customer_address.countryState.id` ,
`customer_address.countryState` . `country_id` as `customer_address.countryState.countryId` ,
`customer_address.countryState` . `short_code` as `customer_address.countryState.shortCode` ,
`customer_address.countryState` . `position` as `customer_address.countryState.position` ,
`customer_address.countryState` . `active` as `customer_address.countryState.active` ,
`customer_address.countryState` . `created_at` as `customer_address.countryState.createdAt` ,
`customer_address.countryState` . `updated_at` as `customer_address.countryState.updatedAt` ,
`customer_address.countryState.translation.override_1.name` ,
`customer_address.countryState.translation.name` ,
COALESCE (
`customer_address.countryState.translation.override_1.name` ,
`customer_address.countryState.translation.name`
) as `customer_address.countryState.name` ,
`customer_address.countryState.translation.override_1.customFields` ,
`customer_address.countryState.translation.customFields` ,
COALESCE (
`customer_address.countryState.translation.override_1.customFields` ,
`customer_address.countryState.translation.customFields`
) as `customer_address.countryState.customFields`
FROM
`customer_address`
LEFT JOIN `salutation` `customer_address.salutation` ON `customer_address` . `salutation_id` = `customer_address.salutation` . `id`
LEFT JOIN `country` `customer_address.country` ON `customer_address` . `country_id` = `customer_address.country` . `id`
LEFT JOIN `country_state` `customer_address.countryState` ON `customer_address` . `country_state_id` = `customer_address.countryState` . `id`
LEFT JOIN (
SELECT
`customer_address.salutation.translation` . `salutation_id` ,
`customer_address.salutation.translation` . `display_name` as `customer_address.salutation.translation.displayName` ,
`customer_address.salutation.translation.override_1` . `display_name` as `customer_address.salutation.translation.override_1.displayName` ,
`customer_address.salutation.translation` . `letter_name` as `customer_address.salutation.translation.letterName` ,
`customer_address.salutation.translation.override_1` . `letter_name` as `customer_address.salutation.translation.override_1.letterName` ,
`customer_address.salutation.translation` . `custom_fields` as `customer_address.salutation.translation.customFields` ,
`customer_address.salutation.translation.override_1` . `custom_fields` as `customer_address.salutation.translation.override_1.customFields`
FROM
`salutation_translation` `customer_address.salutation.translation`
LEFT JOIN `salutation_translation` `customer_address.salutation.translation.override_1` ON `customer_address.salutation.translation` . `salutation_id` = `customer_address.salutation.translation.override_1` . `salutation_id`
AND `customer_address.salutation.translation.override_1` . `language_id` = ?
WHERE
`customer_address.salutation.translation` . `language_id` = ?
) `customer_address.salutation.salutation_translation` ON `customer_address.salutation.salutation_translation` . `salutation_id` = `customer_address.salutation` . `id`
LEFT JOIN (
SELECT
`customer_address.country.translation` . `country_id` ,
`customer_address.country.translation` . `name` as `customer_address.country.translation.name` ,
`customer_address.country.translation.override_1` . `name` as `customer_address.country.translation.override_1.name` ,
`customer_address.country.translation` . `custom_fields` as `customer_address.country.translation.customFields` ,
`customer_address.country.translation.override_1` . `custom_fields` as `customer_address.country.translation.override_1.customFields` ,
`customer_address.country.translation` . `address_format` as `customer_address.country.translation.addressFormat` ,
`customer_address.country.translation.override_1` . `address_format` as `customer_address.country.translation.override_1.addressFormat`
FROM
`country_translation` `customer_address.country.translation`
LEFT JOIN `country_translation` `customer_address.country.translation.override_1` ON `customer_address.country.translation` . `country_id` = `customer_address.country.translation.override_1` . `country_id`
AND `customer_address.country.translation.override_1` . `language_id` = ?
WHERE
`customer_address.country.translation` . `language_id` = ?
) `customer_address.country.country_translation` ON `customer_address.country.country_translation` . `country_id` = `customer_address.country` . `id`
LEFT JOIN (
SELECT
`customer_address.countryState.translation` . `country_state_id` ,
`customer_address.countryState.translation` . `name` as `customer_address.countryState.translation.name` ,
`customer_address.countryState.translation.override_1` . `name` as `customer_address.countryState.translation.override_1.name` ,
`customer_address.countryState.translation` . `custom_fields` as `customer_address.countryState.translation.customFields` ,
`customer_address.countryState.translation.override_1` . `custom_fields` as `customer_address.countryState.translation.override_1.customFields`
FROM
`country_state_translation` `customer_address.countryState.translation`
LEFT JOIN `country_state_translation` `customer_address.countryState.translation.override_1` ON `customer_address.countryState.translation` . `country_state_id` = `customer_address.countryState.translation.override_1` . `country_state_id`
AND `customer_address.countryState.translation.override_1` . `language_id` = ?
WHERE
`customer_address.countryState.translation` . `language_id` = ?
) `customer_address.countryState.country_state_translation` ON `customer_address.countryState.country_state_translation` . `country_state_id` = `customer_address.countryState` . `id`
WHERE
`customer_address` . `id` IN (? )
Copy
SELECT `customer_address` . `id` as `customer_address.id` , `customer_address` . `customer_id` as `customer_address.customerId` , `customer_address` . `country_id` as `customer_address.countryId` , `customer_address` . `country_state_id` as `customer_address.countryStateId` , `customer_address` . `salutation_id` as `customer_address.salutationId` , `customer_address` . `first_name` as `customer_address.firstName` , `customer_address` . `last_name` as `customer_address.lastName` , `customer_address` . `zipcode` as `customer_address.zipcode` , `customer_address` . `city` as `customer_address.city` , `customer_address` . `company` as `customer_address.company` , `customer_address` . `street` as `customer_address.street` , `customer_address` . `department` as `customer_address.department` , `customer_address` . `title` as `customer_address.title` , `customer_address` . `phone_number` as `customer_address.phoneNumber` , `customer_address` . `additional_address_line1` as `customer_address.additionalAddressLine1` , `customer_address` . `additional_address_line2` as `customer_address.additionalAddressLine2` , `customer_address` . `custom_fields` as `customer_address.customFields` , `customer_address` . `created_at` as `customer_address.createdAt` , `customer_address` . `updated_at` as `customer_address.updatedAt` , `customer_address.salutation` . `id` as `customer_address.salutation.id` , `customer_address.salutation` . `salutation_key` as `customer_address.salutation.salutationKey` , `customer_address.salutation` . `created_at` as `customer_address.salutation.createdAt` , `customer_address.salutation` . `updated_at` as `customer_address.salutation.updatedAt` , `customer_address.salutation.translation.override_1.displayName` , `customer_address.salutation.translation.displayName` , COALESCE (`customer_address.salutation.translation.override_1.displayName` , `customer_address.salutation.translation.displayName` ) as `customer_address.salutation.displayName` , `customer_address.salutation.translation.override_1.letterName` , `customer_address.salutation.translation.letterName` , COALESCE (`customer_address.salutation.translation.override_1.letterName` , `customer_address.salutation.translation.letterName` ) as `customer_address.salutation.letterName` , `customer_address.salutation.translation.override_1.customFields` , `customer_address.salutation.translation.customFields` , COALESCE (`customer_address.salutation.translation.override_1.customFields` , `customer_address.salutation.translation.customFields` ) as `customer_address.salutation.customFields` , `customer_address.country` . `id` as `customer_address.country.id` , `customer_address.country` . `iso` as `customer_address.country.iso` , `customer_address.country` . `position` as `customer_address.country.position` , `customer_address.country` . `active` as `customer_address.country.active` , `customer_address.country` . `shipping_available` as `customer_address.country.shippingAvailable` , `customer_address.country` . `iso3` as `customer_address.country.iso3` , `customer_address.country` . `display_state_in_registration` as `customer_address.country.displayStateInRegistration` , `customer_address.country` . `force_state_in_registration` as `customer_address.country.forceStateInRegistration` , `customer_address.country` . `check_vat_id_pattern` as `customer_address.country.checkVatIdPattern` , `customer_address.country` . `vat_id_required` as `customer_address.country.vatIdRequired` , `customer_address.country` . `vat_id_pattern` as `customer_address.country.vatIdPattern` , `customer_address.country` . `customer_tax` as `customer_address.country.customerTax` , `customer_address.country` . `company_tax` as `customer_address.country.companyTax` , `customer_address.country` . `postal_code_required` as `customer_address.country.postalCodeRequired` , `customer_address.country` . `check_postal_code_pattern` as `customer_address.country.checkPostalCodePattern` , `customer_address.country` . `check_advanced_postal_code_pattern` as `customer_address.country.checkAdvancedPostalCodePattern` , `customer_address.country` . `advanced_postal_code_pattern` as `customer_address.country.advancedPostalCodePattern` , `customer_address.country` . `default_postal_code_pattern` as `customer_address.country.defaultPostalCodePattern` , `customer_address.country` . `is_eu` as `customer_address.country.isEu` , `customer_address.country` . `created_at` as `customer_address.country.createdAt` , `customer_address.country` . `updated_at` as `customer_address.country.updatedAt` , `customer_address.country.translation.override_1.name` , `customer_address.country.translation.name` , COALESCE (`customer_address.country.translation.override_1.name` , `customer_address.country.translation.name` ) as `customer_address.country.name` , `customer_address.country.translation.override_1.addressFormat` , `customer_address.country.translation.addressFormat` , COALESCE (`customer_address.country.translation.override_1.addressFormat` , `customer_address.country.translation.addressFormat` ) as `customer_address.country.addressFormat` , `customer_address.country.translation.override_1.customFields` , `customer_address.country.translation.customFields` , COALESCE (`customer_address.country.translation.override_1.customFields` , `customer_address.country.translation.customFields` ) as `customer_address.country.customFields` , `customer_address.countryState` . `id` as `customer_address.countryState.id` , `customer_address.countryState` . `country_id` as `customer_address.countryState.countryId` , `customer_address.countryState` . `short_code` as `customer_address.countryState.shortCode` , `customer_address.countryState` . `position` as `customer_address.countryState.position` , `customer_address.countryState` . `active` as `customer_address.countryState.active` , `customer_address.countryState` . `created_at` as `customer_address.countryState.createdAt` , `customer_address.countryState` . `updated_at` as `customer_address.countryState.updatedAt` , `customer_address.countryState.translation.override_1.name` , `customer_address.countryState.translation.name` , COALESCE (`customer_address.countryState.translation.override_1.name` , `customer_address.countryState.translation.name` ) as `customer_address.countryState.name` , `customer_address.countryState.translation.override_1.customFields` , `customer_address.countryState.translation.customFields` , COALESCE (`customer_address.countryState.translation.override_1.customFields` , `customer_address.countryState.translation.customFields` ) as `customer_address.countryState.customFields` FROM `customer_address` LEFT JOIN `salutation` `customer_address.salutation` ON `customer_address` . `salutation_id` = `customer_address.salutation` . `id` LEFT JOIN `country` `customer_address.country` ON `customer_address` . `country_id` = `customer_address.country` . `id` LEFT JOIN `country_state` `customer_address.countryState` ON `customer_address` . `country_state_id` = `customer_address.countryState` . `id` LEFT JOIN (SELECT `customer_address.salutation.translation` . `salutation_id` , `customer_address.salutation.translation` . `display_name` as `customer_address.salutation.translation.displayName` , `customer_address.salutation.translation.override_1` . `display_name` as `customer_address.salutation.translation.override_1.displayName` , `customer_address.salutation.translation` . `letter_name` as `customer_address.salutation.translation.letterName` , `customer_address.salutation.translation.override_1` . `letter_name` as `customer_address.salutation.translation.override_1.letterName` , `customer_address.salutation.translation` . `custom_fields` as `customer_address.salutation.translation.customFields` , `customer_address.salutation.translation.override_1` . `custom_fields` as `customer_address.salutation.translation.override_1.customFields` FROM `salutation_translation` `customer_address.salutation.translation` LEFT JOIN `salutation_translation` `customer_address.salutation.translation.override_1` ON `customer_address.salutation.translation` . `salutation_id` = `customer_address.salutation.translation.override_1` . `salutation_id` AND `customer_address.salutation.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `customer_address.salutation.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_address.salutation.salutation_translation` ON `customer_address.salutation.salutation_translation` . `salutation_id` = `customer_address.salutation` . `id` LEFT JOIN (SELECT `customer_address.country.translation` . `country_id` , `customer_address.country.translation` . `name` as `customer_address.country.translation.name` , `customer_address.country.translation.override_1` . `name` as `customer_address.country.translation.override_1.name` , `customer_address.country.translation` . `custom_fields` as `customer_address.country.translation.customFields` , `customer_address.country.translation.override_1` . `custom_fields` as `customer_address.country.translation.override_1.customFields` , `customer_address.country.translation` . `address_format` as `customer_address.country.translation.addressFormat` , `customer_address.country.translation.override_1` . `address_format` as `customer_address.country.translation.override_1.addressFormat` FROM `country_translation` `customer_address.country.translation` LEFT JOIN `country_translation` `customer_address.country.translation.override_1` ON `customer_address.country.translation` . `country_id` = `customer_address.country.translation.override_1` . `country_id` AND `customer_address.country.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `customer_address.country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_address.country.country_translation` ON `customer_address.country.country_translation` . `country_id` = `customer_address.country` . `id` LEFT JOIN (SELECT `customer_address.countryState.translation` . `country_state_id` , `customer_address.countryState.translation` . `name` as `customer_address.countryState.translation.name` , `customer_address.countryState.translation.override_1` . `name` as `customer_address.countryState.translation.override_1.name` , `customer_address.countryState.translation` . `custom_fields` as `customer_address.countryState.translation.customFields` , `customer_address.countryState.translation.override_1` . `custom_fields` as `customer_address.countryState.translation.override_1.customFields` FROM `country_state_translation` `customer_address.countryState.translation` LEFT JOIN `country_state_translation` `customer_address.countryState.translation.override_1` ON `customer_address.countryState.translation` . `country_state_id` = `customer_address.countryState.translation.override_1` . `country_state_id` AND `customer_address.countryState.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `customer_address.countryState.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_address.countryState.country_state_translation` ON `customer_address.countryState.country_state_translation` . `country_state_id` = `customer_address.countryState` . `id` WHERE `customer_address` . `id` IN (0x0196C8EBF9DC71CB9CE1764FAAF57B24 );
Copy
3.32 ms (1.95%)
1
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 Éã\x1A µFs‗ضÖ\x11 Ìt1C "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0190C61AE64673F29DF49911DE743143 ));
Copy
3.32 ms (1.95%)
1
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.override_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.override_1.name` , `shipping_method.deliveryTime.translation.name` ) as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.override_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.override_1.customFields` , `shipping_method.deliveryTime.translation.customFields` ) as `shipping_method.deliveryTime.customFields` , `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` . `file_hash` as `shipping_method.media.fileHash` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.override_1.title` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.override_1.title` , `shipping_method.media.translation.title` ) as `shipping_method.media.title` , `shipping_method.media.translation.override_1.alt` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.override_1.alt` , `shipping_method.media.translation.alt` ) as `shipping_method.media.alt` , `shipping_method.media.translation.override_1.customFields` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.override_1.customFields` , `shipping_method.media.translation.customFields` ) as `shipping_method.media.customFields` , `shipping_method.translation.override_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.override_1.name` , `shipping_method.translation.name` ) as `shipping_method.name` , `shipping_method.translation.override_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.override_1.description` , `shipping_method.translation.description` ) as `shipping_method.description` , `shipping_method.translation.override_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.override_1.trackingUrl` , `shipping_method.translation.trackingUrl` ) as `shipping_method.trackingUrl` , `shipping_method.translation.override_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.override_1.customFields` , `shipping_method.translation.customFields` ) as `shipping_method.customFields` FROM `shipping_method` 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.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation.override_1` . `name` as `shipping_method.translation.override_1.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation.override_1` . `custom_fields` as `shipping_method.translation.override_1.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation.override_1` . `description` as `shipping_method.translation.override_1.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` , `shipping_method.translation.override_1` . `tracking_url` as `shipping_method.translation.override_1.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.override_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.override_1` . `shipping_method_id` AND `shipping_method.translation.override_1` . `language_id` = ? 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 (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.override_1` . `name` as `shipping_method.deliveryTime.translation.override_1.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.override_1` . `custom_fields` as `shipping_method.deliveryTime.translation.override_1.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.override_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.override_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.override_1` . `language_id` = ? 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` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation.override_1` . `alt` as `shipping_method.media.translation.override_1.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation.override_1` . `title` as `shipping_method.media.translation.override_1.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` , `shipping_method.media.translation.override_1` . `custom_fields` as `shipping_method.media.translation.override_1.customFields` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.override_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.override_1` . `media_id` AND `shipping_method.media.translation.override_1` . `language_id` = ? 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"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
\x05 šNÑ\x13 II4–\x15 Ý•\n
¤W
"""
]
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.override_1.name` ,
`shipping_method.deliveryTime.translation.name` ,
COALESCE (
`shipping_method.deliveryTime.translation.override_1.name` ,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.override_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields` ,
COALESCE (
`shipping_method.deliveryTime.translation.override_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields` ,
`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` . `file_hash` as `shipping_method.media.fileHash` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.override_1.title` ,
`shipping_method.media.translation.title` ,
COALESCE (
`shipping_method.media.translation.override_1.title` ,
`shipping_method.media.translation.title`
) as `shipping_method.media.title` ,
`shipping_method.media.translation.override_1.alt` ,
`shipping_method.media.translation.alt` ,
COALESCE (
`shipping_method.media.translation.override_1.alt` ,
`shipping_method.media.translation.alt`
) as `shipping_method.media.alt` ,
`shipping_method.media.translation.override_1.customFields` ,
`shipping_method.media.translation.customFields` ,
COALESCE (
`shipping_method.media.translation.override_1.customFields` ,
`shipping_method.media.translation.customFields`
) as `shipping_method.media.customFields` ,
`shipping_method.translation.override_1.name` ,
`shipping_method.translation.name` ,
COALESCE (
`shipping_method.translation.override_1.name` ,
`shipping_method.translation.name`
) as `shipping_method.name` ,
`shipping_method.translation.override_1.description` ,
`shipping_method.translation.description` ,
COALESCE (
`shipping_method.translation.override_1.description` ,
`shipping_method.translation.description`
) as `shipping_method.description` ,
`shipping_method.translation.override_1.trackingUrl` ,
`shipping_method.translation.trackingUrl` ,
COALESCE (
`shipping_method.translation.override_1.trackingUrl` ,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl` ,
`shipping_method.translation.override_1.customFields` ,
`shipping_method.translation.customFields` ,
COALESCE (
`shipping_method.translation.override_1.customFields` ,
`shipping_method.translation.customFields`
) as `shipping_method.customFields`
FROM
`shipping_method`
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.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation.override_1` . `name` as `shipping_method.translation.override_1.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation.override_1` . `custom_fields` as `shipping_method.translation.override_1.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation.override_1` . `description` as `shipping_method.translation.override_1.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` ,
`shipping_method.translation.override_1` . `tracking_url` as `shipping_method.translation.override_1.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
LEFT JOIN `shipping_method_translation` `shipping_method.translation.override_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.override_1` . `shipping_method_id`
AND `shipping_method.translation.override_1` . `language_id` = ?
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 (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.override_1` . `name` as `shipping_method.deliveryTime.translation.override_1.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.override_1` . `custom_fields` as `shipping_method.deliveryTime.translation.override_1.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.override_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.override_1` . `delivery_time_id`
AND `shipping_method.deliveryTime.translation.override_1` . `language_id` = ?
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` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation.override_1` . `alt` as `shipping_method.media.translation.override_1.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation.override_1` . `title` as `shipping_method.media.translation.override_1.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.override_1` . `custom_fields` as `shipping_method.media.translation.override_1.customFields`
FROM
`media_translation` `shipping_method.media.translation`
LEFT JOIN `media_translation` `shipping_method.media.translation.override_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.override_1` . `media_id`
AND `shipping_method.media.translation.override_1` . `language_id` = ?
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 (? )
Copy
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.override_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.override_1.name` , `shipping_method.deliveryTime.translation.name` ) as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.override_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.override_1.customFields` , `shipping_method.deliveryTime.translation.customFields` ) as `shipping_method.deliveryTime.customFields` , `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` . `file_hash` as `shipping_method.media.fileHash` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.override_1.title` , `shipping_method.media.translation.title` , COALESCE (`shipping_method.media.translation.override_1.title` , `shipping_method.media.translation.title` ) as `shipping_method.media.title` , `shipping_method.media.translation.override_1.alt` , `shipping_method.media.translation.alt` , COALESCE (`shipping_method.media.translation.override_1.alt` , `shipping_method.media.translation.alt` ) as `shipping_method.media.alt` , `shipping_method.media.translation.override_1.customFields` , `shipping_method.media.translation.customFields` , COALESCE (`shipping_method.media.translation.override_1.customFields` , `shipping_method.media.translation.customFields` ) as `shipping_method.media.customFields` , `shipping_method.translation.override_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.override_1.name` , `shipping_method.translation.name` ) as `shipping_method.name` , `shipping_method.translation.override_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.override_1.description` , `shipping_method.translation.description` ) as `shipping_method.description` , `shipping_method.translation.override_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.override_1.trackingUrl` , `shipping_method.translation.trackingUrl` ) as `shipping_method.trackingUrl` , `shipping_method.translation.override_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.override_1.customFields` , `shipping_method.translation.customFields` ) as `shipping_method.customFields` FROM `shipping_method` 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.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation.override_1` . `name` as `shipping_method.translation.override_1.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation.override_1` . `custom_fields` as `shipping_method.translation.override_1.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation.override_1` . `description` as `shipping_method.translation.override_1.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` , `shipping_method.translation.override_1` . `tracking_url` as `shipping_method.translation.override_1.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.override_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.override_1` . `shipping_method_id` AND `shipping_method.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `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.override_1` . `name` as `shipping_method.deliveryTime.translation.override_1.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.override_1` . `custom_fields` as `shipping_method.deliveryTime.translation.override_1.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.override_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.override_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation.override_1` . `alt` as `shipping_method.media.translation.override_1.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation.override_1` . `title` as `shipping_method.media.translation.override_1.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` , `shipping_method.media.translation.override_1` . `custom_fields` as `shipping_method.media.translation.override_1.customFields` FROM `media_translation` `shipping_method.media.translation` LEFT JOIN `media_translation` `shipping_method.media.translation.override_1` ON `shipping_method.media.translation` . `media_id` = `shipping_method.media.translation.override_1` . `media_id` AND `shipping_method.media.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x059A4ED1134949349615DD950A20A457 );
Copy
3.21 ms (1.89%)
3
SELECT `acris_product_customer_group` . `product_id` , `acris_product_customer_group` . `customer_group_id` FROM `acris_product_customer_group` WHERE (`acris_product_customer_group` . `customer_group_id` = ? )
Parameters :
[
b"¤¢P\x18 ËìAÏ¡╩\x10 ┘O╚¢Í "
]
SELECT `acris_product_customer_group` . `product_id` , `acris_product_customer_group` . `customer_group_id` FROM `acris_product_customer_group` WHERE (`acris_product_customer_group` . `customer_group_id` = 0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
2.88 ms (1.69%)
1
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"#n\x01 MÑØCíÖ±\x01\x16 W^\f ½ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"–H\x05 Õ÷rB\x05 ¶ýCàúQ\x1A T "
b"ªÀóZ\x04\x16 AQªùy\x00 ÃñÁù "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"\x01 ƨ\┬ê~£░┼`ßAü(█ "
b"\x01 “!\x11 ”œu\x17 ‡ð4\x16 Ý‹0† "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b")NNjÒàKÜ╗å3!çîü╬ "
b"?ʹõ‰ôBM¼öŒ Ø’ùô "
b"K¾\x16 ¦╝ÎN×╝╬QÔ▄¬×É "
b"""
p{°Ó\n
J\f „,¢(«‹‘\x07
"""
b"Ô\x05 /\x04 ”úDô’ï›F¤NÛ1 "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
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 (0x236E014DA59D43A199F10116575E0CAB , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x964805D5F7724205B6FD43E0FA511A54 , 0xAAC0F35A04164151AAF97900C3F1C1F9 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0x0192F95CC2887E9CB0C560E1418128DB , 0x01932111949C751787F03416DD8B3086 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x294E4E6AE3854B9ABB863321878C81CE , 0x3FCAB9F589F4424DBCF68C20D892F9F4 , 0x4BF316DDBCD74E9EBCCE51E2DCAA9E90 , 0x707BB0D3AD0A4A0C842CA228AB8B9107 , 0xD4052F0494FA44F492EF9B46A44EDB31 , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy
2.84 ms (1.67%)
1
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
2.24 ms (1.31%)
1
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.override_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.override_1.name` , `shipping_method.deliveryTime.translation.name` ) as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.override_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.override_1.customFields` , `shipping_method.deliveryTime.translation.customFields` ) as `shipping_method.deliveryTime.customFields` , `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.tax` . `id` as `shipping_method.tax.id` , `shipping_method.tax` . `tax_rate` as `shipping_method.tax.taxRate` , `shipping_method.tax` . `name` as `shipping_method.tax.name` , `shipping_method.tax` . `position` as `shipping_method.tax.position` , `shipping_method.tax` . `custom_fields` as `shipping_method.tax.customFields` , `shipping_method.tax` . `created_at` as `shipping_method.tax.createdAt` , `shipping_method.tax` . `updated_at` as `shipping_method.tax.updatedAt` , `shipping_method.translation.override_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.override_1.name` , `shipping_method.translation.name` ) as `shipping_method.name` , `shipping_method.translation.override_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.override_1.description` , `shipping_method.translation.description` ) as `shipping_method.description` , `shipping_method.translation.override_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.override_1.trackingUrl` , `shipping_method.translation.trackingUrl` ) as `shipping_method.trackingUrl` , `shipping_method.translation.override_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.override_1.customFields` , `shipping_method.translation.customFields` ) as `shipping_method.customFields` FROM `shipping_method` 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 `tax` `shipping_method.tax` ON `shipping_method` . `tax_id` = `shipping_method.tax` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation.override_1` . `name` as `shipping_method.translation.override_1.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation.override_1` . `custom_fields` as `shipping_method.translation.override_1.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation.override_1` . `description` as `shipping_method.translation.override_1.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` , `shipping_method.translation.override_1` . `tracking_url` as `shipping_method.translation.override_1.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.override_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.override_1` . `shipping_method_id` AND `shipping_method.translation.override_1` . `language_id` = ? 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 (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.override_1` . `name` as `shipping_method.deliveryTime.translation.override_1.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.override_1` . `custom_fields` as `shipping_method.deliveryTime.translation.override_1.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.override_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.override_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.override_1` . `language_id` = ? 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` WHERE `shipping_method` . `id` IN (? , ? )
Parameters :
[
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
\x05 šNÑ\x13 II4–\x15 Ý•\n
¤W
"""
b"""
\x05 šNÑ\x13 II4–\x15 Ý•\n
¤W
"""
]
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.override_1.name` ,
`shipping_method.deliveryTime.translation.name` ,
COALESCE (
`shipping_method.deliveryTime.translation.override_1.name` ,
`shipping_method.deliveryTime.translation.name`
) as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.override_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields` ,
COALESCE (
`shipping_method.deliveryTime.translation.override_1.customFields` ,
`shipping_method.deliveryTime.translation.customFields`
) as `shipping_method.deliveryTime.customFields` ,
`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.tax` . `id` as `shipping_method.tax.id` ,
`shipping_method.tax` . `tax_rate` as `shipping_method.tax.taxRate` ,
`shipping_method.tax` . `name` as `shipping_method.tax.name` ,
`shipping_method.tax` . `position` as `shipping_method.tax.position` ,
`shipping_method.tax` . `custom_fields` as `shipping_method.tax.customFields` ,
`shipping_method.tax` . `created_at` as `shipping_method.tax.createdAt` ,
`shipping_method.tax` . `updated_at` as `shipping_method.tax.updatedAt` ,
`shipping_method.translation.override_1.name` ,
`shipping_method.translation.name` ,
COALESCE (
`shipping_method.translation.override_1.name` ,
`shipping_method.translation.name`
) as `shipping_method.name` ,
`shipping_method.translation.override_1.description` ,
`shipping_method.translation.description` ,
COALESCE (
`shipping_method.translation.override_1.description` ,
`shipping_method.translation.description`
) as `shipping_method.description` ,
`shipping_method.translation.override_1.trackingUrl` ,
`shipping_method.translation.trackingUrl` ,
COALESCE (
`shipping_method.translation.override_1.trackingUrl` ,
`shipping_method.translation.trackingUrl`
) as `shipping_method.trackingUrl` ,
`shipping_method.translation.override_1.customFields` ,
`shipping_method.translation.customFields` ,
COALESCE (
`shipping_method.translation.override_1.customFields` ,
`shipping_method.translation.customFields`
) as `shipping_method.customFields`
FROM
`shipping_method`
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 `tax` `shipping_method.tax` ON `shipping_method` . `tax_id` = `shipping_method.tax` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation.override_1` . `name` as `shipping_method.translation.override_1.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation.override_1` . `custom_fields` as `shipping_method.translation.override_1.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation.override_1` . `description` as `shipping_method.translation.override_1.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` ,
`shipping_method.translation.override_1` . `tracking_url` as `shipping_method.translation.override_1.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
LEFT JOIN `shipping_method_translation` `shipping_method.translation.override_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.override_1` . `shipping_method_id`
AND `shipping_method.translation.override_1` . `language_id` = ?
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 (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.override_1` . `name` as `shipping_method.deliveryTime.translation.override_1.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.override_1` . `custom_fields` as `shipping_method.deliveryTime.translation.override_1.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.override_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.override_1` . `delivery_time_id`
AND `shipping_method.deliveryTime.translation.override_1` . `language_id` = ?
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`
WHERE
`shipping_method` . `id` IN (? , ? )
Copy
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.override_1.name` , `shipping_method.deliveryTime.translation.name` , COALESCE (`shipping_method.deliveryTime.translation.override_1.name` , `shipping_method.deliveryTime.translation.name` ) as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.override_1.customFields` , `shipping_method.deliveryTime.translation.customFields` , COALESCE (`shipping_method.deliveryTime.translation.override_1.customFields` , `shipping_method.deliveryTime.translation.customFields` ) as `shipping_method.deliveryTime.customFields` , `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.tax` . `id` as `shipping_method.tax.id` , `shipping_method.tax` . `tax_rate` as `shipping_method.tax.taxRate` , `shipping_method.tax` . `name` as `shipping_method.tax.name` , `shipping_method.tax` . `position` as `shipping_method.tax.position` , `shipping_method.tax` . `custom_fields` as `shipping_method.tax.customFields` , `shipping_method.tax` . `created_at` as `shipping_method.tax.createdAt` , `shipping_method.tax` . `updated_at` as `shipping_method.tax.updatedAt` , `shipping_method.translation.override_1.name` , `shipping_method.translation.name` , COALESCE (`shipping_method.translation.override_1.name` , `shipping_method.translation.name` ) as `shipping_method.name` , `shipping_method.translation.override_1.description` , `shipping_method.translation.description` , COALESCE (`shipping_method.translation.override_1.description` , `shipping_method.translation.description` ) as `shipping_method.description` , `shipping_method.translation.override_1.trackingUrl` , `shipping_method.translation.trackingUrl` , COALESCE (`shipping_method.translation.override_1.trackingUrl` , `shipping_method.translation.trackingUrl` ) as `shipping_method.trackingUrl` , `shipping_method.translation.override_1.customFields` , `shipping_method.translation.customFields` , COALESCE (`shipping_method.translation.override_1.customFields` , `shipping_method.translation.customFields` ) as `shipping_method.customFields` FROM `shipping_method` 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 `tax` `shipping_method.tax` ON `shipping_method` . `tax_id` = `shipping_method.tax` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation.override_1` . `name` as `shipping_method.translation.override_1.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation.override_1` . `custom_fields` as `shipping_method.translation.override_1.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation.override_1` . `description` as `shipping_method.translation.override_1.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` , `shipping_method.translation.override_1` . `tracking_url` as `shipping_method.translation.override_1.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` LEFT JOIN `shipping_method_translation` `shipping_method.translation.override_1` ON `shipping_method.translation` . `shipping_method_id` = `shipping_method.translation.override_1` . `shipping_method_id` AND `shipping_method.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `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.override_1` . `name` as `shipping_method.deliveryTime.translation.override_1.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.override_1` . `custom_fields` as `shipping_method.deliveryTime.translation.override_1.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` LEFT JOIN `delivery_time_translation` `shipping_method.deliveryTime.translation.override_1` ON `shipping_method.deliveryTime.translation` . `delivery_time_id` = `shipping_method.deliveryTime.translation.override_1` . `delivery_time_id` AND `shipping_method.deliveryTime.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` WHERE `shipping_method` . `id` IN (0x059A4ED1134949349615DD950A20A457 , 0x059A4ED1134949349615DD950A20A457 );
Copy
2.18 ms (1.28%)
1
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"hñ\x1F <jüEeù▄¼¹ð\x7F ü; "
]
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` = 0x68A41F3C6A81456597DCACFBD07F813B AND
pm . `active` = 1 ;
Copy
2.08 ms (1.23%)
1
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.override_1.shortName` , `currency.translation.shortName` , COALESCE (`currency.translation.override_1.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.override_1.name` , `currency.translation.name` , COALESCE (`currency.translation.override_1.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.override_1.customFields` , `currency.translation.customFields` , COALESCE (`currency.translation.override_1.customFields` , `currency.translation.customFields` ) as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation.override_1` . `short_name` as `currency.translation.override_1.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation.override_1` . `name` as `currency.translation.override_1.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` , `currency.translation.override_1` . `custom_fields` as `currency.translation.override_1.customFields` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.override_1` ON `currency.translation` . `currency_id` = `currency.translation.override_1` . `currency_id` AND `currency.translation.override_1` . `language_id` = ? WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
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.override_1.shortName` , `currency.translation.shortName` , COALESCE (`currency.translation.override_1.shortName` , `currency.translation.shortName` ) as `currency.shortName` , `currency.translation.override_1.name` , `currency.translation.name` , COALESCE (`currency.translation.override_1.name` , `currency.translation.name` ) as `currency.name` , `currency.translation.override_1.customFields` , `currency.translation.customFields` , COALESCE (`currency.translation.override_1.customFields` , `currency.translation.customFields` ) as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation.override_1` . `short_name` as `currency.translation.override_1.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation.override_1` . `name` as `currency.translation.override_1.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` , `currency.translation.override_1` . `custom_fields` as `currency.translation.override_1.customFields` FROM `currency_translation` `currency.translation` LEFT JOIN `currency_translation` `currency.translation.override_1` ON `currency.translation` . `currency_id` = `currency.translation.override_1` . `currency_id` AND `currency.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
1.89 ms (1.11%)
1
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` . `file_hash` as `payment_method.media.fileHash` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.override_1.title` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.override_1.title` , `payment_method.media.translation.title` ) as `payment_method.media.title` , `payment_method.media.translation.override_1.alt` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.override_1.alt` , `payment_method.media.translation.alt` ) as `payment_method.media.alt` , `payment_method.media.translation.override_1.customFields` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.override_1.customFields` , `payment_method.media.translation.customFields` ) as `payment_method.media.customFields` , `payment_method.translation.override_1.name` , `payment_method.translation.name` , COALESCE (`payment_method.translation.override_1.name` , `payment_method.translation.name` ) as `payment_method.name` , `payment_method.translation.override_1.distinguishableName` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.override_1.distinguishableName` , `payment_method.translation.distinguishableName` ) as `payment_method.distinguishableName` , `payment_method.translation.override_1.description` , `payment_method.translation.description` , COALESCE (`payment_method.translation.override_1.description` , `payment_method.translation.description` ) as `payment_method.description` , `payment_method.translation.override_1.customFields` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.override_1.customFields` , `payment_method.translation.customFields` ) as `payment_method.customFields` FROM `payment_method` 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.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation.override_1` . `name` as `payment_method.translation.override_1.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation.override_1` . `distinguishable_name` as `payment_method.translation.override_1.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation.override_1` . `description` as `payment_method.translation.override_1.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` , `payment_method.translation.override_1` . `custom_fields` as `payment_method.translation.override_1.customFields` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.override_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.override_1` . `payment_method_id` AND `payment_method.translation.override_1` . `language_id` = ? 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 (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation.override_1` . `alt` as `payment_method.media.translation.override_1.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation.override_1` . `title` as `payment_method.media.translation.override_1.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` , `payment_method.media.translation.override_1` . `custom_fields` as `payment_method.media.translation.override_1.customFields` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.override_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.override_1` . `media_id` AND `payment_method.media.translation.override_1` . `language_id` = ? 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"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"hñ\x1F <jüEeù▄¼¹ð\x7F ü; "
]
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` . `file_hash` as `payment_method.media.fileHash` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.override_1.title` ,
`payment_method.media.translation.title` ,
COALESCE (
`payment_method.media.translation.override_1.title` ,
`payment_method.media.translation.title`
) as `payment_method.media.title` ,
`payment_method.media.translation.override_1.alt` ,
`payment_method.media.translation.alt` ,
COALESCE (
`payment_method.media.translation.override_1.alt` ,
`payment_method.media.translation.alt`
) as `payment_method.media.alt` ,
`payment_method.media.translation.override_1.customFields` ,
`payment_method.media.translation.customFields` ,
COALESCE (
`payment_method.media.translation.override_1.customFields` ,
`payment_method.media.translation.customFields`
) as `payment_method.media.customFields` ,
`payment_method.translation.override_1.name` ,
`payment_method.translation.name` ,
COALESCE (
`payment_method.translation.override_1.name` ,
`payment_method.translation.name`
) as `payment_method.name` ,
`payment_method.translation.override_1.distinguishableName` ,
`payment_method.translation.distinguishableName` ,
COALESCE (
`payment_method.translation.override_1.distinguishableName` ,
`payment_method.translation.distinguishableName`
) as `payment_method.distinguishableName` ,
`payment_method.translation.override_1.description` ,
`payment_method.translation.description` ,
COALESCE (
`payment_method.translation.override_1.description` ,
`payment_method.translation.description`
) as `payment_method.description` ,
`payment_method.translation.override_1.customFields` ,
`payment_method.translation.customFields` ,
COALESCE (
`payment_method.translation.override_1.customFields` ,
`payment_method.translation.customFields`
) as `payment_method.customFields`
FROM
`payment_method`
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.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation.override_1` . `name` as `payment_method.translation.override_1.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation.override_1` . `distinguishable_name` as `payment_method.translation.override_1.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation.override_1` . `description` as `payment_method.translation.override_1.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` ,
`payment_method.translation.override_1` . `custom_fields` as `payment_method.translation.override_1.customFields`
FROM
`payment_method_translation` `payment_method.translation`
LEFT JOIN `payment_method_translation` `payment_method.translation.override_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.override_1` . `payment_method_id`
AND `payment_method.translation.override_1` . `language_id` = ?
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 (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation.override_1` . `alt` as `payment_method.media.translation.override_1.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation.override_1` . `title` as `payment_method.media.translation.override_1.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` ,
`payment_method.media.translation.override_1` . `custom_fields` as `payment_method.media.translation.override_1.customFields`
FROM
`media_translation` `payment_method.media.translation`
LEFT JOIN `media_translation` `payment_method.media.translation.override_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.override_1` . `media_id`
AND `payment_method.media.translation.override_1` . `language_id` = ?
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 (? )
Copy
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` . `file_hash` as `payment_method.media.fileHash` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.override_1.title` , `payment_method.media.translation.title` , COALESCE (`payment_method.media.translation.override_1.title` , `payment_method.media.translation.title` ) as `payment_method.media.title` , `payment_method.media.translation.override_1.alt` , `payment_method.media.translation.alt` , COALESCE (`payment_method.media.translation.override_1.alt` , `payment_method.media.translation.alt` ) as `payment_method.media.alt` , `payment_method.media.translation.override_1.customFields` , `payment_method.media.translation.customFields` , COALESCE (`payment_method.media.translation.override_1.customFields` , `payment_method.media.translation.customFields` ) as `payment_method.media.customFields` , `payment_method.translation.override_1.name` , `payment_method.translation.name` , COALESCE (`payment_method.translation.override_1.name` , `payment_method.translation.name` ) as `payment_method.name` , `payment_method.translation.override_1.distinguishableName` , `payment_method.translation.distinguishableName` , COALESCE (`payment_method.translation.override_1.distinguishableName` , `payment_method.translation.distinguishableName` ) as `payment_method.distinguishableName` , `payment_method.translation.override_1.description` , `payment_method.translation.description` , COALESCE (`payment_method.translation.override_1.description` , `payment_method.translation.description` ) as `payment_method.description` , `payment_method.translation.override_1.customFields` , `payment_method.translation.customFields` , COALESCE (`payment_method.translation.override_1.customFields` , `payment_method.translation.customFields` ) as `payment_method.customFields` FROM `payment_method` 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.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation.override_1` . `name` as `payment_method.translation.override_1.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation.override_1` . `distinguishable_name` as `payment_method.translation.override_1.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation.override_1` . `description` as `payment_method.translation.override_1.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` , `payment_method.translation.override_1` . `custom_fields` as `payment_method.translation.override_1.customFields` FROM `payment_method_translation` `payment_method.translation` LEFT JOIN `payment_method_translation` `payment_method.translation.override_1` ON `payment_method.translation` . `payment_method_id` = `payment_method.translation.override_1` . `payment_method_id` AND `payment_method.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation.override_1` . `alt` as `payment_method.media.translation.override_1.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation.override_1` . `title` as `payment_method.media.translation.override_1.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` , `payment_method.media.translation.override_1` . `custom_fields` as `payment_method.media.translation.override_1.customFields` FROM `media_translation` `payment_method.media.translation` LEFT JOIN `media_translation` `payment_method.media.translation.override_1` ON `payment_method.media.translation` . `media_id` = `payment_method.media.translation.override_1` . `media_id` AND `payment_method.media.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x68A41F3C6A81456597DCACFBD07F813B );
Copy
1.86 ms (1.09%)
1
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
1.72 ms (1.01%)
1
SELECT `customer` . `id` as `customer.id` , `customer` . `customer_group_id` as `customer.groupId` , `customer` . `sales_channel_id` as `customer.salesChannelId` , `customer` . `language_id` as `customer.languageId` , `customer` . `last_payment_method_id` as `customer.lastPaymentMethodId` , `customer` . `default_billing_address_id` as `customer.defaultBillingAddressId` , `customer` . `default_shipping_address_id` as `customer.defaultShippingAddressId` , `customer` . `auto_increment` as `customer.autoIncrement` , `customer` . `customer_number` as `customer.customerNumber` , `customer` . `salutation_id` as `customer.salutationId` , `customer` . `first_name` as `customer.firstName` , `customer` . `last_name` as `customer.lastName` , `customer` . `company` as `customer.company` , `customer` . `password` as `customer.password` , `customer` . `email` as `customer.email` , `customer` . `title` as `customer.title` , `customer` . `vat_ids` as `customer.vatIds` , `customer` . `affiliate_code` as `customer.affiliateCode` , `customer` . `campaign_code` as `customer.campaignCode` , `customer` . `active` as `customer.active` , `customer` . `double_opt_in_registration` as `customer.doubleOptInRegistration` , `customer` . `double_opt_in_email_sent_date` as `customer.doubleOptInEmailSentDate` , `customer` . `double_opt_in_confirm_date` as `customer.doubleOptInConfirmDate` , `customer` . `hash` as `customer.hash` , `customer` . `guest` as `customer.guest` , `customer` . `first_login` as `customer.firstLogin` , `customer` . `last_login` as `customer.lastLogin` , `customer` . `newsletter_sales_channel_ids` as `customer.newsletterSalesChannelIds` , `customer` . `birthday` as `customer.birthday` , `customer` . `last_order_date` as `customer.lastOrderDate` , `customer` . `order_count` as `customer.orderCount` , `customer` . `order_total_amount` as `customer.orderTotalAmount` , `customer` . `review_count` as `customer.reviewCount` , `customer` . `custom_fields` as `customer.customFields` , `customer` . `legacy_password` as `customer.legacyPassword` , `customer` . `legacy_encoder` as `customer.legacyEncoder` , `customer` . `remote_address` as `customer.remoteAddress` , `customer` . `tag_ids` as `customer.tagIds` , `customer` . `requested_customer_group_id` as `customer.requestedGroupId` , `customer` . `bound_sales_channel_id` as `customer.boundSalesChannelId` , `customer` . `account_type` as `customer.accountType` , `customer` . `created_by_id` as `customer.createdById` , `customer` . `updated_by_id` as `customer.updatedById` , `customer` . `default_payment_method_id` as `customer.defaultPaymentMethodId` , `customer` . `created_at` as `customer.createdAt` , `customer` . `updated_at` as `customer.updatedAt` , `customer.salutation` . `id` as `customer.salutation.id` , `customer.salutation` . `salutation_key` as `customer.salutation.salutationKey` , `customer.salutation` . `created_at` as `customer.salutation.createdAt` , `customer.salutation` . `updated_at` as `customer.salutation.updatedAt` , `customer.salutation.translation.override_1.displayName` , `customer.salutation.translation.displayName` , COALESCE (`customer.salutation.translation.override_1.displayName` , `customer.salutation.translation.displayName` ) as `customer.salutation.displayName` , `customer.salutation.translation.override_1.letterName` , `customer.salutation.translation.letterName` , COALESCE (`customer.salutation.translation.override_1.letterName` , `customer.salutation.translation.letterName` ) as `customer.salutation.letterName` , `customer.salutation.translation.override_1.customFields` , `customer.salutation.translation.customFields` , COALESCE (`customer.salutation.translation.override_1.customFields` , `customer.salutation.translation.customFields` ) as `customer.salutation.customFields` , `customer.defaultPaymentMethod` . `id` as `customer.defaultPaymentMethod.id` , `customer.defaultPaymentMethod` . `plugin_id` as `customer.defaultPaymentMethod.pluginId` , `customer.defaultPaymentMethod` . `handler_identifier` as `customer.defaultPaymentMethod.handlerIdentifier` , `customer.defaultPaymentMethod` . `position` as `customer.defaultPaymentMethod.position` , `customer.defaultPaymentMethod` . `active` as `customer.defaultPaymentMethod.active` , `customer.defaultPaymentMethod` . `after_order_enabled` as `customer.defaultPaymentMethod.afterOrderEnabled` , `customer.defaultPaymentMethod` . `availability_rule_id` as `customer.defaultPaymentMethod.availabilityRuleId` , `customer.defaultPaymentMethod` . `media_id` as `customer.defaultPaymentMethod.mediaId` , `customer.defaultPaymentMethod.appPaymentMethod` . `id` as `customer.defaultPaymentMethod.appPaymentMethod.id` , `customer.defaultPaymentMethod.appPaymentMethod` . `app_name` as `customer.defaultPaymentMethod.appPaymentMethod.appName` , `customer.defaultPaymentMethod.appPaymentMethod` . `identifier` as `customer.defaultPaymentMethod.appPaymentMethod.identifier` , `customer.defaultPaymentMethod.appPaymentMethod` . `pay_url` as `customer.defaultPaymentMethod.appPaymentMethod.payUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `finalize_url` as `customer.defaultPaymentMethod.appPaymentMethod.finalizeUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `validate_url` as `customer.defaultPaymentMethod.appPaymentMethod.validateUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `capture_url` as `customer.defaultPaymentMethod.appPaymentMethod.captureUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `refund_url` as `customer.defaultPaymentMethod.appPaymentMethod.refundUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `recurring_url` as `customer.defaultPaymentMethod.appPaymentMethod.recurringUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `app_id` as `customer.defaultPaymentMethod.appPaymentMethod.appId` , `customer.defaultPaymentMethod.appPaymentMethod` . `original_media_id` as `customer.defaultPaymentMethod.appPaymentMethod.originalMediaId` , `customer.defaultPaymentMethod.appPaymentMethod` . `payment_method_id` as `customer.defaultPaymentMethod.appPaymentMethod.paymentMethodId` , `customer.defaultPaymentMethod.appPaymentMethod` . `created_at` as `customer.defaultPaymentMethod.appPaymentMethod.createdAt` , `customer.defaultPaymentMethod.appPaymentMethod` . `updated_at` as `customer.defaultPaymentMethod.appPaymentMethod.updatedAt` , `customer.defaultPaymentMethod` . `technical_name` as `customer.defaultPaymentMethod.technicalName` , `customer.defaultPaymentMethod` . `created_at` as `customer.defaultPaymentMethod.createdAt` , `customer.defaultPaymentMethod` . `updated_at` as `customer.defaultPaymentMethod.updatedAt` , `customer.defaultPaymentMethod.translation.override_1.name` , `customer.defaultPaymentMethod.translation.name` , COALESCE (`customer.defaultPaymentMethod.translation.override_1.name` , `customer.defaultPaymentMethod.translation.name` ) as `customer.defaultPaymentMethod.name` , `customer.defaultPaymentMethod.translation.override_1.distinguishableName` , `customer.defaultPaymentMethod.translation.distinguishableName` , COALESCE (`customer.defaultPaymentMethod.translation.override_1.distinguishableName` , `customer.defaultPaymentMethod.translation.distinguishableName` ) as `customer.defaultPaymentMethod.distinguishableName` , `customer.defaultPaymentMethod.translation.override_1.description` , `customer.defaultPaymentMethod.translation.description` , COALESCE (`customer.defaultPaymentMethod.translation.override_1.description` , `customer.defaultPaymentMethod.translation.description` ) as `customer.defaultPaymentMethod.description` , `customer.defaultPaymentMethod.translation.override_1.customFields` , `customer.defaultPaymentMethod.translation.customFields` , COALESCE (`customer.defaultPaymentMethod.translation.override_1.customFields` , `customer.defaultPaymentMethod.translation.customFields` ) as `customer.defaultPaymentMethod.customFields` FROM `customer` LEFT JOIN `salutation` `customer.salutation` ON `customer` . `salutation_id` = `customer.salutation` . `id` LEFT JOIN `payment_method` `customer.defaultPaymentMethod` ON `customer` . `default_payment_method_id` = `customer.defaultPaymentMethod` . `id` LEFT JOIN (SELECT `customer.salutation.translation` . `salutation_id` , `customer.salutation.translation` . `display_name` as `customer.salutation.translation.displayName` , `customer.salutation.translation.override_1` . `display_name` as `customer.salutation.translation.override_1.displayName` , `customer.salutation.translation` . `letter_name` as `customer.salutation.translation.letterName` , `customer.salutation.translation.override_1` . `letter_name` as `customer.salutation.translation.override_1.letterName` , `customer.salutation.translation` . `custom_fields` as `customer.salutation.translation.customFields` , `customer.salutation.translation.override_1` . `custom_fields` as `customer.salutation.translation.override_1.customFields` FROM `salutation_translation` `customer.salutation.translation` LEFT JOIN `salutation_translation` `customer.salutation.translation.override_1` ON `customer.salutation.translation` . `salutation_id` = `customer.salutation.translation.override_1` . `salutation_id` AND `customer.salutation.translation.override_1` . `language_id` = ? WHERE `customer.salutation.translation` . `language_id` = ? ) `customer.salutation.salutation_translation` ON `customer.salutation.salutation_translation` . `salutation_id` = `customer.salutation` . `id` LEFT JOIN `app_payment_method` `customer.defaultPaymentMethod.appPaymentMethod` ON `customer.defaultPaymentMethod` . `id` = `customer.defaultPaymentMethod.appPaymentMethod` . `payment_method_id` LEFT JOIN (SELECT `customer.defaultPaymentMethod.translation` . `payment_method_id` , `customer.defaultPaymentMethod.translation` . `name` as `customer.defaultPaymentMethod.translation.name` , `customer.defaultPaymentMethod.translation.override_1` . `name` as `customer.defaultPaymentMethod.translation.override_1.name` , `customer.defaultPaymentMethod.translation` . `distinguishable_name` as `customer.defaultPaymentMethod.translation.distinguishableName` , `customer.defaultPaymentMethod.translation.override_1` . `distinguishable_name` as `customer.defaultPaymentMethod.translation.override_1.distinguishableName` , `customer.defaultPaymentMethod.translation` . `description` as `customer.defaultPaymentMethod.translation.description` , `customer.defaultPaymentMethod.translation.override_1` . `description` as `customer.defaultPaymentMethod.translation.override_1.description` , `customer.defaultPaymentMethod.translation` . `custom_fields` as `customer.defaultPaymentMethod.translation.customFields` , `customer.defaultPaymentMethod.translation.override_1` . `custom_fields` as `customer.defaultPaymentMethod.translation.override_1.customFields` FROM `payment_method_translation` `customer.defaultPaymentMethod.translation` LEFT JOIN `payment_method_translation` `customer.defaultPaymentMethod.translation.override_1` ON `customer.defaultPaymentMethod.translation` . `payment_method_id` = `customer.defaultPaymentMethod.translation.override_1` . `payment_method_id` AND `customer.defaultPaymentMethod.translation.override_1` . `language_id` = ? WHERE `customer.defaultPaymentMethod.translation` . `language_id` = ? ) `customer.defaultPaymentMethod.payment_method_translation` ON `customer.defaultPaymentMethod.payment_method_translation` . `payment_method_id` = `customer.defaultPaymentMethod` . `id` WHERE (((`customer` . `bound_sales_channel_id` < = > ? OR `customer` . `bound_sales_channel_id` = ? ))) AND (`customer` . `id` IN (? ))
Parameters :
[
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
null
b"""
d«·rÈøG\x04 ”\n
ÂÎVä\n
ð
"""
b"\x01 –ÈëùÜqËœávOªžT( "
]
SELECT
`customer` . `id` as `customer.id` ,
`customer` . `customer_group_id` as `customer.groupId` ,
`customer` . `sales_channel_id` as `customer.salesChannelId` ,
`customer` . `language_id` as `customer.languageId` ,
`customer` . `last_payment_method_id` as `customer.lastPaymentMethodId` ,
`customer` . `default_billing_address_id` as `customer.defaultBillingAddressId` ,
`customer` . `default_shipping_address_id` as `customer.defaultShippingAddressId` ,
`customer` . `auto_increment` as `customer.autoIncrement` ,
`customer` . `customer_number` as `customer.customerNumber` ,
`customer` . `salutation_id` as `customer.salutationId` ,
`customer` . `first_name` as `customer.firstName` ,
`customer` . `last_name` as `customer.lastName` ,
`customer` . `company` as `customer.company` ,
`customer` . `password` as `customer.password` ,
`customer` . `email` as `customer.email` ,
`customer` . `title` as `customer.title` ,
`customer` . `vat_ids` as `customer.vatIds` ,
`customer` . `affiliate_code` as `customer.affiliateCode` ,
`customer` . `campaign_code` as `customer.campaignCode` ,
`customer` . `active` as `customer.active` ,
`customer` . `double_opt_in_registration` as `customer.doubleOptInRegistration` ,
`customer` . `double_opt_in_email_sent_date` as `customer.doubleOptInEmailSentDate` ,
`customer` . `double_opt_in_confirm_date` as `customer.doubleOptInConfirmDate` ,
`customer` . `hash` as `customer.hash` ,
`customer` . `guest` as `customer.guest` ,
`customer` . `first_login` as `customer.firstLogin` ,
`customer` . `last_login` as `customer.lastLogin` ,
`customer` . `newsletter_sales_channel_ids` as `customer.newsletterSalesChannelIds` ,
`customer` . `birthday` as `customer.birthday` ,
`customer` . `last_order_date` as `customer.lastOrderDate` ,
`customer` . `order_count` as `customer.orderCount` ,
`customer` . `order_total_amount` as `customer.orderTotalAmount` ,
`customer` . `review_count` as `customer.reviewCount` ,
`customer` . `custom_fields` as `customer.customFields` ,
`customer` . `legacy_password` as `customer.legacyPassword` ,
`customer` . `legacy_encoder` as `customer.legacyEncoder` ,
`customer` . `remote_address` as `customer.remoteAddress` ,
`customer` . `tag_ids` as `customer.tagIds` ,
`customer` . `requested_customer_group_id` as `customer.requestedGroupId` ,
`customer` . `bound_sales_channel_id` as `customer.boundSalesChannelId` ,
`customer` . `account_type` as `customer.accountType` ,
`customer` . `created_by_id` as `customer.createdById` ,
`customer` . `updated_by_id` as `customer.updatedById` ,
`customer` . `default_payment_method_id` as `customer.defaultPaymentMethodId` ,
`customer` . `created_at` as `customer.createdAt` ,
`customer` . `updated_at` as `customer.updatedAt` ,
`customer.salutation` . `id` as `customer.salutation.id` ,
`customer.salutation` . `salutation_key` as `customer.salutation.salutationKey` ,
`customer.salutation` . `created_at` as `customer.salutation.createdAt` ,
`customer.salutation` . `updated_at` as `customer.salutation.updatedAt` ,
`customer.salutation.translation.override_1.displayName` ,
`customer.salutation.translation.displayName` ,
COALESCE (
`customer.salutation.translation.override_1.displayName` ,
`customer.salutation.translation.displayName`
) as `customer.salutation.displayName` ,
`customer.salutation.translation.override_1.letterName` ,
`customer.salutation.translation.letterName` ,
COALESCE (
`customer.salutation.translation.override_1.letterName` ,
`customer.salutation.translation.letterName`
) as `customer.salutation.letterName` ,
`customer.salutation.translation.override_1.customFields` ,
`customer.salutation.translation.customFields` ,
COALESCE (
`customer.salutation.translation.override_1.customFields` ,
`customer.salutation.translation.customFields`
) as `customer.salutation.customFields` ,
`customer.defaultPaymentMethod` . `id` as `customer.defaultPaymentMethod.id` ,
`customer.defaultPaymentMethod` . `plugin_id` as `customer.defaultPaymentMethod.pluginId` ,
`customer.defaultPaymentMethod` . `handler_identifier` as `customer.defaultPaymentMethod.handlerIdentifier` ,
`customer.defaultPaymentMethod` . `position` as `customer.defaultPaymentMethod.position` ,
`customer.defaultPaymentMethod` . `active` as `customer.defaultPaymentMethod.active` ,
`customer.defaultPaymentMethod` . `after_order_enabled` as `customer.defaultPaymentMethod.afterOrderEnabled` ,
`customer.defaultPaymentMethod` . `availability_rule_id` as `customer.defaultPaymentMethod.availabilityRuleId` ,
`customer.defaultPaymentMethod` . `media_id` as `customer.defaultPaymentMethod.mediaId` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `id` as `customer.defaultPaymentMethod.appPaymentMethod.id` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `app_name` as `customer.defaultPaymentMethod.appPaymentMethod.appName` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `identifier` as `customer.defaultPaymentMethod.appPaymentMethod.identifier` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `pay_url` as `customer.defaultPaymentMethod.appPaymentMethod.payUrl` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `finalize_url` as `customer.defaultPaymentMethod.appPaymentMethod.finalizeUrl` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `validate_url` as `customer.defaultPaymentMethod.appPaymentMethod.validateUrl` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `capture_url` as `customer.defaultPaymentMethod.appPaymentMethod.captureUrl` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `refund_url` as `customer.defaultPaymentMethod.appPaymentMethod.refundUrl` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `recurring_url` as `customer.defaultPaymentMethod.appPaymentMethod.recurringUrl` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `app_id` as `customer.defaultPaymentMethod.appPaymentMethod.appId` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `original_media_id` as `customer.defaultPaymentMethod.appPaymentMethod.originalMediaId` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `payment_method_id` as `customer.defaultPaymentMethod.appPaymentMethod.paymentMethodId` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `created_at` as `customer.defaultPaymentMethod.appPaymentMethod.createdAt` ,
`customer.defaultPaymentMethod.appPaymentMethod` . `updated_at` as `customer.defaultPaymentMethod.appPaymentMethod.updatedAt` ,
`customer.defaultPaymentMethod` . `technical_name` as `customer.defaultPaymentMethod.technicalName` ,
`customer.defaultPaymentMethod` . `created_at` as `customer.defaultPaymentMethod.createdAt` ,
`customer.defaultPaymentMethod` . `updated_at` as `customer.defaultPaymentMethod.updatedAt` ,
`customer.defaultPaymentMethod.translation.override_1.name` ,
`customer.defaultPaymentMethod.translation.name` ,
COALESCE (
`customer.defaultPaymentMethod.translation.override_1.name` ,
`customer.defaultPaymentMethod.translation.name`
) as `customer.defaultPaymentMethod.name` ,
`customer.defaultPaymentMethod.translation.override_1.distinguishableName` ,
`customer.defaultPaymentMethod.translation.distinguishableName` ,
COALESCE (
`customer.defaultPaymentMethod.translation.override_1.distinguishableName` ,
`customer.defaultPaymentMethod.translation.distinguishableName`
) as `customer.defaultPaymentMethod.distinguishableName` ,
`customer.defaultPaymentMethod.translation.override_1.description` ,
`customer.defaultPaymentMethod.translation.description` ,
COALESCE (
`customer.defaultPaymentMethod.translation.override_1.description` ,
`customer.defaultPaymentMethod.translation.description`
) as `customer.defaultPaymentMethod.description` ,
`customer.defaultPaymentMethod.translation.override_1.customFields` ,
`customer.defaultPaymentMethod.translation.customFields` ,
COALESCE (
`customer.defaultPaymentMethod.translation.override_1.customFields` ,
`customer.defaultPaymentMethod.translation.customFields`
) as `customer.defaultPaymentMethod.customFields`
FROM
`customer`
LEFT JOIN `salutation` `customer.salutation` ON `customer` . `salutation_id` = `customer.salutation` . `id`
LEFT JOIN `payment_method` `customer.defaultPaymentMethod` ON `customer` . `default_payment_method_id` = `customer.defaultPaymentMethod` . `id`
LEFT JOIN (
SELECT
`customer.salutation.translation` . `salutation_id` ,
`customer.salutation.translation` . `display_name` as `customer.salutation.translation.displayName` ,
`customer.salutation.translation.override_1` . `display_name` as `customer.salutation.translation.override_1.displayName` ,
`customer.salutation.translation` . `letter_name` as `customer.salutation.translation.letterName` ,
`customer.salutation.translation.override_1` . `letter_name` as `customer.salutation.translation.override_1.letterName` ,
`customer.salutation.translation` . `custom_fields` as `customer.salutation.translation.customFields` ,
`customer.salutation.translation.override_1` . `custom_fields` as `customer.salutation.translation.override_1.customFields`
FROM
`salutation_translation` `customer.salutation.translation`
LEFT JOIN `salutation_translation` `customer.salutation.translation.override_1` ON `customer.salutation.translation` . `salutation_id` = `customer.salutation.translation.override_1` . `salutation_id`
AND `customer.salutation.translation.override_1` . `language_id` = ?
WHERE
`customer.salutation.translation` . `language_id` = ?
) `customer.salutation.salutation_translation` ON `customer.salutation.salutation_translation` . `salutation_id` = `customer.salutation` . `id`
LEFT JOIN `app_payment_method` `customer.defaultPaymentMethod.appPaymentMethod` ON `customer.defaultPaymentMethod` . `id` = `customer.defaultPaymentMethod.appPaymentMethod` . `payment_method_id`
LEFT JOIN (
SELECT
`customer.defaultPaymentMethod.translation` . `payment_method_id` ,
`customer.defaultPaymentMethod.translation` . `name` as `customer.defaultPaymentMethod.translation.name` ,
`customer.defaultPaymentMethod.translation.override_1` . `name` as `customer.defaultPaymentMethod.translation.override_1.name` ,
`customer.defaultPaymentMethod.translation` . `distinguishable_name` as `customer.defaultPaymentMethod.translation.distinguishableName` ,
`customer.defaultPaymentMethod.translation.override_1` . `distinguishable_name` as `customer.defaultPaymentMethod.translation.override_1.distinguishableName` ,
`customer.defaultPaymentMethod.translation` . `description` as `customer.defaultPaymentMethod.translation.description` ,
`customer.defaultPaymentMethod.translation.override_1` . `description` as `customer.defaultPaymentMethod.translation.override_1.description` ,
`customer.defaultPaymentMethod.translation` . `custom_fields` as `customer.defaultPaymentMethod.translation.customFields` ,
`customer.defaultPaymentMethod.translation.override_1` . `custom_fields` as `customer.defaultPaymentMethod.translation.override_1.customFields`
FROM
`payment_method_translation` `customer.defaultPaymentMethod.translation`
LEFT JOIN `payment_method_translation` `customer.defaultPaymentMethod.translation.override_1` ON `customer.defaultPaymentMethod.translation` . `payment_method_id` = `customer.defaultPaymentMethod.translation.override_1` . `payment_method_id`
AND `customer.defaultPaymentMethod.translation.override_1` . `language_id` = ?
WHERE
`customer.defaultPaymentMethod.translation` . `language_id` = ?
) `customer.defaultPaymentMethod.payment_method_translation` ON `customer.defaultPaymentMethod.payment_method_translation` . `payment_method_id` = `customer.defaultPaymentMethod` . `id`
WHERE
(
(
(
`customer` . `bound_sales_channel_id` < = > ?
OR `customer` . `bound_sales_channel_id` = ?
)
)
)
AND (
`customer` . `id` IN (? )
)
Copy
SELECT `customer` . `id` as `customer.id` , `customer` . `customer_group_id` as `customer.groupId` , `customer` . `sales_channel_id` as `customer.salesChannelId` , `customer` . `language_id` as `customer.languageId` , `customer` . `last_payment_method_id` as `customer.lastPaymentMethodId` , `customer` . `default_billing_address_id` as `customer.defaultBillingAddressId` , `customer` . `default_shipping_address_id` as `customer.defaultShippingAddressId` , `customer` . `auto_increment` as `customer.autoIncrement` , `customer` . `customer_number` as `customer.customerNumber` , `customer` . `salutation_id` as `customer.salutationId` , `customer` . `first_name` as `customer.firstName` , `customer` . `last_name` as `customer.lastName` , `customer` . `company` as `customer.company` , `customer` . `password` as `customer.password` , `customer` . `email` as `customer.email` , `customer` . `title` as `customer.title` , `customer` . `vat_ids` as `customer.vatIds` , `customer` . `affiliate_code` as `customer.affiliateCode` , `customer` . `campaign_code` as `customer.campaignCode` , `customer` . `active` as `customer.active` , `customer` . `double_opt_in_registration` as `customer.doubleOptInRegistration` , `customer` . `double_opt_in_email_sent_date` as `customer.doubleOptInEmailSentDate` , `customer` . `double_opt_in_confirm_date` as `customer.doubleOptInConfirmDate` , `customer` . `hash` as `customer.hash` , `customer` . `guest` as `customer.guest` , `customer` . `first_login` as `customer.firstLogin` , `customer` . `last_login` as `customer.lastLogin` , `customer` . `newsletter_sales_channel_ids` as `customer.newsletterSalesChannelIds` , `customer` . `birthday` as `customer.birthday` , `customer` . `last_order_date` as `customer.lastOrderDate` , `customer` . `order_count` as `customer.orderCount` , `customer` . `order_total_amount` as `customer.orderTotalAmount` , `customer` . `review_count` as `customer.reviewCount` , `customer` . `custom_fields` as `customer.customFields` , `customer` . `legacy_password` as `customer.legacyPassword` , `customer` . `legacy_encoder` as `customer.legacyEncoder` , `customer` . `remote_address` as `customer.remoteAddress` , `customer` . `tag_ids` as `customer.tagIds` , `customer` . `requested_customer_group_id` as `customer.requestedGroupId` , `customer` . `bound_sales_channel_id` as `customer.boundSalesChannelId` , `customer` . `account_type` as `customer.accountType` , `customer` . `created_by_id` as `customer.createdById` , `customer` . `updated_by_id` as `customer.updatedById` , `customer` . `default_payment_method_id` as `customer.defaultPaymentMethodId` , `customer` . `created_at` as `customer.createdAt` , `customer` . `updated_at` as `customer.updatedAt` , `customer.salutation` . `id` as `customer.salutation.id` , `customer.salutation` . `salutation_key` as `customer.salutation.salutationKey` , `customer.salutation` . `created_at` as `customer.salutation.createdAt` , `customer.salutation` . `updated_at` as `customer.salutation.updatedAt` , `customer.salutation.translation.override_1.displayName` , `customer.salutation.translation.displayName` , COALESCE (`customer.salutation.translation.override_1.displayName` , `customer.salutation.translation.displayName` ) as `customer.salutation.displayName` , `customer.salutation.translation.override_1.letterName` , `customer.salutation.translation.letterName` , COALESCE (`customer.salutation.translation.override_1.letterName` , `customer.salutation.translation.letterName` ) as `customer.salutation.letterName` , `customer.salutation.translation.override_1.customFields` , `customer.salutation.translation.customFields` , COALESCE (`customer.salutation.translation.override_1.customFields` , `customer.salutation.translation.customFields` ) as `customer.salutation.customFields` , `customer.defaultPaymentMethod` . `id` as `customer.defaultPaymentMethod.id` , `customer.defaultPaymentMethod` . `plugin_id` as `customer.defaultPaymentMethod.pluginId` , `customer.defaultPaymentMethod` . `handler_identifier` as `customer.defaultPaymentMethod.handlerIdentifier` , `customer.defaultPaymentMethod` . `position` as `customer.defaultPaymentMethod.position` , `customer.defaultPaymentMethod` . `active` as `customer.defaultPaymentMethod.active` , `customer.defaultPaymentMethod` . `after_order_enabled` as `customer.defaultPaymentMethod.afterOrderEnabled` , `customer.defaultPaymentMethod` . `availability_rule_id` as `customer.defaultPaymentMethod.availabilityRuleId` , `customer.defaultPaymentMethod` . `media_id` as `customer.defaultPaymentMethod.mediaId` , `customer.defaultPaymentMethod.appPaymentMethod` . `id` as `customer.defaultPaymentMethod.appPaymentMethod.id` , `customer.defaultPaymentMethod.appPaymentMethod` . `app_name` as `customer.defaultPaymentMethod.appPaymentMethod.appName` , `customer.defaultPaymentMethod.appPaymentMethod` . `identifier` as `customer.defaultPaymentMethod.appPaymentMethod.identifier` , `customer.defaultPaymentMethod.appPaymentMethod` . `pay_url` as `customer.defaultPaymentMethod.appPaymentMethod.payUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `finalize_url` as `customer.defaultPaymentMethod.appPaymentMethod.finalizeUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `validate_url` as `customer.defaultPaymentMethod.appPaymentMethod.validateUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `capture_url` as `customer.defaultPaymentMethod.appPaymentMethod.captureUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `refund_url` as `customer.defaultPaymentMethod.appPaymentMethod.refundUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `recurring_url` as `customer.defaultPaymentMethod.appPaymentMethod.recurringUrl` , `customer.defaultPaymentMethod.appPaymentMethod` . `app_id` as `customer.defaultPaymentMethod.appPaymentMethod.appId` , `customer.defaultPaymentMethod.appPaymentMethod` . `original_media_id` as `customer.defaultPaymentMethod.appPaymentMethod.originalMediaId` , `customer.defaultPaymentMethod.appPaymentMethod` . `payment_method_id` as `customer.defaultPaymentMethod.appPaymentMethod.paymentMethodId` , `customer.defaultPaymentMethod.appPaymentMethod` . `created_at` as `customer.defaultPaymentMethod.appPaymentMethod.createdAt` , `customer.defaultPaymentMethod.appPaymentMethod` . `updated_at` as `customer.defaultPaymentMethod.appPaymentMethod.updatedAt` , `customer.defaultPaymentMethod` . `technical_name` as `customer.defaultPaymentMethod.technicalName` , `customer.defaultPaymentMethod` . `created_at` as `customer.defaultPaymentMethod.createdAt` , `customer.defaultPaymentMethod` . `updated_at` as `customer.defaultPaymentMethod.updatedAt` , `customer.defaultPaymentMethod.translation.override_1.name` , `customer.defaultPaymentMethod.translation.name` , COALESCE (`customer.defaultPaymentMethod.translation.override_1.name` , `customer.defaultPaymentMethod.translation.name` ) as `customer.defaultPaymentMethod.name` , `customer.defaultPaymentMethod.translation.override_1.distinguishableName` , `customer.defaultPaymentMethod.translation.distinguishableName` , COALESCE (`customer.defaultPaymentMethod.translation.override_1.distinguishableName` , `customer.defaultPaymentMethod.translation.distinguishableName` ) as `customer.defaultPaymentMethod.distinguishableName` , `customer.defaultPaymentMethod.translation.override_1.description` , `customer.defaultPaymentMethod.translation.description` , COALESCE (`customer.defaultPaymentMethod.translation.override_1.description` , `customer.defaultPaymentMethod.translation.description` ) as `customer.defaultPaymentMethod.description` , `customer.defaultPaymentMethod.translation.override_1.customFields` , `customer.defaultPaymentMethod.translation.customFields` , COALESCE (`customer.defaultPaymentMethod.translation.override_1.customFields` , `customer.defaultPaymentMethod.translation.customFields` ) as `customer.defaultPaymentMethod.customFields` FROM `customer` LEFT JOIN `salutation` `customer.salutation` ON `customer` . `salutation_id` = `customer.salutation` . `id` LEFT JOIN `payment_method` `customer.defaultPaymentMethod` ON `customer` . `default_payment_method_id` = `customer.defaultPaymentMethod` . `id` LEFT JOIN (SELECT `customer.salutation.translation` . `salutation_id` , `customer.salutation.translation` . `display_name` as `customer.salutation.translation.displayName` , `customer.salutation.translation.override_1` . `display_name` as `customer.salutation.translation.override_1.displayName` , `customer.salutation.translation` . `letter_name` as `customer.salutation.translation.letterName` , `customer.salutation.translation.override_1` . `letter_name` as `customer.salutation.translation.override_1.letterName` , `customer.salutation.translation` . `custom_fields` as `customer.salutation.translation.customFields` , `customer.salutation.translation.override_1` . `custom_fields` as `customer.salutation.translation.override_1.customFields` FROM `salutation_translation` `customer.salutation.translation` LEFT JOIN `salutation_translation` `customer.salutation.translation.override_1` ON `customer.salutation.translation` . `salutation_id` = `customer.salutation.translation.override_1` . `salutation_id` AND `customer.salutation.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `customer.salutation.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer.salutation.salutation_translation` ON `customer.salutation.salutation_translation` . `salutation_id` = `customer.salutation` . `id` LEFT JOIN `app_payment_method` `customer.defaultPaymentMethod.appPaymentMethod` ON `customer.defaultPaymentMethod` . `id` = `customer.defaultPaymentMethod.appPaymentMethod` . `payment_method_id` LEFT JOIN (SELECT `customer.defaultPaymentMethod.translation` . `payment_method_id` , `customer.defaultPaymentMethod.translation` . `name` as `customer.defaultPaymentMethod.translation.name` , `customer.defaultPaymentMethod.translation.override_1` . `name` as `customer.defaultPaymentMethod.translation.override_1.name` , `customer.defaultPaymentMethod.translation` . `distinguishable_name` as `customer.defaultPaymentMethod.translation.distinguishableName` , `customer.defaultPaymentMethod.translation.override_1` . `distinguishable_name` as `customer.defaultPaymentMethod.translation.override_1.distinguishableName` , `customer.defaultPaymentMethod.translation` . `description` as `customer.defaultPaymentMethod.translation.description` , `customer.defaultPaymentMethod.translation.override_1` . `description` as `customer.defaultPaymentMethod.translation.override_1.description` , `customer.defaultPaymentMethod.translation` . `custom_fields` as `customer.defaultPaymentMethod.translation.customFields` , `customer.defaultPaymentMethod.translation.override_1` . `custom_fields` as `customer.defaultPaymentMethod.translation.override_1.customFields` FROM `payment_method_translation` `customer.defaultPaymentMethod.translation` LEFT JOIN `payment_method_translation` `customer.defaultPaymentMethod.translation.override_1` ON `customer.defaultPaymentMethod.translation` . `payment_method_id` = `customer.defaultPaymentMethod.translation.override_1` . `payment_method_id` AND `customer.defaultPaymentMethod.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `customer.defaultPaymentMethod.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer.defaultPaymentMethod.payment_method_translation` ON `customer.defaultPaymentMethod.payment_method_translation` . `payment_method_id` = `customer.defaultPaymentMethod` . `id` WHERE (((`customer` . `bound_sales_channel_id` < = > NULL OR `customer` . `bound_sales_channel_id` = 0x64ABB772C8F84704940AC2CE56E40AF0 ))) AND (`customer` . `id` IN (0x0196C8EBF9DC71CB9CE1764FAA9E5428 ));
Copy
1.69 ms (0.99%)
1
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"""
d«·rÈøG\x04 ”\n
ÂÎVä\n
ð
"""
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x64ABB772C8F84704940AC2CE56E40AF0 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
1.63 ms (0.96%)
1
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.override_1.name` , `customer_group.translation.name` , COALESCE (`customer_group.translation.override_1.name` , `customer_group.translation.name` ) as `customer_group.name` , `customer_group.translation.override_1.registrationTitle` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.override_1.registrationTitle` , `customer_group.translation.registrationTitle` ) as `customer_group.registrationTitle` , `customer_group.translation.override_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.override_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) as `customer_group.registrationIntroduction` , `customer_group.translation.override_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.override_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.override_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.override_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.override_1.customFields` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.override_1.customFields` , `customer_group.translation.customFields` ) as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation.override_1` . `name` as `customer_group.translation.override_1.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation.override_1` . `custom_fields` as `customer_group.translation.override_1.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation.override_1` . `registration_title` as `customer_group.translation.override_1.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation.override_1` . `registration_introduction` as `customer_group.translation.override_1.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.override_1` . `registration_only_company_registration` as `customer_group.translation.override_1.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.override_1` . `registration_seo_meta_description` as `customer_group.translation.override_1.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.override_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.override_1` . `customer_group_id` AND `customer_group.translation.override_1` . `language_id` = ? 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"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤¢P\x18 ËìAÏ¡╩\x10 ┘O╚¢Í "
]
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.override_1.name` ,
`customer_group.translation.name` ,
COALESCE (
`customer_group.translation.override_1.name` ,
`customer_group.translation.name`
) as `customer_group.name` ,
`customer_group.translation.override_1.registrationTitle` ,
`customer_group.translation.registrationTitle` ,
COALESCE (
`customer_group.translation.override_1.registrationTitle` ,
`customer_group.translation.registrationTitle`
) as `customer_group.registrationTitle` ,
`customer_group.translation.override_1.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction` ,
COALESCE (
`customer_group.translation.override_1.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction`
) as `customer_group.registrationIntroduction` ,
`customer_group.translation.override_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration` ,
COALESCE (
`customer_group.translation.override_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration`
) as `customer_group.registrationOnlyCompanyRegistration` ,
`customer_group.translation.override_1.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription` ,
COALESCE (
`customer_group.translation.override_1.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription`
) as `customer_group.registrationSeoMetaDescription` ,
`customer_group.translation.override_1.customFields` ,
`customer_group.translation.customFields` ,
COALESCE (
`customer_group.translation.override_1.customFields` ,
`customer_group.translation.customFields`
) as `customer_group.customFields`
FROM
`customer_group`
LEFT JOIN (
SELECT
`customer_group.translation` . `customer_group_id` ,
`customer_group.translation` . `name` as `customer_group.translation.name` ,
`customer_group.translation.override_1` . `name` as `customer_group.translation.override_1.name` ,
`customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` ,
`customer_group.translation.override_1` . `custom_fields` as `customer_group.translation.override_1.customFields` ,
`customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` ,
`customer_group.translation.override_1` . `registration_title` as `customer_group.translation.override_1.registrationTitle` ,
`customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` ,
`customer_group.translation.override_1` . `registration_introduction` as `customer_group.translation.override_1.registrationIntroduction` ,
`customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` ,
`customer_group.translation.override_1` . `registration_only_company_registration` as `customer_group.translation.override_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` ,
`customer_group.translation.override_1` . `registration_seo_meta_description` as `customer_group.translation.override_1.registrationSeoMetaDescription`
FROM
`customer_group_translation` `customer_group.translation`
LEFT JOIN `customer_group_translation` `customer_group.translation.override_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.override_1` . `customer_group_id`
AND `customer_group.translation.override_1` . `language_id` = ?
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 (? )
Copy
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.override_1.name` , `customer_group.translation.name` , COALESCE (`customer_group.translation.override_1.name` , `customer_group.translation.name` ) as `customer_group.name` , `customer_group.translation.override_1.registrationTitle` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.override_1.registrationTitle` , `customer_group.translation.registrationTitle` ) as `customer_group.registrationTitle` , `customer_group.translation.override_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.override_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) as `customer_group.registrationIntroduction` , `customer_group.translation.override_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.override_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.override_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.override_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.override_1.customFields` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.override_1.customFields` , `customer_group.translation.customFields` ) as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation.override_1` . `name` as `customer_group.translation.override_1.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation.override_1` . `custom_fields` as `customer_group.translation.override_1.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation.override_1` . `registration_title` as `customer_group.translation.override_1.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation.override_1` . `registration_introduction` as `customer_group.translation.override_1.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.override_1` . `registration_only_company_registration` as `customer_group.translation.override_1.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.override_1` . `registration_seo_meta_description` as `customer_group.translation.override_1.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.override_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.override_1` . `customer_group_id` AND `customer_group.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
1.52 ms (0.90%)
1
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 "
]
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 ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
1.51 ms (0.89%)
1
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`
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`
;
Copy
1.49 ms (0.87%)
1
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` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `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.override_1.typeName` , `tax_rule.type.translation.typeName` , COALESCE (`tax_rule.type.translation.override_1.typeName` , `tax_rule.type.translation.typeName` ) as `tax_rule.type.typeName` 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.override_1` . `type_name` as `tax_rule.type.translation.override_1.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.override_1` ON `tax_rule.type.translation` . `tax_rule_type_id` = `tax_rule.type.translation.override_1` . `tax_rule_type_id` AND `tax_rule.type.translation.override_1` . `language_id` = ? 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"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x1E $t\5¬H╣ƒ®g╚*ñ4ì "
b"©GjqU±O¦©÷U&qXÔ, "
b"«V,ÔE\x1A J\x11 »±\x08 Œ\x14 Nî{ "
]
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` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `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.override_1.typeName` , `tax_rule.type.translation.typeName` , COALESCE (`tax_rule.type.translation.override_1.typeName` , `tax_rule.type.translation.typeName` ) as `tax_rule.type.typeName` 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.override_1` . `type_name` as `tax_rule.type.translation.override_1.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` LEFT JOIN `tax_rule_type_translation` `tax_rule.type.translation.override_1` ON `tax_rule.type.translation` . `tax_rule_type_id` = `tax_rule.type.translation.override_1` . `tax_rule_type_id` AND `tax_rule.type.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `tax_rule.type.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `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 (0x1E24745C35AA48B99FA967C82AA4348D , 0xA9476A7155B14FA6A9F755267158D42C , 0xAB562CD4451A4A11BBB1088C144EEE7B ));
Copy
1.44 ms (0.84%)
1
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"B†X‡³¯G\x14 ¸Ê•¾|¡Ä^ "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x42865887B3AF4714B8CA95BE7CA1C45E ) LIMIT 1 ;
Copy
1.31 ms (0.77%)
1
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"""
d«·rÈøG\x04 ”\n
ÂÎVä\n
ð
"""
]
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 (0x64ABB772C8F84704940AC2CE56E40AF0 ));
Copy
1.25 ms (0.73%)
1
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"""
d«·rÈøG\x04 ”\n
ÂÎVä\n
ð
"""
true
b"\x01 ’°üÝ·sÒ˜-OôSe¨ý "
]
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` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x64ABB772C8F84704940AC2CE56E40AF0 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x0192B0FCDDB773D2982D4FF45365A8FD )) GROUP BY `product` . `id` ;
Copy
1.23 ms (0.72%)
1
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` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.override_1.name` , `country.translation.name` , COALESCE (`country.translation.override_1.name` , `country.translation.name` ) as `country.name` , `country.translation.override_1.addressFormat` , `country.translation.addressFormat` , COALESCE (`country.translation.override_1.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.override_1.customFields` , `country.translation.customFields` , COALESCE (`country.translation.override_1.customFields` , `country.translation.customFields` ) as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation.override_1` . `name` as `country.translation.override_1.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation.override_1` . `custom_fields` as `country.translation.override_1.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` , `country.translation.override_1` . `address_format` as `country.translation.override_1.addressFormat` FROM `country_translation` `country.translation` LEFT JOIN `country_translation` `country.translation.override_1` ON `country.translation` . `country_id` = `country.translation.override_1` . `country_id` AND `country.translation.override_1` . `language_id` = ? WHERE `country.translation` . `language_id` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"B†X‡³¯G\x14 ¸Ê•¾|¡Ä^ "
]
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` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.override_1.name` , `country.translation.name` , COALESCE (`country.translation.override_1.name` , `country.translation.name` ) as `country.name` , `country.translation.override_1.addressFormat` , `country.translation.addressFormat` , COALESCE (`country.translation.override_1.addressFormat` , `country.translation.addressFormat` ) as `country.addressFormat` , `country.translation.override_1.customFields` , `country.translation.customFields` , COALESCE (`country.translation.override_1.customFields` , `country.translation.customFields` ) as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation.override_1` . `name` as `country.translation.override_1.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation.override_1` . `custom_fields` as `country.translation.override_1.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` , `country.translation.override_1` . `address_format` as `country.translation.override_1.addressFormat` FROM `country_translation` `country.translation` LEFT JOIN `country_translation` `country.translation.override_1` ON `country.translation` . `country_id` = `country.translation.override_1` . `country_id` AND `country.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x42865887B3AF4714B8CA95BE7CA1C45E );
Copy
1.21 ms (0.71%)
1
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@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' , '' ));
Copy
1.12 ms (0.66%)
1
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 ’°üÝ·sÒ˜-OôSe¨ý "
]
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` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x0192B0FCDDB773D2982D4FF45365A8FD )));
Copy
1.12 ms (0.66%)
1
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.override_1.name` , `customer_group.translation.name` , COALESCE (`customer_group.translation.override_1.name` , `customer_group.translation.name` ) as `customer_group.name` , `customer_group.translation.override_1.registrationTitle` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.override_1.registrationTitle` , `customer_group.translation.registrationTitle` ) as `customer_group.registrationTitle` , `customer_group.translation.override_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.override_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) as `customer_group.registrationIntroduction` , `customer_group.translation.override_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.override_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.override_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.override_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.override_1.customFields` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.override_1.customFields` , `customer_group.translation.customFields` ) as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation.override_1` . `name` as `customer_group.translation.override_1.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation.override_1` . `custom_fields` as `customer_group.translation.override_1.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation.override_1` . `registration_title` as `customer_group.translation.override_1.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation.override_1` . `registration_introduction` as `customer_group.translation.override_1.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.override_1` . `registration_only_company_registration` as `customer_group.translation.override_1.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.override_1` . `registration_seo_meta_description` as `customer_group.translation.override_1.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.override_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.override_1` . `customer_group_id` AND `customer_group.translation.override_1` . `language_id` = ? 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"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤¢P\x18 ËìAÏ¡╩\x10 ┘O╚¢Í "
]
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.override_1.name` ,
`customer_group.translation.name` ,
COALESCE (
`customer_group.translation.override_1.name` ,
`customer_group.translation.name`
) as `customer_group.name` ,
`customer_group.translation.override_1.registrationTitle` ,
`customer_group.translation.registrationTitle` ,
COALESCE (
`customer_group.translation.override_1.registrationTitle` ,
`customer_group.translation.registrationTitle`
) as `customer_group.registrationTitle` ,
`customer_group.translation.override_1.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction` ,
COALESCE (
`customer_group.translation.override_1.registrationIntroduction` ,
`customer_group.translation.registrationIntroduction`
) as `customer_group.registrationIntroduction` ,
`customer_group.translation.override_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration` ,
COALESCE (
`customer_group.translation.override_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation.registrationOnlyCompanyRegistration`
) as `customer_group.registrationOnlyCompanyRegistration` ,
`customer_group.translation.override_1.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription` ,
COALESCE (
`customer_group.translation.override_1.registrationSeoMetaDescription` ,
`customer_group.translation.registrationSeoMetaDescription`
) as `customer_group.registrationSeoMetaDescription` ,
`customer_group.translation.override_1.customFields` ,
`customer_group.translation.customFields` ,
COALESCE (
`customer_group.translation.override_1.customFields` ,
`customer_group.translation.customFields`
) as `customer_group.customFields`
FROM
`customer_group`
LEFT JOIN (
SELECT
`customer_group.translation` . `customer_group_id` ,
`customer_group.translation` . `name` as `customer_group.translation.name` ,
`customer_group.translation.override_1` . `name` as `customer_group.translation.override_1.name` ,
`customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` ,
`customer_group.translation.override_1` . `custom_fields` as `customer_group.translation.override_1.customFields` ,
`customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` ,
`customer_group.translation.override_1` . `registration_title` as `customer_group.translation.override_1.registrationTitle` ,
`customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` ,
`customer_group.translation.override_1` . `registration_introduction` as `customer_group.translation.override_1.registrationIntroduction` ,
`customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` ,
`customer_group.translation.override_1` . `registration_only_company_registration` as `customer_group.translation.override_1.registrationOnlyCompanyRegistration` ,
`customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` ,
`customer_group.translation.override_1` . `registration_seo_meta_description` as `customer_group.translation.override_1.registrationSeoMetaDescription`
FROM
`customer_group_translation` `customer_group.translation`
LEFT JOIN `customer_group_translation` `customer_group.translation.override_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.override_1` . `customer_group_id`
AND `customer_group.translation.override_1` . `language_id` = ?
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 (? )
Copy
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.override_1.name` , `customer_group.translation.name` , COALESCE (`customer_group.translation.override_1.name` , `customer_group.translation.name` ) as `customer_group.name` , `customer_group.translation.override_1.registrationTitle` , `customer_group.translation.registrationTitle` , COALESCE (`customer_group.translation.override_1.registrationTitle` , `customer_group.translation.registrationTitle` ) as `customer_group.registrationTitle` , `customer_group.translation.override_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` , COALESCE (`customer_group.translation.override_1.registrationIntroduction` , `customer_group.translation.registrationIntroduction` ) as `customer_group.registrationIntroduction` , `customer_group.translation.override_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` , COALESCE (`customer_group.translation.override_1.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` ) as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.override_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` , COALESCE (`customer_group.translation.override_1.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` ) as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.override_1.customFields` , `customer_group.translation.customFields` , COALESCE (`customer_group.translation.override_1.customFields` , `customer_group.translation.customFields` ) as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation.override_1` . `name` as `customer_group.translation.override_1.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation.override_1` . `custom_fields` as `customer_group.translation.override_1.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation.override_1` . `registration_title` as `customer_group.translation.override_1.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation.override_1` . `registration_introduction` as `customer_group.translation.override_1.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.override_1` . `registration_only_company_registration` as `customer_group.translation.override_1.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.override_1` . `registration_seo_meta_description` as `customer_group.translation.override_1.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` LEFT JOIN `customer_group_translation` `customer_group.translation.override_1` ON `customer_group.translation` . `customer_group_id` = `customer_group.translation.override_1` . `customer_group_id` AND `customer_group.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
1.10 ms (0.65%)
1
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"""
d«·rÈøG\x04 ”\n
ÂÎVä\n
ð
"""
"/country/country-state-data "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 ) AND (sales_channel_id = 0x64ABB772C8F84704940AC2CE56E40AF0 ) AND (path_info = '/country/country-state-data' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
1.10 ms (0.65%)
1
SELECT `promotion` . `id` FROM `promotion` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion` . `id` = `promotion.salesChannels` . `promotion_id` WHERE ((`promotion` . `active` = ? AND `promotion.salesChannels` . `sales_channel_id` = ? AND ((`promotion` . `valid_from` < = > ? AND `promotion` . `valid_until` < = > ? ) OR (`promotion` . `valid_from` < = > ? AND (`promotion` . `valid_until` > ? )) OR ((`promotion` . `valid_from` < = ? ) AND `promotion` . `valid_until` < = > ? ) OR ((`promotion` . `valid_from` < = ? ) AND (`promotion` . `valid_until` > ? ))) AND `promotion` . `use_codes` = ? )) GROUP BY `promotion` . `id` ORDER BY MAX (`promotion` . `priority` ) DESC
Parameters :
[
true
b"""
d«·rÈøG\x04 ”\n
ÂÎVä\n
ð
"""
null
null
null
"2025-05-13 09:17:02 "
"2025-05-13 09:17:02 "
null
"2025-05-13 09:17:02 "
"2025-05-13 09:17:02 "
false
]
SELECT `promotion` . `id` FROM `promotion` LEFT JOIN `promotion_sales_channel` `promotion.salesChannels` ON `promotion` . `id` = `promotion.salesChannels` . `promotion_id` WHERE ((`promotion` . `active` = 1 AND `promotion.salesChannels` . `sales_channel_id` = 0x64ABB772C8F84704940AC2CE56E40AF0 AND ((`promotion` . `valid_from` < = > NULL AND `promotion` . `valid_until` < = > NULL ) OR (`promotion` . `valid_from` < = > NULL AND (`promotion` . `valid_until` > '2025-05-13 09:17:02' )) OR ((`promotion` . `valid_from` < = '2025-05-13 09:17:02' ) AND `promotion` . `valid_until` < = > NULL ) OR ((`promotion` . `valid_from` < = '2025-05-13 09:17:02' ) AND (`promotion` . `valid_until` > '2025-05-13 09:17:02' ))) AND `promotion` . `use_codes` = 0 )) GROUP BY `promotion` . `id` ORDER BY MAX (`promotion` . `priority` ) DESC ;
Copy
1.08 ms (0.63%)
1
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.override_1.shortCode` , `unit.translation.shortCode` , COALESCE (`unit.translation.override_1.shortCode` , `unit.translation.shortCode` ) as `unit.shortCode` , `unit.translation.override_1.name` , `unit.translation.name` , COALESCE (`unit.translation.override_1.name` , `unit.translation.name` ) as `unit.name` , `unit.translation.override_1.customFields` , `unit.translation.customFields` , COALESCE (`unit.translation.override_1.customFields` , `unit.translation.customFields` ) as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation.override_1` . `short_code` as `unit.translation.override_1.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation.override_1` . `name` as `unit.translation.override_1.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` , `unit.translation.override_1` . `custom_fields` as `unit.translation.override_1.customFields` FROM `unit_translation` `unit.translation` LEFT JOIN `unit_translation` `unit.translation.override_1` ON `unit.translation` . `unit_id` = `unit.translation.override_1` . `unit_id` AND `unit.translation.override_1` . `language_id` = ? WHERE `unit.translation` . `language_id` = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.override_1.shortCode` , `unit.translation.shortCode` , COALESCE (`unit.translation.override_1.shortCode` , `unit.translation.shortCode` ) as `unit.shortCode` , `unit.translation.override_1.name` , `unit.translation.name` , COALESCE (`unit.translation.override_1.name` , `unit.translation.name` ) as `unit.name` , `unit.translation.override_1.customFields` , `unit.translation.customFields` , COALESCE (`unit.translation.override_1.customFields` , `unit.translation.customFields` ) as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation.override_1` . `short_code` as `unit.translation.override_1.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation.override_1` . `name` as `unit.translation.override_1.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` , `unit.translation.override_1` . `custom_fields` as `unit.translation.override_1.customFields` FROM `unit_translation` `unit.translation` LEFT JOIN `unit_translation` `unit.translation.override_1` ON `unit.translation` . `unit_id` = `unit.translation.override_1` . `unit_id` AND `unit.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
1.06 ms (0.62%)
1
SELECT `country_state` . `id` FROM `country_state` LEFT JOIN (SELECT `country_state.translation` . `country_state_id` , `country_state.translation` . `name` as `country_state.translation.name` , `country_state.translation.override_1` . `name` as `country_state.translation.override_1.name` FROM `country_state_translation` `country_state.translation` LEFT JOIN `country_state_translation` `country_state.translation.override_1` ON `country_state.translation` . `country_state_id` = `country_state.translation.override_1` . `country_state_id` AND `country_state.translation.override_1` . `language_id` = ? WHERE `country_state.translation` . `language_id` = ? ) `country_state.country_state_translation` ON `country_state.country_state_translation` . `country_state_id` = `country_state` . `id` WHERE (`country_state` . `country_id` = ? AND `country_state` . `active` = ? ) ORDER BY LENGTH (`country_state` . `position` ) ASC , `country_state` . `position` ASC , COALESCE (`country_state.translation.override_1.name` , `country_state.translation.name` ) ASC
Parameters :
[
b"=®^ÿÐóC0¢Ö—/ùyëÒ "
b"/»_ââšMpªXTÎ|ãâ\v "
b"B†X‡³¯G\x14 ¸Ê•¾|¡Ä^ "
true
]
SELECT `country_state` . `id` FROM `country_state` LEFT JOIN (SELECT `country_state.translation` . `country_state_id` , `country_state.translation` . `name` as `country_state.translation.name` , `country_state.translation.override_1` . `name` as `country_state.translation.override_1.name` FROM `country_state_translation` `country_state.translation` LEFT JOIN `country_state_translation` `country_state.translation.override_1` ON `country_state.translation` . `country_state_id` = `country_state.translation.override_1` . `country_state_id` AND `country_state.translation.override_1` . `language_id` = 0x3DAE5EFFD0F34330A2D6972FF979EBD2 WHERE `country_state.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country_state.country_state_translation` ON `country_state.country_state_translation` . `country_state_id` = `country_state` . `id` WHERE (`country_state` . `country_id` = 0x42865887B3AF4714B8CA95BE7CA1C45E AND `country_state` . `active` = 1 ) ORDER BY LENGTH (`country_state` . `position` ) ASC , `country_state` . `position` ASC , COALESCE (`country_state.translation.override_1.name` , `country_state.translation.name` ) ASC ;
Copy
1.06 ms (0.62%)
1
SELECT `shipping_method_price` . `id` as `shipping_method_price.id` , `shipping_method_price` . `shipping_method_id` as `shipping_method_price.shippingMethodId` , `shipping_method_price` . `rule_id` as `shipping_method_price.ruleId` , `shipping_method_price` . `calculation` as `shipping_method_price.calculation` , `shipping_method_price` . `calculation_rule_id` as `shipping_method_price.calculationRuleId` , `shipping_method_price` . `quantity_start` as `shipping_method_price.quantityStart` , `shipping_method_price` . `quantity_end` as `shipping_method_price.quantityEnd` , `shipping_method_price` . `currency_price` as `shipping_method_price.currencyPrice` , `shipping_method_price` . `custom_fields` as `shipping_method_price.customFields` , `shipping_method_price` . `created_at` as `shipping_method_price.createdAt` , `shipping_method_price` . `updated_at` as `shipping_method_price.updatedAt` FROM `shipping_method_price` WHERE (`shipping_method_price` . `shipping_method_id` IN (? ))
Parameters :
[
b"""
\x05 šNÑ\x13 II4–\x15 Ý•\n
¤W
"""
]
SELECT `shipping_method_price` . `id` as `shipping_method_price.id` , `shipping_method_price` . `shipping_method_id` as `shipping_method_price.shippingMethodId` , `shipping_method_price` . `rule_id` as `shipping_method_price.ruleId` , `shipping_method_price` . `calculation` as `shipping_method_price.calculation` , `shipping_method_price` . `calculation_rule_id` as `shipping_method_price.calculationRuleId` , `shipping_method_price` . `quantity_start` as `shipping_method_price.quantityStart` , `shipping_method_price` . `quantity_end` as `shipping_method_price.quantityEnd` , `shipping_method_price` . `currency_price` as `shipping_method_price.currencyPrice` , `shipping_method_price` . `custom_fields` as `shipping_method_price.customFields` , `shipping_method_price` . `created_at` as `shipping_method_price.createdAt` , `shipping_method_price` . `updated_at` as `shipping_method_price.updatedAt` FROM `shipping_method_price` WHERE (`shipping_method_price` . `shipping_method_id` IN (0x059A4ED1134949349615DD950A20A457 ));
Copy
0.99 ms (0.58%)
1
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"\x01 ‹ÖЈús\x01 ¶\x03 Jªà\x07 ¯8 "
b"\x01 ÉÀu\x14 Ëu░Äú▓╠¡Ãt¼ "
b"#n\x01 MÑØCíÖ±\x01\x16 W^\f ½ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"""
y\x15 \n
7\x1D GM\x10 ¢M¤*!Á¯ã
"""
b"–H\x05 Õ÷rB\x05 ¶ýCàúQ\x1A T "
b"¦.\x1F j\x1A\v E\x19 ¯@\e bp£qI "
b"ªÀóZ\x04\x16 AQªùy\x00 ÃñÁù "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"\x01 ÉÞw=%}lôW½GI,øq "
b"""
\x01 ÉÞü¿{sëi┬\n
Ð=\r ç
"""
b"""
<õA6žmJ/§\n
¨hzeü-
"""
b"ÇE1w‚8LQ›c3ZÖ¶ËD "
b"\x01\x12 &û▓┼LÉÂx7P2\v\x07 a "
b"\x01 ŠÕòÂç}$±À2\x1E P\x08 t\v "
b"\x01 ŠÖ\x13 ãåw•¥_N\x11 £Ñã1 "
b"\x01 ÆÌd\x08 Csü¢ã╩ò┬╠:v "
b"\x01 ƨ\┬ê~£░┼`ßAü(█ "
b"\x01 “!\x11 ”œu\x17 ‡ð4\x16 Ý‹0† "
b"\x01 “hM%\x15 q&¤§ý©´“¾ö "
b"\v ¿`à fLdzd-o¹<t¢ "
b"\x0F f/\x05 À]Dª¼\x11 |±LÑPG "
b"#cÞ\x08 ¶ÛN\x1E »€}¡}U™+ "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b")NNjÒàKÜ╗å3!çîü╬ "
b"?ʹõ‰ôBM¼öŒ Ø’ùô "
b"K¾\x16 ¦╝ÎN×╝╬QÔ▄¬×É "
b"L{åRb$K<ìª\x03 ßÚ'Z\x15 "
b"gð}ªQ\x02 Nm©% Õ=êÄs "
b"""
p{°Ó\n
J\f „,¢(«‹‘\x07
"""
b"vzÁj¤lI=Ž´×œu\e ¡\x11 "
b"}üÒFÒéHM€q‚äúŸ©\x16 "
b"ôñüÊSzA6ª«ó\x7F ÞHæÁ "
b"™›é=0ÎN•®ìmÒmæ²\x10 "
b"Ä\x16\x03 ^&ðC¥²ü\x1C í}Ò{º "
b"Ç_O^_|B†›Ü\x10 NÄþÛ "
b"Òl=\x01 þ\x18 L›¨°Äù\x0F\x1F Šy "
b"Ô\x05 /\x04 ”úDô’ï›F¤NÛ1 "
b"ÖwÇ™\vG\x06 Œ‚]‘\x7F ¬Äf "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
b"å\x11\x1F ‡\x05 ¤NP´pZÓ\x07 É5 "
]
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 (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
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 (0x018BD6D088FA7301B6034AAAE007AF38 , 0x0190B77514D375B08EA3B2CCADC774AC , 0x236E014DA59D43A199F10116575E0CAB , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x79150A371D474D10A24DA42A21C1AFE3 , 0x964805D5F7724205B6FD43E0FA511A54 , 0xA62E1F6A1A0B4519AF401B6270A37149 , 0xAAC0F35A04164151AAF97900C3F1C1F9 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0x0190E8773D257D6C9357AB47492C9B71 , 0x0190E881A8F07B738969C20AD13D0D87 , 0x3CF541369E6D4A2FA70AA8687A65FC2D , 0xC745317782384C519B63335AD6B6CB44 , 0x01122696B2C54C90B6783750320B0761 , 0x018AD5F2C2E77D24B1C0321E5008740B , 0x018AD613E3E57795A55F4E11A3D1E331 , 0x0192DE6408437381BDC6CA95C2CC3A76 , 0x0192F95CC2887E9CB0C560E1418128DB , 0x01932111949C751787F03416DD8B3086 , 0x0193684D25157126A4A7FDA9B493BEF6 , 0x0BBF60C3A0664CC7B3642D6FB93C74A2 , 0x0F662F05C05D44AABC117CB14CD15047 , 0x2363DE08B6DB4E1EBB807DA17D55992B , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x294E4E6AE3854B9ABB863321878C81CE , 0x3FCAB9F589F4424DBCF68C20D892F9F4 , 0x4BF316DDBCD74E9EBCCE51E2DCAA9E90 , 0x4C7B865262244B3C8DA603E1E9275A15 , 0x67F07DAA51024E6DA92520D53DEAC473 , 0x707BB0D3AD0A4A0C842CA228AB8B9107 , 0x767AC16AA46C493D8EB4D79C751BA111 , 0x7DFCD246D2E9484D807182E4FA9FA916 , 0x93A481D2537A4136A6AEA27FE84891B5 , 0x999BE93D30CE4E95AEEC6DD26DE6B210 , 0xC416035E26F043A5B2FC1CED7DD27BBA , 0xC75F4F5E5F7C42869BDC104EC4FEDBA0 , 0xD26C3D01FE184C9BA8B0C4F90F1F8A79 , 0xD4052F0494FA44F492EF9B46A44EDB31 , 0xD677C7995C7647068C825D917FACC466 , 0xE44E6782C64247B796B891CF25AE38F7 , 0xE5111F8705A44E50B4705AD307C9AD35 );
Copy
0.89 ms (0.52%)
1
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"""
d«·rÈøG\x04 ”\n
ÂÎVä\n
ð
"""
"kinWuyEVIUZt6y7hoNtMqTlUirtzcIav "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x64ABB772C8F84704940AC2CE56E40AF0 ) AND (token = 'kinWuyEVIUZt6y7hoNtMqTlUirtzcIav' ) LIMIT 1 ;
Copy
0.88 ms (0.52%)
1
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
0.85 ms (0.50%)
1
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"""
d«·rÈøG\x04 ”\n
ÂÎVä\n
ð
"""
b"B†X‡³¯G\x14 ¸Ê•¾|¡Ä^ "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x64ABB772C8F84704940AC2CE56E40AF0 AND `sales_channel_country` . `country_id` = 0x42865887B3AF4714B8CA95BE7CA1C45E );
Copy
0.79 ms (0.47%)
1
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`
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` ;
Copy
0.79 ms (0.46%)
2
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
0.79 ms (0.46%)
1
SELECT `netcon_redirect` . `id` as `netcon_redirect.id` , `netcon_redirect` . `source_url` as `netcon_redirect.sourceUrl` , `netcon_redirect` . `target_url` as `netcon_redirect.targetUrl` , `netcon_redirect` . `created_at` as `netcon_redirect.createdAt` , `netcon_redirect` . `updated_at` as `netcon_redirect.updatedAt` FROM `netcon_redirect` WHERE (`netcon_redirect` . `source_url` IN (? ))
Parameters :
[
"https://dev.esdsoftware.de/country/country-state-data "
]
SELECT `netcon_redirect` . `id` as `netcon_redirect.id` , `netcon_redirect` . `source_url` as `netcon_redirect.sourceUrl` , `netcon_redirect` . `target_url` as `netcon_redirect.targetUrl` , `netcon_redirect` . `created_at` as `netcon_redirect.createdAt` , `netcon_redirect` . `updated_at` as `netcon_redirect.updatedAt` FROM `netcon_redirect` WHERE (`netcon_redirect` . `source_url` IN ('https://dev.esdsoftware.de/country/country-state-data' ));
Copy
0.71 ms (0.42%)
1
SELECT `name` FROM `custom_field` WHERE `allow_cart_expose` = 1 ;
SELECT `name` FROM `custom_field` WHERE `allow_cart_expose` = 1 ; ;
Copy
0.63 ms (0.37%)
1
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 ;
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 ;
;
Copy
0.55 ms (0.32%)
1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
0.47 ms (0.28%)
1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy