1
0.41 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.43 ms
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
3
0.27 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
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
4
0.55 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
5
0.56 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
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
6
0.56 ms
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"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
"wirksame-fuehrung-und-aufsicht-von-not-for-profit-organisationen/2329783258080833 "
"wirksame-fuehrung-und-aufsicht-von-not-for-profit-organisationen/2329783258080833/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x0190A5D21558701CB17A1F89991D17E2 ) AND ((sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'wirksame-fuehrung-und-aufsicht-von-not-for-profit-organisationen/2329783258080833' OR seo_path_info = 'wirksame-fuehrung-und-aufsicht-von-not-for-profit-organisationen/2329783258080833/' ));
Copy
7
1.11 ms
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect` . `sourceURL` IN (? , ? , ? , ? , ? , ? , ? ) AND `scop_platform_redirecter_redirect` . `enabled` = ? AND (`scop_platform_redirecter_redirect` . `salesChannelId` = ? OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > ? )) LIMIT 1
Parameters :
[
"//en/wirksame-fuehrung-und-aufsicht-von-not-for-profit-organisationen/2329783258080833 "
"/en/wirksame-fuehrung-und-aufsicht-von-not-for-profit-organisationen/2329783258080833 "
"https://hauptverlag.staging.eurosoft.network/en/wirksame-fuehrung-und-aufsicht-von-not-for-profit-organisationen/2329783258080833 "
"https://hauptverlag.staging.eurosoft.network//en/wirksame-fuehrung-und-aufsicht-von-not-for-profit-organisationen/2329783258080833 "
"/en/wirksame-fuehrung-und-aufsicht-von-not-for-profit-organisationen/2329783258080833 "
"//en/wirksame-fuehrung-und-aufsicht-von-not-for-profit-organisationen/2329783258080833 "
"en/wirksame-fuehrung-und-aufsicht-von-not-for-profit-organisationen/2329783258080833 "
true
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
null
]
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect` . `sourceURL` IN ('//en/wirksame-fuehrung-und-aufsicht-von-not-for-profit-organisationen/2329783258080833' , '/en/wirksame-fuehrung-und-aufsicht-von-not-for-profit-organisationen/2329783258080833' , 'https://hauptverlag.staging.eurosoft.network/en/wirksame-fuehrung-und-aufsicht-von-not-for-profit-organisationen/2329783258080833' , 'https://hauptverlag.staging.eurosoft.network//en/wirksame-fuehrung-und-aufsicht-von-not-for-profit-organisationen/2329783258080833' , '/en/wirksame-fuehrung-und-aufsicht-von-not-for-profit-organisationen/2329783258080833' , '//en/wirksame-fuehrung-und-aufsicht-von-not-for-profit-organisationen/2329783258080833' , 'en/wirksame-fuehrung-und-aufsicht-von-not-for-profit-organisationen/2329783258080833' ) AND `scop_platform_redirecter_redirect` . `enabled` = 1 AND (`scop_platform_redirecter_redirect` . `salesChannelId` = 0x0190A64A9C267095B2C78AFFDE939AE0 OR `scop_platform_redirecter_redirect` . `salesChannelId` < = > NULL )) LIMIT 1 ;
Copy
8
0.25 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
9
0.78 ms
SELECT LOWER (HEX (`id` )) AS `id` FROM `moorl_magazine_article` WHERE (`updated_at` IS NULL OR (`show_from` > `updated_at` AND `show_from` < '2026-04-08T12:21:59+00:00' ) OR (`show_until` > `updated_at` AND `show_until` < '2026-04-08T12:21:59+00:00' )) AND `active` = '1' ;
SELECT LOWER (HEX (`id` )) AS `id` FROM `moorl_magazine_article` WHERE (`updated_at` IS NULL OR (`show_from` > `updated_at` AND `show_from` < '2026-04-08T12:21:59+00:00' ) OR (`show_until` > `updated_at` AND `show_until` < '2026-04-08T12:21:59+00:00' )) AND `active` = '1' ; ;
Copy
10
0.31 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
"6Vcd5SDEoAEXyQFugiXTLWMXqzLDvC2U "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 ) AND (token = '6Vcd5SDEoAEXyQFugiXTLWMXqzLDvC2U' ) LIMIT 1 ;
Copy
11
0.26 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"6Vcd5SDEoAEXyQFugiXTLWMXqzLDvC2U "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = '6Vcd5SDEoAEXyQFugiXTLWMXqzLDvC2U' ;
Copy
12
0.27 ms
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"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¥Ð¹ms\x03 ¿5=Ó\x03 å¹' "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x0190A64A9C267095B2C78AFFDE939AE0 AND `sales_channel_country` . `country_id` = 0x0190A5D0B96D7303BF353DD303E5B927 );
Copy
13
0.32 ms
SELECT
variant_listing_config as variantListingConfig ,
parent_id as parentId
FROM product
WHERE id = ?
AND version_id = ?
Parameters :
[
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
]
SELECT
variant_listing_config as variantListingConfig ,
parent_id as parentId
FROM product
WHERE id = 0x8579BFBA11C8255AA488EA5B08C2F9AE
AND version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ;
Copy
14
0.39 ms
SELECT `product_search_config` . `id` FROM `product_search_config` WHERE (`product_search_config` . `language_id` = ? ) LIMIT 1
Parameters :
[
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
]
SELECT `product_search_config` . `id` FROM `product_search_config` WHERE (`product_search_config` . `language_id` = 0x0190A5D21558701CB17A1F89991D17E2 ) LIMIT 1 ;
Copy
15
0.32 ms
SELECT `product_search_config` . `id` as `product_search_config.id` , `product_search_config` . `language_id` as `product_search_config.languageId` , `product_search_config` . `and_logic` as `product_search_config.andLogic` , `product_search_config` . `min_search_length` as `product_search_config.minSearchLength` , `product_search_config` . `excluded_terms` as `product_search_config.excludedTerms` , `product_search_config` . `created_at` as `product_search_config.createdAt` , `product_search_config` . `updated_at` as `product_search_config.updatedAt` FROM `product_search_config` WHERE `product_search_config` . `id` IN (? )
Parameters :
[
b"\x01 ¥ÑLÂqà²x,ÉùÚßn "
]
SELECT `product_search_config` . `id` as `product_search_config.id` , `product_search_config` . `language_id` as `product_search_config.languageId` , `product_search_config` . `and_logic` as `product_search_config.andLogic` , `product_search_config` . `min_search_length` as `product_search_config.minSearchLength` , `product_search_config` . `excluded_terms` as `product_search_config.excludedTerms` , `product_search_config` . `created_at` as `product_search_config.createdAt` , `product_search_config` . `updated_at` as `product_search_config.updatedAt` FROM `product_search_config` WHERE `product_search_config` . `id` IN (0x0190A5D14CC271E0B2782CC9F9DADF6E );
Copy
16
0.37 ms
SELECT `meta_catalog_id` . `id` as `meta_catalog_id.id` , `meta_catalog_id` . `type` as `meta_catalog_id.type` , `meta_catalog_id` . `number` as `meta_catalog_id.number` , `meta_catalog_id` . `created_at` as `meta_catalog_id.createdAt` , `meta_catalog_id` . `updated_at` as `meta_catalog_id.updatedAt` FROM `meta_catalog_id` WHERE ((`meta_catalog_id` . `type` = ? )) AND (`meta_catalog_id` . `id` IN (? ))
Parameters :
[
"product "
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
]
SELECT `meta_catalog_id` . `id` as `meta_catalog_id.id` , `meta_catalog_id` . `type` as `meta_catalog_id.type` , `meta_catalog_id` . `number` as `meta_catalog_id.number` , `meta_catalog_id` . `created_at` as `meta_catalog_id.createdAt` , `meta_catalog_id` . `updated_at` as `meta_catalog_id.updatedAt` FROM `meta_catalog_id` WHERE ((`meta_catalog_id` . `type` = 'product' )) AND (`meta_catalog_id` . `id` IN (0x8579BFBA11C8255AA488EA5B08C2F9AE ));
Copy
17
0.88 ms
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.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.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` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ¥Ð¹ms\x03 ¿5=Ó\x03 å¹' "
]
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.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.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` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x0190A5D0B96D7303BF353DD303E5B927 );
Copy
18
0.82 ms
SELECT `delivery_time` . `id` as `delivery_time.id` , `delivery_time` . `min` as `delivery_time.min` , `delivery_time` . `max` as `delivery_time.max` , `delivery_time` . `unit` as `delivery_time.unit` , `delivery_time` . `created_at` as `delivery_time.createdAt` , `delivery_time` . `updated_at` as `delivery_time.updatedAt` , `delivery_time.translation.name` , `delivery_time.translation.name` as `delivery_time.name` , `delivery_time.translation.customFields` , `delivery_time.translation.customFields` as `delivery_time.customFields` FROM `delivery_time` LEFT JOIN (SELECT `delivery_time.translation` . `delivery_time_id` , `delivery_time.translation` . `name` as `delivery_time.translation.name` , `delivery_time.translation` . `custom_fields` as `delivery_time.translation.customFields` FROM `delivery_time_translation` `delivery_time.translation` WHERE `delivery_time.translation` . `language_id` = ? ) `delivery_time.delivery_time_translation` ON `delivery_time.delivery_time_translation` . `delivery_time_id` = `delivery_time` . `id` WHERE `delivery_time` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ¥Ðº¥qh“?6:þÇ,\x02 "
]
SELECT `delivery_time` . `id` as `delivery_time.id` , `delivery_time` . `min` as `delivery_time.min` , `delivery_time` . `max` as `delivery_time.max` , `delivery_time` . `unit` as `delivery_time.unit` , `delivery_time` . `created_at` as `delivery_time.createdAt` , `delivery_time` . `updated_at` as `delivery_time.updatedAt` , `delivery_time.translation.name` , `delivery_time.translation.name` as `delivery_time.name` , `delivery_time.translation.customFields` , `delivery_time.translation.customFields` as `delivery_time.customFields` FROM `delivery_time` LEFT JOIN (SELECT `delivery_time.translation` . `delivery_time_id` , `delivery_time.translation` . `name` as `delivery_time.translation.name` , `delivery_time.translation` . `custom_fields` as `delivery_time.translation.customFields` FROM `delivery_time_translation` `delivery_time.translation` WHERE `delivery_time.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `delivery_time.delivery_time_translation` ON `delivery_time.delivery_time_translation` . `delivery_time_id` = `delivery_time` . `id` WHERE `delivery_time` . `id` IN (0x0190A5D0BAA57168933F363AFEC72C02 );
Copy
19
0.52 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'en-GB' ;
Copy
20
0.99 ms
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` . `iso_code` IN (? , ? ))
Parameters :
[
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
b"/»_ââšMpªXTÎ|ãâ\v "
"CHF "
"EUR "
]
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` = 0x0190A5D21558701CB17A1F89991D17E2 WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE (`currency` . `iso_code` IN ('CHF' , 'EUR' ));
Copy
21
0.41 ms
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
22
0.80 ms
SELECT `property_group` . `id` as `property_group.id` , `property_group` . `display_type` as `property_group.displayType` , `property_group` . `sorting_type` as `property_group.sortingType` , `property_group` . `filterable` as `property_group.filterable` , `property_group` . `visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage` , `property_group` . `created_at` as `property_group.createdAt` , `property_group` . `updated_at` as `property_group.updatedAt` , `property_group.translation.override_1.name` , `property_group.translation.name` , COALESCE (`property_group.translation.override_1.name` , `property_group.translation.name` ) as `property_group.name` , `property_group.translation.override_1.description` , `property_group.translation.description` , COALESCE (`property_group.translation.override_1.description` , `property_group.translation.description` ) as `property_group.description` , `property_group.translation.override_1.position` , `property_group.translation.position` , COALESCE (`property_group.translation.override_1.position` , `property_group.translation.position` ) as `property_group.position` , `property_group.translation.override_1.customFields` , `property_group.translation.customFields` , COALESCE (`property_group.translation.override_1.customFields` , `property_group.translation.customFields` ) as `property_group.customFields` FROM `property_group` LEFT JOIN (SELECT `property_group.translation` . `property_group_id` , `property_group.translation` . `name` as `property_group.translation.name` , `property_group.translation.override_1` . `name` as `property_group.translation.override_1.name` , `property_group.translation` . `description` as `property_group.translation.description` , `property_group.translation.override_1` . `description` as `property_group.translation.override_1.description` , `property_group.translation` . `position` as `property_group.translation.position` , `property_group.translation.override_1` . `position` as `property_group.translation.override_1.position` , `property_group.translation` . `custom_fields` as `property_group.translation.customFields` , `property_group.translation.override_1` . `custom_fields` as `property_group.translation.override_1.customFields` FROM `property_group_translation` `property_group.translation` LEFT JOIN `property_group_translation` `property_group.translation.override_1` ON `property_group.translation` . `property_group_id` = `property_group.translation.override_1` . `property_group_id` AND `property_group.translation.override_1` . `language_id` = ? WHERE `property_group.translation` . `language_id` = ? ) `property_group.property_group_translation` ON `property_group.property_group_translation` . `property_group_id` = `property_group` . `id`
Parameters :
[
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `property_group` . `id` as `property_group.id` , `property_group` . `display_type` as `property_group.displayType` , `property_group` . `sorting_type` as `property_group.sortingType` , `property_group` . `filterable` as `property_group.filterable` , `property_group` . `visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage` , `property_group` . `created_at` as `property_group.createdAt` , `property_group` . `updated_at` as `property_group.updatedAt` , `property_group.translation.override_1.name` , `property_group.translation.name` , COALESCE (`property_group.translation.override_1.name` , `property_group.translation.name` ) as `property_group.name` , `property_group.translation.override_1.description` , `property_group.translation.description` , COALESCE (`property_group.translation.override_1.description` , `property_group.translation.description` ) as `property_group.description` , `property_group.translation.override_1.position` , `property_group.translation.position` , COALESCE (`property_group.translation.override_1.position` , `property_group.translation.position` ) as `property_group.position` , `property_group.translation.override_1.customFields` , `property_group.translation.customFields` , COALESCE (`property_group.translation.override_1.customFields` , `property_group.translation.customFields` ) as `property_group.customFields` FROM `property_group` LEFT JOIN (SELECT `property_group.translation` . `property_group_id` , `property_group.translation` . `name` as `property_group.translation.name` , `property_group.translation.override_1` . `name` as `property_group.translation.override_1.name` , `property_group.translation` . `description` as `property_group.translation.description` , `property_group.translation.override_1` . `description` as `property_group.translation.override_1.description` , `property_group.translation` . `position` as `property_group.translation.position` , `property_group.translation.override_1` . `position` as `property_group.translation.override_1.position` , `property_group.translation` . `custom_fields` as `property_group.translation.customFields` , `property_group.translation.override_1` . `custom_fields` as `property_group.translation.override_1.customFields` FROM `property_group_translation` `property_group.translation` LEFT JOIN `property_group_translation` `property_group.translation.override_1` ON `property_group.translation` . `property_group_id` = `property_group.translation.override_1` . `property_group_id` AND `property_group.translation.override_1` . `language_id` = 0x0190A5D21558701CB17A1F89991D17E2 WHERE `property_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group.property_group_translation` ON `property_group.property_group_translation` . `property_group_id` = `property_group` . `id` ;
Copy
23
0.28 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
24
0.72 ms
SELECT DISTINCT
LOWER (HEX (sales_channel . id )) AS salesChannelId ,
LOWER (HEX (domains . language_id )) AS languageId
FROM sales_channel_domain AS domains
INNER JOIN sales_channel
ON domains . sales_channel_id = sales_channel . id
AND sales_channel . active = 1
SELECT DISTINCT
LOWER (HEX (sales_channel . id )) AS salesChannelId ,
LOWER (HEX (domains . language_id )) AS languageId
FROM sales_channel_domain AS domains
INNER JOIN sales_channel
ON domains . sales_channel_id = sales_channel . id
AND sales_channel . active = 1 ;
Copy
25
0.26 ms
SELECT LOWER (HEX (sales_channel_id )) AS sales_channel_id , route_name , template
FROM seo_url_template
WHERE route_name IN (? )
Parameters :
[
"frontend.detail.page "
]
SELECT LOWER (HEX (sales_channel_id )) AS sales_channel_id , route_name , template
FROM seo_url_template
WHERE route_name IN ('frontend.detail.page' );
Copy
26
0.26 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language`
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` FROM `language` ;
Copy
27
0.22 ms
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = ?
Parameters :
[
"0190a5d21558701cb17a1f89991d17e2 "
]
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = '0190a5d21558701cb17a1f89991d17e2' ;
Copy
28
0.20 ms
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = ?
Parameters :
[
"2fbb5fe2e29a4d70aa5854ce7ce3e20b "
]
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = '2fbb5fe2e29a4d70aa5854ce7ce3e20b' ;
Copy
29
0.79 ms
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.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
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.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
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.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` ;
Copy
30
0.84 ms
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = ? ) AND (seo_url . language_id = ? ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (? ))
Parameters :
[
"frontend.detail.page "
b"/»_ââšMpªXTÎ|ãâ\v "
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
]
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = 'frontend.detail.page' ) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (0x8579BFBA11C8255AA488EA5B08C2F9AE ));
Copy
31
0.28 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
32
0.51 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (? )) AND (sales_channel_id = ? )
Parameters :
[
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
]
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (0x8579BFBA11C8255AA488EA5B08C2F9AE )) AND (sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 );
Copy
33
0.15 ms
"COMMIT"
34
0.54 ms
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = ? ) AND (seo_url . language_id = ? ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (? ))
Parameters :
[
"frontend.detail.page "
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
]
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = 'frontend.detail.page' ) AND (seo_url . language_id = 0x0190A5D21558701CB17A1F89991D17E2 ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (0x8579BFBA11C8255AA488EA5B08C2F9AE ));
Copy
35
0.16 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
36
0.31 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (? )) AND (sales_channel_id = ? )
Parameters :
[
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
]
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (0x8579BFBA11C8255AA488EA5B08C2F9AE )) AND (sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 );
Copy
37
0.13 ms
"COMMIT"
38
0.40 ms
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = ? ) AND (seo_url . language_id = ? ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (? ))
Parameters :
[
"frontend.detail.page "
b"/»_ââšMpªXTÎ|ãâ\v "
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
]
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = 'frontend.detail.page' ) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (0x8579BFBA11C8255AA488EA5B08C2F9AE ));
Copy
39
0.13 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
40
0.24 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (? )) AND (sales_channel_id = ? )
Parameters :
[
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
b"\x01 ‘J13£x"‰m\f p²ý;g "
]
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (0x8579BFBA11C8255AA488EA5B08C2F9AE )) AND (sales_channel_id = 0x01914A3133A37822896D0C70B2FD3B67 );
Copy
41
0.11 ms
"COMMIT"
42
0.38 ms
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = ? ) AND (seo_url . language_id = ? ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (? ))
Parameters :
[
"frontend.detail.page "
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
]
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = 'frontend.detail.page' ) AND (seo_url . language_id = 0x0190A5D21558701CB17A1F89991D17E2 ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (0x8579BFBA11C8255AA488EA5B08C2F9AE ));
Copy
43
0.15 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
44
0.31 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (? )) AND (sales_channel_id = ? )
Parameters :
[
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
b"˜C-ï9üF$³2\x13 ¥kŒ”M "
]
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (0x8579BFBA11C8255AA488EA5B08C2F9AE )) AND (sales_channel_id = 0x98432DEF39FC4624B33213A56B8C944D );
Copy
45
0.20 ms
"COMMIT"
46
0.67 ms
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"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
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` = 0x0190A5D21558701CB17A1F89991D17E2 WHERE `unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
47
0.64 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `main_category` `category.mainCategories` ON `category` . `id` = `category.mainCategories` . `category_id` AND `category` . version_id = `category.mainCategories` . category_version_id WHERE (`category` . `version_id` = ? ) AND (((`category.mainCategories` . `product_id` = ? AND `category.mainCategories` . `sales_channel_id` = ? AND (`category` . `path` LIKE ? OR `category` . `path` LIKE ? )))) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
"%|0191991a105174c48f1b28c088885668|% "
"%|0190ba4e482679e083203b767c4e3a53|% "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` LEFT JOIN `main_category` `category.mainCategories` ON `category` . `id` = `category.mainCategories` . `category_id` AND `category` . version_id = `category.mainCategories` . category_version_id WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category.mainCategories` . `product_id` = 0x8579BFBA11C8255AA488EA5B08C2F9AE AND `category.mainCategories` . `sales_channel_id` = 0x0190A64A9C267095B2C78AFFDE939AE0 AND (`category` . `path` LIKE '%|0191991a105174c48f1b28c088885668|%' OR `category` . `path` LIKE '%|0190ba4e482679e083203b767c4e3a53|%' )))) LIMIT 1 ;
Copy
48
0.70 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.override_1.name` , `cms_page.translation.name` , COALESCE (`cms_page.translation.override_1.name` , `cms_page.translation.name` ) as `cms_page.name` , `cms_page.translation.override_1.customFields` , `cms_page.translation.customFields` , COALESCE (`cms_page.translation.override_1.customFields` , `cms_page.translation.customFields` ) as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation.override_1` . `name` as `cms_page.translation.override_1.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` , `cms_page.translation.override_1` . `custom_fields` as `cms_page.translation.override_1.customFields` FROM `cms_page_translation` `cms_page.translation` LEFT JOIN `cms_page_translation` `cms_page.translation.override_1` ON `cms_page.translation` . `cms_page_id` = `cms_page.translation.override_1` . `cms_page_id` AND `cms_page.translation.override_1` . `language_id` = ? AND `cms_page.translation` . `cms_page_version_id` = `cms_page.translation.override_1` . `cms_page_version_id` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ïx-Çs]™–Z×^V›¥ "
]
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.override_1.name` , `cms_page.translation.name` , COALESCE (`cms_page.translation.override_1.name` , `cms_page.translation.name` ) as `cms_page.name` , `cms_page.translation.override_1.customFields` , `cms_page.translation.customFields` , COALESCE (`cms_page.translation.override_1.customFields` , `cms_page.translation.customFields` ) as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation.override_1` . `name` as `cms_page.translation.override_1.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` , `cms_page.translation.override_1` . `custom_fields` as `cms_page.translation.override_1.customFields` FROM `cms_page_translation` `cms_page.translation` LEFT JOIN `cms_page_translation` `cms_page.translation.override_1` ON `cms_page.translation` . `cms_page_id` = `cms_page.translation.override_1` . `cms_page_id` AND `cms_page.translation.override_1` . `language_id` = 0x0190A5D21558701CB17A1F89991D17E2 AND `cms_page.translation` . `cms_page_version_id` = `cms_page.translation.override_1` . `cms_page_version_id` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x0190EF782DC7735D99965AD75E569BA5 ));
Copy
49
0.75 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `file_hash` as `cms_section.backgroundMedia.fileHash` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.override_1.title` , `cms_section.backgroundMedia.translation.title` , COALESCE (`cms_section.backgroundMedia.translation.override_1.title` , `cms_section.backgroundMedia.translation.title` ) as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.override_1.alt` , `cms_section.backgroundMedia.translation.alt` , COALESCE (`cms_section.backgroundMedia.translation.override_1.alt` , `cms_section.backgroundMedia.translation.alt` ) as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.override_1.customFields` , `cms_section.backgroundMedia.translation.customFields` , COALESCE (`cms_section.backgroundMedia.translation.override_1.customFields` , `cms_section.backgroundMedia.translation.customFields` ) as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.override_1` . `alt` as `cms_section.backgroundMedia.translation.override_1.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.override_1` . `title` as `cms_section.backgroundMedia.translation.override_1.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.override_1` . `custom_fields` as `cms_section.backgroundMedia.translation.override_1.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.override_1` ON `cms_section.backgroundMedia.translation` . `media_id` = `cms_section.backgroundMedia.translation.override_1` . `media_id` AND `cms_section.backgroundMedia.translation.override_1` . `language_id` = ? WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ïx-Çs]™–Z×^V›¥ "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `file_hash` as `cms_section.backgroundMedia.fileHash` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.override_1.title` ,
`cms_section.backgroundMedia.translation.title` ,
COALESCE (
`cms_section.backgroundMedia.translation.override_1.title` ,
`cms_section.backgroundMedia.translation.title`
) as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.override_1.alt` ,
`cms_section.backgroundMedia.translation.alt` ,
COALESCE (
`cms_section.backgroundMedia.translation.override_1.alt` ,
`cms_section.backgroundMedia.translation.alt`
) as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.override_1.customFields` ,
`cms_section.backgroundMedia.translation.customFields` ,
COALESCE (
`cms_section.backgroundMedia.translation.override_1.customFields` ,
`cms_section.backgroundMedia.translation.customFields`
) as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.override_1` . `alt` as `cms_section.backgroundMedia.translation.override_1.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.override_1` . `title` as `cms_section.backgroundMedia.translation.override_1.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.override_1` . `custom_fields` as `cms_section.backgroundMedia.translation.override_1.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.override_1` ON `cms_section.backgroundMedia.translation` . `media_id` = `cms_section.backgroundMedia.translation.override_1` . `media_id`
AND `cms_section.backgroundMedia.translation.override_1` . `language_id` = ?
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `file_hash` as `cms_section.backgroundMedia.fileHash` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.override_1.title` , `cms_section.backgroundMedia.translation.title` , COALESCE (`cms_section.backgroundMedia.translation.override_1.title` , `cms_section.backgroundMedia.translation.title` ) as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.override_1.alt` , `cms_section.backgroundMedia.translation.alt` , COALESCE (`cms_section.backgroundMedia.translation.override_1.alt` , `cms_section.backgroundMedia.translation.alt` ) as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.override_1.customFields` , `cms_section.backgroundMedia.translation.customFields` , COALESCE (`cms_section.backgroundMedia.translation.override_1.customFields` , `cms_section.backgroundMedia.translation.customFields` ) as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.override_1` . `alt` as `cms_section.backgroundMedia.translation.override_1.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.override_1` . `title` as `cms_section.backgroundMedia.translation.override_1.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.override_1` . `custom_fields` as `cms_section.backgroundMedia.translation.override_1.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_section.backgroundMedia.translation.override_1` ON `cms_section.backgroundMedia.translation` . `media_id` = `cms_section.backgroundMedia.translation.override_1` . `media_id` AND `cms_section.backgroundMedia.translation.override_1` . `language_id` = 0x0190A5D21558701CB17A1F89991D17E2 WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x0190EF782DC7735D99965AD75E569BA5 )));
Copy
50
0.85 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `file_hash` as `cms_block.backgroundMedia.fileHash` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.override_1.title` , `cms_block.backgroundMedia.translation.title` , COALESCE (`cms_block.backgroundMedia.translation.override_1.title` , `cms_block.backgroundMedia.translation.title` ) as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.override_1.alt` , `cms_block.backgroundMedia.translation.alt` , COALESCE (`cms_block.backgroundMedia.translation.override_1.alt` , `cms_block.backgroundMedia.translation.alt` ) as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.override_1.customFields` , `cms_block.backgroundMedia.translation.customFields` , COALESCE (`cms_block.backgroundMedia.translation.override_1.customFields` , `cms_block.backgroundMedia.translation.customFields` ) as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.override_1` . `alt` as `cms_block.backgroundMedia.translation.override_1.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.override_1` . `title` as `cms_block.backgroundMedia.translation.override_1.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.override_1` . `custom_fields` as `cms_block.backgroundMedia.translation.override_1.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.override_1` ON `cms_block.backgroundMedia.translation` . `media_id` = `cms_block.backgroundMedia.translation.override_1` . `media_id` AND `cms_block.backgroundMedia.translation.override_1` . `language_id` = ? WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? , ? )))
Parameters :
[
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ïx-ërý´—¬4\x1E ²\r ¤ "
b"\x01 .…7Ž\x7F ؇`s3mX_Þ "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `file_hash` as `cms_block.backgroundMedia.fileHash` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.override_1.title` ,
`cms_block.backgroundMedia.translation.title` ,
COALESCE (
`cms_block.backgroundMedia.translation.override_1.title` ,
`cms_block.backgroundMedia.translation.title`
) as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.override_1.alt` ,
`cms_block.backgroundMedia.translation.alt` ,
COALESCE (
`cms_block.backgroundMedia.translation.override_1.alt` ,
`cms_block.backgroundMedia.translation.alt`
) as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.override_1.customFields` ,
`cms_block.backgroundMedia.translation.customFields` ,
COALESCE (
`cms_block.backgroundMedia.translation.override_1.customFields` ,
`cms_block.backgroundMedia.translation.customFields`
) as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.override_1` . `alt` as `cms_block.backgroundMedia.translation.override_1.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.override_1` . `title` as `cms_block.backgroundMedia.translation.override_1.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.override_1` . `custom_fields` as `cms_block.backgroundMedia.translation.override_1.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.override_1` ON `cms_block.backgroundMedia.translation` . `media_id` = `cms_block.backgroundMedia.translation.override_1` . `media_id`
AND `cms_block.backgroundMedia.translation.override_1` . `language_id` = ?
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? , ? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `file_hash` as `cms_block.backgroundMedia.fileHash` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.override_1.title` , `cms_block.backgroundMedia.translation.title` , COALESCE (`cms_block.backgroundMedia.translation.override_1.title` , `cms_block.backgroundMedia.translation.title` ) as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.override_1.alt` , `cms_block.backgroundMedia.translation.alt` , COALESCE (`cms_block.backgroundMedia.translation.override_1.alt` , `cms_block.backgroundMedia.translation.alt` ) as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.override_1.customFields` , `cms_block.backgroundMedia.translation.customFields` , COALESCE (`cms_block.backgroundMedia.translation.override_1.customFields` , `cms_block.backgroundMedia.translation.customFields` ) as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.override_1` . `alt` as `cms_block.backgroundMedia.translation.override_1.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.override_1` . `title` as `cms_block.backgroundMedia.translation.override_1.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.override_1` . `custom_fields` as `cms_block.backgroundMedia.translation.override_1.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` LEFT JOIN `media_translation` `cms_block.backgroundMedia.translation.override_1` ON `cms_block.backgroundMedia.translation` . `media_id` = `cms_block.backgroundMedia.translation.override_1` . `media_id` AND `cms_block.backgroundMedia.translation.override_1` . `language_id` = 0x0190A5D21558701CB17A1F89991D17E2 WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x0190EF782DEB72FDB497AC341EB20DA4 , 0x019D2E85378D7FD8876073336D585FDE )));
Copy
51
0.71 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.override_1.config` , `cms_slot.translation.config` , COALESCE (`cms_slot.translation.override_1.config` , `cms_slot.translation.config` ) as `cms_slot.config` , `cms_slot.translation.override_1.customFields` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.override_1.customFields` , `cms_slot.translation.customFields` ) as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation.override_1` . `config` as `cms_slot.translation.override_1.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` , `cms_slot.translation.override_1` . `custom_fields` as `cms_slot.translation.override_1.customFields` FROM `cms_slot_translation` `cms_slot.translation` LEFT JOIN `cms_slot_translation` `cms_slot.translation.override_1` ON `cms_slot.translation` . `cms_slot_id` = `cms_slot.translation.override_1` . `cms_slot_id` AND `cms_slot.translation.override_1` . `language_id` = ? AND `cms_slot.translation` . `cms_slot_version_id` = `cms_slot.translation.override_1` . `cms_slot_version_id` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? )))
Parameters :
[
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ïx-ërý´—¬4 üY” "
b"\x01 ïx-ìruº*\x12\x02 9\x10 Z "
b"\x01 ïx-ìruº*\x12\x02 ©Võ "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.override_1.config` , `cms_slot.translation.config` , COALESCE (`cms_slot.translation.override_1.config` , `cms_slot.translation.config` ) as `cms_slot.config` , `cms_slot.translation.override_1.customFields` , `cms_slot.translation.customFields` , COALESCE (`cms_slot.translation.override_1.customFields` , `cms_slot.translation.customFields` ) as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation.override_1` . `config` as `cms_slot.translation.override_1.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` , `cms_slot.translation.override_1` . `custom_fields` as `cms_slot.translation.override_1.customFields` FROM `cms_slot_translation` `cms_slot.translation` LEFT JOIN `cms_slot_translation` `cms_slot.translation.override_1` ON `cms_slot.translation` . `cms_slot_id` = `cms_slot.translation.override_1` . `cms_slot_id` AND `cms_slot.translation.override_1` . `language_id` = 0x0190A5D21558701CB17A1F89991D17E2 AND `cms_slot.translation` . `cms_slot_version_id` = `cms_slot.translation.override_1` . `cms_slot_version_id` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x0190EF782DEB72FDB497AC3420FC5994 , 0x0190EF782DEC7275BA2A90120239105A , 0x0190EF782DEC7275BA2A901202A956F5 )));
Copy
52
0.85 ms
SELECT `delivery_time` . `id` as `delivery_time.id` , `delivery_time` . `min` as `delivery_time.min` , `delivery_time` . `max` as `delivery_time.max` , `delivery_time` . `unit` as `delivery_time.unit` , `delivery_time` . `created_at` as `delivery_time.createdAt` , `delivery_time` . `updated_at` as `delivery_time.updatedAt` , `delivery_time.translation.name` , `delivery_time.translation.name` as `delivery_time.name` , `delivery_time.translation.customFields` , `delivery_time.translation.customFields` as `delivery_time.customFields` FROM `delivery_time` LEFT JOIN (SELECT `delivery_time.translation` . `delivery_time_id` , `delivery_time.translation` . `name` as `delivery_time.translation.name` , `delivery_time.translation` . `custom_fields` as `delivery_time.translation.customFields` FROM `delivery_time_translation` `delivery_time.translation` WHERE `delivery_time.translation` . `language_id` = ? ) `delivery_time.delivery_time_translation` ON `delivery_time.delivery_time_translation` . `delivery_time_id` = `delivery_time` . `id` WHERE `delivery_time` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ¥Ñ¨ipžP¡ž¶\x12\x18 "
]
SELECT `delivery_time` . `id` as `delivery_time.id` , `delivery_time` . `min` as `delivery_time.min` , `delivery_time` . `max` as `delivery_time.max` , `delivery_time` . `unit` as `delivery_time.unit` , `delivery_time` . `created_at` as `delivery_time.createdAt` , `delivery_time` . `updated_at` as `delivery_time.updatedAt` , `delivery_time.translation.name` , `delivery_time.translation.name` as `delivery_time.name` , `delivery_time.translation.customFields` , `delivery_time.translation.customFields` as `delivery_time.customFields` FROM `delivery_time` LEFT JOIN (SELECT `delivery_time.translation` . `delivery_time_id` , `delivery_time.translation` . `name` as `delivery_time.translation.name` , `delivery_time.translation` . `custom_fields` as `delivery_time.translation.customFields` FROM `delivery_time_translation` `delivery_time.translation` WHERE `delivery_time.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `delivery_time.delivery_time_translation` ON `delivery_time.delivery_time_translation` . `delivery_time_id` = `delivery_time` . `id` WHERE `delivery_time` . `id` IN (0x0190A5D1A869709E9050A19EB61218AD );
Copy
53
1.00 ms
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` . `iso_code` IN (? ))
Parameters :
[
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
b"/»_ââšMpªXTÎ|ãâ\v "
"CHF "
]
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` = 0x0190A5D21558701CB17A1F89991D17E2 WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE (`currency` . `iso_code` IN ('CHF' ));
Copy
54
0.64 ms
SELECT DISTINCT
LOWER (HEX (sales_channel . id )) AS salesChannelId ,
LOWER (HEX (domains . language_id )) AS languageId
FROM sales_channel_domain AS domains
INNER JOIN sales_channel
ON domains . sales_channel_id = sales_channel . id
AND sales_channel . active = 1
SELECT DISTINCT
LOWER (HEX (sales_channel . id )) AS salesChannelId ,
LOWER (HEX (domains . language_id )) AS languageId
FROM sales_channel_domain AS domains
INNER JOIN sales_channel
ON domains . sales_channel_id = sales_channel . id
AND sales_channel . active = 1 ;
Copy
55
0.28 ms
SELECT LOWER (HEX (sales_channel_id )) AS sales_channel_id , route_name , template
FROM seo_url_template
WHERE route_name IN (? )
Parameters :
[
"frontend.detail.page "
]
SELECT LOWER (HEX (sales_channel_id )) AS sales_channel_id , route_name , template
FROM seo_url_template
WHERE route_name IN ('frontend.detail.page' );
Copy
56
0.29 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language`
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` FROM `language` ;
Copy
57
0.28 ms
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = ?
Parameters :
[
"0190a5d21558701cb17a1f89991d17e2 "
]
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = '0190a5d21558701cb17a1f89991d17e2' ;
Copy
58
0.22 ms
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = ?
Parameters :
[
"2fbb5fe2e29a4d70aa5854ce7ce3e20b "
]
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = '2fbb5fe2e29a4d70aa5854ce7ce3e20b' ;
Copy
59
0.77 ms
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.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
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.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
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.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` ;
Copy
60
0.63 ms
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = ? ) AND (seo_url . language_id = ? ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (? ))
Parameters :
[
"frontend.detail.page "
b"/»_ââšMpªXTÎ|ãâ\v "
b"+Z\x0E h²à²Ž!xÅ–_ú¬u "
]
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = 'frontend.detail.page' ) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (0x2B5A0E68B2E0B28E2178C5965FFAAC75 ));
Copy
61
0.16 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
62
0.37 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (? )) AND (sales_channel_id = ? )
Parameters :
[
b"+Z\x0E h²à²Ž!xÅ–_ú¬u "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
]
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (0x2B5A0E68B2E0B28E2178C5965FFAAC75 )) AND (sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 );
Copy
63
0.14 ms
"COMMIT"
64
0.49 ms
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = ? ) AND (seo_url . language_id = ? ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (? ))
Parameters :
[
"frontend.detail.page "
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
b"+Z\x0E h²à²Ž!xÅ–_ú¬u "
]
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = 'frontend.detail.page' ) AND (seo_url . language_id = 0x0190A5D21558701CB17A1F89991D17E2 ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (0x2B5A0E68B2E0B28E2178C5965FFAAC75 ));
Copy
65
0.17 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
66
0.30 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (? )) AND (sales_channel_id = ? )
Parameters :
[
b"+Z\x0E h²à²Ž!xÅ–_ú¬u "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
]
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (0x2B5A0E68B2E0B28E2178C5965FFAAC75 )) AND (sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 );
Copy
67
0.12 ms
"COMMIT"
68
0.40 ms
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = ? ) AND (seo_url . language_id = ? ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (? ))
Parameters :
[
"frontend.detail.page "
b"/»_ââšMpªXTÎ|ãâ\v "
b"+Z\x0E h²à²Ž!xÅ–_ú¬u "
]
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = 'frontend.detail.page' ) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (0x2B5A0E68B2E0B28E2178C5965FFAAC75 ));
Copy
69
0.15 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
70
0.27 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (? )) AND (sales_channel_id = ? )
Parameters :
[
b"+Z\x0E h²à²Ž!xÅ–_ú¬u "
b"\x01 ‘J13£x"‰m\f p²ý;g "
]
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (0x2B5A0E68B2E0B28E2178C5965FFAAC75 )) AND (sales_channel_id = 0x01914A3133A37822896D0C70B2FD3B67 );
Copy
71
0.12 ms
"COMMIT"
72
0.41 ms
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = ? ) AND (seo_url . language_id = ? ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (? ))
Parameters :
[
"frontend.detail.page "
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
b"+Z\x0E h²à²Ž!xÅ–_ú¬u "
]
SELECT LOWER (HEX (seo_url . id )) as id , LOWER (HEX (seo_url . foreign_key )) foreignKey , LOWER (HEX (seo_url . sales_channel_id )) salesChannelId , seo_url . is_modified as isModified , seo_url . seo_path_info seoPathInfo FROM seo_url seo_url WHERE (seo_url . route_name = 'frontend.detail.page' ) AND (seo_url . language_id = 0x0190A5D21558701CB17A1F89991D17E2 ) AND (seo_url . is_canonical = 1 ) AND (seo_url . foreign_key IN (0x2B5A0E68B2E0B28E2178C5965FFAAC75 ));
Copy
73
0.14 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
74
0.26 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (? )) AND (sales_channel_id = ? )
Parameters :
[
b"+Z\x0E h²à²Ž!xÅ–_ú¬u "
b"˜C-ï9üF$³2\x13 ¥kŒ”M "
]
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (0x2B5A0E68B2E0B28E2178C5965FFAAC75 )) AND (sales_channel_id = 0x98432DEF39FC4624B33213A56B8C944D );
Copy
75
0.13 ms
"COMMIT"
76
0.99 ms
SELECT COUNT (DISTINCT `product_review` . `id` ) as `review-count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review` . `product_id` = `product_review.product` . `id` AND `product_review` . `product_version_id` = `product_review.product` . `version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product` . `parent_id` = `product_review.product.parent` . `id` AND `product_review.product` . `parent_version_id` = `product_review.product.parent` . `version_id` WHERE (((`product_review` . `status` = ? ) AND (`product_review.product` . `id` = ? OR `product_review.product` . `parent_id` = ? )))
Parameters :
[
true
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
]
SELECT COUNT (DISTINCT `product_review` . `id` ) as `review-count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review` . `product_id` = `product_review.product` . `id` AND `product_review` . `product_version_id` = `product_review.product` . `version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product` . `parent_id` = `product_review.product.parent` . `id` AND `product_review.product` . `parent_version_id` = `product_review.product.parent` . `version_id` WHERE (((`product_review` . `status` = 1 ) AND (`product_review.product` . `id` = 0x8579BFBA11C8255AA488EA5B08C2F9AE OR `product_review.product` . `parent_id` = 0x8579BFBA11C8255AA488EA5B08C2F9AE )));
Copy
77
0.73 ms
SELECT `product_review` . `points` as `ratingMatrix.key` , COUNT (`product_review` . `id` ) as `ratingMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review` . `product_id` = `product_review.product` . `id` AND `product_review` . `product_version_id` = `product_review.product` . `version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product` . `parent_id` = `product_review.product.parent` . `id` AND `product_review.product` . `parent_version_id` = `product_review.product.parent` . `version_id` WHERE ((((`product_review` . `status` = ? ) AND (`product_review.product` . `id` = ? OR `product_review.product` . `parent_id` = ? )))) AND (((`product_review` . `status` = ? ))) GROUP BY `product_review` . `points`
Parameters :
[
true
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
true
]
SELECT `product_review` . `points` as `ratingMatrix.key` , COUNT (`product_review` . `id` ) as `ratingMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review` . `product_id` = `product_review.product` . `id` AND `product_review` . `product_version_id` = `product_review.product` . `version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product` . `parent_id` = `product_review.product.parent` . `id` AND `product_review.product` . `parent_version_id` = `product_review.product.parent` . `version_id` WHERE ((((`product_review` . `status` = 1 ) AND (`product_review.product` . `id` = 0x8579BFBA11C8255AA488EA5B08C2F9AE OR `product_review.product` . `parent_id` = 0x8579BFBA11C8255AA488EA5B08C2F9AE )))) AND (((`product_review` . `status` = 1 ))) GROUP BY `product_review` . `points` ;
Copy
78
0.58 ms
SELECT LOWER (HEX (`product_review` . `language_id` )) as `languageMatrix.key` , COUNT (`product_review` . `id` ) as `languageMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review` . `product_id` = `product_review.product` . `id` AND `product_review` . `product_version_id` = `product_review.product` . `version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product` . `parent_id` = `product_review.product.parent` . `id` AND `product_review.product` . `parent_version_id` = `product_review.product.parent` . `version_id` WHERE ((((`product_review` . `status` = ? ) AND (`product_review.product` . `id` = ? OR `product_review.product` . `parent_id` = ? )))) AND ((`product_review` . `language_id` = ? AND (`product_review` . `status` = ? ))) GROUP BY `product_review` . `language_id`
Parameters :
[
true
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
true
]
SELECT LOWER (HEX (`product_review` . `language_id` )) as `languageMatrix.key` , COUNT (`product_review` . `id` ) as `languageMatrix.count` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review` . `product_id` = `product_review.product` . `id` AND `product_review` . `product_version_id` = `product_review.product` . `version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product` . `parent_id` = `product_review.product.parent` . `id` AND `product_review.product` . `parent_version_id` = `product_review.product.parent` . `version_id` WHERE ((((`product_review` . `status` = 1 ) AND (`product_review.product` . `id` = 0x8579BFBA11C8255AA488EA5B08C2F9AE OR `product_review.product` . `parent_id` = 0x8579BFBA11C8255AA488EA5B08C2F9AE )))) AND ((`product_review` . `language_id` = 0x0190A5D21558701CB17A1F89991D17E2 AND (`product_review` . `status` = 1 ))) GROUP BY `product_review` . `language_id` ;
Copy
79
0.63 ms
SELECT `product_review` . `id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review` . `product_id` = `product_review.product` . `id` AND `product_review` . `product_version_id` = `product_review.product` . `version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product` . `parent_id` = `product_review.product.parent` . `id` AND `product_review.product` . `parent_version_id` = `product_review.product.parent` . `version_id` WHERE (((`product_review` . `status` = ? ) AND (`product_review.product` . `id` = ? OR `product_review.product` . `parent_id` = ? ))) ORDER BY `product_review` . `created_at` DESC LIMIT 10
Parameters :
[
true
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
]
SELECT `product_review` . `id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review` . `product_id` = `product_review.product` . `id` AND `product_review` . `product_version_id` = `product_review.product` . `version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product` . `parent_id` = `product_review.product.parent` . `id` AND `product_review.product` . `parent_version_id` = `product_review.product.parent` . `version_id` WHERE (((`product_review` . `status` = 1 ) AND (`product_review.product` . `id` = 0x8579BFBA11C8255AA488EA5B08C2F9AE OR `product_review.product` . `parent_id` = 0x8579BFBA11C8255AA488EA5B08C2F9AE ))) ORDER BY `product_review` . `created_at` DESC LIMIT 10 ;
Copy
80
0.43 ms
SELECT COUNT (* ) FROM (
SELECT `product_review` . `id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review` . `product_id` = `product_review.product` . `id` AND `product_review` . `product_version_id` = `product_review.product` . `version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product` . `parent_id` = `product_review.product.parent` . `id` AND `product_review.product` . `parent_version_id` = `product_review.product.parent` . `version_id` WHERE (((`product_review` . `status` = ? ) AND (`product_review.product` . `id` = ? OR `product_review.product` . `parent_id` = ? )))) total
Parameters :
[
true
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
]
SELECT COUNT (* ) FROM (
SELECT `product_review` . `id` FROM `product_review` LEFT JOIN `product` `product_review.product` ON `product_review` . `product_id` = `product_review.product` . `id` AND `product_review` . `product_version_id` = `product_review.product` . `version_id` LEFT JOIN `product` `product_review.product.parent` ON `product_review.product` . `parent_id` = `product_review.product.parent` . `id` AND `product_review.product` . `parent_version_id` = `product_review.product.parent` . `version_id` WHERE (((`product_review` . `status` = 1 ) AND (`product_review.product` . `id` = 0x8579BFBA11C8255AA488EA5B08C2F9AE OR `product_review.product` . `parent_id` = 0x8579BFBA11C8255AA488EA5B08C2F9AE )))) total ;
Copy
81
0.82 ms
SELECT `product_cross_selling` . `id` FROM `product_cross_selling` LEFT JOIN `product` `product_cross_selling.product` ON `product_cross_selling` . `product_id` = `product_cross_selling.product` . `crossSellings` AND `product_cross_selling` . `product_version_id` = `product_cross_selling.product` . `version_id` LEFT JOIN `product` `product_cross_selling.product.parent` ON `product_cross_selling.product` . `parent_id` = `product_cross_selling.product.parent` . `id` AND `product_cross_selling.product` . `parent_version_id` = `product_cross_selling.product.parent` . `version_id` WHERE (`product_cross_selling.product` . `id` = ? AND `product_cross_selling` . `active` = ? ) ORDER BY `product_cross_selling` . `position` ASC
Parameters :
[
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
1
]
SELECT `product_cross_selling` . `id` FROM `product_cross_selling` LEFT JOIN `product` `product_cross_selling.product` ON `product_cross_selling` . `product_id` = `product_cross_selling.product` . `crossSellings` AND `product_cross_selling` . `product_version_id` = `product_cross_selling.product` . `version_id` LEFT JOIN `product` `product_cross_selling.product.parent` ON `product_cross_selling.product` . `parent_id` = `product_cross_selling.product.parent` . `id` AND `product_cross_selling.product` . `parent_version_id` = `product_cross_selling.product.parent` . `version_id` WHERE (`product_cross_selling.product` . `id` = 0x8579BFBA11C8255AA488EA5B08C2F9AE AND `product_cross_selling` . `active` = 1 ) ORDER BY `product_cross_selling` . `position` ASC ;
Copy
82
1.91 ms
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE (`country.salesChannels` . `id` = ? ) GROUP BY `country` . `id`
Parameters :
[
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
]
SELECT `country` . `id` FROM `country` LEFT JOIN `sales_channel_country` `country.salesChannels.mapping` ON `country` . `id` = `country.salesChannels.mapping` . `country_id` LEFT JOIN `sales_channel` `country.salesChannels` ON `country.salesChannels.mapping` . `sales_channel_id` = `country.salesChannels` . `id` WHERE (`country.salesChannels` . `id` = 0x0190A64A9C267095B2C78AFFDE939AE0 ) GROUP BY `country` . `id` ;
Copy
83
7.90 ms
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` , (SELECT GROUP_CONCAT (HEX (`country.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `sales_channel_country` `country.salesChannels.mapping`
WHERE `country.salesChannels.mapping` . `country_id` = `country` . `id` ) as `country.salesChannels.id_mapping` , `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"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ¥Ð¶œsu€\x1D Px\r F\x1C ´ "
b"\x01 ¥Ð¶äqסÔ\x18 ‚\x1E\x17 “ "
b"\x01 ¥Ð¶èsÞ¨Õ\x06\x06 ÂÚ,Ç "
b"\x01 ¥Ð¹CpѮç¥\x10\x1F ¸» "
b"\x01 ¥Ð¹Fp§·bS±víeÌ "
b"\x01 ¥Ð¹IqµŒUû¯ÄrŽ "
b"\x01 ¥Ð¹Mq¡ØŒœ\x13 ºí "
b"\x01 ¥Ð¹Qq\x1C ¡±Ïpeõ™ "
b"\x01 ¥Ð¹Ur\x00 —ß´\A=ú "
b"\x01 ¥Ð¹Yqv“ \f /3•]] "
b"\x01 ¥Ð¹\r\x05 ”k\{œ4Æ\x1F "
b"\x01 ¥Ð¹_s²½yñÿ\x15 ÅLÏ "
b"\x01 ¥Ð¹csIœ\x0E\x0F }`qûA "
b"\x01 ¥Ð¹gpͰ\x1A Q7›Ûr¤ "
b"\x01 ¥Ð¹jpÚª—º\x14 .#Èi "
b"\x01 ¥Ð¹ms\x03 ¿5=Ó\x03 å¹' "
b"\x01 ¥Ð¹pr0/†ÁºÿâÆ "
b"\x01 ¥Ð¹spohJ±\x05 –\x18 – "
b"\x01 ¥Ðº\x1C qòb\x1C ,h—{ "
b"\x01 ¥Ðº#pÁ‚rº\x07 IÐ\n "
b"""
\x01 ¥Ðº*r\x06 †g3ÝŽ‘\n
ç
"""
b"\x01 ¥Ðº.sv®ª\x13 làÛÉ6 "
b"\x01 ¥Ðº2s&³\x15 ”‰~–~ø "
b"\x01 ¥Ðº7sð¬,:M³¾6Ö "
b"\x01 ¥Ðº;s;°¨c\x1A ç° € "
b"\x01 ¥Ðº?rJžD:žr±ßî "
b"\x01 ¥ÐºBpò·B\e Ó\x03 Ö˜B "
b"\x01 ¥ÐºFqp˜4\x1A b\x15 ùX "
b"\x01 ¥ÐºKp\x16 ®ß´Ö\x05 ÷)ò "
b"\x01 ¥ÐºNp:±^‹M¯z,Ü "
b"\x01 ¥ÐºSpIÿ\x00 OODˆ\x1D "
b"\x01 ¥ÐºYp¦KÆ\x00 ÊmJ "
b"\x01 ¥Ðº_pI¶áÁB·«Ãù "
b"\x01 ¥Ñ\x07 xpv°’½ºëvÌõ "
b"\x01 ¥Ñ\x07 ‹sÍ¡ž\v sv\x12\x13 â "
b"\x01 ¥Ñ\x07 p/ºJÐΔq¢ "
b"\x01 ¥Ñ\x07 ´sÍ¢£;\x03 +™|š "
b"\x01 ¥Ñ\x07 Épȹáé}ƒP¢E "
b"\x01 ¥Ñ\x07 àrÏ‹J¾-YÊó® "
b"\x01 ¥Ñ\x07 óp+®KÅ\r œä™˜ "
b"\x01 ¥Ñ\x08\x06 p.¨”\x15 : &ö "
b"\x01 ¥Ñ\x08\x1A q\t »g\x07\x0E P’P\x1D "
b"\x01 ¥Ñ\x08 .r¾–LÏ"V¶A\f "
b"\x01 ¥Ñ\x08 Ap\x7F ²ñ9E,\x19 W\v "
b"\x01 ¥Ñ\x08 Wsô¨Mõ™\ëò "
b"\x01 ¥Ñ\x08 ksݘ¿æTgr ª "
b"\x01 ¥Ñ\x08\x7F rþ‹˜0Šõ\x1E .Ð "
b"\x01 ¥Ñ\x08 •så«"âØÇ7&V "
b"\x01 ¥Ñ\x08 «qè†÷±\x00 ÔÏ»+ "
b"\x01 ¥Ñ\x08 Àpw‹ƒ¨T_b "
b"\x01 ¥Ñ\x08 Ôs˪5»Y°´Ñ\x11 "
b"\x01 ¥Ñ\x08 ìpܼÖ\x7F AÂÊîü "
b"\x01 ¥Ñ\t\x02 qt„[ÛLY¢J¶ "
b"\x01 ¥Ñ\t\x18 rè˦«œó¯Q "
b"\x01 ¥Ñ\t Os\x0F ™N\x7F ª‘\t J "
b"\x01 ¥Ñ\t |rü“MQè©\x00 í "
b"\x01 ¥Ñ\t ¤rVœ\x12 Ì®,¦\x10 "
b"\x01 ¥Ñ\t ÙpJ\x07 uúÓ㬠"
b"\x01 ¥Ñ\t ðp€¥²×E”Åqú "
b"""
\x01 ¥Ñ\n
\x03 pÒ°(ŒÖ\x08 |ñÂ
"""
b"""
\x01 ¥Ñ\n
\x17 s]“Ï‹ãvû®
"""
b"""
\x01 ¥Ñ\n
-s>¥ôé-š\x1E ö€
"""
b"""
\x01 ¥Ñ\n
Bs¿™\x07 ZÃh»r¯
"""
b"""
\x01 ¥Ñ\n
XsLšê¯œ7ZH¶
"""
b"""
\x01 ¥Ñ\n
lsÙ' À„À”<
"""
b"""
\x01 ¥Ñ\n
pß‘`â\x12\x1C .™3
"""
b"""
\x01 ¥Ñ\n
™r£¥@:’.¡\x07\x13
"""
b"""
\x01 ¥Ñ\n
¬sO‘ô\e G*ùèT
"""
b"""
\x01 ¥Ñ\n
ÀrIŒ‘pæhq‡a
"""
b"""
\x01 ¥Ñ\n
Óq›—úñ‚ËIÄì
"""
b"\x01 ¥Ñ\n êq[‡7\x00 èÜDí\x1C "
b"""
\x01 ¥Ñ\n
ÿsQ™‘\x1A\x18 ‘ÛV„
"""
b"\x01 ¥Ñ\v\x13 sî²Ð³§!¿ü "
b"\x01 ¥Ñ\v &qç¡Ã\x1C å?ë\x05 @ "
b"\x01 ¥Ñ\v 9rä‹¥Ñ\r |'cH "
b"\x01 ¥Ñ\v Ls¯©Y\x0F\x0F ™Sß "
b"\x01 ¥Ñ\v gr<…Gj\x06 :ªÑ "
b"\x01 ¥Ñ\v {qõˆÅ;L†ü¸ "
b"\x01 ¥Ñ\v q[±×\t épä“Ç "
b"\x01 ¥Ñ\v ¥sɻ˕\x11 ªY\x7F ì "
b"\x01 ¥Ñ\v ºq\x03 —\x15 }q—b‘Õ "
b"\x01 ¥Ñ\v Îpú„\t µx» ™ü "
b"\x01 ¥Ñ\v ãqF—\x1D Ù‹t\x02 ò[ "
b"\x01 ¥Ñ\v ús\x1D †R²±›Øeå "
b"\x01 ¥Ñ\f \r q‚ŽDƒSì "
b"\x01 ¥Ñ\f $p5¢ñÞí`”áF "
b"\x01 ¥Ñ\f 7p€¯\x1D «èpÙº "
b"""
\x01 ¥Ñ\f Msv\n
\r $¡ÏcE
"""
b"\x01 ¥Ñ\f apn‚¨•‡®\x19 h "
b"\x01 ¥Ñ\f wp¦¤6*€º;²\x11 "
b"\x01 ¥Ñ\f ‹q…Xsò;à‰! "
b"\x01 ¥Ñ\f q5»\x08 u6ÀâÙ "
b"\x01 ¥Ñ\f ³r–§YÛ\x00\x1C ˜Ä@ "
b"\x01 ¥Ñ\f ÇpW·À\x0F èBÆàm "
b"\x01 ¥Ñ\f Ûr†´\x06 $so0L "
b"\x01 ¥Ñ\f ðr\r šNj$l3‘\x1A "
b"\x01 ¥Ñ\r\r róœc2‚\f |›` "
b"\x01 ¥Ñ\r 0pû *÷R¢Å«M "
b"\x01 ¥Ñ\r [q\x0F ‰gm˜@¯* "
b"\x01 ¥Ñ\r \x7F q&˜P\x1A x‚qj "
b"\x01 ¥Ñ\r ‘põٺ˜:\x0F ' "
b"\x01 ¥Ñ\r ¦pv‰¹5áXú\x1A \n "
b"\x01 ¥Ñ\r ½r\v —GŽV–…Àñ "
b"\x01 ¥Ñ\r ÑrÞ²áßc(A\x03 Ó "
b"\x01 ¥Ñ\r ãpR²wì¥ãpWh "
b"\x01 ¥Ñ\r ÷s–´å\x7F éuÆ›x "
b"\x01 ¥Ñ\x0E\v qè˜Nu\x0F\x16 ‰l "
b"\x01 ¥Ñ\x0E q;±ÌÊP\t nå… "
b"\x01 ¥Ñ\x0E 5r]‚Ù(`£$H "
b"\x01 ¥Ñ\x0E Ur\e ‘\x02 “Q˜\x12 ~É "
b"\x01 ¥Ñ\x0E jqEŽtÀ<ˆÿ ª "
b"\x01 ¥Ñ\x0E ~qjš—;ê@y "
b"\x01 ¥Ñ\x0E “rê‚\x0E \x15 4ë:T "
b"\x01 ¥Ñ\x0E ¦qúšóh‰ãÅ1\ "
b"\x01 ¥Ñ\x0E ¸sc°!·cà-qL "
b"\x01 ¥Ñ\x0E Ìq[»¹IŒL:@™ "
b"\x01 ¥Ñ\x0E ßq0ž\x7F\x1E n\x05 VæØ "
b"\x01 ¥Ñ\x0E ór²J³èM%ñ7 "
b"\x01 ¥Ñ\x0F\x06 qo>_q䲯ü "
b"\x01 ¥Ñ\x0F\x19 sS‰—‚\x00 7\x7F\x1C 9 "
b"\x01 ¥Ñ\x0F ,rê®;Ãî~]å\v "
b"\x01 ¥Ñ\x0F Aq\x00 Õ\x16 rê\x15\v "
b"\x01 ¥Ñ\x0F Ur ²\f „oðd2f "
b"\x01 ¥Ñ\x0F ip§†üî»kŠëx "
b"\x01 ¥Ñ\x0F zs_‡¾ü¦\x16 ðZ× "
b"\x01 ¥Ñ\x0F ŽrP«ªE¼nr\x19 "
b"\x01 ¥Ñ\x0F ¢pÿ€šd‰øb²ý "
b"\x01 ¥Ñ\x0F ¸q?“NC\x03 Çè "
b"\x01 ¥Ñ\x0F Ëq1€Ø&É+rµ\x04 "
b"\x01 ¥Ñ\x0F ÞrK nÙÅ…¢zZ "
b"\x01 ¥Ñ\x0F ñp\x04 +üÁ<æ; "
b"\x01 ¥Ñ\x10\x05 pHŠx ˆ \ÎË "
b"\x01 ¥Ñ\x10\x18 q?¸µa•iR "
b"\x01 ¥Ñ\x10 *p\x03 ‡øß\x0E\x05 _±Ý "
b"\x01 ¥Ñ\x10 FqŽ¿£ê/éu\x1F Ì "
b"\x01 ¥Ñ\x10 Sp“î\x08 jÔþhE "
b"\x01 ¥Ñ\x10 ksü»‹å~{d ¿ "
b"\x01 ¥Ñ\x10 …r\x1A ¿as‘zÖ\x16 0 "
b"\x01 ¥Ñ\x10 ¶síÔ\x02 òî–Ä "
b"\x01 ¥Ñ\x10 ¿pVš²#¥#Px "
b"\x01 ¥Ñ\x10 Åsr¾:\t J‰\x1D 4 "
b"\x01 ¥Ñ\x10 Ìrû\x02 ÜãƒÈ;\x12 "
b"\x01 ¥Ñ\x10 àrQŽQÿ¹Ð°’E "
b"\x01 ¥Ñ\x10 ÷r¤o\x14 Éí¶ì¾ "
b"\x01 ¥Ñ\x11 "qp¤¯HŒRu¯ƒ "
b"\x01 ¥Ñ\x11 Qsà€”'$r’5\x11 "
b"\x01 ¥Ñ\x11 }p$”¨–Þ‹\x1D\x05 j "
b"\x01 ¥Ñ\x11 ±p!\x02 ¬"p¦›. "
b"\x01 ¥Ñ\x11 ýr!¶Kóÿ\x0E ƒu\x03 "
b"\x01 ¥Ñ\x12\x03 s?ŠÉï</\x00 H- "
b"\x01 ¥Ñ\x12\x08 pݹI\Ú!kQþ "
b"\x01 ¥Ñ\x12\x12 q>³›,/`ýÆZ "
b"\x01 ¥Ñ\x12 %s݆ØÙMŠ£\f "
b"""
\x01 ¥Ñ\x12 <q\n
‡\x19 «¾u¯Öc
"""
b"\x01 ¥Ñ\x12 OrÀ¨Kêy^wèf "
b"\x01 ¥Ñ\x12 €q-¬çjá[†šö "
b"\x01 ¥Ñ\x12 †p…‚4[p¸Ìü¨ "
b"\x01 ¥Ñ\x12 ‹q\x07 ¡¤ï,uÌ÷s "
b"\x01 ¥Ñ\x12 ’r!´)Á\x1C «—3\x0F "
b"\x01 ¥Ñ\x12 ©r>½®‚¹GÃ9\x1C "
b"\x01 ¥Ñ\x12 »pžúú•û\x00 ùù "
b"\x01 ¥Ñ\x12 Ñr¦§×yòC\x02 " "
b"\x01 ¥Ñ\x12 òp˜¦•R\x15 [\x16 Ù "
b"\x01 ¥Ñ\x13\x03 pø«¼ºsoÕh\x02 "
b"\x01 ¥Ñ\x13\x16 s\x1A °æ^}Vföz "
b"\x01 ¥Ñ\x13 *s8°ãH…ʤF¿ "
b"\x01 ¥Ñ\x13 =p¶©gk¿-ƒJÄ "
b"\x01 ¥Ñ\x13 Pq4›ðL¨\x19 fÁ "
b"\x01 ¥Ñ\x13 asRˆ(üEV¡\x10 Z "
b"\x01 ¥Ñ\x13 sqû²Qjÿ\x0E P\x04 5 "
b"\x01 ¥Ñ\x13 ‡q?½¡\x03 œIM\x07 ¼ "
b"\x01 ¥Ñ\x13 šrWŒŒÇò`\x1C "
b"\x01 ¥Ñ\x13 ´rõ½\x00 f\x02 É\x13 4¾ "
b"\x01 ¥Ñ\x13 ½r%¢\x13\x1A …-èÁ2 "
b"\x01 ¥Ñ\x13 Òq\t •“\x15 Þ´»üÞ "
b"\x01 ¥Ñ\x13 æp\x01 Eúª’^\x00 & "
b"\x01 ¥Ñ\x14\f sQ›Kïù$¸\f "
b"\x01 ¥Ñ\x14\x12 rK·f¹\e aâÀ_ "
b"\x01 ¥Ñ\x14\x1F s£µçÙÒØ»« "
b"\x01 ¥Ñ\x14 0s˜»)g}Ü\x17 Ú‰ "
b"\x01 ¥Ñ\x14 Dqú¦\ÏŒp\x13\x14 ¼ "
b"\x01 ¥Ñ\x14 \rålxá~´¶O "
b"\x01 ¥Ñ\x14 oqÍœîfÌXB\x01 c "
b"\x01 ¥Ñ\x14 „rò¡ÐspŽtþN "
b"\x01 ¥Ñ\x14 œráôƒ—Z\x04 ØY "
b"\x01 ¥Ñ\x14 ¯s”fÊ•hÒ2§ "
b"\x01 ¥Ñ\x14 Ås¶’Á•!\x17 ¢¬ä "
b"\x01 ¥Ñ\x14 çpÕ‹òÇ“•¥×ç "
b"\x01 ¥Ñ\x15\x0E pK¹ÇŒý\x0E $Ü€ "
b"\x01 ¥Ñ\x15 <qÞÙa|\x01 ”€c "
b"\x01 ¥Ñ\x15 bs.˜¨K\x08 ¾R\x01\x04 "
b"\x01 ¥Ñ\x15 Œrɾö±^d›ç› "
b"\x01 ¥Ñ\x15 ²pM–èxL"þU\x0F "
b"\x01 ¥Ñ\x15 Çqó¦ã\x0E FT‰úÏ "
b"\x01 ¥Ñ\x15 Ùp¶¢AáÙ~ÂáJ "
b"\x01 ¥Ñ\x15 ìq³‹Mý}—kÑž "
b"\x01 ¥Ñ\x15 ÿro‰Úæ‚Mwþ\x06 "
b"\x01 ¥Ñ\x16\x12 qQ‰\x07 [\r EI‹ "
b"\x01 ¥Ñ\x16 'rdt†ã£½ªm "
b"\x01 ¥Ñ\x16 8p\x19 –¥>øô»ZÝ "
b"\x01 ¥Ñ\x16 Mq…š\x07 áH²UVj "
b"\x01 ¥Ñ\x16 `q-‡\x04 ‘kp\x10 H "
b"\x01 ¥Ñ\x16 sr\x02 ››¿L¨ý¢ "
b"\x01 ¥Ñ\x16 …quŒ\x7F ÷áÅÄØÖ "
b"\x01 ¥Ñ\x16 ™r!´Ü\r ‹Ä\x17 j< "
b"\x01 ¥Ñ\x16 p ’ÑN:‰‰ù "
b"\x01 ¥Ñ\x16 ÂrP“–.•\x18\x1C þR "
b"\x01 ¥Ñ\x16 Ös\x01 »°ïw_B¬* "
b"\x01 ¥Ñ\x16 ést°Ù\x13 ëÁm\x1D z "
b"\x01 ¥Ñ\x16 úr&Šž¸%®Ï¯{ "
b"\x01 ¥Ñ\x17\x11 sA¶v\x05 ;n´ª\r "
b"\x01 ¥Ñ\x17 "s¬¬%oâ]7æ\x10 "
b"\x01 ¥Ñ\x17 6r§ŒVöÒg^Ò; "
b"\x01 ¥Ñ\x17 Jrá½}c—x/\x1D ¡ "
b"\x01 ¥Ñ\x17 ^p¡»kÙ[?Š,W "
b"\x01 ¥Ñ\x17 qs\x04 £\x14 œ1; ¢Ž "
b"\x01 ¥Ñ\x17 …pÝ¡V¶\e ÐÍ "
b"\x01 ¥Ñ\x17 ¦pè•§|Éèïΰ "
b"""
\x01 ¥Ñ\x17 ¾r·–ºÀ\n
Œq\x05 5
"""
b"\x01 ¥Ñ\x17 ÖsA…ôàãùËo\x00 "
b"\x01 ¥Ñ\x17 åqí£ß+yÌ,\f Í "
b"\x01 ¥Ñ\x18 s®¥¤MU\x18 PÚ "
b"\x01 ¥Ñ\x18 2q+“+Ü“éÑ\x1D E "
b"\x01 ¥Ñ\x18 Hr®ºãi\x17 ;Z÷± "
b"\x01 ¥Ñ\x18 \qþ˜I¹e[úÚ\x04 "
b"\x01 ¥Ñ\x18 rp¤Ý\x7F ݔɄà "
b"\x01 ¥Ñ\x18 †pÓ-ǬÉð·_ "
b"\x01 ¥Ñ\x18 ™pp³\x04 ÆiÈPÜ\x19 "
b"\x01 ¥Ñ\x18 ®pS°ûL-Ï>£l "
b"\x01 ¥Ñ\x18 Ñs-\x18 ¼÷BZ™ "
b"\x01 ¥Ñ\x18 âqÛ‰G}\v ‡4Ñf "
b"\x01 ¥Ñ\x18 ùsr¤\v cíûŒGC "
b"""
\x01 ¥Ñ\x19 \n
q„¨¸¤rêÀ)ª
"""
b"\x01 ¥Ñ\x19 !q\x7F ªöë/“(H "
b"\x01 ¥Ñ\x19 5q”¯98Í-ÖÚ: "
b"\x01 ¥Ñ\x19 Nq#¡÷+¾Ù9Fá "
b"\x01 ¥Ñ\x19 bpr€§>\x15 g7üq "
b"\x01 ¥Ñ\x19 xq˜‰—úP\x1A £v€ "
b"\x01 ¥Ñ\x19 s(¸ùýx-\x01 J "
b"\x01 ¥Ñ\x19 qO¢‰e(Ê\XŠ "
b"\x01 ¥Ñ\x19 ²rè¸Ú|Ã’¦ñ¿ "
b"\x01 ¥Ñ\x19 ÇriL\x7F ѰÂ.A "
b"\x01 ¥Ñ\x19 Ør†±Gñì÷]”“ "
b"\x01 ¥Ñ\x19 îs`€ŠäeÈ6ºƒ "
b"\x01 ¥Ñ\x1A\x04 p—«šÐº\x17\x14 89 "
b"\x01 ¥Ñ\x1A\x17 s\x1F ²ØÙÉcá6˜ "
b"\x01 ¥Ñ\x1A )r·“‰ËjDú‹± "
b"\x01 ¥Ñ\x1A <q\x00 ¶`L»…ô— "
b"\x01 ¥Ñ\x1A SpÕŠ-×QBÊÙ "
b"\x01 ¥Ñ\x1A fpH´¸\x05\x16 àŠ\x11 × "
]
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` ,
(
SELECT
GROUP_CONCAT (
HEX (
`country.salesChannels.mapping` . `sales_channel_id`
) SEPARATOR '||'
)
FROM
`sales_channel_country` `country.salesChannels.mapping`
WHERE
`country.salesChannels.mapping` . `country_id` = `country` . `id`
) as `country.salesChannels.id_mapping` ,
`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 (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
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` , (SELECT GROUP_CONCAT (HEX (`country.salesChannels.mapping` . `sales_channel_id` ) SEPARATOR '||' )
FROM `sales_channel_country` `country.salesChannels.mapping`
WHERE `country.salesChannels.mapping` . `country_id` = `country` . `id` ) as `country.salesChannels.id_mapping` , `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` = 0x0190A5D21558701CB17A1F89991D17E2 WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x0190A5D0B69C7375801D50780D461CB4 , 0x0190A5D0B6E471D7A1D418AD821E1793 , 0x0190A5D0B6E873DEA8D50606C2DA2CC7 , 0x0190A5D0B94370D1AEC3A7A5101FB8BB , 0x0190A5D0B94670A7B76253B176ED65CC , 0x0190A5D0B94971B58C5590FBAFC4728D , 0x0190A5D0B94D71A19FD88C9C13BA9FED , 0x0190A5D0B951711CA1B1CF9F7065F599 , 0x0190A5D0B955720097DF8EB45C413DFA , 0x0190A5D0B959717693A00C2F33955D5D , 0x0190A5D0B95C7205946B5C7B9C34C61F , 0x0190A5D0B95F73B2BD79F1FF15C54CCF , 0x0190A5D0B96373499C0E0F7D6071FB41 , 0x0190A5D0B96770CDB01A51379BDB72A4 , 0x0190A5D0B96A70DAAA97BA142E23C869 , 0x0190A5D0B96D7303BF353DD303E5B927 , 0x0190A5D0B97072309F2F86C1BAFFE2C6 , 0x0190A5D0B973706F9D684AB105961896 , 0x0190A5D0BA1C71F2AD621C2C68C2977B , 0x0190A5D0BA2370C18272BA079D49D00A , 0x0190A5D0BA2A7206866733DD8D910AE7 , 0x0190A5D0BA2E7376AEAA136CE0DBC936 , 0x0190A5D0BA327326B31594897E967EF8 , 0x0190A5D0BA3773F0AC2C3A4DB3BE36D6 , 0x0190A5D0BA3B733BB0A8631AE7B0A080 , 0x0190A5D0BA3F724A9E443A9E72B1DFEE , 0x0190A5D0BA4270F2B7421BD303D69842 , 0x0190A5D0BA46717098341A6215F958A0 , 0x0190A5D0BA4B7016AEDFB4D605F729F2 , 0x0190A5D0BA4E703AB15E8B4DAF7A2CDC , 0x0190A5D0BA5370498EFF004F4F44881D , 0x0190A5D0BA5970C382A64BC600CA6D4A , 0x0190A5D0BA5F7049B6E1C142B7ABC3F9 , 0x0190A5D107787076B092BDBAEB76CCF5 , 0x0190A5D1078B73CDA19E0B73761213E2 , 0x0190A5D107A0702FBA4AD0CEC29471A2 , 0x0190A5D107B473CDA2A33B032B997C9A , 0x0190A5D107C970C8B9E1E97D8350A245 , 0x0190A5D107E072CF8B4ABE2D59CAF3AE , 0x0190A5D107F3702BAE4BC50D9CE49998 , 0x0190A5D10806702EA894158F3AA026F6 , 0x0190A5D1081A7109BB67070E5092501D , 0x0190A5D1082E72BE964CCF2256B6410C , 0x0190A5D10841707FB2F139452C19570B , 0x0190A5D1085773F49DA84DF5995CEBF2 , 0x0190A5D1086B73DD98BFE654677220AA , 0x0190A5D1087F72FE8B98308AF51E2ED0 , 0x0190A5D1089573E5AB22E2D8C7372656 , 0x0190A5D108AB71E886F7B100D4CFBB2B , 0x0190A5D108C070778B83A89F9F545F62 , 0x0190A5D108D473CBAA35BB59B0B4D111 , 0x0190A5D108EC70DCBCD67F41C2CAEEFC , 0x0190A5D109027174845BDB4C59A24AB6 , 0x0190A5D1091872E88FCBA6AB9CF3AF51 , 0x0190A5D1094F730F8F994E7FAA91094A , 0x0190A5D1097C72FC934D51E8A9009DED , 0x0190A5D109A472569C12CC90AE2CA610 , 0x0190A5D109D9704A8E0775FAD3E3ACAD , 0x0190A5D109F07080A5B2D74594C571FA , 0x0190A5D10A0370D2B0288CD6087CF1C2 , 0x0190A5D10A17735D93CF8B8EE376FBAE , 0x0190A5D10A2D733EA5F4E92D9A1EF680 , 0x0190A5D10A4273BF99075AC368BB72AF , 0x0190A5D10A58734C9AEAAF9C375A48B6 , 0x0190A5D10A6C73C39927A0C084C0943C , 0x0190A5D10A8170DF9160E2121C2E9933 , 0x0190A5D10A9972A3A5403A922EA10713 , 0x0190A5D10AAC734F91F41B472AF9E854 , 0x0190A5D10AC072498C9170E668718761 , 0x0190A5D10AD3719B97FAF182CB49C4EC , 0x0190A5D10AEA715B873700E8DC44ED1C , 0x0190A5D10AFF735199911A1891DB5684 , 0x0190A5D10B1373EEB28ED0B3A721BFFC , 0x0190A5D10B2671E7A1C31CE53FEB0540 , 0x0190A5D10B3972E48BA5D10D7C276348 , 0x0190A5D10B4C73AFA9590F0F9953DF20 , 0x0190A5D10B67723C85476A063AAA90D1 , 0x0190A5D10B7B71F588C53B4C8E86FCB8 , 0x0190A5D10B8F715BB1D709E970E493C7 , 0x0190A5D10BA573C9BBCB9511AA597FEC , 0x0190A5D10BBA710397157D71976291D5 , 0x0190A5D10BCE70FA8409B578BB2099FC , 0x0190A5D10BE37146971DD98B7402F25B , 0x0190A5D10BFA731D8652B2B19BD865E5 , 0x0190A5D10C0D7182908D4483539DADEC , 0x0190A5D10C247035A2F1DEED6094E146 , 0x0190A5D10C377080AF1DABE870D98FBA , 0x0190A5D10C4D7376810A0D24A1CF6345 , 0x0190A5D10C61706E82A89587AE199068 , 0x0190A5D10C7770A6A4362A80BA3BB211 , 0x0190A5D10C8B71859F5873F23BE08921 , 0x0190A5D10C9F7135BB087536ADC0E2D9 , 0x0190A5D10CB37296A759DB001C98C440 , 0x0190A5D10CC77057B7C00FE842C6E06D , 0x0190A5D10CDB7286B40624736F30AD4C , 0x0190A5D10CF0720D9A4E6A246C33911A , 0x0190A5D10D0D72F39C6332820C7C9B60 , 0x0190A5D10D3070FBA02AF752A2C5AB4D , 0x0190A5D10D5B710F89676D9840AFAD2A , 0x0190A5D10D7F7126989D501A7882716A , 0x0190A5D10D9170C3B5D9BA98813A0F27 , 0x0190A5D10DA6707689B935E158FA1A0A , 0x0190A5D10DBD720B97478D569685C0F1 , 0x0190A5D10DD172DEB2E1DF63284103D3 , 0x0190A5D10DE37052B277ECA5E3705768 , 0x0190A5D10DF77396B4E57FE975C69B78 , 0x0190A5D10E0B71E8984E750F1690896C , 0x0190A5D10E20713BB1CCCA50096EE585 , 0x0190A5D10E35725D82D92860A3AD2448 , 0x0190A5D10E55721B9102935198127EC9 , 0x0190A5D10E6A71458D74C03C88FF20AA , 0x0190A5D10E7E716A9A973BEAAD8E4079 , 0x0190A5D10E9372EA820E9F1534EB3A54 , 0x0190A5D10EA671FA9AF36889E3C5315C , 0x0190A5D10EB87363B021B763E02D714C , 0x0190A5D10ECC715BBBB9498C4C3A4099 , 0x0190A5D10EDF71309E7F1E6E0556E6D8 , 0x0190A5D10EF372C2B24AB3E84D25F137 , 0x0190A5D10F06716F903E5F71E4B2C6FC , 0x0190A5D10F19735389978200377F1C39 , 0x0190A5D10F2C72EAAE3BC3EE7E5DE50B , 0x0190A5D10F417100A0D51672EA9F150B , 0x0190A5D10F5572A0B20C846FF0643266 , 0x0190A5D10F6970A786FCEEBB6B8AEB78 , 0x0190A5D10F7A735F87BEFCA616F05AD7 , 0x0190A5D10F8D7250ABAA45BC6E8E7219 , 0x0190A5D10FA270FF809A6489F862B2FD , 0x0190A5D10FB8713F938E4E4303ADC7E8 , 0x0190A5D10FCB713180D826C92B72B504 , 0x0190A5D10FDE724BA06ED9C585A27A5A , 0x0190A5D10FF17004812BFCC13CE63B8E , 0x0190A5D1100570488A782088205CCECB , 0x0190A5D11018713FB8B5618195695220 , 0x0190A5D1102A700387F8DF0E055FB1DD , 0x0190A5D11046718DBFA3EA2FE9751FCC , 0x0190A5D1105370939FEE086AD4FE6845 , 0x0190A5D1106B73FCBB8BE57E7B6420BF , 0x0190A5D11085721ABF6173917AD61630 , 0x0190A5D110B673EDAD8ED402F2EE96C4 , 0x0190A5D110BF70569AB223A523AD5078 , 0x0190A5D110C57372BE9D3A094A891D34 , 0x0190A5D110CC72FB9F02DCE383C83B12 , 0x0190A5D110E072518D51FFB9D0B09245 , 0x0190A5D110F772A48E6F14C9EDB6ECBE , 0x0190A5D111227170A4AF488C5275AF83 , 0x0190A5D1115173E08094272472923511 , 0x0190A5D1117D702494A896DE8B1D056A , 0x0190A5D111B17021AD02AC2270A69B2E , 0x0190A5D111FD7221B64BF3FF0E837503 , 0x0190A5D11203733F8AC9EF3C2F00482D , 0x0190A5D1120870DDB9495CDA216B51FE , 0x0190A5D11212713EB39B2C2F60FDC65A , 0x0190A5D1122573DD86D8D94D8A8FA30C , 0x0190A5D1123C710A8719ABBE75AFD663 , 0x0190A5D1124F72C0A84BEA795E77E866 , 0x0190A5D11280712DACE76AE15B869AF6 , 0x0190A5D11286708582345B70B8CCFCA8 , 0x0190A5D1128B7107A1A4EF2C75CCF773 , 0x0190A5D112927221B429C11CAB97330F , 0x0190A5D112A9723EBDAE82B947C3391C , 0x0190A5D112BB709D9EFAFA95FB00F9F9 , 0x0190A5D112D172A6A7ADD779F2430222 , 0x0190A5D112F27098A69552155B9F16D9 , 0x0190A5D1130370F8ABBCBA736FD56802 , 0x0190A5D11316731AB0E65E7D5666F67A , 0x0190A5D1132A7338B0E34885CAA446BF , 0x0190A5D1133D70B6A9676BBF2D834AC4 , 0x0190A5D1135071349BF04CA819668EC1 , 0x0190A5D1136173528828FC4556A1105A , 0x0190A5D1137371FBB2516AFF0E500435 , 0x0190A5D11387713FBDA1039C494D07BC , 0x0190A5D1139A72578C8CC7F2601CAD90 , 0x0190A5D113B472F5BD006602C91334BE , 0x0190A5D113BD7225A2131A852DE8C132 , 0x0190A5D113D27109959315DEB4BBFCDE , 0x0190A5D113E67001A045FAAA925E0026 , 0x0190A5D1140C73519B4BEFF924B80C8F , 0x0190A5D11412724BB766B91B61E2C05F , 0x0190A5D1141F73A3B5E7D9D2D8BB8EAB , 0x0190A5D114307398BB29677DDC17DA89 , 0x0190A5D1144471FAA65CCF8C701314BC , 0x0190A5D1145C72E58E6C78E17EB4B64F , 0x0190A5D1146F71CD9CEE66CC58420163 , 0x0190A5D1148472F2A1D073708D74FE4E , 0x0190A5D1149C72E181F483975A04D859 , 0x0190A5D114AF73909466CA9568D232A7 , 0x0190A5D114C573B692C1952117A2ACE4 , 0x0190A5D114E770D58BF2C79395A5D7E7 , 0x0190A5D1150E704BB9C78CFD0E24DC80 , 0x0190A5D1153C71DE8FD9617C01948063 , 0x0190A5D11562732E98A84B08BE520104 , 0x0190A5D1158C72C9BEF6B15E649BE79B , 0x0190A5D115B2704D96E8784C22FE550F , 0x0190A5D115C771F3A6E30E465489FACF , 0x0190A5D115D970B6A241E1D97EC2E14A , 0x0190A5D115EC71B38B4DFD7D976BD19E , 0x0190A5D115FF726F89DAE6824D77FE06 , 0x0190A5D11612715189075B0D45499D8B , 0x0190A5D116277264AD7486E3A3BDAA6D , 0x0190A5D11638701996A53EF8F4BB5ADD , 0x0190A5D1164D71859A07E148B255566A , 0x0190A5D11660712D8704916B708F1048 , 0x0190A5D1167372029B9BBF904CA8FDA2 , 0x0190A5D1168571758C7FF7E1C5C4D8D6 , 0x0190A5D116997221B4DC0D8BC4176A3C , 0x0190A5D116AD70209D92D14E3A8989F9 , 0x0190A5D116C2725093962E95181CFE52 , 0x0190A5D116D67301BBB0EF775F42AC2A , 0x0190A5D116E97374B0D913EBC16D1D7A , 0x0190A5D116FA72268A9EB825AECFAF7B , 0x0190A5D117117341B676053B6EB4AA0D , 0x0190A5D1172273ACAC256FE25D37E610 , 0x0190A5D1173672A78C56F6D2675ED23B , 0x0190A5D1174A72E1BD7D6397782F1DA1 , 0x0190A5D1175E70A1BB6BD95B3F8A2C57 , 0x0190A5D117717304A3149C313BA0A28D , 0x0190A5D11785709F8EDDA156B61BD0CD , 0x0190A5D117A670E895A77CC9E8EFCEB0 , 0x0190A5D117BE72B796BAC00A8C710535 , 0x0190A5D117D6734185F4E0E3F9CB6F00 , 0x0190A5D117E571EDA3DF2B79CC2C0CCD , 0x0190A5D11820738FAEA5A44D551850DA , 0x0190A5D11832712B932BDC93E9D11D45 , 0x0190A5D1184872AEBAE369173B5AF7B1 , 0x0190A5D1185C71FE9849B9655BFADA04 , 0x0190A5D11872709DA4DD7FDD94C984C3 , 0x0190A5D1188670C3932DC7ACC9F0B75F , 0x0190A5D118997070B304C669C850DC19 , 0x0190A5D118AE7053B0FB4C2DCF3EA36C , 0x0190A5D118D1732D8E18BCF7429D5A99 , 0x0190A5D118E271DB89477D0B8734D166 , 0x0190A5D118F97372A40B63EDFB8C4743 , 0x0190A5D1190A7184A8B8A472EAC029AA , 0x0190A5D11921717FAAF6EB2F9328488F , 0x0190A5D119357194AF3938CD2DD6DA3A , 0x0190A5D1194E7123A1F72BBED93946E1 , 0x0190A5D11962707280A73E156737FC71 , 0x0190A5D1197871988997FA501AA37680 , 0x0190A5D1198E7328B8F9FD782D9D014A , 0x0190A5D119A0714FA2896528CA5C588A , 0x0190A5D119B272E8B8DA7CC392A6F1BF , 0x0190A5D119C77269814C7FD1B0C22E41 , 0x0190A5D119D87286B147F1ECF75D9493 , 0x0190A5D119EE7360808AE465C836BA83 , 0x0190A5D11A047097AB9AD0BA17143839 , 0x0190A5D11A17731FB2D8D9C963E13698 , 0x0190A5D11A2972B79389CB6A44FA8BB1 , 0x0190A5D11A3C7100B6604CBB85F4AD97 , 0x0190A5D11A5370D58A2DD79F5142CAD9 , 0x0190A5D11A667048B4B80516E08A11D7 );
Copy
84
2.01 ms
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.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 (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` WHERE `sales_channel` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"˜C-ï9üF$³2\x13 ¥kŒ”M "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ‘J13£x"‰m\f p²ý;g "
b"˜C-ï9üF$³2\x13 ¥kŒ”M "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ‘J13£x"‰m\f p²ý;g "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
]
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.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 (
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`
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.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 (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` = 0x0190A5D21558701CB17A1F89991D17E2 WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` WHERE `sales_channel` . `id` IN (0x0190A64A9C267095B2C78AFFDE939AE0 , 0x98432DEF39FC4624B33213A56B8C944D , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x01914A3133A37822896D0C70B2FD3B67 , 0x98432DEF39FC4624B33213A56B8C944D , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x01914A3133A37822896D0C70B2FD3B67 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 , 0x0190A64A9C267095B2C78AFFDE939AE0 );
Copy
85
0.79 ms
SELECT LOWER (HEX (article_id )) as article_id
FROM moorl_magazine_article_product
WHERE product_id = :product_id
Parameters :
[
"product_id " => b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
]
SELECT LOWER (HEX (article_id )) as article_id
FROM moorl_magazine_article_product
WHERE product_id = 0x8579BFBA11C8255AA488EA5B08C2F9AE ;
Copy
86
0.51 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"\x01 —œHí<wEªXfÔ5¸·Þ "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0x01979C48ED3C7745AA5866D435B8B7DE );
Copy
87
0.51 ms
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = ?
Parameters :
[
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
]
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = 0x0190A64A9C267095B2C78AFFDE939AE0 ;
Copy
88
0.72 ms
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = ? AND `is_canonical` = 1 AND
`sales_channel_id` = ? AND `language_id` IN (? , ? )
Parameters :
[
"/detail/8579bfba11c8255aa488ea5b08c2f9ae "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/detail/8579bfba11c8255aa488ea5b08c2f9ae' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x0190A64A9C267095B2C78AFFDE939AE0 AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B , 0x0190A5D21558701CB17A1F89991D17E2 );
Copy
89
0.81 ms
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1 ;
Copy
90
0.72 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"\x01 ‘™\x1A\x10 QtÄ\e (ÀˆˆVh "
]
SELECT path FROM category WHERE id = 0x0191991A105174C48F1B28C088885668 ;
Copy
91
0.33 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters :
[
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
]
SELECT min_search_length FROM product_search_config WHERE language_id = 0x0190A5D21558701CB17A1F89991D17E2 ;
Copy
92
1.38 ms
SELECT `plugin` . `id` as `plugin.id` , `plugin` . `base_class` as `plugin.baseClass` , `plugin` . `name` as `plugin.name` , `plugin` . `composer_name` as `plugin.composerName` , `plugin` . `autoload` as `plugin.autoload` , `plugin` . `active` as `plugin.active` , `plugin` . `managed_by_composer` as `plugin.managedByComposer` , `plugin` . `path` as `plugin.path` , `plugin` . `author` as `plugin.author` , `plugin` . `copyright` as `plugin.copyright` , `plugin` . `license` as `plugin.license` , `plugin` . `version` as `plugin.version` , `plugin` . `upgrade_version` as `plugin.upgradeVersion` , `plugin` . `installed_at` as `plugin.installedAt` , `plugin` . `upgraded_at` as `plugin.upgradedAt` , `plugin` . `icon` as `plugin.iconRaw` , `plugin` . `created_at` as `plugin.createdAt` , `plugin` . `updated_at` as `plugin.updatedAt` , `plugin.translation.override_1.label` , `plugin.translation.label` , COALESCE (`plugin.translation.override_1.label` , `plugin.translation.label` ) as `plugin.label` , `plugin.translation.override_1.description` , `plugin.translation.description` , COALESCE (`plugin.translation.override_1.description` , `plugin.translation.description` ) as `plugin.description` , `plugin.translation.override_1.manufacturerLink` , `plugin.translation.manufacturerLink` , COALESCE (`plugin.translation.override_1.manufacturerLink` , `plugin.translation.manufacturerLink` ) as `plugin.manufacturerLink` , `plugin.translation.override_1.supportLink` , `plugin.translation.supportLink` , COALESCE (`plugin.translation.override_1.supportLink` , `plugin.translation.supportLink` ) as `plugin.supportLink` , `plugin.translation.override_1.customFields` , `plugin.translation.customFields` , COALESCE (`plugin.translation.override_1.customFields` , `plugin.translation.customFields` ) as `plugin.customFields` FROM `plugin` LEFT JOIN (SELECT `plugin.translation` . `plugin_id` , `plugin.translation` . `label` as `plugin.translation.label` , `plugin.translation.override_1` . `label` as `plugin.translation.override_1.label` , `plugin.translation` . `description` as `plugin.translation.description` , `plugin.translation.override_1` . `description` as `plugin.translation.override_1.description` , `plugin.translation` . `manufacturer_link` as `plugin.translation.manufacturerLink` , `plugin.translation.override_1` . `manufacturer_link` as `plugin.translation.override_1.manufacturerLink` , `plugin.translation` . `support_link` as `plugin.translation.supportLink` , `plugin.translation.override_1` . `support_link` as `plugin.translation.override_1.supportLink` , `plugin.translation` . `custom_fields` as `plugin.translation.customFields` , `plugin.translation.override_1` . `custom_fields` as `plugin.translation.override_1.customFields` FROM `plugin_translation` `plugin.translation` LEFT JOIN `plugin_translation` `plugin.translation.override_1` ON `plugin.translation` . `plugin_id` = `plugin.translation.override_1` . `plugin_id` AND `plugin.translation.override_1` . `language_id` = ? WHERE `plugin.translation` . `language_id` = ? ) `plugin.plugin_translation` ON `plugin.plugin_translation` . `plugin_id` = `plugin` . `id` WHERE (`plugin` . `name` = ? )
Parameters :
[
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
b"/»_ââšMpªXTÎ|ãâ\v "
"esMetaCatalog6 "
]
SELECT
`plugin` . `id` as `plugin.id` ,
`plugin` . `base_class` as `plugin.baseClass` ,
`plugin` . `name` as `plugin.name` ,
`plugin` . `composer_name` as `plugin.composerName` ,
`plugin` . `autoload` as `plugin.autoload` ,
`plugin` . `active` as `plugin.active` ,
`plugin` . `managed_by_composer` as `plugin.managedByComposer` ,
`plugin` . `path` as `plugin.path` ,
`plugin` . `author` as `plugin.author` ,
`plugin` . `copyright` as `plugin.copyright` ,
`plugin` . `license` as `plugin.license` ,
`plugin` . `version` as `plugin.version` ,
`plugin` . `upgrade_version` as `plugin.upgradeVersion` ,
`plugin` . `installed_at` as `plugin.installedAt` ,
`plugin` . `upgraded_at` as `plugin.upgradedAt` ,
`plugin` . `icon` as `plugin.iconRaw` ,
`plugin` . `created_at` as `plugin.createdAt` ,
`plugin` . `updated_at` as `plugin.updatedAt` ,
`plugin.translation.override_1.label` ,
`plugin.translation.label` ,
COALESCE (
`plugin.translation.override_1.label` ,
`plugin.translation.label`
) as `plugin.label` ,
`plugin.translation.override_1.description` ,
`plugin.translation.description` ,
COALESCE (
`plugin.translation.override_1.description` ,
`plugin.translation.description`
) as `plugin.description` ,
`plugin.translation.override_1.manufacturerLink` ,
`plugin.translation.manufacturerLink` ,
COALESCE (
`plugin.translation.override_1.manufacturerLink` ,
`plugin.translation.manufacturerLink`
) as `plugin.manufacturerLink` ,
`plugin.translation.override_1.supportLink` ,
`plugin.translation.supportLink` ,
COALESCE (
`plugin.translation.override_1.supportLink` ,
`plugin.translation.supportLink`
) as `plugin.supportLink` ,
`plugin.translation.override_1.customFields` ,
`plugin.translation.customFields` ,
COALESCE (
`plugin.translation.override_1.customFields` ,
`plugin.translation.customFields`
) as `plugin.customFields`
FROM
`plugin`
LEFT JOIN (
SELECT
`plugin.translation` . `plugin_id` ,
`plugin.translation` . `label` as `plugin.translation.label` ,
`plugin.translation.override_1` . `label` as `plugin.translation.override_1.label` ,
`plugin.translation` . `description` as `plugin.translation.description` ,
`plugin.translation.override_1` . `description` as `plugin.translation.override_1.description` ,
`plugin.translation` . `manufacturer_link` as `plugin.translation.manufacturerLink` ,
`plugin.translation.override_1` . `manufacturer_link` as `plugin.translation.override_1.manufacturerLink` ,
`plugin.translation` . `support_link` as `plugin.translation.supportLink` ,
`plugin.translation.override_1` . `support_link` as `plugin.translation.override_1.supportLink` ,
`plugin.translation` . `custom_fields` as `plugin.translation.customFields` ,
`plugin.translation.override_1` . `custom_fields` as `plugin.translation.override_1.customFields`
FROM
`plugin_translation` `plugin.translation`
LEFT JOIN `plugin_translation` `plugin.translation.override_1` ON `plugin.translation` . `plugin_id` = `plugin.translation.override_1` . `plugin_id`
AND `plugin.translation.override_1` . `language_id` = ?
WHERE
`plugin.translation` . `language_id` = ?
) `plugin.plugin_translation` ON `plugin.plugin_translation` . `plugin_id` = `plugin` . `id`
WHERE
(`plugin` . `name` = ? )
Copy
SELECT `plugin` . `id` as `plugin.id` , `plugin` . `base_class` as `plugin.baseClass` , `plugin` . `name` as `plugin.name` , `plugin` . `composer_name` as `plugin.composerName` , `plugin` . `autoload` as `plugin.autoload` , `plugin` . `active` as `plugin.active` , `plugin` . `managed_by_composer` as `plugin.managedByComposer` , `plugin` . `path` as `plugin.path` , `plugin` . `author` as `plugin.author` , `plugin` . `copyright` as `plugin.copyright` , `plugin` . `license` as `plugin.license` , `plugin` . `version` as `plugin.version` , `plugin` . `upgrade_version` as `plugin.upgradeVersion` , `plugin` . `installed_at` as `plugin.installedAt` , `plugin` . `upgraded_at` as `plugin.upgradedAt` , `plugin` . `icon` as `plugin.iconRaw` , `plugin` . `created_at` as `plugin.createdAt` , `plugin` . `updated_at` as `plugin.updatedAt` , `plugin.translation.override_1.label` , `plugin.translation.label` , COALESCE (`plugin.translation.override_1.label` , `plugin.translation.label` ) as `plugin.label` , `plugin.translation.override_1.description` , `plugin.translation.description` , COALESCE (`plugin.translation.override_1.description` , `plugin.translation.description` ) as `plugin.description` , `plugin.translation.override_1.manufacturerLink` , `plugin.translation.manufacturerLink` , COALESCE (`plugin.translation.override_1.manufacturerLink` , `plugin.translation.manufacturerLink` ) as `plugin.manufacturerLink` , `plugin.translation.override_1.supportLink` , `plugin.translation.supportLink` , COALESCE (`plugin.translation.override_1.supportLink` , `plugin.translation.supportLink` ) as `plugin.supportLink` , `plugin.translation.override_1.customFields` , `plugin.translation.customFields` , COALESCE (`plugin.translation.override_1.customFields` , `plugin.translation.customFields` ) as `plugin.customFields` FROM `plugin` LEFT JOIN (SELECT `plugin.translation` . `plugin_id` , `plugin.translation` . `label` as `plugin.translation.label` , `plugin.translation.override_1` . `label` as `plugin.translation.override_1.label` , `plugin.translation` . `description` as `plugin.translation.description` , `plugin.translation.override_1` . `description` as `plugin.translation.override_1.description` , `plugin.translation` . `manufacturer_link` as `plugin.translation.manufacturerLink` , `plugin.translation.override_1` . `manufacturer_link` as `plugin.translation.override_1.manufacturerLink` , `plugin.translation` . `support_link` as `plugin.translation.supportLink` , `plugin.translation.override_1` . `support_link` as `plugin.translation.override_1.supportLink` , `plugin.translation` . `custom_fields` as `plugin.translation.customFields` , `plugin.translation.override_1` . `custom_fields` as `plugin.translation.override_1.customFields` FROM `plugin_translation` `plugin.translation` LEFT JOIN `plugin_translation` `plugin.translation.override_1` ON `plugin.translation` . `plugin_id` = `plugin.translation.override_1` . `plugin_id` AND `plugin.translation.override_1` . `language_id` = 0x0190A5D21558701CB17A1F89991D17E2 WHERE `plugin.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `plugin.plugin_translation` ON `plugin.plugin_translation` . `plugin_id` = `plugin` . `id` WHERE (`plugin` . `name` = 'esMetaCatalog6' );
Copy
93
4.99 ms
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (seo_url . language_id = ? ) AND (seo_url . sales_channel_id = ? OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 )
Parameters :
[
"/detail/8579bfba11c8255aa488ea5b08c2f9ae "
"/navigation/0191991d5eb67fd4b567fba328e920b9 "
"/navigation/0191ee79a6787f3ebee5fac531dd762f "
"/navigation/0191ee79d625774ea134623944f3fcbb "
"/navigation/0191ee79f4297d84b7916c7493090310 "
"/navigation/0191ee8834aa7e0bacebfed3705d2f42 "
"/navigation/0191ee7b08dc78f49e8cc3d05be28f77 "
"/navigation/0191ee6d4d6b7fc5bcad94019bf1e96b "
"/navigation/0191ee6d70757a6ca9c423539622f9ae "
"/navigation/0191ee6d8fb27f8eb69858c1e836a16a "
"/navigation/0191ee6db9f3790d80e39026e4cd8ebb "
"/navigation/0191ee6ddae6739ba84e5b6196ec2c88 "
"/navigation/0191ee6dfd087c0dacb354db6e3d36ef "
"/navigation/0191ee6e265d768a91a683a7ef2d63fc "
"/navigation/0191ee6e4a32731a900bb77db5d36c32 "
"/navigation/0191ee6e78d2746ca16d6b93bada0a81 "
"/navigation/0191ee6ea63a7c8bbdbda9515feddae9 "
"/navigation/0191ee6edf2d765283cc5d79189f0394 "
"/navigation/0191ee6ef1fe75429f15660a27ec31ba "
"/navigation/019bbc13360772d48aa0e775b36078fc "
"/navigation/0191ee7a8eff7f1ebc65845f5e28284c "
"/navigation/0191ee8f84c671d78bd828bdfaa24128 "
"/navigation/0191ee8fb87e7680b42765fffe64b6c2 "
"/navigation/0191ee8fcf8c70738480b2ab98219716 "
"/navigation/019bbc8addde7ec0b9de3c09f9d67c79 "
"/navigation/0191ee8b859d7e7da514bdc0768cc521 "
"/navigation/0191ee8ba2087cf980fe6bcb30af6db2 "
"/navigation/0191ee8bbda37bd7b9e0fad4751a32ce "
"/navigation/0191ee8bcfe27cbaa3ff3939db0de93a "
"/navigation/0191ee8bf4fb72e48edc1694c64a24be "
"/navigation/0191ee8bfdd076bbb2a4eb12e1fbb085 "
"/navigation/0191ee8c0f2a7b958b4976e43d13f1bd "
"/navigation/0191ee8c2af57498845593f11f801c1e "
"/navigation/0191ee8c39b071929ec9011fc654c0d4 "
"/navigation/0191ee8c48587f56b6507202f96c078a "
"/navigation/0191ee8c6b317bf8bac59dd0539ee242 "
"/navigation/0191ee8c9ffd7531921fa96cd08e6870 "
"/navigation/019bbc1f5a437136aab323feda1d2318 "
"/navigation/0191ee88ef8870e39e23e5c220b067fb "
"/navigation/0191ee8904567fe7adbab40cfc5d69d5 "
"/navigation/0191ee8923c472ab81aa73663f7cf3f7 "
"/navigation/0191ee894a09763b8057e91754cef150 "
"/navigation/0191ee8968177963ac3aa14c10d37bc9 "
"/navigation/0191ee89779879ef963e6f1540030795 "
"/navigation/0191ee89884e78368492ab963012db6c "
"/navigation/0191ee8998cc7222b91ba046b53192f9 "
"/navigation/019bbc8c364e78b38debf325c0948ed3 "
"/navigation/0197eab99a3e75dd8ad2c73889740341 "
"/navigation/0197d448ba2c7b199942eb3f22924203 "
"/navigation/0197eaba7b8c7e55abd85d988e9cee74 "
"/navigation/0197eaba9d2e7732bf768c604fd3f081 "
"/navigation/0191ee7ba89c75a2ba0ab988a5d8eb41 "
"/navigation/0197c6cd65837af7b7b5bb1d07118f90 "
"/navigation/0197c6cda35d73078fe33fce062c3f8f "
"/navigation/0197c6cdef4e7480ad18f56a29f1c2de "
"/navigation/0197c6ce0f52712a82719412b96a72cc "
"/navigation/0197c6ce2a9d71d29ab20a61450751f4 "
"/navigation/0197c6ce5f5877dab18548a7feca9cb0 "
"/navigation/0191ee7bbca17c70b8fafb3b5ba5e986 "
"/navigation/0197cbf7289070ac9957fb8239ac36f3 "
"/navigation/0197cbf7897d714382426d8376f4bfc8 "
"/navigation/0191ee7bd61d725cb9b1f1665a57ff2b "
"/navigation/0191ee7bf27c7f0b9d4b926ed5083238 "
"/navigation/0197e971cb747e65b6c65a1d256f4ea2 "
"/navigation/0197e97244247d2bb74e791fd85fb1fd "
"/navigation/019690bc6707711e88da28969c511a89 "
"/navigation/0197cbb94c187370ae556386a7468a03 "
"/navigation/0197cbb986f570fb8b2eed529ea53e75 "
"/navigation/0191ee7c21677f4595a2b91b0303681d "
"/author/Hilb,%20Martin "
"/author/Renz,%20Patrick "
"/detail/2b5a0e68b2e0b28e2178c5965ffaac75 "
"/navigation/0190ba53fe0673a28d789f957f8c8db7 "
"/navigation/0190ba542b957fab996cb7ede232036e "
"/navigation/0190ba5447c07f729e5aac14ab3977b8 "
"/navigation/0190ba546be170968b14cb8c25875a2a "
"/navigation/0190ba58be4b7a20a08c5bb8c1a6daaf "
"/navigation/0190ba556daf75c1a2780021b765e2d9 "
"/navigation/0190ba558dea7f4ca2e1a2d8a22b1081 "
"/navigation/0190ba55964f7ad9bcf0d435407e367f "
"/navigation/0190ba55c18b70218fa12367468dc14a "
"/navigation/0190ba5826c97e72ad021d9ac2ab2ffb "
"/navigation/0190ba583d7d773387a1506471bed744 "
"/navigation/0190ba5869fe70f79e656dfa6b015df2 "
"/navigation/01968c734b3f7eef8c0efce23dddc529 "
"/navigation/0190ba58834b73568e28fef89cb2b86f "
b"\x01 ¥Ò\x15 Xp\x1C ±z\x1F ‰™\x1D\x17 â "
b"\x01 ¦Jœ&p•²ÇŠÿÞ“šà "
]
SELECT
seo_path_info ,
path_info ,
sales_channel_id
FROM
seo_url
WHERE
(seo_url . is_canonical = 1 )
AND (
seo_url . path_info IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
)
AND (seo_url . language_id = ? )
AND (
seo_url . sales_channel_id = ?
OR seo_url . sales_channel_id IS NULL
)
AND (seo_url . is_deleted = 0 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/detail/8579bfba11c8255aa488ea5b08c2f9ae' , '/navigation/0191991d5eb67fd4b567fba328e920b9' , '/navigation/0191ee79a6787f3ebee5fac531dd762f' , '/navigation/0191ee79d625774ea134623944f3fcbb' , '/navigation/0191ee79f4297d84b7916c7493090310' , '/navigation/0191ee8834aa7e0bacebfed3705d2f42' , '/navigation/0191ee7b08dc78f49e8cc3d05be28f77' , '/navigation/0191ee6d4d6b7fc5bcad94019bf1e96b' , '/navigation/0191ee6d70757a6ca9c423539622f9ae' , '/navigation/0191ee6d8fb27f8eb69858c1e836a16a' , '/navigation/0191ee6db9f3790d80e39026e4cd8ebb' , '/navigation/0191ee6ddae6739ba84e5b6196ec2c88' , '/navigation/0191ee6dfd087c0dacb354db6e3d36ef' , '/navigation/0191ee6e265d768a91a683a7ef2d63fc' , '/navigation/0191ee6e4a32731a900bb77db5d36c32' , '/navigation/0191ee6e78d2746ca16d6b93bada0a81' , '/navigation/0191ee6ea63a7c8bbdbda9515feddae9' , '/navigation/0191ee6edf2d765283cc5d79189f0394' , '/navigation/0191ee6ef1fe75429f15660a27ec31ba' , '/navigation/019bbc13360772d48aa0e775b36078fc' , '/navigation/0191ee7a8eff7f1ebc65845f5e28284c' , '/navigation/0191ee8f84c671d78bd828bdfaa24128' , '/navigation/0191ee8fb87e7680b42765fffe64b6c2' , '/navigation/0191ee8fcf8c70738480b2ab98219716' , '/navigation/019bbc8addde7ec0b9de3c09f9d67c79' , '/navigation/0191ee8b859d7e7da514bdc0768cc521' , '/navigation/0191ee8ba2087cf980fe6bcb30af6db2' , '/navigation/0191ee8bbda37bd7b9e0fad4751a32ce' , '/navigation/0191ee8bcfe27cbaa3ff3939db0de93a' , '/navigation/0191ee8bf4fb72e48edc1694c64a24be' , '/navigation/0191ee8bfdd076bbb2a4eb12e1fbb085' , '/navigation/0191ee8c0f2a7b958b4976e43d13f1bd' , '/navigation/0191ee8c2af57498845593f11f801c1e' , '/navigation/0191ee8c39b071929ec9011fc654c0d4' , '/navigation/0191ee8c48587f56b6507202f96c078a' , '/navigation/0191ee8c6b317bf8bac59dd0539ee242' , '/navigation/0191ee8c9ffd7531921fa96cd08e6870' , '/navigation/019bbc1f5a437136aab323feda1d2318' , '/navigation/0191ee88ef8870e39e23e5c220b067fb' , '/navigation/0191ee8904567fe7adbab40cfc5d69d5' , '/navigation/0191ee8923c472ab81aa73663f7cf3f7' , '/navigation/0191ee894a09763b8057e91754cef150' , '/navigation/0191ee8968177963ac3aa14c10d37bc9' , '/navigation/0191ee89779879ef963e6f1540030795' , '/navigation/0191ee89884e78368492ab963012db6c' , '/navigation/0191ee8998cc7222b91ba046b53192f9' , '/navigation/019bbc8c364e78b38debf325c0948ed3' , '/navigation/0197eab99a3e75dd8ad2c73889740341' , '/navigation/0197d448ba2c7b199942eb3f22924203' , '/navigation/0197eaba7b8c7e55abd85d988e9cee74' , '/navigation/0197eaba9d2e7732bf768c604fd3f081' , '/navigation/0191ee7ba89c75a2ba0ab988a5d8eb41' , '/navigation/0197c6cd65837af7b7b5bb1d07118f90' , '/navigation/0197c6cda35d73078fe33fce062c3f8f' , '/navigation/0197c6cdef4e7480ad18f56a29f1c2de' , '/navigation/0197c6ce0f52712a82719412b96a72cc' , '/navigation/0197c6ce2a9d71d29ab20a61450751f4' , '/navigation/0197c6ce5f5877dab18548a7feca9cb0' , '/navigation/0191ee7bbca17c70b8fafb3b5ba5e986' , '/navigation/0197cbf7289070ac9957fb8239ac36f3' , '/navigation/0197cbf7897d714382426d8376f4bfc8' , '/navigation/0191ee7bd61d725cb9b1f1665a57ff2b' , '/navigation/0191ee7bf27c7f0b9d4b926ed5083238' , '/navigation/0197e971cb747e65b6c65a1d256f4ea2' , '/navigation/0197e97244247d2bb74e791fd85fb1fd' , '/navigation/019690bc6707711e88da28969c511a89' , '/navigation/0197cbb94c187370ae556386a7468a03' , '/navigation/0197cbb986f570fb8b2eed529ea53e75' , '/navigation/0191ee7c21677f4595a2b91b0303681d' , '/author/Hilb,%20Martin' , '/author/Renz,%20Patrick' , '/detail/2b5a0e68b2e0b28e2178c5965ffaac75' , '/navigation/0190ba53fe0673a28d789f957f8c8db7' , '/navigation/0190ba542b957fab996cb7ede232036e' , '/navigation/0190ba5447c07f729e5aac14ab3977b8' , '/navigation/0190ba546be170968b14cb8c25875a2a' , '/navigation/0190ba58be4b7a20a08c5bb8c1a6daaf' , '/navigation/0190ba556daf75c1a2780021b765e2d9' , '/navigation/0190ba558dea7f4ca2e1a2d8a22b1081' , '/navigation/0190ba55964f7ad9bcf0d435407e367f' , '/navigation/0190ba55c18b70218fa12367468dc14a' , '/navigation/0190ba5826c97e72ad021d9ac2ab2ffb' , '/navigation/0190ba583d7d773387a1506471bed744' , '/navigation/0190ba5869fe70f79e656dfa6b015df2' , '/navigation/01968c734b3f7eef8c0efce23dddc529' , '/navigation/0190ba58834b73568e28fef89cb2b86f' )) AND (seo_url . language_id = 0x0190A5D21558701CB17A1F89991D17E2 ) AND (seo_url . sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
94
0.91 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x01 ˜3\x1A ì†sÞºð\x19 KHB\x00 Ï "
b"\x01 ˜8\x07 ³.su·M\x1F àë\x04 2‰ "
b"\x01 ˜8\x1D J$y\x04 ‰²±!øË\t 5 "
b"\x01 ‘jÿ\x7F íqÔŽ\x11\x1D ñMˆwà "
b"\x01 ‘k\x06 àŽr\x16 ‡BÁ¶ûƒ9i "
b"\x01 ‘k\x07 õ>xý©g\x0F ó~\e ÿ« "
b"\x01 –g^Ü\x1A r1™ŽnÉf™’² "
b"""
\x01 —Àï¿ýp\x0E ´ë%¬óf\n
õ
"""
b"\x01 ˜,\x03 3Õr©€AÃ\x1A ݯßï "
b"\x01 ˜6Sà\x01 }þ‹|&Y¹Íå¥ "
b"\x01 ˜7ú\x1C cr²¦¸foB$\x16 é "
b"\x01 ˜\x04 y/y\x0F ¤úé4Z˜\x11 Ô "
b"\x01 ¥Ðºzs:‹Uo¨üG "
b"\x01 ¥ÐºÇsl´Çäæ:\x7F j7 "
b"\x01 ¥ÐøápQ…·ÄÏCª\x1E\t "
b"\x01 ‘™IY\x7F |ù•/ˆÓÉ’!‚ "
b"\x01 ¥Ð»ds”†6…LhKÙ "
b"\x01 —ù%gŽr\x08 ®xàxv9RÎ "
]
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 (0x0198331AEC8673DEBAF0194B484200CF , 0x01983807B32E7375B74D1FE0EB043289 , 0x0198381D4A24790489B2B121F8CB0935 , 0x01916AFF7FED71D48D111DF14D8877C3 , 0x01916B06E08D72168742C1B6FB833969 , 0x01916B07F53E78FDA9670FF37E1BFFAB , 0x0196675EDC1A7231998E6EC9669992B2 , 0x0197C0EFBFFD700EB4EB25ACF3660AF5 , 0x01982C0333D572A98041C31ADDAFDFEF , 0x01983653E0017DFE8B7C2659B9CDE5A5 , 0x019837FA1C6372B2A6B8666F422416E9 , 0x0198AD04792F790FA4FAE9345A9811D4 , 0x0190A5D0BA7A733A8B556FC290A8FC47 , 0x0190A5D0BAC7736CB4C7E4E63A7F6A37 , 0x0190A5D0F8E1705185B7C4CF43AA1E09 , 0x01919949597F7CF9952F88D3C9922182 , 0x0190A5D0BB6473948636854C684B9FD9 , 0x0197F925678E7208AE78E078763952CE );
Copy
95
0.75 ms
SELECT `meta_catalog_id` . `id` FROM `meta_catalog_id` WHERE `meta_catalog_id` . `id` IN (? , ? , ? )
Parameters :
[
b"…y¿º\x11 È%Z¤ˆê[\x08 Âù® "
b"™\x08 5-äp\x01 Çú®Â†\x1F Öt "
b"+Z\x0E h²à²Ž!xÅ–_ú¬u "
]
SELECT `meta_catalog_id` . `id` FROM `meta_catalog_id` WHERE `meta_catalog_id` . `id` IN (0x8579BFBA11C8255AA488EA5B08C2F9AE , 0x9908352DE47001C790FAAEC2861FD674 , 0x2B5A0E68B2E0B28E2178C5965FFAAC75 );
Copy