1
1.09 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
2
0.16 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
3
0.47 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.43 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
5
0.79 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
6
1.02 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"×Oý…¦®Bç€5TÌ\x15 ¼â "
"Sportauspuff/Duplex-Sportendschalldaempfer "
"Sportauspuff/Duplex-Sportendschalldaempfer/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0xD74FFD85A6AE42E780AD3554CC15BCE2 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'Sportauspuff/Duplex-Sportendschalldaempfer' OR seo_path_info = 'Sportauspuff/Duplex-Sportendschalldaempfer/' ));
Copy
7
0.79 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
8
0.23 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
9
0.39 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
"5pi0kDHeT5YGWE7sEDh94ueTvyfJN4MW "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0xD74FFD85A6AE42E780AD3554CC15BCE2 ) AND (token = '5pi0kDHeT5YGWE7sEDh94ueTvyfJN4MW' ) LIMIT 1 ;
Copy
10
0.43 ms
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = ?
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor
Parameters :
[
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
]
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = 0xD74FFD85A6AE42E780AD3554CC15BCE2
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
11
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.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `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 `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `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` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name` as `sales_channel.currency.name` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` ,
`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 `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `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`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . `currency_id` ,
`sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields`
FROM
`currency_translation` `sales_channel.currency.translation`
WHERE
`sales_channel.currency.translation` . `language_id` = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `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 `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `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` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0xD74FFD85A6AE42E780AD3554CC15BCE2 );
Copy
12
0.28 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? ))
Parameters :
[
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (0xD74FFD85A6AE42E780AD3554CC15BCE2 ));
Copy
13
0.28 ms
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = ? )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (? )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
]
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (0xD74FFD85A6AE42E780AD3554CC15BCE2 )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
14
0.42 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = ? )) AND (`language` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ));
Copy
15
0.28 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` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.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` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
16
0.32 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"×™"CH¤K‡§h×Ðè{î= "
]
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 (0xD799224348A44B87A768D7D0E87BEE3D );
Copy
17
0.30 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
18
0.27 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"┬i\x10 ºcÚAJìçCt\x12 ±å\x0F "
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xC26910A763E9414A8D87437412F1860F );
Copy
19
0.17 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
20
0.47 ms
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b" ìHê\x19 ¡C╚ø/UÑ×65> "
b"%ªže¾\x14 K\x00 ¬[’uÙ“eÝ "
b"0ÞÉÍ\x0F\x1E NñàÉm\t FZ└\x14 "
b"=Ýóå{ÔH\t ¿¬øƒ\x7F $ÑU "
b"±\x1A QXêMû—Ћ_¥“`õ "
]
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (0x208D488819AD43C89B2F55A59E36353E , 0x25AA9E65BE144B00AC5B9275D99365DD , 0x30E890D60F1E4EA485906D09465AC014 , 0x3DDDF3E57BD44809BFACF8837F24D155 , 0xB11AAD5158EA4DFB97D08B5FA59360F5 ));
Copy
21
0.53 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"c6)¿\x1A ÞH£¯%x 3„lc "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x633629BF1ADE48A3AF25782033846C63 );
Copy
22
0.70 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x1D ´¨ÞK\x08 Bv¤^µ\x04 g\x06\x0F Ë "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x1DB4A8DE4B084276A45EB50467060FCB );
Copy
23
0.26 ms
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"×™"CH¤K‡§h×Ðè{î= "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0xD799224348A44B87A768D7D0E87BEE3D ) LIMIT 1 ;
Copy
24
0.97 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters :
[
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0xD74FFD85A6AE42E780AD3554CC15BCE2 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
25
0.18 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"5pi0kDHeT5YGWE7sEDh94ueTvyfJN4MW "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = '5pi0kDHeT5YGWE7sEDh94ueTvyfJN4MW' ;
Copy
26
0.29 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
27
0.53 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"\r ‚\v ]RóM—¶u\e iïÞúi "
b"%(+A\x04 vNÁ»R;Äè禾 "
b"W\x01 $Ú\x18 mA„˜\x12 ¥o¹p\x0F ; "
b"ZE5º4\x16 M3ÉÎÆ»êòÅ@ "
b"e(ñg‰ÃFá¼ oô@â¦I "
b"¯áBƒðþAò§…#ˆ\t ŠpX "
b"ÈŒ±ŒÜ\x13 H8„™\x19 À\x00 DôO "
b"È5\x04 ì=þC┌┐cp%?!RË "
b"òÇ\x15 ¿û\x00 F¹´ \x17 Ôk%åf "
b"°i\t -æä@aògÏ#¬╦VÅ "
b"öI\t ì\x01 ¤F†¨¬Ùô«Y;È "
b"|%\x1E +Á@Jš«\t\x19 ¾Âg\x06  "
b"\x01 öÄ>;\x12 sçØãu▒\x0E b»\x13 "
b"\x01 ”Ž>;†ql†ùEî\x02 [\x14 + "
b"\x01 ”Ž>;–s;½\x01 M\x1F eO¥\x06 "
b"\x01 ”Ž>;¦q€€W\x03 ÕݾÞ( "
b"\x01 öÄ>;├s[ù§U╔m¨╗É "
b"\x01 ”Ž>;Ðq\x10 ºqY\@̬O "
b"\x01 ”Ž>;Þs\x15 ±"s^“ÞžR "
b"\x01 ”Ž>;ðqù«(kÌW®5ß "
b""ð3.ü<D┤öUOz´¯SÍ "
b"5\x15 ®<0€O\x07 °ü½1áfš6 "
b"9‹§\x02 pÛE\x11 ŽzÑ\x15 Z“—\x05 "
b"<ضîG\x03 N\x0E ¶\x04 †l\x08\x0E &( "
b"eÀ½ÆÓ³HTû╠üIäK‗├ "
b"z└╣6ÉyJ±ÁL╩xyù8Ð "
b"Ç:ê²ú‗E±É╣ôµ2\x06 ╗\t "
b"“#YWŸ\v H\˜ÆXÍ…¿\x1C | "
b"›ÏÚŸN=B°¤Sª\x15 zDHr "
b"£‚^\x1D Ú¼D\x00 Š…\x19 Ëÿtºñ "
b"â2grÄkH††ã\t\x1C 2O-Ø "
b"ã*J#öìF=¸\x1A „¯ ÷^ó "
b"(3.N\x14 (K\r üa0)wð¥ "
b"Oéd´L>H;„ƒÇ‹ï>¤é "
b"PT¢ç‘jBH–\f :tGp¨“ "
b"""
|Ÿç\n
Y£G–®\ƒ\x7F û_&Ü
"""
b"«ù·õ•\x01 L²‚*Qˆ\x05 @_\x0E "
b"\x03 B¬\x06 zMT¢”ÎÔ¸51 "
b"KK\x1E ³ì┴H╬ü\x0F ÔÀ@\x1C !Ë "
b"wÇ\x05 *ôNO\x10 ‚õT»W¶\x18 • "
b"„ä6ÁÁFHy³ Z¡TÀ>d "
b"ɶ±¿æÎN»Ñ\x7F\x15 þI╝®ó "
b"«Ñaµ…ÇFV‹4§ÄO1Òå "
b"*ì'¾ç\x06 G¾Áƒ·÷f©°ä "
b"6-tä§—KÚ’±;zZÃ=‰ "
b"R$\x03 ÊäÒHó™þ,Š\x19\x16 †Å "
b"p░¿Æ█oJÅòç\x16 @±%h& "
b"┬║ö│^á@zÉ╝m╠¼Ñ^j "
b"ìÏb8e+E\x0E °,j¸pM\x15\v "
b"A▓\x7F ╝Õ[F ¿VǪÅ6_÷ "
b"~p)x\x11 >J\x17 µ,rN\r Ô3á "
b"ÂJ“\çûH\x03 Š{üÞ~ô³· "
b"á=©X\x1A dIÙ“3\x1F 8ÀZv "
b"¹\x12 ‚Î09Dí‰\x7F µû*a) "
b"""
\x1C %º£Ä@[é>|\n
û\x07 Ø:
"""
b"\v ÙÒë\x17 ©E´°¦¬a±FÌÈ "
b"£éM&6o@\x1D ¸\x10 ¤vª²]à "
b"ÑÍð\x1E ÛhN!ªØÉ;Í)OÍ "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
b"ô y"žÆ@ê´jõÞðõv- "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x0D820B5D52F34D97B6751B69EFDEFA69 , 0x25282B4104764EC1BB523BC4E8E7A6BE , 0x570124DA186D41849812A56FB9700F3B , 0x5A4535A734164D3390D792AF88958F40 , 0x6528F16789C346E1BCA06FF440E2A649 , 0xAFE14283F0FE41F2A7852388098A7058 , 0xC88CB18CDC134838849919C00044F44F , 0xD435048D3DE743DABF6370253F2152D3 , 0xF2C715BFFB0046B9B42017D46B25E566 , 0xF869092D918440619567D823AACB568F , 0xF64909EC01A44686A8ACD9F4AB593BC8 , 0x7C251E2BC1404A9AAB0919BEC26706C2 , 0x01948E3E3B1273879DC675B10E62AF13 , 0x01948E3E3B86716C86F945EE025B142B , 0x01948E3E3B96733BBD014D1F654FA506 , 0x01948E3E3BA67180805703D5DDBEDE28 , 0x01948E3E3BC3735B97F555C96DF9BB90 , 0x01948E3E3BD07110BA71595C40CCAC4F , 0x01948E3E3BDE7315B122735E93DE9E52 , 0x01948E3E3BF071F9AB286BCC57AE35DF , 0x22D0332E813C44B494554F7AEFEE53D6 , 0x3515AE3C30804F07B0FCBD31E1669A36 , 0x398BA70270DB45118E7AD1155A939705 , 0x3CD8B6EE47034E0EB604866C080E2628 , 0x65B7AB92E0FC485496CC8149844BF2C3 , 0x7AC0B93690794AF1B54CCA78799738D1 , 0x803A88FDA3F245F190B993E63206BB09 , 0x932359579F0B485C98C658CD85BF1C7C , 0x9BCFDA9F4E3D42B0A453AA157A444872 , 0xA3825E1DDABC44008A8519CBFF74BAF1 , 0xE2326772C46B488686E3091C324F2DD8 , 0xE32A4A23F6EC463DB81A84AFA0F75EF3 , 0x28332E4E14284B0D8161302977D0BE20 , 0x4FE964B44C3E483B8483C78BEF3EA4E9 , 0x5054A2E7916A4248960C3A744770A893 , 0x7C9FE70A59A34796AE5C837FFB5F26DC , 0xABF9B7F595014CB2822A518805405F0E , 0x0342AC06A07A4D54A294ADCED4B83531 , 0x4B4B1EFC8DC148CE810FE2B7401C21D3 , 0x77C7052AF44E4F1082F554BB57B61895 , 0x84E436C1C1464879B3A05AA154C03E64 , 0x90F4F1A891D74EAFA57F15E749BCA9A2 , 0xABD161B585C746568B34A7C44F31D2E5 , 0x2A8D27F3870647F3B59FFAF666B8F884 , 0x362D74E4A7974BDA92B13B7A5AC33D89 , 0x522403CAE4D248F399FE2C8A191686C5 , 0x70B0A892DB6F4A8F95871640F1256826 , 0xC2BA94B35EA0407A90BC6DCCACA55E6A , 0xECCF6238652B450EB02C6AB8704D150B , 0x41B27FBCE55B46FFA85680A68F365FF6 , 0x7E702978113E4A17B52C724E0DD433E1 , 0xC24A935CE7FB48038A7BFCDE7EF4B3B7 , 0xE13DA9581A6449D9AD93331F38C05A76 , 0xB91282CE303944ED897FA0B5FB2A6129 , 0xFF1C25A79C8E405B823E7C0A96079D3A , 0x0BD9D2EB17A945B4B0A6AC61B146CCC8 , 0xA3E94D26366F401DB810A476AAB25DC3 , 0xA5D6D01EEA684E21A69D903BD6294FD6 , 0xE44E6782C64247B796B891CF25AE38F7 , 0xF42079229EC640EAB46AF5DEF0F5762D );
Copy
28
0.34 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? AND `app` . `self_managed` = ? )
Parameters :
[
true
false
]
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 AND `app` . `self_managed` = 0 );
Copy
29
0.43 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
30
0.26 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
31
0.17 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"×Oý…¦®Bç€5TÌ\x15 ¼â "
b"×™"CH¤K‡§h×Ðè{î= "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0xD74FFD85A6AE42E780AD3554CC15BCE2 AND `sales_channel_country` . `country_id` = 0xD799224348A44B87A768D7D0E87BEE3D );
Copy
32
0.30 ms
SELECT module . module , module . response FROM wbm_data_layer_modules module
SELECT module . module , module . response FROM wbm_data_layer_modules module ;
Copy
33
0.38 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"ì\x05 {B¹Lm£°=t╠yÐ┐ "
b"ì\x05 {B¹Lm£°=t╠yÐ┐ "
b"ì\x05 {B¹Lm£°=t╠yÐ┐ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x8D057B42FBF04C6D9CF83D74CC79D1BF OR `parent_id` = 0x8D057B42FBF04C6D9CF83D74CC79D1BF OR `id` = 0x8D057B42FBF04C6D9CF83D74CC79D1BF
;
Copy
34
7.55 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|8d057b42fbf04c6d9cf83d74cc79d1bf|% "
1
5
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|8d057b42fbf04c6d9cf83d74cc79d1bf|%' AND (`category` . `level` > 1 AND `category` . `level` < = 5 )));
Copy
35
3.17 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|8d057b42fbf04c6d9cf83d74cc79d1bf|% "
5
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|8d057b42fbf04c6d9cf83d74cc79d1bf|%' AND `category` . `level` = 5 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
36
0.75 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"ì\x05 {B¹Lm£°=t╠yÐ┐ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x8D057B42FBF04C6D9CF83D74CC79D1BF ));
Copy
37
0.71 ms
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = ? AND `language.salesChannels` . `id` = ? ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC
Parameters :
[
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
]
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = 0xD74FFD85A6AE42E780AD3554CC15BCE2 AND `language.salesChannels` . `id` = 0xD74FFD85A6AE42E780AD3554CC15BCE2 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
38
0.45 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
39
0.31 ms
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = ? ) GROUP BY `currency` . `id`
Parameters :
[
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
]
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = 0xD74FFD85A6AE42E780AD3554CC15BCE2 ) GROUP BY `currency` . `id` ;
Copy
40
0.31 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` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.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` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
41
0.29 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"\x00 ?UN‰ºDΙy\x17 Ó±b…, "
b"\x00 ?UN‰ºDΙy\x17 Ó±b…, "
b"\x00 ?UN‰ºDΙy\x17 Ó±b…, "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x003F554E89BA44CE997917D3B162852C OR `parent_id` = 0x003F554E89BA44CE997917D3B162852C OR `id` = 0x003F554E89BA44CE997917D3B162852C
;
Copy
42
2.80 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|003f554e89ba44ce997917d3b162852c|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|003f554e89ba44ce997917d3b162852c|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
43
0.99 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|003f554e89ba44ce997917d3b162852c|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|003f554e89ba44ce997917d3b162852c|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
44
0.61 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00 ?UN‰ºDΙy\x17 Ó±b…, "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x003F554E89BA44CE997917D3B162852C ));
Copy
45
0.60 ms
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = ? AND `payment_method.salesChannels` . `id` = ? ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC
Parameters :
[
true
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
]
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = 1 AND `payment_method.salesChannels` . `id` = 0xD74FFD85A6AE42E780AD3554CC15BCE2 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
46
0.92 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 A¯ÜA HþšMA*\x16 —\« "
b"c6)¿\x1A ÞH£¯%x 3„lc "
b" –\x1D ¼É”A"†hd\x17 nyÉO "
b"▒H!»D¯F\x17 ░g┬Pü\x00 \n õ "
b"²\x10 ?“\x17 ÒI†•)nc1Fâ¾ "
b"─m31OzIN╝l┼ÓòüÇî "
b"ç™\x05 úˆÜOO²e³Hÿ\x7F ùö "
b"\x1D "\x02 àyjMђɬ\x1F äæîª "
b"¨í_Ý.2Ié’³e\x07\x14\x08 ÑS "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
b"ô´ÉÀ\x1A ¢N¿Š\x04 Rǧšôß "
b")\x05 ÉŽä-Nb’›/ÂO›¶ "
b"ìòÄIJ;K>ö)\x19 ÚÎYÃ, "
b"À\x7F\x7F X;\x07 HÔ¤ìþÙŸ÷·M "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x0141AFDC412048FE9A4D412A16975CAB , 0x633629BF1ADE48A3AF25782033846C63 , 0xA0961DBCC9944122866864176E79C94F , 0xB14821AF44EE4617B067C25081000AE4 , 0xB2103F9317D2498695296E633146E2BE , 0xC46D33314F7A494EBC6CC5E09581808C , 0xE79905FA88DC4F4FB265B348FF7FF9F6 , 0x1D2202E0796A4DD192C9AC1FE4E6EEAA , 0xA8ED5FDD2E3249E992B365071408D153 , 0xF7B88FC9C0104702A96F664DABFE2656 , 0xF4B4C9C01AA24EBF8A0452C7A79AF4DF , 0x2905C98EE42D4E62929B2FC2AD4F9BB6 , 0x8D958E494A3B4B3E942919E9D759C72C , 0xC07F7F583B0748D4A4ECFED99FF7B74D );
Copy
47
0.51 ms
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
]
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = 1 AND `shipping_method.salesChannels` . `id` = 0xD74FFD85A6AE42E780AD3554CC15BCE2 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
48
0.61 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x1D ´¨ÞK\x08 Bv¤^µ\x04 g\x06\x0F Ë "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x1DB4A8DE4B084276A45EB50467060FCB );
Copy
49
0.27 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
50
0.24 ms
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"c6)¿\x1A ÞH£¯%x 3„lc "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0x633629BF1ADE48A3AF25782033846C63 AND
pm . `active` = 1 ;
Copy
51
0.18 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
52
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` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
53
0.33 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0xD74FFD85A6AE42E780AD3554CC15BCE2 AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
54
0.73 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x00000000000000000000000001994491 ));
Copy
55
0.33 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"\x0F -\x04 —MRFQ¼¬\x13 ñ·.Q€ "
]
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 (0x0F2D04974D524651BCAC13F1B72E5180 ));
Copy
56
0.42 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` . `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"\x0F -\x04 —MRFQ¼¬\x13 ñ·.Q€ "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`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` . `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 (0x0F2D04974D524651BCAC13F1B72E5180 )));
Copy
57
0.48 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` . `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"\x10 ïÔ³p£Ek´Ê9¸µ[L\x00 "
b"ªãºDýŸK‰’lÍÕÒ‹¤Û "
b"Ñ‚¯\x18 héIM‹®º'90bm "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`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` . `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 (0x10EFD4B370A3456BB4CA39B8B55B4C00 , 0xAAE3BA44FD9F4B89926CCDD5D28BA4DB , 0xD182AF1868E9494D8BAEBA273930626D )));
Copy
58
0.69 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"\JÉŽ\x00 ¹E]¨¦E«OXE‹ "
b"m?ËOÐÊOƒì¹█ï¿V█c "
b"™.ü¸3RN\x12 ¤î½;«‘ˆk "
b"›&‰7GhO\x1E ¸¿IG†½èq "
b"ÞÊÿ€Ù\x13 N%¶\x11 Ã{ÙQK[ "
b"X\x1F ‡P?EJüªÏ§ëœ\v q\r "
b"\x05 qNÀ\x04 v@\x7F ŠÏÉh¤KÖv "
b"""
\x1D rð+\x07 ®Dç •\x1D ²\n
ïr\x02
"""
]
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 (0x5C4AC98E00B9455DA8A645AB4F58458B , 0x6D3FD34FD1D24F9F8DFBDB8BA856DB63 , 0x992EFCB833524E12A4EEBD3BAB91886B , 0x9B26893747684F1EB8BF494786BDE871 , 0xDECAFF80D9134E25B611C37BD9514B5B , 0x581F87503F454AFCAACFA7EB9C0B710D , 0x05714EC00476407F8ACFC968A44BD676 , 0x1D72F02B07AE44E7A0951DB20AEF7202 )));
Copy
59
0.32 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"7âÝ\x14 ]MÛ·\f ¶ž\x15 >\x16 ] "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x37E2DD14AD5D4DDBB70CB69E153E165D );
Copy
60
0.21 ms
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = ? ) ORDER BY `product_sorting` . `priority` DESC
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = 1 ) ORDER BY `product_sorting` . `priority` DESC ;
Copy
61
0.33 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"°g└\x00 ðeM·ìÈk■Á$öq "
b"7âÝ\x14 ]MÛ·\f ¶ž\x15 >\x16 ] "
b"ì÷;~®(JǺ\x18 âµçãÂE "
b"ï—\x7F „DèMÉ»®B\x1F >k»\x1E "
b""\x05 öBøtC¶û\x1A ÅÐn\e âX "
b"9b³ÒQõOì│╣¸╠╗E©× "
b"P\x15 >bÚrOg™T\x06 )\x19 v` "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0xF867C000D0654DFA8DD46BFEB5249471 , 0x37E2DD14AD5D4DDBB70CB69E153E165D , 0x8DF63B7EA9284A80A71883E687C6B645 , 0xEF977F8444E84DC9BBAE421F3E6BBB1E , 0x220594429B7443F4961A8FD16E1B8358 , 0x3962FCE351E44F8DB3B9F7CCBB45B89E , 0x50153E62DA724F679954062029197660 );
Copy
62
0.20 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x00000000000000000000000001994491 )) LIMIT 1 ;
Copy
63
0.20 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
]
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x00000000000000000000000001994491 ));
Copy
64
43.88 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `name` as `product.translation.name` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `name` as `product.parent.translation.name` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product` . `display_group` ORDER BY MIN (COALESCE (`product.translation.name` , `product.parent.translation.name` )) ASC , MIN (`product` . `id` ) ASC LIMIT 24
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
true
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
null
true
false
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `name` as `product.translation.name` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `name` as `product.parent.translation.name` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xD74FFD85A6AE42E780AD3554CC15BCE2 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x00000000000000000000000001994491 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product` . `display_group` ORDER BY MIN (COALESCE (`product.translation.name` , `product.parent.translation.name` )) ASC , MIN (`product` . `id` ) ASC LIMIT 24 ;
Copy
65
25.88 ms
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `name` as `product.translation.name` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `name` as `product.parent.translation.name` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product` . `display_group` ) total
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
true
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
null
true
false
]
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `name` as `product.translation.name` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `name` as `product.parent.translation.name` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xD74FFD85A6AE42E780AD3554CC15BCE2 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x00000000000000000000000001994491 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product` . `display_group` ) total ;
Copy
66
20.12 ms
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
true
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
null
true
false
]
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xD74FFD85A6AE42E780AD3554CC15BCE2 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x00000000000000000000000001994491 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
67
0.60 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"‡ÊƒT\x04\x7F I\x16 º¹³Èèd¦\x18 "
b"s\x01 äQczOåÅ$/┐ÍO&¢ "
]
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x87CA8354047F4916BAB9B3C8E864A618 , 0x73018451637A4F868F242FBFD64F26BD ));
Copy
68
116.87 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
true
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
null
true
false
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.min` ,
MAX (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.max`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id`
AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id`
LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id`
AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND `product.categoriesRo` . `id` = ?
AND NOT (`product` . `display_group` < = > ? )
AND NOT (
IFNULL (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) < = > ?
AND `product` . `available` < = > ?
)
)
)
Copy
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule22d0332e813c44b494554f7aefee53d6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea3825e1ddabc44008a8519cbff74baf1.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee2326772c46b488686e3091c324f2dd8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee32a4a23f6ec463db81a84afa0f75ef3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0342ac06a07a4d54a294adced4b83531.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule0bd9d2eb17a945b4b0a6ac61b146ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea3e94d26366f401db810a476aab25dc3.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xD74FFD85A6AE42E780AD3554CC15BCE2 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x00000000000000000000000001994491 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 )));
Copy
69
8.17 ms
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
true
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
null
true
false
0
]
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xD74FFD85A6AE42E780AD3554CC15BCE2 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x00000000000000000000000001994491 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
70
7.70 ms
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = ? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
true
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
null
true
false
true
]
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xD74FFD85A6AE42E780AD3554CC15BCE2 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x00000000000000000000000001994491 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
71
47.53 ms
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product.properties` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
true
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
null
true
false
]
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xD74FFD85A6AE42E780AD3554CC15BCE2 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x00000000000000000000000001994491 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product.properties` . `id` ;
Copy
72
22.23 ms
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product.options` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
true
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
null
true
false
]
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xD74FFD85A6AE42E780AD3554CC15BCE2 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x00000000000000000000000001994491 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product.options` . `id` ;
Copy
73
0.50 ms
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = ?
AND child . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 Q "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw#` "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19\x17 "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x17 ’ "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw ” "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw"r "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw#C "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x17 ‡ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 ) "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 @ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw 1 "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw!D "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw!€ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw#\x08 "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x18\x14 "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI†g "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI‡% "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI†d "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI†h "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI†i "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 u "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 ” "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw$\x16 "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x18 C "
]
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425
AND child . id IN ('\0\0\0\0\0\0\0\0\0\0\0\0awQ' , '\0\0\0\0\0\0\0\0\0\0\0\0aw#`' , '\0\0\0\0\0\0\0\0\0\0\0\0aw' , 0x00000000000000000000000061771792 , 0x00000000000000000000000061772094 , '\0\0\0\0\0\0\0\0\0\0\0\0aw\"r' , '\0\0\0\0\0\0\0\0\0\0\0\0aw#C' , 0x00000000000000000000000061771787 , '\0\0\0\0\0\0\0\0\0\0\0\0aw)' , '\0\0\0\0\0\0\0\0\0\0\0\0aw@' , '\0\0\0\0\0\0\0\0\0\0\0\0aw 1' , '\0\0\0\0\0\0\0\0\0\0\0\0aw!D' , 0x00000000000000000000000061772180 , '\0\0\0\0\0\0\0\0\0\0\0\0aw#' , '\0\0\0\0\0\0\0\0\0\0\0\0aw' , 0x00000000000000000000000042498667 , 0x00000000000000000000000042498725 , 0x00000000000000000000000042498664 , 0x00000000000000000000000042498668 , 0x00000000000000000000000042498669 , '\0\0\0\0\0\0\0\0\0\0\0\0awu' , 0x00000000000000000000000061771994 , '\0\0\0\0\0\0\0\0\0\0\0\0aw$' , '\0\0\0\0\0\0\0\0\0\0\0\0awC' );
Copy
74
0.72 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
true
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 Q "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw#` "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19\x17 "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x17 ’ "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw ” "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw"r "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw#C "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x17 ‡ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 ) "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 @ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw 1 "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw!D "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw!€ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw#\x08 "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x18\x14 "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI†g "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI‡% "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI†d "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI†h "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI†i "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 u "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 ” "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw$\x16 "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x18 C "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0xD74FFD85A6AE42E780AD3554CC15BCE2 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN ('\0\0\0\0\0\0\0\0\0\0\0\0awQ' , '\0\0\0\0\0\0\0\0\0\0\0\0aw#`' , '\0\0\0\0\0\0\0\0\0\0\0\0aw' , 0x00000000000000000000000061771792 , 0x00000000000000000000000061772094 , '\0\0\0\0\0\0\0\0\0\0\0\0aw\"r' , '\0\0\0\0\0\0\0\0\0\0\0\0aw#C' , 0x00000000000000000000000061771787 , '\0\0\0\0\0\0\0\0\0\0\0\0aw)' , '\0\0\0\0\0\0\0\0\0\0\0\0aw@' , '\0\0\0\0\0\0\0\0\0\0\0\0aw 1' , '\0\0\0\0\0\0\0\0\0\0\0\0aw!D' , 0x00000000000000000000000061772180 , '\0\0\0\0\0\0\0\0\0\0\0\0aw#' , '\0\0\0\0\0\0\0\0\0\0\0\0aw' , 0x00000000000000000000000042498667 , 0x00000000000000000000000042498725 , 0x00000000000000000000000042498664 , 0x00000000000000000000000042498668 , 0x00000000000000000000000042498669 , '\0\0\0\0\0\0\0\0\0\0\0\0awu' , 0x00000000000000000000000061771994 , '\0\0\0\0\0\0\0\0\0\0\0\0aw$' , '\0\0\0\0\0\0\0\0\0\0\0\0awC' )) GROUP BY `product` . `id` ;
Copy
75
6.36 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 Q "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw#` "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19\x17 "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x17 ’ "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw ” "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw"r "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw#C "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x17 ‡ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 ) "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 @ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw 1 "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw!D "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw!€ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw#\x08 "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x18\x14 "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI†g "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI‡% "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI†d "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI†h "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI†i "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 u "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 ” "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw$\x16 "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x18 C "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.categories.mapping` . `category_id`
) SEPARATOR '||'
)
FROM
`product_category` `product.categories.mapping`
WHERE
`product.categories.mapping` . `product_id` = `product` . `categories`
AND `product.categories.mapping` . product_version_id = `product` . version_id
) as `product.categories.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN ('\0\0\0\0\0\0\0\0\0\0\0\0awQ' , '\0\0\0\0\0\0\0\0\0\0\0\0aw#`' , '\0\0\0\0\0\0\0\0\0\0\0\0aw' , 0x00000000000000000000000061771792 , 0x00000000000000000000000061772094 , '\0\0\0\0\0\0\0\0\0\0\0\0aw\"r' , '\0\0\0\0\0\0\0\0\0\0\0\0aw#C' , 0x00000000000000000000000061771787 , '\0\0\0\0\0\0\0\0\0\0\0\0aw)' , '\0\0\0\0\0\0\0\0\0\0\0\0aw@' , '\0\0\0\0\0\0\0\0\0\0\0\0aw 1' , '\0\0\0\0\0\0\0\0\0\0\0\0aw!D' , 0x00000000000000000000000061772180 , '\0\0\0\0\0\0\0\0\0\0\0\0aw#' , '\0\0\0\0\0\0\0\0\0\0\0\0aw' , 0x00000000000000000000000042498667 , 0x00000000000000000000000042498725 , 0x00000000000000000000000042498664 , 0x00000000000000000000000042498668 , 0x00000000000000000000000042498669 , '\0\0\0\0\0\0\0\0\0\0\0\0awu' , 0x00000000000000000000000061771994 , '\0\0\0\0\0\0\0\0\0\0\0\0aw$' , '\0\0\0\0\0\0\0\0\0\0\0\0awC' ));
Copy
76
0.69 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 @\x04 ( "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ?
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN ('\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 , '\0\0\0\0\0\0\0\0\0\0\0\0@(' , 0x00000000000000000000000001994491 ));
Copy
77
5.99 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI†d "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI†g "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI†h "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI†i "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI‡% "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x17 ‡ "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x17 ’ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x18\x14 "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x18 C "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19\x17 "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 ) "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 @ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 Q "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 u "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 ” "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw 1 "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw ” "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw!D "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw!€ "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw"r "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw#\x08 "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw#C "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw#` "
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw$\x16 "
]
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_price` . `product_id` IN (0x00000000000000000000000042498664 , 0x00000000000000000000000042498667 , 0x00000000000000000000000042498668 , 0x00000000000000000000000042498669 , 0x00000000000000000000000042498725 , 0x00000000000000000000000061771787 , 0x00000000000000000000000061771792 , '\0\0\0\0\0\0\0\0\0\0\0\0aw' , '\0\0\0\0\0\0\0\0\0\0\0\0awC' , '\0\0\0\0\0\0\0\0\0\0\0\0aw' , '\0\0\0\0\0\0\0\0\0\0\0\0aw)' , '\0\0\0\0\0\0\0\0\0\0\0\0aw@' , '\0\0\0\0\0\0\0\0\0\0\0\0awQ' , '\0\0\0\0\0\0\0\0\0\0\0\0awu' , 0x00000000000000000000000061771994 , '\0\0\0\0\0\0\0\0\0\0\0\0aw 1' , 0x00000000000000000000000061772094 , '\0\0\0\0\0\0\0\0\0\0\0\0aw!D' , 0x00000000000000000000000061772180 , '\0\0\0\0\0\0\0\0\0\0\0\0aw\"r' , '\0\0\0\0\0\0\0\0\0\0\0\0aw#' , '\0\0\0\0\0\0\0\0\0\0\0\0aw#C' , '\0\0\0\0\0\0\0\0\0\0\0\0aw#`' , '\0\0\0\0\0\0\0\0\0\0\0\0aw$' )));
Copy
78
0.40 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
79
4.68 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500
Parameters :
[
true
b"94æ™i\r Jæ™÷ëÙx5¾î "
b"M.│Ã^ÅJ▒╣ÊL½ô²)0 "
b"QÿþòrÆEBù\x18 è╠e1\x1E ì "
b"e½áùÚ¤Cÿ¬¨¨Q~Yûr "
b"~ÖKOÍ\Jôˆ+PýÑ𸇠"
b"▒~ƒäÛjD╚üã}ý╩)#6 "
b"$\x11\e \r ÿ\x10 GŽ«ç.sv¢ZC "
b"╩U\x01 Õ░ÓO╚Øq8\x06 `\x07\x13 w "
b"ݲ¶êÓ‹N<†yè\x1C CÕcß "
b"Þw,\x05 õqJÙ·f÷{,ÿ›\x16 "
b"""
\n
ß3¿\x11 ºG$¯È\x0F ™\x17 .î\x04
"""
b"]#ÑÝXÞC²É░Ë«\x07 W‗ß "
b"¯»¢Wº\x14 D©·w\r !ëò¾Ê "
b"\x0E ö\x18\x00 vNO˺٠©B¶!2 "
b"‰nÁ8\x0F WN‹¡†|Ô+b\x08\x1C "
b"[f@H\x1F Ä@"É\x11 ]\x16 ·\Î& "
b"É;Eh7³A└┤H צUKÍ "
b"\x1F {~>CvJ\x11 ’d\r ”uÿ–7 "
b"›‡Ë¬î\x04 Gç¶KU`–ïz\x10 "
b"Ì_F2Ü Bf˜¿Ûj3_’º "
b"·ƒd¿ÁÎNÛ‡\x12 lé¶òíP "
b"""
™tt‚\n
ÒIv²\x19 ý¬ž+DÊ
"""
b"£Zøá╬uNüöÚ§^åaßo "
b"\x10 .EJæ║B)®\r òì\x13 ®6Z "
b"±\x0E\x10 ŒŽŒE×»í\x1A ^F†Ù "
b"\x10 N›ä\x16 ýM¦¨Ñ·[gÚ«\x03 "
b"- ÞÃýÐKKš¡ôöŠy"Ë "
b"«G¢PÖ FŸ³îxÍf»L\x13 "
b"▀═J¡r\x11 N═èÆéøÉ\x17 ▒ "
b"…Õ?õî^@c¼´\x01\x10 ‚Ÿ\x0E G "
b"ï\x08 K\x14 BêE¤üà(\t\x12 úä\n "
b" ÇAp®C@M öŽß1Txh "
b"S\t Ñ\x12 ÇÊC— Úà7rÒPã "
b"ÊÙ™“ä¢B@¯<´dñZq‹ "
b"+fºôN¤N\x17 „xÝ\x07 §“†Û "
b"¢ßóéØ\x1E C×—žÜ—\v\x12\x07 ® "
b"""
\x10 ìœ4eIHǼm³!\n
\x0E †ó
"""
b"Au\x0F ü╚\x08 A#¥\x13 ¯O;p¶╦ "
b"˜,ž\x12 m`Góû©ê¥3æÕ "
b"5§Î:ØßD#œÏœl|W\Y "
b"""
¡\x1F ýÐH\x05 Hú«^ \n
üVÚŠ
"""
b"!/~lÑïK”„\x10 އÿž¹ "
b"\x00 k¹ÅL├@xö0KV\x15 à\x02 Þ "
b"\x06 ‘g±bÍB$¬Nk«¶ßK® "
b"\x02 ½6#+\r Bæ©Yßy \x1C ݳ "
b"áÔCØ\x02 jI0âNBé1þí╝ "
b"¯]biš$O•¶·˜bi—\x18 ½ "
b";?‘€±q@ô©Bë3át‹o "
b"X{¸ùˆM¯Ž@\x1F F·¸%µ "
b"╬ÈG#┴7ISë`Ø3╬ö3¾ "
b"æ?\x0F Å\x00 ▓E%¢wÆM\x1E\x7F ½~ "
b"Ò×Ä\x00\x1A ÇK\x10 …\x1E ½5h#Ïü "
b"µC_QÙwA\x03 ¼\x13 +h1®CÛ "
b"½ºt½`\x1D Bฒ[Çö™\\x7F "
b"■H7=\x07 µO¡éÅä¤ä:\x0F F "
b".qãˆ]aH~Œ¬:’]Œ=À "
b"2|ìJï\e K\x1F î=)D?┐H³ "
b"<|æÉ\x10 ¹E˜ UšÀšc\e ¸ "
b"Ý•ÑÒàÉH§‰´Z\x7F\f _\x07 Q "
b"\x08 ^AQØÑG¯·\x00 \n ’ÅÁÕŒ "
b"q6\WßÔK”‡Ÿ\x17 BÖb· "
b"½\x0F t©ôrAB“Ü\x19 ’ýë\x01 ¯ "
b"y‘hªôb@õ š\x18 †\x16 ¿7* "
b"à)f6§DBGšE<ï8–F. "
b"│}ÔüGÓL\x1D ½Íí█J;Á7 "
b"Š 2"$ÖK\x1D ¬Ìl}\x14 žé& "
b"ZåpbQHF.ƒB.VKäÁß "
b"Bü‚\x11 ß%B™«TðΟEÉP "
b"é>@,áJIÔŸg•M¦ۙ "
b"dàƒEŽ”F¹;&O[xÚm "
b"\x07 $\x08 ü–RI)¦¦8WF\x1E\x1F Ñ "
b"Í\x02 »¢ckAN¹T.\x11 4\x11 Ãí "
b"¶TÉ_¢Fr¬S¹1¾\x14 Óü "
b"À™½'G®D²”â`\x13 Š#žå "
b"\r ┘┐%ô\r Cáï8Å┘\x0F\x1D █Ø "
b"\x0F ®ü─´ÓCCÅ-▒~}\v ú\r "
b"¬#8Æþ&C9ƒ\x02 ªËFÎÇf "
b"\x0F ”í’„ƒBA‘̵\x14 Ë“El "
b";|xÇ\~A\x0F ´¢\x01 ºý\x0F ެ "
b"Ÿš¦Ä,NCw“$ôj/Æ\t P "
b"█oUü¦┬Ba│ÁÙ®Øø¯É "
b"w”ÃgÖ\x06 FڥΞàêi-¿ "
b"¸ì┐\e EËB╦ân#½\x14 1Î└ "
b"˜é\x1C .¥7JÅ´n½~¶x1Á "
b" êØ-ô±K§é#ôtÐ\x00 Îd "
b"Û\x19\f ¯ö§J£§(ÌçãýãT "
b"XÝ\x12 nŸ°IAŠÚ@ÕX¬Yv "
b"v\x14 ¼´8^L\v šÕ¹ƒuGèÈ "
b"Ã~`kŽÑIÉžó…ÚýŽ>ª "
b"Ðu\x1E Q░oK[¼Ø\x1F ?gÑÛG "
b"Ì\x1E J6ùZLûÉ`/3┬╦[╝ "
b"ÜÏ\x7F ëýoAmÅz4îG]ý "
b"└û¨v"åJÀ╝8ó&ü`Ðï "
b"VFUœ \x00 Aj£@C½µÃÐx "
b"‹‚\x00 ¨+M%¼F›ëM$˹ "
b"1\x03 AèÏkO╚ÉÚ┤Ü_¯2« "
b"œÃ|\x14 M„Iv´\t ɱ\x00 %Õ "
b"A6¼³Y\x02 I+«éÈ¿F£ö\x06 "
b"‰âýiŒ\x03 Hi–ÞY¾5\x10 œó "
b"©c”Šx’@a¿’B—V\x02\x1F\x18 "
b"¾IH!CðA\x1A ¼{³\e €\x04 §— "
b"w¬2#ÏâIåâ%\r gìÞ<ö "
b"‰Gö\x10\x07 ÊIý¸ãéÊc¦•¬ "
b"·¼\f ÔæúC’¬¨?r\x18 ˜\x1D < "
b"ÉWC@OÇI/¾4ñ™ÑC¶ï "
b"|_R\x16\x11 –MÉ—Gû·Ö9«Ü "
b"šà`:'JNÒšŠäÔ‘æi\x07 "
b"a\x17 F\x03 <3B†½Û2@·Ñ¬Þ "
b"Þ¡¦Ñ=ÀLFƒ"8À) ˆF "
b"Å~\f ŒÝ#A†µƒ`I"¾¯D "
b"-ì÷V\x0E NNï¿n╬Ê_╠ó‗ "
b"ЯyNì³NĈ\e ¡¸&–ñ "
b"""
\n
ì X XK\r ’B\n
•G\x1C wÛ
"""
b"¢\n ²®ß╚N╣▒'Ø\x00 âzÅ; "
b"wëi\x14 ÈÊEy–T\f !_œ1¥ "
b"²╠┌a!(@íí\x15 4+ü\C "
b"ò‘ªå\\x10 E\x07 Ÿ}n+wFnQ "
b"µÕ\x03 ¿Í\x17 KûŠàRȧÏà "
b"E┤]ß╦tFÜ¿G\x14\x03\t Øú¦ "
b"6«=Z\v G¡ºø+ö¢òq> "
b"¶\x1C ê\x19 #xCž–avó`½¥\x00 "
b"á\x00 cFìAz‡I\x1F áÿd\x12 ¡ "
b"YAìlI¡Hø░╦0È\x12 h╝Ù "
b"HÏ–iñ×Lï¢RŠdºÇ¬9 "
b"•sHîŽ\x1E N\f žÅ=3væÝ˜ "
b"™–\x00 <o¼GM§J\n Œÿ\n ð0 "
b"×J~HI$L©¼‹KÁËë\x10 Þ "
b"+ØÆÿ"\x0E J\x14 ‰Ÿ$dÅ1å~ "
b"\x08 ‹\x03 ô¢9Ló Ä\v ŠP˜ßÚ "
b"L7^‘SªM¢»jïÂãÛ¡# "
b"ùŒ];¼ Kæ¸\x11\f\x13 S›¹% "
b"Jc«x\x05 åBþÉÜ\x0F\x14 ÏpÜ "
b"¡¸àMØ\x02 Dv‰F\x10 4#Ç‹² "
b"mÉ)I▀╝H:Ñ0│vrÔ┘└ "
b"¬4¸%ʉCf’\t )Ê\x10 ¨C7 "
b"Ùóî÷32CÊ™§@\x7F ñøö| "
b"‚ÜB¶@|O«”'\x0E\x11 Ë7ðŒ "
b"Á|┼ìylL╗¼\x1F ó\x00 é4▒´ "
b"lôÙeØ┴EpúJ\x08 &Zä┼c "
b"yñì¼Û│@┬╣ÀìO─R]% "
b"*2¾\x10 J-Fõ╣üÇıCµ¥ü "
b")+c©ô÷A` ^Òé…\š8 "
b"š/Wùw¬Fˆ«8vRÑãC‚ "
b"ðË\x17 /â>O瓹ݒ²*ÀS "
b"¥ªE░;╔K\x05 ÿîWMÉt\x01 "
b"¾l2\x0F ð§O\x05 ¥8‚ŠCÏ¥? "
b"Ý|Ì\x03 Œ\x16 DùƒÛ¨3Œ\x04 4Î "
b"w\x06 êÚϧ@s¹MA\x05 ¾hŸa "
b"¦XCC=]M\x1F …gºÞ3+a "
b"╠\x1A ┘yÔ}GÎÅÅs×t¨¼\x14 "
b"\x19 N%F\x06 «L…ŽžÃ^7Âê² "
b"Þ\x00\f ÿý\x16 FH¾\x04 0l\x1A\x13 Tð "
b"\e pþêSJN÷¼±£}Aê?— "
b"\x11\x1C 9æÏ\x06 N¿É░ál\x05 xÌ^ "
b"w?ÇDfµG\x10 ”‘&‹V\x03 äw "
b"m\x07\x1A\f +TI╗åÞ²üiþÒ® "
b"~=\x10 ì«?K{è┬\e R▀╣▀w "
b"‰\x19\x07 ô\x13 ÒKØ€\v\x14 ‰¥ÚŽ\x04 "
b"ò=ð‘„Eáºk'\x05 Ì\x19 {‘ "
b"Zb(w·ÊB9╝â\x1D ªüò/¥ "
b"\x07 f\x07\x16 âRMf«‘\x13 áÇ "
b"E\x1C …àçÿIm– Òø\£Ïƒ "
b"ù|N&b~M—‰DNmFú\v ] "
b"#†;É:\x02 A¾›_\x7F ’è¬PZ "
b"6fz\x00 À\Iu””󆸃®« "
b"%ú¶î\x1E\x05 Dàˆ#"†ã#Z… "
b"¦Ú±@]pLü—VñûgM&» "
b"‹QϺ$Hކ\e ú…7\f “¾ "
b"╣¹ËÑ*│KtÜPÌ╝a\f úÅ "
b"oÓóô*(L=¯0Í%¬=ãÎ "
b"³═úâ±;LYÑÃìÁ/\x00 ÏO "
b"Oõü\x01 p~D‹¬õFç0ÝZ• "
b"+èLWÔØ@ïÄ8Ã\v\v ¯:N "
b"qìvÇÞ¯A\x10 ík\x17 Xvb\x03 K "
b"»à}øDLG™…Ä™Iñ¥‚† "
b"Wì³.\x11 YC\x07 –ñI?q|6 "
b"W┘Ç]ø6D\x07 åJTCü\f | "
b"FáY¯\x1A ÛG\r “hg%œ\x01 ‰; "
b"µ\x13 "ä\x16 #D…´ãŸ\x00 Ç\x00 aB "
b"Вɶ¹\x19 I.¤÷¦-üŒ.& "
b"Ê@s~'xLJ‡ñµ¦ã\x1D Ln "
b"\x17 ÙÓhMUF\v ñMì\x17\x1A ÷k\x1D "
b"\x18\x12 8çElH߸Ô!Ǧí\r ” "
b"á\x1F ı═┴7EãÅB\x10 ┘Å)N+ "
b"\x05 ÿò\e HPLç¦j /jøçÿ "
b"ÈR’êS^L@€{j„\x08 $\x11 § "
b"ôiYêQ×Ok“&Xg÷¦ø$ "
b" ôe€Ñp@#™„›À•I÷I "
b"¦$¦§o\f L¢ºÿ®ß(v\f Þ "
b"?O+™?ˆBU –]ö¶ì¹Á "
b"ž¸.æŠ]@¶‘[\x08 &¨ñ Í "
b"NôêùIwN’½dkŠ\x05 þ)\x06 "
b"\x15 6V"Âü@gææðØêÚ▄Z "
b"\x18 6.çp\x11 J\x08 öjÅûG½\e ¼ "
b"h<┼WÓÛMIì\x7F ï¶Yá=e "
b"""
ŠˆxmÉ9B–¬\n
FÆ\x05 9\x06 Â
"""
b"<\x1E g EZOO¥\x0F Á}‰Ué9 "
b"¸ãaeéãM\x05 ¹ç…žÐŒd½ "
b"wF®úÆ©KJ”N\x13 ?мû} "
b"Þ^/žª!BF´´Ô Iÿtó "
b"«¦üß╣\x12 M\x1D Å}O═ØÙDÓ "
b"‡Â\e X¬µH4 q\x06 ꑊçE "
b"P6\x06 $2‡K=¼ýÃ+O\f ‡\x1A "
b"¡ß¾¶\x14 §FG‰\x14 ÌM Ìñx "
b"¿+eXù■Lüƒç÷╬÷U╠k "
b"NrÂçBËL֩ʉ<¬³\x02 ÷ "
b"└\x10 O└S\x13 D3ø{\x1D Âüu\x06 \n "
b"ùÃo\x11 °¯KW äd,\x7F PÝÜ "
b"8\x17 ┤\x05 ظC╔ògÙ║î*╩ñ "
b"VŸüÙ6ŸB±ˆ\x7F :Ô?~\f m "
b"ëä‘¥¦‡KŸ±#«S Tn› "
b"""
ÌÖöµD@Jü„\x1A ¡ï\n
‚¿×
"""
b"½\x1D ç\x19 ³ˆA±·\x06 6ZWrR/ "
b"\e 2hÒ\x12 ´Dù·\x7F ¦~\x10\x0F 7¨ "
b"±oÜ\x13 Ž™F\x15 ›\x07 X]\x14 Äby "
b"\x08\x00 «/æ\x13 A¿Šßê%ÅýÑa "
b"0ÁDBÕ┘@ØÜ\x15 █╝õE¯╦ "
b"╦#XÓy\x1E N<á\x0E Ø]f«\x7F x "
b"¨{ŒA¥1BäºCmÔîÑwû "
b"Ìòd┐\x1A ôA\x15 ò▓~+FÅîØ "
b"cÝ`^└<LtüDj~Áa┐│ "
b"Ü»Ù%DíNê‰Æ¢•$fú¤ "
b"\x1E\x01 ŸÌ£CH6¥3§¹Ú\x01 þR "
b"új—7ùNGèþuª×u\x03 ô "
b"d@¥µ×\x10 N¢ö¿2¼=eì¸ "
b"$ì0úC\x18 I£éWT?û┬¤£ "
b"c#Üs¦\x10 Mÿ¡êGÕí7"Ÿ "
b"‗m■VÚcGðë¦\x06 ╝(Å ¸ "
b"ˆV±ŽÄšB·›TÕ”‚K5\x07 "
b"=ÎMä\x13 Î@áÅIÐ\x01 ey\r Ø "
b"tÜÑ6═ÅAïèö■òGo1{ "
b"¬ÁÄ▄ÉGÓÂc\x1D L.\x10 │¥ "
b"ı\t ðºÉÕA]Ø\x06 ı_øÇLÏ "
b"ºıyo▒1EÍü½'\x1D ®\x1A {\x1F "
b"xYq}Ð\x05 A· ¹\x00 ?s\x07 Õà "
b"±\x7F -Ù´TOš‰åÞ\x19 ƒÈ͘ "
b"Á¨[¨Ì$Eä¿ñû˜<Â\x7F , "
b"""
ßbI!IéM\n
„\x17 «°×ižù
"""
b"¤»Þô¢YK¿ƒ†Zauajh "
b"Lc\x00 ¦ `J‡¢L<rš"7¶ "
b"@M\x0F ÊšöDVþ¿¦Y˜‘k "
b"(”Š[Ë¡IO¿@£~£H < "
b"╚░u=Õ\x10 AÐì\x04 dÚ\x03 Ñ\f } "
b"Ì9¿ÃìHNûƒa/;Á‚¤t "
b"aœ?+bR@Ï©X…€!\x00\x00\x1A "
b"""
ì…š\n
ÝéLÛ¶ÑÐÚJ7\x15 :
"""
b"ØqÑw¤NSœ\x03 SU\x17 6\v ® "
b"p5×߇yB0„Ïf×"\e m\x04 "
b"\x06 ÛxÕ5LEŒ‚\v LÓyfÔ\x03 "
b"ZË\x10 U‗oLý░i'\x05 §Øv "
b"G€ÛšÃ¨H"†Œ\t ³S\x08 ”t "
b"┬U\t ò\x12\t @ÙÅu[\x13 _À\x1E\x18 "
b"Ë%×ô¥\x1A L\x03 —\x1E ÌyC\x12 F´ "
b"¢ª¸‰>UJú‘îôkVó¹z "
b"$\x7F ùÝŽæJݱ2h"D\x1D çt "
b"u>Þ+l#E»¯j>I±\f 5 "
b"Q\x0F xØc‘H{…\x04 Pñž§™= "
b"""
+FbiŠ?LÖ†E±\t ñ\n
éh
"""
b"Ì?Ð_d\x01 EË \x06 ÜX\x10\x10 |Ý "
b"$└Qå®┤L┘ê~ü1Óew\x0F "
b"$LÔ+ÒÑNT†Yáºÿ\x17 ì> "
b"Üpd¿Ó¾IáâÂ╦¦\x10 _\x0E É "
b"\x19 Mr)ÿwO_•ëQ•è³šÉ "
b"ׄì÷\f ¤I> 2\v Û¥çùD "
b"Q©\x13 ùx%A²Œ,“m¹^«\x14 "
b"]”ÒN\x05 ^G¼‘˜¢Y\x11 Ã\x04 § "
b"êçÐ;F8EïŽÁk%ôLRX "
b"£4½YØ…Dôªd:=ò+¶ "
b"ì oi▓‗OOº▄hÆ┘\d£ "
b"®êÜ0è£Náªl}·Ì‘þ¼ "
b"¥KELf\H5‚NäP\x15\x01 l° "
b"=\x02 ╔)┼iIؼ m\x10 ¦a\x0F ( "
b"ì¦[Ù„3C²žåªî/¦Â\x03 "
b"i\x12 \x02 I\x05 Nᢠ͔h\x14 è\x15 "
b"¦\f ›É6}IJˆÊwتïÇþ "
b"¿œPÔ\e Cš‰åóQ¿\e Wö "
b"S‰ò¦ÍwN\x04 œÚ„ŒÌ_m\n "
b"À\r -ü-ÙK{║¶»/╩¬\x06 @ "
b"St7”;L'ªKp— ¾æZ "
b"Ã^ÂÇ4EDì¾…šF€å‚® "
b"""
ØXWÕÚìL™›\x14 «ŽhÕ\n
—
"""
b"\x01 ‘¶SMÌA\x0E €\r 'mõÁŒq "
b"±kn“\x00 ÃLù¯LK%†h[› "
b"†n\x0E \x1D ôFA½,úM-!Å_ "
b"e!ª:\x06 ™HU¸\t ayt¶.§ "
b"¾M”rù%L,»\x11 z²Ð¿"ì "
b"޼ªÖ\v\x11 DT°Ž\x12 |çÿ%P "
b"º‚\x1F 1ø\x15 H˜»˜n˜|\x12 ×O "
b"í\x06 j<Ñ%Nöƒ'ã\x1A ÉÈþë "
b"*\x06 ‡»¾2N\x04 Ÿ\x0F\x06 —}ÓÉ\x07 "
b"jT¸EU\x02 @'Š\x18 º’°\x06 çc "
b".ÝW¹Ê\x11 A¶µÅ?†t!+× "
b"‹T»œ’&JŒ¿J%lN\x19\x19 € "
b"sTÇy\x01 úDM»\x7F ..ÝR–6 "
b"\x11 oÊp\x02 &LÛ†‘\x04 @\x1E\x0E © "
b"—ãµã°SK±¤MxÌÂ(ëŽ "
b"_À¸÷ªvKzÿ\x02\x19 É\x0F\x02 p- "
b"QÙúú%´H\x01 É[\x07 7àÍ<\x15 "
b"‘ŽD<Œ(@¯’è(™¤åqF "
b"-$V³úo@¹™Þ\t ßÐçšè "
b"\e ·2▄┼MMNü┴\x04 NÊ\x1A ÑÜ "
b"═÷ì╦A]KÁÇ\x00 r°\x1F ┘;Û "
b"Ë\x14 Ÿ$Ï®H&«d–U_Íò” "
b"ßÌô¶J$C*Å=OYÅdwL "
b"ó·Ë\x03 Ô\x16 HT§›\x0F\e âòÌß "
b"¢¨Õ=ß\x1A Iè°`R¾¾3\x1E – "
b"0Ô"¸ƒ¨BHê¯\x14 (ÉFÞ▀ "
b"▓ØúÕ\x12 ;EK¥\r ‗{M\x1C\x1D ó "
b"VF÷\x18\x10 éM̼\x14 »C$âøb "
b"…V»ÜVÌF…´žB\t Ÿë}* "
b" ˜4ìSþC”¿\x08 Œ=b—·– "
b"blŸxéÉO\t ºYz›ú É7 "
b"òÍyè\x1C ÐI&ƒJ\x14 ìAÚ³X "
b"j\x07 ã¬^MH©¥…×=\x15 ¤Õœ "
b"Þ’Ð=\x05 •E“žu\x1F G® "
b"\x14 h—+vþDª¯qC¹\f §ÉL "
b"Å\x0E ˆ<(lO\x01 ŒÕ˜È\x04 áqô "
b"åšàp4áDщIíó±`Ðß "
b"$(╔╔ÇRL7ÅîÎÚkn±b "
b"csQl$░HŪê\r ç,\x17\x19 Ô "
b"ä?8Ž4—Dé·Á(ýMœ²` "
b"©©ˆSwÉH•‘‰Ï"‚\x1C º\x18 "
b"¬*ßlf3CV¨X\x08 íØÑ`y "
b"SŽ|¸%2H\x0E ¾ÑUè׊ؔ "
b"ÖIÞ║Ø«J¸ºıð>õXåd "
b"ÄTo\x00 hÊBò²Ùq-Ägy\x10 "
b":¬\x08 IvÁBw’ 9o.m?/ "
b"ÙÇ?\x10 ‡_Oë³Ú\x17 ¹‰ÍT÷ "
b"({U0îVH¬½?\e ofï³ "
b"\x05 Ø\x1D 5┐@%¥¯j│}YKÔ "
b"""
A\e\x01 Ñ/NL9´\x03 [Ù\n
ûÕ6
"""
b"ß·cÇ‚~A\x00 ¹è…,ÎÜ\t "
b"KþÞ\x04 ÖnM•–Õt¨*#\x0F\x14 "
b"°ª£V¢rM¢—7ul_\x1E\x0E Ž "
b"–«¶¼ƒ\x1C Iµšë?>í_öJ "
b"ñž¿Q\x14 ‘Fž¯yÜWƒ¼T\v "
b"ߺG╩ÂÜD┐░5ıÉ\x15 ~F "
b"!\x13 š÷‡ç@µ“\x08 û\x1F ®¸+J "
b"ÕhãwAiA8’’eP\x1E €ä- "
b"""
\x0F O¿×ƒ\x07 HƉ\x13 ¼tX\n
˜u
"""
b" ║0ØE7Jë┐Lu§Gu\x19 ╩ "
b"\x19 S\x1C EIñMˆºÉ<ÞþF\x13 ø "
b"ï»g×¶ÛMl›·\\x0E\x08 [Ûþ "
b"S\x02 µR\x0E &F•¨j/…é—\x1C\v "
b"£çŽòyEð›»g¨kᚆ "
b"²ŸnõoÃL\x17 ¿&w\x06 ´\x08 æ( "
b"ÞÃ╝Ú\t µF\e £\x03 Þ\ì_\x04 ï "
b"\f\x17 ÅîF+Mèû#Ü\x01 iÙÙ« "
b"Œq…(œ²Fó„€øt3Hê1 "
b"šr.¦}ŠM\x13 ±fÃsßü=† "
b"±e·€ÏsE™§U\x0F ø)xÂ\x16 "
b"ž‚…27UCv£\x05 ˜8\x07 —¬; "
b"""
Ñ¢û\x12 —+@*—iDñ\n
\x0E lþ
"""
b""(irdÿAÓ°F5Oe(9® "
b"\x0E\x7F\x17 ?\x1E\v L\x0F \x07 ¦,;Çkê "
b"©«üP“âNr©¾¶n0®\t ( "
b"¿ŸbÜ\x08 CI(¤ãšÍe\x04 Æ” "
b"%Ìßeÿ:B…¢ÏQÒ|\x1E Só "
b"Ò\x14 è»»àL\x1A ¬‰Ø\x11 J¶\x18\x08 "
b"ŽÕ§/ª*@n”\f L2“×T/ "
b"4©ÊûðA‚ƒ9^ÖBy\x01 ó "
b"""
úµg,'\x02 @ˆ–,ж\n
®í\t
"""
b"µ├a/ÔìMè¥ô"¶C▀\x1E b "
b"ßÌ\x17 ÔÓML]£‘8£\e \ÄS "
b"€/˜á\x17 tFþ‘–BÒ\x00 þЮ "
b"†ú\x1C ìÈ\x02 NP‘3\x19 ãìðV\x11 "
b"J°—©úÚA=²4\x07 :æŒÖ× "
b"× Ó/\r €E\t ’9Džýb\x7F U "
b"Çqܺ]™F@ƒu±5¶–‘ "
b"\x1C B`Mj‡ML¥\x1F\e /X;•\x10 "
b"øÎQH†ÎLù®E½(gYnK "
b"Sÿ\f BÝÝCq›Û†¹©â¤z "
b"Œ®ÄE(¼G×€ðÔ\x1E ‚×4 "
b"š'Å\e 3}BÓ¶W•e—ݰ¢ "
b"Ѳ\x1F\x1A =þG:–c£·²cÜØ "
b"À╝ã=sûJn»Å▒ó╠\x15 ö\x1F "
b"™b<e%A5¾†6Z\x04 f½9 "
b"`Bmq!\x1C KZ‚n×1ËkÞò "
b"é7Ô§┴õF¿Åv■gƯ;û "
b"ëJ¼U\x14 èA¬–Bé\x19 apäE "
b"“Ù•)\x18 H9œ‹b\x1C ">×\r "
b"$T\x07 ¥Ä†J-®òM‰b¢IØ "
b"(╣╝Å<┐@"é\x18 Ïöuƒ\x04 5 "
b"Ëø¾Ær5N│ç\x1E WóìéPà "
b"\x1A ‘\r n€Jߢ,M^ŒjYW "
b"æ \e ıhÉNxÅ\x0E\x19 Å┼(Pg "
b"█çÅ{ãÈE·ÂÔd/┬¸3¸ "
b"-╩\x13\x01 ë/E8£┤ׯ╣]Ø\x1A "
b"JEaè´ßK„b¢ÓWÌn/ "
b"á\x0E i\x18 ^ØEA£]‹ðJ]\x16\x04 "
b"Ÿ–ÙmµòH\x7F —ª™Õ¼;LÖ "
b"\v 38i\x15 O!’\x1E Ý(“/b- "
b"\x1A %Áù\x15 SJð´k)ñòÈ(Ò "
b"‘Q>\x11\x12\f L\x1D žæÂ·[Nó§ "
b"š"\x17 `–\x03 BÚ©‡4[ó\x1E\x04 c "
b"¸N9\x1C Ò8K.¡Ÿ\x1A Åp¢\x13 S "
b"ùð‚¦€^LÓ€ú\t qÀ|§\x05 "
b"\x05 ÌTj™ÒKϯvŠ:¶\x0E M "
b"ílTp®ˆGú°‚l\x00 š&$U "
b"\x0F ¯ÝÔ\x04 a@═ÑðÅ4║═Ö¸ "
b"pò═*oÉIêÿ\x02 ¢u¼┴╣+ "
b"\x00 UÐ+ç\t @#¬\x1E Ó\r iÏ\x7F · "
b"¨ùĪz¬MŸ£\x19 4\x16 NåÆÛ "
b"osFï\x00 „Cïœ\x18 è2iÏÞ "
b"ð\x0F ´IAªI\x7F ºÅ\x7F C\x1E Ù£t "
b"\f ì\x15 ¡"\x0F OÔø▒$y¬¹┴ë "
b"õþ_Ñ#\t M\x1E ´¾åw\x11\x0E J "
b"“gLÊ6\x17 GY˜«i‹\x14\x7F ú\x1C "
b"\x1E ìÍRÖ,J1Ä"Ð▄XÖòú "
b"Æð#e\x16 öJ–±ž‡,î'Ž6 "
b"""
ðf6\n
|†O4˜—{r8Ãlb
"""
b"&\x17 â8\t 6F€¸à»\x05 ø)a& "
b"`®▒├É╦DnüÔ\x06 HRºÕB "
b" $@Ö\x7F žKëµ¶4\r ¯\f '~ "
b"│XÚåM\x07 Eúü½NÃP¶zä "
b"U٧ݵ²H‰ºÚ\f è”{\x1F ÿ "
b"êZV|ØÕ@ܽ┤ÒòHÉä« "
b"7¸óÓ÷êF{¾!<¨g\x7F V\x15 "
b"s[Àø]p@nв€9j©ùO "
b"±£ý\x06 ükF█║Ç\x06 ÒY│õ@ "
b"^Ê\x04 ▀‗yFYØà¬´ÿ\x0E +v "
b"øn‚TuæK$£q~(s©\x14 ì "
b"süç°jSG§™:QI\f\x1A ²ú "
b"9öÆ-gêGŒµ™ø“ÿò(® "
b"@>-P¥|B\x17 ¬§¯®\t fö… "
b"O\x03 Ç—m\x19 L\x15 ²\x14 ïo]%LD "
b"†‡‚ý4\f NœŸf$q\x01 6‡Ô "
b"╚\x04 ░r╝¾J5üÍF┤3¡\x11 B "
b"\x18 ØÎFo\x19 H\x04 ël%#kÇ0W "
b"åacl\x1E XO²▒Ø*!t┼<¡ "
b"RIzHÂ<H/’í\v 0D\x07 $µ "
b"+oíÔ═úI6Ѻ#Û\x16 'oØ "
b"oçVHnæHv²H’cUŒ\x10 ¥ "
b"\x12 ÂáˆM«LL‹\x19 zôæP°\x01 "
b"(×[\x11 ¢SIÈ‹æâ\v\x7F ¯eª "
b"ã\r r{’‚K•Š'\x16 ³%U¡+ "
b"o╩¢(¥╗F"Ö╩pz4Ü╠ì "
b"×7t\x00\x1D ûFͨ[\x7F ¾Þ1 â "
b"{¢mºê&@B³\x1F ûí\‘\x14 æ "
b"춢ج¹JÀÆ\x14 Y(Ã2\x04 á "
b"(g`]%E-¹2€žådôõ "
b"Ü¡1Ðü HÝê\x03 á┘³ü1Ì "
b"Ü$>?~ÁK4«\x19 ‹>|8ý8 "
b"X'î¿CôM–™~´ð:>…õ "
b"lºÌl$\x07 F~\r T¶þÁl‡ "
b"N▒?1êXI\r å4,Mæ\x1F ì╔ "
b"É’ö£Ò\f A§’auXÕR±¤ "
b"ß\x15 Ï\x10 FØB\r …•޹<=Oi "
b"ÊÙáYgêKËŠM×¼Ÿˆç/ "
b"\x08 µ˜Ì:¿Cäˆó¨è#\e ío "
b"TçC’\x03\x06 I‘€JÆÀÊã;c "
b"h\x1F úÉ\x03 ïNº‡ìmèåÕ”Ç "
b"ë╔\x10\x02 ½³@o▓┬üïá│\x08\e "
b"""
■¯E│╣\x1C Bfìk\v MSu\n
l
"""
b"®\x02 ?\x07 P˜HO¿Žo’yÃ\x0E Ò "
b"ü‡\x14 "nÏKQ‘‘L\x18 ™³ˆ´ "
b"!ÀÉ8▓\x1F Bmé\x17\v è╦╩ü┼ "
b"û è\f õÂHe®t½9KŽ\x06 È "
b"ôËÍÚn\x17 Fÿ…SjMßGQ™ "
b"ú\x11 î¢ê,O2›ôˆG=h«\e "
b"7ñ0‹ëJC\x7F š\x0F\x14 ƒg \x19 á "
b"Çj¯É¹█C\x14 ñÛ3I¼\x02 (« "
b"š\x1F ÿQñOD¯±\x17 3\x1F ¦–‚ "
b"f<âM3¬Aû…/::¤;Œé "
b"‘wr\x18 "í@‰¬î(}\x18 gîu "
b"ÃØ ╝ú;L߬]K ;\x18\e ã "
b"!tÉ\x1F ³`C3°P~ÅUÂòÜ "
b"µDç8á,E\x12 ½],!îµ\x18 ž "
b"x╔Å┘<ÅNr┤m$9d7EÊ "
b"%êL\x05 ›"C\x1E žÈY7#ö¤\x01 "
b"#▀Î[╗ü@áè\x7F xn}JwÐ "
b"°…áßð"Lÿž\x18 BÇ|\x7F ¦- "
b"‚sGá5IJ£®-»\x7F ¿JŒ\x17 "
b"ÈlgÓ\x1D Ý@\r ›Ú”!ù.Ž˜ "
b"f(T"\x04 %J–¤\x18 ýgÞ\x0F *½ "
b"zÍNöŸ(Iÿ‚gÅÓ´ªí` "
b"ײL8`ÜEH€Û€Ž\x14 <þ\r "
b"ý\qæ“\x1A N!¢PÛÌòµÑ; "
b"¥~]\t óôK\x01 ìADô×\x19 â█ "
b"""
ÄÚ°ÉØéHoЏBN\n
ŽäH
"""
b"Z6ô;\x18\x04 I.»Bšö€BîT "
b"}Z;@÷ìB,▒Ú4øÁ╠j║ "
b"“†¥G>žN«—+\f (\x10 ºÂº "
b"±êbŸ )NK»_[†\x1F ‰ig "
b"<ˆôA\x0F ´B¦‡_Ñai“v\e "
b"©‰M%E—M[· ëì5äÕ÷ "
b"s║%ü³@\x10 Ç4t┤\x11 ½ÊS "
b"""
¬Ì\n
Æ_RB\▒0╦aöMì=
"""
b"ÀU²^ryIÙ™«Â°ÎêýÇ "
b"1\x03 ╠±üû@á\x04 ¡╦┐╗Ïe "
b"µ—àƒ”¼D†¯½\x07 8…ã`\x00 "
b"\x13 ASÝ5¶B±§\x0F ª¥\x1C\x11 0y "
b"h¤2Ѓ-A/¤ï½R\x1E 뎅 "
b"""
╣©ÛVÉ\x01 G¶ë0\n
¸qz┤.
"""
b"TÐ├ý╚FMü1t\x12 8èýc "
b"\x13 öñµRJ5¼ÉØç\x13 : ┼ "
b"è\x12 Ý#G0F╝ï#Åɶ┘Ã├ "
b"Ô7úXü*Kê§Üª«¸àƒ” "
b"G,í.+×E(€ñ¤†Ì4ä— "
b"e\x06\e ▓\x10 4C¦ì,\x18 HÎ¥Rç "
b"t®\x0E Z\x10 ƒL'‚̇ñ\x19 ó5 "
b"""
@„\x1F t\n
ºE\t ¬±¸¶X’\x14 5
"""
b"\x1D 2×8\x14 rAÝœ+$¬AÜ”å "
b"8ÆÿÞJ‡M4Ÿ$ZüE¬öP "
b"®0Éûh4J0¸¦CžPˆîø "
b"\t\x1F k\x12 T‘Lh‘•è2\x06 ó…ø "
b"ø¢/\x19\x01 ÉB\x08 ëS\x00\x17 pi\x00\t "
b"[¶vJl\x13 HÚ8¼‘(k$Ò "
b"wÙývsýGЪzQ^GËôý "
b"š\v Ä#°ûA$¨4~dG«\x1E\x08 "
b"U†DcýŒEr§à©ûÖKù· "
b"Î\x15 ”–¶^K•žç\x12 N\x0F –æ¤ "
b"s¸z ³7GײcN€Ae\r \x08 "
b"|·Ä>²€I\x04 ”©ÇF&±Gµ "
b"ı^\x11 x╚£AªòirÅý7B\x1E "
b" o¼=n,D\x06 °=x^¯Ó{Ø "
b"Tß¼¥kÁCmèØ\x1A Øå¤± "
b"w·Ëö[\x10 N\x07 „šçɯÿæ; "
b"ð¢¼▓dMF½║:Î┤jÉê┬ "
b"\:fD\x1D ÜIoäI\r µ·°Éo "
b"Ÿ\x0F ã`†\x11 AÒƒä&°¸*iÒ "
b"÷üJ\v f>M(‚NUfÈ%fœ "
b"/.(\x0E Š\x1C C ‹½?¦¶\x07 *â "
b"¡\x03 òd¨\x12 I~·g\x0F N$áa\x03 "
b"¿u””;MGÚ£7—Ê\x0E Àaâ "
b"~´u2ıíF▒âã\x00 ▀Å\x05 8N "
b"\x13 CØø\x03 VN\x18 │$â¼,hÞ\x7F "
b"µÞ®yö\x17 C<¨(\x1A\x1C /̲¼ "
b"""
™/\n
áúgKª´Pé’B<³9
"""
b"×\x1C Öw²•A\x16 ¾`%¨©p(\x1F "
b"ó U@ GH\x14 ÿZü┘¶¿á\x13 "
b"àã\x07 ÖR…BŽ‹v™\x7F\x13 ,j "
b"›Aøh/¿Fm¸ú¦xBî¤t "
b"×^â░ê-OvÀ\x02 ìxHô/└ "
b"á<Á\x02 {:D.šlÙwºCÁF "
b"!\x7F É\x1A\x7F ├@#ê÷\x16 j\x11 Aº\x1C "
b"\x17 ▀¼$_│M_ØÙ%ı²Ö5Y "
b"┴\f ï«▀ÄD$ÿÝÃ╬\x06 ▀ÏØ "
b"®ð<_Ê=H¦™Êë¯Ä¶\x15 ² "
b"C±ôF\r ÿDNº!¥\t ZM}« "
b"KmŸìh…@9Ÿ›dü-¼¹T "
b"¾*ðp\x13\v L—ˆ\x11 bâG\x00 Š\x14 "
b"Ò¶(ô@HB£Ñ¤/\x16 Àµ\x10 "
b"Ù└Ø┴þóK²Ä)Ó\x04 (³\x06 È "
b"Ì©ìS\x04\e I└æ├b\x13\x18 x\x18 Ê "
b"Y\v :”ʃKü„|3gŠl¦\x1C "
b"•A³F;¡v`B{\x11 N\x12 "
b"á÷‗├¸iK°üä\x14\x03 q\x00 [~ "
b"ÉaÊ╩µa@ç£,äw╩B\x1D\e "
b"\x1F █#ßS·DIù╩R}IWýØ "
b"'-ÌÓ¥─OììÍlo‗£Hg "
b"¸Ia\x7F -ÉKcŽÝ´&ÁvF "
b""Ê$D\x03 ,Hsµ©]‡S\r Ü… "
b"aÙ¬‘¿iHNŠ*iɉCþ1 "
b"~˜\x1D BÆëC4‹VM:9¸ZÂ "
b"Íı¯®RZJü┐ı\x18 í¡ïÿ¿ "
b"_\x10 ^Ó…òEd·ªa§©aIë "
b"²Ç¾çcµBP”ˆ\x12 áwã¬< "
b"▓\x10 hQìÂM\x1F ┤^■═¾\x1A °; "
b"2§nº\x06\x1C JvÉ\x15 ┼+ßÎÏI "
b"Ùíü\x11 ¿░B©öò\x03 À½\x11 ├& "
b"„Ñ\x02 ¤<—D:ª,]\x08 Óõ¢K "
b"îÊ_ì\f 8G^╝¼■H\x0F £ò\x19 "
b"÷Kûp1ÛAÛ«õ;Ó’À\x1F 3 "
b"""
÷\n
Gƒ³ßJðˆ†e$\x10 £®™
"""
b"Ú\r \x03 )©¡B¶¸!Ѱ\e WÏè "
b"»<u„DeMЯB\x01\x03 Y#¿Â "
b"¹─ì{)ı@§ú<íÕ╣\x15 ìã "
b"ÝÞXzS\x14 DØáØP\x00\t .í╗ "
b"l[\x00 ¿Ï\f AõŽÍwA•âD¨ "
b"Yl\x16 E®³\x07 ÿïˆ<èì "
b"`X)ü^ÌEHù║d\e\x05\f kñ "
b"""
²\n
N╔\n
<M·æ▄┐\t ü╦sÆ
"""
b"\e\x07 pŠ¿TNeŠ5E¦‘ªè "
b"Ø┘8\x7F pdEìÄ3mÍìA'D "
b"å*2¾3!B˽çÚSX\x7F œ+ "
b"Û¯¬µä┴JìÆö\x11 S¥Ëô' "
b"m›„ÆÅ\M\x7F ªz—ÉÎéʉ "
b"""
QŠ\\n
+ÒINƒáPú\t ‰‰½
"""
b"""
äU\x17 HÎEJµØ[È┼\n
╝░ú
"""
b"àEÎ)…ãIŸ«fÃä>fˆ– "
b"6U¯d¸<Aª´\x07 ¶C\x1E ãrñ "
b"ª•RÝÿ\x1D N“’\x1A K¢µ¼\x11 1 "
b"""
^))\n
ôJ7‰\x0F à\e ŸÍ©á
"""
b"æ\x12 ïï'†@:¾0m– ÚÜ> "
b"Ùv$ÍÍ©EÿšÈ^\x17 ìvÆ "
b"üî9Q░3N¦¡vÌk4\x0E\x12 ¡ "
b"■6êY\x1C ñLyÅAhW<┬:E "
b"AsƇ²|Hy—ò5ßöKÿ" "
b"ù¦öîéXJ}½*ùX8%•Œ "
b"I╩²┘VÉM┌╝\x7F ▒rÂ*óu "
b"üÜ7èûªKô¨Òåùr8Íà "
b"ÇágÖ¢K\•\x06 úJƒ\e ÜÉ "
b"åîn¤ž•Nº Ðqˆxˆ6û "
b"\x10 É;bͯC»¢|W╔ýd\x08 4 "
b"TsPÜÅ\OZÁ\x0F BÛÉk²â "
b"‚&CÍ_qD-¤—"ÀÉ×Å$ "
b"""
\x1D vg–*¸D®³\n
a\x19 ©\x14\x11 d
"""
b"lÏ>■╝lJÓÅFì\x1F t┌T\x1D "
b"‘Çu\n ¶\x00 L-ê&veÃwÓ "
b"q0Dÿ½Ò@0·\x02\x01 P¤;6s "
b"""
Èæ¦Z)Ç@Ã¥÷YJÛ\x1E \n
²
"""
b"\x1E x\x1F wOQKïîÙMɺ\x11 î\r "
b"µÆÃÍšéFu¦nħŒ¹:ã "
b"0n5gû«C\x06 ‘>äqº “R "
b"\x02 4¢Z¤pBùŒÕÊí>r=) "
b"ý¹ÀU9*F\x06 šÙeÍt\x03 `n "
b"EÜ\f MÇGݨ\x1D\x07 çþÅc "
b"iø–ø=ÎO\x1F ¿,\x00 ) žæ_ "
b"\x03 \x0E ┌)ÒO¯ÉP<!/^▓\x00 "
b"»wQˆRÛB>œJõcyrçä "
b"{\t\x11 ýŒAI䘼óxªD@O "
b"aj\x1A Ëæ=HЯI2]ŠNšâ "
b"^ã¾ÞÓãBräQõü\x11 nþ┌ "
b"t§àÑÈÿDÏž\x08 $é[„ É "
b"µ'9ì2¸JŸ³‘\x13\v 1YÄ? "
b"c¹þeרO‹ŽÙÀÔ\x15 7Ó\x03 "
b"\x19 {\x16 ›RwE‡´LGÂu\x05 ù\x05 "
b"┐&\r z¶_HF╣`ìÉ\x1E g¾╣ "
b"û&ÇÑú™C5·¥æÅµ‚Žª "
b"ؤÆ^-\x14 J›ºv¶wïp?» "
b"˜7ye»¥H¸”J‘á/Äy€ "
b"mà2£¼·Dj‚\x15 2;IÏ1¼ "
b"[!)¤œaLеnpú½f0Q "
b"fu\x02 5¸†Jo¯dÜŒNúÌ< "
b"\x1E ûÌÃÃãG]ü║Õ\x00 ¯?*/ "
b"OgÂ\x1A \r …F‘š%!¾ÆÑç "
b"÷2>²ò~Fá¦ÓŽ3¹Ó\x17 ÷ "
b"ö¢ë¹²C²±@Ž«,\x0F ©E "
b"Ç›7TuFGâ·mv7ƒœf¬ "
b"o\x03 @]\x17 †Eޏ£yc¶Óâ8 "
b"±Pa\x07 6<C"£\x10 üfIsTõ "
b"║~Q_‗ØA└▓Fß\x02 NR╣³ "
b"a?Èÿ%´D²«5\x16 …Õ½\e Ý "
b"K\x03 ã\e CœN[ªŽFÔ?\x18 ÚA "
b"""
.tNÆ}·L\x16 ░ü\n
ƒ\x05 h,.
"""
b"r´ ùžžN¾¹\x11 s–¶\x06 ¡H "
b"┬╚»·ßÆ@kìË\x1A\x08 ´T┌F "
b"\t RàC¤§Ijå¬xì¸cJ< "
b"q\x13\x00 ŸÌ M/¥Ú-]¦`g9 "
b"3Ë=…B¼OHŠÄÒ)\t Þ©Á "
b"–U€Q+•C3²+bŸ\x08 '\x0F T "
b"Þ\x00 ¢aêÏ@bÑ"5Óø\x11 ü¤ "
b"\x1F ËÌExÂG"ü¶f|þ│\x0F 0 "
b"–:ÒóHŸBÂ–ð‰«´Ÿoæ "
b"xÌú\x18\x19 5L\x18 ˆ^\x1E ¿åÒÕø "
b"═&ã\x16 ¡\x19 KvÉ4!└u\x1D :\n "
b"G┘§¡à╬EØ║\x1F ]''ù Ô "
b")”%lO\x0E @¡„g£¡&â "
b"3çµ{+°Lݲ™\x17 v›^\f , "
b"èK(=23E´¦\x1F ĉ\x16\x1D\x02 Ž "
b"ïÕ«S\x1C bAwÅç■7¼ Mö "
b"¯³lŸâcNˆœ©ÏB\x07 BLh "
b"ãík\x02 ï\v @"¢]Eb\x10 P^â "
b"Ÿ\x02 5oLðEq‘å¯üšiÛã "
b"]óe¬Ë$F\x10 °Ïk&ÖØq· "
b"þt\x05 ò0tBL¯åøÝuhžG "
b"\x05 ‰/›w¨I/†\x19 ,\x11 ™»šî "
b"C´»=Ñ\x05 AôŽ´\x14 ¶uñÈÖ "
b"´._þ\x0F ┘I°îØ┬÷ú└\x02\x03 "
b"\x1D û--äSL~Ÿý"»;;\x04 "
b"2‹Ö±Ÿ`D¨¿s¢Kcê—Ú "
b"æ\t @Fé~C\x14 œ5®…{b\x03 É "
b"""
G„1ª\x02 òE‹ŽŸ"A\n
̲Ž
"""
b"–ŒCýjZ@„«2Â\x7F ÊóŸY "
b"J¼›¡7ïFt´GuøzÞ^\x04 "
b">DõdäeBÒªeJ˜1Íý´ "
b"""
\r TtóØvEU°éJ©\n
…ÀÒ
"""
b"Ã\x17\x16 RM»N‡³ }ªH÷\x15 § "
b"Š^\x15 JÿûOÒ²ð\t z‘37o "
b"‰«\e ^¤šK0¿\v |º ‚3 "
b"¯6\x06 À¾\x14 I╔ùß}0Åù$¦ "
b"èUO8¦ôNh“]ö7™ù>] "
b"6T\x06 ¢ŸšA\x1E ½!Œ¹ÆÎy "
b"d0[ëß«IÝ—\x04 ˆÌñãö¾ "
b"3‡\x12 ƒt~B` ‹$y~UÙA "
b"""
{¢\n
9\x1E {@ ‰/78;¼Ïú
"""
b"ÜôÉZk\x03 K`‡€}zåð\x10 4 "
b"‚€²|¤9M>§ÿ"¤‚΄6 "
b"‡Mº'½°L¯¨µNÓîænŽ "
b"ŽYZù½êF(ŠóLë™æ½\x12 "
b"0\x07 Gûz Dr”§’7!OK… "
b"¤£\x19 Ø\x19 ßJ]ƒÏ[Zø`5ý "
b"«º\¾Ç\x18 C4‚–Ze€õuU "
b"\x1C\x07 M\x11\x12 *A┴ì9àäÂR╚Ü "
b"þ¥(®Û—DÒ½|º\x18 mH\x16 v "
b"†gÑ{\t æA=¿\v ¼ÛÒj,š "
b"޵´÷C"M€¿º$‡‰\x11 Ò "
b"ªÒX굪DV·ñ=\t Á«üŽ "
b"éœx¯]çHö™KX·Ç\r “Ì "
b"│\x19 ,ÿ¦ð@\x1E ƒ\x14 ý░\x10 üá┬ "
b"Ð)ý\x1C ›KJ`’e\x0E ͼK#$ "
b"!ÕùNI§MƒˆÓ+ä\f ¡9_ "
b"“~ÄœîSL¸}ª\x05 ˆ½ÑÄ "
b"F\x1E\x13 ^ôXF›·âL;Ža£ó "
b"…8Ñ•`íAQ»°Í\x0F\v ))& "
b"`^Yu{\e HÞŽ/\x15 GjXGÀ "
b"@Å3\x12 vXFÉ¡ÝV\x10 f\x0E ’C "
b"E\x01 Á÷└»C\x02 ê<ä\x00 ɾË× "
b"k\x07 Ô_ƒ\x08 H\x03 •’¢±ø?B\x06 "
b"§ÊØI÷\x02 OÉñ7;ù\v 5Í\e "
b"ww\x04 öämAÎ…Š»¾‹§î@ "
b"%âww>╬A,ÉLÒÌ┐|¬S "
b"iÞú<¤ÒG¤\x19 âé*=£² "
b"PqSãu\x15 @ÿ¹>¤}\x7F Ó'‹ "
b"ªlŒCaBH\x1D †\x1E ;y\x11 ël‘ "
b"K;\x0E ÷Ç™CÙˆfbÈ“Ûåö "
b"§ÐòxbÈMu«A™ð±u\x06 ª "
b",ýϪäœHŽ„Ó\x12 t¯x—; "
b"½Û:Z\x05 ÙO\x08 ·”H†z#²º "
b"#sE\x18 dMS‰1\x00 5‚Ñ\x01 / "
b"«Ûã<#xEÿ│Éè¥ÌóÚ§ "
b"\r ?Ű\\A\x06 í?ae+RiF "
b"lÁ—O8A[ƒ(*Ìe\x08 Vž "
b"""
\x1C {(ì\n
ÉDa‘½i¡Èêò5
"""
b"Aá£ó¤║H\x11 ìæOðßc░\x19 "
b"Ï\x05 ÚÛïÿIø“Ö–kWì.¿ "
b"ÛòJºÅFO#âB`\x15 JhCà "
b"3\r u(†\x05 Cëµ\x10 µJ–Ñ^Û "
b"""
\e\x05\x06 €‚\n
D\x05 †¸’\x1F —\x1E éj
"""
b"kÛºt|êCÉêÙÅì¼xîê "
b"/[G›À,N±²ÿ·x\x10 A(. "
b"ªŸPq{=B|ƒšn¸Ûñµ± "
b"ÙªÅ-£óA0ÄÕ{ª\t z)9 "
b"öÜ\x11 ÃtÇL\x04 •@¬\x01 ï7\x15 ó "
b""ü~3,PLН(\x00 vË\x1F öÆ "
b"2\v <núVB@“náôÏЧZ "
b"3©Ò¬ÆyJ\x13 ¢VÙ)X†ß‰ "
b"G%\x08 ìI¸D\x07 ©\x0F _»}}èÞ "
b"""
D\n
46║\x07 Dìî╔á\]v*¸
"""
b"G\x0F ¼°ôaLÒù┌ÝØ\x01 È┐% "
b"µ»qN²ËFEŽ—\x15 ë݇àV "
b"({ßâ¡ÒAà¯\x1F 6\x02 ŸÖ$– "
b"ýóTèx{Lr³\x15 YÌ\t æå "
b"Aáƒt2\x19 Cp¼Ð\x15 öW¤\x1F ± "
b"¦Ñ€8güD Ÿë["Æ´Ïa "
b"\x07\x12 Å©uáMº®ñ²ºmƒ]ö "
b";│Á{¥<J\x14 ¡\x1A Â.ü╦°\r "
b"¯ù›\f ¬F®ñª±E\x02 x "
b"ý│ÏÍ\x7F =MßÉ▀áñOåAY "
b"\x7F\f é=~\x1C Du’8×+¹E\v\x1C "
b"ùÜ”4`‰Cg¾.¿ƒÖâ\x14 # "
b"w\x12 WËð¦C½œ\x06 ïi[‹¥% "
b"zÕn\x13 ׳D颳ÌHË\x00 /º "
b"ŠˆÆ/‡¤D,°\x19 Ê™w$÷3 "
b"Ñ\r LDÿòO Ÿ'‡~&%Æ€ "
b"\x19 À\x1D hƒ£GW¬£0f7]pM "
b"04B\x02\x1C ·HÅí}Y╦b░\x13 X "
b";¢½eT\x08 G\x01 ¹ê¾ó¹.sã "
b"\x14 ñÌúZ\f M┘êµ¢>-ìOî "
b"Ô®M╚û8FÅØdÁÄ┐cx\x01 "
b"æ\x15 Éì ®I¹íR!\x03 Û▀┌ "
b"Ë4╠\x10\x05 ÜH░ÿÉáÏ^\x03 :Ð "
b"‗9ı\x04 Ö+DÂú+¡ıÅòX> "
b"K¤Nÿ╚ÍDç▒Èç9║Ø«a "
b"¾\r Àãê+F\x01 ²è\x1D\x03\x05 (TD "
b"ÖèR\x16 “nGš¬!™g÷ŽÊ* "
b"§±B¤\x7F {Iq—.\x14 ]\x1A <Qy "
b"?;ÿ÷âÉDöÉ!\x1F O\x02 >pƒ "
b"Òì¦6╝¡AqÁÅH▀dæOw "
b"Mì\x14\x14 ÖÕEn›\r „Þ«o~] "
b"ÂlnfBlOoˆÈl͆µ\x03 „ "
b"7z®ÐÝüLðí░Wi-¡tó "
b"SD‚is\x00 OÄ¥yþt\x08 Ó>ä "
b"Ó\x14 ô\t\x07 KN!ƒo\x19\x14 ðå¢U "
b"k/…e.„KÖ ‚ˆ‘IÈÞ˜ "
b"F1ò┌sbJmüǧDº6+Ð "
b"Ø\x01 ^╠w\x19 D|ò9\x0F ▀!÷¥Ë "
b"³\x14 ¥¿%\x16 M\x17 “}\x05 “e‘" "
b"©ÛÅgTgCsñ\x17 N½‗ÑG\x15 "
b"""
•íðÙÃúOÿ°Â\r \x16 \n
Ý&f
"""
b":íä]‚qF2£–_å;æði "
b")n+ÝkµHغ@¦ó¢\t ¨\x11 "
b")‘\x1F Å®-B\x05 Œ\t ¢ö\x13 »Ä\v "
b"ûÝ\x17 ÔçÎE±¼(>_b‘–ú "
b"ðH^Ò5òN}›{ÈÜqÿn\x03 "
b"\t FNE\x14 7F\t … Y(™Š\x12 g "
b"ùÜu\x1D\x06 A½µ'Âò¯þ/8 "
b"\x11 A┬c\x10\x16 HBÂ3åÔ│üê╝ "
b"áZ\x01 vØÜDyƒ¸w=\x7F\x19 ’A "
b"ÖX†¾×ME>”e\x06\x16 ’ŽWâ "
b"Aá3ü¶tE_Á\e\x11 Äf)/q "
b"æa\x16 ™ñ\x01 Eo‡p]4mnªg "
b"¾£#”&ÃF+›H»ZÃ’ƒ: "
b"▓Å1╩î┌KÊ×4¬\x07 67\x1A ┐ "
b"┴¹C\x00 á_Afì"±Aìñ\x1D ı "
b"\x19 ü\x1A #\x06 ŠD‡šÀVÁ/”£$ "
b"\e s±áCĵ °Õ!˜ß… "
b"g\x14 l{aÅGô«\x14 <\x1C xç\x0E\x1E "
b"¨\x06 ıè-ØA╣¥Wt,]½s- "
b"¸!XÉð°Kg¿£█¬▓Yþ╠ "
b"{/T—±\x1D A‰àH&)ËÔ— "
b"¾┼hT\╗K}│q╗▄¨‗?Ø "
b"""
„\n
ÚŒ\x07 H\x19 ”¦d+¥{}\x19
"""
b"Ú\x13 {"ƒ&G=¬ê{-Ò\x19 |\x04 "
b"""
ëˬG©äB:¾Øê".œ\n
Z
"""
b"€\x18\x05 %¬ÝI‚º\x7F >Œ`hòq "
b"¬8ÐÍa…Kâ—KÂÖ\x0E ±„\x1A "
b"~\x14 L\x7F ¬XL7°«ÆüKÍ=\x05 "
b"A<T\v ý©IÓ®Êù\r w\f %% "
b"1ipÅÀÀIò¬žŒÀË*²þ "
b"-\x15 ÊÌâ*Bî™\x1E Ä\x05 „h&è "
b"ı;ÞñodN0▒5£¿hü\x0E d "
b"RËi\x04 ðmF޳{xbõ³ò\x17 "
b"OsA%TÃL‰–ׇ„\x02 ÆÒh "
b"4c<\x17 ›>IlŽƒ\f !+–ó2 "
b"Ð`–Œ (Nî¬\x19 ßßGÅ\r H "
b"""
¬=‘8VºA\r Ÿ÷\n
‘\x07 Ôh‡
"""
b"""
ÏÊè®V\x15 JåÅ-Q>\v ╣\n
®
"""
b"L\x1C Å\x03\x05 tD|™"r[Ügj– "
b"""
ßåÚõé F¶º\n
Áh_ßÉi
"""
b"þ\x1C ðÈ┘ÂI!Å\r {¬2┌PR "
b"…\x1D\x08 ÕTrG'¤\x0F ħü~˜] "
b"nĬ¼ôÕF'Çp`É\x14 «\e\x08 "
b"e”\x1A ¥\x10 XG/Š”A\f }·»1 "
b"X—ù\x17\x13\x13 NÔ¥-™ã@æwi "
b"!\¦Y›ÁKûšqÏC4×#Ñ "
b"÷¨2Cä;OÀ¿â9¸-\f ì¿ "
b"ï\x04 ýPy±C0º\x01 7úäÉ\x1F p "
b"î\x03 ‡ö„ØLà¬\x08 &Ç]Àõ½ "
b"<\x10 \r uèlEy¡Åß\x11 oÞÞ "
b"½n¥\x16 ¨\e Jm‘š}i#ܶu "
b"uÉx┼ÀQM^┐à½Âª┼.À "
b"""
a!ЧÎ\x0E Eh±\n
ðSyÖdG
"""
b"u!\x00 ‡8±CBœõ¥ù\x19 ŽTR "
b"Tì\x17 ú¶\x06 N\x06 °\x01\x17 ã"š´¯ "
b"ð`òìZ^Mý║%Xú.\x0F 5ö "
b"ØDtJ ¼Eؤ\x02 H´ ╣s "
b"pJ#zÎàHx‘Šó÷²´õ* "
b"¯CîXÏ┼E╝ÅñB┘³┌ì¾ "
b"\ÞSM:\x16 C\v ˜ÇroDà\x08 ñ "
b"’á\x1C [,ZFO‹ÛáQœ\x1F q¤ "
b"ÏÒ\x7F Fß\x00 I╔¥¡aìó\x12 [ê "
b"6Ñ¢©‹ANô³ëRd\x03 Œ·Û "
b"wPn[ƒHOf‚¾\x18 6¼]ñ¨ "
b"j¨þðg\x17 KêÅ▄JAP{òR "
b"_«^§\e KO(Œ\x07\x02 Ë}\x7F 4Ð "
b"\e ÞæÏáQ@¡˜µÕyO$Rÿ "
b"=ù)Ø'ÄH¡ ;Æ¢N÷“? "
b"ßÎ\x0E vÅîE®¢\x04 jëBKÅ« "
b";H\x7F ŸDGN0®\x07 Ó©B*Öt "
b"g\x06 s~\HJ\e ¯Í1ʶ@8à "
b"˜‚\x1F ˆ÷ÈCd·e¸(uÜÊÎ "
b";╗\f ^PÞ@▀Øó-tì▓5\x02 "
b"e;rç™z@@†¥Ht\x1F\x16 Ùè "
b"bÿ÷Ýô=B=•½sȶ6‹< "
b".Õ?6ÀDOG¼4ˆÊç\x11\x1E p "
b"┬>┤o╣;JFÉ>oÅ<\t E? "
b"ïØÓ;\x10 ¼G\x00 ü p \n ═-\x06 "
b"\x7F\t —\x19 ï OÓ¾;Q=æq‚ø "
b"e\x04 Bãd\x13 D–¤\x1A è\x1D ÒùTS "
b"V\x03 ¹%┘³FfÿlM?ZßÉD "
b"rï3\x04 ¢ÅFY¥+i╗7%I\x1C "
b"IjæÂÃÝF°š!®_â%ß` "
b"┬|ÓÉ]SK\x0F Áü¢±¨\x07 `A "
b"N\e •З¤Eï?S1"ÔÒõ "
b"å„3\x1C\x07 ÀA¨ž/~…w/\x01 Ë "
b"ú}"ã—šEØ¿#£ìôw»î "
b"óúÜ™É\x15 HñŸ”ìMáÊÓÕ "
b"bÛ┌█Ä\x01 F└ìº▄║ã<L# "
b"ƒÐ ÈŒ®GW´\x11 D=S09´ "
b"\x1A ‰Æ(ØÃH\…¤H½fÝ1r "
b"sþ\x1A ’ÔUKežµ[k\x13 ašÜ "
b"¤ó‘‹ƒ0F/·\x0F ˜\x7F *=Ì5 "
b"Oùª ˜3J8…iƒÇ›%õ\x19 "
b"Ñ\x13 v»\x01 ÷L_ï8©ï\x12 #ZÅ "
b"ì{9yX█B▒╝ë\x0E :ü9À "
b"9¦_î\x08 øIÁˆä\x1C ʇ†ÃÚ "
b"Ki‰îqIBÌ“f\x11 0ê2Œð "
b"&3S\x04 üœG.ŸÅ‡?„)Ô½ "
b"Ô\x1F ¾\x08 T╩Fìö▓▓aL\v và "
b"Z.õH˜œD\x15 ½ûø„™ÔRã "
b"ìph┴g\x7F Ft»ÒBf ɧ& "
b"¤µ\x06 w±ÈCi¨\x06 'ìj\x00 _\x10 "
b"ÕX½)\x06 ¬G¾ˆtx\v 1b8\x1E "
b"[Eî£\x13 ÙJŸƒiM¯\x16 8\x01 Ú "
b"@¹à\e 'É@ñ´N³§bë\x02 v "
b"Ùæ”‘eÕO¼µ@S^£\x07 ¡\n "
b"\x12 :\x7F ݺ╬H‗á¾6?¸\x06 /Ø "
b"ú”nA€QOq‹¿êÙ\t ÝQ "
b"■ÇnÌW9Loâ@&[\x07 ÅOD "
b"ÊL!█fÔDÉ®▓K¼\x0E ©Oè "
b"ÏQéì\x0F\x08 JVåh¸!¼à£æ "
b"+ã8_ÐYAx·?\x01 ЛÓ`æ "
b"”Æ{\x00 ©ƒE¨˜)g§¦\x1E ¬° "
b"N†\x0E ÏŒ§B3±X+Ž\x08\x06 ~ß "
b"µ*/¹_ÓL¡·w‹,\r ˜— "
b"²\x07 E©˜TJV¡ãa{\x17 Ó\x12\t "
b"gPž±ÚØDiµW®ÕåK+\x14 "
b"’=é^\n –IÑŒ\x00 ‰5è§²\x14 "
b"bâ\x0E NeFë†uK \x1C ®\t\x02 "
b"ÏS•J\x1D "BY‘«sa\x14\x01 DW "
b"\x06 0jêÞ›NQ˜vì¾lQ\x01 † "
b">\x05 "\x18 ÇKAf‡pü¼E±|O "
b"├ØI║\x7F qC«£N¿ìߣ:Z "
b"l‰‹÷èèE1’9'm²|Ø1 "
b"BIJðâ6D\e ¦<øþzzm "
b",êc\x01 ý\x01 Gñ€\t qÄ:,1¡ "
b"ýÙc\x02 Ï'Oöµ\t\x14\x1A µ|#ò "
b"""
µb{\n
r¥Hk•(«À½_å\n
"""
b"\v PúŠÅ%G²žj×Ïf&Ît "
b"5·ô… \x05 OŸ´è4>`ý‘ "
b"┴¼ì├ÞxDB▒\x10 0╬#@ío "
b"+kðÅ═ÙMììi@Êæ[Ï┼ "
b"%0ÛSfˆB\x03 ·Šés%5Zï "
b"HkÖñ\x12 “NMžJ~‘çÝ^\x08 "
b"r\x06\x05\v ÌÕ@!©¸%\x17 oÇ®» "
b"""
9W¶WîÜE\n
ƒ[–G¦=cï
"""
b"õaCz5ÝJh£öÉ9¹ùK\t "
b"║<k5▄\x03 D\x1D ÉYBaaì´Ä "
b"O.FuÐjBЈH\x02\x18\x04 ñŸ "
b"í\x01\x12\x08\x19 ØDõø_Õ╦Ìp\x10 "
b"\x15 Uú)Ö\x10 CÅø3ƒ\x19 Ã[iÿ "
b"2\e BS€xK\x08 žÄƒ£Ç\x05 ¦f "
b"`P¬½sÑK±øÛÉ└<ªeó "
b"\x0E ¬\x15 ÌbYE®ŽÞüguÞEH "
b"«\x15 ‗\x17 s'E\x08 ▒4xƒ\x03\x1D JÅ "
b"ð,iËå2J·ú$&─)ì¸ "
b"ê\x14 ˜Ñ¨\x1A G¿»Ïç¡\x13 tÒw "
b"\x03\x01 €ú*†F“¬¤>£L\x16\x1D Û "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x3934E699690D4AE699F7EBD97835BEEE , 0x4D2EB3C75E8F4AB1B9D24CAB93FD2930 , 0x5198E7957292454297188ACC65311E8D , 0x65BDE1F9DAA443FFACA8A8517E59FB72 , 0x7ED64B4FCD5C4AF4882B50FDD1F0B887 , 0xB17E9F84EA6A44C881C67DECCA292336 , 0x24111B0DFF10478EABE72E7376A25A43 , 0xCA5501E5B0E04FC89D71380660071377 , 0xDDB2B6EAD38B4E3C8679E81C43D563DF , 0xDE772C05F5714AD9B766F77B2CFF9B16 , 0x0ADF33BF11BA4724AFC80F99172EEE04 , 0x5D23A5ED58E843FD90B0D3AE0757F2E1 , 0xAFBBA257BA1444A9B7770D21EBF2BECA , 0x0EF61800764E4FCBBAD920A942B62132 , 0x896EC1380F574E8BA1867CD42B62081C , 0x5B6640481F8E402290115D16FA5CD726 , 0x903B456837FC41C0B448FF9EDD554BD6 , 0x1F7B7E3E43764A1192640D9475FF9637 , 0x9B87CBACEE0447E7B64B556096EF7A10 , 0xCC5F4632DCA0426698BFDB6A335F92BA , 0xB78364BFC1CE4EDB87126CE9B6F2ED50 , 0x997474820AD24976B219FDAC9E2B44CA , 0x9C5A9BA0CE754E8194E9F55E8661E16F , 0x102E454A91BA4229A90D958D13A9365A , 0xB10E108C8E8C45D7ADBBED1A5E4686D9 , 0x104E9BE416FD4DA6A8D1B75B67DAAB03 , 0x2D20DEC3FDD04B4B9AA1F4F68A7922CB , 0xAB47A250D620469FB3EE78CD66BB4C13 , 0xDFCD4AAD72114ECD8A92829B901720B1 , 0x85D53FF5EE5E4063BCB40110829F0E47 , 0x8B084B14428845CF8185280912A3840A , 0xA0C74170AE43404DA0F68EDF31547868 , 0x5309D112C7CA4397A0DAE03772D250E3 , 0xCAD99993E4A24240AF3CB464F15A718B , 0x2B66BAF44EA44E178478DD07A79386DB , 0xA2DFF3E9D81E43D7979EDC970B1207AE , 0x10EC9C34654948C7BC6DB3210A0E86F3 , 0x41750F81C8084123BE13EE4F3B70F4CB , 0x982C9E126D6047C3B3FBA9EAA533E6D5 , 0x35A7CE3AD8DF44239CCF9C6C7C575C59 , 0xA11FFDD0480548FAAB5EA00AFC56DA8A , 0x212F7E6CD1EF4B9484108E87FF9EB920 , 0x006BFB8F4CC3407894304B56158502E8 , 0x069167B162CD4224AC4E6BABB6DF4BAE , 0x02BD36232B0D42E6A959DF79201CDDB3 , 0xA0E2439D026A4930834E428231E7A1BC , 0xAF5D62699A244F95B6B79862699718BD , 0x3B3F9180B17140F4A942EB33E1748B6F , 0x587BADB8F9884DAF8E401F46B7B825B5 , 0xCED44723C137495389609D33CE9433F3 , 0x913F0F8F00B24525BD77924D1E7FAB7E , 0xD2D7C4001AC74B10851EBD356823CFFC , 0xB5435F51D9774103BC132B6831AE43DB , 0xBDBA74BD601D42E0B8925BC7F6995C7F , 0xFE48373D07E64FAD828F84CF843A0F46 , 0x2E71E3885D61487E8CAC3A925D8C3DC0 , 0x327C8D4A8B1B4B1F8C3D29443FBF48FC , 0x3C7CE6C910B94598A0559AC09A631BB8 , 0xDD95D1D2E0C948A789B45A7F0C5F0751 , 0x085E4151D8D147AFB7000A92C5C1D58C , 0x71365C57DFD44B94879F17AD42D662B7 , 0xBD0F74A9F472414293DC1992FDEB01AF , 0x799168AAF46240F5A09A188616BF372A , 0xE0296636A74442479A453CEF3896462E , 0xB37DE28147E04C1DABD6A1DB4A3BB537 , 0x8A20322224D64B1DACCC6C7D149EE926 , 0x5AE570625148462E83422E564BE4C1DF , 0x42FC8211DF254299AB54F0CE9F45C950 , 0xE93E402CE14A49D49F67954DC2A6DB99 , 0x64E083458E9446B9AD3B264F5B78DA6D , 0x072408FC96524929A6A63857461E1FD1 , 0xCD02BBA2636B414EB9542E113411C3ED , 0xF454F0905FBD4672AA53FB31F314E081 , 0xC099BD2747AE44B294E260138A239EE5 , 0x0DD9BF25930D43A08B388FD90F1DDB9D , 0x0FA981C4EFE043438F2DB17E7D0BA30D , 0xAC2338C6FE2643398302AACB46CEC766 , 0x0F94ED928483424191CCB514CB93456C , 0x3B7C78C75C7E410FB4A201BAFD0F8EAC , 0x9F9AA6C42C4E43779324F46A2FC60950 , 0xDB6F5581DDC24261B3B5EBA99D9BEE90 , 0x7794C367D60646DAA5CE9EE0EA692DBF , 0xF78DBF1B45D342CB836E23AB1431D7C0 , 0x98E91C2EA5374AC5B46EBD7EB67831C1 , 0xFF889D2D93F14BF582239374D100D764 , 0xDB190CAFF6A74AA3A728CCE7E3FDE354 , 0x58DD126E9FB049418ADA40D558AC5976 , 0x7614BCB4385E4C0B9AD5B9837547E8C8 , 0xC37E606B8ED149C99EF385DAFD8E3EAA , 0xD1751E51B06F4B5BAC9D1F3F67A5EA47 , 0xDE1E4A36975A4C9690602F33C2CB5BBC , 0x9AD87F89EC6F416D8F7A348C475DF0EC , 0xC096F97622864AB7BC38A2268160D18B , 0x5646559C2000416AA34043BDB5C3D078 , 0x8B8200A0A82B4D25BC469BEB4D24CBB9 , 0x3103418AD86B4FC890E9B49A5FEE32AE , 0x9CC37C144D844976B409C9B10025ADD5 , 0x4136BCB35902492BABE9C8BF46A3F606 , 0x89E2FD698C03486996DE59BE35109CF3 , 0xA963948A78924061BF92429756021F18 , 0xBE49482143F0411ABC7BB31B8004A797 , 0x77AA3223D883498683250D678DE83C94 , 0x8947F61007CA49FDB8E3E9CA63A695AC , 0xB7BC0CD4E6FA4392ACA83F7218981D3C , 0xC95743404FC7492FBE34F199D143B6EF , 0x7C5F521611964DC99747FBB7D639ABDC , 0x9AE0603A274A4ED29A8AE4D491E66907 , 0x611746033C334286BDDB3240B7D1ACDE , 0xDEA1A6D13DC04C46832238C029208846 , 0xC57E0C8CDD234186B583604922BEAF44 , 0x2D8DF6560E4E4E8BA86ECED25FCCA2F2 , 0xD0AF794EECB34EC4881BA1B82696F1AD , 0x0AECA05820584B0D92420A95471C77DB , 0xBD0AFDA9E1C84EB9B1279D00837A8F3B , 0x77EB6914C8CA457996540C215F9C31A5 , 0xFDCCDA61212840A1A115342B815CF043 , 0xF291AAE55C1045079F7D6E2B77466E51 , 0xB5D503BFCD174BC3BB8AE052C8A7CFE0 , 0x45B45DE1CB74469AA8471403099DA3DD , 0x36AB3DAD5A0B47A1BAF82BF6A2F2713E , 0xB61CEA192378439E966176F360BDA500 , 0xE10063AD46EC417A87491FE1FF6412A1 , 0x59418D6C49AD489BB0CB30D41268BCEB , 0x48CF9669F1D74CEFA2528A64BAC7AC39 , 0x957348EE8E1E4E0C9EC53D3376E6DD98 , 0x9996003C6FBC474DA74A0A8CFF0AF030 , 0xD74A7E4849244CA9BC8B4BC1CBEB10DE , 0x2BD8C6FF220E4A14899F2464C531E57E , 0x088B03F4A2394CF3A0C40B8A5098DFDA , 0x4C375E9153AA4DA2BB6AEFC2E3DBA123 , 0xF98C5D3BBC204BE6B8110C13539BB925 , 0x4A63AE78058642E7909A0F14D8F0709A , 0xA1B8E04DD80244768946103423C78BB2 , 0x6D902949DFBC483AA530B37672E2D9C0 , 0xAC34B825CA894366920929CA10A84337 , 0xD9F3EEF7333243CA99A7407FF1F8F67C , 0x82DC42B6407C4FAB94270E11CB37F08C , 0xB57CC58D796C4CBBAC1FA2008234B1EF , 0x6C93EB659DC14570A34A08265A84C563 , 0x79A48DACEAB340C2B9B78D4FC4525D25 , 0x2A32F3104A2D46E4B98180D543E6BE81 , 0x292B63A9F4F74160A05ED2E9855C9A38 , 0x9A2F57F977AC4688AB387652D1E34382 , 0xF0CB172FE23E4FE793B9DD92B22AC053 , 0xBEA645B03BC94B05988C574D907401F0 , 0xBE6C320FF0A74F05A538828A43CFA53F , 0xDD7CCC038C1644F983DBA8338C0434CE , 0x7706EADACFA74073B94D4105BE689F61 , 0xA65843433D5D4D1F8567BADE332B61AD , 0xCC1AD979E27D47D78F8F739E74F9AC14 , 0x194E254606AB4C858E9EC35E37C2EAB2 , 0xDE000CFFFD164648BE04306C1A1354F0 , 0x1B70FEEA534A4EF7BCB1A37D41EA3F97 , 0x111C3991D8064EA890B0A06C0578DE5E , 0x773FC74466B547109491268B5603E477 , 0x6D071A0C2B5449BB86E8FD8169E7E3A9 , 0x7E3D108DAE3F4B7B8AC21B52DFB9DF77 , 0x891907F413D24BD8800B1489A5DA8E04 , 0xF23DF09184AD45E1BA6B2705CC197B91 , 0x5A622877FAD24239BC831DA681952FBE , 0x07660716E2524D66AB9113E1C7EFA3AE , 0x451C85E0E7FF496D9620D2F85CA3CF83 , 0xF97C4E26627E4D9789444E6D46FA0B5D , 0x23863BC93A0241BE9B5F7F92E8AC505A , 0x36667A00C05C49759494F386B883AEAB , 0x25FAB6EE1E0544E088232286E3235A85 , 0xA6DAB1405D704CFC9756F1FB674D26BB , 0x8B51CFC2BA24488E861BFA85370C93BE , 0xB9FBD3A52AB34B749A50DEBC610CA38F , 0x6FD3F3F42A284C3DAF30CD25AC3DE3CE , 0xFCCDA383F13B4C59A5C78DB52F00D84F , 0x4FF5FC01707E448BACF546E730DD5A95 , 0x2B8A4C57E29D408B8E38C70B0BEE3A4E , 0x718D7680E8EE4110A16B17587662034B , 0xBBE07DF8444C479985C49949F1A58286 , 0x57ECB32E1159430796ADF1493F717C36 , 0x57D9805D9B364407864A5443810C7CF0 , 0x46E159AF1ADB470D936867259C01893B , 0xB51322E416234485B4E39F00C7006142 , 0xD092C9B6B919492EA4F7A62DFC8C2E26 , 0xCA40737E27784C4A87F1B5A6E31D4C6E , 0x17EBE0684D55460BA44D8D171AF66B1D , 0x181238E7456C48DFB8D421C7A6ED0D94 , 0xA01FD5CDC13745C68F4210D98F294E2B , 0x05FFF21B48504CE7A66AA02F6AF8E7FF , 0xC85292EA535E4C40807B6A84082411A7 , 0xF46959EA51D74F6B93265867F7A6F824 , 0x20F46580D170402399849BC09549F749 , 0xA624A6A76F0C4CA2BAFFAEDF28760CDE , 0x3F4F2B993F884255A0965DF6B6ECB9C1 , 0x9EB82EE68A5D40B6915B0826A8F120CD , 0x4EF4EAF949774E92BD646B8A05FE2906 , 0x15365622B68140679191D09D88E9DC5A , 0x18362E8770114A08946A8F9647AB1BAC , 0x683CC557E0EA4D498D7F8BF459A03D65 , 0x8A88786DC9394296AC0A46C6053906C2 , 0x3C1E6720455A4F4FA50FC17D8955E939 , 0xB8E36165E9E34D05B9E7859ED08C64BD , 0x7746AEFAC6A94B4A944E133FD0BCFB7D , 0xDE5E2F9EAA214246B4B4D42049FF74F3 , 0xAEDD81E1B9124D1D8F7D4FCD9DEB44E0 , 0x87C21B58ACB54834A07106EA918AE745 , 0x5036062432874B3DBCFDC32B4F0C871A , 0xA1DFBEB614A746478914CC4D20CCF178 , 0xA82B655897FE4C819F87F6CEF655CC6B , 0x4E72C2E742CB4CD6A9CA893CACB302F7 , 0xC0104FC0531344339B7B1DB68175060A , 0xF9C36F11B0AF4B57A0E4642C7F50DDDC , 0x3817B4059DF743C99567EBBA8C2ACAA4 , 0x569FFCD9369F42B1887F3AD43F7E0C6D , 0xEBE491A5A6874B9FB123AB5320546E9B , 0xCCD6F6B544404AFC841AA1EF0A82BFD7 , 0xBD1DE719B38841B1B706365A5772522F , 0x1B3268D212B444F9B77FA67E100F37A8 , 0xB16FDC138E9946159B07585D14C46279 , 0x0800AB2FE61341BF8ADFEA25C5FDD161 , 0x30B54442E5D9409D9A15DBBCE445EECB , 0xCB2358E0791E4E3CA00E9D5D66AE7F78 , 0xA87B8C41A53142E4BA436DD4EED177FB , 0xDE9564BF1A93411595B27E2B468F8C9D , 0x63ED605EC03C4C7481446A7EB561BFB3 , 0xDCBBD92544ED4EEA89C6A2952466FAA4 , 0x1E019FCCA3434836A533A7B9DA01FE52 , 0xFA6A9737F94E47C3A8FE75AAD77503F4 , 0x6440BEE69E104EBD94A832AC3D658DF7 , 0x248D30A34318499C8257543F96C2CF9C , 0x6323DC73A6104DFFA1EA47D5ED37229F , 0xF26DFE56E96347D089DD06BC288FFFF7 , 0x8856B18EC49A42B79B54D594824B3507 , 0x3DD74D8413D740A08F49D10165790D9D , 0x749AA536CD8F418B8A94FE95476F317B , 0xAAF0B58EDC9047E0B6631D4C2E10B3BE , 0xD509D0A790E5415D9D06D55F9B804CD8 , 0xA7D5796FB13145D681AB271DA91A7B1F , 0x7859717DD00541B7A0B9003F7307D5E0 , 0xB17F2DD9B4544F9A89E5DE1983C8CD98 , 0xC1A85BA8CC2445E4BFF1FB983CC27F2C , 0xDF62492149E94D0A8417ABB0D7699EF9 , 0xA4BBDEF4A2594BBF83865A6175616A68 , 0x4C6300A620604A87A24C3C729A2237B6 , 0x404D0FCA9AF64456ADFEBFA65998916B , 0x28948A5BCBA1494FBF40A37EA348A03C , 0xC8B0753DE51041D18D0464E903A50C7D , 0xCC39BFC3EC484EFB83612F3BC182A474 , 0x619C3F2B625240CFA95885802100001A , 0xEC859A0ADDE94CDBB6D1D0DA4A37153A , 0xD871D177C2A44E539C03535517360BAE , 0x7035D7DF8779423084CF66D7221B6D04 , 0x06DB78D5354C458C820B4CD37966D403 , 0x5AD31055F26F4CC7ABB0692705F59D76 , 0x4780DB9AC3A84822868C09B353089474 , 0xC2550995120940EB8F755B135FB71E18 , 0xCB25D7F4A51A4C03971ECC79431246B4 , 0xA2AAB8893E554AFA91EEF46B56F3B97A , 0x247FF9DD8EE64ADDB1326822441DE774 , 0x753EDE2B6C2345BBAFAD6A3E49B10C35 , 0x510F78D86391487B850450F19EA7993D , 0x2B4662698A3F4CD68645B109F10AE968 , 0xCC3FD05F640145CBA006DC5810107CDD , 0x24C05186A9B44CD9887E8131E065770F , 0x244CD42BD2D14E548659E1BAFF17EC3E , 0x9A7064A8E0F349A083B6CBDD105F0E90 , 0x194D7229FF774F5F95EB5195E8B39AC9 , 0xD784ECF70CA4493EA0320BDBA5E7F944 , 0x51A913F9782541B28C2C936DB95EAB14 , 0x5D94D24E055E47BC9198A25911C304A7 , 0xEAE7D03B463845EF8EC16B25F44C5258 , 0xA334BD59D88544F4AA64AD3A3DF22BB6 , 0x8DFF6F69B2F24F4FA7DC6892D95C649C , 0xAEEADC30E8A34EE1AA6C7DB7CC91FEBC , 0xA54B454C665C4835824EE45015016CB0 , 0x3D02C929C569499DAC206D10DD610F28 , 0xECA65BD9843343B29EE5AAEE2FA6C203 , 0x6912200249054EE1A2A0CD946814E815 , 0xA60C9BC9367D494A88CA77D8AAEFC7FE , 0xBFAD9C50D41B439A89E5F351BF1B57F6 , 0x5389F2A6CD774E049CDA848CCC5F6D0A , 0xB70D2D812DEB4B7BBAF4AF2FCAAA0640 , 0x537437AD943B4C27AA4B709720BEE65A , 0xC35EC2C7344544ECBE859A4680E582AE , 0xD85857D5DAEC4C999B14AB8E68D50A97 , 0x0191B6534DCC410E800D276DF5C18C71 , 0xB16B6E9300C34CF9AF4C4B2586685B9B , 0x866E0EA01DF44641BD2CFA4D2D21C55F , 0x6521AA3A06994855B809617974B62EA7 , 0xBE4D9472F9254C2CBB117AB2D0BF22EC , 0x8EBCAAD60B114454B08E127CE7FF2550 , 0xBA821F31F8154898BB986E987C12D74F , 0xED066A3CD1254EF68327E31AC9C8FEEB , 0x2A0687BBBE324E049F0F06977DD3C907 , 0x6A54B845550240278A18BA92B006E763 , 0x2EDD57B9CA1141B6B5C53F8674212BD7 , 0x8B54BB9C92264A8CBF4A256C4E191980 , 0x7354C77901FA444DBB7F2E2EDD529636 , 0x116FCA7002264CDB869104401E0EC2A9 , 0x97E3B5E3B0534BB1A44D78CCC228EB8E , 0x5FB7F7F6A6764B7A980219900F02702D , 0x51EBA3A325EF4801905B073785D63C15 , 0x918E443C8C2840AF92E82899A4E57146 , 0x2D2456B3FA6F40B999DE09DFD0E79AE8 , 0x1BFA32DCC54D4D4E81C1044ED21AA59A , 0xCDF68DCB415D4BB5800072F81FD93BEA , 0xCB149F24CFAE4826AB6496555FCDF294 , 0xE1DE93F44A24432A8F3D4F598F64774C , 0xF3B7CB03D4164854A79B0F1BE2F2CCDF , 0xA2A8D53DDF1A49E8B06052BEBE331E96 , 0x30E222F79FF9424888EE14289046E8DF , 0xB29DA3E5123B454BBE0DF27B4D1C1DA2 , 0x5646F71810E94DCCBC14BB4324E2F862 , 0x8556BBDC56CC4685B49E42099FEB7D2A , 0x209834EC53FE4394BF088C3D6297B796 , 0x626C9F78E9C94F09BA597A9BFA20C937 , 0x95D6798A1CD149269F4A148D41E9FC58 , 0x6A07E3AC5E4D48A9A585D73D15A4D59C , 0xDE92D03D059545939E751FEE839447AE , 0x1468972B76FE44AAAF7143B90CA7C94C , 0xC50E883C286C4F018CD598C804E171F4 , 0xE59AE07034E144D18949EDF3B160D0DF , 0x2428C9C980524C378F8CD7E96B6EF162 , 0x6373516C24B0488FA6880D872C1719E2 , 0xE43F388E349744E9B7C128FD4D9CB260 , 0xA9A9885377C948959189CF22821CBA18 , 0xAC2ADF6C66334356A85808EDD8D16079 , 0x538E7CB82532480EBED155E8D78AD894 , 0x9949E8BA9DAE4AF7A7D5D03EE4588664 , 0xC4546F0068CA42F2B2D9712DC4677910 , 0x3AAC084976C1427792A0396F2E6D3F2F , 0xD9C73F10875F4FEBB3DA17B989CD54F7 , 0x287B5530EE5648ACBD3F1BAD6F66EFB3 , 0x059D1DFF35BF4025BEEE6AB37D594BE2 , 0x411B01D12F4E4C39B4035BD90AFBD536 , 0xDFB763C7827E4100B9E8852CCEDC09AD , 0x4BFEDE04D66E4D9596D574A82A230F14 , 0xB0AAA356A2724DA29737756C5F1E0E8E , 0x96ABB6BC831C49B59AEB3F3EED5FF64A , 0xF19EBF511491469EAF79DC5783BC540B , 0xE1A747CAB69A44BFB035D590157E4620 , 0x21139AF787E740B59308FB1FAEB82B4A , 0xD568E37741694138929265501E80E42D , 0x0F4FBFD7830748C68913BC74580A9875 , 0x20BA309D45374A89BF4C75F5477519CA , 0x19531C4549F14D88BAC93CDEFE4613F8 , 0xEFBB67D7B6DB4D6C9BB75C0E085BDBFE , 0x5302B5520E264695A86A2F85E9971C0B , 0xA3E7AD8EF27945F09BBB67A86BE19A86 , 0xB29F6EF56FC34C17BF267706B408E628 , 0xE8C7BCE909E6461B9C03E85C8D5F048B , 0x0C178F8C462B4D8A96239A0169EBEBAE , 0x8C7185289CB246F38480F8743348EA31 , 0x9A722EA67D8A4D13B166C373DFFC3D86 , 0xB165B780CF734599A7550FF82978C216 , 0x9E82853237554376A30598380797AC3B , 0xD1A2FB12972B402A976944F10A0E6CFE , 0x2228697264FF41D3B046354F652839AE , 0x0E7F173F1E0B4C0FA007A62C3BC76BEA , 0xA9ABFC5093E24E72A9BEB66E30AE0928 , 0xBF9F62DC08434928A4E39ACD6504C694 , 0x25CCDF65FF3A4285A2CF51D27C1E53F3 , 0xD214E8BBBBE04C1AAC89D8114AB61808 , 0x8ED5A72FAA2A406E940C4C3293D7542F , 0xAD34A9CAFBF0418283395ED6427901F3 , 0xFAB5672C27024088962CD0B60AAEED09 , 0xE6C3612FE28D4D8ABE9322F443DF1E62 , 0xDFCC17D4D34D4C5DA39138A31B5CC453 , 0x802F98E1177446FE919642D200FED0AE , 0x86FA1CECC8024E50913319E3ECF05611 , 0x4AB097A9FADA413DB234073AE68CD6D7 , 0xD720D32F0D8045099239449EFD627F55 , 0xC771DCBA5D9946408375B135B69691AD , 0x1C42604D6A874D4CA51F1B2F583B9510 , 0xF8CE514886CE4CF9AE45BD2867596E4B , 0x53FF0C42DDDD43719BDB86B9A9E2A47A , 0x8CAEC44528BC47D780F0D41E82D734C2 , 0x9A27C51B337D42D3B657956597DDB0A2 , 0xD1B21F1A3DFE473A9663A3B7B263DCD8 , 0xB7BCC63D73964A6EAF8FB1A2CC15941F , 0xC299623C65254135BE86365A0466BD39 , 0x60426D71211C4B5A826ED731CB6BDEF2 , 0x8237E2F5C1E446A88F76FE6792EE3B96 , 0xEB4ABC5514E841AC9642E9196170E445 , 0xAD93D995291848399C8B621C223ED70D , 0x245407A5C4864A2DAEF24D8962A249D8 , 0x28B9BC8F3CBF40228218D894759F0435 , 0xD39BF39272354EB3871E57A28D825085 , 0xAD1A910D6E804ADFA22C4D5E8C6A5957 , 0x91FF1BD568904E788F0E198FC5285067 , 0xDB878F7BC6D445FAB6E2642FC2F733F7 , 0x2DCA1301892F45389CB49E92B95D9D1A , 0x4A4561E8B4DF4BC28462A2D357CC6E2F , 0xE10E69185ED84541A35D8BF04A5D1604 , 0x9F96D96DB5F2487F97AA99D5BC3B4CD6 , 0x0B3338AD69154F21921EDD28932F622D , 0x1A25C1F915534AF0B46B29F1F2C828D2 , 0x91513E11120C4C1D9EE6C2B75B4EF3A7 , 0x9A221760960342DAA987345BF31E0463 , 0xB84E391CD2384B2EA19F1AC570A21353 , 0xF9F082A6805E4CD380FA0971C07CA705 , 0x05CC546A99D24BCFAF768A3AB60E204D , 0xED6C5470AE8847FAB0826C009A262455 , 0x0FEEEDE2046140CDA5D08F34BACD99F7 , 0x7095CD2A6F9049889802BD75ACC1B92B , 0x0055D02BE7094023AC1ED30D69CF7FB7 , 0xA8F9C4AA7AAC4D9FA31934164EE5C6DB , 0x6F7346EF008443EF9CAD18E83269CFDE , 0xF00FB44941AA497FBAC57F431ED9A374 , 0x0C8D15AD220F4FE29BB12479AAFBC189 , 0xF5FE5FD123094D1EB4BEE577110E4AAD , 0x93674CCA3617475998AB698B147FFA1C , 0x1E8DD652992C4A318E22D1DC589995A3 , 0xC6F0236516F64A96B19E872CEE278E36 , 0xF066360A7C864F3498977B7238C36C62 , 0x2617E23809364680B8E0BB05F8296126 , 0x60A9B1C390CB446E81E2064852A7E542 , 0x202440D67F9E4BEBB5B6340DAF0C277E , 0xB358E9864D0745A381AB4EC750F47A84 , 0x55D9A7DDB5B24889BADA0CE8947B1FFF , 0x885A567C9DE5409AABB4E395489084AE , 0x37B8F3D3F7EA467BBE213CA8677F5615 , 0x735BC0F85D70406E8AB280396AA9F94F , 0xF19CEC06816B46DBBA8006E359B3E440 , 0x5ED204DFF27946599D85AAEF980E2B76 , 0xF86E825475E64B24A3717E2873A914EC , 0x73FCE7B06A5347A7993A51490C1AB2FA , 0x39F6C62D67EA478CB599F893FFF228AE , 0x403E2D50A57C4217ACA7AFAE0966F685 , 0x4F03C7976D194C15B214EF6F5D254C44 , 0x868782FD340C4E9C9F662471013687D4 , 0xC804B072BCF34A3581D646B433AD1142 , 0x189DD7466F194804896C25236B803057 , 0x8661636C1E584FFDB19D2A2174C53CAD , 0x52497A48C23C482F92ED0B30440724B5 , 0x2B6FA1E2CDA34936A5A723EA16276F9D , 0x6FE756486EE64876B2489263558C10A5 , 0x12C2E1884DAB4C4C8B197AF4E650B001 , 0x28D75B11A25349C88BE6E20B7FAF65AA , 0xE30D727B92824B958A2716B32555A12B , 0x6FCABD28BEBB462299CA707A349ACC8D , 0xD73774001DFB46CDA85B7FBEDE31A0E2 , 0x7BA26DBAEA264042B31FFBED5C9114E6 , 0x8DF4BD9DAAFB4AB792145928C73204A0 , 0x28AD67605D25452DB932809EE564F4F5 , 0x9AAD31D1812048ED8803A0D9FC8131DE , 0xDC243E3F7EC14B34AB198B3E7C38FD38 , 0x5827EEBF43F44D96997EB4F03A3E85F5 , 0x6CBACC6C2407467EAD0D54B6FEC16C87 , 0x4EB13F318858490D86342C4D911F8DC9 , 0xC992F6A3D20C41A792617558D552B1A4 , 0xDF15CF1046D8420D85958EB93C3D4F69 , 0xCAD9E15967EA4BCB8A4DD7BC9F88E72F , 0x08B598CC3ABF43E488F3A8E8231BED6F , 0x54E7439203064991804AC6C0CAE33B63 , 0x681FFAC903EF4EBA87EC6DE8E5D594C7 , 0x89C91002ABFC406FB2C2818BA0B3081B , 0xFEEE45B3B91C42668D6B0B4D53750A6C , 0xAE023F075098484FBF8E6F9279C30ED2 , 0xFC8714226ECF4B5191914C1899B388B4 , 0x21B79038B21F426D82170B8ACBCA81C5 , 0xFB20E80CF5C24865AE74BD394B8E06C8 , 0xF4CBCDDA6E1746FF85536A4DDF475199 , 0xFA11EEA2EA2C4F329BF488473D68AB1B , 0x37F1308BEB4A437F9A0F148367A019E1 , 0x806AEE90FBDB4314A4EA3349AC0228AE , 0x9A1FFF51F14F44AFB117331FA69682A0 , 0x663CE24D33AC41FB852F3A3AA43B8CE9 , 0x9177721822ED4089ACEE287D1867EE75 , 0xC79DFFBCA33B4CE1AA5D4BFF3B181BC6 , 0x2174C91FB3604333B0507EC555C2F2DC , 0xB544E738E12C4512BD5D2C21EEB5189E , 0x78C98FD93C8F4E72B46D2439643745D2 , 0x25EA4C059B22431E9EC8593723F6A401 , 0x23DFD75BBB8140A08A7F786E7D4A77D1 , 0xB085E1DFF0224CFF9E1842C77C7FA62D , 0x827347E135494AA3AE2DBB7FBF4A8C17 , 0xC86C67D31DDD400D9BDA9421F92E8E98 , 0x6628542204254A96A418FD67DE0F2ABD , 0x7ACD4EF69F2849FF8267C5D3B4AAED60 , 0xD7B24C3860DC454880DB808E143CFE0D , 0xFD5C71E6931A4E21A250DBCCF2B5D13B , 0xBE7E5D09A2934B018D4144939E1983DB , 0xC4DAB0C9D8E9486F8AB8424E0A8EE448 , 0x5A36F43B1804492EBB429AF68042EE54 , 0x7D5A3B40F68D422CB1E9349BB5CC6ABA , 0x9386A5473E9E4EAB972B0C2810BAC2BA , 0xB1EA629F20294E4BBB5F5B861F896967 , 0x3C88F4410FB442A6875FD1616993761B , 0xA9894D2545974D5BB720EBEC35E4D5F7 , 0x73F0BA2581FC4010803474B411ABD253 , 0xAADE0A925F52425CB130CB61944D8D3D , 0xC055B25E727949D999ABC2B0CEEAFDC7 , 0x3103CCF1819640F0A004ADCBBFBBD865 , 0xB597E08394BC4486AFBD073885E36000 , 0x134153DD35B642B1A70FAAA51C113079 , 0x68A432D0832D412FA4EFBD521EEB8E85 , 0xB9B8EA56900147F489300AF7717AB42E , 0x54D1F0C3ECC8464D81317412388AEC63 , 0x1394A4E652F04A35AC909D87133AFFC5 , 0x8A12ED23473046BC8B238F90F4D9C7C3 , 0xD437FA58FC2A4BEAA7DCAAABB8E08394 , 0x472CED2E2BD7452880F1A486CC34E497 , 0x65061BB2103443DD8D2C1848D7BE5287 , 0x74AE0E5A10834C2782CC87F119C3B335 , 0x40841F740ABA4509ACB1B8B658921435 , 0x1D32D738147241DD9C2B24AC41DC94E5 , 0x38C6FFDE4A874D349F245AFC45ACF650 , 0xAE30C9FB68344A30B8A6439E5088EEF8 , 0x091F6B1254914C689195E83206F385F8 , 0x9BBD2F19019042088953001770690009 , 0x5BB6764A6C1348DAAD38BC91286B24D2 , 0x77D9FD7673FD47D0AA7A515E47CBF4FD , 0x9A0BC423B0FB4124A8347E6447AB1E08 , 0x55864463FD8C4572A7E0A9FBD64BF9B7 , 0xCE159496B65E4B959EE7124E0F96E6A4 , 0x73B87AA0B33747D7B2634E8041650D08 , 0x7CB7C43EB280490494A9C74626B147B5 , 0xD55E1178C89C41A69569728FEC37421E , 0xA06FBC3D6E2C4406B03D785EAFD37BD8 , 0x54E1ACBE6BB5436D8A9D1A9D86CFF120 , 0x77B7CBF65B104E07849AE7C9AFFFE63B , 0xD0BDACB2644D46ABBA3AD7B46A9088C2 , 0x5C3A66441D9A496F84490DE6FAF8906F , 0x9F0FE360861141D283E426B0B82A69D2 , 0xF7FC4A0B663E4D28824E5566C825669C , 0x2F2E280E8A1C43A08BBD3FA6B6072AE2 , 0xA103F264A812497EB7670F4E24E16103 , 0xBF7594943B4D47DAA33797CA0EC061E2 , 0x7EEF7532D5A146B183C600DF8F05384E , 0x13439D9B03564E18B32483AC2C68E87F , 0xB5DEAE79F617433CA8281A1C2FCCB2BC , 0x992F0AE1FA674BAAB450E992423CB339 , 0xD71CD677B2954116BE6025A8A970281F , 0xA220554020474814985A81D9F4A8A013 , 0xE0E307D65285428E8BAD76997F132C6A , 0x9B41F8682FBF466DB8FAA67842EEA474 , 0x9E5E83B0882D4F76B7028D7848932FC0 , 0xE13CC1027B3A442E9A6CD977BA43C146 , 0x217F901A7FC3402388F6166A1141A71C , 0x17DFAC245FB34D5F9DEB25D5FD993559 , 0xC10C8BAEDF8E442498EDC7CE06DFD89D , 0xAEF03C5FCA3D48A699CAEBAFC4B615B2 , 0x43B1F4460DFF444EBA21A5095A4D7DAB , 0x4B6D9FEC688540399F9B64FC2DBCB954 , 0xBE2AF070130B4C97881162E247008A14 , 0xD2B6AD28F4404842A3D1A42F16C0B510 , 0xEBC09DC1E7A24BFD8E29E00428FC06D4 , 0xDEB88D53041B49C091C36213187818D2 , 0x590B3A94CA834BFC847C33678A6CA61C , 0x95EE84B241B3463BA17660427B114E12 , 0xA0F6F2C3F7694BF88184140371005B7E , 0x9061D2CAE66140879C2C8477CA421D1B , 0x1FDB23E153FA444997CA527D4957EC9D , 0x272DDEE0BEC44F8D8DD66C6FF29C4867 , 0xB849617F2DC94B638EDDB426C17646A0 , 0x22CA2444032C4873B5A95D87530DDC85 , 0x61D9AC91BF69484E8A2A69C98943FE31 , 0x7E981D42C6EB43348B564D3A39B85AC2 , 0xD6D5EEA9525A4A81BFD518A1AD8B98A8 , 0x5F105ED385F24564B7AA61A7A96149EB , 0xB2C7BEE763B54250948812E177E3AC3C , 0xB21068518DB64D1FB45EFECDF31AF83B , 0x32F56EA7061C4A769015C52BE1D7D849 , 0xEBA18111A8B042B8949503B7AB11C326 , 0x84D102A43C97443AAA2C5D08D3F5A24B , 0x8CD25F8D0C38475EBCACFE480F9C9519 , 0xF74BFB7031DB41DBABF53BD392C01F33 , 0xF70A4783B3DF4AF08886652410A3AE99 , 0xDA0D0329A9A142B6B821D1B01B57CFE8 , 0xBB3C758444654DD0AF4201035923BFC2 , 0xFBC48D7B29D540F5A33CA1E5B9158DC6 , 0xEDE8587A5314449DA09D5000092EA1BB , 0x6C5B00BFCF0C41F58ECD774195E244A8 , 0xEF828E596C1645AEB307FFEF883CE8EC , 0x605829815EDE454897BA641B050C6BA4 , 0xFD0A4EC90A3C4DFA91DCBF0981CB7392 , 0x1B07708ABF544E658A3545A691AAE820 , 0x9DD9387F7064458D8E336DD68D412744 , 0xE52A32BE332142CBBDE7DA53587F9C2B , 0xEAEEAAE684C14A8D92941153BED39327 , 0x6D9B84C6C55C4D7FAA7A97C9CEE9CA89 , 0x518A5C0A2BD2494E83E150FA098989BD , 0x84551748D7454AE69D5BD4C50ABCB0A3 , 0xE045CE2985E3499FAB66C3E43E668896 , 0x3655AF64B83C41AAB407B6431EE372F1 , 0xAA9552DDFF1D4E93921A4BA2B5BC1131 , 0x5E29290AA0F44A37890FE01B9FCDA9E1 , 0xE612EFEF2786403ABE306D96A0DADC3E , 0xD97624CDCDA945FF9AC85E17ADEC76C6 , 0x818C3951B0334EDDAD76DE6B340E12AD , 0xFE3688591CA44C798F4168573CC23A45 , 0x4173C687B27C487997F235DFF64BFF22 , 0xF9A6F6EEE9584A7DBD2AF9583825958C , 0x49CAFDD956904DDABC7FB172B62AA275 , 0xFCDC37E8FBAA4BF4A8D2E5F97238CDE0 , 0xC7E1AD67D6A24B5C9506FA4A831BDCC9 , 0xE5EE6EA49E954EBAA0D07188788836FB , 0x10903B62D6EE43AFBD7C57C9EC640834 , 0x5473509A8F5C4F5AB50F42EA906BFD83 , 0x822643CD5F71442DA49722C0C9D7C524 , 0x1D7667962AB844AEB30A6119A9141164 , 0x6CD83EFEBC6C4AE08F468D1F74DA541D , 0x91C7750AB6004C2DADEA267665C377D3 , 0x713044FFBDD24030B7020150A43B3673 , 0xC8E6A65A29C740C3A5F7594ADB1E0AB2 , 0x1E781F774F514B8B8CEB4D90A7118C0D , 0xB5C6C3CD9AE94675A66EC4A78CB93AE3 , 0x306E3567FBAB4306913EE471BA209352 , 0x0234A25AA47042F98CD5CAED3E723D29 , 0xFDB9C055392A46069AD965CD7403606E , 0xAD45DC0C4DC747DDA81D0720E7FEC563 , 0x69F896F83DCE4F1FBF2C0029209EE65F , 0x03FF0EDA29E34FEE90503C212F5EB200 , 0xBB77518852DB423E9C4AF5637972E7E4 , 0x7B0911FD8C4149E498BCF378AA44404F , 0x616A1ACBE63D48D0AF49325D8A4E9AE2 , 0x5EC6F3E8E0C642728451E481116EE7DA , 0x74A7E0D1C8FF44CF9E0824E95B8420C9 , 0xB52739EC32B84A9FB391130B3159C43F , 0x63B9FE65D7A84F8B8ED9C0D41537D303 , 0x197B169B52774587B44C47C27505F905 , 0xBF260D7AF45F4846B9608D901E67F3B9 , 0xFB26C7D1FA994335B7A5E6C5B5828EAA , 0xD8A4C65E2D144A9BBA76B677EF703FBB , 0x98377965BBA548B8944A91E12FC47980 , 0x6DE032A3BCB7446A8215323B49CF31BC , 0x5B2129A49C614CD0B56E70FABD663051 , 0x66750235B8864A6FAF64DC8C4EFACC3C , 0x1E96DEC7C7C6475D81BAE500EE3F2A2F , 0x4F67C21A0D8546AD919A2521BEC6D1E7 , 0xF7323EB2F27E46E1A6D38E33B9D317F7 , 0xF6A2EBB9ADB243B2B1408EAB2C0FA945 , 0xC79B3754754647E2B76D7637839C66AC , 0x6F03405D1786458EB8A37963B6D3E238 , 0xF1506107363C43229C108166497354E4 , 0xBA7E515FF29D41C0B246E1024E52B9FC , 0x613FC8FF25B444B2AB351685D5BD1BDD , 0x4B03E31B439C4E5BAA8E46D43F18DA41 , 0x2E744E927DFA4C16B0810A9F05682C2E , 0x72B4A0F99E9E4EBEB9117396B606A148 , 0xC2C8AFFAE192406B8DD31A08EF54DA46 , 0x09528543CFF5496A86AA788DF7634A3C , 0x7113009FCCA04D2FA5DA2D5DA6606739 , 0x33CB3D8542BC4F488AC4D22909DEA9C1 , 0x965580512B954333B22B629F08270F54 , 0xE800BD6188D84062A52235E09B1181CF , 0x1FD3DE4578B6472281F4667CE7B30F30 , 0x963AD2F3489F42C296F089ABB49F6FE6 , 0x78CCFA1819354C18885E1EBFE5D2D5F8 , 0xCD26C616AD194B76903421C0751D3A0A , 0x47D9F5AD85CE459DBA1F5D27279720E2 , 0x2994256C4F0E40C2A184AD67A3A126E2 , 0x33E7B57B2BB04CDDB29917769B5E0C2C , 0xE84B283D323345B4A61FC489161D028E , 0x8BE5AE531C6241778F87FE37AC204D94 , 0xAFB36C9FE2634E889CA9CF4207424C68 , 0xE3ED6B02EF0B4022A25D456210505EE2 , 0x9F02356F4CF0457191E5AFFC9A69DBE3 , 0x5DF365ACCB244610B0CF6B26D6D871B7 , 0xFE7405F23074424CAFE5F8DD75689E47 , 0x05892F9B77A8492F86192C1199BB9AEE , 0x43B4BB3DD10541F48EB414B675F1C8D6 , 0xEF2E5FE70FD949F88C9DC2F6A3C00203 , 0x1DFB2D2DE4534C7E9FFD22ADBB3B3B04 , 0x328BD6B19F6044A8BF73A24B63EA97DA , 0xE6094046E97E43149C35AE857B6203C9 , 0x478431AA02F2458B8E9F22410ACCB28E , 0x968C43FD6A5A4084AB32C27FCAF39F59 , 0x4ABC9BA137EF4674B44775F87ADE5E04 , 0x3E44F564E46542D2AA654A9831CDFDB4 , 0x0D5474F3D8764555B0E94AA90A85C0D2 , 0xC31716524DBB4E87B3A07DAA48F715A7 , 0x8A5E154AFFFB4FD2B2F0097A9133376F , 0x89AB1B5EA49A4B30ADBF0B7CBAA08233 , 0xEE3606B7F31449C997E17D308F9724DD , 0xE8554F38A6F44E68935DF63799F93E5D , 0x365406A29F9A411EBD218CB9C6CE79C2 , 0x64305BEBDFAB49DD970488CCF1E3F6BE , 0x33871283747E4260A08B24797E55D941 , 0x7BA20A391E7B4020892F37383BBCCFFA , 0xDCF4C95A6B034B6087807D7AE5F01034 , 0x8280B27CA4394D3EA7FF22A482CE8436 , 0x874DBA27BDB04CAFA8B54ED3EEE66E8E , 0x8E595AF9BDEA46288AF34CEB99E6BD12 , 0x300747FB7AA0447294A79237214F4B85 , 0xA4A319D819DF4A5D83CF5B5AF86035FD , 0xABBA5CBEC718433482965A6580F57555 , 0x1C074D11122A41C18D398584B652C89A , 0xFEA528AEDB9744D2BD7CBA186D481676 , 0x8667D17B09E6413DBF0BBCDBD26A2C9A , 0x8EB5B4F743224D80BFBA24878911D2A0 , 0xAAD258EAB5AA4456B7F13D09C1ABFC8E , 0xE99C78AF5DE748F6994B58B7C70D93CC , 0xB3192C98DDD0401E9F14ECB01081A0C2 , 0xD029FD1C9B4B4A6092650ECDBC4B2324 , 0x21D5F94E49A74D8388D32BE40CA1395F , 0x937EC49CEE534CADB87DAA0588BDD1C4 , 0x461E135EF458469BB7E24C3B8E61A3F3 , 0x8538D19560ED4151BBB0CD0F0B292926 , 0x605E59757B1B48DE8E2F15476A5847C0 , 0x40C53312765846C9A1DD5610660E9243 , 0x4501B5F6C0AF4302883C840090F3D39E , 0x6B07D45F830848039592A2B1F83F4206 , 0xF5D29D49F6024F90A4373B970B35D61B , 0x777704F6E46D41CE858ABBBE8BA7EE40 , 0x258377773ECE412C904CE3DEBF7CAA53 , 0x69DEFA3CA4D247ADA419E2E92A3DA3B2 , 0x507153E3751540FFB93EA47D7FD3278B , 0xAA6C8C436142481D861E3B7911EB6C91 , 0x4B3B0EF7C79943D9886662C893DBE5F6 , 0xA7D0F27862C84D75AB4199F0B17506AA , 0x2CFDCFAAE49C488E84D31274AF78973B , 0xBDDB3A5A05D94F08B79448867A23B2BA , 0x23AD734518644D538931003582D1012F , 0xAEEAC63C23784598B3908ABEDEA2E9F5 , 0x0D3F8FF85C5C4106A13F61652B526946 , 0x6CC197AD4F38415B83282ACC6508569E , 0x1C7B28EC0AC9446191BD69A1C8EAF235 , 0x41A09CA2CFBA48118D914FD0E163B019 , 0xCF05DADBEFFF49F893D6966B57EC2EBF , 0xEA954AA78F464F23834260154A684385 , 0x330D7528860543EBB510B54A96D15EDB , 0x1B050680820A440586B8921F971EE96A , 0x6BEAA7747C88439088EB8F8DAC788C88 , 0x2F5B479BC02C4EB1B2FFB7781041282E , 0xAA9F50717B3D427C839A6EB8DBF1B5B1 , 0xEBA68F2D9CA241308EE57BA6097A2939 , 0xF6DC11C374C74C049540AC01EF3715F3 , 0x22FC7E332C504C8AAF280076CB1FF6C6 , 0x320B3C6EFA564240936EE1F4CFD0A75A , 0x33A9D2ACC6794A13A256D9295886DF89 , 0x472508EC49B84407A90F5FBB7D7DE8DE , 0x440A3436BA07448D8CC9A05C5D762AF7 , 0x470FACF893614CE397DAED9D01D4BF25 , 0xB5BB714EB2CB46458E9715EBDD87E056 , 0x287BDFE2A1D241E0AF1F36029FD62496 , 0xFDF354E8787B4C72B3152059CC09E6E5 , 0x41E1837432194370BCD015F657A41FB1 , 0xA6D1803867FC44209FEB5B22C6B4CF61 , 0x0712C5A975E14DBAAEF1B2BA6D835DF6 , 0x3BB3B57BBE3C4A14AD1AB62E81CBF80D , 0xAFF99B0CA0AC46AEADF1ADAAB1450278 , 0xECB3D8D67F3D4DE190DFA0A44F864159 , 0x7F0CE93D7E1C44759238D72BB9450B1C , 0xF9DC943460894367BE2EBF83D6E21423 , 0x771257CBF0A643BD9C06EF695B8BA525 , 0x7AD56E13D7B344E9A2B3CC48CB002FBA , 0x8A88C62F87A4442CB019CA997724F733 , 0xD10D4C44FFF24F209F27877E2625C680 , 0x19C01D6883A34757ACA33066375D704D , 0x303442021CFA488FA17D59CB62B01358 , 0x3BA2BD6554084701B9EABEF3B92E73E3 , 0x14A4DEA35A0C4DD988E6BD3E2D8D4F8C , 0xE2A94DC89638468F9D64B58EBF637801 , 0x9115908D20A949FBA1522103EADFDAF0 , 0xD334CC10059A48B09890A0D85E033AD1 , 0xF239D504992B44B6A32BADD58F95583E , 0x4BCF4E98C8D64487B1D48739BA9DAE61 , 0xBE0DC0E3EA2B4601B2E81D0305285444 , 0xD6E85216936E479AAC219967F78ECA2A , 0xA7B142A47F7B4971972E145D1A3C5179 , 0x3F3B98F68390449490211F4F023E709F , 0xE38DDD36BCAD4171B58F48DF64914F77 , 0x4DEC1414D6D5456E9B0D84DEAB6F7E5D , 0xC26C6E66426C4F6F88C86CCD86B50384 , 0x377AA9D1ED814CD0A1B057692DAD74A2 , 0x5344826973004FC4A579FE7408D33EE4 , 0xD314F409074B4E21836F1914F0E5A255 , 0x6B2F85652E844BD6A082889149C8DE98 , 0x463195DA73624A6D8180F544A7362BD1 , 0x9D015ECC7719447C95390FDF21F6BED3 , 0xB314A5BF25164D17937D052093659122 , 0xB8EA8F6754674373A4174EABF2A54715 , 0x95EDF0D9C3FA4FFFB0C20D160ADD2666 , 0x3AEDE45D82714632A3965FE53BE6F069 , 0x296E2BED6BE6489DA740DDA2BD09F911 , 0x29911FC5AE2D42058C09A2F613BBC40B , 0xFBDD17D4E7CE45B1BC283E5F629196FA , 0xF0485ED235F24E7D9B7BC8DC71FF6E03 , 0x09464E451437460985205928998A1267 , 0xF9C39C751D0641BDB527C2F2AFFE2F38 , 0x1141C26310164842B63386E2B38188BC , 0xE15A0176D8DC447983B8773D7F199241 , 0xD65886BED74D453E94650616928E57E2 , 0x41A03381F474455FB51B118E66292F71 , 0xE6611699F101456F87705D346D6EAA67 , 0xBEA3239426C3462B9B48BB5AC392833A , 0xB28F31CA8CDA4BD29E34AA0736371ABF , 0xC1FB4300A05F41668D22F1418DA41DD5 , 0x19FC1A23068A44879AC056C12F94A324 , 0x1BEFBD93B1E143C4B5A0B0D52198DF85 , 0x67146C7B61C547F4AB143C1C78E70E1E , 0xF906D58A2D9D41B9BE57742C5DAB732D , 0xF7215890D0F84B67A89CDBAAB259E7CC , 0x7B2F5497B11D4189ADE0482629CBD497 , 0xF3C568545CBB4B7DB371BBDCF9F23F9D , 0xA0840ADA8C07481994A6642BA57B7D19 , 0xDA137B228326473DACEA7B2DD2197C04 , 0xEBCBAC47A9E4423ABED8EA222E9C0A5A , 0x80180525ACDD4982BA7F3E8C6068F271 , 0xAC38D0CD61854BE2974BC2D60EB1841A , 0x7E144C7FAC584C37B0ABC6FC4BCD3D05 , 0x413C540BFDA949D3AECAF90D770C2525 , 0x316970C5C0C049F2AC9E8CC0CB2AB2FE , 0x2D15CACCE22A42EE991EC405846826E8 , 0xD53BE8A46F644E30B1359CA868810E64 , 0x52CB6904F06D468EB37B7862F5B3F217 , 0x4F73412554C34C8996D7878402C6D268 , 0x34633C179B3E496C8E830C212B96F332 , 0xD060968C20284EEEAC19DFDF47C50D48 , 0xAC3D913856BA410D9FF70A9107D46887 , 0xD8D28AA956154A868F2D513E0BB90AA9 , 0x4C1CC5030574447C9922725BDC676A96 , 0xE186E9E4822046F4A70AB5685FE19069 , 0xE71CD0D4D9B649218F0D7BAA32DA5052 , 0x851D08D554724727A40FC4A7FC7E985D , 0x6E8EAAAC93E546278070609014AE1B08 , 0x65941AA51058472F8A94410C7DB7BB31 , 0x5897F91713134ED4A52D99E340E67769 , 0x215CA6599BC14BFB9A71CF4334D723D1 , 0xF6F93243843B4FB7A88339F72D0C8DA8 , 0xEF04FD5079B14330BA0137FAE4C91F70 , 0xEE0387F684D84CE0AC0826C75DC0F5BD , 0x3C100D75E86C4579A1C5DF11A06FDEDE , 0xBD6EA516A81B4A6D919A7D6923DCB675 , 0x759078C5B7514D5EBF85ABB6A6C52EB7 , 0x6121D0A7CE0E4568B10AF05379D66447 , 0x7521008738B143429CF5A5F9198E5452 , 0x54EC17FAB6064E06B00117E3229AB4AF , 0xD060958D5A5E4DECBA2558A32E0F3594 , 0x9D44744A20AC45F09DCF0248EFFFB973 , 0x704A237ACEE04878918AF3F7B2B4F52A , 0xEE438C58D8C545BC8FA442D9FCDA8DF3 , 0x5CDE534D3A16430B98C7726F44E008F1 , 0x92E11C5B2C5A464F8BDBE1519C1F71A4 , 0xD8E37F46E10049C9BEAD618DA2125B88 , 0x36D1A2A98B414EF4B3EB5264038CB7DB , 0x77506E5B83484F6682BE1836BC5DF1A8 , 0x6AF9E7D067174B888FDC4A41507B9552 , 0x5FAB5EA71B4B4F288C0702CB7D7F34D0 , 0x1BDEE6CFE15140A198B5D5794F2452FF , 0x3DF929D827C448A1A03BC6A24EF7933F , 0xE1D70E768F8C45A9BD046A89424B8FAE , 0x3B487F9F44474E30AE07D3A9422AD674 , 0x6706737E5C484A1BAFCD31CAB64038C3 , 0x98821F88F7C84364B765B82875DCCACE , 0x3BBB0C5E50E840DF9DA22D748DB23502 , 0x653B72E7997A404086A548741F16D9E8 , 0x62FFF7DDF43D423D95BD73C8B6368B3C , 0x2ED53F36C0444F47BC3488CAE7111E70 , 0xC23EB46FB93B4A46903E6F8F3C09453F , 0x8B9DE03B10AC4700812070FF0ACD2D06 , 0x7F099719EF204FD3BE3B513DE67182F8 , 0x650442E364134496A41AE81DD2F95453 , 0x5603FB25D9FC4666986C4D3F5AE19044 , 0x728B3304BD8F4659BE2B69BB3725491C , 0x496AE6C2C3DD46B09A21AE5FE225DF60 , 0xC27CE0905D534B0FB581BDF1F9076041 , 0x4E1B95D097A445EFAD3F533122D4D2F5 , 0xE584331C07C041A89E2F7E85772F01CB , 0xFA7D22E3979A45D8BF23A3ECF477BBEE , 0xF3FADC99C91548F19F94EC4DE1CAD3D5 , 0x62EADADB8E0146C08DA7DCBAC63C4C23 , 0x83D020C88CAE4757B411443D533039B4 , 0x1A89C628D8C3485C85A448BD66DD3172 , 0x73FE1A92D4554B659EB55B6B13619ADC , 0xA4F3918B8330462FB70F987F2A3DCC35 , 0x4FF9AA2098334A38856983C79B25F519 , 0xA51376AF01F64C5F8B38B88B12235A8F , 0x8D7B397958DB42B1BC890E3A8139B7FF , 0x39A65FEE08F849C188E41CCA8786C3DA , 0x4B6989EE714942CC93661130EA328CF0 , 0x26335304FC9C472E9FC5873F8429D4BD , 0xE21FF30854CA468D94B2B2614C0B7685 , 0x5A2EF548989C4415BDFBF88499D452E3 , 0x8D7068C1677F4674AFE34266FF90F526 , 0xA4B50677B1C84369A80627EC6A005F10 , 0xD558BD2906AC47BE8874780B3162381E , 0x5B45EEA313D94A9F83694DAF163801DA , 0x40B9E01B27C940F1B44EB3A762EB0276 , 0xD9E6949165D54FBCB540535EA307A10A , 0x123A7FEDA7CE48F2A0F3363FF7062F9D , 0xFA946E4180514F718BBFEAD909DD51AD , 0xFE806EDE57394C6F8340265B078F4F44 , 0xD24C21DB66E24490A9B24BAC0EB84F8A , 0xD851828D0F084A568668F721AC859C91 , 0x2BE3385FD0594178B73F01D09BD360E6 , 0x94C67B00A98345A8982967A7A61EACB0 , 0x4E860ECF8CA74233B1582B8E08067EDF , 0xB52A2FB95FD34CA1B7778B2C0D9897A0 , 0xB20745A998544A56A1E3617B17D31209 , 0x67509EB1DAD84469B557AED5E54B2B14 , 0x923DE95E0A9649D18C008935E8A7B214 , 0x62E20E204E6546EB86754B201CAE0902 , 0xCF53954A1D22425991AB736114014457 , 0x06306AEADE9B4E519876ECBE6C510186 , 0x3E052218C74B41668770FCBC45B17C4F , 0xC39D49BA7F7143AE9C4EA88DE19C3A5A , 0x6C898BF7E8E845319239276DB27CD831 , 0x42494AF0E236441BA63CF8ADFE7A7A6D , 0x2CEA6301FD0147F1800971C43A2C31A1 , 0xFDD96302CF274FF6B509141AB57C23F2 , 0xB5627B0A72A5486B9528ABC0BD5FE50A , 0x0B50FA8AC52547B29E6AD7CF6626CE74 , 0x35B7F48520054F9FADB4E8343E60FD91 , 0xC1AC8DC3E8784442B11030CE2340A16F , 0x2B6BD08FCDEB4D8D8D6940D2915BD8C5 , 0x2530DB5366884203B78AE97325355AEF , 0x486BD6F112934E4D9E4A7E91E7DD5E08 , 0x7206050BCCD54021A9B825176FC7AEBB , 0x3957B657EEDC450A835B9647A63D63EF , 0xF561437A35DD4A68A3F6C939B9F94B09 , 0xBA3C6B35DC03441D90594261618DEF8E , 0x4F2E4675D06A42D08848021804F1AD9F , 0xA1011208199D44E49BF05FE5CBDE7010 , 0x1555A3299910438F9B339F19C75B6998 , 0x321B425380784B089EC483A3C705A666 , 0x6050AAAB73A54BF19BEA90C03CA665A2 , 0x0EAC15CC625945AE8EDEFC6775DE4548 , 0xAE15F21773274508B134789F031D4A8F , 0xD02C69D386324AFAA32426C4298DB6F7 , 0xEA1498D1A81A47BFBBCFE7A11374D277 , 0x030180FA2A864693ACA43EA34C161DDB )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
80
1.40 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x00 UÐ+ç\t @#¬\x1E Ó\r iÏ\x7F · "
b"\x08\x00 «/æ\x13 A¿Šßê%ÅýÑa "
b"\r ┘┐%ô\r Cáï8Å┘\x0F\x1D █Ø "
b"\x0E ö\x18\x00 vNO˺٠©B¶!2 "
b"$\x11\e \r ÿ\x10 GŽ«ç.sv¢ZC "
b"%0ÛSfˆB\x03 ·Šés%5Zï "
b"1\x03 AèÏkO╚ÉÚ┤Ü_¯2« "
b"2|ìJï\e K\x1F î=)D?┐H³ "
b"5§Î:ØßD#œÏœl|W\Y "
b"94æ™i\r Jæ™÷ëÙx5¾î "
b"AsƇ²|Hy—ò5ßöKÿ" "
b"HÏ–iñ×Lï¢RŠdºÇ¬9 "
b"M.│Ã^ÅJ▒╣ÊL½ô²)0 "
b"OgÂ\x1A \r …F‘š%!¾ÆÑç "
b"RËi\x04 ðmF޳{xbõ³ò\x17 "
b"[f@H\x1F Ä@"É\x11 ]\x16 ·\Î& "
b"`Bmq!\x1C KZ‚n×1ËkÞò "
b"a\x17 F\x03 <3B†½Û2@·Ñ¬Þ "
b"iø–ø=ÎO\x1F ¿,\x00 ) žæ_ "
b"uÉx┼ÀQM^┐à½Âª┼.À "
b"v\x14 ¼´8^L\v šÕ¹ƒuGèÈ "
b"|_R\x16\x11 –MÉ—Gû·Ö9«Ü "
b"Çj¯É¹█C\x14 ñÛ3I¼\x02 (« "
b"‚ÜB¶@|O«”'\x0E\x11 Ë7ðŒ "
b"ˆV±ŽÄšB·›TÕ”‚K5\x07 "
b"‰Gö\x10\x07 ÊIý¸ãéÊc¦•¬ "
b"ï\x08 K\x14 BêE¤üà(\t\x12 úä\n "
b"˜,ž\x12 m`Góû©ê¥3æÕ "
b"˜é\x1C .¥7JÅ´n½~¶x1Á "
b"×^â░ê-OvÀ\x02 ìxHô/└ "
b"Ÿš¦Ä,NCw“$ôj/Æ\t P "
b"¡¸àMØ\x02 Dv‰F\x10 4#Ç‹² "
b"£4½YØ…Dôªd:=ò+¶ "
b"¥KELf\H5‚NäP\x15\x01 l° "
b"¬4¸%ʉCf’\t )Ê\x10 ¨C7 "
b"®ð<_Ê=H¦™Êë¯Ä¶\x15 ² "
b"°…áßð"Lÿž\x18 BÇ|\x7F ¦- "
b"▒~ƒäÛjD╚üã}ý╩)#6 "
b"µ'9ì2¸JŸ³‘\x13\v 1YÄ? "
b"»à}øDLG™…Ä™Iñ¥‚† "
b"┐&\r z¶_HF╣`ìÉ\x1E g¾╣ "
b"ÀU²^ryIÙ™«Â°ÎêýÇ "
b"ÈR’êS^L@€{j„\x08 $\x11 § "
b"Ì_F2Ü Bf˜¿Ûj3_’º "
b"Î\x15 ”–¶^K•žç\x12 N\x0F –æ¤ "
b"ЯyNì³NĈ\e ¡¸&–ñ "
b"Ò\x14 è»»àL\x1A ¬‰Ø\x11 J¶\x18\x08 "
b"""
ßåÚõé F¶º\n
Áh_ßÉi
"""
b"èK(=23E´¦\x1F ĉ\x16\x1D\x02 Ž "
b"ÞÃ╝Ú\t µF\e £\x03 Þ\ì_\x04 ï "
b"é>@,áJIÔŸg•M¦ۙ "
b"Ùíü\x11 ¿░B©öò\x03 À½\x11 ├& "
b"í\x06 j<Ñ%Nöƒ'ã\x1A ÉÈþë "
b"‗m■VÚcGðë¦\x06 ╝(Å ¸ "
b"ö¢ë¹²C²±@Ž«,\x0F ©E "
b"¸ì┐\e EËB╦ân#½\x14 1Î└ "
b"ùŒ];¼ Kæ¸\x11\f\x13 S›¹% "
b"■ÇnÌW9Loâ@&[\x07 ÅOD "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name` as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description` as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position` as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields` as `property_group_option.group.customFields` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . `property_group_id` ,
`property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation` . `language_id` = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (0x0055D02BE7094023AC1ED30D69CF7FB7 , 0x0800AB2FE61341BF8ADFEA25C5FDD161 , 0x0DD9BF25930D43A08B388FD90F1DDB9D , 0x0EF61800764E4FCBBAD920A942B62132 , 0x24111B0DFF10478EABE72E7376A25A43 , 0x2530DB5366884203B78AE97325355AEF , 0x3103418AD86B4FC890E9B49A5FEE32AE , 0x327C8D4A8B1B4B1F8C3D29443FBF48FC , 0x35A7CE3AD8DF44239CCF9C6C7C575C59 , 0x3934E699690D4AE699F7EBD97835BEEE , 0x4173C687B27C487997F235DFF64BFF22 , 0x48CF9669F1D74CEFA2528A64BAC7AC39 , 0x4D2EB3C75E8F4AB1B9D24CAB93FD2930 , 0x4F67C21A0D8546AD919A2521BEC6D1E7 , 0x52CB6904F06D468EB37B7862F5B3F217 , 0x5B6640481F8E402290115D16FA5CD726 , 0x60426D71211C4B5A826ED731CB6BDEF2 , 0x611746033C334286BDDB3240B7D1ACDE , 0x69F896F83DCE4F1FBF2C0029209EE65F , 0x759078C5B7514D5EBF85ABB6A6C52EB7 , 0x7614BCB4385E4C0B9AD5B9837547E8C8 , 0x7C5F521611964DC99747FBB7D639ABDC , 0x806AEE90FBDB4314A4EA3349AC0228AE , 0x82DC42B6407C4FAB94270E11CB37F08C , 0x8856B18EC49A42B79B54D594824B3507 , 0x8947F61007CA49FDB8E3E9CA63A695AC , 0x8B084B14428845CF8185280912A3840A , 0x982C9E126D6047C3B3FBA9EAA533E6D5 , 0x98E91C2EA5374AC5B46EBD7EB67831C1 , 0x9E5E83B0882D4F76B7028D7848932FC0 , 0x9F9AA6C42C4E43779324F46A2FC60950 , 0xA1B8E04DD80244768946103423C78BB2 , 0xA334BD59D88544F4AA64AD3A3DF22BB6 , 0xA54B454C665C4835824EE45015016CB0 , 0xAC34B825CA894366920929CA10A84337 , 0xAEF03C5FCA3D48A699CAEBAFC4B615B2 , 0xB085E1DFF0224CFF9E1842C77C7FA62D , 0xB17E9F84EA6A44C881C67DECCA292336 , 0xB52739EC32B84A9FB391130B3159C43F , 0xBBE07DF8444C479985C49949F1A58286 , 0xBF260D7AF45F4846B9608D901E67F3B9 , 0xC055B25E727949D999ABC2B0CEEAFDC7 , 0xC85292EA535E4C40807B6A84082411A7 , 0xCC5F4632DCA0426698BFDB6A335F92BA , 0xCE159496B65E4B959EE7124E0F96E6A4 , 0xD0AF794EECB34EC4881BA1B82696F1AD , 0xD214E8BBBBE04C1AAC89D8114AB61808 , 0xE186E9E4822046F4A70AB5685FE19069 , 0xE84B283D323345B4A61FC489161D028E , 0xE8C7BCE909E6461B9C03E85C8D5F048B , 0xE93E402CE14A49D49F67954DC2A6DB99 , 0xEBA18111A8B042B8949503B7AB11C326 , 0xED066A3CD1254EF68327E31AC9C8FEEB , 0xF26DFE56E96347D089DD06BC288FFFF7 , 0xF6A2EBB9ADB243B2B1408EAB2C0FA945 , 0xF78DBF1B45D342CB836E23AB1431D7C0 , 0xF98C5D3BBC204BE6B8110C13539BB925 , 0xFE806EDE57394C6F8340265B078F4F44 );
Copy
81
4.65 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500
Parameters :
[
true
b"94æ™i\r Jæ™÷ëÙx5¾î "
b"M.│Ã^ÅJ▒╣ÊL½ô²)0 "
b"QÿþòrÆEBù\x18 è╠e1\x1E ì "
b"e½áùÚ¤Cÿ¬¨¨Q~Yûr "
b"~ÖKOÍ\Jôˆ+PýÑ𸇠"
b"▒~ƒäÛjD╚üã}ý╩)#6 "
b"$\x11\e \r ÿ\x10 GŽ«ç.sv¢ZC "
b"╩U\x01 Õ░ÓO╚Øq8\x06 `\x07\x13 w "
b"ݲ¶êÓ‹N<†yè\x1C CÕcß "
b"Þw,\x05 õqJÙ·f÷{,ÿ›\x16 "
b"""
\n
ß3¿\x11 ºG$¯È\x0F ™\x17 .î\x04
"""
b"]#ÑÝXÞC²É░Ë«\x07 W‗ß "
b"¯»¢Wº\x14 D©·w\r !ëò¾Ê "
b"\x0E ö\x18\x00 vNO˺٠©B¶!2 "
b"‰nÁ8\x0F WN‹¡†|Ô+b\x08\x1C "
b"[f@H\x1F Ä@"É\x11 ]\x16 ·\Î& "
b"É;Eh7³A└┤H צUKÍ "
b"\x1F {~>CvJ\x11 ’d\r ”uÿ–7 "
b"›‡Ë¬î\x04 Gç¶KU`–ïz\x10 "
b"Ì_F2Ü Bf˜¿Ûj3_’º "
b"·ƒd¿ÁÎNÛ‡\x12 lé¶òíP "
b"""
™tt‚\n
ÒIv²\x19 ý¬ž+DÊ
"""
b"£Zøá╬uNüöÚ§^åaßo "
b"\x10 .EJæ║B)®\r òì\x13 ®6Z "
b"±\x0E\x10 ŒŽŒE×»í\x1A ^F†Ù "
b"\x10 N›ä\x16 ýM¦¨Ñ·[gÚ«\x03 "
b"- ÞÃýÐKKš¡ôöŠy"Ë "
b"«G¢PÖ FŸ³îxÍf»L\x13 "
b"▀═J¡r\x11 N═èÆéøÉ\x17 ▒ "
b"…Õ?õî^@c¼´\x01\x10 ‚Ÿ\x0E G "
b"ï\x08 K\x14 BêE¤üà(\t\x12 úä\n "
b" ÇAp®C@M öŽß1Txh "
b"S\t Ñ\x12 ÇÊC— Úà7rÒPã "
b"ÊÙ™“ä¢B@¯<´dñZq‹ "
b"+fºôN¤N\x17 „xÝ\x07 §“†Û "
b"¢ßóéØ\x1E C×—žÜ—\v\x12\x07 ® "
b"""
\x10 ìœ4eIHǼm³!\n
\x0E †ó
"""
b"Au\x0F ü╚\x08 A#¥\x13 ¯O;p¶╦ "
b"˜,ž\x12 m`Góû©ê¥3æÕ "
b"5§Î:ØßD#œÏœl|W\Y "
b"""
¡\x1F ýÐH\x05 Hú«^ \n
üVÚŠ
"""
b"!/~lÑïK”„\x10 އÿž¹ "
b"\x00 k¹ÅL├@xö0KV\x15 à\x02 Þ "
b"\x06 ‘g±bÍB$¬Nk«¶ßK® "
b"\x02 ½6#+\r Bæ©Yßy \x1C ݳ "
b"áÔCØ\x02 jI0âNBé1þí╝ "
b"¯]biš$O•¶·˜bi—\x18 ½ "
b";?‘€±q@ô©Bë3át‹o "
b"X{¸ùˆM¯Ž@\x1F F·¸%µ "
b"╬ÈG#┴7ISë`Ø3╬ö3¾ "
b"æ?\x0F Å\x00 ▓E%¢wÆM\x1E\x7F ½~ "
b"Ò×Ä\x00\x1A ÇK\x10 …\x1E ½5h#Ïü "
b"µC_QÙwA\x03 ¼\x13 +h1®CÛ "
b"½ºt½`\x1D Bฒ[Çö™\\x7F "
b"■H7=\x07 µO¡éÅä¤ä:\x0F F "
b".qãˆ]aH~Œ¬:’]Œ=À "
b"2|ìJï\e K\x1F î=)D?┐H³ "
b"<|æÉ\x10 ¹E˜ UšÀšc\e ¸ "
b"Ý•ÑÒàÉH§‰´Z\x7F\f _\x07 Q "
b"\x08 ^AQØÑG¯·\x00 \n ’ÅÁÕŒ "
b"q6\WßÔK”‡Ÿ\x17 BÖb· "
b"½\x0F t©ôrAB“Ü\x19 ’ýë\x01 ¯ "
b"y‘hªôb@õ š\x18 †\x16 ¿7* "
b"à)f6§DBGšE<ï8–F. "
b"│}ÔüGÓL\x1D ½Íí█J;Á7 "
b"Š 2"$ÖK\x1D ¬Ìl}\x14 žé& "
b"ZåpbQHF.ƒB.VKäÁß "
b"Bü‚\x11 ß%B™«TðΟEÉP "
b"é>@,áJIÔŸg•M¦ۙ "
b"dàƒEŽ”F¹;&O[xÚm "
b"\x07 $\x08 ü–RI)¦¦8WF\x1E\x1F Ñ "
b"Í\x02 »¢ckAN¹T.\x11 4\x11 Ãí "
b"¶TÉ_¢Fr¬S¹1¾\x14 Óü "
b"À™½'G®D²”â`\x13 Š#žå "
b"\r ┘┐%ô\r Cáï8Å┘\x0F\x1D █Ø "
b"\x0F ®ü─´ÓCCÅ-▒~}\v ú\r "
b"¬#8Æþ&C9ƒ\x02 ªËFÎÇf "
b"\x0F ”í’„ƒBA‘̵\x14 Ë“El "
b";|xÇ\~A\x0F ´¢\x01 ºý\x0F ެ "
b"Ÿš¦Ä,NCw“$ôj/Æ\t P "
b"█oUü¦┬Ba│ÁÙ®Øø¯É "
b"w”ÃgÖ\x06 FڥΞàêi-¿ "
b"¸ì┐\e EËB╦ân#½\x14 1Î└ "
b"˜é\x1C .¥7JÅ´n½~¶x1Á "
b" êØ-ô±K§é#ôtÐ\x00 Îd "
b"Û\x19\f ¯ö§J£§(ÌçãýãT "
b"XÝ\x12 nŸ°IAŠÚ@ÕX¬Yv "
b"v\x14 ¼´8^L\v šÕ¹ƒuGèÈ "
b"Ã~`kŽÑIÉžó…ÚýŽ>ª "
b"Ðu\x1E Q░oK[¼Ø\x1F ?gÑÛG "
b"Ì\x1E J6ùZLûÉ`/3┬╦[╝ "
b"ÜÏ\x7F ëýoAmÅz4îG]ý "
b"└û¨v"åJÀ╝8ó&ü`Ðï "
b"VFUœ \x00 Aj£@C½µÃÐx "
b"‹‚\x00 ¨+M%¼F›ëM$˹ "
b"1\x03 AèÏkO╚ÉÚ┤Ü_¯2« "
b"œÃ|\x14 M„Iv´\t ɱ\x00 %Õ "
b"A6¼³Y\x02 I+«éÈ¿F£ö\x06 "
b"‰âýiŒ\x03 Hi–ÞY¾5\x10 œó "
b"©c”Šx’@a¿’B—V\x02\x1F\x18 "
b"¾IH!CðA\x1A ¼{³\e €\x04 §— "
b"w¬2#ÏâIåâ%\r gìÞ<ö "
b"‰Gö\x10\x07 ÊIý¸ãéÊc¦•¬ "
b"·¼\f ÔæúC’¬¨?r\x18 ˜\x1D < "
b"ÉWC@OÇI/¾4ñ™ÑC¶ï "
b"|_R\x16\x11 –MÉ—Gû·Ö9«Ü "
b"šà`:'JNÒšŠäÔ‘æi\x07 "
b"a\x17 F\x03 <3B†½Û2@·Ñ¬Þ "
b"Þ¡¦Ñ=ÀLFƒ"8À) ˆF "
b"Å~\f ŒÝ#A†µƒ`I"¾¯D "
b"-ì÷V\x0E NNï¿n╬Ê_╠ó‗ "
b"ЯyNì³NĈ\e ¡¸&–ñ "
b"""
\n
ì X XK\r ’B\n
•G\x1C wÛ
"""
b"¢\n ²®ß╚N╣▒'Ø\x00 âzÅ; "
b"wëi\x14 ÈÊEy–T\f !_œ1¥ "
b"²╠┌a!(@íí\x15 4+ü\C "
b"ò‘ªå\\x10 E\x07 Ÿ}n+wFnQ "
b"µÕ\x03 ¿Í\x17 KûŠàRȧÏà "
b"E┤]ß╦tFÜ¿G\x14\x03\t Øú¦ "
b"6«=Z\v G¡ºø+ö¢òq> "
b"¶\x1C ê\x19 #xCž–avó`½¥\x00 "
b"á\x00 cFìAz‡I\x1F áÿd\x12 ¡ "
b"YAìlI¡Hø░╦0È\x12 h╝Ù "
b"HÏ–iñ×Lï¢RŠdºÇ¬9 "
b"•sHîŽ\x1E N\f žÅ=3væÝ˜ "
b"™–\x00 <o¼GM§J\n Œÿ\n ð0 "
b"×J~HI$L©¼‹KÁËë\x10 Þ "
b"+ØÆÿ"\x0E J\x14 ‰Ÿ$dÅ1å~ "
b"\x08 ‹\x03 ô¢9Ló Ä\v ŠP˜ßÚ "
b"L7^‘SªM¢»jïÂãÛ¡# "
b"ùŒ];¼ Kæ¸\x11\f\x13 S›¹% "
b"Jc«x\x05 åBþÉÜ\x0F\x14 ÏpÜ "
b"¡¸àMØ\x02 Dv‰F\x10 4#Ç‹² "
b"mÉ)I▀╝H:Ñ0│vrÔ┘└ "
b"¬4¸%ʉCf’\t )Ê\x10 ¨C7 "
b"Ùóî÷32CÊ™§@\x7F ñøö| "
b"‚ÜB¶@|O«”'\x0E\x11 Ë7ðŒ "
b"Á|┼ìylL╗¼\x1F ó\x00 é4▒´ "
b"lôÙeØ┴EpúJ\x08 &Zä┼c "
b"yñì¼Û│@┬╣ÀìO─R]% "
b"*2¾\x10 J-Fõ╣üÇıCµ¥ü "
b")+c©ô÷A` ^Òé…\š8 "
b"š/Wùw¬Fˆ«8vRÑãC‚ "
b"ðË\x17 /â>O瓹ݒ²*ÀS "
b"¥ªE░;╔K\x05 ÿîWMÉt\x01 "
b"¾l2\x0F ð§O\x05 ¥8‚ŠCÏ¥? "
b"Ý|Ì\x03 Œ\x16 DùƒÛ¨3Œ\x04 4Î "
b"w\x06 êÚϧ@s¹MA\x05 ¾hŸa "
b"¦XCC=]M\x1F …gºÞ3+a "
b"╠\x1A ┘yÔ}GÎÅÅs×t¨¼\x14 "
b"\x19 N%F\x06 «L…ŽžÃ^7Âê² "
b"Þ\x00\f ÿý\x16 FH¾\x04 0l\x1A\x13 Tð "
b"\e pþêSJN÷¼±£}Aê?— "
b"\x11\x1C 9æÏ\x06 N¿É░ál\x05 xÌ^ "
b"w?ÇDfµG\x10 ”‘&‹V\x03 äw "
b"m\x07\x1A\f +TI╗åÞ²üiþÒ® "
b"~=\x10 ì«?K{è┬\e R▀╣▀w "
b"‰\x19\x07 ô\x13 ÒKØ€\v\x14 ‰¥ÚŽ\x04 "
b"ò=ð‘„Eáºk'\x05 Ì\x19 {‘ "
b"Zb(w·ÊB9╝â\x1D ªüò/¥ "
b"\x07 f\x07\x16 âRMf«‘\x13 áÇ "
b"E\x1C …àçÿIm– Òø\£Ïƒ "
b"ù|N&b~M—‰DNmFú\v ] "
b"#†;É:\x02 A¾›_\x7F ’è¬PZ "
b"6fz\x00 À\Iu””󆸃®« "
b"%ú¶î\x1E\x05 Dàˆ#"†ã#Z… "
b"¦Ú±@]pLü—VñûgM&» "
b"‹QϺ$Hކ\e ú…7\f “¾ "
b"╣¹ËÑ*│KtÜPÌ╝a\f úÅ "
b"oÓóô*(L=¯0Í%¬=ãÎ "
b"³═úâ±;LYÑÃìÁ/\x00 ÏO "
b"Oõü\x01 p~D‹¬õFç0ÝZ• "
b"+èLWÔØ@ïÄ8Ã\v\v ¯:N "
b"qìvÇÞ¯A\x10 ík\x17 Xvb\x03 K "
b"»à}øDLG™…Ä™Iñ¥‚† "
b"Wì³.\x11 YC\x07 –ñI?q|6 "
b"W┘Ç]ø6D\x07 åJTCü\f | "
b"FáY¯\x1A ÛG\r “hg%œ\x01 ‰; "
b"µ\x13 "ä\x16 #D…´ãŸ\x00 Ç\x00 aB "
b"Вɶ¹\x19 I.¤÷¦-üŒ.& "
b"Ê@s~'xLJ‡ñµ¦ã\x1D Ln "
b"\x17 ÙÓhMUF\v ñMì\x17\x1A ÷k\x1D "
b"\x18\x12 8çElH߸Ô!Ǧí\r ” "
b"á\x1F ı═┴7EãÅB\x10 ┘Å)N+ "
b"\x05 ÿò\e HPLç¦j /jøçÿ "
b"ÈR’êS^L@€{j„\x08 $\x11 § "
b"ôiYêQ×Ok“&Xg÷¦ø$ "
b" ôe€Ñp@#™„›À•I÷I "
b"¦$¦§o\f L¢ºÿ®ß(v\f Þ "
b"?O+™?ˆBU –]ö¶ì¹Á "
b"ž¸.æŠ]@¶‘[\x08 &¨ñ Í "
b"NôêùIwN’½dkŠ\x05 þ)\x06 "
b"\x15 6V"Âü@gææðØêÚ▄Z "
b"\x18 6.çp\x11 J\x08 öjÅûG½\e ¼ "
b"h<┼WÓÛMIì\x7F ï¶Yá=e "
b"""
ŠˆxmÉ9B–¬\n
FÆ\x05 9\x06 Â
"""
b"<\x1E g EZOO¥\x0F Á}‰Ué9 "
b"¸ãaeéãM\x05 ¹ç…žÐŒd½ "
b"wF®úÆ©KJ”N\x13 ?мû} "
b"Þ^/žª!BF´´Ô Iÿtó "
b"«¦üß╣\x12 M\x1D Å}O═ØÙDÓ "
b"‡Â\e X¬µH4 q\x06 ꑊçE "
b"P6\x06 $2‡K=¼ýÃ+O\f ‡\x1A "
b"¡ß¾¶\x14 §FG‰\x14 ÌM Ìñx "
b"¿+eXù■Lüƒç÷╬÷U╠k "
b"NrÂçBËL֩ʉ<¬³\x02 ÷ "
b"└\x10 O└S\x13 D3ø{\x1D Âüu\x06 \n "
b"ùÃo\x11 °¯KW äd,\x7F PÝÜ "
b"8\x17 ┤\x05 ظC╔ògÙ║î*╩ñ "
b"VŸüÙ6ŸB±ˆ\x7F :Ô?~\f m "
b"ëä‘¥¦‡KŸ±#«S Tn› "
b"""
ÌÖöµD@Jü„\x1A ¡ï\n
‚¿×
"""
b"½\x1D ç\x19 ³ˆA±·\x06 6ZWrR/ "
b"\e 2hÒ\x12 ´Dù·\x7F ¦~\x10\x0F 7¨ "
b"±oÜ\x13 Ž™F\x15 ›\x07 X]\x14 Äby "
b"\x08\x00 «/æ\x13 A¿Šßê%ÅýÑa "
b"0ÁDBÕ┘@ØÜ\x15 █╝õE¯╦ "
b"╦#XÓy\x1E N<á\x0E Ø]f«\x7F x "
b"¨{ŒA¥1BäºCmÔîÑwû "
b"Ìòd┐\x1A ôA\x15 ò▓~+FÅîØ "
b"cÝ`^└<LtüDj~Áa┐│ "
b"Ü»Ù%DíNê‰Æ¢•$fú¤ "
b"\x1E\x01 ŸÌ£CH6¥3§¹Ú\x01 þR "
b"új—7ùNGèþuª×u\x03 ô "
b"d@¥µ×\x10 N¢ö¿2¼=eì¸ "
b"$ì0úC\x18 I£éWT?û┬¤£ "
b"c#Üs¦\x10 Mÿ¡êGÕí7"Ÿ "
b"‗m■VÚcGðë¦\x06 ╝(Å ¸ "
b"ˆV±ŽÄšB·›TÕ”‚K5\x07 "
b"=ÎMä\x13 Î@áÅIÐ\x01 ey\r Ø "
b"tÜÑ6═ÅAïèö■òGo1{ "
b"¬ÁÄ▄ÉGÓÂc\x1D L.\x10 │¥ "
b"ı\t ðºÉÕA]Ø\x06 ı_øÇLÏ "
b"ºıyo▒1EÍü½'\x1D ®\x1A {\x1F "
b"xYq}Ð\x05 A· ¹\x00 ?s\x07 Õà "
b"±\x7F -Ù´TOš‰åÞ\x19 ƒÈ͘ "
b"Á¨[¨Ì$Eä¿ñû˜<Â\x7F , "
b"""
ßbI!IéM\n
„\x17 «°×ižù
"""
b"¤»Þô¢YK¿ƒ†Zauajh "
b"Lc\x00 ¦ `J‡¢L<rš"7¶ "
b"@M\x0F ÊšöDVþ¿¦Y˜‘k "
b"(”Š[Ë¡IO¿@£~£H < "
b"╚░u=Õ\x10 AÐì\x04 dÚ\x03 Ñ\f } "
b"Ì9¿ÃìHNûƒa/;Á‚¤t "
b"aœ?+bR@Ï©X…€!\x00\x00\x1A "
b"""
ì…š\n
ÝéLÛ¶ÑÐÚJ7\x15 :
"""
b"ØqÑw¤NSœ\x03 SU\x17 6\v ® "
b"p5×߇yB0„Ïf×"\e m\x04 "
b"\x06 ÛxÕ5LEŒ‚\v LÓyfÔ\x03 "
b"ZË\x10 U‗oLý░i'\x05 §Øv "
b"G€ÛšÃ¨H"†Œ\t ³S\x08 ”t "
b"┬U\t ò\x12\t @ÙÅu[\x13 _À\x1E\x18 "
b"Ë%×ô¥\x1A L\x03 —\x1E ÌyC\x12 F´ "
b"¢ª¸‰>UJú‘îôkVó¹z "
b"$\x7F ùÝŽæJݱ2h"D\x1D çt "
b"u>Þ+l#E»¯j>I±\f 5 "
b"Q\x0F xØc‘H{…\x04 Pñž§™= "
b"""
+FbiŠ?LÖ†E±\t ñ\n
éh
"""
b"Ì?Ð_d\x01 EË \x06 ÜX\x10\x10 |Ý "
b"$└Qå®┤L┘ê~ü1Óew\x0F "
b"$LÔ+ÒÑNT†Yáºÿ\x17 ì> "
b"Üpd¿Ó¾IáâÂ╦¦\x10 _\x0E É "
b"\x19 Mr)ÿwO_•ëQ•è³šÉ "
b"ׄì÷\f ¤I> 2\v Û¥çùD "
b"Q©\x13 ùx%A²Œ,“m¹^«\x14 "
b"]”ÒN\x05 ^G¼‘˜¢Y\x11 Ã\x04 § "
b"êçÐ;F8EïŽÁk%ôLRX "
b"£4½YØ…Dôªd:=ò+¶ "
b"ì oi▓‗OOº▄hÆ┘\d£ "
b"®êÜ0è£Náªl}·Ì‘þ¼ "
b"¥KELf\H5‚NäP\x15\x01 l° "
b"=\x02 ╔)┼iIؼ m\x10 ¦a\x0F ( "
b"ì¦[Ù„3C²žåªî/¦Â\x03 "
b"i\x12 \x02 I\x05 Nᢠ͔h\x14 è\x15 "
b"¦\f ›É6}IJˆÊwتïÇþ "
b"¿œPÔ\e Cš‰åóQ¿\e Wö "
b"S‰ò¦ÍwN\x04 œÚ„ŒÌ_m\n "
b"À\r -ü-ÙK{║¶»/╩¬\x06 @ "
b"St7”;L'ªKp— ¾æZ "
b"Ã^ÂÇ4EDì¾…šF€å‚® "
b"""
ØXWÕÚìL™›\x14 «ŽhÕ\n
—
"""
b"\x01 ‘¶SMÌA\x0E €\r 'mõÁŒq "
b"±kn“\x00 ÃLù¯LK%†h[› "
b"†n\x0E \x1D ôFA½,úM-!Å_ "
b"e!ª:\x06 ™HU¸\t ayt¶.§ "
b"¾M”rù%L,»\x11 z²Ð¿"ì "
b"޼ªÖ\v\x11 DT°Ž\x12 |çÿ%P "
b"º‚\x1F 1ø\x15 H˜»˜n˜|\x12 ×O "
b"í\x06 j<Ñ%Nöƒ'ã\x1A ÉÈþë "
b"*\x06 ‡»¾2N\x04 Ÿ\x0F\x06 —}ÓÉ\x07 "
b"jT¸EU\x02 @'Š\x18 º’°\x06 çc "
b".ÝW¹Ê\x11 A¶µÅ?†t!+× "
b"‹T»œ’&JŒ¿J%lN\x19\x19 € "
b"sTÇy\x01 úDM»\x7F ..ÝR–6 "
b"\x11 oÊp\x02 &LÛ†‘\x04 @\x1E\x0E © "
b"—ãµã°SK±¤MxÌÂ(ëŽ "
b"_À¸÷ªvKzÿ\x02\x19 É\x0F\x02 p- "
b"QÙúú%´H\x01 É[\x07 7àÍ<\x15 "
b"‘ŽD<Œ(@¯’è(™¤åqF "
b"-$V³úo@¹™Þ\t ßÐçšè "
b"\e ·2▄┼MMNü┴\x04 NÊ\x1A ÑÜ "
b"═÷ì╦A]KÁÇ\x00 r°\x1F ┘;Û "
b"Ë\x14 Ÿ$Ï®H&«d–U_Íò” "
b"ßÌô¶J$C*Å=OYÅdwL "
b"ó·Ë\x03 Ô\x16 HT§›\x0F\e âòÌß "
b"¢¨Õ=ß\x1A Iè°`R¾¾3\x1E – "
b"0Ô"¸ƒ¨BHê¯\x14 (ÉFÞ▀ "
b"▓ØúÕ\x12 ;EK¥\r ‗{M\x1C\x1D ó "
b"VF÷\x18\x10 éM̼\x14 »C$âøb "
b"…V»ÜVÌF…´žB\t Ÿë}* "
b" ˜4ìSþC”¿\x08 Œ=b—·– "
b"blŸxéÉO\t ºYz›ú É7 "
b"òÍyè\x1C ÐI&ƒJ\x14 ìAÚ³X "
b"j\x07 ã¬^MH©¥…×=\x15 ¤Õœ "
b"Þ’Ð=\x05 •E“žu\x1F G® "
b"\x14 h—+vþDª¯qC¹\f §ÉL "
b"Å\x0E ˆ<(lO\x01 ŒÕ˜È\x04 áqô "
b"åšàp4áDщIíó±`Ðß "
b"$(╔╔ÇRL7ÅîÎÚkn±b "
b"csQl$░HŪê\r ç,\x17\x19 Ô "
b"ä?8Ž4—Dé·Á(ýMœ²` "
b"©©ˆSwÉH•‘‰Ï"‚\x1C º\x18 "
b"¬*ßlf3CV¨X\x08 íØÑ`y "
b"SŽ|¸%2H\x0E ¾ÑUè׊ؔ "
b"ÖIÞ║Ø«J¸ºıð>õXåd "
b"ÄTo\x00 hÊBò²Ùq-Ägy\x10 "
b":¬\x08 IvÁBw’ 9o.m?/ "
b"ÙÇ?\x10 ‡_Oë³Ú\x17 ¹‰ÍT÷ "
b"({U0îVH¬½?\e ofï³ "
b"\x05 Ø\x1D 5┐@%¥¯j│}YKÔ "
b"""
A\e\x01 Ñ/NL9´\x03 [Ù\n
ûÕ6
"""
b"ß·cÇ‚~A\x00 ¹è…,ÎÜ\t "
b"KþÞ\x04 ÖnM•–Õt¨*#\x0F\x14 "
b"°ª£V¢rM¢—7ul_\x1E\x0E Ž "
b"–«¶¼ƒ\x1C Iµšë?>í_öJ "
b"ñž¿Q\x14 ‘Fž¯yÜWƒ¼T\v "
b"ߺG╩ÂÜD┐░5ıÉ\x15 ~F "
b"!\x13 š÷‡ç@µ“\x08 û\x1F ®¸+J "
b"ÕhãwAiA8’’eP\x1E €ä- "
b"""
\x0F O¿×ƒ\x07 HƉ\x13 ¼tX\n
˜u
"""
b" ║0ØE7Jë┐Lu§Gu\x19 ╩ "
b"\x19 S\x1C EIñMˆºÉ<ÞþF\x13 ø "
b"ï»g×¶ÛMl›·\\x0E\x08 [Ûþ "
b"S\x02 µR\x0E &F•¨j/…é—\x1C\v "
b"£çŽòyEð›»g¨kᚆ "
b"²ŸnõoÃL\x17 ¿&w\x06 ´\x08 æ( "
b"ÞÃ╝Ú\t µF\e £\x03 Þ\ì_\x04 ï "
b"\f\x17 ÅîF+Mèû#Ü\x01 iÙÙ« "
b"Œq…(œ²Fó„€øt3Hê1 "
b"šr.¦}ŠM\x13 ±fÃsßü=† "
b"±e·€ÏsE™§U\x0F ø)xÂ\x16 "
b"ž‚…27UCv£\x05 ˜8\x07 —¬; "
b"""
Ñ¢û\x12 —+@*—iDñ\n
\x0E lþ
"""
b""(irdÿAÓ°F5Oe(9® "
b"\x0E\x7F\x17 ?\x1E\v L\x0F \x07 ¦,;Çkê "
b"©«üP“âNr©¾¶n0®\t ( "
b"¿ŸbÜ\x08 CI(¤ãšÍe\x04 Æ” "
b"%Ìßeÿ:B…¢ÏQÒ|\x1E Só "
b"Ò\x14 è»»àL\x1A ¬‰Ø\x11 J¶\x18\x08 "
b"ŽÕ§/ª*@n”\f L2“×T/ "
b"4©ÊûðA‚ƒ9^ÖBy\x01 ó "
b"""
úµg,'\x02 @ˆ–,ж\n
®í\t
"""
b"µ├a/ÔìMè¥ô"¶C▀\x1E b "
b"ßÌ\x17 ÔÓML]£‘8£\e \ÄS "
b"€/˜á\x17 tFþ‘–BÒ\x00 þЮ "
b"†ú\x1C ìÈ\x02 NP‘3\x19 ãìðV\x11 "
b"J°—©úÚA=²4\x07 :æŒÖ× "
b"× Ó/\r €E\t ’9Džýb\x7F U "
b"Çqܺ]™F@ƒu±5¶–‘ "
b"\x1C B`Mj‡ML¥\x1F\e /X;•\x10 "
b"øÎQH†ÎLù®E½(gYnK "
b"Sÿ\f BÝÝCq›Û†¹©â¤z "
b"Œ®ÄE(¼G×€ðÔ\x1E ‚×4 "
b"š'Å\e 3}BÓ¶W•e—ݰ¢ "
b"Ѳ\x1F\x1A =þG:–c£·²cÜØ "
b"À╝ã=sûJn»Å▒ó╠\x15 ö\x1F "
b"™b<e%A5¾†6Z\x04 f½9 "
b"`Bmq!\x1C KZ‚n×1ËkÞò "
b"é7Ô§┴õF¿Åv■gƯ;û "
b"ëJ¼U\x14 èA¬–Bé\x19 apäE "
b"“Ù•)\x18 H9œ‹b\x1C ">×\r "
b"$T\x07 ¥Ä†J-®òM‰b¢IØ "
b"(╣╝Å<┐@"é\x18 Ïöuƒ\x04 5 "
b"Ëø¾Ær5N│ç\x1E WóìéPà "
b"\x1A ‘\r n€Jߢ,M^ŒjYW "
b"æ \e ıhÉNxÅ\x0E\x19 Å┼(Pg "
b"█çÅ{ãÈE·ÂÔd/┬¸3¸ "
b"-╩\x13\x01 ë/E8£┤ׯ╣]Ø\x1A "
b"JEaè´ßK„b¢ÓWÌn/ "
b"á\x0E i\x18 ^ØEA£]‹ðJ]\x16\x04 "
b"Ÿ–ÙmµòH\x7F —ª™Õ¼;LÖ "
b"\v 38i\x15 O!’\x1E Ý(“/b- "
b"\x1A %Áù\x15 SJð´k)ñòÈ(Ò "
b"‘Q>\x11\x12\f L\x1D žæÂ·[Nó§ "
b"š"\x17 `–\x03 BÚ©‡4[ó\x1E\x04 c "
b"¸N9\x1C Ò8K.¡Ÿ\x1A Åp¢\x13 S "
b"ùð‚¦€^LÓ€ú\t qÀ|§\x05 "
b"\x05 ÌTj™ÒKϯvŠ:¶\x0E M "
b"ílTp®ˆGú°‚l\x00 š&$U "
b"\x0F ¯ÝÔ\x04 a@═ÑðÅ4║═Ö¸ "
b"pò═*oÉIêÿ\x02 ¢u¼┴╣+ "
b"\x00 UÐ+ç\t @#¬\x1E Ó\r iÏ\x7F · "
b"¨ùĪz¬MŸ£\x19 4\x16 NåÆÛ "
b"osFï\x00 „Cïœ\x18 è2iÏÞ "
b"ð\x0F ´IAªI\x7F ºÅ\x7F C\x1E Ù£t "
b"\f ì\x15 ¡"\x0F OÔø▒$y¬¹┴ë "
b"õþ_Ñ#\t M\x1E ´¾åw\x11\x0E J "
b"“gLÊ6\x17 GY˜«i‹\x14\x7F ú\x1C "
b"\x1E ìÍRÖ,J1Ä"Ð▄XÖòú "
b"Æð#e\x16 öJ–±ž‡,î'Ž6 "
b"""
ðf6\n
|†O4˜—{r8Ãlb
"""
b"&\x17 â8\t 6F€¸à»\x05 ø)a& "
b"`®▒├É╦DnüÔ\x06 HRºÕB "
b" $@Ö\x7F žKëµ¶4\r ¯\f '~ "
b"│XÚåM\x07 Eúü½NÃP¶zä "
b"U٧ݵ²H‰ºÚ\f è”{\x1F ÿ "
b"êZV|ØÕ@ܽ┤ÒòHÉä« "
b"7¸óÓ÷êF{¾!<¨g\x7F V\x15 "
b"s[Àø]p@nв€9j©ùO "
b"±£ý\x06 ükF█║Ç\x06 ÒY│õ@ "
b"^Ê\x04 ▀‗yFYØà¬´ÿ\x0E +v "
b"øn‚TuæK$£q~(s©\x14 ì "
b"süç°jSG§™:QI\f\x1A ²ú "
b"9öÆ-gêGŒµ™ø“ÿò(® "
b"@>-P¥|B\x17 ¬§¯®\t fö… "
b"O\x03 Ç—m\x19 L\x15 ²\x14 ïo]%LD "
b"†‡‚ý4\f NœŸf$q\x01 6‡Ô "
b"╚\x04 ░r╝¾J5üÍF┤3¡\x11 B "
b"\x18 ØÎFo\x19 H\x04 ël%#kÇ0W "
b"åacl\x1E XO²▒Ø*!t┼<¡ "
b"RIzHÂ<H/’í\v 0D\x07 $µ "
b"+oíÔ═úI6Ѻ#Û\x16 'oØ "
b"oçVHnæHv²H’cUŒ\x10 ¥ "
b"\x12 ÂáˆM«LL‹\x19 zôæP°\x01 "
b"(×[\x11 ¢SIÈ‹æâ\v\x7F ¯eª "
b"ã\r r{’‚K•Š'\x16 ³%U¡+ "
b"o╩¢(¥╗F"Ö╩pz4Ü╠ì "
b"×7t\x00\x1D ûFͨ[\x7F ¾Þ1 â "
b"{¢mºê&@B³\x1F ûí\‘\x14 æ "
b"춢ج¹JÀÆ\x14 Y(Ã2\x04 á "
b"(g`]%E-¹2€žådôõ "
b"Ü¡1Ðü HÝê\x03 á┘³ü1Ì "
b"Ü$>?~ÁK4«\x19 ‹>|8ý8 "
b"X'î¿CôM–™~´ð:>…õ "
b"lºÌl$\x07 F~\r T¶þÁl‡ "
b"N▒?1êXI\r å4,Mæ\x1F ì╔ "
b"É’ö£Ò\f A§’auXÕR±¤ "
b"ß\x15 Ï\x10 FØB\r …•޹<=Oi "
b"ÊÙáYgêKËŠM×¼Ÿˆç/ "
b"\x08 µ˜Ì:¿Cäˆó¨è#\e ío "
b"TçC’\x03\x06 I‘€JÆÀÊã;c "
b"h\x1F úÉ\x03 ïNº‡ìmèåÕ”Ç "
b"ë╔\x10\x02 ½³@o▓┬üïá│\x08\e "
b"""
■¯E│╣\x1C Bfìk\v MSu\n
l
"""
b"®\x02 ?\x07 P˜HO¿Žo’yÃ\x0E Ò "
b"ü‡\x14 "nÏKQ‘‘L\x18 ™³ˆ´ "
b"!ÀÉ8▓\x1F Bmé\x17\v è╦╩ü┼ "
b"û è\f õÂHe®t½9KŽ\x06 È "
b"ôËÍÚn\x17 Fÿ…SjMßGQ™ "
b"ú\x11 î¢ê,O2›ôˆG=h«\e "
b"7ñ0‹ëJC\x7F š\x0F\x14 ƒg \x19 á "
b"Çj¯É¹█C\x14 ñÛ3I¼\x02 (« "
b"š\x1F ÿQñOD¯±\x17 3\x1F ¦–‚ "
b"f<âM3¬Aû…/::¤;Œé "
b"‘wr\x18 "í@‰¬î(}\x18 gîu "
b"ÃØ ╝ú;L߬]K ;\x18\e ã "
b"!tÉ\x1F ³`C3°P~ÅUÂòÜ "
b"µDç8á,E\x12 ½],!îµ\x18 ž "
b"x╔Å┘<ÅNr┤m$9d7EÊ "
b"%êL\x05 ›"C\x1E žÈY7#ö¤\x01 "
b"#▀Î[╗ü@áè\x7F xn}JwÐ "
b"°…áßð"Lÿž\x18 BÇ|\x7F ¦- "
b"‚sGá5IJ£®-»\x7F ¿JŒ\x17 "
b"ÈlgÓ\x1D Ý@\r ›Ú”!ù.Ž˜ "
b"f(T"\x04 %J–¤\x18 ýgÞ\x0F *½ "
b"zÍNöŸ(Iÿ‚gÅÓ´ªí` "
b"ײL8`ÜEH€Û€Ž\x14 <þ\r "
b"ý\qæ“\x1A N!¢PÛÌòµÑ; "
b"¥~]\t óôK\x01 ìADô×\x19 â█ "
b"""
ÄÚ°ÉØéHoЏBN\n
ŽäH
"""
b"Z6ô;\x18\x04 I.»Bšö€BîT "
b"}Z;@÷ìB,▒Ú4øÁ╠j║ "
b"“†¥G>žN«—+\f (\x10 ºÂº "
b"±êbŸ )NK»_[†\x1F ‰ig "
b"<ˆôA\x0F ´B¦‡_Ñai“v\e "
b"©‰M%E—M[· ëì5äÕ÷ "
b"s║%ü³@\x10 Ç4t┤\x11 ½ÊS "
b"""
¬Ì\n
Æ_RB\▒0╦aöMì=
"""
b"ÀU²^ryIÙ™«Â°ÎêýÇ "
b"1\x03 ╠±üû@á\x04 ¡╦┐╗Ïe "
b"µ—àƒ”¼D†¯½\x07 8…ã`\x00 "
b"\x13 ASÝ5¶B±§\x0F ª¥\x1C\x11 0y "
b"h¤2Ѓ-A/¤ï½R\x1E 뎅 "
b"""
╣©ÛVÉ\x01 G¶ë0\n
¸qz┤.
"""
b"TÐ├ý╚FMü1t\x12 8èýc "
b"\x13 öñµRJ5¼ÉØç\x13 : ┼ "
b"è\x12 Ý#G0F╝ï#Åɶ┘Ã├ "
b"Ô7úXü*Kê§Üª«¸àƒ” "
b"G,í.+×E(€ñ¤†Ì4ä— "
b"e\x06\e ▓\x10 4C¦ì,\x18 HÎ¥Rç "
b"t®\x0E Z\x10 ƒL'‚̇ñ\x19 ó5 "
b"""
@„\x1F t\n
ºE\t ¬±¸¶X’\x14 5
"""
b"\x1D 2×8\x14 rAÝœ+$¬AÜ”å "
b"8ÆÿÞJ‡M4Ÿ$ZüE¬öP "
b"®0Éûh4J0¸¦CžPˆîø "
b"\t\x1F k\x12 T‘Lh‘•è2\x06 ó…ø "
b"ø¢/\x19\x01 ÉB\x08 ëS\x00\x17 pi\x00\t "
b"[¶vJl\x13 HÚ8¼‘(k$Ò "
b"wÙývsýGЪzQ^GËôý "
b"š\v Ä#°ûA$¨4~dG«\x1E\x08 "
b"U†DcýŒEr§à©ûÖKù· "
b"Î\x15 ”–¶^K•žç\x12 N\x0F –æ¤ "
b"s¸z ³7GײcN€Ae\r \x08 "
b"|·Ä>²€I\x04 ”©ÇF&±Gµ "
b"ı^\x11 x╚£AªòirÅý7B\x1E "
b" o¼=n,D\x06 °=x^¯Ó{Ø "
b"Tß¼¥kÁCmèØ\x1A Øå¤± "
b"w·Ëö[\x10 N\x07 „šçɯÿæ; "
b"ð¢¼▓dMF½║:Î┤jÉê┬ "
b"\:fD\x1D ÜIoäI\r µ·°Éo "
b"Ÿ\x0F ã`†\x11 AÒƒä&°¸*iÒ "
b"÷üJ\v f>M(‚NUfÈ%fœ "
b"/.(\x0E Š\x1C C ‹½?¦¶\x07 *â "
b"¡\x03 òd¨\x12 I~·g\x0F N$áa\x03 "
b"¿u””;MGÚ£7—Ê\x0E Àaâ "
b"~´u2ıíF▒âã\x00 ▀Å\x05 8N "
b"\x13 CØø\x03 VN\x18 │$â¼,hÞ\x7F "
b"µÞ®yö\x17 C<¨(\x1A\x1C /̲¼ "
b"""
™/\n
áúgKª´Pé’B<³9
"""
b"×\x1C Öw²•A\x16 ¾`%¨©p(\x1F "
b"ó U@ GH\x14 ÿZü┘¶¿á\x13 "
b"àã\x07 ÖR…BŽ‹v™\x7F\x13 ,j "
b"›Aøh/¿Fm¸ú¦xBî¤t "
b"×^â░ê-OvÀ\x02 ìxHô/└ "
b"á<Á\x02 {:D.šlÙwºCÁF "
b"!\x7F É\x1A\x7F ├@#ê÷\x16 j\x11 Aº\x1C "
b"\x17 ▀¼$_│M_ØÙ%ı²Ö5Y "
b"┴\f ï«▀ÄD$ÿÝÃ╬\x06 ▀ÏØ "
b"®ð<_Ê=H¦™Êë¯Ä¶\x15 ² "
b"C±ôF\r ÿDNº!¥\t ZM}« "
b"KmŸìh…@9Ÿ›dü-¼¹T "
b"¾*ðp\x13\v L—ˆ\x11 bâG\x00 Š\x14 "
b"Ò¶(ô@HB£Ñ¤/\x16 Àµ\x10 "
b"Ù└Ø┴þóK²Ä)Ó\x04 (³\x06 È "
b"Ì©ìS\x04\e I└æ├b\x13\x18 x\x18 Ê "
b"Y\v :”ʃKü„|3gŠl¦\x1C "
b"•A³F;¡v`B{\x11 N\x12 "
b"á÷‗├¸iK°üä\x14\x03 q\x00 [~ "
b"ÉaÊ╩µa@ç£,äw╩B\x1D\e "
b"\x1F █#ßS·DIù╩R}IWýØ "
b"'-ÌÓ¥─OììÍlo‗£Hg "
b"¸Ia\x7F -ÉKcŽÝ´&ÁvF "
b""Ê$D\x03 ,Hsµ©]‡S\r Ü… "
b"aÙ¬‘¿iHNŠ*iɉCþ1 "
b"~˜\x1D BÆëC4‹VM:9¸ZÂ "
b"Íı¯®RZJü┐ı\x18 í¡ïÿ¿ "
b"_\x10 ^Ó…òEd·ªa§©aIë "
b"²Ç¾çcµBP”ˆ\x12 áwã¬< "
b"▓\x10 hQìÂM\x1F ┤^■═¾\x1A °; "
b"2§nº\x06\x1C JvÉ\x15 ┼+ßÎÏI "
b"Ùíü\x11 ¿░B©öò\x03 À½\x11 ├& "
b"„Ñ\x02 ¤<—D:ª,]\x08 Óõ¢K "
b"îÊ_ì\f 8G^╝¼■H\x0F £ò\x19 "
b"÷Kûp1ÛAÛ«õ;Ó’À\x1F 3 "
b"""
÷\n
Gƒ³ßJðˆ†e$\x10 £®™
"""
b"Ú\r \x03 )©¡B¶¸!Ѱ\e WÏè "
b"»<u„DeMЯB\x01\x03 Y#¿Â "
b"¹─ì{)ı@§ú<íÕ╣\x15 ìã "
b"ÝÞXzS\x14 DØáØP\x00\t .í╗ "
b"l[\x00 ¿Ï\f AõŽÍwA•âD¨ "
b"Yl\x16 E®³\x07 ÿïˆ<èì "
b"`X)ü^ÌEHù║d\e\x05\f kñ "
b"""
²\n
N╔\n
<M·æ▄┐\t ü╦sÆ
"""
b"\e\x07 pŠ¿TNeŠ5E¦‘ªè "
b"Ø┘8\x7F pdEìÄ3mÍìA'D "
b"å*2¾3!B˽çÚSX\x7F œ+ "
b"Û¯¬µä┴JìÆö\x11 S¥Ëô' "
b"m›„ÆÅ\M\x7F ªz—ÉÎéʉ "
b"""
QŠ\\n
+ÒINƒáPú\t ‰‰½
"""
b"""
äU\x17 HÎEJµØ[È┼\n
╝░ú
"""
b"àEÎ)…ãIŸ«fÃä>fˆ– "
b"6U¯d¸<Aª´\x07 ¶C\x1E ãrñ "
b"ª•RÝÿ\x1D N“’\x1A K¢µ¼\x11 1 "
b"""
^))\n
ôJ7‰\x0F à\e ŸÍ©á
"""
b"æ\x12 ïï'†@:¾0m– ÚÜ> "
b"Ùv$ÍÍ©EÿšÈ^\x17 ìvÆ "
b"üî9Q░3N¦¡vÌk4\x0E\x12 ¡ "
b"■6êY\x1C ñLyÅAhW<┬:E "
b"AsƇ²|Hy—ò5ßöKÿ" "
b"ù¦öîéXJ}½*ùX8%•Œ "
b"I╩²┘VÉM┌╝\x7F ▒rÂ*óu "
b"üÜ7èûªKô¨Òåùr8Íà "
b"ÇágÖ¢K\•\x06 úJƒ\e ÜÉ "
b"åîn¤ž•Nº Ðqˆxˆ6û "
b"\x10 É;bͯC»¢|W╔ýd\x08 4 "
b"TsPÜÅ\OZÁ\x0F BÛÉk²â "
b"‚&CÍ_qD-¤—"ÀÉ×Å$ "
b"""
\x1D vg–*¸D®³\n
a\x19 ©\x14\x11 d
"""
b"lÏ>■╝lJÓÅFì\x1F t┌T\x1D "
b"‘Çu\n ¶\x00 L-ê&veÃwÓ "
b"q0Dÿ½Ò@0·\x02\x01 P¤;6s "
b"""
Èæ¦Z)Ç@Ã¥÷YJÛ\x1E \n
²
"""
b"\x1E x\x1F wOQKïîÙMɺ\x11 î\r "
b"µÆÃÍšéFu¦nħŒ¹:ã "
b"0n5gû«C\x06 ‘>äqº “R "
b"\x02 4¢Z¤pBùŒÕÊí>r=) "
b"ý¹ÀU9*F\x06 šÙeÍt\x03 `n "
b"EÜ\f MÇGݨ\x1D\x07 çþÅc "
b"iø–ø=ÎO\x1F ¿,\x00 ) žæ_ "
b"\x03 \x0E ┌)ÒO¯ÉP<!/^▓\x00 "
b"»wQˆRÛB>œJõcyrçä "
b"{\t\x11 ýŒAI䘼óxªD@O "
b"aj\x1A Ëæ=HЯI2]ŠNšâ "
b"^ã¾ÞÓãBräQõü\x11 nþ┌ "
b"t§àÑÈÿDÏž\x08 $é[„ É "
b"µ'9ì2¸JŸ³‘\x13\v 1YÄ? "
b"c¹þeרO‹ŽÙÀÔ\x15 7Ó\x03 "
b"\x19 {\x16 ›RwE‡´LGÂu\x05 ù\x05 "
b"┐&\r z¶_HF╣`ìÉ\x1E g¾╣ "
b"û&ÇÑú™C5·¥æÅµ‚Žª "
b"ؤÆ^-\x14 J›ºv¶wïp?» "
b"˜7ye»¥H¸”J‘á/Äy€ "
b"mà2£¼·Dj‚\x15 2;IÏ1¼ "
b"[!)¤œaLеnpú½f0Q "
b"fu\x02 5¸†Jo¯dÜŒNúÌ< "
b"\x1E ûÌÃÃãG]ü║Õ\x00 ¯?*/ "
b"OgÂ\x1A \r …F‘š%!¾ÆÑç "
b"÷2>²ò~Fá¦ÓŽ3¹Ó\x17 ÷ "
b"ö¢ë¹²C²±@Ž«,\x0F ©E "
b"Ç›7TuFGâ·mv7ƒœf¬ "
b"o\x03 @]\x17 †Eޏ£yc¶Óâ8 "
b"±Pa\x07 6<C"£\x10 üfIsTõ "
b"║~Q_‗ØA└▓Fß\x02 NR╣³ "
b"a?Èÿ%´D²«5\x16 …Õ½\e Ý "
b"K\x03 ã\e CœN[ªŽFÔ?\x18 ÚA "
b"""
.tNÆ}·L\x16 ░ü\n
ƒ\x05 h,.
"""
b"r´ ùžžN¾¹\x11 s–¶\x06 ¡H "
b"┬╚»·ßÆ@kìË\x1A\x08 ´T┌F "
b"\t RàC¤§Ijå¬xì¸cJ< "
b"q\x13\x00 ŸÌ M/¥Ú-]¦`g9 "
b"3Ë=…B¼OHŠÄÒ)\t Þ©Á "
b"–U€Q+•C3²+bŸ\x08 '\x0F T "
b"Þ\x00 ¢aêÏ@bÑ"5Óø\x11 ü¤ "
b"\x1F ËÌExÂG"ü¶f|þ│\x0F 0 "
b"–:ÒóHŸBÂ–ð‰«´Ÿoæ "
b"xÌú\x18\x19 5L\x18 ˆ^\x1E ¿åÒÕø "
b"═&ã\x16 ¡\x19 KvÉ4!└u\x1D :\n "
b"G┘§¡à╬EØ║\x1F ]''ù Ô "
b")”%lO\x0E @¡„g£¡&â "
b"3çµ{+°Lݲ™\x17 v›^\f , "
b"èK(=23E´¦\x1F ĉ\x16\x1D\x02 Ž "
b"ïÕ«S\x1C bAwÅç■7¼ Mö "
b"¯³lŸâcNˆœ©ÏB\x07 BLh "
b"ãík\x02 ï\v @"¢]Eb\x10 P^â "
b"Ÿ\x02 5oLðEq‘å¯üšiÛã "
b"]óe¬Ë$F\x10 °Ïk&ÖØq· "
b"þt\x05 ò0tBL¯åøÝuhžG "
b"\x05 ‰/›w¨I/†\x19 ,\x11 ™»šî "
b"C´»=Ñ\x05 AôŽ´\x14 ¶uñÈÖ "
b"´._þ\x0F ┘I°îØ┬÷ú└\x02\x03 "
b"\x1D û--äSL~Ÿý"»;;\x04 "
b"2‹Ö±Ÿ`D¨¿s¢Kcê—Ú "
b"æ\t @Fé~C\x14 œ5®…{b\x03 É "
b"""
G„1ª\x02 òE‹ŽŸ"A\n
̲Ž
"""
b"–ŒCýjZ@„«2Â\x7F ÊóŸY "
b"J¼›¡7ïFt´GuøzÞ^\x04 "
b">DõdäeBÒªeJ˜1Íý´ "
b"""
\r TtóØvEU°éJ©\n
…ÀÒ
"""
b"Ã\x17\x16 RM»N‡³ }ªH÷\x15 § "
b"Š^\x15 JÿûOÒ²ð\t z‘37o "
b"‰«\e ^¤šK0¿\v |º ‚3 "
b"¯6\x06 À¾\x14 I╔ùß}0Åù$¦ "
b"èUO8¦ôNh“]ö7™ù>] "
b"6T\x06 ¢ŸšA\x1E ½!Œ¹ÆÎy "
b"d0[ëß«IÝ—\x04 ˆÌñãö¾ "
b"3‡\x12 ƒt~B` ‹$y~UÙA "
b"""
{¢\n
9\x1E {@ ‰/78;¼Ïú
"""
b"ÜôÉZk\x03 K`‡€}zåð\x10 4 "
b"‚€²|¤9M>§ÿ"¤‚΄6 "
b"‡Mº'½°L¯¨µNÓîænŽ "
b"ŽYZù½êF(ŠóLë™æ½\x12 "
b"0\x07 Gûz Dr”§’7!OK… "
b"¤£\x19 Ø\x19 ßJ]ƒÏ[Zø`5ý "
b"«º\¾Ç\x18 C4‚–Ze€õuU "
b"\x1C\x07 M\x11\x12 *A┴ì9àäÂR╚Ü "
b"þ¥(®Û—DÒ½|º\x18 mH\x16 v "
b"†gÑ{\t æA=¿\v ¼ÛÒj,š "
b"޵´÷C"M€¿º$‡‰\x11 Ò "
b"ªÒX굪DV·ñ=\t Á«üŽ "
b"éœx¯]çHö™KX·Ç\r “Ì "
b"│\x19 ,ÿ¦ð@\x1E ƒ\x14 ý░\x10 üá┬ "
b"Ð)ý\x1C ›KJ`’e\x0E ͼK#$ "
b"!ÕùNI§MƒˆÓ+ä\f ¡9_ "
b"“~ÄœîSL¸}ª\x05 ˆ½ÑÄ "
b"F\x1E\x13 ^ôXF›·âL;Ža£ó "
b"…8Ñ•`íAQ»°Í\x0F\v ))& "
b"`^Yu{\e HÞŽ/\x15 GjXGÀ "
b"@Å3\x12 vXFÉ¡ÝV\x10 f\x0E ’C "
b"E\x01 Á÷└»C\x02 ê<ä\x00 ɾË× "
b"k\x07 Ô_ƒ\x08 H\x03 •’¢±ø?B\x06 "
b"§ÊØI÷\x02 OÉñ7;ù\v 5Í\e "
b"ww\x04 öämAÎ…Š»¾‹§î@ "
b"%âww>╬A,ÉLÒÌ┐|¬S "
b"iÞú<¤ÒG¤\x19 âé*=£² "
b"PqSãu\x15 @ÿ¹>¤}\x7F Ó'‹ "
b"ªlŒCaBH\x1D †\x1E ;y\x11 ël‘ "
b"K;\x0E ÷Ç™CÙˆfbÈ“Ûåö "
b"§ÐòxbÈMu«A™ð±u\x06 ª "
b",ýϪäœHŽ„Ó\x12 t¯x—; "
b"½Û:Z\x05 ÙO\x08 ·”H†z#²º "
b"#sE\x18 dMS‰1\x00 5‚Ñ\x01 / "
b"«Ûã<#xEÿ│Éè¥ÌóÚ§ "
b"\r ?Ű\\A\x06 í?ae+RiF "
b"lÁ—O8A[ƒ(*Ìe\x08 Vž "
b"""
\x1C {(ì\n
ÉDa‘½i¡Èêò5
"""
b"Aá£ó¤║H\x11 ìæOðßc░\x19 "
b"Ï\x05 ÚÛïÿIø“Ö–kWì.¿ "
b"ÛòJºÅFO#âB`\x15 JhCà "
b"3\r u(†\x05 Cëµ\x10 µJ–Ñ^Û "
b"""
\e\x05\x06 €‚\n
D\x05 †¸’\x1F —\x1E éj
"""
b"kÛºt|êCÉêÙÅì¼xîê "
b"/[G›À,N±²ÿ·x\x10 A(. "
b"ªŸPq{=B|ƒšn¸Ûñµ± "
b"ÙªÅ-£óA0ÄÕ{ª\t z)9 "
b"öÜ\x11 ÃtÇL\x04 •@¬\x01 ï7\x15 ó "
b""ü~3,PLН(\x00 vË\x1F öÆ "
b"2\v <núVB@“náôÏЧZ "
b"3©Ò¬ÆyJ\x13 ¢VÙ)X†ß‰ "
b"G%\x08 ìI¸D\x07 ©\x0F _»}}èÞ "
b"""
D\n
46║\x07 Dìî╔á\]v*¸
"""
b"G\x0F ¼°ôaLÒù┌ÝØ\x01 È┐% "
b"µ»qN²ËFEŽ—\x15 ë݇àV "
b"({ßâ¡ÒAà¯\x1F 6\x02 ŸÖ$– "
b"ýóTèx{Lr³\x15 YÌ\t æå "
b"Aáƒt2\x19 Cp¼Ð\x15 öW¤\x1F ± "
b"¦Ñ€8güD Ÿë["Æ´Ïa "
b"\x07\x12 Å©uáMº®ñ²ºmƒ]ö "
b";│Á{¥<J\x14 ¡\x1A Â.ü╦°\r "
b"¯ù›\f ¬F®ñª±E\x02 x "
b"ý│ÏÍ\x7F =MßÉ▀áñOåAY "
b"\x7F\f é=~\x1C Du’8×+¹E\v\x1C "
b"ùÜ”4`‰Cg¾.¿ƒÖâ\x14 # "
b"w\x12 WËð¦C½œ\x06 ïi[‹¥% "
b"zÕn\x13 ׳D颳ÌHË\x00 /º "
b"ŠˆÆ/‡¤D,°\x19 Ê™w$÷3 "
b"Ñ\r LDÿòO Ÿ'‡~&%Æ€ "
b"\x19 À\x1D hƒ£GW¬£0f7]pM "
b"04B\x02\x1C ·HÅí}Y╦b░\x13 X "
b";¢½eT\x08 G\x01 ¹ê¾ó¹.sã "
b"\x14 ñÌúZ\f M┘êµ¢>-ìOî "
b"Ô®M╚û8FÅØdÁÄ┐cx\x01 "
b"æ\x15 Éì ®I¹íR!\x03 Û▀┌ "
b"Ë4╠\x10\x05 ÜH░ÿÉáÏ^\x03 :Ð "
b"‗9ı\x04 Ö+DÂú+¡ıÅòX> "
b"K¤Nÿ╚ÍDç▒Èç9║Ø«a "
b"¾\r Àãê+F\x01 ²è\x1D\x03\x05 (TD "
b"ÖèR\x16 “nGš¬!™g÷ŽÊ* "
b"§±B¤\x7F {Iq—.\x14 ]\x1A <Qy "
b"?;ÿ÷âÉDöÉ!\x1F O\x02 >pƒ "
b"Òì¦6╝¡AqÁÅH▀dæOw "
b"Mì\x14\x14 ÖÕEn›\r „Þ«o~] "
b"ÂlnfBlOoˆÈl͆µ\x03 „ "
b"7z®ÐÝüLðí░Wi-¡tó "
b"SD‚is\x00 OÄ¥yþt\x08 Ó>ä "
b"Ó\x14 ô\t\x07 KN!ƒo\x19\x14 ðå¢U "
b"k/…e.„KÖ ‚ˆ‘IÈÞ˜ "
b"F1ò┌sbJmüǧDº6+Ð "
b"Ø\x01 ^╠w\x19 D|ò9\x0F ▀!÷¥Ë "
b"³\x14 ¥¿%\x16 M\x17 “}\x05 “e‘" "
b"©ÛÅgTgCsñ\x17 N½‗ÑG\x15 "
b"""
•íðÙÃúOÿ°Â\r \x16 \n
Ý&f
"""
b":íä]‚qF2£–_å;æði "
b")n+ÝkµHغ@¦ó¢\t ¨\x11 "
b")‘\x1F Å®-B\x05 Œ\t ¢ö\x13 »Ä\v "
b"ûÝ\x17 ÔçÎE±¼(>_b‘–ú "
b"ðH^Ò5òN}›{ÈÜqÿn\x03 "
b"\t FNE\x14 7F\t … Y(™Š\x12 g "
b"ùÜu\x1D\x06 A½µ'Âò¯þ/8 "
b"\x11 A┬c\x10\x16 HBÂ3åÔ│üê╝ "
b"áZ\x01 vØÜDyƒ¸w=\x7F\x19 ’A "
b"ÖX†¾×ME>”e\x06\x16 ’ŽWâ "
b"Aá3ü¶tE_Á\e\x11 Äf)/q "
b"æa\x16 ™ñ\x01 Eo‡p]4mnªg "
b"¾£#”&ÃF+›H»ZÃ’ƒ: "
b"▓Å1╩î┌KÊ×4¬\x07 67\x1A ┐ "
b"┴¹C\x00 á_Afì"±Aìñ\x1D ı "
b"\x19 ü\x1A #\x06 ŠD‡šÀVÁ/”£$ "
b"\e s±áCĵ °Õ!˜ß… "
b"g\x14 l{aÅGô«\x14 <\x1C xç\x0E\x1E "
b"¨\x06 ıè-ØA╣¥Wt,]½s- "
b"¸!XÉð°Kg¿£█¬▓Yþ╠ "
b"{/T—±\x1D A‰àH&)ËÔ— "
b"¾┼hT\╗K}│q╗▄¨‗?Ø "
b"""
„\n
ÚŒ\x07 H\x19 ”¦d+¥{}\x19
"""
b"Ú\x13 {"ƒ&G=¬ê{-Ò\x19 |\x04 "
b"""
ëˬG©äB:¾Øê".œ\n
Z
"""
b"€\x18\x05 %¬ÝI‚º\x7F >Œ`hòq "
b"¬8ÐÍa…Kâ—KÂÖ\x0E ±„\x1A "
b"~\x14 L\x7F ¬XL7°«ÆüKÍ=\x05 "
b"A<T\v ý©IÓ®Êù\r w\f %% "
b"1ipÅÀÀIò¬žŒÀË*²þ "
b"-\x15 ÊÌâ*Bî™\x1E Ä\x05 „h&è "
b"ı;ÞñodN0▒5£¿hü\x0E d "
b"RËi\x04 ðmF޳{xbõ³ò\x17 "
b"OsA%TÃL‰–ׇ„\x02 ÆÒh "
b"4c<\x17 ›>IlŽƒ\f !+–ó2 "
b"Ð`–Œ (Nî¬\x19 ßßGÅ\r H "
b"""
¬=‘8VºA\r Ÿ÷\n
‘\x07 Ôh‡
"""
b"""
ÏÊè®V\x15 JåÅ-Q>\v ╣\n
®
"""
b"L\x1C Å\x03\x05 tD|™"r[Ügj– "
b"""
ßåÚõé F¶º\n
Áh_ßÉi
"""
b"þ\x1C ðÈ┘ÂI!Å\r {¬2┌PR "
b"…\x1D\x08 ÕTrG'¤\x0F ħü~˜] "
b"nĬ¼ôÕF'Çp`É\x14 «\e\x08 "
b"e”\x1A ¥\x10 XG/Š”A\f }·»1 "
b"X—ù\x17\x13\x13 NÔ¥-™ã@æwi "
b"!\¦Y›ÁKûšqÏC4×#Ñ "
b"÷¨2Cä;OÀ¿â9¸-\f ì¿ "
b"ï\x04 ýPy±C0º\x01 7úäÉ\x1F p "
b"î\x03 ‡ö„ØLà¬\x08 &Ç]Àõ½ "
b"<\x10 \r uèlEy¡Åß\x11 oÞÞ "
b"½n¥\x16 ¨\e Jm‘š}i#ܶu "
b"uÉx┼ÀQM^┐à½Âª┼.À "
b"""
a!ЧÎ\x0E Eh±\n
ðSyÖdG
"""
b"u!\x00 ‡8±CBœõ¥ù\x19 ŽTR "
b"Tì\x17 ú¶\x06 N\x06 °\x01\x17 ã"š´¯ "
b"ð`òìZ^Mý║%Xú.\x0F 5ö "
b"ØDtJ ¼Eؤ\x02 H´ ╣s "
b"pJ#zÎàHx‘Šó÷²´õ* "
b"¯CîXÏ┼E╝ÅñB┘³┌ì¾ "
b"\ÞSM:\x16 C\v ˜ÇroDà\x08 ñ "
b"’á\x1C [,ZFO‹ÛáQœ\x1F q¤ "
b"ÏÒ\x7F Fß\x00 I╔¥¡aìó\x12 [ê "
b"6Ñ¢©‹ANô³ëRd\x03 Œ·Û "
b"wPn[ƒHOf‚¾\x18 6¼]ñ¨ "
b"j¨þðg\x17 KêÅ▄JAP{òR "
b"_«^§\e KO(Œ\x07\x02 Ë}\x7F 4Ð "
b"\e ÞæÏáQ@¡˜µÕyO$Rÿ "
b"=ù)Ø'ÄH¡ ;Æ¢N÷“? "
b"ßÎ\x0E vÅîE®¢\x04 jëBKÅ« "
b";H\x7F ŸDGN0®\x07 Ó©B*Öt "
b"g\x06 s~\HJ\e ¯Í1ʶ@8à "
b"˜‚\x1F ˆ÷ÈCd·e¸(uÜÊÎ "
b";╗\f ^PÞ@▀Øó-tì▓5\x02 "
b"e;rç™z@@†¥Ht\x1F\x16 Ùè "
b"bÿ÷Ýô=B=•½sȶ6‹< "
b".Õ?6ÀDOG¼4ˆÊç\x11\x1E p "
b"┬>┤o╣;JFÉ>oÅ<\t E? "
b"ïØÓ;\x10 ¼G\x00 ü p \n ═-\x06 "
b"\x7F\t —\x19 ï OÓ¾;Q=æq‚ø "
b"e\x04 Bãd\x13 D–¤\x1A è\x1D ÒùTS "
b"V\x03 ¹%┘³FfÿlM?ZßÉD "
b"rï3\x04 ¢ÅFY¥+i╗7%I\x1C "
b"IjæÂÃÝF°š!®_â%ß` "
b"┬|ÓÉ]SK\x0F Áü¢±¨\x07 `A "
b"N\e •З¤Eï?S1"ÔÒõ "
b"å„3\x1C\x07 ÀA¨ž/~…w/\x01 Ë "
b"ú}"ã—šEØ¿#£ìôw»î "
b"óúÜ™É\x15 HñŸ”ìMáÊÓÕ "
b"bÛ┌█Ä\x01 F└ìº▄║ã<L# "
b"ƒÐ ÈŒ®GW´\x11 D=S09´ "
b"\x1A ‰Æ(ØÃH\…¤H½fÝ1r "
b"sþ\x1A ’ÔUKežµ[k\x13 ašÜ "
b"¤ó‘‹ƒ0F/·\x0F ˜\x7F *=Ì5 "
b"Oùª ˜3J8…iƒÇ›%õ\x19 "
b"Ñ\x13 v»\x01 ÷L_ï8©ï\x12 #ZÅ "
b"ì{9yX█B▒╝ë\x0E :ü9À "
b"9¦_î\x08 øIÁˆä\x1C ʇ†ÃÚ "
b"Ki‰îqIBÌ“f\x11 0ê2Œð "
b"&3S\x04 üœG.ŸÅ‡?„)Ô½ "
b"Ô\x1F ¾\x08 T╩Fìö▓▓aL\v và "
b"Z.õH˜œD\x15 ½ûø„™ÔRã "
b"ìph┴g\x7F Ft»ÒBf ɧ& "
b"¤µ\x06 w±ÈCi¨\x06 'ìj\x00 _\x10 "
b"ÕX½)\x06 ¬G¾ˆtx\v 1b8\x1E "
b"[Eî£\x13 ÙJŸƒiM¯\x16 8\x01 Ú "
b"@¹à\e 'É@ñ´N³§bë\x02 v "
b"Ùæ”‘eÕO¼µ@S^£\x07 ¡\n "
b"\x12 :\x7F ݺ╬H‗á¾6?¸\x06 /Ø "
b"ú”nA€QOq‹¿êÙ\t ÝQ "
b"■ÇnÌW9Loâ@&[\x07 ÅOD "
b"ÊL!█fÔDÉ®▓K¼\x0E ©Oè "
b"ÏQéì\x0F\x08 JVåh¸!¼à£æ "
b"+ã8_ÐYAx·?\x01 ЛÓ`æ "
b"”Æ{\x00 ©ƒE¨˜)g§¦\x1E ¬° "
b"N†\x0E ÏŒ§B3±X+Ž\x08\x06 ~ß "
b"µ*/¹_ÓL¡·w‹,\r ˜— "
b"²\x07 E©˜TJV¡ãa{\x17 Ó\x12\t "
b"gPž±ÚØDiµW®ÕåK+\x14 "
b"’=é^\n –IÑŒ\x00 ‰5è§²\x14 "
b"bâ\x0E NeFë†uK \x1C ®\t\x02 "
b"ÏS•J\x1D "BY‘«sa\x14\x01 DW "
b"\x06 0jêÞ›NQ˜vì¾lQ\x01 † "
b">\x05 "\x18 ÇKAf‡pü¼E±|O "
b"├ØI║\x7F qC«£N¿ìߣ:Z "
b"l‰‹÷èèE1’9'm²|Ø1 "
b"BIJðâ6D\e ¦<øþzzm "
b",êc\x01 ý\x01 Gñ€\t qÄ:,1¡ "
b"ýÙc\x02 Ï'Oöµ\t\x14\x1A µ|#ò "
b"""
µb{\n
r¥Hk•(«À½_å\n
"""
b"\v PúŠÅ%G²žj×Ïf&Ît "
b"5·ô… \x05 OŸ´è4>`ý‘ "
b"┴¼ì├ÞxDB▒\x10 0╬#@ío "
b"+kðÅ═ÙMììi@Êæ[Ï┼ "
b"%0ÛSfˆB\x03 ·Šés%5Zï "
b"HkÖñ\x12 “NMžJ~‘çÝ^\x08 "
b"r\x06\x05\v ÌÕ@!©¸%\x17 oÇ®» "
b"""
9W¶WîÜE\n
ƒ[–G¦=cï
"""
b"õaCz5ÝJh£öÉ9¹ùK\t "
b"║<k5▄\x03 D\x1D ÉYBaaì´Ä "
b"O.FuÐjBЈH\x02\x18\x04 ñŸ "
b"í\x01\x12\x08\x19 ØDõø_Õ╦Ìp\x10 "
b"\x15 Uú)Ö\x10 CÅø3ƒ\x19 Ã[iÿ "
b"2\e BS€xK\x08 žÄƒ£Ç\x05 ¦f "
b"`P¬½sÑK±øÛÉ└<ªeó "
b"\x0E ¬\x15 ÌbYE®ŽÞüguÞEH "
b"«\x15 ‗\x17 s'E\x08 ▒4xƒ\x03\x1D JÅ "
b"ð,iËå2J·ú$&─)ì¸ "
b"ê\x14 ˜Ñ¨\x1A G¿»Ïç¡\x13 tÒw "
b"\x03\x01 €ú*†F“¬¤>£L\x16\x1D Û "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
OFFSET
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x3934E699690D4AE699F7EBD97835BEEE , 0x4D2EB3C75E8F4AB1B9D24CAB93FD2930 , 0x5198E7957292454297188ACC65311E8D , 0x65BDE1F9DAA443FFACA8A8517E59FB72 , 0x7ED64B4FCD5C4AF4882B50FDD1F0B887 , 0xB17E9F84EA6A44C881C67DECCA292336 , 0x24111B0DFF10478EABE72E7376A25A43 , 0xCA5501E5B0E04FC89D71380660071377 , 0xDDB2B6EAD38B4E3C8679E81C43D563DF , 0xDE772C05F5714AD9B766F77B2CFF9B16 , 0x0ADF33BF11BA4724AFC80F99172EEE04 , 0x5D23A5ED58E843FD90B0D3AE0757F2E1 , 0xAFBBA257BA1444A9B7770D21EBF2BECA , 0x0EF61800764E4FCBBAD920A942B62132 , 0x896EC1380F574E8BA1867CD42B62081C , 0x5B6640481F8E402290115D16FA5CD726 , 0x903B456837FC41C0B448FF9EDD554BD6 , 0x1F7B7E3E43764A1192640D9475FF9637 , 0x9B87CBACEE0447E7B64B556096EF7A10 , 0xCC5F4632DCA0426698BFDB6A335F92BA , 0xB78364BFC1CE4EDB87126CE9B6F2ED50 , 0x997474820AD24976B219FDAC9E2B44CA , 0x9C5A9BA0CE754E8194E9F55E8661E16F , 0x102E454A91BA4229A90D958D13A9365A , 0xB10E108C8E8C45D7ADBBED1A5E4686D9 , 0x104E9BE416FD4DA6A8D1B75B67DAAB03 , 0x2D20DEC3FDD04B4B9AA1F4F68A7922CB , 0xAB47A250D620469FB3EE78CD66BB4C13 , 0xDFCD4AAD72114ECD8A92829B901720B1 , 0x85D53FF5EE5E4063BCB40110829F0E47 , 0x8B084B14428845CF8185280912A3840A , 0xA0C74170AE43404DA0F68EDF31547868 , 0x5309D112C7CA4397A0DAE03772D250E3 , 0xCAD99993E4A24240AF3CB464F15A718B , 0x2B66BAF44EA44E178478DD07A79386DB , 0xA2DFF3E9D81E43D7979EDC970B1207AE , 0x10EC9C34654948C7BC6DB3210A0E86F3 , 0x41750F81C8084123BE13EE4F3B70F4CB , 0x982C9E126D6047C3B3FBA9EAA533E6D5 , 0x35A7CE3AD8DF44239CCF9C6C7C575C59 , 0xA11FFDD0480548FAAB5EA00AFC56DA8A , 0x212F7E6CD1EF4B9484108E87FF9EB920 , 0x006BFB8F4CC3407894304B56158502E8 , 0x069167B162CD4224AC4E6BABB6DF4BAE , 0x02BD36232B0D42E6A959DF79201CDDB3 , 0xA0E2439D026A4930834E428231E7A1BC , 0xAF5D62699A244F95B6B79862699718BD , 0x3B3F9180B17140F4A942EB33E1748B6F , 0x587BADB8F9884DAF8E401F46B7B825B5 , 0xCED44723C137495389609D33CE9433F3 , 0x913F0F8F00B24525BD77924D1E7FAB7E , 0xD2D7C4001AC74B10851EBD356823CFFC , 0xB5435F51D9774103BC132B6831AE43DB , 0xBDBA74BD601D42E0B8925BC7F6995C7F , 0xFE48373D07E64FAD828F84CF843A0F46 , 0x2E71E3885D61487E8CAC3A925D8C3DC0 , 0x327C8D4A8B1B4B1F8C3D29443FBF48FC , 0x3C7CE6C910B94598A0559AC09A631BB8 , 0xDD95D1D2E0C948A789B45A7F0C5F0751 , 0x085E4151D8D147AFB7000A92C5C1D58C , 0x71365C57DFD44B94879F17AD42D662B7 , 0xBD0F74A9F472414293DC1992FDEB01AF , 0x799168AAF46240F5A09A188616BF372A , 0xE0296636A74442479A453CEF3896462E , 0xB37DE28147E04C1DABD6A1DB4A3BB537 , 0x8A20322224D64B1DACCC6C7D149EE926 , 0x5AE570625148462E83422E564BE4C1DF , 0x42FC8211DF254299AB54F0CE9F45C950 , 0xE93E402CE14A49D49F67954DC2A6DB99 , 0x64E083458E9446B9AD3B264F5B78DA6D , 0x072408FC96524929A6A63857461E1FD1 , 0xCD02BBA2636B414EB9542E113411C3ED , 0xF454F0905FBD4672AA53FB31F314E081 , 0xC099BD2747AE44B294E260138A239EE5 , 0x0DD9BF25930D43A08B388FD90F1DDB9D , 0x0FA981C4EFE043438F2DB17E7D0BA30D , 0xAC2338C6FE2643398302AACB46CEC766 , 0x0F94ED928483424191CCB514CB93456C , 0x3B7C78C75C7E410FB4A201BAFD0F8EAC , 0x9F9AA6C42C4E43779324F46A2FC60950 , 0xDB6F5581DDC24261B3B5EBA99D9BEE90 , 0x7794C367D60646DAA5CE9EE0EA692DBF , 0xF78DBF1B45D342CB836E23AB1431D7C0 , 0x98E91C2EA5374AC5B46EBD7EB67831C1 , 0xFF889D2D93F14BF582239374D100D764 , 0xDB190CAFF6A74AA3A728CCE7E3FDE354 , 0x58DD126E9FB049418ADA40D558AC5976 , 0x7614BCB4385E4C0B9AD5B9837547E8C8 , 0xC37E606B8ED149C99EF385DAFD8E3EAA , 0xD1751E51B06F4B5BAC9D1F3F67A5EA47 , 0xDE1E4A36975A4C9690602F33C2CB5BBC , 0x9AD87F89EC6F416D8F7A348C475DF0EC , 0xC096F97622864AB7BC38A2268160D18B , 0x5646559C2000416AA34043BDB5C3D078 , 0x8B8200A0A82B4D25BC469BEB4D24CBB9 , 0x3103418AD86B4FC890E9B49A5FEE32AE , 0x9CC37C144D844976B409C9B10025ADD5 , 0x4136BCB35902492BABE9C8BF46A3F606 , 0x89E2FD698C03486996DE59BE35109CF3 , 0xA963948A78924061BF92429756021F18 , 0xBE49482143F0411ABC7BB31B8004A797 , 0x77AA3223D883498683250D678DE83C94 , 0x8947F61007CA49FDB8E3E9CA63A695AC , 0xB7BC0CD4E6FA4392ACA83F7218981D3C , 0xC95743404FC7492FBE34F199D143B6EF , 0x7C5F521611964DC99747FBB7D639ABDC , 0x9AE0603A274A4ED29A8AE4D491E66907 , 0x611746033C334286BDDB3240B7D1ACDE , 0xDEA1A6D13DC04C46832238C029208846 , 0xC57E0C8CDD234186B583604922BEAF44 , 0x2D8DF6560E4E4E8BA86ECED25FCCA2F2 , 0xD0AF794EECB34EC4881BA1B82696F1AD , 0x0AECA05820584B0D92420A95471C77DB , 0xBD0AFDA9E1C84EB9B1279D00837A8F3B , 0x77EB6914C8CA457996540C215F9C31A5 , 0xFDCCDA61212840A1A115342B815CF043 , 0xF291AAE55C1045079F7D6E2B77466E51 , 0xB5D503BFCD174BC3BB8AE052C8A7CFE0 , 0x45B45DE1CB74469AA8471403099DA3DD , 0x36AB3DAD5A0B47A1BAF82BF6A2F2713E , 0xB61CEA192378439E966176F360BDA500 , 0xE10063AD46EC417A87491FE1FF6412A1 , 0x59418D6C49AD489BB0CB30D41268BCEB , 0x48CF9669F1D74CEFA2528A64BAC7AC39 , 0x957348EE8E1E4E0C9EC53D3376E6DD98 , 0x9996003C6FBC474DA74A0A8CFF0AF030 , 0xD74A7E4849244CA9BC8B4BC1CBEB10DE , 0x2BD8C6FF220E4A14899F2464C531E57E , 0x088B03F4A2394CF3A0C40B8A5098DFDA , 0x4C375E9153AA4DA2BB6AEFC2E3DBA123 , 0xF98C5D3BBC204BE6B8110C13539BB925 , 0x4A63AE78058642E7909A0F14D8F0709A , 0xA1B8E04DD80244768946103423C78BB2 , 0x6D902949DFBC483AA530B37672E2D9C0 , 0xAC34B825CA894366920929CA10A84337 , 0xD9F3EEF7333243CA99A7407FF1F8F67C , 0x82DC42B6407C4FAB94270E11CB37F08C , 0xB57CC58D796C4CBBAC1FA2008234B1EF , 0x6C93EB659DC14570A34A08265A84C563 , 0x79A48DACEAB340C2B9B78D4FC4525D25 , 0x2A32F3104A2D46E4B98180D543E6BE81 , 0x292B63A9F4F74160A05ED2E9855C9A38 , 0x9A2F57F977AC4688AB387652D1E34382 , 0xF0CB172FE23E4FE793B9DD92B22AC053 , 0xBEA645B03BC94B05988C574D907401F0 , 0xBE6C320FF0A74F05A538828A43CFA53F , 0xDD7CCC038C1644F983DBA8338C0434CE , 0x7706EADACFA74073B94D4105BE689F61 , 0xA65843433D5D4D1F8567BADE332B61AD , 0xCC1AD979E27D47D78F8F739E74F9AC14 , 0x194E254606AB4C858E9EC35E37C2EAB2 , 0xDE000CFFFD164648BE04306C1A1354F0 , 0x1B70FEEA534A4EF7BCB1A37D41EA3F97 , 0x111C3991D8064EA890B0A06C0578DE5E , 0x773FC74466B547109491268B5603E477 , 0x6D071A0C2B5449BB86E8FD8169E7E3A9 , 0x7E3D108DAE3F4B7B8AC21B52DFB9DF77 , 0x891907F413D24BD8800B1489A5DA8E04 , 0xF23DF09184AD45E1BA6B2705CC197B91 , 0x5A622877FAD24239BC831DA681952FBE , 0x07660716E2524D66AB9113E1C7EFA3AE , 0x451C85E0E7FF496D9620D2F85CA3CF83 , 0xF97C4E26627E4D9789444E6D46FA0B5D , 0x23863BC93A0241BE9B5F7F92E8AC505A , 0x36667A00C05C49759494F386B883AEAB , 0x25FAB6EE1E0544E088232286E3235A85 , 0xA6DAB1405D704CFC9756F1FB674D26BB , 0x8B51CFC2BA24488E861BFA85370C93BE , 0xB9FBD3A52AB34B749A50DEBC610CA38F , 0x6FD3F3F42A284C3DAF30CD25AC3DE3CE , 0xFCCDA383F13B4C59A5C78DB52F00D84F , 0x4FF5FC01707E448BACF546E730DD5A95 , 0x2B8A4C57E29D408B8E38C70B0BEE3A4E , 0x718D7680E8EE4110A16B17587662034B , 0xBBE07DF8444C479985C49949F1A58286 , 0x57ECB32E1159430796ADF1493F717C36 , 0x57D9805D9B364407864A5443810C7CF0 , 0x46E159AF1ADB470D936867259C01893B , 0xB51322E416234485B4E39F00C7006142 , 0xD092C9B6B919492EA4F7A62DFC8C2E26 , 0xCA40737E27784C4A87F1B5A6E31D4C6E , 0x17EBE0684D55460BA44D8D171AF66B1D , 0x181238E7456C48DFB8D421C7A6ED0D94 , 0xA01FD5CDC13745C68F4210D98F294E2B , 0x05FFF21B48504CE7A66AA02F6AF8E7FF , 0xC85292EA535E4C40807B6A84082411A7 , 0xF46959EA51D74F6B93265867F7A6F824 , 0x20F46580D170402399849BC09549F749 , 0xA624A6A76F0C4CA2BAFFAEDF28760CDE , 0x3F4F2B993F884255A0965DF6B6ECB9C1 , 0x9EB82EE68A5D40B6915B0826A8F120CD , 0x4EF4EAF949774E92BD646B8A05FE2906 , 0x15365622B68140679191D09D88E9DC5A , 0x18362E8770114A08946A8F9647AB1BAC , 0x683CC557E0EA4D498D7F8BF459A03D65 , 0x8A88786DC9394296AC0A46C6053906C2 , 0x3C1E6720455A4F4FA50FC17D8955E939 , 0xB8E36165E9E34D05B9E7859ED08C64BD , 0x7746AEFAC6A94B4A944E133FD0BCFB7D , 0xDE5E2F9EAA214246B4B4D42049FF74F3 , 0xAEDD81E1B9124D1D8F7D4FCD9DEB44E0 , 0x87C21B58ACB54834A07106EA918AE745 , 0x5036062432874B3DBCFDC32B4F0C871A , 0xA1DFBEB614A746478914CC4D20CCF178 , 0xA82B655897FE4C819F87F6CEF655CC6B , 0x4E72C2E742CB4CD6A9CA893CACB302F7 , 0xC0104FC0531344339B7B1DB68175060A , 0xF9C36F11B0AF4B57A0E4642C7F50DDDC , 0x3817B4059DF743C99567EBBA8C2ACAA4 , 0x569FFCD9369F42B1887F3AD43F7E0C6D , 0xEBE491A5A6874B9FB123AB5320546E9B , 0xCCD6F6B544404AFC841AA1EF0A82BFD7 , 0xBD1DE719B38841B1B706365A5772522F , 0x1B3268D212B444F9B77FA67E100F37A8 , 0xB16FDC138E9946159B07585D14C46279 , 0x0800AB2FE61341BF8ADFEA25C5FDD161 , 0x30B54442E5D9409D9A15DBBCE445EECB , 0xCB2358E0791E4E3CA00E9D5D66AE7F78 , 0xA87B8C41A53142E4BA436DD4EED177FB , 0xDE9564BF1A93411595B27E2B468F8C9D , 0x63ED605EC03C4C7481446A7EB561BFB3 , 0xDCBBD92544ED4EEA89C6A2952466FAA4 , 0x1E019FCCA3434836A533A7B9DA01FE52 , 0xFA6A9737F94E47C3A8FE75AAD77503F4 , 0x6440BEE69E104EBD94A832AC3D658DF7 , 0x248D30A34318499C8257543F96C2CF9C , 0x6323DC73A6104DFFA1EA47D5ED37229F , 0xF26DFE56E96347D089DD06BC288FFFF7 , 0x8856B18EC49A42B79B54D594824B3507 , 0x3DD74D8413D740A08F49D10165790D9D , 0x749AA536CD8F418B8A94FE95476F317B , 0xAAF0B58EDC9047E0B6631D4C2E10B3BE , 0xD509D0A790E5415D9D06D55F9B804CD8 , 0xA7D5796FB13145D681AB271DA91A7B1F , 0x7859717DD00541B7A0B9003F7307D5E0 , 0xB17F2DD9B4544F9A89E5DE1983C8CD98 , 0xC1A85BA8CC2445E4BFF1FB983CC27F2C , 0xDF62492149E94D0A8417ABB0D7699EF9 , 0xA4BBDEF4A2594BBF83865A6175616A68 , 0x4C6300A620604A87A24C3C729A2237B6 , 0x404D0FCA9AF64456ADFEBFA65998916B , 0x28948A5BCBA1494FBF40A37EA348A03C , 0xC8B0753DE51041D18D0464E903A50C7D , 0xCC39BFC3EC484EFB83612F3BC182A474 , 0x619C3F2B625240CFA95885802100001A , 0xEC859A0ADDE94CDBB6D1D0DA4A37153A , 0xD871D177C2A44E539C03535517360BAE , 0x7035D7DF8779423084CF66D7221B6D04 , 0x06DB78D5354C458C820B4CD37966D403 , 0x5AD31055F26F4CC7ABB0692705F59D76 , 0x4780DB9AC3A84822868C09B353089474 , 0xC2550995120940EB8F755B135FB71E18 , 0xCB25D7F4A51A4C03971ECC79431246B4 , 0xA2AAB8893E554AFA91EEF46B56F3B97A , 0x247FF9DD8EE64ADDB1326822441DE774 , 0x753EDE2B6C2345BBAFAD6A3E49B10C35 , 0x510F78D86391487B850450F19EA7993D , 0x2B4662698A3F4CD68645B109F10AE968 , 0xCC3FD05F640145CBA006DC5810107CDD , 0x24C05186A9B44CD9887E8131E065770F , 0x244CD42BD2D14E548659E1BAFF17EC3E , 0x9A7064A8E0F349A083B6CBDD105F0E90 , 0x194D7229FF774F5F95EB5195E8B39AC9 , 0xD784ECF70CA4493EA0320BDBA5E7F944 , 0x51A913F9782541B28C2C936DB95EAB14 , 0x5D94D24E055E47BC9198A25911C304A7 , 0xEAE7D03B463845EF8EC16B25F44C5258 , 0xA334BD59D88544F4AA64AD3A3DF22BB6 , 0x8DFF6F69B2F24F4FA7DC6892D95C649C , 0xAEEADC30E8A34EE1AA6C7DB7CC91FEBC , 0xA54B454C665C4835824EE45015016CB0 , 0x3D02C929C569499DAC206D10DD610F28 , 0xECA65BD9843343B29EE5AAEE2FA6C203 , 0x6912200249054EE1A2A0CD946814E815 , 0xA60C9BC9367D494A88CA77D8AAEFC7FE , 0xBFAD9C50D41B439A89E5F351BF1B57F6 , 0x5389F2A6CD774E049CDA848CCC5F6D0A , 0xB70D2D812DEB4B7BBAF4AF2FCAAA0640 , 0x537437AD943B4C27AA4B709720BEE65A , 0xC35EC2C7344544ECBE859A4680E582AE , 0xD85857D5DAEC4C999B14AB8E68D50A97 , 0x0191B6534DCC410E800D276DF5C18C71 , 0xB16B6E9300C34CF9AF4C4B2586685B9B , 0x866E0EA01DF44641BD2CFA4D2D21C55F , 0x6521AA3A06994855B809617974B62EA7 , 0xBE4D9472F9254C2CBB117AB2D0BF22EC , 0x8EBCAAD60B114454B08E127CE7FF2550 , 0xBA821F31F8154898BB986E987C12D74F , 0xED066A3CD1254EF68327E31AC9C8FEEB , 0x2A0687BBBE324E049F0F06977DD3C907 , 0x6A54B845550240278A18BA92B006E763 , 0x2EDD57B9CA1141B6B5C53F8674212BD7 , 0x8B54BB9C92264A8CBF4A256C4E191980 , 0x7354C77901FA444DBB7F2E2EDD529636 , 0x116FCA7002264CDB869104401E0EC2A9 , 0x97E3B5E3B0534BB1A44D78CCC228EB8E , 0x5FB7F7F6A6764B7A980219900F02702D , 0x51EBA3A325EF4801905B073785D63C15 , 0x918E443C8C2840AF92E82899A4E57146 , 0x2D2456B3FA6F40B999DE09DFD0E79AE8 , 0x1BFA32DCC54D4D4E81C1044ED21AA59A , 0xCDF68DCB415D4BB5800072F81FD93BEA , 0xCB149F24CFAE4826AB6496555FCDF294 , 0xE1DE93F44A24432A8F3D4F598F64774C , 0xF3B7CB03D4164854A79B0F1BE2F2CCDF , 0xA2A8D53DDF1A49E8B06052BEBE331E96 , 0x30E222F79FF9424888EE14289046E8DF , 0xB29DA3E5123B454BBE0DF27B4D1C1DA2 , 0x5646F71810E94DCCBC14BB4324E2F862 , 0x8556BBDC56CC4685B49E42099FEB7D2A , 0x209834EC53FE4394BF088C3D6297B796 , 0x626C9F78E9C94F09BA597A9BFA20C937 , 0x95D6798A1CD149269F4A148D41E9FC58 , 0x6A07E3AC5E4D48A9A585D73D15A4D59C , 0xDE92D03D059545939E751FEE839447AE , 0x1468972B76FE44AAAF7143B90CA7C94C , 0xC50E883C286C4F018CD598C804E171F4 , 0xE59AE07034E144D18949EDF3B160D0DF , 0x2428C9C980524C378F8CD7E96B6EF162 , 0x6373516C24B0488FA6880D872C1719E2 , 0xE43F388E349744E9B7C128FD4D9CB260 , 0xA9A9885377C948959189CF22821CBA18 , 0xAC2ADF6C66334356A85808EDD8D16079 , 0x538E7CB82532480EBED155E8D78AD894 , 0x9949E8BA9DAE4AF7A7D5D03EE4588664 , 0xC4546F0068CA42F2B2D9712DC4677910 , 0x3AAC084976C1427792A0396F2E6D3F2F , 0xD9C73F10875F4FEBB3DA17B989CD54F7 , 0x287B5530EE5648ACBD3F1BAD6F66EFB3 , 0x059D1DFF35BF4025BEEE6AB37D594BE2 , 0x411B01D12F4E4C39B4035BD90AFBD536 , 0xDFB763C7827E4100B9E8852CCEDC09AD , 0x4BFEDE04D66E4D9596D574A82A230F14 , 0xB0AAA356A2724DA29737756C5F1E0E8E , 0x96ABB6BC831C49B59AEB3F3EED5FF64A , 0xF19EBF511491469EAF79DC5783BC540B , 0xE1A747CAB69A44BFB035D590157E4620 , 0x21139AF787E740B59308FB1FAEB82B4A , 0xD568E37741694138929265501E80E42D , 0x0F4FBFD7830748C68913BC74580A9875 , 0x20BA309D45374A89BF4C75F5477519CA , 0x19531C4549F14D88BAC93CDEFE4613F8 , 0xEFBB67D7B6DB4D6C9BB75C0E085BDBFE , 0x5302B5520E264695A86A2F85E9971C0B , 0xA3E7AD8EF27945F09BBB67A86BE19A86 , 0xB29F6EF56FC34C17BF267706B408E628 , 0xE8C7BCE909E6461B9C03E85C8D5F048B , 0x0C178F8C462B4D8A96239A0169EBEBAE , 0x8C7185289CB246F38480F8743348EA31 , 0x9A722EA67D8A4D13B166C373DFFC3D86 , 0xB165B780CF734599A7550FF82978C216 , 0x9E82853237554376A30598380797AC3B , 0xD1A2FB12972B402A976944F10A0E6CFE , 0x2228697264FF41D3B046354F652839AE , 0x0E7F173F1E0B4C0FA007A62C3BC76BEA , 0xA9ABFC5093E24E72A9BEB66E30AE0928 , 0xBF9F62DC08434928A4E39ACD6504C694 , 0x25CCDF65FF3A4285A2CF51D27C1E53F3 , 0xD214E8BBBBE04C1AAC89D8114AB61808 , 0x8ED5A72FAA2A406E940C4C3293D7542F , 0xAD34A9CAFBF0418283395ED6427901F3 , 0xFAB5672C27024088962CD0B60AAEED09 , 0xE6C3612FE28D4D8ABE9322F443DF1E62 , 0xDFCC17D4D34D4C5DA39138A31B5CC453 , 0x802F98E1177446FE919642D200FED0AE , 0x86FA1CECC8024E50913319E3ECF05611 , 0x4AB097A9FADA413DB234073AE68CD6D7 , 0xD720D32F0D8045099239449EFD627F55 , 0xC771DCBA5D9946408375B135B69691AD , 0x1C42604D6A874D4CA51F1B2F583B9510 , 0xF8CE514886CE4CF9AE45BD2867596E4B , 0x53FF0C42DDDD43719BDB86B9A9E2A47A , 0x8CAEC44528BC47D780F0D41E82D734C2 , 0x9A27C51B337D42D3B657956597DDB0A2 , 0xD1B21F1A3DFE473A9663A3B7B263DCD8 , 0xB7BCC63D73964A6EAF8FB1A2CC15941F , 0xC299623C65254135BE86365A0466BD39 , 0x60426D71211C4B5A826ED731CB6BDEF2 , 0x8237E2F5C1E446A88F76FE6792EE3B96 , 0xEB4ABC5514E841AC9642E9196170E445 , 0xAD93D995291848399C8B621C223ED70D , 0x245407A5C4864A2DAEF24D8962A249D8 , 0x28B9BC8F3CBF40228218D894759F0435 , 0xD39BF39272354EB3871E57A28D825085 , 0xAD1A910D6E804ADFA22C4D5E8C6A5957 , 0x91FF1BD568904E788F0E198FC5285067 , 0xDB878F7BC6D445FAB6E2642FC2F733F7 , 0x2DCA1301892F45389CB49E92B95D9D1A , 0x4A4561E8B4DF4BC28462A2D357CC6E2F , 0xE10E69185ED84541A35D8BF04A5D1604 , 0x9F96D96DB5F2487F97AA99D5BC3B4CD6 , 0x0B3338AD69154F21921EDD28932F622D , 0x1A25C1F915534AF0B46B29F1F2C828D2 , 0x91513E11120C4C1D9EE6C2B75B4EF3A7 , 0x9A221760960342DAA987345BF31E0463 , 0xB84E391CD2384B2EA19F1AC570A21353 , 0xF9F082A6805E4CD380FA0971C07CA705 , 0x05CC546A99D24BCFAF768A3AB60E204D , 0xED6C5470AE8847FAB0826C009A262455 , 0x0FEEEDE2046140CDA5D08F34BACD99F7 , 0x7095CD2A6F9049889802BD75ACC1B92B , 0x0055D02BE7094023AC1ED30D69CF7FB7 , 0xA8F9C4AA7AAC4D9FA31934164EE5C6DB , 0x6F7346EF008443EF9CAD18E83269CFDE , 0xF00FB44941AA497FBAC57F431ED9A374 , 0x0C8D15AD220F4FE29BB12479AAFBC189 , 0xF5FE5FD123094D1EB4BEE577110E4AAD , 0x93674CCA3617475998AB698B147FFA1C , 0x1E8DD652992C4A318E22D1DC589995A3 , 0xC6F0236516F64A96B19E872CEE278E36 , 0xF066360A7C864F3498977B7238C36C62 , 0x2617E23809364680B8E0BB05F8296126 , 0x60A9B1C390CB446E81E2064852A7E542 , 0x202440D67F9E4BEBB5B6340DAF0C277E , 0xB358E9864D0745A381AB4EC750F47A84 , 0x55D9A7DDB5B24889BADA0CE8947B1FFF , 0x885A567C9DE5409AABB4E395489084AE , 0x37B8F3D3F7EA467BBE213CA8677F5615 , 0x735BC0F85D70406E8AB280396AA9F94F , 0xF19CEC06816B46DBBA8006E359B3E440 , 0x5ED204DFF27946599D85AAEF980E2B76 , 0xF86E825475E64B24A3717E2873A914EC , 0x73FCE7B06A5347A7993A51490C1AB2FA , 0x39F6C62D67EA478CB599F893FFF228AE , 0x403E2D50A57C4217ACA7AFAE0966F685 , 0x4F03C7976D194C15B214EF6F5D254C44 , 0x868782FD340C4E9C9F662471013687D4 , 0xC804B072BCF34A3581D646B433AD1142 , 0x189DD7466F194804896C25236B803057 , 0x8661636C1E584FFDB19D2A2174C53CAD , 0x52497A48C23C482F92ED0B30440724B5 , 0x2B6FA1E2CDA34936A5A723EA16276F9D , 0x6FE756486EE64876B2489263558C10A5 , 0x12C2E1884DAB4C4C8B197AF4E650B001 , 0x28D75B11A25349C88BE6E20B7FAF65AA , 0xE30D727B92824B958A2716B32555A12B , 0x6FCABD28BEBB462299CA707A349ACC8D , 0xD73774001DFB46CDA85B7FBEDE31A0E2 , 0x7BA26DBAEA264042B31FFBED5C9114E6 , 0x8DF4BD9DAAFB4AB792145928C73204A0 , 0x28AD67605D25452DB932809EE564F4F5 , 0x9AAD31D1812048ED8803A0D9FC8131DE , 0xDC243E3F7EC14B34AB198B3E7C38FD38 , 0x5827EEBF43F44D96997EB4F03A3E85F5 , 0x6CBACC6C2407467EAD0D54B6FEC16C87 , 0x4EB13F318858490D86342C4D911F8DC9 , 0xC992F6A3D20C41A792617558D552B1A4 , 0xDF15CF1046D8420D85958EB93C3D4F69 , 0xCAD9E15967EA4BCB8A4DD7BC9F88E72F , 0x08B598CC3ABF43E488F3A8E8231BED6F , 0x54E7439203064991804AC6C0CAE33B63 , 0x681FFAC903EF4EBA87EC6DE8E5D594C7 , 0x89C91002ABFC406FB2C2818BA0B3081B , 0xFEEE45B3B91C42668D6B0B4D53750A6C , 0xAE023F075098484FBF8E6F9279C30ED2 , 0xFC8714226ECF4B5191914C1899B388B4 , 0x21B79038B21F426D82170B8ACBCA81C5 , 0xFB20E80CF5C24865AE74BD394B8E06C8 , 0xF4CBCDDA6E1746FF85536A4DDF475199 , 0xFA11EEA2EA2C4F329BF488473D68AB1B , 0x37F1308BEB4A437F9A0F148367A019E1 , 0x806AEE90FBDB4314A4EA3349AC0228AE , 0x9A1FFF51F14F44AFB117331FA69682A0 , 0x663CE24D33AC41FB852F3A3AA43B8CE9 , 0x9177721822ED4089ACEE287D1867EE75 , 0xC79DFFBCA33B4CE1AA5D4BFF3B181BC6 , 0x2174C91FB3604333B0507EC555C2F2DC , 0xB544E738E12C4512BD5D2C21EEB5189E , 0x78C98FD93C8F4E72B46D2439643745D2 , 0x25EA4C059B22431E9EC8593723F6A401 , 0x23DFD75BBB8140A08A7F786E7D4A77D1 , 0xB085E1DFF0224CFF9E1842C77C7FA62D , 0x827347E135494AA3AE2DBB7FBF4A8C17 , 0xC86C67D31DDD400D9BDA9421F92E8E98 , 0x6628542204254A96A418FD67DE0F2ABD , 0x7ACD4EF69F2849FF8267C5D3B4AAED60 , 0xD7B24C3860DC454880DB808E143CFE0D , 0xFD5C71E6931A4E21A250DBCCF2B5D13B , 0xBE7E5D09A2934B018D4144939E1983DB , 0xC4DAB0C9D8E9486F8AB8424E0A8EE448 , 0x5A36F43B1804492EBB429AF68042EE54 , 0x7D5A3B40F68D422CB1E9349BB5CC6ABA , 0x9386A5473E9E4EAB972B0C2810BAC2BA , 0xB1EA629F20294E4BBB5F5B861F896967 , 0x3C88F4410FB442A6875FD1616993761B , 0xA9894D2545974D5BB720EBEC35E4D5F7 , 0x73F0BA2581FC4010803474B411ABD253 , 0xAADE0A925F52425CB130CB61944D8D3D , 0xC055B25E727949D999ABC2B0CEEAFDC7 , 0x3103CCF1819640F0A004ADCBBFBBD865 , 0xB597E08394BC4486AFBD073885E36000 , 0x134153DD35B642B1A70FAAA51C113079 , 0x68A432D0832D412FA4EFBD521EEB8E85 , 0xB9B8EA56900147F489300AF7717AB42E , 0x54D1F0C3ECC8464D81317412388AEC63 , 0x1394A4E652F04A35AC909D87133AFFC5 , 0x8A12ED23473046BC8B238F90F4D9C7C3 , 0xD437FA58FC2A4BEAA7DCAAABB8E08394 , 0x472CED2E2BD7452880F1A486CC34E497 , 0x65061BB2103443DD8D2C1848D7BE5287 , 0x74AE0E5A10834C2782CC87F119C3B335 , 0x40841F740ABA4509ACB1B8B658921435 , 0x1D32D738147241DD9C2B24AC41DC94E5 , 0x38C6FFDE4A874D349F245AFC45ACF650 , 0xAE30C9FB68344A30B8A6439E5088EEF8 , 0x091F6B1254914C689195E83206F385F8 , 0x9BBD2F19019042088953001770690009 , 0x5BB6764A6C1348DAAD38BC91286B24D2 , 0x77D9FD7673FD47D0AA7A515E47CBF4FD , 0x9A0BC423B0FB4124A8347E6447AB1E08 , 0x55864463FD8C4572A7E0A9FBD64BF9B7 , 0xCE159496B65E4B959EE7124E0F96E6A4 , 0x73B87AA0B33747D7B2634E8041650D08 , 0x7CB7C43EB280490494A9C74626B147B5 , 0xD55E1178C89C41A69569728FEC37421E , 0xA06FBC3D6E2C4406B03D785EAFD37BD8 , 0x54E1ACBE6BB5436D8A9D1A9D86CFF120 , 0x77B7CBF65B104E07849AE7C9AFFFE63B , 0xD0BDACB2644D46ABBA3AD7B46A9088C2 , 0x5C3A66441D9A496F84490DE6FAF8906F , 0x9F0FE360861141D283E426B0B82A69D2 , 0xF7FC4A0B663E4D28824E5566C825669C , 0x2F2E280E8A1C43A08BBD3FA6B6072AE2 , 0xA103F264A812497EB7670F4E24E16103 , 0xBF7594943B4D47DAA33797CA0EC061E2 , 0x7EEF7532D5A146B183C600DF8F05384E , 0x13439D9B03564E18B32483AC2C68E87F , 0xB5DEAE79F617433CA8281A1C2FCCB2BC , 0x992F0AE1FA674BAAB450E992423CB339 , 0xD71CD677B2954116BE6025A8A970281F , 0xA220554020474814985A81D9F4A8A013 , 0xE0E307D65285428E8BAD76997F132C6A , 0x9B41F8682FBF466DB8FAA67842EEA474 , 0x9E5E83B0882D4F76B7028D7848932FC0 , 0xE13CC1027B3A442E9A6CD977BA43C146 , 0x217F901A7FC3402388F6166A1141A71C , 0x17DFAC245FB34D5F9DEB25D5FD993559 , 0xC10C8BAEDF8E442498EDC7CE06DFD89D , 0xAEF03C5FCA3D48A699CAEBAFC4B615B2 , 0x43B1F4460DFF444EBA21A5095A4D7DAB , 0x4B6D9FEC688540399F9B64FC2DBCB954 , 0xBE2AF070130B4C97881162E247008A14 , 0xD2B6AD28F4404842A3D1A42F16C0B510 , 0xEBC09DC1E7A24BFD8E29E00428FC06D4 , 0xDEB88D53041B49C091C36213187818D2 , 0x590B3A94CA834BFC847C33678A6CA61C , 0x95EE84B241B3463BA17660427B114E12 , 0xA0F6F2C3F7694BF88184140371005B7E , 0x9061D2CAE66140879C2C8477CA421D1B , 0x1FDB23E153FA444997CA527D4957EC9D , 0x272DDEE0BEC44F8D8DD66C6FF29C4867 , 0xB849617F2DC94B638EDDB426C17646A0 , 0x22CA2444032C4873B5A95D87530DDC85 , 0x61D9AC91BF69484E8A2A69C98943FE31 , 0x7E981D42C6EB43348B564D3A39B85AC2 , 0xD6D5EEA9525A4A81BFD518A1AD8B98A8 , 0x5F105ED385F24564B7AA61A7A96149EB , 0xB2C7BEE763B54250948812E177E3AC3C , 0xB21068518DB64D1FB45EFECDF31AF83B , 0x32F56EA7061C4A769015C52BE1D7D849 , 0xEBA18111A8B042B8949503B7AB11C326 , 0x84D102A43C97443AAA2C5D08D3F5A24B , 0x8CD25F8D0C38475EBCACFE480F9C9519 , 0xF74BFB7031DB41DBABF53BD392C01F33 , 0xF70A4783B3DF4AF08886652410A3AE99 , 0xDA0D0329A9A142B6B821D1B01B57CFE8 , 0xBB3C758444654DD0AF4201035923BFC2 , 0xFBC48D7B29D540F5A33CA1E5B9158DC6 , 0xEDE8587A5314449DA09D5000092EA1BB , 0x6C5B00BFCF0C41F58ECD774195E244A8 , 0xEF828E596C1645AEB307FFEF883CE8EC , 0x605829815EDE454897BA641B050C6BA4 , 0xFD0A4EC90A3C4DFA91DCBF0981CB7392 , 0x1B07708ABF544E658A3545A691AAE820 , 0x9DD9387F7064458D8E336DD68D412744 , 0xE52A32BE332142CBBDE7DA53587F9C2B , 0xEAEEAAE684C14A8D92941153BED39327 , 0x6D9B84C6C55C4D7FAA7A97C9CEE9CA89 , 0x518A5C0A2BD2494E83E150FA098989BD , 0x84551748D7454AE69D5BD4C50ABCB0A3 , 0xE045CE2985E3499FAB66C3E43E668896 , 0x3655AF64B83C41AAB407B6431EE372F1 , 0xAA9552DDFF1D4E93921A4BA2B5BC1131 , 0x5E29290AA0F44A37890FE01B9FCDA9E1 , 0xE612EFEF2786403ABE306D96A0DADC3E , 0xD97624CDCDA945FF9AC85E17ADEC76C6 , 0x818C3951B0334EDDAD76DE6B340E12AD , 0xFE3688591CA44C798F4168573CC23A45 , 0x4173C687B27C487997F235DFF64BFF22 , 0xF9A6F6EEE9584A7DBD2AF9583825958C , 0x49CAFDD956904DDABC7FB172B62AA275 , 0xFCDC37E8FBAA4BF4A8D2E5F97238CDE0 , 0xC7E1AD67D6A24B5C9506FA4A831BDCC9 , 0xE5EE6EA49E954EBAA0D07188788836FB , 0x10903B62D6EE43AFBD7C57C9EC640834 , 0x5473509A8F5C4F5AB50F42EA906BFD83 , 0x822643CD5F71442DA49722C0C9D7C524 , 0x1D7667962AB844AEB30A6119A9141164 , 0x6CD83EFEBC6C4AE08F468D1F74DA541D , 0x91C7750AB6004C2DADEA267665C377D3 , 0x713044FFBDD24030B7020150A43B3673 , 0xC8E6A65A29C740C3A5F7594ADB1E0AB2 , 0x1E781F774F514B8B8CEB4D90A7118C0D , 0xB5C6C3CD9AE94675A66EC4A78CB93AE3 , 0x306E3567FBAB4306913EE471BA209352 , 0x0234A25AA47042F98CD5CAED3E723D29 , 0xFDB9C055392A46069AD965CD7403606E , 0xAD45DC0C4DC747DDA81D0720E7FEC563 , 0x69F896F83DCE4F1FBF2C0029209EE65F , 0x03FF0EDA29E34FEE90503C212F5EB200 , 0xBB77518852DB423E9C4AF5637972E7E4 , 0x7B0911FD8C4149E498BCF378AA44404F , 0x616A1ACBE63D48D0AF49325D8A4E9AE2 , 0x5EC6F3E8E0C642728451E481116EE7DA , 0x74A7E0D1C8FF44CF9E0824E95B8420C9 , 0xB52739EC32B84A9FB391130B3159C43F , 0x63B9FE65D7A84F8B8ED9C0D41537D303 , 0x197B169B52774587B44C47C27505F905 , 0xBF260D7AF45F4846B9608D901E67F3B9 , 0xFB26C7D1FA994335B7A5E6C5B5828EAA , 0xD8A4C65E2D144A9BBA76B677EF703FBB , 0x98377965BBA548B8944A91E12FC47980 , 0x6DE032A3BCB7446A8215323B49CF31BC , 0x5B2129A49C614CD0B56E70FABD663051 , 0x66750235B8864A6FAF64DC8C4EFACC3C , 0x1E96DEC7C7C6475D81BAE500EE3F2A2F , 0x4F67C21A0D8546AD919A2521BEC6D1E7 , 0xF7323EB2F27E46E1A6D38E33B9D317F7 , 0xF6A2EBB9ADB243B2B1408EAB2C0FA945 , 0xC79B3754754647E2B76D7637839C66AC , 0x6F03405D1786458EB8A37963B6D3E238 , 0xF1506107363C43229C108166497354E4 , 0xBA7E515FF29D41C0B246E1024E52B9FC , 0x613FC8FF25B444B2AB351685D5BD1BDD , 0x4B03E31B439C4E5BAA8E46D43F18DA41 , 0x2E744E927DFA4C16B0810A9F05682C2E , 0x72B4A0F99E9E4EBEB9117396B606A148 , 0xC2C8AFFAE192406B8DD31A08EF54DA46 , 0x09528543CFF5496A86AA788DF7634A3C , 0x7113009FCCA04D2FA5DA2D5DA6606739 , 0x33CB3D8542BC4F488AC4D22909DEA9C1 , 0x965580512B954333B22B629F08270F54 , 0xE800BD6188D84062A52235E09B1181CF , 0x1FD3DE4578B6472281F4667CE7B30F30 , 0x963AD2F3489F42C296F089ABB49F6FE6 , 0x78CCFA1819354C18885E1EBFE5D2D5F8 , 0xCD26C616AD194B76903421C0751D3A0A , 0x47D9F5AD85CE459DBA1F5D27279720E2 , 0x2994256C4F0E40C2A184AD67A3A126E2 , 0x33E7B57B2BB04CDDB29917769B5E0C2C , 0xE84B283D323345B4A61FC489161D028E , 0x8BE5AE531C6241778F87FE37AC204D94 , 0xAFB36C9FE2634E889CA9CF4207424C68 , 0xE3ED6B02EF0B4022A25D456210505EE2 , 0x9F02356F4CF0457191E5AFFC9A69DBE3 , 0x5DF365ACCB244610B0CF6B26D6D871B7 , 0xFE7405F23074424CAFE5F8DD75689E47 , 0x05892F9B77A8492F86192C1199BB9AEE , 0x43B4BB3DD10541F48EB414B675F1C8D6 , 0xEF2E5FE70FD949F88C9DC2F6A3C00203 , 0x1DFB2D2DE4534C7E9FFD22ADBB3B3B04 , 0x328BD6B19F6044A8BF73A24B63EA97DA , 0xE6094046E97E43149C35AE857B6203C9 , 0x478431AA02F2458B8E9F22410ACCB28E , 0x968C43FD6A5A4084AB32C27FCAF39F59 , 0x4ABC9BA137EF4674B44775F87ADE5E04 , 0x3E44F564E46542D2AA654A9831CDFDB4 , 0x0D5474F3D8764555B0E94AA90A85C0D2 , 0xC31716524DBB4E87B3A07DAA48F715A7 , 0x8A5E154AFFFB4FD2B2F0097A9133376F , 0x89AB1B5EA49A4B30ADBF0B7CBAA08233 , 0xEE3606B7F31449C997E17D308F9724DD , 0xE8554F38A6F44E68935DF63799F93E5D , 0x365406A29F9A411EBD218CB9C6CE79C2 , 0x64305BEBDFAB49DD970488CCF1E3F6BE , 0x33871283747E4260A08B24797E55D941 , 0x7BA20A391E7B4020892F37383BBCCFFA , 0xDCF4C95A6B034B6087807D7AE5F01034 , 0x8280B27CA4394D3EA7FF22A482CE8436 , 0x874DBA27BDB04CAFA8B54ED3EEE66E8E , 0x8E595AF9BDEA46288AF34CEB99E6BD12 , 0x300747FB7AA0447294A79237214F4B85 , 0xA4A319D819DF4A5D83CF5B5AF86035FD , 0xABBA5CBEC718433482965A6580F57555 , 0x1C074D11122A41C18D398584B652C89A , 0xFEA528AEDB9744D2BD7CBA186D481676 , 0x8667D17B09E6413DBF0BBCDBD26A2C9A , 0x8EB5B4F743224D80BFBA24878911D2A0 , 0xAAD258EAB5AA4456B7F13D09C1ABFC8E , 0xE99C78AF5DE748F6994B58B7C70D93CC , 0xB3192C98DDD0401E9F14ECB01081A0C2 , 0xD029FD1C9B4B4A6092650ECDBC4B2324 , 0x21D5F94E49A74D8388D32BE40CA1395F , 0x937EC49CEE534CADB87DAA0588BDD1C4 , 0x461E135EF458469BB7E24C3B8E61A3F3 , 0x8538D19560ED4151BBB0CD0F0B292926 , 0x605E59757B1B48DE8E2F15476A5847C0 , 0x40C53312765846C9A1DD5610660E9243 , 0x4501B5F6C0AF4302883C840090F3D39E , 0x6B07D45F830848039592A2B1F83F4206 , 0xF5D29D49F6024F90A4373B970B35D61B , 0x777704F6E46D41CE858ABBBE8BA7EE40 , 0x258377773ECE412C904CE3DEBF7CAA53 , 0x69DEFA3CA4D247ADA419E2E92A3DA3B2 , 0x507153E3751540FFB93EA47D7FD3278B , 0xAA6C8C436142481D861E3B7911EB6C91 , 0x4B3B0EF7C79943D9886662C893DBE5F6 , 0xA7D0F27862C84D75AB4199F0B17506AA , 0x2CFDCFAAE49C488E84D31274AF78973B , 0xBDDB3A5A05D94F08B79448867A23B2BA , 0x23AD734518644D538931003582D1012F , 0xAEEAC63C23784598B3908ABEDEA2E9F5 , 0x0D3F8FF85C5C4106A13F61652B526946 , 0x6CC197AD4F38415B83282ACC6508569E , 0x1C7B28EC0AC9446191BD69A1C8EAF235 , 0x41A09CA2CFBA48118D914FD0E163B019 , 0xCF05DADBEFFF49F893D6966B57EC2EBF , 0xEA954AA78F464F23834260154A684385 , 0x330D7528860543EBB510B54A96D15EDB , 0x1B050680820A440586B8921F971EE96A , 0x6BEAA7747C88439088EB8F8DAC788C88 , 0x2F5B479BC02C4EB1B2FFB7781041282E , 0xAA9F50717B3D427C839A6EB8DBF1B5B1 , 0xEBA68F2D9CA241308EE57BA6097A2939 , 0xF6DC11C374C74C049540AC01EF3715F3 , 0x22FC7E332C504C8AAF280076CB1FF6C6 , 0x320B3C6EFA564240936EE1F4CFD0A75A , 0x33A9D2ACC6794A13A256D9295886DF89 , 0x472508EC49B84407A90F5FBB7D7DE8DE , 0x440A3436BA07448D8CC9A05C5D762AF7 , 0x470FACF893614CE397DAED9D01D4BF25 , 0xB5BB714EB2CB46458E9715EBDD87E056 , 0x287BDFE2A1D241E0AF1F36029FD62496 , 0xFDF354E8787B4C72B3152059CC09E6E5 , 0x41E1837432194370BCD015F657A41FB1 , 0xA6D1803867FC44209FEB5B22C6B4CF61 , 0x0712C5A975E14DBAAEF1B2BA6D835DF6 , 0x3BB3B57BBE3C4A14AD1AB62E81CBF80D , 0xAFF99B0CA0AC46AEADF1ADAAB1450278 , 0xECB3D8D67F3D4DE190DFA0A44F864159 , 0x7F0CE93D7E1C44759238D72BB9450B1C , 0xF9DC943460894367BE2EBF83D6E21423 , 0x771257CBF0A643BD9C06EF695B8BA525 , 0x7AD56E13D7B344E9A2B3CC48CB002FBA , 0x8A88C62F87A4442CB019CA997724F733 , 0xD10D4C44FFF24F209F27877E2625C680 , 0x19C01D6883A34757ACA33066375D704D , 0x303442021CFA488FA17D59CB62B01358 , 0x3BA2BD6554084701B9EABEF3B92E73E3 , 0x14A4DEA35A0C4DD988E6BD3E2D8D4F8C , 0xE2A94DC89638468F9D64B58EBF637801 , 0x9115908D20A949FBA1522103EADFDAF0 , 0xD334CC10059A48B09890A0D85E033AD1 , 0xF239D504992B44B6A32BADD58F95583E , 0x4BCF4E98C8D64487B1D48739BA9DAE61 , 0xBE0DC0E3EA2B4601B2E81D0305285444 , 0xD6E85216936E479AAC219967F78ECA2A , 0xA7B142A47F7B4971972E145D1A3C5179 , 0x3F3B98F68390449490211F4F023E709F , 0xE38DDD36BCAD4171B58F48DF64914F77 , 0x4DEC1414D6D5456E9B0D84DEAB6F7E5D , 0xC26C6E66426C4F6F88C86CCD86B50384 , 0x377AA9D1ED814CD0A1B057692DAD74A2 , 0x5344826973004FC4A579FE7408D33EE4 , 0xD314F409074B4E21836F1914F0E5A255 , 0x6B2F85652E844BD6A082889149C8DE98 , 0x463195DA73624A6D8180F544A7362BD1 , 0x9D015ECC7719447C95390FDF21F6BED3 , 0xB314A5BF25164D17937D052093659122 , 0xB8EA8F6754674373A4174EABF2A54715 , 0x95EDF0D9C3FA4FFFB0C20D160ADD2666 , 0x3AEDE45D82714632A3965FE53BE6F069 , 0x296E2BED6BE6489DA740DDA2BD09F911 , 0x29911FC5AE2D42058C09A2F613BBC40B , 0xFBDD17D4E7CE45B1BC283E5F629196FA , 0xF0485ED235F24E7D9B7BC8DC71FF6E03 , 0x09464E451437460985205928998A1267 , 0xF9C39C751D0641BDB527C2F2AFFE2F38 , 0x1141C26310164842B63386E2B38188BC , 0xE15A0176D8DC447983B8773D7F199241 , 0xD65886BED74D453E94650616928E57E2 , 0x41A03381F474455FB51B118E66292F71 , 0xE6611699F101456F87705D346D6EAA67 , 0xBEA3239426C3462B9B48BB5AC392833A , 0xB28F31CA8CDA4BD29E34AA0736371ABF , 0xC1FB4300A05F41668D22F1418DA41DD5 , 0x19FC1A23068A44879AC056C12F94A324 , 0x1BEFBD93B1E143C4B5A0B0D52198DF85 , 0x67146C7B61C547F4AB143C1C78E70E1E , 0xF906D58A2D9D41B9BE57742C5DAB732D , 0xF7215890D0F84B67A89CDBAAB259E7CC , 0x7B2F5497B11D4189ADE0482629CBD497 , 0xF3C568545CBB4B7DB371BBDCF9F23F9D , 0xA0840ADA8C07481994A6642BA57B7D19 , 0xDA137B228326473DACEA7B2DD2197C04 , 0xEBCBAC47A9E4423ABED8EA222E9C0A5A , 0x80180525ACDD4982BA7F3E8C6068F271 , 0xAC38D0CD61854BE2974BC2D60EB1841A , 0x7E144C7FAC584C37B0ABC6FC4BCD3D05 , 0x413C540BFDA949D3AECAF90D770C2525 , 0x316970C5C0C049F2AC9E8CC0CB2AB2FE , 0x2D15CACCE22A42EE991EC405846826E8 , 0xD53BE8A46F644E30B1359CA868810E64 , 0x52CB6904F06D468EB37B7862F5B3F217 , 0x4F73412554C34C8996D7878402C6D268 , 0x34633C179B3E496C8E830C212B96F332 , 0xD060968C20284EEEAC19DFDF47C50D48 , 0xAC3D913856BA410D9FF70A9107D46887 , 0xD8D28AA956154A868F2D513E0BB90AA9 , 0x4C1CC5030574447C9922725BDC676A96 , 0xE186E9E4822046F4A70AB5685FE19069 , 0xE71CD0D4D9B649218F0D7BAA32DA5052 , 0x851D08D554724727A40FC4A7FC7E985D , 0x6E8EAAAC93E546278070609014AE1B08 , 0x65941AA51058472F8A94410C7DB7BB31 , 0x5897F91713134ED4A52D99E340E67769 , 0x215CA6599BC14BFB9A71CF4334D723D1 , 0xF6F93243843B4FB7A88339F72D0C8DA8 , 0xEF04FD5079B14330BA0137FAE4C91F70 , 0xEE0387F684D84CE0AC0826C75DC0F5BD , 0x3C100D75E86C4579A1C5DF11A06FDEDE , 0xBD6EA516A81B4A6D919A7D6923DCB675 , 0x759078C5B7514D5EBF85ABB6A6C52EB7 , 0x6121D0A7CE0E4568B10AF05379D66447 , 0x7521008738B143429CF5A5F9198E5452 , 0x54EC17FAB6064E06B00117E3229AB4AF , 0xD060958D5A5E4DECBA2558A32E0F3594 , 0x9D44744A20AC45F09DCF0248EFFFB973 , 0x704A237ACEE04878918AF3F7B2B4F52A , 0xEE438C58D8C545BC8FA442D9FCDA8DF3 , 0x5CDE534D3A16430B98C7726F44E008F1 , 0x92E11C5B2C5A464F8BDBE1519C1F71A4 , 0xD8E37F46E10049C9BEAD618DA2125B88 , 0x36D1A2A98B414EF4B3EB5264038CB7DB , 0x77506E5B83484F6682BE1836BC5DF1A8 , 0x6AF9E7D067174B888FDC4A41507B9552 , 0x5FAB5EA71B4B4F288C0702CB7D7F34D0 , 0x1BDEE6CFE15140A198B5D5794F2452FF , 0x3DF929D827C448A1A03BC6A24EF7933F , 0xE1D70E768F8C45A9BD046A89424B8FAE , 0x3B487F9F44474E30AE07D3A9422AD674 , 0x6706737E5C484A1BAFCD31CAB64038C3 , 0x98821F88F7C84364B765B82875DCCACE , 0x3BBB0C5E50E840DF9DA22D748DB23502 , 0x653B72E7997A404086A548741F16D9E8 , 0x62FFF7DDF43D423D95BD73C8B6368B3C , 0x2ED53F36C0444F47BC3488CAE7111E70 , 0xC23EB46FB93B4A46903E6F8F3C09453F , 0x8B9DE03B10AC4700812070FF0ACD2D06 , 0x7F099719EF204FD3BE3B513DE67182F8 , 0x650442E364134496A41AE81DD2F95453 , 0x5603FB25D9FC4666986C4D3F5AE19044 , 0x728B3304BD8F4659BE2B69BB3725491C , 0x496AE6C2C3DD46B09A21AE5FE225DF60 , 0xC27CE0905D534B0FB581BDF1F9076041 , 0x4E1B95D097A445EFAD3F533122D4D2F5 , 0xE584331C07C041A89E2F7E85772F01CB , 0xFA7D22E3979A45D8BF23A3ECF477BBEE , 0xF3FADC99C91548F19F94EC4DE1CAD3D5 , 0x62EADADB8E0146C08DA7DCBAC63C4C23 , 0x83D020C88CAE4757B411443D533039B4 , 0x1A89C628D8C3485C85A448BD66DD3172 , 0x73FE1A92D4554B659EB55B6B13619ADC , 0xA4F3918B8330462FB70F987F2A3DCC35 , 0x4FF9AA2098334A38856983C79B25F519 , 0xA51376AF01F64C5F8B38B88B12235A8F , 0x8D7B397958DB42B1BC890E3A8139B7FF , 0x39A65FEE08F849C188E41CCA8786C3DA , 0x4B6989EE714942CC93661130EA328CF0 , 0x26335304FC9C472E9FC5873F8429D4BD , 0xE21FF30854CA468D94B2B2614C0B7685 , 0x5A2EF548989C4415BDFBF88499D452E3 , 0x8D7068C1677F4674AFE34266FF90F526 , 0xA4B50677B1C84369A80627EC6A005F10 , 0xD558BD2906AC47BE8874780B3162381E , 0x5B45EEA313D94A9F83694DAF163801DA , 0x40B9E01B27C940F1B44EB3A762EB0276 , 0xD9E6949165D54FBCB540535EA307A10A , 0x123A7FEDA7CE48F2A0F3363FF7062F9D , 0xFA946E4180514F718BBFEAD909DD51AD , 0xFE806EDE57394C6F8340265B078F4F44 , 0xD24C21DB66E24490A9B24BAC0EB84F8A , 0xD851828D0F084A568668F721AC859C91 , 0x2BE3385FD0594178B73F01D09BD360E6 , 0x94C67B00A98345A8982967A7A61EACB0 , 0x4E860ECF8CA74233B1582B8E08067EDF , 0xB52A2FB95FD34CA1B7778B2C0D9897A0 , 0xB20745A998544A56A1E3617B17D31209 , 0x67509EB1DAD84469B557AED5E54B2B14 , 0x923DE95E0A9649D18C008935E8A7B214 , 0x62E20E204E6546EB86754B201CAE0902 , 0xCF53954A1D22425991AB736114014457 , 0x06306AEADE9B4E519876ECBE6C510186 , 0x3E052218C74B41668770FCBC45B17C4F , 0xC39D49BA7F7143AE9C4EA88DE19C3A5A , 0x6C898BF7E8E845319239276DB27CD831 , 0x42494AF0E236441BA63CF8ADFE7A7A6D , 0x2CEA6301FD0147F1800971C43A2C31A1 , 0xFDD96302CF274FF6B509141AB57C23F2 , 0xB5627B0A72A5486B9528ABC0BD5FE50A , 0x0B50FA8AC52547B29E6AD7CF6626CE74 , 0x35B7F48520054F9FADB4E8343E60FD91 , 0xC1AC8DC3E8784442B11030CE2340A16F , 0x2B6BD08FCDEB4D8D8D6940D2915BD8C5 , 0x2530DB5366884203B78AE97325355AEF , 0x486BD6F112934E4D9E4A7E91E7DD5E08 , 0x7206050BCCD54021A9B825176FC7AEBB , 0x3957B657EEDC450A835B9647A63D63EF , 0xF561437A35DD4A68A3F6C939B9F94B09 , 0xBA3C6B35DC03441D90594261618DEF8E , 0x4F2E4675D06A42D08848021804F1AD9F , 0xA1011208199D44E49BF05FE5CBDE7010 , 0x1555A3299910438F9B339F19C75B6998 , 0x321B425380784B089EC483A3C705A666 , 0x6050AAAB73A54BF19BEA90C03CA665A2 , 0x0EAC15CC625945AE8EDEFC6775DE4548 , 0xAE15F21773274508B134789F031D4A8F , 0xD02C69D386324AFAA32426C4298DB6F7 , 0xEA1498D1A81A47BFBBCFE7A11374D277 , 0x030180FA2A864693ACA43EA34C161DDB )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
82
0.50 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0xD74FFD85A6AE42E780AD3554CC15BCE2 AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
83
0.32 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0xD74FFD85A6AE42E780AD3554CC15BCE2 AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
84
0.26 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"µu!· (Oßž|‚*L",– "
]
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 (0xB57521B7A0284FDF9E7C822A4C222C96 );
Copy
85
0.39 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"×Oý…¦®Bç€5TÌ\x15 ¼â "
]
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` = 0xD74FFD85A6AE42E780AD3554CC15BCE2 ;
Copy
86
0.51 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 :
[
"/navigation/00000000000000000000000001994491 "
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/navigation/00000000000000000000000001994491' AND `is_canonical` = 1 AND
`sales_channel_id` = 0xD74FFD85A6AE42E780AD3554CC15BCE2 AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
87
0.38 ms
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = ? AND `payment_method` . `active` = ? )
Parameters :
[
"Kiener\MolliePayments\Handler\Method\ApplePayPayment "
true
]
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = 'Kiener\\MolliePayments\\Handler\\Method\\ApplePayPayment' AND `payment_method` . `active` = 1 );
Copy
88
0.51 ms
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = ? AND `payment_method` . `active` = ? )
Parameters :
[
"Kiener\MolliePayments\Handler\Method\ApplePayPayment "
true
]
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = 'Kiener\\MolliePayments\\Handler\\Method\\ApplePayPayment' AND `payment_method` . `active` = 1 );
Copy
89
0.22 ms
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = ? AND `payment_method` . `active` = ? )
Parameters :
[
"Kiener\MolliePayments\Handler\Method\ApplePayPayment "
true
]
SELECT `payment_method` . `id` FROM `payment_method` WHERE (`payment_method` . `handler_identifier` = 'Kiener\\MolliePayments\\Handler\\Method\\ApplePayPayment' AND `payment_method` . `active` = 1 );
Copy
90
0.34 ms
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id IS NULL ) AND (property . module = ? )
Parameters :
[
"frontend.navigation.page "
]
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id IS NULL ) AND (property . module = 'frontend.navigation.page' );
Copy
91
0.24 ms
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = ? ) AND (property . module = ? )
Parameters :
[
b"\x16 +š\x16 †}JP¾\x7F ¿Û»\x1D íÓ "
"frontend.navigation.page "
]
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = 0x162B9A16867D4A50BE7FBFDBBB1DEDD3 ) AND (property . module = 'frontend.navigation.page' );
Copy
92
0.27 ms
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = ? ) AND (property . module = ? )
Parameters :
[
b"pFÒ\x1D ¦ôDÄ¢¤\x1F\x19 Tßl˜ "
"frontend.navigation.page "
]
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = 0x7046D21DA6F444C4A2A41F1954DF6C98 ) AND (property . module = 'frontend.navigation.page' );
Copy
93
0.22 ms
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = ? ) AND (property . module = ? )
Parameters :
[
b"}\x17 Y║§ÄC;ó¦%┌îŨD "
"frontend.navigation.page "
]
SELECT property . name , property . value , property . id , property . child_count , property . on_event , property . event_name , property . parent_id FROM wbm_data_layer_properties property WHERE (property . parent_id = 0x7D1759BAF58E433BA2DD25DA8C8FF944 ) AND (property . module = 'frontend.navigation.page' );
Copy
94
0.19 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
]
SELECT path FROM category WHERE id = 0x00000000000000000000000001994491 ;
Copy
95
0.15 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
96
0.35 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 Q "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = '\0\0\0\0\0\0\0\0\0\0\0\0awQ' ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
97
0.29 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw#` "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = '\0\0\0\0\0\0\0\0\0\0\0\0aw#`' ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
98
0.27 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19\x17 "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = '\0\0\0\0\0\0\0\0\0\0\0\0aw' ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
99
0.24 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x17 ’ "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = 0x00000000000000000000000061771792 ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
100
0.26 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw ” "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = 0x00000000000000000000000061772094 ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
101
0.24 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw"r "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = '\0\0\0\0\0\0\0\0\0\0\0\0aw\"r' ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
102
0.30 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw#C "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = '\0\0\0\0\0\0\0\0\0\0\0\0aw#C' ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
103
0.24 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x17 ‡ "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = 0x00000000000000000000000061771787 ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
104
0.25 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 ) "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = '\0\0\0\0\0\0\0\0\0\0\0\0aw)' ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
105
0.24 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 @ "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = '\0\0\0\0\0\0\0\0\0\0\0\0aw@' ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
106
0.30 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw 1 "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = '\0\0\0\0\0\0\0\0\0\0\0\0aw 1' ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
107
0.24 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw!D "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = '\0\0\0\0\0\0\0\0\0\0\0\0aw!D' ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
108
0.26 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw!€ "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = 0x00000000000000000000000061772180 ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
109
0.26 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw#\x08 "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = '\0\0\0\0\0\0\0\0\0\0\0\0aw#' ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
110
0.28 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x18\x14 "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = '\0\0\0\0\0\0\0\0\0\0\0\0aw' ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
111
0.24 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI†g "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = 0x00000000000000000000000042498667 ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
112
0.25 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI‡% "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = 0x00000000000000000000000042498725 ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
113
0.43 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI†d "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = 0x00000000000000000000000042498664 ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
114
0.25 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI†h "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = 0x00000000000000000000000042498668 ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
115
0.27 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 BI†i "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = 0x00000000000000000000000042498669 ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
116
0.24 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 u "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = '\0\0\0\0\0\0\0\0\0\0\0\0awu' ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
117
0.24 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x19 ” "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = 0x00000000000000000000000061771994 ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
118
0.24 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw$\x16 "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = '\0\0\0\0\0\0\0\0\0\0\0\0aw$' ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
119
0.29 ms
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = ? ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = ? )
Parameters :
[
"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00 aw\x18 C "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT option_translation . name FROM product product INNER JOIN product_option product_group ON product_group . product_id = product . id INNER JOIN property_group_option product_option ON product_group . property_group_option_id = product_option . id INNER JOIN property_group_option_translation option_translation ON option_translation . property_group_option_id = product_option . id WHERE (product . id = '\0\0\0\0\0\0\0\0\0\0\0\0awC' ) AND (product . parent_id IS NOT NULL ) AND (product . option_ids IS NOT NULL ) AND (option_translation . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
120
0.42 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x00000000000000000000000001994491 ));
Copy
121
0.20 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
122
0.22 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x00\x01 ™D‘ "
]
SELECT path FROM category WHERE id = 0x00000000000000000000000001994491 ;
Copy
123
0.18 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
124
15.91 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
125
0.57 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"«»ƒ&\x12 xJÔ¡A¸\x11 —Ó\x15 â "
b"p╔D~UÉBzóÂÍùú\x08 ▀4 "
b"\x03 _¨È’\x03 Iú‘\x10 „6Ÿym\e "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xABBB832612784AD4A141B81197D315E2 , 0x70C9447E5590427AA2B6D697A308DF34 , 0x035FA8C8920349FA911084369F796D1B ));
Copy
126
0.49 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
127
0.20 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
128
0.15 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"´ç\x17 ‚HäC\—zlšÒš|ø "
]
SELECT iso FROM snippet_set WHERE id = 0xB4E7178248E4435C977A6C9AD29A7CF8 ;
Copy
129
0.23 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0xD74FFD85A6AE42E780AD3554CC15BCE2
;
Copy
130
0.17 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
131
0.54 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"´ç\x17 ‚HäC\—zlšÒš|ø "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0xB4E7178248E4435C977A6C9AD29A7CF8 ;
Copy
132
4.39 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÂtÚÛaèIþ…цÖW;2“ "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (0xC274DADB61E849FE85D186D6573B3293 );
Copy
133
12.24 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE (`theme` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"®Ä\x02 ü²\x15 L³>´üžgòÇ "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE (`theme` . `id` = 0xAEC402FCB2154CADB33EB4FC9E67F2C7 );
Copy
134
14.64 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
135
0.74 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"«»ƒ&\x12 xJÔ¡A¸\x11 —Ó\x15 â "
b"«»ƒ&\x12 xJÔ¡A¸\x11 —Ó\x15 â "
b"«»ƒ&\x12 xJÔ¡A¸\x11 —Ó\x15 â "
b"«»ƒ&\x12 xJÔ¡A¸\x11 —Ó\x15 â "
b"p╔D~UÉBzóÂÍùú\x08 ▀4 "
b"«»ƒ&\x12 xJÔ¡A¸\x11 —Ó\x15 â "
b"«»ƒ&\x12 xJÔ¡A¸\x11 —Ó\x15 â "
b"""
\x10 Þ&´èDO\x16 «ì\n
RüÖ2╣
"""
b"\x03 _¨È’\x03 Iú‘\x10 „6Ÿym\e "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xABBB832612784AD4A141B81197D315E2 , 0xABBB832612784AD4A141B81197D315E2 , 0xABBB832612784AD4A141B81197D315E2 , 0xABBB832612784AD4A141B81197D315E2 , 0x70C9447E5590427AA2B6D697A308DF34 , 0xABBB832612784AD4A141B81197D315E2 , 0xABBB832612784AD4A141B81197D315E2 , 0x10E826EF8A444F16AE8D0A52819932B9 , 0x035FA8C8920349FA911084369F796D1B ));
Copy
136
26.55 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 :
[
"/navigation/00000000000000000000000001994491 "
"/navigation/00000000000000000000000001724376 "
"/navigation/00000000000000000000000001724388 "
"/navigation/00000000000000000000000001724391 "
"/navigation/00000000000000000000000001724396 "
"/navigation/00000000000000000000000001994501 "
"/navigation/00000000000000000000000001994517 "
"/navigation/00000000000000000000000001994523 "
"/navigation/00000000000000000000000001724377 "
"/navigation/00000000000000000000000001724379 "
"/navigation/00000000000000000000000001724380 "
"/navigation/00000000000000000000000001724381 "
"/navigation/00000000000000000000000001724382 "
"/navigation/00000000000000000000000001724383 "
"/navigation/00000000000000000000000001724385 "
"/navigation/00000000000000000000000001724386 "
"/navigation/00000000000000000000000001724387 "
"/navigation/00000000000000000000000001724394 "
"/navigation/00000000000000000000000001774525 "
"/navigation/00000000000000000000000001957201 "
"/navigation/00000000000000000000000001985226 "
"/navigation/00000000000000000000000001994489 "
"/navigation/00000000000000000000000001994490 "
"/navigation/00000000000000000000000001994492 "
"/navigation/00000000000000000000000001994493 "
"/navigation/00000000000000000000000001994494 "
"/navigation/00000000000000000000000001994495 "
"/navigation/00000000000000000000000001994496 "
"/navigation/00000000000000000000000001994497 "
"/navigation/00000000000000000000000001994498 "
"/navigation/00000000000000000000000001994499 "
"/navigation/00000000000000000000000001994500 "
"/navigation/00000000000000000000000001724441 "
"/navigation/00000000000000000000000001845183 "
"/navigation/00000000000000000000000001995203 "
"/navigation/00000000000000000000000001995204 "
"/navigation/00000000000000000000000002078985 "
"/navigation/00000000000000000000000002078986 "
"/navigation/00000000000000000000000002078987 "
"/navigation/00000000000000000000000001994502 "
"/navigation/00000000000000000000000001994503 "
"/navigation/00000000000000000000000001994504 "
"/navigation/00000000000000000000000001994622 "
"/navigation/00000000000000000000000001994675 "
"/navigation/00000000000000000000000001994677 "
"/navigation/00000000000000000000000001994678 "
"/navigation/00000000000000000000000001994679 "
"/navigation/00000000000000000000000001994680 "
"/navigation/00000000000000000000000001994681 "
"/navigation/00000000000000000000000001994682 "
"/navigation/00000000000000000000000001994623 "
"/navigation/00000000000000000000000001994683 "
"/navigation/00000000000000000000000001994684 "
"/navigation/00000000000000000000000001994685 "
"/navigation/00000000000000000000000001994686 "
"/navigation/00000000000000000000000001994687 "
"/navigation/00000000000000000000000001994688 "
"/navigation/00000000000000000000000001994689 "
"/navigation/00000000000000000000000001994690 "
"/navigation/00000000000000000000000001994691 "
"/navigation/00000000000000000000000001994692 "
"/navigation/00000000000000000000000001994693 "
"/navigation/00000000000000000000000001994694 "
"/navigation/00000000000000000000000001994695 "
"/navigation/00000000000000000000000001994624 "
"/navigation/00000000000000000000000001994696 "
"/navigation/00000000000000000000000001994697 "
"/navigation/00000000000000000000000001994698 "
"/navigation/00000000000000000000000001994699 "
"/navigation/00000000000000000000000001994700 "
"/navigation/00000000000000000000000001994701 "
"/navigation/00000000000000000000000001994702 "
"/navigation/00000000000000000000000001994703 "
"/navigation/00000000000000000000000001994625 "
"/navigation/00000000000000000000000001994704 "
"/navigation/00000000000000000000000001994705 "
"/navigation/00000000000000000000000001994706 "
"/navigation/00000000000000000000000001994707 "
"/navigation/00000000000000000000000001994708 "
"/navigation/00000000000000000000000001994709 "
"/navigation/00000000000000000000000001994710 "
"/navigation/00000000000000000000000001994626 "
"/navigation/00000000000000000000000001994711 "
"/navigation/00000000000000000000000001994627 "
"/navigation/00000000000000000000000001994712 "
"/navigation/00000000000000000000000001994713 "
"/navigation/00000000000000000000000001994714 "
"/navigation/00000000000000000000000001994715 "
"/navigation/00000000000000000000000001994716 "
"/navigation/00000000000000000000000001994717 "
"/navigation/00000000000000000000000001994718 "
"/navigation/00000000000000000000000001994719 "
"/navigation/00000000000000000000000001994720 "
"/navigation/00000000000000000000000001994721 "
"/navigation/00000000000000000000000001994722 "
"/navigation/00000000000000000000000001994723 "
"/navigation/00000000000000000000000001994724 "
"/navigation/00000000000000000000000001994725 "
"/navigation/00000000000000000000000001994726 "
"/navigation/00000000000000000000000001994727 "
"/navigation/00000000000000000000000001994728 "
"/navigation/00000000000000000000000001994628 "
"/navigation/00000000000000000000000001994729 "
"/navigation/00000000000000000000000001994730 "
"/navigation/00000000000000000000000001994731 "
"/navigation/00000000000000000000000001994732 "
"/navigation/00000000000000000000000001994733 "
"/navigation/00000000000000000000000001994734 "
"/navigation/00000000000000000000000001994735 "
"/navigation/00000000000000000000000001994629 "
"/navigation/00000000000000000000000001994736 "
"/navigation/00000000000000000000000001994737 "
"/navigation/00000000000000000000000001994738 "
"/navigation/00000000000000000000000001994739 "
"/navigation/00000000000000000000000001994740 "
"/navigation/00000000000000000000000001994741 "
"/navigation/00000000000000000000000001995083 "
"/navigation/00000000000000000000000001994630 "
"/navigation/00000000000000000000000001994742 "
"/navigation/00000000000000000000000001994743 "
"/navigation/00000000000000000000000001994744 "
"/navigation/00000000000000000000000001994745 "
"/navigation/00000000000000000000000001994746 "
"/navigation/00000000000000000000000001994747 "
"/navigation/00000000000000000000000001994749 "
"/navigation/00000000000000000000000001994750 "
"/navigation/00000000000000000000000001994631 "
"/navigation/00000000000000000000000001994751 "
"/navigation/00000000000000000000000001994752 "
"/navigation/00000000000000000000000001994753 "
"/navigation/00000000000000000000000001994754 "
"/navigation/00000000000000000000000001994755 "
"/navigation/00000000000000000000000001994756 "
"/navigation/00000000000000000000000001994757 "
"/navigation/00000000000000000000000001994758 "
"/navigation/00000000000000000000000001994759 "
"/navigation/00000000000000000000000001994760 "
"/navigation/00000000000000000000000001994761 "
"/navigation/00000000000000000000000001994762 "
"/navigation/00000000000000000000000001994763 "
"/navigation/00000000000000000000000001994764 "
"/navigation/00000000000000000000000001994765 "
"/navigation/00000000000000000000000001994766 "
"/navigation/00000000000000000000000001994767 "
"/navigation/00000000000000000000000001994768 "
"/navigation/00000000000000000000000001994769 "
"/navigation/00000000000000000000000001994770 "
"/navigation/00000000000000000000000001994771 "
"/navigation/00000000000000000000000001994772 "
"/navigation/00000000000000000000000001994773 "
"/navigation/00000000000000000000000001994774 "
"/navigation/00000000000000000000000001994775 "
"/navigation/00000000000000000000000001994776 "
"/navigation/00000000000000000000000001994632 "
"/navigation/00000000000000000000000001994777 "
"/navigation/00000000000000000000000001994778 "
"/navigation/00000000000000000000000001994779 "
"/navigation/00000000000000000000000001994780 "
"/navigation/00000000000000000000000001994781 "
"/navigation/00000000000000000000000001994782 "
"/navigation/00000000000000000000000001994783 "
"/navigation/00000000000000000000000001994784 "
"/navigation/00000000000000000000000001994785 "
"/navigation/00000000000000000000000001994786 "
"/navigation/00000000000000000000000001994787 "
"/navigation/00000000000000000000000001994788 "
"/navigation/00000000000000000000000001994789 "
"/navigation/00000000000000000000000001994790 "
"/navigation/00000000000000000000000001994791 "
"/navigation/00000000000000000000000001994633 "
"/navigation/00000000000000000000000001994792 "
"/navigation/00000000000000000000000001994793 "
"/navigation/00000000000000000000000001994794 "
"/navigation/00000000000000000000000001994795 "
"/navigation/00000000000000000000000001994796 "
"/navigation/00000000000000000000000001994797 "
"/navigation/00000000000000000000000001994798 "
"/navigation/00000000000000000000000001994799 "
"/navigation/00000000000000000000000001994800 "
"/navigation/00000000000000000000000001994801 "
"/navigation/00000000000000000000000001994802 "
"/navigation/00000000000000000000000001994634 "
"/navigation/00000000000000000000000001994803 "
"/navigation/00000000000000000000000001994804 "
"/navigation/00000000000000000000000001994805 "
"/navigation/00000000000000000000000001994806 "
"/navigation/00000000000000000000000001994807 "
"/navigation/00000000000000000000000001994808 "
"/navigation/00000000000000000000000001994809 "
"/navigation/00000000000000000000000001994810 "
"/navigation/00000000000000000000000001994811 "
"/navigation/00000000000000000000000001994812 "
"/navigation/00000000000000000000000001994813 "
"/navigation/00000000000000000000000001994814 "
"/navigation/00000000000000000000000001994815 "
"/navigation/00000000000000000000000001994816 "
"/navigation/00000000000000000000000001994817 "
"/navigation/00000000000000000000000001994818 "
"/navigation/00000000000000000000000001994819 "
"/navigation/00000000000000000000000001994820 "
"/navigation/00000000000000000000000001994821 "
"/navigation/00000000000000000000000001994635 "
"/navigation/00000000000000000000000001994822 "
"/navigation/00000000000000000000000001994636 "
"/navigation/00000000000000000000000001994823 "
"/navigation/00000000000000000000000001994824 "
"/navigation/00000000000000000000000001994825 "
"/navigation/00000000000000000000000001994826 "
"/navigation/00000000000000000000000001994827 "
"/navigation/00000000000000000000000001994828 "
"/navigation/00000000000000000000000001994829 "
"/navigation/00000000000000000000000001994830 "
"/navigation/00000000000000000000000001994831 "
"/navigation/00000000000000000000000001994832 "
"/navigation/00000000000000000000000001994833 "
"/navigation/00000000000000000000000001995090 "
"/navigation/00000000000000000000000001994637 "
"/navigation/00000000000000000000000001994834 "
"/navigation/00000000000000000000000001994835 "
"/navigation/00000000000000000000000001994836 "
"/navigation/00000000000000000000000001994638 "
"/navigation/00000000000000000000000001994837 "
"/navigation/00000000000000000000000001994838 "
"/navigation/00000000000000000000000001994839 "
"/navigation/00000000000000000000000001994840 "
"/navigation/00000000000000000000000001994841 "
"/navigation/00000000000000000000000001994842 "
"/navigation/00000000000000000000000001994843 "
"/navigation/00000000000000000000000001994639 "
"/navigation/00000000000000000000000001994844 "
"/navigation/00000000000000000000000001994640 "
"/navigation/00000000000000000000000001994845 "
"/navigation/00000000000000000000000001994847 "
"/navigation/00000000000000000000000001994848 "
"/navigation/00000000000000000000000001994849 "
"/navigation/00000000000000000000000001994850 "
"/navigation/00000000000000000000000001994851 "
"/navigation/00000000000000000000000001994852 "
"/navigation/00000000000000000000000001994854 "
"/navigation/00000000000000000000000001994855 "
"/navigation/00000000000000000000000001994641 "
"/navigation/00000000000000000000000001994857 "
"/navigation/00000000000000000000000001994858 "
"/navigation/00000000000000000000000001994859 "
"/navigation/00000000000000000000000001994860 "
"/navigation/00000000000000000000000001994861 "
"/navigation/00000000000000000000000001994862 "
"/navigation/00000000000000000000000001994863 "
"/navigation/00000000000000000000000001994864 "
"/navigation/00000000000000000000000001994865 "
"/navigation/00000000000000000000000001994866 "
"/navigation/00000000000000000000000001994867 "
"/navigation/00000000000000000000000001994868 "
"/navigation/00000000000000000000000001994642 "
"/navigation/00000000000000000000000001994869 "
"/navigation/00000000000000000000000001994870 "
"/navigation/00000000000000000000000001994871 "
"/navigation/00000000000000000000000001994872 "
"/navigation/00000000000000000000000001994873 "
"/navigation/00000000000000000000000001994643 "
"/navigation/00000000000000000000000001994874 "
"/navigation/00000000000000000000000001994875 "
"/navigation/00000000000000000000000001994876 "
"/navigation/00000000000000000000000001994877 "
"/navigation/00000000000000000000000001994878 "
"/navigation/00000000000000000000000001994879 "
"/navigation/00000000000000000000000001994880 "
"/navigation/00000000000000000000000001994881 "
"/navigation/00000000000000000000000001994644 "
"/navigation/00000000000000000000000001994882 "
"/navigation/00000000000000000000000001994883 "
"/navigation/00000000000000000000000001994884 "
"/navigation/00000000000000000000000001994885 "
"/navigation/00000000000000000000000001994886 "
"/navigation/00000000000000000000000001994887 "
"/navigation/00000000000000000000000001994888 "
"/navigation/00000000000000000000000001994889 "
"/navigation/00000000000000000000000001994890 "
"/navigation/00000000000000000000000001994891 "
"/navigation/00000000000000000000000001994892 "
"/navigation/00000000000000000000000001994893 "
"/navigation/00000000000000000000000001994894 "
"/navigation/00000000000000000000000001994896 "
"/navigation/00000000000000000000000001994898 "
"/navigation/00000000000000000000000001994645 "
"/navigation/00000000000000000000000001994899 "
"/navigation/00000000000000000000000001994900 "
"/navigation/00000000000000000000000001994901 "
"/navigation/00000000000000000000000001994902 "
"/navigation/00000000000000000000000001994903 "
"/navigation/00000000000000000000000001994904 "
"/navigation/00000000000000000000000001994905 "
"/navigation/00000000000000000000000001994906 "
"/navigation/00000000000000000000000001994907 "
"/navigation/00000000000000000000000001994908 "
"/navigation/00000000000000000000000001994909 "
"/navigation/00000000000000000000000001994910 "
"/navigation/00000000000000000000000001994911 "
"/navigation/00000000000000000000000001994912 "
"/navigation/00000000000000000000000001994913 "
"/navigation/00000000000000000000000001994914 "
"/navigation/00000000000000000000000001995087 "
"/navigation/00000000000000000000000001994646 "
"/navigation/00000000000000000000000001994915 "
"/navigation/00000000000000000000000001994916 "
"/navigation/00000000000000000000000001994917 "
"/navigation/00000000000000000000000001994918 "
"/navigation/00000000000000000000000001994919 "
"/navigation/00000000000000000000000001994920 "
"/navigation/00000000000000000000000001994921 "
"/navigation/00000000000000000000000001994922 "
"/navigation/00000000000000000000000001994923 "
"/navigation/00000000000000000000000001994924 "
"/navigation/00000000000000000000000001994925 "
"/navigation/00000000000000000000000001994926 "
"/navigation/00000000000000000000000001994927 "
"/navigation/00000000000000000000000001994928 "
"/navigation/00000000000000000000000001994929 "
"/navigation/00000000000000000000000001994930 "
"/navigation/00000000000000000000000001994931 "
"/navigation/00000000000000000000000001994932 "
"/navigation/00000000000000000000000001994933 "
"/navigation/00000000000000000000000001994934 "
"/navigation/00000000000000000000000001994935 "
"/navigation/00000000000000000000000001994647 "
"/navigation/00000000000000000000000001994936 "
"/navigation/00000000000000000000000001994937 "
"/navigation/00000000000000000000000001994938 "
"/navigation/00000000000000000000000001994939 "
"/navigation/00000000000000000000000001994940 "
"/navigation/00000000000000000000000001994941 "
"/navigation/00000000000000000000000001994942 "
"/navigation/00000000000000000000000001994943 "
"/navigation/00000000000000000000000001994944 "
"/navigation/00000000000000000000000001994945 "
"/navigation/00000000000000000000000001994946 "
"/navigation/00000000000000000000000001994947 "
"/navigation/00000000000000000000000001994948 "
"/navigation/00000000000000000000000001994949 "
"/navigation/00000000000000000000000001994950 "
"/navigation/00000000000000000000000001994951 "
"/navigation/00000000000000000000000001994952 "
"/navigation/00000000000000000000000001994953 "
"/navigation/00000000000000000000000001995084 "
"/navigation/00000000000000000000000001995085 "
"/navigation/00000000000000000000000001994648 "
"/navigation/00000000000000000000000001994954 "
"/navigation/00000000000000000000000001994955 "
"/navigation/00000000000000000000000001994956 "
"/navigation/00000000000000000000000001994957 "
"/navigation/00000000000000000000000001994958 "
"/navigation/00000000000000000000000001994959 "
"/navigation/00000000000000000000000001994960 "
"/navigation/00000000000000000000000001994961 "
"/navigation/00000000000000000000000001994649 "
"/navigation/00000000000000000000000001994962 "
"/navigation/00000000000000000000000001994650 "
"/navigation/00000000000000000000000001994963 "
"/navigation/00000000000000000000000001994964 "
"/navigation/00000000000000000000000001994965 "
"/navigation/00000000000000000000000001994966 "
"/navigation/00000000000000000000000001994967 "
"/navigation/00000000000000000000000001994968 "
"/navigation/00000000000000000000000001994969 "
"/navigation/00000000000000000000000001994970 "
"/navigation/00000000000000000000000001994651 "
"/navigation/00000000000000000000000001994971 "
"/navigation/00000000000000000000000001994972 "
"/navigation/00000000000000000000000001994973 "
"/navigation/00000000000000000000000001994974 "
"/navigation/00000000000000000000000001994975 "
"/navigation/00000000000000000000000001994976 "
"/navigation/00000000000000000000000001994977 "
"/navigation/00000000000000000000000001994978 "
"/navigation/00000000000000000000000001994979 "
"/navigation/00000000000000000000000001994980 "
"/navigation/00000000000000000000000001994652 "
"/navigation/00000000000000000000000001994981 "
"/navigation/00000000000000000000000001994653 "
"/navigation/00000000000000000000000001994982 "
"/navigation/00000000000000000000000001994983 "
"/navigation/00000000000000000000000001994984 "
"/navigation/00000000000000000000000001994985 "
"/navigation/00000000000000000000000001994986 "
"/navigation/00000000000000000000000001994987 "
"/navigation/00000000000000000000000001994988 "
"/navigation/00000000000000000000000001994989 "
"/navigation/00000000000000000000000001994654 "
"/navigation/00000000000000000000000001994990 "
"/navigation/00000000000000000000000001994991 "
"/navigation/00000000000000000000000001994992 "
"/navigation/00000000000000000000000001994993 "
"/navigation/00000000000000000000000001994994 "
"/navigation/00000000000000000000000001994995 "
"/navigation/00000000000000000000000001994996 "
"/navigation/00000000000000000000000001994997 "
"/navigation/00000000000000000000000001994998 "
"/navigation/00000000000000000000000001994999 "
"/navigation/00000000000000000000000001995000 "
"/navigation/00000000000000000000000001995001 "
"/navigation/00000000000000000000000001995002 "
"/navigation/00000000000000000000000001994655 "
"/navigation/00000000000000000000000001995003 "
"/navigation/00000000000000000000000001995004 "
"/navigation/00000000000000000000000001995005 "
"/navigation/00000000000000000000000001995006 "
"/navigation/00000000000000000000000001995007 "
"/navigation/00000000000000000000000001995008 "
"/navigation/00000000000000000000000001995009 "
"/navigation/00000000000000000000000001995010 "
"/navigation/00000000000000000000000001995011 "
"/navigation/00000000000000000000000001995012 "
"/navigation/00000000000000000000000001995013 "
"/navigation/00000000000000000000000001995014 "
"/navigation/00000000000000000000000001995015 "
"/navigation/00000000000000000000000001995016 "
"/navigation/00000000000000000000000001995017 "
"/navigation/00000000000000000000000001995018 "
"/navigation/00000000000000000000000001995019 "
"/navigation/00000000000000000000000001994656 "
"/navigation/00000000000000000000000001995020 "
"/navigation/00000000000000000000000001995021 "
"/navigation/00000000000000000000000001995022 "
"/navigation/00000000000000000000000001995023 "
"/navigation/00000000000000000000000001995024 "
"/navigation/00000000000000000000000001995025 "
"/navigation/00000000000000000000000001995026 "
"/navigation/00000000000000000000000001995027 "
"/navigation/00000000000000000000000001995028 "
"/navigation/00000000000000000000000001995029 "
"/navigation/00000000000000000000000001995030 "
"/navigation/00000000000000000000000001995031 "
"/navigation/00000000000000000000000001995032 "
"/navigation/00000000000000000000000001994657 "
"/navigation/00000000000000000000000001995033 "
"/navigation/00000000000000000000000001995034 "
"/navigation/00000000000000000000000001995035 "
"/navigation/00000000000000000000000001995036 "
"/navigation/00000000000000000000000001995038 "
"/navigation/00000000000000000000000001995039 "
"/navigation/00000000000000000000000001995040 "
"/navigation/00000000000000000000000001995041 "
"/navigation/00000000000000000000000001995042 "
"/navigation/00000000000000000000000001995043 "
"/navigation/00000000000000000000000001995044 "
"/navigation/00000000000000000000000001995046 "
"/navigation/00000000000000000000000001995047 "
"/navigation/00000000000000000000000001995048 "
"/navigation/00000000000000000000000001995049 "
"/navigation/00000000000000000000000001995050 "
"/navigation/00000000000000000000000001995051 "
"/navigation/00000000000000000000000001995052 "
"/navigation/00000000000000000000000001995053 "
"/navigation/00000000000000000000000001995054 "
"/navigation/00000000000000000000000001995055 "
"/navigation/00000000000000000000000001994505 "
"/navigation/00000000000000000000000001994658 "
"/navigation/00000000000000000000000001995056 "
"/navigation/00000000000000000000000001994659 "
"/navigation/00000000000000000000000001995057 "
"/navigation/00000000000000000000000001994661 "
"/navigation/00000000000000000000000001995059 "
"/navigation/00000000000000000000000001994662 "
"/navigation/00000000000000000000000001995060 "
"/navigation/00000000000000000000000001994663 "
"/navigation/00000000000000000000000001995061 "
"/navigation/00000000000000000000000001994664 "
"/navigation/00000000000000000000000001995062 "
"/navigation/00000000000000000000000001994665 "
"/navigation/00000000000000000000000001995063 "
"/navigation/00000000000000000000000001994666 "
"/navigation/00000000000000000000000001995064 "
"/navigation/00000000000000000000000001994667 "
"/navigation/00000000000000000000000001995065 "
"/navigation/00000000000000000000000001994668 "
"/navigation/00000000000000000000000001995067 "
"/navigation/00000000000000000000000001994669 "
"/navigation/00000000000000000000000001995068 "
"/navigation/00000000000000000000000001994670 "
"/navigation/00000000000000000000000001995069 "
"/navigation/00000000000000000000000001994671 "
"/navigation/00000000000000000000000001995070 "
"/navigation/00000000000000000000000001994672 "
"/navigation/00000000000000000000000001995071 "
"/navigation/00000000000000000000000001994673 "
"/navigation/00000000000000000000000001995072 "
"/navigation/00000000000000000000000001995073 "
"/navigation/00000000000000000000000001995074 "
"/navigation/00000000000000000000000001995075 "
"/navigation/00000000000000000000000001994507 "
"/navigation/00000000000000000000000001994519 "
"/navigation/00000000000000000000000001995082 "
"/navigation/00000000000000000000000002094846 "
"/navigation/00000000000000000000000001946155 "
"/navigation/00000000000000000000000001994520 "
"/navigation/00000000000000000000000001958323 "
"/navigation/00000000000000000000000001994524 "
"/navigation/00000000000000000000000001994528 "
"/navigation/00000000000000000000000001994531 "
"/navigation/00000000000000000000000001994532 "
"/navigation/00000000000000000000000001994533 "
"/navigation/00000000000000000000000001994535 "
"/navigation/00000000000000000000000001994549 "
"/navigation/00000000000000000000000001994571 "
"/navigation/00000000000000000000000001999523 "
"/navigation/00000000000000000000000001994536 "
"/navigation/00000000000000000000000001994537 "
"/navigation/00000000000000000000000001994538 "
"/navigation/00000000000000000000000001994540 "
"/navigation/00000000000000000000000001994564 "
"/navigation/00000000000000000000000001994580 "
"/navigation/00000000000000000000000001994541 "
"/navigation/00000000000000000000000001994542 "
"/navigation/00000000000000000000000001994543 "
"/navigation/00000000000000000000000001994544 "
"/navigation/00000000000000000000000001994545 "
"/navigation/00000000000000000000000001994548 "
"/navigation/00000000000000000000000001994550 "
"/navigation/00000000000000000000000001994560 "
"/navigation/00000000000000000000000001994561 "
"/navigation/00000000000000000000000001994566 "
"/navigation/00000000000000000000000001994570 "
"/navigation/00000000000000000000000002000223 "
"/navigation/00000000000000000000000002009546 "
"/navigation/00000000000000000000000002092218 "
"/navigation/00000000000000000000000001743118 "
"/navigation/00000000000000000000000002098090 "
"/navigation/00000000000000000000000002098766 "
"/navigation/00000000000000000000000001994522 "
"/navigation/00000000000000000000000001994551 "
"/navigation/00000000000000000000000001994552 "
"/navigation/00000000000000000000000001994553 "
"/navigation/00000000000000000000000001994554 "
"/navigation/00000000000000000000000001994555 "
"/navigation/00000000000000000000000001994556 "
"/navigation/00000000000000000000000002000795 "
"/navigation/00000000000000000000000002094845 "
"/navigation/00000000000000000000000001994558 "
"/detail/00000000000000000000000061771951 "
"/ "
"/detail/00000000000000000000000061772360 "
"/detail/00000000000000000000000061771917 "
"/detail/00000000000000000000000061771792 "
"/detail/00000000000000000000000061772094 "
"/detail/00000000000000000000000061772272 "
"/detail/00000000000000000000000061772343 "
"/detail/00000000000000000000000061771787 "
"/detail/00000000000000000000000061771929 "
"/detail/00000000000000000000000061771940 "
"/detail/00000000000000000000000061772031 "
"/detail/00000000000000000000000061772144 "
"/detail/00000000000000000000000061772180 "
"/detail/00000000000000000000000061772308 "
"/detail/00000000000000000000000061771814 "
"/detail/00000000000000000000000042498667 "
"/detail/00000000000000000000000042498725 "
"/detail/00000000000000000000000042498664 "
"/detail/00000000000000000000000042498668 "
"/detail/00000000000000000000000042498669 "
"/detail/00000000000000000000000061771975 "
"/detail/00000000000000000000000061771994 "
"/detail/00000000000000000000000061772416 "
"/detail/00000000000000000000000061771843 "
"/navigation/5507d613f3974866b64d558b39342451 "
"/navigation/9174b58ea27e496f8e9cefcba40cac29 "
"/navigation/f971ef3857fb42e781756fba1e3dce5e "
"/navigation/bba541c73fde441ebcdbd07fc306d960 "
"/navigation/44008bc085fd46559a6a82b1a2cf1a62 "
"/navigation/11890a5a935040ae99a4c58cb9fcdd0e "
"/navigation/f859bda54694455a8d10baaec58c5c32 "
"/navigation/ceafb9867f584615a48e455a894f6b8b "
"/navigation/7c2e93a1706f46c997cdcd112ccff324 "
"/navigation/b835f06ac4d2422ea289d6215a6f69b1 "
"/navigation/e7c8778ba9fc4785a8311e2ea1e0f6d8 "
"/navigation/2e332cfbd1de4b03b7321c1020cc2676 "
"/navigation/42a07277e07d4278b882f9e47493e602 "
"/navigation/bc19d167515040b48c34a5cb687011eb "
"/navigation/8420453b9e044f66960143f8dd935e55 "
"/navigation/7e36b655d35d40899bf8a82765b23adb "
"/navigation/5de4b279abf74b4eb167e2acc5bfc875 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"×Oý…¦®Bç€5TÌ\x15 ¼â "
]
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 ('/navigation/00000000000000000000000001994491' , '/navigation/00000000000000000000000001724376' , '/navigation/00000000000000000000000001724388' , '/navigation/00000000000000000000000001724391' , '/navigation/00000000000000000000000001724396' , '/navigation/00000000000000000000000001994501' , '/navigation/00000000000000000000000001994517' , '/navigation/00000000000000000000000001994523' , '/navigation/00000000000000000000000001724377' , '/navigation/00000000000000000000000001724379' , '/navigation/00000000000000000000000001724380' , '/navigation/00000000000000000000000001724381' , '/navigation/00000000000000000000000001724382' , '/navigation/00000000000000000000000001724383' , '/navigation/00000000000000000000000001724385' , '/navigation/00000000000000000000000001724386' , '/navigation/00000000000000000000000001724387' , '/navigation/00000000000000000000000001724394' , '/navigation/00000000000000000000000001774525' , '/navigation/00000000000000000000000001957201' , '/navigation/00000000000000000000000001985226' , '/navigation/00000000000000000000000001994489' , '/navigation/00000000000000000000000001994490' , '/navigation/00000000000000000000000001994492' , '/navigation/00000000000000000000000001994493' , '/navigation/00000000000000000000000001994494' , '/navigation/00000000000000000000000001994495' , '/navigation/00000000000000000000000001994496' , '/navigation/00000000000000000000000001994497' , '/navigation/00000000000000000000000001994498' , '/navigation/00000000000000000000000001994499' , '/navigation/00000000000000000000000001994500' , '/navigation/00000000000000000000000001724441' , '/navigation/00000000000000000000000001845183' , '/navigation/00000000000000000000000001995203' , '/navigation/00000000000000000000000001995204' , '/navigation/00000000000000000000000002078985' , '/navigation/00000000000000000000000002078986' , '/navigation/00000000000000000000000002078987' , '/navigation/00000000000000000000000001994502' , '/navigation/00000000000000000000000001994503' , '/navigation/00000000000000000000000001994504' , '/navigation/00000000000000000000000001994622' , '/navigation/00000000000000000000000001994675' , '/navigation/00000000000000000000000001994677' , '/navigation/00000000000000000000000001994678' , '/navigation/00000000000000000000000001994679' , '/navigation/00000000000000000000000001994680' , '/navigation/00000000000000000000000001994681' , '/navigation/00000000000000000000000001994682' , '/navigation/00000000000000000000000001994623' , '/navigation/00000000000000000000000001994683' , '/navigation/00000000000000000000000001994684' , '/navigation/00000000000000000000000001994685' , '/navigation/00000000000000000000000001994686' , '/navigation/00000000000000000000000001994687' , '/navigation/00000000000000000000000001994688' , '/navigation/00000000000000000000000001994689' , '/navigation/00000000000000000000000001994690' , '/navigation/00000000000000000000000001994691' , '/navigation/00000000000000000000000001994692' , '/navigation/00000000000000000000000001994693' , '/navigation/00000000000000000000000001994694' , '/navigation/00000000000000000000000001994695' , '/navigation/00000000000000000000000001994624' , '/navigation/00000000000000000000000001994696' , '/navigation/00000000000000000000000001994697' , '/navigation/00000000000000000000000001994698' , '/navigation/00000000000000000000000001994699' , '/navigation/00000000000000000000000001994700' , '/navigation/00000000000000000000000001994701' , '/navigation/00000000000000000000000001994702' , '/navigation/00000000000000000000000001994703' , '/navigation/00000000000000000000000001994625' , '/navigation/00000000000000000000000001994704' , '/navigation/00000000000000000000000001994705' , '/navigation/00000000000000000000000001994706' , '/navigation/00000000000000000000000001994707' , '/navigation/00000000000000000000000001994708' , '/navigation/00000000000000000000000001994709' , '/navigation/00000000000000000000000001994710' , '/navigation/00000000000000000000000001994626' , '/navigation/00000000000000000000000001994711' , '/navigation/00000000000000000000000001994627' , '/navigation/00000000000000000000000001994712' , '/navigation/00000000000000000000000001994713' , '/navigation/00000000000000000000000001994714' , '/navigation/00000000000000000000000001994715' , '/navigation/00000000000000000000000001994716' , '/navigation/00000000000000000000000001994717' , '/navigation/00000000000000000000000001994718' , '/navigation/00000000000000000000000001994719' , '/navigation/00000000000000000000000001994720' , '/navigation/00000000000000000000000001994721' , '/navigation/00000000000000000000000001994722' , '/navigation/00000000000000000000000001994723' , '/navigation/00000000000000000000000001994724' , '/navigation/00000000000000000000000001994725' , '/navigation/00000000000000000000000001994726' , '/navigation/00000000000000000000000001994727' , '/navigation/00000000000000000000000001994728' , '/navigation/00000000000000000000000001994628' , '/navigation/00000000000000000000000001994729' , '/navigation/00000000000000000000000001994730' , '/navigation/00000000000000000000000001994731' , '/navigation/00000000000000000000000001994732' , '/navigation/00000000000000000000000001994733' , '/navigation/00000000000000000000000001994734' , '/navigation/00000000000000000000000001994735' , '/navigation/00000000000000000000000001994629' , '/navigation/00000000000000000000000001994736' , '/navigation/00000000000000000000000001994737' , '/navigation/00000000000000000000000001994738' , '/navigation/00000000000000000000000001994739' , '/navigation/00000000000000000000000001994740' , '/navigation/00000000000000000000000001994741' , '/navigation/00000000000000000000000001995083' , '/navigation/00000000000000000000000001994630' , '/navigation/00000000000000000000000001994742' , '/navigation/00000000000000000000000001994743' , '/navigation/00000000000000000000000001994744' , '/navigation/00000000000000000000000001994745' , '/navigation/00000000000000000000000001994746' , '/navigation/00000000000000000000000001994747' , '/navigation/00000000000000000000000001994749' , '/navigation/00000000000000000000000001994750' , '/navigation/00000000000000000000000001994631' , '/navigation/00000000000000000000000001994751' , '/navigation/00000000000000000000000001994752' , '/navigation/00000000000000000000000001994753' , '/navigation/00000000000000000000000001994754' , '/navigation/00000000000000000000000001994755' , '/navigation/00000000000000000000000001994756' , '/navigation/00000000000000000000000001994757' , '/navigation/00000000000000000000000001994758' , '/navigation/00000000000000000000000001994759' , '/navigation/00000000000000000000000001994760' , '/navigation/00000000000000000000000001994761' , '/navigation/00000000000000000000000001994762' , '/navigation/00000000000000000000000001994763' , '/navigation/00000000000000000000000001994764' , '/navigation/00000000000000000000000001994765' , '/navigation/00000000000000000000000001994766' , '/navigation/00000000000000000000000001994767' , '/navigation/00000000000000000000000001994768' , '/navigation/00000000000000000000000001994769' , '/navigation/00000000000000000000000001994770' , '/navigation/00000000000000000000000001994771' , '/navigation/00000000000000000000000001994772' , '/navigation/00000000000000000000000001994773' , '/navigation/00000000000000000000000001994774' , '/navigation/00000000000000000000000001994775' , '/navigation/00000000000000000000000001994776' , '/navigation/00000000000000000000000001994632' , '/navigation/00000000000000000000000001994777' , '/navigation/00000000000000000000000001994778' , '/navigation/00000000000000000000000001994779' , '/navigation/00000000000000000000000001994780' , '/navigation/00000000000000000000000001994781' , '/navigation/00000000000000000000000001994782' , '/navigation/00000000000000000000000001994783' , '/navigation/00000000000000000000000001994784' , '/navigation/00000000000000000000000001994785' , '/navigation/00000000000000000000000001994786' , '/navigation/00000000000000000000000001994787' , '/navigation/00000000000000000000000001994788' , '/navigation/00000000000000000000000001994789' , '/navigation/00000000000000000000000001994790' , '/navigation/00000000000000000000000001994791' , '/navigation/00000000000000000000000001994633' , '/navigation/00000000000000000000000001994792' , '/navigation/00000000000000000000000001994793' , '/navigation/00000000000000000000000001994794' , '/navigation/00000000000000000000000001994795' , '/navigation/00000000000000000000000001994796' , '/navigation/00000000000000000000000001994797' , '/navigation/00000000000000000000000001994798' , '/navigation/00000000000000000000000001994799' , '/navigation/00000000000000000000000001994800' , '/navigation/00000000000000000000000001994801' , '/navigation/00000000000000000000000001994802' , '/navigation/00000000000000000000000001994634' , '/navigation/00000000000000000000000001994803' , '/navigation/00000000000000000000000001994804' , '/navigation/00000000000000000000000001994805' , '/navigation/00000000000000000000000001994806' , '/navigation/00000000000000000000000001994807' , '/navigation/00000000000000000000000001994808' , '/navigation/00000000000000000000000001994809' , '/navigation/00000000000000000000000001994810' , '/navigation/00000000000000000000000001994811' , '/navigation/00000000000000000000000001994812' , '/navigation/00000000000000000000000001994813' , '/navigation/00000000000000000000000001994814' , '/navigation/00000000000000000000000001994815' , '/navigation/00000000000000000000000001994816' , '/navigation/00000000000000000000000001994817' , '/navigation/00000000000000000000000001994818' , '/navigation/00000000000000000000000001994819' , '/navigation/00000000000000000000000001994820' , '/navigation/00000000000000000000000001994821' , '/navigation/00000000000000000000000001994635' , '/navigation/00000000000000000000000001994822' , '/navigation/00000000000000000000000001994636' , '/navigation/00000000000000000000000001994823' , '/navigation/00000000000000000000000001994824' , '/navigation/00000000000000000000000001994825' , '/navigation/00000000000000000000000001994826' , '/navigation/00000000000000000000000001994827' , '/navigation/00000000000000000000000001994828' , '/navigation/00000000000000000000000001994829' , '/navigation/00000000000000000000000001994830' , '/navigation/00000000000000000000000001994831' , '/navigation/00000000000000000000000001994832' , '/navigation/00000000000000000000000001994833' , '/navigation/00000000000000000000000001995090' , '/navigation/00000000000000000000000001994637' , '/navigation/00000000000000000000000001994834' , '/navigation/00000000000000000000000001994835' , '/navigation/00000000000000000000000001994836' , '/navigation/00000000000000000000000001994638' , '/navigation/00000000000000000000000001994837' , '/navigation/00000000000000000000000001994838' , '/navigation/00000000000000000000000001994839' , '/navigation/00000000000000000000000001994840' , '/navigation/00000000000000000000000001994841' , '/navigation/00000000000000000000000001994842' , '/navigation/00000000000000000000000001994843' , '/navigation/00000000000000000000000001994639' , '/navigation/00000000000000000000000001994844' , '/navigation/00000000000000000000000001994640' , '/navigation/00000000000000000000000001994845' , '/navigation/00000000000000000000000001994847' , '/navigation/00000000000000000000000001994848' , '/navigation/00000000000000000000000001994849' , '/navigation/00000000000000000000000001994850' , '/navigation/00000000000000000000000001994851' , '/navigation/00000000000000000000000001994852' , '/navigation/00000000000000000000000001994854' , '/navigation/00000000000000000000000001994855' , '/navigation/00000000000000000000000001994641' , '/navigation/00000000000000000000000001994857' , '/navigation/00000000000000000000000001994858' , '/navigation/00000000000000000000000001994859' , '/navigation/00000000000000000000000001994860' , '/navigation/00000000000000000000000001994861' , '/navigation/00000000000000000000000001994862' , '/navigation/00000000000000000000000001994863' , '/navigation/00000000000000000000000001994864' , '/navigation/00000000000000000000000001994865' , '/navigation/00000000000000000000000001994866' , '/navigation/00000000000000000000000001994867' , '/navigation/00000000000000000000000001994868' , '/navigation/00000000000000000000000001994642' , '/navigation/00000000000000000000000001994869' , '/navigation/00000000000000000000000001994870' , '/navigation/00000000000000000000000001994871' , '/navigation/00000000000000000000000001994872' , '/navigation/00000000000000000000000001994873' , '/navigation/00000000000000000000000001994643' , '/navigation/00000000000000000000000001994874' , '/navigation/00000000000000000000000001994875' , '/navigation/00000000000000000000000001994876' , '/navigation/00000000000000000000000001994877' , '/navigation/00000000000000000000000001994878' , '/navigation/00000000000000000000000001994879' , '/navigation/00000000000000000000000001994880' , '/navigation/00000000000000000000000001994881' , '/navigation/00000000000000000000000001994644' , '/navigation/00000000000000000000000001994882' , '/navigation/00000000000000000000000001994883' , '/navigation/00000000000000000000000001994884' , '/navigation/00000000000000000000000001994885' , '/navigation/00000000000000000000000001994886' , '/navigation/00000000000000000000000001994887' , '/navigation/00000000000000000000000001994888' , '/navigation/00000000000000000000000001994889' , '/navigation/00000000000000000000000001994890' , '/navigation/00000000000000000000000001994891' , '/navigation/00000000000000000000000001994892' , '/navigation/00000000000000000000000001994893' , '/navigation/00000000000000000000000001994894' , '/navigation/00000000000000000000000001994896' , '/navigation/00000000000000000000000001994898' , '/navigation/00000000000000000000000001994645' , '/navigation/00000000000000000000000001994899' , '/navigation/00000000000000000000000001994900' , '/navigation/00000000000000000000000001994901' , '/navigation/00000000000000000000000001994902' , '/navigation/00000000000000000000000001994903' , '/navigation/00000000000000000000000001994904' , '/navigation/00000000000000000000000001994905' , '/navigation/00000000000000000000000001994906' , '/navigation/00000000000000000000000001994907' , '/navigation/00000000000000000000000001994908' , '/navigation/00000000000000000000000001994909' , '/navigation/00000000000000000000000001994910' , '/navigation/00000000000000000000000001994911' , '/navigation/00000000000000000000000001994912' , '/navigation/00000000000000000000000001994913' , '/navigation/00000000000000000000000001994914' , '/navigation/00000000000000000000000001995087' , '/navigation/00000000000000000000000001994646' , '/navigation/00000000000000000000000001994915' , '/navigation/00000000000000000000000001994916' , '/navigation/00000000000000000000000001994917' , '/navigation/00000000000000000000000001994918' , '/navigation/00000000000000000000000001994919' , '/navigation/00000000000000000000000001994920' , '/navigation/00000000000000000000000001994921' , '/navigation/00000000000000000000000001994922' , '/navigation/00000000000000000000000001994923' , '/navigation/00000000000000000000000001994924' , '/navigation/00000000000000000000000001994925' , '/navigation/00000000000000000000000001994926' , '/navigation/00000000000000000000000001994927' , '/navigation/00000000000000000000000001994928' , '/navigation/00000000000000000000000001994929' , '/navigation/00000000000000000000000001994930' , '/navigation/00000000000000000000000001994931' , '/navigation/00000000000000000000000001994932' , '/navigation/00000000000000000000000001994933' , '/navigation/00000000000000000000000001994934' , '/navigation/00000000000000000000000001994935' , '/navigation/00000000000000000000000001994647' , '/navigation/00000000000000000000000001994936' , '/navigation/00000000000000000000000001994937' , '/navigation/00000000000000000000000001994938' , '/navigation/00000000000000000000000001994939' , '/navigation/00000000000000000000000001994940' , '/navigation/00000000000000000000000001994941' , '/navigation/00000000000000000000000001994942' , '/navigation/00000000000000000000000001994943' , '/navigation/00000000000000000000000001994944' , '/navigation/00000000000000000000000001994945' , '/navigation/00000000000000000000000001994946' , '/navigation/00000000000000000000000001994947' , '/navigation/00000000000000000000000001994948' , '/navigation/00000000000000000000000001994949' , '/navigation/00000000000000000000000001994950' , '/navigation/00000000000000000000000001994951' , '/navigation/00000000000000000000000001994952' , '/navigation/00000000000000000000000001994953' , '/navigation/00000000000000000000000001995084' , '/navigation/00000000000000000000000001995085' , '/navigation/00000000000000000000000001994648' , '/navigation/00000000000000000000000001994954' , '/navigation/00000000000000000000000001994955' , '/navigation/00000000000000000000000001994956' , '/navigation/00000000000000000000000001994957' , '/navigation/00000000000000000000000001994958' , '/navigation/00000000000000000000000001994959' , '/navigation/00000000000000000000000001994960' , '/navigation/00000000000000000000000001994961' , '/navigation/00000000000000000000000001994649' , '/navigation/00000000000000000000000001994962' , '/navigation/00000000000000000000000001994650' , '/navigation/00000000000000000000000001994963' , '/navigation/00000000000000000000000001994964' , '/navigation/00000000000000000000000001994965' , '/navigation/00000000000000000000000001994966' , '/navigation/00000000000000000000000001994967' , '/navigation/00000000000000000000000001994968' , '/navigation/00000000000000000000000001994969' , '/navigation/00000000000000000000000001994970' , '/navigation/00000000000000000000000001994651' , '/navigation/00000000000000000000000001994971' , '/navigation/00000000000000000000000001994972' , '/navigation/00000000000000000000000001994973' , '/navigation/00000000000000000000000001994974' , '/navigation/00000000000000000000000001994975' , '/navigation/00000000000000000000000001994976' , '/navigation/00000000000000000000000001994977' , '/navigation/00000000000000000000000001994978' , '/navigation/00000000000000000000000001994979' , '/navigation/00000000000000000000000001994980' , '/navigation/00000000000000000000000001994652' , '/navigation/00000000000000000000000001994981' , '/navigation/00000000000000000000000001994653' , '/navigation/00000000000000000000000001994982' , '/navigation/00000000000000000000000001994983' , '/navigation/00000000000000000000000001994984' , '/navigation/00000000000000000000000001994985' , '/navigation/00000000000000000000000001994986' , '/navigation/00000000000000000000000001994987' , '/navigation/00000000000000000000000001994988' , '/navigation/00000000000000000000000001994989' , '/navigation/00000000000000000000000001994654' , '/navigation/00000000000000000000000001994990' , '/navigation/00000000000000000000000001994991' , '/navigation/00000000000000000000000001994992' , '/navigation/00000000000000000000000001994993' , '/navigation/00000000000000000000000001994994' , '/navigation/00000000000000000000000001994995' , '/navigation/00000000000000000000000001994996' , '/navigation/00000000000000000000000001994997' , '/navigation/00000000000000000000000001994998' , '/navigation/00000000000000000000000001994999' , '/navigation/00000000000000000000000001995000' , '/navigation/00000000000000000000000001995001' , '/navigation/00000000000000000000000001995002' , '/navigation/00000000000000000000000001994655' , '/navigation/00000000000000000000000001995003' , '/navigation/00000000000000000000000001995004' , '/navigation/00000000000000000000000001995005' , '/navigation/00000000000000000000000001995006' , '/navigation/00000000000000000000000001995007' , '/navigation/00000000000000000000000001995008' , '/navigation/00000000000000000000000001995009' , '/navigation/00000000000000000000000001995010' , '/navigation/00000000000000000000000001995011' , '/navigation/00000000000000000000000001995012' , '/navigation/00000000000000000000000001995013' , '/navigation/00000000000000000000000001995014' , '/navigation/00000000000000000000000001995015' , '/navigation/00000000000000000000000001995016' , '/navigation/00000000000000000000000001995017' , '/navigation/00000000000000000000000001995018' , '/navigation/00000000000000000000000001995019' , '/navigation/00000000000000000000000001994656' , '/navigation/00000000000000000000000001995020' , '/navigation/00000000000000000000000001995021' , '/navigation/00000000000000000000000001995022' , '/navigation/00000000000000000000000001995023' , '/navigation/00000000000000000000000001995024' , '/navigation/00000000000000000000000001995025' , '/navigation/00000000000000000000000001995026' , '/navigation/00000000000000000000000001995027' , '/navigation/00000000000000000000000001995028' , '/navigation/00000000000000000000000001995029' , '/navigation/00000000000000000000000001995030' , '/navigation/00000000000000000000000001995031' , '/navigation/00000000000000000000000001995032' , '/navigation/00000000000000000000000001994657' , '/navigation/00000000000000000000000001995033' , '/navigation/00000000000000000000000001995034' , '/navigation/00000000000000000000000001995035' , '/navigation/00000000000000000000000001995036' , '/navigation/00000000000000000000000001995038' , '/navigation/00000000000000000000000001995039' , '/navigation/00000000000000000000000001995040' , '/navigation/00000000000000000000000001995041' , '/navigation/00000000000000000000000001995042' , '/navigation/00000000000000000000000001995043' , '/navigation/00000000000000000000000001995044' , '/navigation/00000000000000000000000001995046' , '/navigation/00000000000000000000000001995047' , '/navigation/00000000000000000000000001995048' , '/navigation/00000000000000000000000001995049' , '/navigation/00000000000000000000000001995050' , '/navigation/00000000000000000000000001995051' , '/navigation/00000000000000000000000001995052' , '/navigation/00000000000000000000000001995053' , '/navigation/00000000000000000000000001995054' , '/navigation/00000000000000000000000001995055' , '/navigation/00000000000000000000000001994505' , '/navigation/00000000000000000000000001994658' , '/navigation/00000000000000000000000001995056' , '/navigation/00000000000000000000000001994659' , '/navigation/00000000000000000000000001995057' , '/navigation/00000000000000000000000001994661' , '/navigation/00000000000000000000000001995059' , '/navigation/00000000000000000000000001994662' , '/navigation/00000000000000000000000001995060' , '/navigation/00000000000000000000000001994663' , '/navigation/00000000000000000000000001995061' , '/navigation/00000000000000000000000001994664' , '/navigation/00000000000000000000000001995062' , '/navigation/00000000000000000000000001994665' , '/navigation/00000000000000000000000001995063' , '/navigation/00000000000000000000000001994666' , '/navigation/00000000000000000000000001995064' , '/navigation/00000000000000000000000001994667' , '/navigation/00000000000000000000000001995065' , '/navigation/00000000000000000000000001994668' , '/navigation/00000000000000000000000001995067' , '/navigation/00000000000000000000000001994669' , '/navigation/00000000000000000000000001995068' , '/navigation/00000000000000000000000001994670' , '/navigation/00000000000000000000000001995069' , '/navigation/00000000000000000000000001994671' , '/navigation/00000000000000000000000001995070' , '/navigation/00000000000000000000000001994672' , '/navigation/00000000000000000000000001995071' , '/navigation/00000000000000000000000001994673' , '/navigation/00000000000000000000000001995072' , '/navigation/00000000000000000000000001995073' , '/navigation/00000000000000000000000001995074' , '/navigation/00000000000000000000000001995075' , '/navigation/00000000000000000000000001994507' , '/navigation/00000000000000000000000001994519' , '/navigation/00000000000000000000000001995082' , '/navigation/00000000000000000000000002094846' , '/navigation/00000000000000000000000001946155' , '/navigation/00000000000000000000000001994520' , '/navigation/00000000000000000000000001958323' , '/navigation/00000000000000000000000001994524' , '/navigation/00000000000000000000000001994528' , '/navigation/00000000000000000000000001994531' , '/navigation/00000000000000000000000001994532' , '/navigation/00000000000000000000000001994533' , '/navigation/00000000000000000000000001994535' , '/navigation/00000000000000000000000001994549' , '/navigation/00000000000000000000000001994571' , '/navigation/00000000000000000000000001999523' , '/navigation/00000000000000000000000001994536' , '/navigation/00000000000000000000000001994537' , '/navigation/00000000000000000000000001994538' , '/navigation/00000000000000000000000001994540' , '/navigation/00000000000000000000000001994564' , '/navigation/00000000000000000000000001994580' , '/navigation/00000000000000000000000001994541' , '/navigation/00000000000000000000000001994542' , '/navigation/00000000000000000000000001994543' , '/navigation/00000000000000000000000001994544' , '/navigation/00000000000000000000000001994545' , '/navigation/00000000000000000000000001994548' , '/navigation/00000000000000000000000001994550' , '/navigation/00000000000000000000000001994560' , '/navigation/00000000000000000000000001994561' , '/navigation/00000000000000000000000001994566' , '/navigation/00000000000000000000000001994570' , '/navigation/00000000000000000000000002000223' , '/navigation/00000000000000000000000002009546' , '/navigation/00000000000000000000000002092218' , '/navigation/00000000000000000000000001743118' , '/navigation/00000000000000000000000002098090' , '/navigation/00000000000000000000000002098766' , '/navigation/00000000000000000000000001994522' , '/navigation/00000000000000000000000001994551' , '/navigation/00000000000000000000000001994552' , '/navigation/00000000000000000000000001994553' , '/navigation/00000000000000000000000001994554' , '/navigation/00000000000000000000000001994555' , '/navigation/00000000000000000000000001994556' , '/navigation/00000000000000000000000002000795' , '/navigation/00000000000000000000000002094845' , '/navigation/00000000000000000000000001994558' , '/detail/00000000000000000000000061771951' , '/' , '/detail/00000000000000000000000061772360' , '/detail/00000000000000000000000061771917' , '/detail/00000000000000000000000061771792' , '/detail/00000000000000000000000061772094' , '/detail/00000000000000000000000061772272' , '/detail/00000000000000000000000061772343' , '/detail/00000000000000000000000061771787' , '/detail/00000000000000000000000061771929' , '/detail/00000000000000000000000061771940' , '/detail/00000000000000000000000061772031' , '/detail/00000000000000000000000061772144' , '/detail/00000000000000000000000061772180' , '/detail/00000000000000000000000061772308' , '/detail/00000000000000000000000061771814' , '/detail/00000000000000000000000042498667' , '/detail/00000000000000000000000042498725' , '/detail/00000000000000000000000042498664' , '/detail/00000000000000000000000042498668' , '/detail/00000000000000000000000042498669' , '/detail/00000000000000000000000061771975' , '/detail/00000000000000000000000061771994' , '/detail/00000000000000000000000061772416' , '/detail/00000000000000000000000061771843' , '/navigation/5507d613f3974866b64d558b39342451' , '/navigation/9174b58ea27e496f8e9cefcba40cac29' , '/navigation/f971ef3857fb42e781756fba1e3dce5e' , '/navigation/bba541c73fde441ebcdbd07fc306d960' , '/navigation/44008bc085fd46559a6a82b1a2cf1a62' , '/navigation/11890a5a935040ae99a4c58cb9fcdd0e' , '/navigation/f859bda54694455a8d10baaec58c5c32' , '/navigation/ceafb9867f584615a48e455a894f6b8b' , '/navigation/7c2e93a1706f46c997cdcd112ccff324' , '/navigation/b835f06ac4d2422ea289d6215a6f69b1' , '/navigation/e7c8778ba9fc4785a8311e2ea1e0f6d8' , '/navigation/2e332cfbd1de4b03b7321c1020cc2676' , '/navigation/42a07277e07d4278b882f9e47493e602' , '/navigation/bc19d167515040b48c34a5cb687011eb' , '/navigation/8420453b9e044f66960143f8dd935e55' , '/navigation/7e36b655d35d40899bf8a82765b23adb' , '/navigation/5de4b279abf74b4eb167e2acc5bfc875' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0xD74FFD85A6AE42E780AD3554CC15BCE2 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
137
0.55 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""ð3.ü<D┤öUOz´¯SÍ "
b"£‚^\x1D Ú¼D\x00 Š…\x19 Ëÿtºñ "
b"â2grÄkH††ã\t\x1C 2O-Ø "
b"ã*J#öìF=¸\x1A „¯ ÷^ó "
b"\x03 B¬\x06 zMT¢”ÎÔ¸51 "
b"\v ÙÒë\x17 ©E´°¦¬a±FÌÈ "
b"£éM&6o@\x1D ¸\x10 ¤vª²]à "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x22D0332E813C44B494554F7AEFEE53D6 , 0xA3825E1DDABC44008A8519CBFF74BAF1 , 0xE2326772C46B488686E3091C324F2DD8 , 0xE32A4A23F6EC463DB81A84AFA0F75EF3 , 0x0342AC06A07A4D54A294ADCED4B83531 , 0x0BD9D2EB17A945B4B0A6AC61B146CCC8 , 0xA3E94D26366F401DB810A476AAB25DC3 , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy