1
0.59 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.50 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.48 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.79 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
5
0.93 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
1.18 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"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ɪJ£&pò▓Ãè ÌôÜÓ "
"magische-book-nooks/2329783258603056 "
"magische-book-nooks/2329783258603056/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'magische-book-nooks/2329783258603056' OR seo_path_info = 'magische-book-nooks/2329783258603056/' ));
Copy
7
1.90 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 :
[
"//magische-book-nooks/2329783258603056 "
"/magische-book-nooks/2329783258603056 "
"https://hauptverlag.staging.eurosoft.network/magische-book-nooks/2329783258603056 "
"https://hauptverlag.staging.eurosoft.network//magische-book-nooks/2329783258603056 "
"/magische-book-nooks/2329783258603056 "
"//magische-book-nooks/2329783258603056 "
"magische-book-nooks/2329783258603056 "
true
b"\x01 ɪJ£&pò▓Ãè ÌôÜÓ "
null
]
SELECT `scop_platform_redirecter_redirect` . `id` FROM `scop_platform_redirecter_redirect` WHERE (`scop_platform_redirecter_redirect` . `sourceURL` IN ('//magische-book-nooks/2329783258603056' , '/magische-book-nooks/2329783258603056' , 'https://hauptverlag.staging.eurosoft.network/magische-book-nooks/2329783258603056' , 'https://hauptverlag.staging.eurosoft.network//magische-book-nooks/2329783258603056' , '/magische-book-nooks/2329783258603056' , '//magische-book-nooks/2329783258603056' , 'magische-book-nooks/2329783258603056' ) 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.66 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
1.13 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-02-03T21:06:39+00:00' ) OR (`show_until` > `updated_at` AND `show_until` < '2026-02-03T21:06:39+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-02-03T21:06:39+00:00' ) OR (`show_until` > `updated_at` AND `show_until` < '2026-02-03T21:06:39+00:00' )) AND `active` = '1' ; ;
Copy
10
0.97 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ɪJ£&pò▓Ãè ÌôÜÓ "
"kivsyTu2DbbwQq2RR7w5wxRIqnwfrXML "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 ) AND (token = 'kivsyTu2DbbwQq2RR7w5wxRIqnwfrXML' ) LIMIT 1 ;
Copy
11
0.68 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"kivsyTu2DbbwQq2RR7w5wxRIqnwfrXML "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'kivsyTu2DbbwQq2RR7w5wxRIqnwfrXML' ;
Copy
12
0.70 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.64 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ɪJ£&pò▓Ãè ÌôÜÓ "
"kivsyTu2DbbwQq2RR7w5wxRIqnwfrXML "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 ) AND (token = 'kivsyTu2DbbwQq2RR7w5wxRIqnwfrXML' ) LIMIT 1 ;
Copy
14
0.43 ms
SELECT
variant_listing_config as variantListingConfig ,
parent_id as parentId
FROM product
WHERE id = ?
AND version_id = ?
Parameters :
[
b"ŒZ‰`·õ©Iì0\à\x05 þÛÀ "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
]
SELECT
variant_listing_config as variantListingConfig ,
parent_id as parentId
FROM product
WHERE id = 0x8C5A8960B7F5A949EC305CE005FEDBC0
AND version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ;
Copy
15
0.52 ms
SELECT `product_search_config` . `id` FROM `product_search_config` WHERE (`product_search_config` . `language_id` = ? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `product_search_config` . `id` FROM `product_search_config` WHERE (`product_search_config` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
16
0.38 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├r'ÖîæCÄ\x1D Êy "
]
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 (0x0190A5D14CC37227998C91438E1DD279 );
Copy
17
0.77 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"ŒZ‰`·õ©Iì0\à\x05 þÛÀ "
]
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 (0x8C5A8960B7F5A949EC305CE005FEDBC0 ));
Copy
18
0.93 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
19
0.61 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
20
0.58 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
21
0.96 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.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.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` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE (`currency` . `iso_code` IN (? , ? ))
Parameters :
[
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.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.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` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` 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
22
0.46 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
23
0.84 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.name` , `property_group.translation.name` as `property_group.name` , `property_group.translation.description` , `property_group.translation.description` as `property_group.description` , `property_group.translation.position` , `property_group.translation.position` as `property_group.position` , `property_group.translation.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` . `description` as `property_group.translation.description` , `property_group.translation` . `position` as `property_group.translation.position` , `property_group.translation` . `custom_fields` as `property_group.translation.customFields` FROM `property_group_translation` `property_group.translation` 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"/»_ââš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.name` , `property_group.translation.name` as `property_group.name` , `property_group.translation.description` , `property_group.translation.description` as `property_group.description` , `property_group.translation.position` , `property_group.translation.position` as `property_group.position` , `property_group.translation.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` . `description` as `property_group.translation.description` , `property_group.translation` . `position` as `property_group.translation.position` , `property_group.translation` . `custom_fields` as `property_group.translation.customFields` FROM `property_group_translation` `property_group.translation` 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
24
0.34 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
25
0.77 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
26
0.30 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
27
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
28
0.32 ms
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = ?
Parameters :
[
"0190a5d21558701cb17a1f89991d17e2 "
]
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = '0190a5d21558701cb17a1f89991d17e2' ;
Copy
29
0.19 ms
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = ?
Parameters :
[
"2fbb5fe2e29a4d70aa5854ce7ce3e20b "
]
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = '2fbb5fe2e29a4d70aa5854ce7ce3e20b' ;
Copy
30
0.63 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
31
1.00 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‰`·õ©Iì0\à\x05 þÛÀ "
]
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 (0x8C5A8960B7F5A949EC305CE005FEDBC0 ));
Copy
32
0.32 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
33
0.53 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (? )) AND (sales_channel_id = ? )
Parameters :
[
b"ŒZ‰`·õ©Iì0\à\x05 þÛÀ "
b"\x01 ɪJ£&pò▓Ãè ÌôÜÓ "
]
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (0x8C5A8960B7F5A949EC305CE005FEDBC0 )) AND (sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 );
Copy
34
0.17 ms
"COMMIT"
35
0.52 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‰`·õ©Iì0\à\x05 þÛÀ "
]
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 (0x8C5A8960B7F5A949EC305CE005FEDBC0 ));
Copy
36
0.17 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
37
0.30 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (? )) AND (sales_channel_id = ? )
Parameters :
[
b"ŒZ‰`·õ©Iì0\à\x05 þÛÀ "
b"\x01 ɪJ£&pò▓Ãè ÌôÜÓ "
]
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (0x8C5A8960B7F5A949EC305CE005FEDBC0 )) AND (sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 );
Copy
38
0.14 ms
"COMMIT"
39
0.39 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‰`·õ©Iì0\à\x05 þÛÀ "
]
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 (0x8C5A8960B7F5A949EC305CE005FEDBC0 ));
Copy
40
0.17 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
41
0.36 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (? )) AND (sales_channel_id = ? )
Parameters :
[
b"ŒZ‰`·õ©Iì0\à\x05 þÛÀ "
b"\x01 ‘J13£x"‰m\f p²ý;g "
]
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (0x8C5A8960B7F5A949EC305CE005FEDBC0 )) AND (sales_channel_id = 0x01914A3133A37822896D0C70B2FD3B67 );
Copy
42
0.13 ms
"COMMIT"
43
0.35 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‰`·õ©Iì0\à\x05 þÛÀ "
]
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 (0x8C5A8960B7F5A949EC305CE005FEDBC0 ));
Copy
44
0.18 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
45
0.23 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (? )) AND (sales_channel_id = ? )
Parameters :
[
b"ŒZ‰`·õ©Iì0\à\x05 þÛÀ "
b"˜C-ï9üF$³2\x13 ¥kŒ”M "
]
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (0x8C5A8960B7F5A949EC305CE005FEDBC0 )) AND (sales_channel_id = 0x98432DEF39FC4624B33213A56B8C944D );
Copy
46
0.15 ms
"COMMIT"
47
0.71 ms
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.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` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.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` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
48
0.66 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"ŒZ‰`·õ©Iì0\à\x05 þÛÀ "
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` = 0x8C5A8960B7F5A949EC305CE005FEDBC0 AND `category.mainCategories` . `sales_channel_id` = 0x0190A64A9C267095B2C78AFFDE939AE0 AND (`category` . `path` LIKE '%|0191991a105174c48f1b28c088885668|%' OR `category` . `path` LIKE '%|0190ba4e482679e083203b767c4e3a53|%' )))) LIMIT 1 ;
Copy
49
0.72 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.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.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` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 É´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.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.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` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` 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
50
0.93 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.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.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` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 É´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.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.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` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
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.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.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` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` 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
51
0.79 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.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.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` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 É´x-Ùr²┤ù¼4\x1E ▓\r ñ "
]
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.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.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` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? )
)
)
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.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.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` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` 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 )));
Copy
52
0.77 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.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.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` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 É´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.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.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` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` 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
53
0.92 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.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.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` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE (`currency` . `iso_code` IN (? , ? ))
Parameters :
[
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.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.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` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` 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
54
0.96 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.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.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` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE (`currency` . `iso_code` IN (? , ? ))
Parameters :
[
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.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.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` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` 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
55
1.01 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.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.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` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE (`currency` . `iso_code` IN (? , ? ))
Parameters :
[
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.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.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` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` 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
56
1.03 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.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.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` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE (`currency` . `iso_code` IN (? , ? ))
Parameters :
[
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.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.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` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` 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
57
0.98 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.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.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` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE (`currency` . `iso_code` IN (? , ? ))
Parameters :
[
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.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.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` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` 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
58
0.71 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
59
0.34 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
60
0.33 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
61
0.33 ms
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = ?
Parameters :
[
"0190a5d21558701cb17a1f89991d17e2 "
]
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = '0190a5d21558701cb17a1f89991d17e2' ;
Copy
62
0.24 ms
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = ?
Parameters :
[
"2fbb5fe2e29a4d70aa5854ce7ce3e20b "
]
SELECT LOWER (HEX (parent_id )) FROM language WHERE id = '2fbb5fe2e29a4d70aa5854ce7ce3e20b' ;
Copy
63
0.64 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
64
0.71 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"³õXœòä±C\x16 çIÃ|çXÎ "
b"X…\x01 !˜{.]\x07 LѤL¯‹‘ "
b"o\v ¸M=ª±I3„¬\x00 \r Œ³m "
b"gKa(V‡ŽCÁ°™Êo\x04\x15 ó "
b"' 6ÐÒª\x00\x14 Ž(|å\v öë¦ "
]
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 (0xB3F5589CF2E4B14316E749C37CE758CE , 0x58850121987B2E5D074CD1A44CAF8B91 , 0x6F0BB84D3DAAB1493384AC000D8CB36D , 0x674B612856878E43C1B099CA6F0415F3 , 0x27A036D0D2AA00148E287CE50BF6EBA6 ));
Copy
65
0.14 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
66
0.41 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (? , ? , ? , ? , ? )) AND (sales_channel_id = ? )
Parameters :
[
b"³õXœòä±C\x16 çIÃ|çXÎ "
b"X…\x01 !˜{.]\x07 LѤL¯‹‘ "
b"o\v ¸M=ª±I3„¬\x00 \r Œ³m "
b"gKa(V‡ŽCÁ°™Êo\x04\x15 ó "
b"' 6ÐÒª\x00\x14 Ž(|å\v öë¦ "
b"\x01 ɪJ£&pò▓Ãè ÌôÜÓ "
]
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (0xB3F5589CF2E4B14316E749C37CE758CE , 0x58850121987B2E5D074CD1A44CAF8B91 , 0x6F0BB84D3DAAB1493384AC000D8CB36D , 0x674B612856878E43C1B099CA6F0415F3 , 0x27A036D0D2AA00148E287CE50BF6EBA6 )) AND (sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 );
Copy
67
0.16 ms
"COMMIT"
68
0.52 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"³õXœòä±C\x16 çIÃ|çXÎ "
b"X…\x01 !˜{.]\x07 LѤL¯‹‘ "
b"o\v ¸M=ª±I3„¬\x00 \r Œ³m "
b"gKa(V‡ŽCÁ°™Êo\x04\x15 ó "
b"' 6ÐÒª\x00\x14 Ž(|å\v öë¦ "
]
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 (0xB3F5589CF2E4B14316E749C37CE758CE , 0x58850121987B2E5D074CD1A44CAF8B91 , 0x6F0BB84D3DAAB1493384AC000D8CB36D , 0x674B612856878E43C1B099CA6F0415F3 , 0x27A036D0D2AA00148E287CE50BF6EBA6 ));
Copy
69
0.16 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
70
0.32 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (? , ? , ? , ? , ? )) AND (sales_channel_id = ? )
Parameters :
[
b"³õXœòä±C\x16 çIÃ|çXÎ "
b"X…\x01 !˜{.]\x07 LѤL¯‹‘ "
b"o\v ¸M=ª±I3„¬\x00 \r Œ³m "
b"gKa(V‡ŽCÁ°™Êo\x04\x15 ó "
b"' 6ÐÒª\x00\x14 Ž(|å\v öë¦ "
b"\x01 ɪJ£&pò▓Ãè ÌôÜÓ "
]
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (0xB3F5589CF2E4B14316E749C37CE758CE , 0x58850121987B2E5D074CD1A44CAF8B91 , 0x6F0BB84D3DAAB1493384AC000D8CB36D , 0x674B612856878E43C1B099CA6F0415F3 , 0x27A036D0D2AA00148E287CE50BF6EBA6 )) AND (sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 );
Copy
71
0.21 ms
"COMMIT"
72
0.48 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"³õXœòä±C\x16 çIÃ|çXÎ "
b"X…\x01 !˜{.]\x07 LѤL¯‹‘ "
b"o\v ¸M=ª±I3„¬\x00 \r Œ³m "
b"gKa(V‡ŽCÁ°™Êo\x04\x15 ó "
b"' 6ÐÒª\x00\x14 Ž(|å\v öë¦ "
]
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 (0xB3F5589CF2E4B14316E749C37CE758CE , 0x58850121987B2E5D074CD1A44CAF8B91 , 0x6F0BB84D3DAAB1493384AC000D8CB36D , 0x674B612856878E43C1B099CA6F0415F3 , 0x27A036D0D2AA00148E287CE50BF6EBA6 ));
Copy
73
0.20 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
74
0.44 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (? , ? , ? , ? , ? )) AND (sales_channel_id = ? )
Parameters :
[
b"³õXœòä±C\x16 çIÃ|çXÎ "
b"X…\x01 !˜{.]\x07 LѤL¯‹‘ "
b"o\v ¸M=ª±I3„¬\x00 \r Œ³m "
b"gKa(V‡ŽCÁ°™Êo\x04\x15 ó "
b"' 6ÐÒª\x00\x14 Ž(|å\v öë¦ "
b"\x01 ‘J13£x"‰m\f p²ý;g "
]
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (0xB3F5589CF2E4B14316E749C37CE758CE , 0x58850121987B2E5D074CD1A44CAF8B91 , 0x6F0BB84D3DAAB1493384AC000D8CB36D , 0x674B612856878E43C1B099CA6F0415F3 , 0x27A036D0D2AA00148E287CE50BF6EBA6 )) AND (sales_channel_id = 0x01914A3133A37822896D0C70B2FD3B67 );
Copy
75
0.17 ms
"COMMIT"
76
0.46 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"³õXœòä±C\x16 çIÃ|çXÎ "
b"X…\x01 !˜{.]\x07 LѤL¯‹‘ "
b"o\v ¸M=ª±I3„¬\x00 \r Œ³m "
b"gKa(V‡ŽCÁ°™Êo\x04\x15 ó "
b"' 6ÐÒª\x00\x14 Ž(|å\v öë¦ "
]
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 (0xB3F5589CF2E4B14316E749C37CE758CE , 0x58850121987B2E5D074CD1A44CAF8B91 , 0x6F0BB84D3DAAB1493384AC000D8CB36D , 0x674B612856878E43C1B099CA6F0415F3 , 0x27A036D0D2AA00148E287CE50BF6EBA6 ));
Copy
77
0.17 ms
"START TRANSACTION"
"START TRANSACTION" ;
Copy
78
0.34 ms
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (? , ? , ? , ? , ? )) AND (sales_channel_id = ? )
Parameters :
[
b"³õXœòä±C\x16 çIÃ|çXÎ "
b"X…\x01 !˜{.]\x07 LѤL¯‹‘ "
b"o\v ¸M=ª±I3„¬\x00 \r Œ³m "
b"gKa(V‡ŽCÁ°™Êo\x04\x15 ó "
b"' 6ÐÒª\x00\x14 Ž(|å\v öë¦ "
b"˜C-ï9üF$³2\x13 ¥kŒ”M "
]
UPDATE seo_url SET is_deleted = 0 WHERE (foreign_key IN (0xB3F5589CF2E4B14316E749C37CE758CE , 0x58850121987B2E5D074CD1A44CAF8B91 , 0x6F0BB84D3DAAB1493384AC000D8CB36D , 0x674B612856878E43C1B099CA6F0415F3 , 0x27A036D0D2AA00148E287CE50BF6EBA6 )) AND (sales_channel_id = 0x98432DEF39FC4624B33213A56B8C944D );
Copy
79
0.16 ms
"COMMIT"
80
1.09 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"ŒZ‰`·õ©Iì0\à\x05 þÛÀ "
b"ŒZ‰`·õ©Iì0\à\x05 þÛÀ "
]
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` = 0x8C5A8960B7F5A949EC305CE005FEDBC0 OR `product_review.product` . `parent_id` = 0x8C5A8960B7F5A949EC305CE005FEDBC0 )));
Copy
81
0.34 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ɪJ£&pò▓Ãè ÌôÜÓ "
"kivsyTu2DbbwQq2RR7w5wxRIqnwfrXML "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 ) AND (token = 'kivsyTu2DbbwQq2RR7w5wxRIqnwfrXML' ) LIMIT 1 ;
Copy
82
0.60 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"ŒZ‰`·õ©Iì0\à\x05 þÛÀ "
b"ŒZ‰`·õ©Iì0\à\x05 þÛÀ "
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` = 0x8C5A8960B7F5A949EC305CE005FEDBC0 OR `product_review.product` . `parent_id` = 0x8C5A8960B7F5A949EC305CE005FEDBC0 )))) AND (((`product_review` . `status` = 1 ))) GROUP BY `product_review` . `points` ;
Copy
83
0.47 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"ŒZ‰`·õ©Iì0\à\x05 þÛÀ "
b"ŒZ‰`·õ©Iì0\à\x05 þÛÀ "
b"/»_ââšMpªXTÎ|ãâ\v "
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` = 0x8C5A8960B7F5A949EC305CE005FEDBC0 OR `product_review.product` . `parent_id` = 0x8C5A8960B7F5A949EC305CE005FEDBC0 )))) AND ((`product_review` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B AND (`product_review` . `status` = 1 ))) GROUP BY `product_review` . `language_id` ;
Copy
84
0.39 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"ŒZ‰`·õ©Iì0\à\x05 þÛÀ "
b"ŒZ‰`·õ©Iì0\à\x05 þÛÀ "
]
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` = 0x8C5A8960B7F5A949EC305CE005FEDBC0 OR `product_review.product` . `parent_id` = 0x8C5A8960B7F5A949EC305CE005FEDBC0 ))) ORDER BY `product_review` . `created_at` DESC LIMIT 10 ;
Copy
85
0.35 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"ŒZ‰`·õ©Iì0\à\x05 þÛÀ "
b"ŒZ‰`·õ©Iì0\à\x05 þÛÀ "
]
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` = 0x8C5A8960B7F5A949EC305CE005FEDBC0 OR `product_review.product` . `parent_id` = 0x8C5A8960B7F5A949EC305CE005FEDBC0 )))) total ;
Copy
86
0.64 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"ŒZ‰`·õ©Iì0\à\x05 þÛÀ "
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` = 0x8C5A8960B7F5A949EC305CE005FEDBC0 AND `product_cross_selling` . `active` = 1 ) ORDER BY `product_cross_selling` . `position` ASC ;
Copy
87
1.40 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
88
5.53 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.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 ÉÑð£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 ÉÑð╣spoØhJ▒\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 $so0¡L "
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 äod2f "
b"\x01 ÉÑÐ\x0F ipºå³¯╗kèÙx "
b"\x01 ÉÑÐ\x0F zs_祳ª\x16 ZÎ "
b"\x01 ÉÑÐ\x0F ìrP½¬E╝nÄr\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 'rd¡tåÒú¢¬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 ╝¸BØZÖ "
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 ÃriüL\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.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 (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
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.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 (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
89
1.96 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` WHERE `sales_channel` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
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.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`
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.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` 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
90
0.74 ms
SELECT LOWER (HEX (article_id )) as article_id
FROM moorl_magazine_article_product
WHERE product_id = :product_id
Parameters :
[
"product_id " => b"ŒZ‰`·õ©Iì0\à\x05 þÛÀ "
]
SELECT LOWER (HEX (article_id )) as article_id
FROM moorl_magazine_article_product
WHERE product_id = 0x8C5A8960B7F5A949EC305CE005FEDBC0 ;
Copy
91
0.42 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ɪJ£&pò▓Ãè ÌôÜÓ "
"kivsyTu2DbbwQq2RR7w5wxRIqnwfrXML "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 ) AND (token = 'kivsyTu2DbbwQq2RR7w5wxRIqnwfrXML' ) LIMIT 1 ;
Copy
92
0.32 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
93
0.40 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
94
0.60 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/8c5a8960b7f5a949ec305ce005fedbc0 "
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/8c5a8960b7f5a949ec305ce005fedbc0' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x0190A64A9C267095B2C78AFFDE939AE0 AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B , 0x0190A5D21558701CB17A1F89991D17E2 );
Copy
95
0.41 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
96
0.47 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"\x01 æÖ\x1A\x10 Qt─Å\e (└êêVh "
]
SELECT path FROM category WHERE id = 0x0191991A105174C48F1B28C088885668 ;
Copy
97
0.33 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT min_search_length FROM product_search_config WHERE language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
98
0.86 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.label` , `plugin.translation.label` as `plugin.label` , `plugin.translation.description` , `plugin.translation.description` as `plugin.description` , `plugin.translation.manufacturerLink` , `plugin.translation.manufacturerLink` as `plugin.manufacturerLink` , `plugin.translation.supportLink` , `plugin.translation.supportLink` as `plugin.supportLink` , `plugin.translation.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` . `description` as `plugin.translation.description` , `plugin.translation` . `manufacturer_link` as `plugin.translation.manufacturerLink` , `plugin.translation` . `support_link` as `plugin.translation.supportLink` , `plugin.translation` . `custom_fields` as `plugin.translation.customFields` FROM `plugin_translation` `plugin.translation` WHERE `plugin.translation` . `language_id` = ? ) `plugin.plugin_translation` ON `plugin.plugin_translation` . `plugin_id` = `plugin` . `id` WHERE (`plugin` . `name` = ? )
Parameters :
[
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.label` , `plugin.translation.label` as `plugin.label` , `plugin.translation.description` , `plugin.translation.description` as `plugin.description` , `plugin.translation.manufacturerLink` , `plugin.translation.manufacturerLink` as `plugin.manufacturerLink` , `plugin.translation.supportLink` , `plugin.translation.supportLink` as `plugin.supportLink` , `plugin.translation.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` . `description` as `plugin.translation.description` , `plugin.translation` . `manufacturer_link` as `plugin.translation.manufacturerLink` , `plugin.translation` . `support_link` as `plugin.translation.supportLink` , `plugin.translation` . `custom_fields` as `plugin.translation.customFields` FROM `plugin_translation` `plugin.translation` WHERE `plugin.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `plugin.plugin_translation` ON `plugin.plugin_translation` . `plugin_id` = `plugin` . `id` WHERE (`plugin` . `name` = 'esMetaCatalog6' );
Copy
99
4.13 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/8c5a8960b7f5a949ec305ce005fedbc0 "
"/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/Vidaling,%20Rapha%C3%ABle "
"/detail/b3f5589cf2e4b14316e749c37ce758ce "
"/detail/58850121987b2e5d074cd1a44caf8b91 "
"/detail/6f0bb84d3daab1493384ac000d8cb36d "
"/detail/674b612856878e43c1b099ca6f0415f3 "
"/detail/27a036d0d2aa00148e287ce50bf6eba6 "
"/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"/»_ââšMpªXTÎ|ãâ\v "
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/8c5a8960b7f5a949ec305ce005fedbc0' , '/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/Vidaling,%20Rapha%C3%ABle' , '/detail/b3f5589cf2e4b14316e749c37ce758ce' , '/detail/58850121987b2e5d074cd1a44caf8b91' , '/detail/6f0bb84d3daab1493384ac000d8cb36d' , '/detail/674b612856878e43c1b099ca6f0415f3' , '/detail/27a036d0d2aa00148e287ce50bf6eba6' , '/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 = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x0190A64A9C267095B2C78AFFDE939AE0 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
100
0.88 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 ˜8\x07 ³.su·M\x1F àë\x04 2‰ "
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 —Àï¿ýp\x0E ´ë%¬óf\n
õ
"""
b"\x01 ˜7ú\x1C cr²¦¸foB$\x16 é "
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ƒ┘ "
]
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 (0x01983807B32E7375B74D1FE0EB043289 , 0x01916AFF7FED71D48D111DF14D8877C3 , 0x01916B06E08D72168742C1B6FB833969 , 0x01916B07F53E78FDA9670FF37E1BFFAB , 0x0197C0EFBFFD700EB4EB25ACF3660AF5 , 0x019837FA1C6372B2A6B8666F422416E9 , 0x0190A5D0BA7A733A8B556FC290A8FC47 , 0x0190A5D0BAC7736CB4C7E4E63A7F6A37 , 0x0190A5D0F8E1705185B7C4CF43AA1E09 , 0x01919949597F7CF9952F88D3C9922182 , 0x0190A5D0BB6473948636854C684B9FD9 );
Copy
101
1.20 ms
SELECT `meta_catalog_id` . `id` FROM `meta_catalog_id` WHERE `meta_catalog_id` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"ŒZ‰`·õ©Iì0\à\x05 þÛÀ "
b"[åId.\x1D ¼ôÚ›ÆÙØÁ\x16\x02 "
b"³õXœòä±C\x16 çIÃ|çXÎ "
b"X…\x01 !˜{.]\x07 LѤL¯‹‘ "
b"o\v ¸M=ª±I3„¬\x00 \r Œ³m "
b"gKa(V‡ŽCÁ°™Êo\x04\x15 ó "
b"' 6ÐÒª\x00\x14 Ž(|å\v öë¦ "
b"ýyVØ=à\x01 H\x18 áŸÎ¶Åïd "
b"""
\x14 uó\n
Ø‗b┐Ø\x19 |▓l«a
"""
b"""
_└D\x0F _▓Þ\n
Ø`Ç5?\x1A ÝW
"""
b"Øi\x13\x1D\x13 óv^O\x04 èY§\x03 ,) "
]
SELECT `meta_catalog_id` . `id` FROM `meta_catalog_id` WHERE `meta_catalog_id` . `id` IN (0x8C5A8960B7F5A949EC305CE005FEDBC0 , 0x5BE549642E1DBCF4DA9BC6D9D8C11602 , 0xB3F5589CF2E4B14316E749C37CE758CE , 0x58850121987B2E5D074CD1A44CAF8B91 , 0x6F0BB84D3DAAB1493384AC000D8CB36D , 0x674B612856878E43C1B099CA6F0415F3 , 0x27A036D0D2AA00148E287CE50BF6EBA6 , 0xFD7956D83DE0014818E19FCEB6C5EF64 , 0x1475A20A9DF262BF9D19FF7CB26CAE61 , 0x5FC0440F5FB2E80A9D6080353F1AED57 , 0xD869131D13F3765E4F04E859A7032C29 );
Copy