1
0.07 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.13 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
3
0.06 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
4
0.08 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
5
0.13 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
6
0.34 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
7
0.25 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
"RECA-Produktkatalog/Beschlaege "
"RECA-Produktkatalog/Beschlaege/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x018DF46D5CAA729C8741AC9A78D9F4E3 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'RECA-Produktkatalog/Beschlaege' OR seo_path_info = 'RECA-Produktkatalog/Beschlaege/' ));
Copy
8
0.30 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
9
0.09 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
10
0.11 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
"Rg9g4RLhaDaO4mAiLTC9tWWKFMJgd6ue "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x018DF46D5CAA729C8741AC9A78D9F4E3 ) AND (token = 'Rg9g4RLhaDaO4mAiLTC9tWWKFMJgd6ue' ) LIMIT 1 ;
Copy
11
0.19 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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 = 0x018DF46D5CAA729C8741AC9A78D9F4E3
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
12
0.49 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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 (0x018DF46D5CAA729C8741AC9A78D9F4E3 );
Copy
13
0.15 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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 (0x018DF46D5CAA729C8741AC9A78D9F4E3 ));
Copy
14
0.16 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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 (0x018DF46D5CAA729C8741AC9A78D9F4E3 )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
15
0.34 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
16
0.21 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
17
0.20 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ì¶lL rúÀ£\x16 À├ù4¾ "
]
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 (0x018DF46C4C2072A3B79C16B7C39734F3 );
Copy
18
0.18 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"¤¢P\x18 ËìAÏ¡╩\x10 ┘O╚¢Í "
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.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 (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
19
0.08 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.39 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"\x01 ì¶lP~s▓ÜyÖ\x05 '▀·ã "
b"\x01 ì¶lP~s▓ÜyÖ\x05 '¹¾\t "
b"""
\x01 ì¶lqép\x1C è þ\n
\x08 Ê2m
"""
]
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 (0x018DF46C507E73B29A79990527DFFAC6 , 0x018DF46C507E73B29A79990527FBF309 , 0x018DF46C7182701C8AFFE70A08D2326D ));
Copy
21
0.38 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 ì¶lPIqÖÆ┐¾Þð÷┌D "
]
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 (0x018DF46C5049719992BFF3E8D0F6DA44 );
Copy
22
0.41 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"\x01 ì¶lPjsýäƒbwNÓ.┬ "
]
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 (0x018DF46C506A73EC849F62774EE02EC2 );
Copy
23
0.13 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"\x01 ì¶lL rúÀ£\x16 À├ù4¾ "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x018DF46C4C2072A3B79C16B7C39734F3 ) LIMIT 1 ;
Copy
24
0.10 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"Rg9g4RLhaDaO4mAiLTC9tWWKFMJgd6ue "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'Rg9g4RLhaDaO4mAiLTC9tWWKFMJgd6ue' ;
Copy
25
0.12 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
26
0.16 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x01 ì¶lPAp½ì\'\x1A ®"╚K "
b"\x01 ì¶lPjsýäƒbwPÅXÞ "
b"\x01 ì¶lP▄r7»g▄÷\x19 ╣¼J "
b"\x01 ì¶lg┘r┴ÿO+Fyãª\e "
b"\x01 Ž1 ¦«}'€uKñŠF‹$ "
b"\x01 Ž1¢Kët¦·à¦3–\f\x07 f "
b"\x01 ì¶lPÈr¼ä\e Æ\x07 À\x15 ^\x10 "
b"\x01 ì¶lPÎsi╝B▒Ù╠Âxø "
b"\x01 ì¶l¬\x06 paà\x0E ÄBí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 (0x018DF46C504170AB8D5C271AA922C84B , 0x018DF46C506A73EC849F6277508F58E8 , 0x018DF46C50DC7237AF67DCF619B9AC4A , 0x018DF46C67D972C1984F2B4679C6A61B , 0x018E31A0A6AB7D2780754BF18A468B24 , 0x018E31A24BEB74A6B7E0A633960C0766 , 0x018DF46C50D472AC841B9207B7155E10 , 0x018DF46C50D77369BC42B1EBCCB6789B , 0x018DF46CAA067061850E8E42A17684D0 );
Copy
27
0.10 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
28
0.45 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
29
0.32 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
30
0.10 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
b"\x01 ì¶lL rúÀ£\x16 À├ù4¾ "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND `sales_channel_country` . `country_id` = 0x018DF46C4C2072A3B79C16B7C39734F3 );
Copy
31
0.08 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters :
[
"token " => "Rg9g4RLhaDaO4mAiLTC9tWWKFMJgd6ue "
]
DELETE FROM `cart` WHERE `token` = 'Rg9g4RLhaDaO4mAiLTC9tWWKFMJgd6ue' ;
Copy
32
0.33 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters :
[
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x018DF46D5CAA729C8741AC9A78D9F4E3 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
33
0.19 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"\x01 Ž\t\x07 Û&q·™ÔœM8©X\x7F "
b"\x01 Ž\t\x07 Û&q·™ÔœM8©X\x7F "
b"\x01 Ž\t\x07 Û&q·™ÔœM8©X\x7F "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x018E0907DB2671B799D49C4D38A9587F OR `parent_id` = 0x018E0907DB2671B799D49C4D38A9587F OR `id` = 0x018E0907DB2671B799D49C4D38A9587F
;
Copy
34
2.17 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% "
"%|018e0907db2671b799d49c4d38a9587f|% "
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 '%|018e0907db2671b799d49c4d38a9587f|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
35
0.12 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
36
0.93 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% "
"%|018e0907db2671b799d49c4d38a9587f|% "
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 '%|018e0907db2671b799d49c4d38a9587f|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
37
0.52 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"\x01 Ž\t\x07 Û&q·™ÔœM8©X\x7F "
]
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 (0x018E0907DB2671B799D49C4D38A9587F ));
Copy
38
0.29 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND `language.salesChannels` . `id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
39
0.33 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `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 "
b"\x01 ì¶m¤ròÁç\t\x1E 5Ü░T "
]
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 , 0x018DF46DB6CF7295B587091E359AB054 );
Copy
40
0.17 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 ) GROUP BY `currency` . `id` ;
Copy
41
0.21 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
42
0.16 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"\x01 Ž\x18 žèît€¿ý¢^!ùp€ "
b"\x01 Ž\x18 žèît€¿ý¢^!ùp€ "
b"\x01 Ž\x18 žèît€¿ý¢^!ùp€ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x018E189EE8EE7480BFFDA25E21F97080 OR `parent_id` = 0x018E189EE8EE7480BFFDA25E21F97080 OR `id` = 0x018E189EE8EE7480BFFDA25E21F97080
;
Copy
43
1.32 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% "
"%|018e189ee8ee7480bffda25e21f97080|% "
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 '%|018e189ee8ee7480bffda25e21f97080|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
44
1.13 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% "
"%|018e189ee8ee7480bffda25e21f97080|% "
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 '%|018e189ee8ee7480bffda25e21f97080|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
45
0.50 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"\x01 Ž\x18 žèît€¿ý¢^!ùp€ "
]
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 (0x018E189EE8EE7480BFFDA25E21F97080 ));
Copy
46
0.23 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
47
0.47 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 ì¶lPRs\x04 ÿï¼é┤\x11 ▄q "
b"\x01 ì¶lPIqÖÆ┐¾Þð÷┌D "
]
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 (0x018DF46C50527304988BAC82B411DC71 , 0x018DF46C5049719992BFF3E8D0F6DA44 );
Copy
48
0.30 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
49
0.53 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"\x01 ì¶lPjsýäƒbwOÊkz "
b"\x01 ì¶lPjsýäƒbwNÓ.┬ "
]
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 (0x018DF46C506A73EC849F62774FD26B7A , 0x018DF46C506A73EC849F62774EE02EC2 );
Copy
50
0.53 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"\x01 É┌kL¨ræ«àrÚ\x04 ø\x14 { "
]
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 (0x0190DA6B4CF97291AE8572E9049B147B ));
Copy
51
0.24 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ì¶lRçs¡Áa¥#y¨´\x1F "
]
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 (0x018DF46C528773ADB561BE2379F9EF1F ));
Copy
52
0.32 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"\x01 ì¶lRçs¡Áa¥#y¨´\x1F "
]
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 (0x018DF46C528773ADB561BE2379F9EF1F )));
Copy
53
0.34 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"\x01 ì¶lZir+│4,×\v ╚┼§ "
]
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 (0x018DF46C5A69722BB3342C9E0BC8C5F5 )));
Copy
54
0.25 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ì¶lRÅs_üÃE#¸È\x18 ▒ "
b"\x01 ì¶lRÅs_üÃE#°5\x01 │ "
b"\x01 ì¶l[Àqf╣║§å┴_3O "
]
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 (0x018DF46C528F735F81C74523F7D418B1 , 0x018DF46C528F735F81C74523F83501B3 , 0x018DF46C5BB77166B9BAF586C15F334F )));
Copy
55
0.27 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"\x01 ÄQ»W¨pùÖS\x19 ìajâÛ "
]
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 (0x018E51AF57F970979953198D616A83EA );
Copy
56
0.12 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
57
0.22 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"\x01 ì¶lw╝p¶©î¿xJLÂ╠ "
b"\x01 ì¶lw╝p¶©î¿xJa#f "
b"\x01 ì¶lw╝p¶©î¿xK]û\x18 "
b"\x01 ì¶lw╝p¶©î¿xL/Ûƒ "
b"\x01 ÄQ»W¨pùÖS\x19 ìajâÛ "
b"\x01 ì¶lw╝p¶©î¿xM\t Ï\x07 "
b"\x01 ì¶l|ÉpèÄY┐xè¢\x1D "
]
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 (0x018DF46C77BC70F4B88CA8784A4CB6CC , 0x018DF46C77BC70F4B88CA8784A612366 , 0x018DF46C77BC70F4B88CA8784B5D9618 , 0x018DF46C77BC70F4B88CA8784C2FEA9F , 0x018E51AF57F970979953198D616A83EA , 0x018DF46C77BC70F4B88CA8784D09D807 , 0x018DF46C7C90708A8E59BFF0788ABD1D );
Copy
58
0.12 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"\x01 É┌kL¨ræ«àrÚ\x04 ø\x14 { "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0190DA6B4CF97291AE8572E9049B147B )) LIMIT 1 ;
Copy
59
0.10 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"\x01 É┌kL¨ræ«àrÚ\x04 ø\x14 { "
]
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 (0x0190DA6B4CF97291AE8572E9049B147B ));
Copy
60
41.35 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` . `custom_fields` as `product.translation.customFields` 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` . `custom_fields` as `product.parent.translation.customFields` 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 ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? 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` < = > ? ))) GROUP BY `product` . `display_group` ORDER BY MIN (`product` . `product_number` ) ASC , MIN (`product` . `id` ) ASC LIMIT 24
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kL¨ræ«àrÚ\x04 ø\x14 { "
null
]
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` . `custom_fields` as `product.translation.customFields` 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` . `custom_fields` as `product.parent.translation.customFields` 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 ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B4CF97291AE8572E9049B147B AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ORDER BY MIN (`product` . `product_number` ) ASC , MIN (`product` . `id` ) ASC LIMIT 24 ;
Copy
61
35.78 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` . `custom_fields` as `product.translation.customFields` 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` . `custom_fields` as `product.parent.translation.customFields` 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 ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? 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` < = > ? ))) GROUP BY `product` . `display_group` ) total
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kL¨ræ«àrÚ\x04 ø\x14 { "
null
]
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` . `custom_fields` as `product.translation.customFields` 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` . `custom_fields` as `product.parent.translation.customFields` 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 ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B4CF97291AE8572E9049B147B AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
62
26.84 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 (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` 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` . `custom_fields` as `product.parent.translation.customFields` 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 ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? 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` < = > ? ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kL¨ræ«àrÚ\x04 ø\x14 { "
null
]
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 (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` 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` . `custom_fields` as `product.parent.translation.customFields` 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 ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B4CF97291AE8572E9049B147B AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
63
0.28 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"\x01 É┌\x7F Óòpáºju_¯2º£ "
]
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 (0x0190DA7FE09570A0A76A755FEE32A79C ));
Copy
64
37.46 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 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` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 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 (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` 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` . `custom_fields` as `product.parent.translation.customFields` 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 ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? 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` < = > ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kL¨ræ«àrÚ\x04 ø\x14 { "
null
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 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` ,
"$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 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 (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `custom_fields` as `product.translation.customFields`
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` . `custom_fields` as `product.parent.translation.customFields`
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 (
(
COALESCE (
IF (
JSON_TYPE (
JSON_EXTRACT (
`product.translation.customFields` ,
'$.enabled_in_channel'
)
) ! = "NULL" ,
CONVERT (
JSON_UNQUOTE (
JSON_EXTRACT (
`product.translation.customFields` ,
'$.enabled_in_channel'
)
) USING "utf8mb4"
) COLLATE utf8mb4_unicode_ci ,
NULL
),
IF (
JSON_TYPE (
JSON_EXTRACT (
`product.parent.translation.customFields` ,
'$.enabled_in_channel'
)
) ! = "NULL" ,
CONVERT (
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent.translation.customFields` ,
'$.enabled_in_channel'
)
) USING "utf8mb4"
) COLLATE utf8mb4_unicode_ci ,
NULL
)
) = ?
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` < = > ? )
)
)
Copy
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 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` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c504170ab8d5c271aa922c84b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c506a73ec849f6277508f58e8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c67d972c1984f2b4679c6a61b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018df46c50d77369bc42b1ebccb6789b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 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 (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` 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` . `custom_fields` as `product.parent.translation.customFields` 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 ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B4CF97291AE8572E9049B147B AND NOT (`product` . `display_group` < = > NULL )));
Copy
65
15.53 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 (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` 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` . `custom_fields` as `product.parent.translation.customFields` 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 ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? 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 (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kL¨ræ«àrÚ\x04 ø\x14 { "
null
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 (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` 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` . `custom_fields` as `product.parent.translation.customFields` 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 ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B4CF97291AE8572E9049B147B AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
66
15.03 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 (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` 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` . `custom_fields` as `product.parent.translation.customFields` 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 ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? 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 ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kL¨ræ«àrÚ\x04 ø\x14 { "
null
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 (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` 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` . `custom_fields` as `product.parent.translation.customFields` 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 ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B4CF97291AE8572E9049B147B AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
67
55.51 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 (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` 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` . `custom_fields` as `product.parent.translation.customFields` 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` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? 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` < = > ? ))) GROUP BY `product.properties` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kL¨ræ«àrÚ\x04 ø\x14 { "
null
]
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 (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` 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` . `custom_fields` as `product.parent.translation.customFields` 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` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B4CF97291AE8572E9049B147B AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
68
33.39 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 (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` 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` . `custom_fields` as `product.parent.translation.customFields` 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` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = ? ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = ? 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` < = > ? ))) GROUP BY `product.options` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"ja "
30
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"\x01 É┌kL¨ræ«àrÚ\x04 ø\x14 { "
null
]
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 (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` 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` . `custom_fields` as `product.parent.translation.customFields` 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` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.enabled_in_channel' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) = 'ja' AND ((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x0190DA6B4CF97291AE8572E9049B147B AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
69
0.36 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% "
b"=ÄæEtþWìƒ(ãе£ê┼ "
b"ÏD\x12 x0ÅPÉíîÑmÏ«' "
b"½&“ ç\x06 _>Ýë\x10\x11 b¡N "
b"\f Ynkà7Pù–\x00 º½|áÊu "
b"Ì®üe┬ðS▀î6â╠kÛĵ "
b"ºÅP\x0E (úX›è/¦I\x04 ¡0 "
b"\x1E ç¹g}•_„Š\x13 BrfŠÿ# "
b"“\x1C OZ\x05 gR\x07 …ˆN&ò~7£ "
b"a\x11 !\x01 ULR•’Má:¬’Œ\x03 "
b"█d°»\f gXƒìÔõ5m¤d▒ "
b"÷œKª|NT.¢\x02 ©îשãc "
b"oðÙßE}\0£\x1D V\x07 ½óÇO "
b"º<ââ.,SŒ¶4ö‰\r y\x1A "
b"åŽd˜y\x15 Qh°Ž×í9;mÓ "
b":+ÎG"_^\e ˜”=Ö#åûŒ "
b"ü\x13 ▀ä█Ó\¡áÌR\x02 Ë\f ╝Ô "
b"A6•õèIS0š@\x11 ý\f oe} "
b"вH¿\x10\x03 QA‡A\x08\x10 +¾¥\x02 "
b"\x04 Þ\f <ÌSÖ║ë'\x13 &þÉÿ "
b"Ü.\x1C uò_^\x0E £eŽÎ\x1D ¬Wk "
b"Ùm}„°\x04 \Iœ¾¾Ò^\¥n "
b"vÞ•\x00 •3XÁ°+=‹\x1C ϧ- "
b"║L\t Â┼\x13 TSùîWÅ]Ã├| "
b"▒■ÒÆ\x06 ôZÑÿËáÚ·eül "
]
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 (0x3D8E914574E7578D9F28C6D1E69C88C5 , 0xD8441278308F5090A18CA56DD8AE27FF , 0xBD2693A0E7065F3EADDDEB101162A14E , 0x0C596E6BE03750F99600BABD7CE1CA75 , 0xDEA98165C2D053DF8C3683CC6BEA8EE6 , 0xBAC5500E28FA58C29BE82FA64904A130 , 0x1EE7B9677D955F848A134272668AFF23 , 0x931C4F5A0567520785884E26F27E37A3 , 0x61112101554C5295924DE13AAC928C03 , 0xDB64F8AF0C67589F8DE2E4356DCF64B1 , 0xF79C4BAA7C4E542EA202A9EED7A9E363 , 0x6FF0D9DF457D5C30A31D5607BDF3C74F , 0xBA3CE2E22E2C538CB634F6890D791AA0 , 0xE58E649879155168B08ED7ED393B6DD3 , 0x3A2BCE47225F5E1B98943DD623E5FB8C , 0x8113DF84DBE05CADA0DE5202D30CBCE2 , 0x413695F5E84953309A4011FD0C6F657D , 0xD0B248BF10035141874108102BBEA502 , 0x04F0E80C3CDE5399BA89271326E79098 , 0xDC2E1C75F25F5E0EA3658ECE1DAC576B , 0xD96D7D84B0045C499CBEBED25E5CA56E , 0x76DE9500953358C1B02B3D8B1CCFA72D , 0xBA4C09B6C5135453978C578F5DC7C37C , 0xB1FEE39206935AA598D3A0E9FA65816C );
Copy
70
0.71 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
true
b"=ÄæEtþWìƒ(ãе£ê┼ "
b"ÏD\x12 x0ÅPÉíîÑmÏ«' "
b"½&“ ç\x06 _>Ýë\x10\x11 b¡N "
b"\f Ynkà7Pù–\x00 º½|áÊu "
b"Ì®üe┬ðS▀î6â╠kÛĵ "
b"ºÅP\x0E (úX›è/¦I\x04 ¡0 "
b"\x1E ç¹g}•_„Š\x13 BrfŠÿ# "
b"“\x1C OZ\x05 gR\x07 …ˆN&ò~7£ "
b"a\x11 !\x01 ULR•’Má:¬’Œ\x03 "
b"█d°»\f gXƒìÔõ5m¤d▒ "
b"÷œKª|NT.¢\x02 ©îשãc "
b"oðÙßE}\0£\x1D V\x07 ½óÇO "
b"º<ââ.,SŒ¶4ö‰\r y\x1A "
b"åŽd˜y\x15 Qh°Ž×í9;mÓ "
b":+ÎG"_^\e ˜”=Ö#åûŒ "
b"ü\x13 ▀ä█Ó\¡áÌR\x02 Ë\f ╝Ô "
b"A6•õèIS0š@\x11 ý\f oe} "
b"вH¿\x10\x03 QA‡A\x08\x10 +¾¥\x02 "
b"\x04 Þ\f <ÌSÖ║ë'\x13 &þÉÿ "
b"Ü.\x1C uò_^\x0E £eŽÎ\x1D ¬Wk "
b"Ùm}„°\x04 \Iœ¾¾Ò^\¥n "
b"vÞ•\x00 •3XÁ°+=‹\x1C ϧ- "
b"║L\t Â┼\x13 TSùîWÅ]Ã├| "
b"▒■ÒÆ\x06 ôZÑÿËáÚ·eül "
]
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` = 0x018DF46D5CAA729C8741AC9A78D9F4E3 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x3D8E914574E7578D9F28C6D1E69C88C5 , 0xD8441278308F5090A18CA56DD8AE27FF , 0xBD2693A0E7065F3EADDDEB101162A14E , 0x0C596E6BE03750F99600BABD7CE1CA75 , 0xDEA98165C2D053DF8C3683CC6BEA8EE6 , 0xBAC5500E28FA58C29BE82FA64904A130 , 0x1EE7B9677D955F848A134272668AFF23 , 0x931C4F5A0567520785884E26F27E37A3 , 0x61112101554C5295924DE13AAC928C03 , 0xDB64F8AF0C67589F8DE2E4356DCF64B1 , 0xF79C4BAA7C4E542EA202A9EED7A9E363 , 0x6FF0D9DF457D5C30A31D5607BDF3C74F , 0xBA3CE2E22E2C538CB634F6890D791AA0 , 0xE58E649879155168B08ED7ED393B6DD3 , 0x3A2BCE47225F5E1B98943DD623E5FB8C , 0x8113DF84DBE05CADA0DE5202D30CBCE2 , 0x413695F5E84953309A4011FD0C6F657D , 0xD0B248BF10035141874108102BBEA502 , 0x04F0E80C3CDE5399BA89271326E79098 , 0xDC2E1C75F25F5E0EA3658ECE1DAC576B , 0xD96D7D84B0045C499CBEBED25E5CA56E , 0x76DE9500953358C1B02B3D8B1CCFA72D , 0xBA4C09B6C5135453978C578F5DC7C37C , 0xB1FEE39206935AA598D3A0E9FA65816C )) GROUP BY `product` . `id` ;
Copy
71
2.60 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.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_property` `product.properties.mapping`
WHERE `product.properties.mapping` . `product_id` = `product` . `properties` ) as `product.properties.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `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% "
b"=ÄæEtþWìƒ(ãе£ê┼ "
b"ÏD\x12 x0ÅPÉíîÑmÏ«' "
b"½&“ ç\x06 _>Ýë\x10\x11 b¡N "
b"\f Ynkà7Pù–\x00 º½|áÊu "
b"Ì®üe┬ðS▀î6â╠kÛĵ "
b"ºÅP\x0E (úX›è/¦I\x04 ¡0 "
b"\x1E ç¹g}•_„Š\x13 BrfŠÿ# "
b"“\x1C OZ\x05 gR\x07 …ˆN&ò~7£ "
b"a\x11 !\x01 ULR•’Má:¬’Œ\x03 "
b"█d°»\f gXƒìÔõ5m¤d▒ "
b"÷œKª|NT.¢\x02 ©îשãc "
b"oðÙßE}\0£\x1D V\x07 ½óÇO "
b"º<ââ.,SŒ¶4ö‰\r y\x1A "
b"åŽd˜y\x15 Qh°Ž×í9;mÓ "
b":+ÎG"_^\e ˜”=Ö#åûŒ "
b"ü\x13 ▀ä█Ó\¡áÌR\x02 Ë\f ╝Ô "
b"A6•õèIS0š@\x11 ý\f oe} "
b"вH¿\x10\x03 QA‡A\x08\x10 +¾¥\x02 "
b"\x04 Þ\f <ÌSÖ║ë'\x13 &þÉÿ "
b"Ü.\x1C uò_^\x0E £eŽÎ\x1D ¬Wk "
b"Ùm}„°\x04 \Iœ¾¾Ò^\¥n "
b"vÞ•\x00 •3XÁ°+=‹\x1C ϧ- "
b"║L\t Â┼\x13 TSùîWÅ]Ã├| "
b"▒■ÒÆ\x06 ôZÑÿËáÚ·eül "
]
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.properties.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_property` `product.properties.mapping`
WHERE
`product.properties.mapping` . `product_id` = `product` . `properties`
) as `product.properties.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`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.properties.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_property` `product.properties.mapping`
WHERE `product.properties.mapping` . `product_id` = `product` . `properties` ) as `product.properties.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `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 (0x3D8E914574E7578D9F28C6D1E69C88C5 , 0xD8441278308F5090A18CA56DD8AE27FF , 0xBD2693A0E7065F3EADDDEB101162A14E , 0x0C596E6BE03750F99600BABD7CE1CA75 , 0xDEA98165C2D053DF8C3683CC6BEA8EE6 , 0xBAC5500E28FA58C29BE82FA64904A130 , 0x1EE7B9677D955F848A134272668AFF23 , 0x931C4F5A0567520785884E26F27E37A3 , 0x61112101554C5295924DE13AAC928C03 , 0xDB64F8AF0C67589F8DE2E4356DCF64B1 , 0xF79C4BAA7C4E542EA202A9EED7A9E363 , 0x6FF0D9DF457D5C30A31D5607BDF3C74F , 0xBA3CE2E22E2C538CB634F6890D791AA0 , 0xE58E649879155168B08ED7ED393B6DD3 , 0x3A2BCE47225F5E1B98943DD623E5FB8C , 0x8113DF84DBE05CADA0DE5202D30CBCE2 , 0x413695F5E84953309A4011FD0C6F657D , 0xD0B248BF10035141874108102BBEA502 , 0x04F0E80C3CDE5399BA89271326E79098 , 0xDC2E1C75F25F5E0EA3658ECE1DAC576B , 0xD96D7D84B0045C499CBEBED25E5CA56E , 0x76DE9500953358C1B02B3D8B1CCFA72D , 0xBA4C09B6C5135453978C578F5DC7C37C , 0xB1FEE39206935AA598D3A0E9FA65816C ));
Copy
72
0.45 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.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 (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` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø¼yr$鿬┬╬@«S "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø¬ýqtâË┘>þ\■╔ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø½=råÂp{▄Fð█L "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø¼\x11 r\r ëK═í░¡0╩ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø¬ÇpÜçK5¸T┐║) "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø¼Es\x19 ¼\x03 &H┐uNw "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø½urEìø¾IO\x1A ¼é "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø½ÃsRÅp÷×Ýß|\ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø¼ÃqàÀ\x19\x0F â\x15 ▄:© "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø¼,pµÖs\x08 Ô'\x1E\x1A Á "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø½Yqc¡▀"fó┌¶î "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø¼¨qè│þ█\x13 d\f [2 "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø½Ós6║Ó┤èÄJ\x05 Ó "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø¼Ópg│8<Ø·Xcr "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø½$s¶ñ╚ç(\x07 4Ü "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø¬ðrK«Þn┴ıFã┼ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø¼`sùøç\x06 ¤\x19 W\t + "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø¬¼p|îä~\x08\x12 ╚ÖS "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø¼¼p¬└Hxì\x13 æf "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø½Ås\x05 ùÇ÷#ç3Ï¢ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø¼ôpûÀÎsÛ}\x08 U} "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø½\v rÏóÒ░\x00\x1F\x07 Ý7 "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"""
\x01 É┌ø½¨s;ù\n
ÇÂí+W\x13
"""
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø½½rmçcqhv³\x11\x12 "
]
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.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 (
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`
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.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 (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` WHERE `property_group_option` . `id` IN (0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BAC7972248291AAC2CE40AE53 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BAAEC717483D3D93EE75CFEC9 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BAB3D7286B6707BDC46D0DB4C , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BAC11720D894BCDA1B0AD30CA , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BAA80709A874B35F754BFBA29 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BAC457319AC032648BF754E77 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BAB7572458D9BF3494F1AAC82 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BABC773528F70F69EEDE17C5C , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BACC77185B7190F8315DC3AB8 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BAC2C70E6997308E2271E1AB5 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BAB597163ADDF2266A2DAF48C , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BACF9718AB3E7DB13640C5B32 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BABE07336BAE0B48A8E4A05E0 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BACE07067B3383C9DFA586372 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BAB2473F4A4C887280734F09A , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BAAD0724BAEE86EC1D546C6C5 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BAC6073979B8706CF1957092B , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BAAAC707C8C847E0812C89953 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BACAC70B6AAC048788D139166 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BAB8F73059780F6238733D8BD , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BAC937096B7D773EA7D08557D , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BAB0B72D8A2E3B0001F07ED37 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BABF9733B970A80B6A12B5713 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BABAB726D8763716876FC1112 );
Copy
73
0.18 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"\x04 Þ\f <ÌSÖ║ë'\x13 &þÉÿ "
b"\f Ynkà7Pù–\x00 º½|áÊu "
b"\x1E ç¹g}•_„Š\x13 BrfŠÿ# "
b":+ÎG"_^\e ˜”=Ö#åûŒ "
b"=ÄæEtþWìƒ(ãе£ê┼ "
b"A6•õèIS0š@\x11 ý\f oe} "
b"a\x11 !\x01 ULR•’Má:¬’Œ\x03 "
b"oðÙßE}\0£\x1D V\x07 ½óÇO "
b"vÞ•\x00 •3XÁ°+=‹\x1C ϧ- "
b"ü\x13 ▀ä█Ó\¡áÌR\x02 Ë\f ╝Ô "
b"“\x1C OZ\x05 gR\x07 …ˆN&ò~7£ "
b"▒■ÒÆ\x06 ôZÑÿËáÚ·eül "
b"º<ââ.,SŒ¶4ö‰\r y\x1A "
b"║L\t Â┼\x13 TSùîWÅ]Ã├| "
b"ºÅP\x0E (úX›è/¦I\x04 ¡0 "
b"½&“ ç\x06 _>Ýë\x10\x11 b¡N "
b"вH¿\x10\x03 QA‡A\x08\x10 +¾¥\x02 "
b"ÏD\x12 x0ÅPÉíîÑmÏ«' "
b"Ùm}„°\x04 \Iœ¾¾Ò^\¥n "
b"█d°»\f gXƒìÔõ5m¤d▒ "
b"Ü.\x1C uò_^\x0E £eŽÎ\x1D ¬Wk "
b"Ì®üe┬ðS▀î6â╠kÛĵ "
b"åŽd˜y\x15 Qh°Ž×í9;mÓ "
b"÷œKª|NT.¢\x02 ©îשãc "
]
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 (0x04F0E80C3CDE5399BA89271326E79098 , 0x0C596E6BE03750F99600BABD7CE1CA75 , 0x1EE7B9677D955F848A134272668AFF23 , 0x3A2BCE47225F5E1B98943DD623E5FB8C , 0x3D8E914574E7578D9F28C6D1E69C88C5 , 0x413695F5E84953309A4011FD0C6F657D , 0x61112101554C5295924DE13AAC928C03 , 0x6FF0D9DF457D5C30A31D5607BDF3C74F , 0x76DE9500953358C1B02B3D8B1CCFA72D , 0x8113DF84DBE05CADA0DE5202D30CBCE2 , 0x931C4F5A0567520785884E26F27E37A3 , 0xB1FEE39206935AA598D3A0E9FA65816C , 0xBA3CE2E22E2C538CB634F6890D791AA0 , 0xBA4C09B6C5135453978C578F5DC7C37C , 0xBAC5500E28FA58C29BE82FA64904A130 , 0xBD2693A0E7065F3EADDDEB101162A14E , 0xD0B248BF10035141874108102BBEA502 , 0xD8441278308F5090A18CA56DD8AE27FF , 0xD96D7D84B0045C499CBEBED25E5CA56E , 0xDB64F8AF0C67589F8DE2E4356DCF64B1 , 0xDC2E1C75F25F5E0EA3658ECE1DAC576B , 0xDEA98165C2D053DF8C3683CC6BEA8EE6 , 0xE58E649879155168B08ED7ED393B6DD3 , 0xF79C4BAA7C4E542EA202A9EED7A9E363 )));
Copy
74
0.16 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
75
9.10 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"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø¬ÇpÜçK5¸T┐║) "
b"\x01 É┌ø¬¼p|îä~\x08\x12 ╚ÖS "
b"\x01 É┌ø¬ðrK«Þn┴ıFã┼ "
b"\x01 É┌ø¬ýqtâË┘>þ\■╔ "
b"\x01 É┌ø½\v rÏóÒ░\x00\x1F\x07 Ý7 "
b"\x01 É┌ø½$s¶ñ╚ç(\x07 4Ü "
b"\x01 É┌ø½=råÂp{▄Fð█L "
b"\x01 É┌ø½Yqc¡▀"fó┌¶î "
b"\x01 É┌ø½urEìø¾IO\x1A ¼é "
b"\x01 É┌ø½Ås\x05 ùÇ÷#ç3Ï¢ "
b"\x01 É┌ø½½rmçcqhv³\x11\x12 "
b"\x01 É┌ø½ÃsRÅp÷×Ýß|\ "
b"\x01 É┌ø½Ós6║Ó┤èÄJ\x05 Ó "
b"""
\x01 É┌ø½¨s;ù\n
ÇÂí+W\x13
"""
b"\x01 É┌ø¼\x11 r\r ëK═í░¡0╩ "
b"\x01 É┌ø¼,pµÖs\x08 Ô'\x1E\x1A Á "
b"\x01 É┌ø¼Es\x19 ¼\x03 &H┐uNw "
b"\x01 É┌ø¼`sùøç\x06 ¤\x19 W\t + "
b"\x01 É┌ø¼yr$鿬┬╬@«S "
b"\x01 É┌ø¼ôpûÀÎsÛ}\x08 U} "
b"\x01 É┌ø¼¼p¬└Hxì\x13 æf "
b"\x01 É┌ø¼ÃqàÀ\x19\x0F â\x15 ▄:© "
b"\x01 É┌ø¼Ópg│8<Ø·Xcr "
b"\x01 É┌ø¼¨qè│þ█\x13 d\f [2 "
b"""
\x01 É┌ø¡\x12 sü¼J\n
\x04 ┘╔îË
"""
b"\x01 É┌ø¡+pU╝£&Ъ┼7\x1E "
b"\x01 É┌ø¡Dp\x10 ꃫ«\x14\x0F Ò´ "
b"\x01 É┌ø¡]p\x1F çÙÕ¹é:ç± "
b"\x01 É┌ø¡xpx╝┬┤²9\x1A Nz "
b"\x01 É┌ø¡æs■«ÃdF╣╩¶ "
b"\x01 É┌ø¡¡qÍáÓÇ£D┤&à "
b"\x01 É┌ø¡ãr\x1C ┐òÎ\f Ou}È "
b"\x01 É┌ø¡Ôr;¡╗{aµ╩ÀÆ "
b"\x01 É┌ø¡³q\x07 ƒO\\x06 W^µ█ "
b"\x01 É┌ø«┤p2ÖËn¡ÌùÙ9 "
b"\x01 É┌ø«Îq.¡┤B1÷[ú¼ "
b"\x01 É┌ø«§p\v ¼è8┐üô¾³ "
b"\x01 É┌ø»\r r-ñ.«ó╬(q└ "
b"\x01 É┌ø»%r·ñb\x04 5pÞK\x1F "
b"\x01 É┌ø»=sMçP\x08 [ؽg9 "
b"\x01 É┌ø»Ur?£╬¬ý┼£╣I "
b"""
\x01 É┌ø»mr7®ý+®²\n
BI
"""
b"\x01 É┌ø»är‗ƒ╔Ö\x1D xÅ╝¿ "
b"\x01 É┌ø»£pqúÕ¬j\x1F ×> "
b"\x01 É┌ø»Áp\x1C î\x18 └Í▒->│ "
b"\x01 É┌ø»═rÊîRû┘┤©¨├ "
b"\x01 É┌ø»õr+®VÚ\x04 ▀╦\x18 s "
b"\x01 É┌ø» r╠╣áv\x11 ¬óØJ "
b"\x01 É┌ø░\x17 qÀÀüXn■@Là "
b"\x01 É┌ø░0q\x06 ¬éÝb\x07 u╦á "
b"\x01 É┌ø░Is$ä3╗hOUPÑ "
b"\x01 É┌ø░apúÀ\x08 ïa\x1E (┐a "
b"\x01 É┌ø░ysàïU»¹;Ã> "
b"\x01 É┌ø░æp┬│È\x16 Ø4Ë!╚ "
b"\x01 É┌ø░¬r█ì}ôX»║\x16 Ý "
b"\x01 É┌ø░┬q╠Øt<■È\x03 °Ô "
b"\x01 É┌ø░┌p¼â£YluIx│ "
b"\x01 É┌ø░¾sk؃ݻN╦u═ "
b"\x01 É┌ø▒\v rÑìÃh2ß\x16 ù░ "
b"\x01 É┌ø▒#p%░sAǺ2¨§ "
b"\x01 É┌øÃús[╣╝╚]ìû\x16 l "
b"\x01 É┌øÃ═p┴▒\x1E þ?XØñ¬ "
b"\x01 É┌øÃrµÅ|\x06 ╠§└µ" "
b"\x01 É┌ø╚\x0F r;Âj■8[;Ð0 "
b"\x01 É┌ø╚'rƒÂ/´ú²§éã "
b"\x01 É┌ø╚?sÝÖÄf+õ5C¦ "
b"\x01 É┌ø╚Wq·ÁÅX¥f\x19 7Þ "
b"\x01 É┌ø╚osn╗╬■╦*Ê·╗ "
b"\x01 É┌ø╔ÀqeÆ»\x18 ?°▄■Á "
b"\x01 É┌ø╔Ósí¬u¬vM+\x0F î "
b"\x01 É┌ø╩\x03 qºêÌ0\x18 Äït╬ "
b"\x01 É┌ø╩\x1E sÏâ>véc½ýV "
b"\x01 É┌ø╩7pª┤9«³äÞı "
b"\x01 É┌ø╩Qp─¿£*d\x02 ÃÓt "
b"\x01 É┌ø╩kqVà¸0═r╬¡Å "
b"\x01 É┌ø╩êrãª\x03\t ıËâ>\n "
b"\x01 É┌ø╩ís▒ƒô\x01 e┌Ué© "
b"\x01 É┌ø╩║s&¡UÈFÙ■┘à "
b"\x01 É┌ø╩ÈpÙ¥)ÉÔ¨òY\x1F "
b"\x01 É┌ø╩Ýsë¡║0ð\x03 ÅX┼ "
b"\x01 É┌ø╦\x06 q¹ó╦Ϲ³1¤â "
b"\x01 É┌ø╦\x1F p\¬¹&EOl¹[ "
b"\x01 É┌ø╦<p\x17 À>R\x01 d\x07 lÊ "
b"\x01 É┌ø╦Up ÀxL\8┼▀ "
b"\x01 É┌ø╦np#éRþ\x1E Êf¶l "
b"\x01 É┌ø╦çqÁ¥╚îss\r F▀ "
b"\x01 É┌ø╦íp▄óþDq±½ü‗ "
b"\x01 É┌ø╦¢q╬é‗\x1C ¤*^ë| "
b"\x01 É┌ø╦Íq(Àçþ\x10\x13 ì^å "
b"\x01 É┌ø╦‗sèï-Ecv\x19 \x07 "
b"\x01 É┌ø╠\v s\x1A ½p)┴╩ûÃ\x19 "
b"""
\x01 É┌ø╠$rX®#¼Ï\n
0ìD
"""
b"\x01 É┌ø╠=s┬Ö{H\x01 }aP× "
b"\x01 É┌ø╠Vq7Ç×Î▓Á┤§ã "
b"\x01 É┌ø╠rqäܣǣ‗s\x08 Ü "
b"\x01 É┌ø╠îs\x1C ò1Ú+╔`╝¹ "
b"\x01 É┌ø╠¿qº▓MÕm~ñ═ö "
b"\x01 É┌ø╠┴rQôeR;}0Ç5 "
b"\x01 É┌ø╠Ìp6ªþ¢Ä¸h¨È "
b"\x01 É┌ø╠¸qËÉFÝBg$í{ "
b"\x01 É┌ø═\x10 rª░ô¶s¤h, "
b"\x01 É┌ø═)pı£bê!R▓ZP "
b"\x01 É┌ø╬ïp\x1C æ┴╣█F.`\x10 "
b"\x01 É┌ø╬┤pâ╗Ãh>H├\x1C K "
b"\x01 É┌ø╬ÈqZ©ıÎLà?ü_ "
b"\x01 É┌ø╬÷qµæn\9uC%\x0F "
b"\x01 É┌ø¤\x0F s¨«Ý{©ðç\x1C ê "
b"\x01 É┌ø¤+r#©}íß3¶\┤ "
b"\x01 É┌ø¤DrbÅáÛ.Ï4│d "
b"\x01 É┌ø¤]séÂ▄\x1E ,âbo "
b"\x01 É┌ø¤ws`úV╝¸\x1F iÅ\x06 "
b"\x01 É┌ø¤ÉrÒ¬\x1E Á\x17 Ðÿ}³ "
b"\x01 É┌ø¤½rTçvıRû½N³ "
b"\x01 É┌ø¤─r░┐¸ ÁKáéà "
b"\x01 É┌ø¤Ós â\x00 ‗óÛh╬ı "
b"\x01 É┌ø¤¨q÷║ÄÙVîæ╚Þ "
b"\x01 É┌øð\x16 pX┐Ñz<rÐnƒ "
b"\x01 É┌øð/r│╗0w┬+«ûÄ "
b"\x01 É┌øðHp\x19 ¼·zÄ7\x7F /& "
b"\x01 É┌øðar╗û+═@ÄHТ "
b"\x01 É┌øðzs└¼┬A\x07\x1A Êë▓ "
b"\x01 É┌øðùqûÉwæa=ì\x06\x0E "
b"\x01 É┌øð░s`î?ÄçM\x07 ║` "
b"\x01 É┌øð╠s7¿QX█Ml╬▄ "
b"\x01 É┌øðÕrf»$¹Í!┴b© "
b"\x01 É┌øð■púèy´\x14 dWíË "
b"\x01 É┌øÐ\x17 p-í%\x1D ;±═\x19 "
b"\x01 É┌øÐ1s&Ñ┘Ô─_\t >ì "
b"\x01 É┌øÐMr█ö\x07\x14 =lÔIØ "
b"\x01 É┌øÐfs'Ñ\x00 ¥┌╚0;6 "
b"\x01 É┌øÐâp³à\x19 Ðö®┌¼ "
b"\x01 É┌øÐ£p©Ñ2ü╦µ½ùm "
b"\x01 É┌øÐ╣pk┐è¦Ù×ÉÎ/ "
b"\x01 É┌øÐÐs\x06 íOx²Ò╠[5 "
b"\x01 É┌øÐÙpÒöjË\æ0ñª "
b"\x01 É┌øÊ\x04 råùa^╬Êv!¶ "
b"\x01 É┌øË>r@ø┤ä7ïló/ "
b"\x01 É┌øËep▒«º§ñý=õ¹ "
b"\x01 É┌øËàqÂ▒!¥¼²F\x0E ¬ "
b"\x01 É┌øË×rÊüùÕ0â┤é¢ "
b"\x01 É┌øËÀq|ܶÂéHÏ2o "
b"\x01 É┌øËðq.¢Å\x08 -]÷ßù "
b"\x01 É┌øËÚqqêeé`Ö¯íÆ "
b"\x01 É┌øÈ\x02 rµÇ»çÿ%ò¶À "
b"\x01 É┌øÈ\e só│SRÞâ4u§ "
b"\x01 É┌øÈ4pAƒB²Þw\x1D ~\x06 "
b"\x01 É┌øÈMs/▒╩l6ü@\ÿ "
b"\x01 É┌øÈfs§» Æ]Ü·ý▀ "
b"\x01 É┌øÈ\x7F q\x1C â\x1A CWÖJ\x12 A "
b"\x01 É┌øÈÖq┴àÿµ2sM┌Ù "
b"\x01 É┌øÈ▒pP░K9│G-Ĥ "
b"\x01 É┌øÈ╦s!©à¬Þ\x1F ║Åı "
b"\x01 É┌øÈõp¬¿\x16 â¨ÑùD= "
b"\x01 É┌øÍIpƒúd¥¾╣\x05 Ü! "
b"\x01 É┌øÍpsC▒§C Åß¾ý "
b"\x01 É┌øÍæsP¡õ³àô\x1A I╬ "
b"\x01 É┌øÍ¡s°ñpõkC■ba "
b"\x01 É┌øÍãsOóK\x18\x12\x12 Á¨Ë "
b"\x01 É┌øÍ▀sËé[█á1»Ûx "
b"\x01 É┌øÍ°qJ▓D³_ã╔CR "
b"\x01 É┌ø¯Ar_¿7\x7F\x12 o=\t ¯ "
b"\x01 É┌ø¯ZpNêÅ\x15 *Xî_§ "
b"\x01 É┌ø¯ts ºJÓw\Ó\x0E ║ "
b"\x01 É┌ø¯îs»è4躮Ì┼ "
b"\x01 É┌ø¯ñs߃\e zO=Ã┴W "
b"\x01 É┌ø¯╝p0Çê\x14 axø¿\x13 "
b"\x01 É┌ø¯Ès`▓xϤÊhù¨ "
b"\x01 É┌ø¯ÙqiÿO¦╣Ã░┬m "
b"\x01 É┌ø´\x03 q\x0F ┐ò\x1E µâW▓è "
b"\x01 É┌ø´\e s╠½MÆ¡áêÃä "
b"\x01 É┌øSq]ª▒aZ\x19 æ`ÿ "
b"""
\x01 É┌ø{qüáÁ\n
ÉÊ\x10 ¾4
"""
b"\x01 É┌øÜs×ÂÎx"▀Ë\v t "
b"\x01 É┌ø╣pÕîLút9\x17 ßm "
b"\x01 É┌øÐpïæ\r '╣ØysM "
b"\x01 É┌øÚs'╝È+HnÍ\x01 æ "
b"\x01 É┌ø±\x01 r\x11 ìÕ\x14 àI_F\x15 "
b"\x01 É┌ø±\x19 q\x1E ¼\e mÁ├\x06 s: "
b"\x01 É┌ø±5rVèÚ\x04 ╠╬B\x04 T "
b"\x01 É┌ø±MqAÉüR.ÂÀÖä "
b"\x01 É┌ø±hp└«5Ä░9╦©þ "
b"\x01 É┌ø±Çq\x1E ┤Ö§\x1F Ôòß\x14 "
b"\x01 É┌ø±£s▀ïu":\x0E\x16 F1 "
b"\x01 É┌ø±┤pıùƒó╝7Õß8 "
b"\x01 É┌ø±╠p¿åëAÜôR?w "
b"\x01 É┌ø±õpÅ┐wÅ]¡bÀá "
b"\x01 É┌ø±³pË«\i\x13 u¯®j "
b"\x01 É┌ø‗\x14 pIÂâ|ÝMÇ£▀ "
b"\x01 É┌ø‗,p+▒LixNÖ└L "
b"\x01 É┌ø‗Dp8£┤$\x02 ½½»c "
b"\x01 É┌ø‗]rάZ_Ñ╬¶Ü╝ "
b"\x01 É┌ø‗xp┼¼\x17 É|÷G-ü "
b"\x01 É┌ø‗ÉpQÇ,!vÅ3├I "
b"\x01 É┌ø‗¼q¡¢¨ðáAìÌ "
b"\x01 É┌ø‗─pE¢vaU¢+tò "
b"\x01 É┌ø‗▀pƺÌ\x14 AY\x1D É "
b"\x01 É┌ø‗°rÜ¿c▀:?y¡ø "
b"""
\x01 É┌ø¾\x13 r┤│\n
kÑ´\x15 ãà
"""
b"\x01 É┌ø¾+qó¢¨\x02 fÍ\x04 øÅ "
b"\x01 É┌ø¾FrñÇ\t °\x17 Hw&╣ "
b"\x01 É┌ø¾_q\x1C à©ö;ú4àý "
b"\x01 É┌ø¾zs¾çÚK2╬\x1E ¬7 "
b"\x01 É┌ø¾ÆpoçÛ\x17 ƒNdP "
b"\x01 É┌ø¾½s»│f}¶‗\x0F\x17 X "
b"\x01 É┌ø¶‗p\x00 âÏ¿üÿ\e )Î "
b"\x01 É┌ø§\x1A s░«\x11 \r ├ÆÞ\x05 ╗ "
b"\x01 É┌ø§:sõøùhDƒ░o} "
b"\x01 É┌ø§Rq>»Æ«░\x04 !┌\x03 "
b"\x01 É┌ø§nr│ײ8\x1A ØQ\x10 "
b"\x01 É┌ø§çs"Á¥õ!╔\x03 _┼ "
b"\x01 É┌ø§úrjô°ù$ÿå║█ "
b"\x01 É┌ø§╗s\v èê┐\t n╠>\x18 "
b"\x01 É┌ø§Èp3Øö\t ¸\v Ye "
b"\x01 É┌ø§Ýp¡▒\x05 "×ıF╚¨ "
b"\x01 É┌ø÷\x06 pXáD\x02\t ▀\x11 6c "
b"\x01 É┌ø÷"s©¬:\x1A D|¬\x02 ~ "
b"\x01 É┌ø÷:pÖá}øO°╬╬w "
b"\x01 É┌ø÷Vr\x7F ¥▀kA╦ ÝV "
b"\x01 É┌ø÷op\x02 Â\x01 ▄\x0F pÊ║ó "
b"\x01 É┌ø÷çs▄╝╚E§\x04 @\x7F . "
b"\x01 É┌ø÷ár░èú\x01 Á╝\x04 åû "
b"\x01 É┌ø÷©qMïø╔á!xû¤ "
b"\x01 É┌ø÷ÈsØ│ÂT┘ð\x02 ¦┴ "
b"\x01 É┌ø÷ýs©¼lõNpl\e X "
b"\x01 É┌ø¸\x08 scü<«sÿ±[ "
b"\x01 É┌ø¸ p\▓-ƒ!9╝\x16 § "
b"\x01 É┌ø¸8qñ½²Pà├\x1E @\x15 "
b"\x01 É┌ø¸Sq}äF5j7uÑ\x14 "
b"""
\x01 É┌ø¸kr\n
öJçõ2ODV
"""
b"\x01 É┌ø¸êroä ┌█Côòô "
b"\x01 É┌ø¸írש&*\x12 4\x13 #Ï "
b"\x01 É┌ø¸╝rG░°¼\x15 ¤\x1A ÆÉ "
b"\x01 É┌ø¸ır¬ÉCLÊZlvê "
b"\x01 É┌ø¸Ýsg½×\x13 "È\x03 )└ "
b"\x01 É┌ø°\x06 q╣ÖäÒ╠┴Ò\x11\x02 "
b"\x01 É┌ø°\x1F rÔ▓$¹±ÕZ\x04\x00 "
b"\x01 É┌ø°9rEÂxj\x01 Cñj% "
b"\x01 É┌ø°Qs\x0F ¡D\x07 ┬Æ┤_* "
b"\x01 É┌ø°§rÕü[YØ┼Ýu« "
b"\x01 É┌ø¨\e r▓▓c\x0F »ê▓:─ "
b"\x01 É┌ø¨:sÎ▒\x7F\t `╗Ån% "
b"\x01 É┌ø¨Rsö×Rr¯4\v ▄é "
b"\x01 É┌ø¨nq:¢ uÆ┘\x13 þ, "
b"\x01 É┌ø¨åpK×`5¼ÛÓ┤q "
b"\x01 É┌ø¨ƒsÛ▓ú\x06 ')å½B "
b"\x01 É┌ø¨©pº▓5º\x1D\x12 )\x04 ò "
b"\x01 É┌ø¨ÐsäÖ┼Oöůü░ "
b"\x01 É┌ø¨ýpØ║DÔñ+L@└ "
b"\x01 É┌ø·\x05 p.▒á/v·ÉuÑ "
b"\x01 É┌ø· p╚Ç9æ\x1F\x04 \r Ñr "
b"\x01 É┌ø·9sqØ'µ>@¥Ö\x06 "
b"\x01 É┌ø·Qr\x03 ØLD¿ï¯ä\x07 "
b"\x01 É┌ø·kpPÆÄçÈ}|]Ç "
b"\x01 É┌ø·är\x13 À³Í£O█þM "
b"\x01 É┌ø·ƒrvÀ┬Ð&zlô░ "
b"\x01 É┌ø·ÀsÅè[▓?Ð\x7F GM "
b"\x01 É┌ø·Ëp¶½\x04 25ô\x19\x13\x01 "
b"\x01 É┌ø·Ùs»ÿúº¬}¡╦j "
b"\x01 É┌ø¹\x04 p÷«\x11 k¡ÜÛÏC "
b"\x01 É┌ø¹\x1E p²ÿfÃ\v I©N▒ "
b"\x01 É┌£\x13 ╩qõ│ì,êmNß· "
b"\x01 É┌£\x13 §sö½X=âÿ>»? "
b"\x01 É┌£\x14\x17 q'¿ü╝┐¢9ô\x03 "
b"\x01 É┌£\x14 1q░¡pM[^Ü% "
b"\x01 É┌£\x14 KpLôâ5g!&\x07 [ "
b"\x01 É┌£\x14 er\x1C ®Ð#*\x14\x16 ]\x1F "
b"\x01 É┌£\x14 ~s╠ö÷÷`┐\x15 h╔ "
b"\x01 É┌£\x14 øq\x0E ç┘╩»\x1A ¤û╝ "
b"\x01 É┌£\x14 Ár╗┐Ôÿ_ʪ. "
b"\x01 É┌£\x14 ÐrAâJ/ݪÔ7╬ "
b"\x01 É┌£\x15 óp┼┐╚Ë\x0F └S\x02 Û "
b"\x01 É┌£\x15 ¤r~ñíY■/╩õ\x12 "
b"\x01 É┌£\x15 ¶r*ØqÄo\e «vT "
b"\x01 É┌£\x16\x13 p\x0E è\x19 ã8Þ} \x7F "
b"\x01 É┌£\x16 /rYçrI·Æ╬6Ù "
b"\x01 É┌£\x16 Hs̃Ô\x1E\x05 ╬áB╗ "
b"\x01 É┌£\x16 bp%½\x00 t\x19 û┼Ø? "
b"\x01 É┌£\x16 {p\x11 Ümäôý{\x0F "
b"\x01 É┌£\x16 òs,½Bz┬└J0Ð "
b"\x01 É┌£\x16 »q¹╝&p¤}´5╠ "
b"\x01 É┌£\x16 ╚sä¡:\r \t Áâz\x12 "
b"\x01 É┌£\x16 µqKÜ\x06 jײæ®) "
b"\x01 É┌£\x16 sfèËý\x12 ┼Wߨ "
b"\x01 É┌£\x17\x1C p`â╗ËÞбÿ┬ "
b"\x01 É┌£\x17 5s╗º\x15 á}:êAq "
b"\x01 É┌£\x17 NsQ╗µ0¼ÛIX8 "
b"""
\x01 É┌£\x17 hp▀£I\n
=zLl\x18
"""
b"\x01 É┌£\x17 épãèpF\éΩ) "
b"\x01 É┌£\x17 Ør¼ê¶ ß┌Ûë§ "
b"\x01 É┌£\x17 Âs─äU|\f ┴û˾ "
b"\x01 É┌£\x17 Ës2ícº\x13 Í\x08 nf "
b"\x01 É┌£\x17 ýsØ¡z4?█\x02 äÉ "
b"\x01 É┌£\x18\t q\x12 ïxb-\x0F º6╠ "
b"\x01 É┌£\x18 "q¯î▓øÜUæ4─ "
b"\x01 É┌£\x18 ;q¥øè¡n\\x1A ô■ "
b"\x01 É┌£\x18 UpRÆûı╬µ▒╬â "
b"\x01 É┌£\x18 rp[┐┴Y!Ç╗N\x11 "
b"\x01 É┌£\x18 Åp¨ö\x15 ▀k░a[J "
b"\x01 É┌£\x18 ¿sÛª┐3┐Ï\f \x13 "
b"\x01 É┌£\x18 ┼qgÑëÌoêïFL "
b"\x01 É┌£\x18 Ìp┬Ǻ³P/▀×· "
b"\x01 É┌£\x18 ¸sIö2½╚╬ƒr² "
b"\x01 É┌£\x19 Ãp¢òa\x08 jm¨8» "
b"\x01 É┌£\x19 ¸qã¡M,>îk▄] "
b"\x01 É┌£\x1A\e s¥í²Mó÷\x17 « "
b"\x01 É┌£\x1A 8pÛé\x08 þõ>Z0/ "
b"\x01 É┌£\x1A Uq▒©P¥^╝¶FÝ "
b"\x01 É┌£\x1A nq\x01 Ö H6ð┤«e "
b"\x01 É┌£\x1A ïpYçEî-¬O}y "
b"\x01 É┌£\x1A ñp×ÂùÓ\e }]`¶ "
b"\x01 É┌£\x1A ¥shéaø¶¯┌q├ "
b"\x01 É┌£\x1A Îqb╗┴O█Çë}' "
b"\x01 É┌£\x1A rM©╩r░\x0E ?╔╦ "
b"\x01 É┌£\e\x0E rW½\v aÊaÙ|I "
b"\x01 É┌£\e 'réºþ\x11 ═»Ï\x1E á "
b"\x01 É┌£\e Ap ò·\x01 :ë'¡j "
b"\x01 É┌£\e Zsc╣-Bñã¿£/ "
b"\x01 É┌£\e tpá»POKÈ╬<\f "
b"\x01 É┌£\e ìrÙ¼þq═æýD\f "
b"\x01 É┌£\e ºp\x7F ¬─øO]¬À_ "
b"\x01 É┌£\e ┴r┬ärç\£àà┴ "
b"\x01 É┌£\e ┌qÁ▓rj█▀h¾Ð "
b"\x01 É┌£\e §qS椩\r D╠§ "
b"\x01 É┌£\x1C\x0E p©«¥½;Úÿ├E "
b"\x01 É┌£\x1C (sbà¢p]¨ho= "
b"\x01 É┌£\x1C Aq7Â╔ \v Kж% "
b"\x01 É┌£\x1C [s\v Ö"Øqd╗kZ "
b"\x01 É┌£\x1C tseô\x00 ╬:ü\x04 ┼/ "
b"\x01 É┌£\x1C ÄqµïC\x07 |wáãú "
b"""
\x01 É┌£\x1C ¿qtî\x10 !"Ú8\n
"""
b"\x01 É┌£\x1C ┴r:┐FÆ@®─Èd "
b"\x01 É┌£\x1C ┌p■á]\x08 ³\x11 Åk¹ "
b"\x01 É┌£\x1C ¶swâ║\x02 SLKb\x11 "
b"\x01 É┌£\x1D \r sóÑf^ã\e ã▒º "
b"\x01 É┌£\x1D 'pgûı¿ñ×\t\x0F W "
b"\x01 É┌£\x1D @sH┐┌(©VS2' "
b"\x01 É┌£\x1D Zr\x17 æ▄Q×\x7F e¶Æ "
b"\x01 É┌£\x1D sp¸▓£Ç\x1A\x13 .:ê "
b"\x01 É┌£\x1D ìrgî\x08 PM¥\x13 8Î "
b"\x01 É┌£\x1D ªq░Ü\x16 ÅîÝ▀ͪ "
b"\x01 É┌£\x1D └p_Ü×Ç6µUAV "
b"\x01 É┌£\x1D ┌q\v æíùT¢vçC "
b"\x01 É┌£\x1D ¾r\x0E âô\f z\f\x00 \r H "
b"\x01 É┌£\x1E\f sɽÐ\x18 uHáñ1 "
b"\x01 É┌£\x1E %rGø\x18 ]e╗\x1C Ó "
b"\x01 É┌£\x1E ?r\x02 ¿╬P▀├\x13 £ "
b"\x01 É┌£\x1E XrÏ║▓¯O\x1C }\x11 - "
b"\x01 É┌£\x1E qsb«<\v `ÆåËì "
b"\x01 É┌£\x1E ïp‗çî#ðÒ\r g³ "
b"\x01 É┌£\x1E ñr\x14 ▓UJOuÞ┬) "
b"\x01 É┌£\x1E ¢q╠¢:¡Ê`\x05 ÷d "
b"\x01 É┌£\x1E Îp▀Ñ`Ä\t ▒\x10 Ö3 "
b"\x01 É┌£\x1E ±p\x18 ░ïëO=\x1F ¢d "
b"""
\x01 É┌£\x1F \n
q┘ê╬×·UÑ",
"""
b"\x01 É┌£\x1F $s÷ÄkQ?│ÃÑ├ "
b"\x01 É┌£\x1F >p/┤>õ┐t7zÍ "
b"\x01 É┌£\x1F Wp<ƒÅo<sC[q "
b"\x01 É┌£\x1F qq¿×┼\x7F ÿ╠ı®º "
b"\x01 É┌£\x1F èpþÿ┬F\x10 ┼)}█ "
b"\x01 É┌£\x1F úsHÿõ\x05 ¬\x18 ´Ù\x0F "
b"\x01 É┌£7\x16 sÒòC!\x03 vBæ# "
b"\x01 É┌£7>pQ║╣\x07 ö▒Å{í "
b"\x01 É┌£7bq,Æ[│í┘\f Ï4 "
b"\x01 É┌£7~pß║aÎæ]F]é "
b"\x01 É┌£7ùpÖ¿\x0E åÙ╬┴ÝC "
b"\x01 É┌£7»qøÖ©Î\r »│8A "
b"\x01 É┌£7ÃsÌ«\x16 {¼9Wíï "
b"\x01 É┌£7Óq׬§─ı\x06 ┴úà "
b"\x01 É┌£7°pÖÿ|r}Í]Qƒ "
b"\x01 É┌£8\x11 r\x02 éZê±÷çl6 "
b"\x01 É┌£8*q¬Ñ8ë^?═7 "
b"\x01 É┌£8Cr¸øÕO\x0F\x05 *g\n "
b"\x01 É┌£8[p(¢°"u§╩\x1E È "
b"\x01 É┌£8trÂø┤1Âj];\x17 "
b"\x01 É┌£8ìs\x12 ô\x11 ²]\x1F Â\x1A Ç "
b"\x01 É┌£8Ñr\ô\╚V\x02 ╗╗ê "
b"\x01 É┌£8¥s║¼.┴Þ¬@õf "
b"\x01 É┌£8Íq═¡\x08 CÑ┘┌|& "
b"\x01 É┌£8´qáå°+╗\x1F Si\x7F "
b"\x01 É┌£9\x07 p\x02 ¿ì░ƒ]ªÛ÷ "
b"\x01 É┌£9 sıº\t L'■Û㪠"
b"\x01 É┌£98pÝù┌_*TÆ¯Ú "
b"\x01 É┌£9Qp\x7F ï÷H█+7d\e "
b"\x01 É┌£9isJö®Þ¢ù%░» "
b"\x01 É┌£9éq-ƒ|\x1E ╣ï^└ï "
b"\x01 É┌£9Ür ù¿\x16 E(Æ Á "
b"\x01 É┌£9▓sõ░õ╬¾\x04 qo╣ "
b"\x01 É┌£9╦sTøHA╣╦31e "
b"\x01 É┌£9Òr«T┤!d[Ìb "
b"\x01 É┌£9³qsºM|Bõ│uz "
b"\x01 É┌£:\x14 r÷äl\x7F\x16 i\x17 Pî "
b"\x01 É┌£:-q┼û\x1C\x19 q▓Ú\x10 « "
b"\x01 É┌£:Ep\x1C º╦Úy]ã¯┘ "
b"""
\x01 É┌£:^r\f ¼\n
╣8ü¨1ƒ
"""
b"\x01 É┌£:vq΃QX┌┐GÐô "
b"\x01 É┌£:Årú\x1C éT¦╦Ù\x1A "
b"\x01 É┌£:ºpÖö¿«gÐ+÷ý "
b"\x01 É┌£:└qI┐XY-I\x1D °· "
b"\x01 É┌£:Ïs7Ç0╗?\x10\x02 yø "
b"\x01 É┌£:±qn×Mrë®|n═ "
b"\x01 É┌£;\t ru«\x19 .µ'ñz÷ "
b"\x01 É┌£;"q§ä·»~Ðð`µ "
b"\x01 É┌£;:r\t Ç"ls]\t Åó "
b"\x01 É┌£;Sr\x0F Â\x08 Ù\x1F =\x1D R0 "
b"\x01 É┌£;ks:¢!1tbd\x08 "
b"\x01 É┌£;äp<ñkûd\x16 x© "
b"\x01 É┌£;£q}ÿ§Â\x04 <I¬L "
b"\x01 É┌£;Árpª¸┌\x19 II*¡ "
b"\x01 É┌£;═q├©PKpªf\x7F ├ "
b"\x01 É┌£;Ûr\x00 àí ─█F9: "
b"\x01 É┌£<\x02 qËökY\x14 ð\x1A ┐¹ "
b"\x01 É┌£<\e p·ë0\x1F «Uvhâ "
b"\x01 É┌£<3s+êæTö9┤$ã "
b"\x01 É┌£<Kq³ùI╣<s\x10 6▄ "
b"\x01 É┌£<dq%┤╣t\x14 Ir\x1F ▒ "
b"\x01 É┌£<|r╬º\x03 J\x03\x18 ╬*G "
b"\x01 É┌£<òrm£§\x06 P×╗▓» "
b"\x01 É┌£<¡sðÑ«²pU\x16 Læ "
b"\x01 É┌£<┼qEò\x0F ä#Ì┌Çf "
b"\x01 É┌£<ÌpPèÇ├\x0E ´'´& "
b"\x01 É┌£<÷q`ÉÀí╬O└0k "
b"\x01 É┌£=\x0F rp╝1t┼rüfS "
b"\x01 É┌£='s═▒h│ƒÉ╬? "
b"\x01 É┌£=@p6Å:ËD³¨ j "
b"\x01 É┌£=Xr"ùP9dòÕ¬Q "
b"\x01 É┌£=qs~ºûR┤\x11 ÿO, "
b"\x01 É┌£=ër─ïƒD ¶\x03 .7 "
b"\x01 É┌£=ór\x16 ©`\x19 ─¦┐ûÅ "
b"\x01 É┌£=║p▓¿¯ý0JÁ┘ó "
b"\x01 É┌£=Ës┐ñÄè\ \x02 ÂI "
b"\x01 É┌£=Ùp×ï├Q³■┌\x1A ª "
b"\x01 É┌£>\x04 q║║D½─V\x19 ©0 "
b"\x01 É┌£>\x1C qaæÐ\x04 \r Õ¡cë "
b"\x01 É┌£>5p┼å\e Õ:¥ë÷» "
b"\x01 É┌£>Ms®Å▒éxül┤_ "
b"\x01 É┌£>esá®╚ý\x15 {│ "
b"\x01 É┌£>~rªå‗èa║fØÙ "
b"\x01 É┌£>ûpxïþ8\x17 ¨u©Ï "
b"\x01 É┌£>»sEøÐÊ╬Èbƒ\x06 "
b"\x01 É┌£>ÃpÖ▒@(┐ Ã-\r "
b"\x01 É┌£>▀sáù\x18 ë╦Æõö\x18 "
b"\x01 É┌£>°s╣êÿ\x1D <■)5\x1C "
b"\x01 É┌£?\x10 rä▓Ç\x18 -cÄ\e ı "
b"\x01 É┌£?(pz©.ß┼ùô$U "
b"\x01 É┌£?Ap\v ì▒\t .¬Lب "
b"\x01 É┌£?Yqô঩Ü╦lyr "
b"""
\x01 É┌£?qq■×èp╚\x01 >\n
d
"""
b"\x01 É┌£?ër«¿\x07 [\x03\x1A ╚l\x1A "
b"\x01 É┌£?ísºè8iqÎ╗Æ└ "
b"\x01 É┌£?║qvª"«■Þ2Ù┬ "
b"\x01 É┌£?Êp▓åò╩ì\x01 m╬r "
b"\x01 É┌£?Ûq±¿}▄Ï\e ▄Ë├ "
b"\x01 É┌£@\x03 q_Â\x01 à\x03 fÐÅT "
b"\x01 É┌£@\e q*¿Éò▓Ó├,] "
b"\x01 É┌£@3rjò_ù¸\x01 R│▀ "
b"\x01 É┌£@Lqo¿╝Àú«0© "
b"\x01 É┌£@dr\x11 ®, ┌\x0E çï‗ "
b"\x01 É┌£@|pyâáÚ}mß³n "
b"\x01 É┌£@òsá£$\x17 ½Ûj » "
b"\x01 É┌£@¡pïê\x0F █ƒl§ÎØ "
b"\x01 É┌£V.q¦ù)├üT┐X\x1E "
b"\x01 É┌£VKpÚáá¿┼«À÷\x1A "
b"\x01 É┌£Veq)║d®Ê¿ø'\x11 "
b"\x01 É┌£V~qߣı╠bU«0\x18 "
b"\x01 É┌£Vÿs├╗³pfw▓\x1A N "
b"\x01 É┌£V▓r¹Ñ▄ût╝í\x19 v "
b"\x01 É┌£V╠qèäG┴èEÀk¸ "
b"\x01 É┌£Vµpxê×Ã:s÷\x10\x1D "
b"\x01 É┌£V rì¢OÃн˺┬ "
b"\x01 É┌£W\x19 sÔä.╔¡ª|!± "
b"\x01 É┌£W2qp╝u\f ┬³\x06 ]\x08 "
b"\x01 É┌£WLsuÜ4ô╝ÎÑÅÎ "
b"\x01 É┌£WescìÔ╔Zîª┴P "
b"\x01 É┌£W\x7F q å░®|^¨┘‗ "
b"\x01 É┌£WÖp²│ÛB\x1D Á\r ìE "
b"\x01 É┌£W│q\x18 Ö"hıíwr\x14 "
b"\x01 É┌£W╠rÓÇEÒsq\e %Z "
b"\x01 É┌£WÕrÚÇtMMAC 3 "
b"\x01 É┌£W²sÙ┤®#¥×uÉþ "
b"\x01 É┌£X\x16 r+¬akü└Vp) "
b"\x01 É┌£X.pÚëá|/T\x13 Õ£ "
b"\x01 É┌£XGr¬│\x02 ;ry£Jø "
b"\x01 É┌£X`pìí4b■‗~rÝ "
b"\x01 É┌£Xxp~½¸Tx1P§1 "
b"\x01 É┌£Xæp▒éÈIIczE═ "
b"\x01 É┌£X¬qaé;ùm\x19 2þ> "
b"\x01 É┌£Xãsdá¿▄╩ÖÐ> "
b"\x01 É┌£XÌssû·i═2}!H "
b"\x01 É┌£X¸rLé1\x1F î-@\x1A\x15 "
b"\x01 É┌£Y\x12 qgÂT¸±\f Úè "
b"\x01 É┌£Y*rvæ├í!üíß "
b"\x01 É┌£YIråçƒ\v ÅìÑî" "
b"\x01 É┌£Yas´¼~µòùÔÅX "
b"\x01 É┌£Y}ph»\x12 k\t e^o╚ "
b"\x01 É┌£Yûrg╗▄\x03 Ú\x15 %\t a "
b"\x01 É┌£Y«p*ï\x05\x1D\x08 ¿°Ûì "
b"\x01 É┌£Y╔s╠ÆË³▓¡/┐§ "
b"\x01 É┌£YßrʃÛ\x16 ^Ȩà "
b"\x01 É┌£Y³s½ö«í?{GV¾ "
b"\x01 É┌£Z\x15 q&ôRëVÏÁßE "
b"\x01 É┌£Z1p©úÞGÕÝ┘Óà "
b"\x01 É┌£ZJs«╝Â&SVì7¦ "
b"\x01 É┌£Zfr<à¢\v ç\x1D ß┤m "
b"\x01 É┌£Z\x7F q\e ر┴ï═Ñ{{ "
b"\x01 É┌£Zùp\x00 Å╠Ï\x13 ¿úu< "
b"\x01 É┌£Z▓qU╝¸ ▄àLPO "
b"\x01 É┌£Z╦qÏéK\x1E ├\x1E èO\x00 "
b"""
\x01 É┌£ZÞqPØ(/x\x08 E\n
Ø
"""
b"\x01 É┌£[\x01 qjÉàÔÁpä}k "
b"\x01 É┌£[\x1D ssÿ┼áe«ZNø "
b"\x01 É┌£[5sa│æ´Æ\x1A =å} "
b"\x01 É┌£[NpüØg\x00 ▀,Ø-╠ "
b"\x01 É┌£[iq`ç5[JôY²- "
b"\x01 É┌£[ürê¥q\x19 T]\f\x1C ä "
b"\x01 É┌£[ØsıÉ╗'73╔;▄ "
b"\x01 É┌£[Áp\x18 ë\x17 Énp├\x10 T "
b"\x01 É┌£[Ðs\x10 Ä\x19 BC¦\x1E /¸ "
b"\x01 É┌£[Ûq▒»├▒ıcÝsË "
b"\x01 É┌£\\x06 p]ó°X¶?├×R "
b"\x01 É┌£\\x1E r│┐¢]úKà6¹ "
b"\x01 É┌£\7p$┐Ú%|E!«x "
b"\x01 É┌£\Rp·ÜÝÕbÐ¥M< "
b"\x01 É┌£\kr├¼}ÒÙTw3¥ "
b"\x01 É┌£\ëpÓé╬╩\f h¢TQ "
b"\x01 É┌£\ór³Ö5À¥q\x15 ┴░ "
b"\x01 É┌£\¢p©║Qm▀G~\x14 ╝ "
b"\x01 É┌£\Ípï╗[WÅ\x1E 1BÄ "
b"\x01 É┌£\‗s$┤½\x05 ºgÄLÆ "
b"\x01 É┌£]\v rºô└\x02 .ùì]° "
b"\x01 É┌£]$q-║ ç7öq®\x0F "
b"\x01 É┌£]?róí\x15 ß░^\x03 ▓Õ "
b"\x01 É┌£]Xq╬âñÈ_PJP╚ "
b"\x01 É┌£]tqO£#KIá\x01\x19 ü "
b"\x01 É┌£]ìs│░o▀,Bgwä "
b"\x01 É┌£]®pÖ½Iî5Ôø║╗ "
b"\x01 É┌£]┬qÀ▓êTsä£ê® "
b"\x01 É┌£]┌rðè<)¨óò\x00 ó "
b"\x01 É┌£]§päè4C¡1\x1F 8À "
b"\x01 É┌£^\x0E p╔¢Ä»g│Au\x11 "
b"\x01 É┌£^-sÊø1tGu╗\x17 Þ "
b"\x01 É┌£^Epßì´\t «{\x00 ═< "
b"\x01 É┌£^aqÚâ.¡\x02 H╣\x1C 0 "
b"\x01 É┌£^zq═│ 5å\x05 NÖ! "
b"\x01 É┌£^Æqƒÿd┐w\x1A %9K "
b"\x01 É┌£^¡qSêÒ´┴éá\x01 è "
b"\x01 É┌£^ãs░Ø1wµtsQó "
b"\x01 É┌£^ÒrLìã\x1C c└F"╝ "
b"\x01 É┌£^³s■Ñøå░:³█p "
b"\x01 É┌£_\x18 säÂ÷┤ð?─Ð\x02 "
b"\x01 É┌£_0pÜèý§*nÌõ= "
b"\x01 É┌£_Lp╩ÄQúaj\x15 ╦. "
b"\x01 É┌£_eqÂì┼ßb┴×\x7F # "
b"\x01 É┌£_~q.à5\f Ñ\x1E Ò╩Ì "
b"\x01 É┌£_Ös\x01 ×eE¿º]¦┼ "
b"\x01 É┌£_▒se┐ò#s\x1F %\x13 ╗ "
b"\x01 É┌£_═r©ÄË\x14 ý¢@┼ý "
b"\x01 É┌£_µp»ÂÅÚêÃÓla "
b"\x01 É┌£`\x02 p\x1E ºD¼┬x8\x16 © "
b"\x01 É┌£`\x1A p\x19 ¬B©\x04 aR╚/ "
b"""
\x01 É┌£`3p]©Íhıo\n
$Å
"""
b"\x01 É┌£v·s ƒÇØãð®e\e "
b"\x01 É┌£w#qæ©É§╠§`õ "
b"\x01 É┌£w?s▀Éæè£ù-ı\x11 "
b"\x01 É┌£wXq▄Æ®F\x15 WÛ?é "
b"\x01 É┌£wrq^ÿѨÈÎ2\x13 É "
b"\x01 É┌£wïr╠ÿqô\f ýXÉ\x19 "
b"\x01 É┌£wÑq\f â\x08 °©]<|B "
b"\x01 É┌£w¥sfÜ¢L!┌P╦h "
b"\x01 É┌£wÎr ¡█ÎT\x1A Ü╚░ "
b"\x01 É┌£wrëó\x10 å╝\t\x0E ®U "
b"\x01 É┌£x\t s$æ\x14 û¾Í░ê "
b"\x01 É┌£x"p"£Ô3Â}v%\x1F "
b"\x01 É┌£x;qÀó C²\\x16 Àƒ "
b"\x01 É┌£xUs#«\x12 Û-\r jEM "
b"\x01 É┌£xnpÇ®þ\x07 K´J.─ "
b"\x01 É┌£xçp┘ë|ÓÞ\\x03 /6 "
b"\x01 É┌£xírá┐5X\r \x1C ?ðd "
b"""
\x01 É┌£x║p§╗ë\x04 ãÁ\n
|*
"""
b"\x01 É┌£xÈr]▒ÇWûZ\x04 TÒ "
b"\x01 É┌£xÝpÉÄA¢É\x03 Éõ\x13 "
b"\x01 É┌£y\x06 pÜ░ù1xv:UÜ "
b"\x01 É┌£y\x1F r▓»áy\x00 ¿s³£ "
b"\x01 É┌£y8q'ç"┴î.?aæ "
b"\x01 É┌£yRsIá╬¬*─ÕF┬ "
b"\x01 É┌£ykrþû¥■°î\x7F 3j "
b"\x01 É┌£yäs9ê¡»░Ãù\x19\x04 "
b"\x01 É┌£yØq▓Áy└\x06 l╬àÐ "
b"\x01 É┌£yÂqõôƒ\r ╦ö│×® "
b"\x01 É┌£yðr3¬Wámðû┘¦ "
b"\x01 É┌£yÚrÕ׳#¯k ×à "
b"\x01 É┌£z\x02 r\t ¼\x02 ÇıÂ8\x02 ` "
b"\x01 É┌£z\e rìÄj\x17 e8B-Û "
b"\x01 É┌£z4sUÄGjP\x01 ╔\x00\x19 "
b"\x01 É┌£zMpªíCqeƒ‗├" "
b"\x01 É┌£zfqkà┤ºF@Du¹ "
b"\x01 É┌£z\x7F p$íZÕfÐûìI "
b"""
\x01 É┌£zÿs¥ÖlA3\n
Dßé
"""
b"\x01 É┌£z▒s'é¦1ª,Ç?£ "
b"\x01 É┌£z╦rÈ®7Ø~k.Ýã "
b"\x01 É┌£zõpÚªZäÊÆÓ¨æ "
b"\x01 É┌£z²q°ê─┐rXþ»\x1D "
b"\x01 É┌£{\x16 p2å┬Y û\x19 ;7 "
b"\x01 É┌£{/rżk&\x00 W\x19 æ* "
b"\x01 É┌£{Hq░â\x19 L¤÷'²┤ "
b"\x01 É┌£|RrK¥A{âÊ\x13 ( "
b"\x01 É┌£|qr8Ñ4┤\x15 ã0'$ "
b"\x01 É┌£|ïr4º\x19 ÿV³g\x15 t "
b"\x01 É┌£|Ñq÷▒╠eí3â▄^ "
b"\x01 É┌£|¥q\x1C ¿×~\x16 ¾É÷¸ "
b"\x01 É┌£|Ïs:À╔ våDOL "
b"\x01 É┌£|‗rDÁÛíc9õÎ= "
b"\x01 É┌£}\f sè┐iöY£?┼× "
b"\x01 É┌£}&pR▒0│ø▓Z╠Ç "
b"\x01 É┌£}@ráÂñû╬$\ÖZ "
b"\x01 É┌£}Yq0ª▄$\x15 :¸<U "
b"\x01 É┌£}ssbܼo\x12 ¨¯°g "
b"\x01 É┌£}îsIñ|▓@─+╔█ "
b"\x01 É┌£}Ñq}â¬\x18 ╔´¢▒¾ "
b"\x01 É┌£}¥sà┐é}\x1F\x13 òíö "
b"\x01 É┌£}Îp┌╣\x16 ▓#AØs╣ "
b"\x01 É┌£}p¿Ø\x0F ÄbV¹v\x0E "
b"\x01 É┌£~\t q\x1C öø\e Ê}nD\x1C "
b"\x01 É┌£~"s\x06 íÈS\x02 Ê\x02 @Ç "
b"\x01 É┌£~;s┼ô╩Ã╚¹Àá\x1E "
b"\x01 É┌£~TpPü┼\x08 äþ┐Í "
b"\x01 É┌£~mpÆü%57¨òö¶ "
b"""
\x01 É┌£~çsð▒ÎD\n
ù═╦Í
"""
b"\x01 É┌£~ásì]æG\f â╔) "
b"\x01 É┌£~╣pÏò¶┌Y׿½ß "
b"\x01 É┌£~ÊqI│L®L{Ì╚ö "
b"\x01 É┌£~Ùq¨Áħѳ>Oÿ "
b"\x01 É┌£\x7F\x04 p`│╦/8└\x00\x1E Æ "
b"\x01 É┌£\x7F\x1D pãëù±2h\x1A í╩ "
b"\x01 É┌£\x7F 7qvÀ‗¨4!;éÉ "
b"\x01 É┌£\x7F Qpâ£òíô0ТŠ"
b"\x01 É┌£\x7F kq\e ¼E\x1E r}5\x0E\x08 "
b"\x01 É┌£\x7F àp║»\t iò~wq\x04 "
b"\x01 É┌£\x7F ƒs ƒ┘¤`\x04\x0F n "
b"\x01 É┌£\x7F ╣p¼¢\e ×r)\x1C ³i "
b"\x01 É┌£\x7F Êr┼êqn\x00 *U!` "
b"\x01 É┌£\x7F ýs╠¥ARÛ³æl┐ "
b"\x01 É┌£Ç\x06 pD¥ÏZC¤W╝ "
b"\x01 É┌£Ç q╗ì║ #7Ð#+ "
b"\x01 É┌£Ç:sÈ»U®>FÇ\x03 Ø "
b"\x01 É┌£ÇSs\f ò±P▓gÃØs "
b"\x01 É┌£Çmq\x0F «\x0F Þë?╔P: "
b"\x01 É┌£ÇçsjÄI%¢×º&H "
b"\x01 É┌£Çís8Ü=´¡§ØXt "
b"\x01 É┌£Ç╗p¤ó\x11 ┼╦d×£2 "
b"\x01 É┌£ÇÈq\x18 ÑîS©m§▀¤ "
b"\x01 É┌£Ç¯r6«èiDf6Õ┌ "
b"\x01 É┌£ü\x08 qÍä&é╬\x11 U»q "
b"\x01 É┌£ü"s¤¼■o\x1F ¶ ó' "
b"\x01 É┌£ü<qMÿ¤²╚ëunó "
b"\x01 É┌£üVq\t ¼¶LY■,ı£ "
b"\x01 É┌£üopi¥\x10 ê|ßD57 "
b"\x01 É┌£üëqøáÏspÚÎ\x17 × "
b"\x01 É┌£üúq\x10 å\x17 àÓpº\x06 ╦ "
b"\x01 É┌£ü¢qIÉ\x15 █æ,4®Î "
b"\x01 É┌£üÍsý×\x03 Ìß\x12 Ú®┬ "
b"\x01 É┌£ø\x19 r=╗ÿ░\f Ñ^\x1F "
b"\x01 É┌£øGp±ú¾þ³cßS "
b"\x01 É┌£øqrAô\x18 ]=¡ü\x1D É "
b"\x01 É┌£øûq├╝\x10 fÌÝÓã "
b"\x01 É┌£øÁsá®ØÄpdA[\x15 "
b"\x01 É┌£ø¤pn¥\x05 ·┐DtæÍ "
b"\x01 É┌£øÚq«×ý▀■õípm "
b"\x01 É┌££\x03 qÝóA¡╔ó÷\x17 ¹ "
b"\x01 É┌££\x1E q½│K¢Ú\x08 ¸\e Í "
b"\x01 É┌££9sÈ×mÉ■:΢Π"
b"\x01 É┌££TrvÉò'/åÓáå "
b"\x01 É┌££nqÖíS┐ß%▀\x08\e "
b"""
\x01 É┌££êpKæÊ─ïÜ\n
!õ
"""
b"\x01 É┌££óqoÖ%¢_;ü║¹ "
b"\x01 É┌££╝pLØ¿╦}\x10 ø²\x17 "
b"\x01 É┌££Íp┘äM«Æ┬╬\x06\x13 "
b"\x01 É┌££q!®░\t ÍX£Ñe "
b"""
\x01 É┌£Ø\n
p▒£²re\x03\x15\t ½
"""
b"\x01 É┌£Ø$sà»Õ\r .æv\x1D ó "
b"\x01 É┌£Ø>sh®ÿê■Î\v\x1D Ù "
b"\x01 É┌£ØXq7ûô ╬£0$\x01 "
b"\x01 É┌£Øqqýý\x10 ╣\x16 Ú-Y "
b"\x01 É┌£Øîq\x02 ×\x00\x08 ã3xX\x08 "
b"\x01 É┌£ØªrùèK\x00 ┘?îÕ/ "
b"\x01 É┌£Ø└p6ûÚoó╔t╠º "
b"\x01 É┌£Ø┌r\x05 ÄÂq\x1A ▓\e åø "
b"\x01 É┌£Ø¾rjìÿV6(ýj┬ "
b"\x01 É┌£×\r phÖ±Ú!+ö¿ "
b"\x01 É┌£×'p·è¾|Pdƒ²\e "
b"\x01 É┌£×ArrÑ\x19 ıJºøf\x0E "
b"\x01 É┌£×[r-ÖßÔÇ╠ "
b"\x01 É┌£×ur\x1E ƒ\x15 ╦á|Jg█ "
b"\x01 É┌£×ÅqÃä¨j╦ïÅqç "
b"\x01 É┌£×®r├¬>└ WXßn "
b"\x01 É┌£×├s;î`o_£׸ "
b"\x01 É┌£×¦rªíÉJ0$.À "
b"\x01 É┌£×¸p\x18 ©Ìÿ‗\e w£g "
b"\x01 É┌£ƒ\x11 s_¬÷ðN\r ╠sA "
b"\x01 É┌£ƒ+s├åp┌ÅJßøB "
b"\x01 É┌£ƒEq¼¥Ö¹bñ¬ö1 "
b"\x01 É┌£ƒ^p\x01 áIk¿$Ʀ\n "
b"\x01 É┌£ƒysAÄë½{{µÀã "
b"\x01 É┌£ƒÆr£ç\x0E ~Ñ─ s¸ "
b"\x01 É┌£ƒ¡s╚É├þ,¿ü]+ "
b"\x01 É┌£ƒÃs¶Ü\f µ╠=7k; "
b"\x01 É┌£ƒßq´Æ³±P█\x13 Óp "
b"\x01 É┌£ƒ·rÏÀ&\x01\f ÖD‗È "
b"\x01 É┌£á\x15 qñçà2mu5·s "
b"\x01 É┌£á.rØÆ░SIrYµ" "
b"\x01 É┌£áIs\x01 £\x11 Õ┘%¾|9 "
b"\x01 É┌£ábqmé\x18 ╦Yº¦að "
b"\x01 É┌£á|qðëm\x13 ±╠²J¢ "
b"\x01 É┌£áûpéùoMÕ\x12 ├ÃÌ "
b"\x01 É┌£á░qúÁY╚sW¶ØÀ "
b"\x01 É┌£á╩s'Á/\x1C +¨NÆÿ "
b"\x01 É┌£áÕpsÖ{ç░GÇ`┌ "
b"\x01 É┌£á p¸æWBH¹\x7F\x10 : "
b"\x01 É┌£í\x19 sË┐QdÉâä┌ƒ "
b"\x01 É┌£í3p\x00 ┤X\x02 G\t _└â "
b"\x01 É┌£íMsV░█ı_|Ð[Ü "
b"\x01 É┌£ígs-ìøûK-÷▄ "
b"\x01 É┌£íüq)½¸\x13 ░jô¢\x05 "
b"\x01 É┌£íøq┬¬ Ç\x1C «÷d' "
b"\x01 É┌£íÁs%┤]■Ë\x04 W C "
b"\x01 É┌£í╬qÜó\x08 ÿʃ=ôÛ "
b"\x01 É┌£íÚq®ª\x14 êÛOIõn "
b"\x01 É┌£ó\x03 q╠óýw?Bä'! "
b"\x01 É┌£ó\x1D rLí]êgÝ)ú¥ "
b"\x01 É┌£ó6q ÄÌ ╦│>Þî "
b"\x01 É┌£óQsmáÁ\x01 ]§Ðâu "
b"\x01 É┌£ójsIÂ=├\v Ö@-t "
b"\x01 É┌£óàqµéïoÄüÀ[┤ "
b"\x01 É┌£óƒpD¬Ð\x04 "±º¤Ê "
b"\x01 É┌£ó╣r2£\x0F ü`cH3: "
b"\x01 É┌£óÊp\x15 äô║úÌÓ\x11 ) "
b"""
\x01 É┌£óýpx½\n
Ð3\x01\x08 )¤
"""
b"\x01 É┌£ú\x06 s?ç4■\v $\x11 V? "
b"\x01 É┌£ú sQ▓¶gæþ¶Ñn "
b"\x01 É┌£ú:rü¡jöd\r Â\x07 ÿ "
b"\x01 É┌£úTs■┐ã\e Q\x1C Ów▓ "
b"\x01 É┌£únrª┤½t,¹╦WÍ "
b"\x01 É┌£úês]övDØcË╬l "
b"\x01 É┌£úíp\x15 ªà\x17 ╬á\x17 ¦º "
b"\x01 É┌£ú╗r\x1F ╣m\x17 ▄ûk─\x06 "
b"\x01 É┌£úısµç8´wÊbGä "
b"\x01 É┌£ú´p╠«{úÎÔl─a "
b"\x01 É┌£ñ\t q»╣>ùy¤└╣V "
b"\x01 É┌£ñ"r\x07 ïê ø\x01 »¨E "
b"\x01 É┌£ñ<p\x1E à-D\x7F »Í-û "
b"\x01 É┌£ñVr\x18 £ãlıay7ú "
b"\x01 É┌£ñpr½úÂı!┌8§ "
b"\x01 É┌£ñës\x08 Äı┘òñBÔ´ "
b"\x01 É┌£ñúq\x06 ╝\x03 ░.¾,═' "
b"\x01 É┌£ñ¢p┤¬á6ÛGE‗® "
b"\x01 É┌£ñÎr\x18 ¡zæ7\x10 wØy "
b"\x01 É┌£ñpZ¼┼uõÚêQ¹ "
b"""
\x01 É┌£Ñ\n
sÈçÊ}³PoGÁ
"""
b"\x01 É┌£Ñ$qîÜ)\x13 Ë\r ╦qä "
b"\x01 É┌£ÑBqOàu®▓aHj\e "
b"\x01 É┌£Ñ[pK╣sƒ╠ÚÔ@║ "
b"\x01 É┌£¢└p¡ƒ┴åYà \x12 © "
b"\x01 É┌£¢±s\x16 ò\x11\x03 s|hD\x11 "
b"\x01 É┌£¥\x1A rE£ô¨\x01 '┬\v\x06 "
b"\x01 É┌£¥4pıÂ:£mâ╩┤L "
b"\x01 É┌£¥Pr─ï└xw║\x1F óê "
b"\x01 É┌£¥jqkñ\x1D ?LÊþçO "
b"\x01 É┌£¥ärÈáþ▀U\x7F ƒEï "
b"\x01 É┌£¥×pNÁ■yЫÖþ1 "
b"\x01 É┌£¥Àq7┤ó©}ìV╬× "
b"\x01 É┌£¥Ðq‗Åu\x16\x1C Ï\x02 cÊ "
b"\x01 É┌£¥Ùr~┤å¨\x18 å5¾? "
b"\x01 É┌£┐\x05 s®ô\x10 ÍM1³·\ "
b"\x01 É┌£┐\x1F pÒü¨: Å\x08\x16 i "
b"\x01 É┌£┐:r═æ!RØ┌6ê\x08 "
b"\x01 É┌£┐TrØíhòõl0Ñ║ "
b"\x01 É┌£┐op\x10 ë_\x12 z┼åƒY "
b"\x01 É┌£┐ësüå\x08 ¦Æç╠ÐÌ "
b"\x01 É┌£┐úqäÁ&f\f\x17 ?Zx "
b"\x01 É┌£┐¥põƒlÝ-.F%D "
b"\x01 É┌£┐Ïrò¬ãÏ▄Ü╦÷\x18 "
b"\x01 É┌£┐‗r╝▒\x7F ¤æ¸Æ\x16 À "
b"\x01 É┌£└\r p¿▒:=\x1F ÛH┼ë "
b"\x01 É┌£└'qêê±+\x14 zäÜÞ "
b"\x01 É┌£└Ar<½i`¼\x0F < ╠ "
b"\x01 É┌£└]q:æ¦╝ö╝╬¢a "
b"\x01 É┌£└ws»è,AQ┴;\x08 9 "
b"\x01 É┌£└æpƒ«æ÷\x12 :-╦ "
b"\x01 É┌£└½r┐┐^\x01 o\x13 T! "
b"\x01 É┌£└ÃpÜè~╩aÔ1ä4 "
b"\x01 É┌£└ßq\x1C ×╣°\x07 ▒°\x18 ¾ "
b"\x01 É┌£└ sküHb¡vnx1 "
b"\x01 É┌£┴\x19 sÁ×Kª¥┌┌\x02 Õ "
b"\x01 É┌£┴3q}Æ>øþÛ╔HÁ "
b"\x01 É┌£┴Mr!½│.J^5┘█ "
b"\x01 É┌£┴gr¤ÜHJö─wp½ "
b"\x01 É┌£┴üsãÀ╬└\t wv¡┼ "
b"\x01 É┌£┴øpeÄÿ°¼\x04 ºR[ "
b"\x01 É┌£┴Árgë\x11\x02 p╗¿▓ "
b"\x01 É┌£┴¤p.ܼkC\x16 èÙ "
b"\x01 É┌£┴Ús\x05 Ø]ÿ'dìÅú "
b"\x01 É┌£┬\x03 sÿ│:&Ä\x1D\x1C Y "
b"\x01 É┌£┬\x1D q±èd9─■'µõ "
b"\x01 É┌£┬7p}ïůr'öX$ "
b"\x01 É┌£┬Qs\x1A ña!\x17 .▀n\x01 "
b"\x01 É┌£┬ksI»½gºX\t ¼Ð "
b"\x01 É┌£┬àr2«X\x00 ─\e Whì "
b"\x01 É┌£┬ƒq×╗¦+Å\x08 ó¦Ä "
b"\x01 É┌£┬╣sîë®Ñ'Ý\x00 H´ "
b"\x01 É┌£┬ËsÎé╣¦Z¾-~■ "
b"\x01 É┌£┬ýpOú:┼:\x08 ╬ê\x1A "
b"\x01 É┌£├\x06 r£Øs5ÁØ5\x1F Å "
b"\x01 É┌£├ qâ®╗▓ Ðc¬J "
b"\x01 É┌£├:pgÇûKßÙk╚a "
b"\x01 É┌£├Ts\x19 Ü┌\x02 á\x13 Ø\x05\x17 "
b"\x01 É┌£├nqú¿@·#<VXö "
b"\x01 É┌£├êp´Áª\x18 █ë=░¢ "
b"\x01 É┌£├úr\â)$╔§ªÔ( "
b"\x01 É┌£├¢sıà&ÆØU9\x00 } "
b"""
\x01 É┌£├Îs\x11 ê╦b\n
m\x15 y\x1F
"""
b"\x01 É┌£├q╬ô▀Y#\x17 ▒ã- "
b"""
\x01 É┌£─\n
pG«9²)\t É█\x0F
"""
b"\x01 É┌£─$p‗ñ¼#ó═\t\x18 ! "
b"\x01 É┌£─>rWìyôcå\x13 ÄY "
b"\x01 É┌£─Xq█Àb╝px'\└ "
b"\x01 É┌£─rs¤éʃuÕ(ûã "
b"\x01 É┌£─Épø¢yý_¦\x15 åï "
b"\x01 É┌£─¬q¢«çöÍPDƒ» "
b"\x01 É┌£──r\x1A î&¤Þ©ïÁy "
b"\x01 É┌£─Ìs>┤Éïó■\x0F Ã| "
b"\x01 É┌£─°s¨¼^F±ÆK\x10 à "
b"\x01 É┌£┼\x12 qAéhÄ4‗\x15 *® "
b"\x01 É┌£┼,sÂÜÁ╣oUXg─ "
b"\x01 É┌£┼Fp~░¦5\x14\x14 Kg║ "
b"\x01 É┌£┼`s¤ëºò8z\x10 9F "
b"\x01 É┌£┼zqÄüÉ[iÕ╩®y "
b"\x01 É┌£┼örqô─æDrÃ8* "
b"\x01 É┌£┼«pwÇ\x1C ═┤\x08 ▄S\x1F "
b"\x01 É┌£┼╚rTï/άÍX_Ç "
b"\x01 É┌£┼Ôqè«NÂСª@³ "
b"\x01 É┌£┼³r@ÇII¶&ÄRg "
b"\x01 É┌£ã\x16 pV░@H£\x1F ƒ▀/ "
b"\x01 É┌£ã╠q╩á±╔Eû├;` "
b"\x01 É┌£ã¶rk×\x13\t ºCgjö "
b"""
\x01 É┌£Ã\x14 q¹ì\n
\x1D ù¬Ðï\
"""
b"\x01 É┌£Ã.r\x7F »1;Éz┴rÓ "
b"\x01 É┌£╚"pz┐=╠Ì`Ç\x13 Î "
b"\x01 É┌£╚KsL»;¯*ëX\x12\x15 "
b"\x01 É┌£╚ks×úG<ït(µ@ "
b"\x01 É┌£╚às\e £ì▒w%)ñ‗ "
b"\x01 É┌£╚ƒq©ú\x1F ╠Fý┴Nf "
b"\x01 É┌£╚╣q¬ÑÍ';\x18 sø╦ "
b"\x01 É┌£╚ËqUîyÉÆı\x1A 4û "
b"\x01 É┌£╚Ýqw╝u5«"&▓È "
b"\x01 É┌£╔\x07 p=¥$óù=\x13 ¢─ "
b"\x01 É┌£╔!rîÿ╠*╠?sM§ "
b"\x01 É┌£╔;r█©^eQ#ùæd "
b"\x01 É┌£╔Ws\x07 ▓îÈîÄa\x1A ƒ "
b"\x01 É┌£╔ss:╗h¿¯álÊÁ "
b"\x01 É┌£╔ìqkÄýUÒ*Dò\x14 "
b"\x01 É┌£ÔÄq|╝\t\x05 E+LbÑ "
b"\x01 É┌£Ô╝r!ïJ<Sïh¡â "
b"\x01 É┌£ÔõsL£╩g╠ïû . "
b"\x01 É┌£Ò\x05 pXÄ¿sSüÂ│n "
b"\x01 É┌£Ò rª│Ï\x03 iH¬·G "
b"\x01 É┌£Ò:p\x02 ×\f ║r▄&ê\x02 "
b"\x01 É┌£ÒTq░äòPèÒ2ªú "
b"\x01 É┌£ÒnpÚ▓░├¨9g*Á "
b"\x01 É┌£Òêp¤Áå(5DÍßÍ "
b"\x01 É┌£Òós┘╝>½¹ä▄\x05 ; "
b"\x01 É┌£Ò╝s\x1C å╦lb¢pèº "
b"\x01 É┌£ÒÍqUúb\╚╝Úô\x1F "
b"\x01 É┌£ÒsK┤¡¼ô'ùè\r "
b"""
\x01 É┌£õ\n
skÀ¤öC;²±Q
"""
b"\x01 É┌£õ$r·À1L╔O·K? "
b"\x01 É┌£õ>pQ×2\x0F\t ¹░ÍÊ "
b"\x01 É┌£õXrÏî°Wl╚▄¼b "
b"\x01 É┌£õrs²×XP¦ R߸ "
b"\x01 É┌£õîqNÉBƒã█H═\x10 "
b"\x01 É┌£õªr£ñ\x15 D\x14 ç3Ϋ "
b"\x01 É┌£õ└pܼ▓¬mi]_x "
b"\x01 É┌£õ┌s?×Pû×Õ+Ul "
b"\x01 É┌£õ§sÎ▓\x1C ¶£QEC\n "
b"""
\x01 É┌£Õ\x0F qf«b╬Ã\n
ÌD
"""
b"\x01 É┌£Õ)pØú¢Õ¬q:─) "
b"\x01 É┌£ÕCr]®Fn0Xï8K "
b"\x01 É┌£Õ]s▒ñ®\x04 £Ë{╬i "
b"\x01 É┌£Õwqgóª©\x17 A═â\x00 "
b"\x01 É┌£Õæq$üd5 ¬^\x19 ƒ "
b"\x01 É┌£Õ½rÆç Øgçà_\x1E "
b"\x01 É┌£Õ┼pCï|Àç`\x01 ?t "
b"\x01 É┌£Õ▀rM®CÈÿ░▀Xk "
b"\x01 É┌£Õ¨pOù┴ÍX\x10\x11 ▄î "
b"\x01 É┌£µ\x13 r§ù├Ë\x06 ┐bÃ│ "
b"\x01 É┌£µ-p▒ÁJu\x7F 9┬ƒ& "
b"\x01 É┌£µGr"ñPCÐG(ñÇ "
b"\x01 É┌£µaruì═°HuÇ─\x05 "
b"\x01 É┌£µ{qP╣ôÉÙa7Q└ "
b"\x01 É┌£µòqÌÁeýð#FËå "
b"\x01 É┌£µ»s┴À├©r├█g' "
b"\x01 É┌£µ╔pÜ¥\x13 █┐Ç\x01 £² "
b"\x01 É┌£µÒpkí╦6 \x04 #¯R "
b"\x01 É┌£µ■pO▓9g┘A¸LÁ "
b"\x01 É┌£þ\x18 q\e ø\x07\x1F\x15 t▄øW "
b"\x01 É┌£þ2qW¡zþãY╣▒I "
b"\x01 É┌£þLsªÆ¡\x04 fú ½p "
b"\x01 É┌£þfs´ç▒ME\x1C ╝\v Ë "
b"\x01 É┌£þÇrZ¢$rP¢┤ùæ "
b"\x01 É┌£þÜpD¡¦ÂÞ\x14 ÅrÈ "
b"\x01 É┌£ÞÔs│ü┼\e 'á╔Ñ├ "
b"\x01 É┌£Ú░q^£àã\x1A ±e²L "
b"\x01 É┌£Ûès¥¸\x17 ı¯d$ª "
b"\x01 É┌£Û┤q\x00 ▒2\x1F\x10\x1C ͺq "
b"\x01 É┌£ÛÍp ïy\x17 (O¸ê "
b"\x01 É┌£Û‗q×¥hÁ@äa╬ã "
b"\x01 É┌£Ù\f pÊÉ\Dì>¹\x19 a "
b"\x01 É┌£Ù&sWêgÛ%\x1F Rg´ "
b"\x01 É┌£Ù@q\x18 ©UÔb7f┘^ "
b"\x01 É┌£Ù[qÿ┐¸áX▀ûÀ/ "
b"\x01 É┌£Ùup·░üúûÞ└C´ "
b"\x01 É┌£ÙÅqié╩║8ÅÐ¥¼ "
b"\x01 É┌£Ù®pgƒ4w«îô\x19 à "
b"\x01 É┌£Ù─r]ñ*;\x00 wÙ║w "
b"\x01 É┌£ÙÌr\x03 î¢\ù-ü│┼ "
b"\x01 É┌£Ù°rù©╚ÉMajàg "
b"\x01 É┌£ý\x12 rÕû‗V®Ë\x01 ;┘ "
b"\x01 É┌£ý,q ëT╠åCE.\x14 "
b"\x01 É┌£ýFréâíBeËÝ\x18 = "
b"\x01 É┌£ýasOå¤=e\x1A\x11 I "
b"\x01 É┌£ý{sc¢\IOf!¬? "
b"\x01 É┌£ýòqÓá\x1F\x0E\x04 ┬¿ª┌ "
b"\x01 É┌£ý»s\f ¿ÔÅK\x01 `Õi "
b"\x01 É┌£ý╔s$å┬¯å@¸p\x1F "
b"\x01 É┌£ýõq\x10 ùçæ│qwà"
b"\x01 É┌£ý■r¹Ç╚1×╣═\x17 ) "
b"\x01 É┌£Ý\x18 s]ò▄┌³ä±1\f "
b"\x01 É┌£Ý2p:Äô╬ʬzaY "
b"\x01 É┌£ÝMpCÅ \n \x00\v ¬í\x18 "
b"\x01 É┌£Ýgr½ÀGwÞ«W\x06 { "
b"\x01 É┌£Ýüs═ÀA.ØWIX "
b"\x01 É┌£ÝøsÄ®┴ï]┌â\x1D "
b"\x01 É┌£ÝÁpdå¾q\í°\x1E é "
b"\x01 É┌£Ýðs¨¡¤8¤F╠\x15 ù "
b"\x01 É┌£ÝÛp■¥\x0F Oó╚à\x01 # "
b"\x01 É┌£¯\x04 qxèÒ\v ½\x19\x17 l5 "
b"\x01 É┌£¯\x1F qyø·╠YÑÝQ3 "
b"\x01 É┌£¯9s»®¹4\x03 ü,ú] "
b"\x01 É┌£¯Spçª4nÜ~┬V╦ "
b"\x01 É┌£¯mqΡ#░r° !r "
b"\x01 É┌£¯çr3×─ ─}fIW "
b"\x01 É┌£¯ós\x0F ø³Õ\f ¾┘╬I "
b"\x01 É┌£¯╝rqáFe»ù7LR "
b"\x01 É┌£¯Ísàì┬\x16 ░╬Tí« "
b"\x01 É┌£¯±r\x01 ¿Ø\v û3L*ı "
b"\x01 É┌£´\v r¨âü¿\x17 ÁG┬þ "
b"\x01 É┌£´%si░Kr£¡W¼Y "
b"\x01 É┌Ø\x07 ©q\t ¬äÕ7ñ\x05 ó "
b"\x01 É┌Ø\x07 ¦pÿø╦cu.¯ã\x13 "
b"\x01 É┌Ø\x07 ²rß»▓Kvæ`ºN "
b"\x01 É┌Ø\x08\x18 rBŽnů\x07 └2 "
b"\x01 É┌Ø\x08 2pÿÀ,ç\x12 (G\x03 Ò "
b"\x01 É┌Ø\x08 Ms>æÔ;p«\x16\x00 ( "
b"\x01 É┌Ø\x08 gr¯Ä¸┼\x19 ®&?, "
b"\x01 É┌Ø\x08 és┐░¦ìòÁÔ÷Ñ "
b"\x01 É┌Ø\x08 Øq\x19 ®C╣┤\x13 &m╬ "
b"\x01 É┌Ø\x08 ÀqÔñó'U╗\v tI "
b"\x01 É┌Ø\x08 Ês1ÂEÉñ\x13 ╚\x11 └ "
b"\x01 É┌Ø\x08 ýr"à¦\x14 bU,Ø« "
b"\x01 É┌Ø\t\x07 r\x08 ñlÝÅ╬─{\x10 "
b"\x01 É┌Ø\t !q─Å\x18 A┌;®9\x04 "
b"\x01 É┌Ø\t <r\x11 ë▓ç¯æ┘\x16 © "
b"\x01 É┌Ø\t Wr½ºù\x05 ıhL╩┤ "
b"\x01 É┌Ø\t qrcÆ╦\x06\x07 úäDÏ "
b"\x01 É┌Ø\t îq£áL2÷Ù╦▓3 "
b"\x01 É┌Ø\t ªs▓åa³]\x1E ì\x12\x18 "
b"\x01 É┌Ø\t ┴q^ºÉ+çu╩cL "
b"\x01 É┌Ø\t █qJƒ\x10 ╚D╦Kx\x16 "
b"\x01 É┌Ø\t ÷qªçû\x10 ë1䳦 "
b"""
\x01 É┌Ø\n
\x11 s'Ñ;╠Ã3»\x01 ª
"""
b"""
\x01 É┌Ø\n
+p\x15 ò╩Þ{á\x12 $È
"""
b"""
\x01 É┌Ø\n
EpQ©\x08 }Ð\x08 tô
"""
b"""
\x01 É┌Ø\n
`r°í¢G;~‗"È
"""
b"""
\x01 É┌Ø\n
zq%ëÌn\x16\x03 u\x1F ╩
"""
b"""
\x01 É┌Ø\n
ös╩×V?21WÃÈ
"""
b"""
\x01 É┌Ø\n
»r,ØâIW\x16 õ▀ô
"""
b"""
\x01 É┌Ø\n
╔rö┤×W\x12\e }¥.
"""
b"""
\x01 É┌Ø\n
Òp\x08 ║ÍÁ´[·■─
"""
b"""
\x01 É┌Ø\n
■séáp\x1C ôÓu║░
"""
b"\x01 É┌Ø\v\x18 püúG\x1D ì\x1A\x0E Âö "
b"\x01 É┌Ø\v 2rjÜ]\x7F Ô½2\x19 ¼ "
b"\x01 É┌Ø\v Ms‗ö>\r f\x14 ~$\x0E "
b"\x01 É┌Ø\v gpî¼á\x12 è\x15 >z\x7F "
b"\x01 É┌Ø\v üsü½ıÅ\x17 ä\x17 0^ "
b"\x01 É┌Ø\v £qqñT\\x08 Î2\v · "
b"\x01 É┌Ø\v Âp\x01 ç┘Õµý├I "
b"\x01 É┌Ø\v ðp\x08 ╗°T$ï§\x10 ` "
b"\x01 É┌Ø\v Ùs÷ƒ^╔stdF¸ "
b"\x01 É┌Ø\f\x06 sèëÈ‗¯*2╝Ê "
b"\x01 É┌Ø\f !qÓëì%ò\x03 }\x11 Ì "
b"\x01 É┌Ø\f ;sy░f|░¹E╚┘ "
b"\x01 É┌Ø\f VrÊ┐╩v<┘*p¼ "
b"\x01 É┌Ø\f qq>ì[}7x0ò╚ "
b"\x01 É┌Ø\f ïs¸£Æà§┼'\x08\x13 "
b"\x01 É┌Ø\f ªpÃÀ¼qú¢Øy╗ "
b"\x01 É┌Ø\f ┴păÁl╠ääà@ "
b"\x01 É┌Ø\f █p¦íe¨³ÛC\x03\x12 "
b"\x01 É┌Ø\f ÷rêñÓ¼?╠Tç┐ "
b"\x01 É┌Ø\r \x10 s\x17 ÿÔ\f å\x07 «üo "
b"\x01 É┌Ø\r +rƒ»ÉR\x1D ¼6+\x13 "
b"\x01 É┌Ø\r Fq╣ÿ,äðqçQÚ "
b"\x01 É┌Ø\r `q,ü ½z·¢ü\ "
b"\x01 É┌Ø\r {pbêÈ┌|ÂhW "
b"\x01 É┌Ø\r ûs§¡4éKd\x1F ,* "
b"\x01 É┌Ø\r ░qZÄö&┘Ò╚┤^ "
b"\x01 É┌Ø\r ╦r├¡ák│Ï\x00 «è "
b"\x01 É┌Ø\r µpkÂx╠'\x04 DÂ. "
b"\x01 É┌Ø\x0E\x01 r\t ç©\ÿ;ÿðÙ "
b"\x01 É┌Ø\x0E\e s ü]cp▒óií "
b"\x01 É┌Ø\x0E 6p▀½ò\x03 f½cÛ "
b"\x01 É┌Ø\x0E QrÄ┤¶=ØG\f ¢õ "
b"\x01 É┌Ø\x0E krsÄßNqGó`\ "
b"\x01 É┌Ø\x0E ås^¬G╝Í9ûø# "
b"\x01 É┌Ø\x0E íq╗╣7áä╣ohË "
b"\x01 É┌Ø\x0E ╗sÌ£w \x16 Å=Ô* "
b"\x01 É┌Ø\x0E Íp╦ÅdB¾ªÐ█╠ "
b"\x01 É┌Ø\x0E ±pç¼┬NV<øá× "
b"\x01 É┌Ø\x0F\v poïÔmÅ;╔ÝU "
b"\x01 É┌Ø\x0F &sjÄÎöE\r ÃÁ\x17 "
b"\x01 É┌Ø\x0F Apnå±k0Û\x13 Íj "
b"\x01 É┌Ø\x0F [rÍ¿õ░ .Ý· "
b"""
\x01 É┌Ø\x0F vqmÜ»░\{\n
A\x16
"""
b"\x01 É┌Ø\x0F æsä£ûÝCà]}| "
b"\x01 É┌Ø\x0F ½qü▓\x11\x1C è|│Î% "
b"\x01 É┌Ø\x0F ãroæ''\x15 ¯K±r "
b"\x01 É┌Ø\x0F ßpB╗³)\r á¹£E "
b"\x01 É┌Ø\x0F ¹r\x1D ñKU\x04\x12\x1F ºü "
b"\x01 É┌Ø\x10\x16 q¥Â6·ý▀\x7F $ "
b"\x01 É┌Ø\x10 1pmâpñyOé╗¾ "
b"\x01 É┌Ø\x10 LqU¥▓║èòÜ¥] "
b"\x01 É┌Ø\x10 fp»à}õ\x05 Q)IO "
b"\x01 É┌Ø\x10 üq\x12 ò©O┴¶£u\f "
b"\x01 É┌Ø\x10 £q^äIÊRbÒÖõ "
b"\x01 É┌Ø\x10 ÂpIÜ^Ë<┐\x1C ¯6 "
b"\x01 É┌Ø\x10 Ðs$┤\x16 #<\x11 6Q\x7F "
b"\x01 É┌Ø\x10 ýqáñ└ƒ=F\x16 ý¸ "
b"\x01 É┌Ø\x11\x06 r¸à/²║ga#╚ "
b"""
\x01 É┌Ø\x11 !qkè\x1D ¶┘\n
ÄZN
"""
b"\x01 É┌Ø\x11 <qß┐ÁRBþlX\x12 "
b"\x01 É┌Ø\x11 Vqc£w÷àëÌPÀ "
b"\x01 É┌Ø\x11 qpEÂà\x08 lY¥\x1F ▓ "
b"\x01 É┌Ø\x11 îråå÷aO»"║] "
b"\x01 É┌Ø\x11 ªp\t Ç│¯┐ÂyÅ\x06 "
b"\x01 É┌Ø\x11 ┴só©«Ü=m┬\x08\x14 "
b"\x01 É┌Ø\x11 ▄sÈ©-©MÿÓaQ "
b"\x01 É┌Ø\x11 ÷qUë´/╩\e É\r P "
b"\x01 É┌Ø\x12\x11 s╩úÕ4ÍÄ\r / "
b"\x01 É┌Ø)@s┴ÿáë▄¾pı\x18 "
b"\x01 É┌Ø)]q¥ƒé©¡ù,}; "
b"\x01 É┌Ø)zs⢺oüÍCî$ "
b"\x01 É┌Ø)òséùh\x05 sê\x10 Ä. "
b"\x01 É┌Ø)»pÃä┴Æ┘.ôâ& "
b"\x01 É┌Ø)╩p+¼4s▒┤<LÔ "
b"\x01 É┌©\x16 ║rï┐¡1o0£õº "
b"\x01 É┌©\x17 ƒp\x12 £┌uÅq#*# "
b"\x01 É┌©\x19 Bq╦░^¡·\f Â×® "
b"\x01 É┌©\x1A 2s[░âÇ\x0F s¹à┌ "
b"\x01 É┌©\x1A bràÆ;c¡Åð¶▓ "
b"\x01 É┌©\x1A èr1©îJƒÓñ±Ê "
b"\x01 É┌©\e Úr\x08 í)*Ò*Ò[y "
b"\x01 É┌©\x1D =s;║░▒jA\x7F ┤û "
b"\x01 É┌©\x1E ªsç┐µÏç¿MoÏ "
b"\x01 É┌©\x1F orþÿiG5╣\x10 )[ "
b"\x01 É┌© ÌsOóQ,ªî╠ZÖ "
b"\x01 É┌©!ßq#┐Ê\x7F ╠³½^Ø "
b"\x01 É┌©"│r9Æ▄ó-ì┌Î\x13 "
b"\x01 É┌©"õr(ƒ╠▓Ùo8´Ð "
b"\x01 É┌©#║r\r ║\x0F pC\v AÝ@ "
b"\x01 É┌©#Ûq¤Á"Y©═SÃ1 "
b"\x01 É┌©%yp´ÜôWj,J(8 "
b"\x01 É┌©%½sÿó┌³í_└\x05 ¿ "
b"\x01 É┌©&íp/┐O▒\r \x05 W(É "
b"\x01 É┌©&Ër¼©þ\x1F\x06 áÓ\x1D ¦ "
b"\x01 É┌©(Rp▀╣¼2Hí¬ù> "
b"\x01 É┌©(âs[┐\x18 o╦+╗ý╚ "
b"\x01 É┌©*\x1D rvåÔ~\x13 «▀º. "
b"\x01 É┌©BñpÈáO\x06 Ãç Fq "
b"\x01 É┌©D\x15 s!▓grW!┤:¡ "
b"\x01 É┌©DFp\t ÜÀçç║\x0F Û¿ "
b"\x01 É┌©F^r%ÀuìZÝÕ¨_ "
b"\x01 É┌©FÉrF¿À░L)Gê\x1A "
b"\x01 É┌©Ggqéè2µf$\x0E N╠ "
b"\x01 É┌©GÉrkèqïo\x03 ü°├ "
b"\x01 É┌©Hpsë╝‗£A!e3\f "
b"\x01 É┌©IFrç░ËUU´»Â┘ "
b"\x01 É┌©Ixpüìº┐Ó¸RÛ¢ "
b"\x01 É┌©JPq\x03 ╣╗Ù³┐À{õ "
b"\x01 É┌©Kãp╣░\x12\x1D kf®NN "
b"\x01 É┌©MNq%┐E╚Î/\t z| "
b"\x01 É┌©M\x7F s^ÁAr\x05 íoÇ‗ "
b"\x01 É┌©M¿p]╗\x14 ╚\x1E /uk` "
b"\x01 É┌©NÜpüÂ3ð^\x00 úùà "
b"\x01 É┌©N╠pÝñ\x08 b┤▄T®Õ "
b"\x01 É┌©OÊp)øí×Ö▒ø% "
b"\x01 É┌©QVr\x1A é\x02 ┴J v'╦ "
b"\x01 É┌©R2pd£ïUC)\;┘ "
b"\x01 É┌©S»qJª÷M\x17 :\x01 Îr "
b"\x01 É┌©SÓpëüj┬åÍs;3 "
b"\x01 É┌©Uqs\x00 ú\x17 6*╝%\x06\x1D "
b"\x01 É┌©U®pQ»^{\x14 ;ƒ*ƒ "
b"\x01 É┌©WÆp8×╦Pö╔{\e µ "
b"\x01 É┌©YRrù▒IÝ┴╝q┤╗ "
b"\x01 É┌©Z¥q┐£âÓ¡£#¥q "
b"\x01 É┌©ZÝq®ô¢\r ┤/Ú■┬ "
b"\x01 É┌©[▒pyä ²¤³Ë>å "
b"\x01 É┌©[Ór═¢▒¹ÜQeíÁ "
b"\x01 É┌©]qrú▓ØË;g▀\x18 & "
b"\x01 É┌©]áqJæ\x1D\v ,\x18 uÉÛ "
b"\x01 É┌©]╚qû┤ɦ\n Y¹\x00 ┌ "
b"\x01 É┌©_)p▒ö3V─)èò┘ "
b"\x01 É┌©_[sîñ2iK ÷\x1A\x02 "
b"\x01 É┌©_äp3ú\e ñJFOÿý "
b"\x01 É┌©a*s\x02 ä©\x15 ø=ļ½ "
b"\x01 É┌©aapNâöƒã└¼O[ "
b"""
\x01 É┌©c\n
q·êo║\x14 ô!\x16
"""
b"\x01 É┌©cAqp×\x02\x16 ¸ö\f ql "
b"\x01 É┌©d5p·î_Ðzä×\x1D "
b"""
\x01 É┌©eFq)í\n
L\x06 é▓«ä
"""
b"\x01 É┌©f>r²┐ÀÁYÕ¾\x17 Ü "
b"\x01 É┌©fvqú¥H\x16 ░ìJ╦æ "
b"\x01 É┌©fƒp/º,\x03 ¿.â£\x0F "
b"\x01 É┌©f╠pò┐EÙ>Ä'q\x08 "
b"\x01 É┌©f¶p¿áÞ\x04\x13 ìÁNt "
b"\x01 É┌©g"r=Ä\x18 ˪@\x7F ù? "
b"\x01 É┌©gJp░Ä╝┼ª@§á4 "
b"\x01 É┌©h/p\x0F £ò\f «ûö\x13 Ù "
b"\x01 É┌©hdp├Ö~²\x10 ö\x1D e" "
b"\x01 É┌©hîpäÖÌÇã╗Ûw\x12 "
b"\x01 É┌©h╗pðòwä\x06 g0\x7F r "
b"\x01 É┌©j\x08 s=»Ç:aU¢øÉ "
b"\x01 É┌©j@qX▒a8Ò¢¾\x07 ░ "
b"\x01 É┌©kÏpBø\x17\t █?\x07 )g "
b"\x01 É┌©mæp¤ØSi¬\x12 à┌× "
b"\x01 É┌©nîrÀñûðj!~\e D "
b"\x01 É┌©nÁq5ú¤ıTÑJ¯▀ "
b"\x01 É┌©p@sñ║;┼ƒTƒU╝ "
b"\x01 É┌©psqºôL\x06 ec\e ╦┤ "
b"\x01 É┌©qkp\e ª±nÉÒ>@\x16 "
b"\x01 É┌©qös+Â×█¼\x1C ¨ÿ┌ "
b"\x01 É┌©q╝q┌Üè┴\v ¤ÖSÌ "
b"\x01 É┌©qõsJÂVº5C½ò> "
b"\x01 É┌©r╦p▓Ü£\x0F b< "▄ "
b"\x01 É┌©r·qËÁÖÑ£^;\x10 ³ "
b"\x01 É┌©s"pq¬¡$Iûáï^ "
b"\x01 É┌©sJqUêòB«\x0F WÍA "
b"\x01 É┌©sss½»ûíã█q=§ "
b"\x01 É┌©søq¦»V²²ÿn■* "
b"\x01 É┌©s├p═ÿæ┐ ═Ðç' "
b"\x01 É┌©sÙq╚ô(®ÒÚ╚M= "
b"\x01 É┌©uàrN▓┬Í\x04 ¤\x1A û@ "
b"\x01 É┌©u║qnú└E\r ªû¸▀ "
b"\x01 É┌©uÕs½ƒ│ËäUıÉ| "
b"\x01 É┌©v\r s\x00 ÖZ│\x07 E\x01 µ4 "
b"\x01 É┌©v5pQ┤-ıW¾▄ê; "
b"\x01 É┌©v]r(Ç\x1C ;ºþ½¾à "
b"\x01 É┌©våqƒø3V╦o┬Ë¥ "
b"\x01 É┌©v░s\x7F Ånµ\x03 µi ╣ "
b"\x01 É┌©v█q╬êU°«+3\x10 e "
b"\x01 É┌©w\x05 s7ï█ ÌJ#\x05 ÿ "
b"\x01 É┌©xzp^½\x1A onº§Vo "
b"\x01 É┌©x¡rmá\x11 ‗}É┤oh "
b"\x01 É┌©zAräôHÂ\x1D Ë│£* "
b"\x01 É┌©zur}ÿ\x11 óäÏc Q "
b"\x01 É┌©zØs\x12 ì\x04 Þííúw= "
b"\x01 É┌©zãs╠░3\x12 f|Þ\r P "
b"\x01 É┌©z¯piæ┌u\x1C åm°B "
b"\x01 É┌©|ir┼ó\r ¿{§½▒Ê "
b"\x01 É┌©|æqrÇV\x08 ö±eË© "
b"\x01 É┌©}nq\▒®°*3øM "
b"\x01 É┌©~µqÖØ\x7F ¦ÂÙ-×ó "
b"\x01 É┌©\x7F\x10 pÈÇ┼╚gBÖöÑ "
b"\x01 É┌©\x7F 8r>¡#âÚ]▄F┐ "
b"\x01 É┌©\x7F ap╩ƒ÷wvÔZ_ï "
b"\x01 É┌©Ü\x1A pà┤\r ·o\x14 Å\v X "
b"\x01 É┌©¼¥q:ëMOzÆ×\x00 ª "
b"\x01 É┌©«~qQê3V\x18 ñ¯\x16 q "
b"\x01 É┌©░ÆqÖØ)ýqþ¤:è "
b"\x01 É┌©▒Üq~╝\e +åM╬ýN "
b"\x01 É┌©▒╬pþí`╩Æ\e eÏ5 "
b"\x01 É┌©▓Öp!»Ã┐¥\r ─╬ó "
b"""
\x01 É┌©┤+r¹û\x06 ßÎ╗à\n
Å
"""
b"\x01 É┌©┤]rÁå%äÝ\x19 ╠l¥ "
b"""
\x01 É┌©┤ïpñ¥\n
T▓@╠së
"""
b"\x01 É┌©┤Áp\x07 èz║\x1E Z\x01 ³a "
b"\x01 É┌©┤Ós▓¡§\x1D õz\x19 ¢, "
b"\x01 É┌©Á\r pûçó_ÀOêÑ\x7F "
b"\x01 É┌©Á8pz½=¶┴\x14 ãÁY "
b"\x01 É┌©ÁbpÍ»ÁþÛz■├V "
b"\x01 É┌©Áìq9┤ý\x15 dù\x12 └ "
b"\x01 É┌©ÂþqçƒTØb`{ß+ "
b"\x01 É┌©©Opa¼\x05\x13 4\x15\x05 ´ý "
b"\x01 É┌©╣µp\x19 »,\x1E ý®9║╔ "
b"\x01 É┌©╗ûqÇøÁ°l║Ä[ÿ "
b"\x01 É┌©╗┼qÕæ\r ¸á¨gM¡ "
b"\x01 É┌©╗Ýpé¥õÁ\x1E Ó2Z\x19 "
b"\x01 É┌©¢ªqvôÚW¬pÞíô "
b"\x01 É┌©┐1p@ó,õÛÝ3§« "
b"\x01 É┌©└Áp¡äËå┤²\x06 ]\x04 "
b"\x01 É┌©└ýqXúZ>õ└ø¥\x7F "
b"\x01 É┌©┴Ãss║·Üw▓\Ôı "
b"\x01 É┌©┴§p╚¬P*æâ╝1Ó "
b"\x01 É┌©┬Òq$║▒wg\x7F §O▀ "
b"\x01 É┌©─~p>©þ<¬\x00 ü¥Æ "
b"\x01 É┌©─│p\x0E ÖG\x11 {h:u┬ "
b"\x01 É┌©┼»sÍ¢kð÷óÀ\x19 "
b"\x01 É┌©Ã5p~¬>▄]2\e 7È "
b"\x01 É┌©╚\x03 rƽë\x19 Áªx]\x08 "
b"\x01 É┌©╚Ðqúñ \x16 ýSJ║╝ "
b"\x01 É┌©╔Öq╗┤8,+f\x16 '╚ "
b"\x01 É┌©╩Äs\x04 ô#E\x16 ¤o¤õ "
b"\x01 É┌©╦zq¢æòfß?eWÛ "
b"\x01 É┌©╠^q\x08 ÖÛ·ıÉ░Ìò "
b"\x01 É┌©╠Ésl×─\x12 X-è‗? "
b"\x01 É┌©╠Ôr\f ©©\x08 ▄\x12 ▄49 "
b"\x01 É┌©═\f p\x0E ÇgµÄþ﫯 "
b"\x01 É┌©═¥q\x18 äÝ5uõ^Ú§ "
b"\x01 É┌©¤!sû▓ÎÅ─\x1C cÄS "
b"\x01 É┌©ðkq´Çs¾À]é$\x08 "
b"\x01 É┌©ÐÍp'ÜÛ¬ü\t ░Ȳ "
b"\x01 É┌©ËRseÁð$9RYF\x07 "
b"\x01 É┌©È(r\x1A æ£$╗¬╠┌Ô "
b"\x01 É┌©ıGr`ù\x1A Ã┬Ø5µ« "
b"\x01 É┌©Í'sÒÜ\x07\e\x17 ÕªÇ "
b"\x01 É┌©Í pAë¾\x0F ¹Õ xÌ "
b"\x01 É┌©ÏKsÓîƒ┌vôøPÕ "
b"\x01 É┌©┘{s░Éò÷õ*╝ä╔ "
b"\x01 É┌©┌█pýñçζ┘½÷r "
b"\x01 É┌©▄BrRññÎ-ö%╔\n "
b"\x01 É┌©¦¥p^É$█╦\x17 ‗░| "
b"\x01 É┌©Ì¦q"ºÓ╠ÒÉ=ìX "
b"""
\x01 É┌©ÓQr\n
×0Këx-║0
"""
b"\x01 É┌©ß┐rÞ×▒_ã┴k7\x19 "
b"\x01 É┌©ÒÄpFºTââÂ╠åÖ "
b"\x01 É┌©Õ!s(æp3*\x02 ä¶X "
b"\x01 É┌©µÞs¹óÛ?ÿ<\x0F æ│ "
b"\x01 É┌©þ\x1E r│Á\x06 ┴ó┼0╚/ "
b"\x01 É┌©þ²r¦ú╠Ê4s▓\x07 ë "
b"\x01 É┌©Þ3s╔«7╬Y)$ðQ "
b"\x01 É┌©Þ^s|╣42¯¡Æ-Þ "
b"\x01 É┌©ÞÄp«ò■T\x13 Ä5Ì┼ "
b"\x01 É┌©Ú‗r)Æ*─{\x14 S(╚ "
b"\x01 É┌©Û/qO░_x g\x11 ªw "
b"\x01 É┌©Ù\x04 q┤íÆ├Cv¡kÈ "
b"\x01 É┌©Ù;qÑî╦6È\f HÄ "
b"\x01 É┌©Ùfs╩î¶Õº║ÊcÖ "
b"\x01 É┌©ÙÆr░ØZ\x0F │Å╝»g "
b"\x01 É┌©Ù└p\x04 ú\x13 %^C┐ÃÀ "
b"\x01 É┌©ÙÚp┼ÉK├ \t ┴z "
b"\x01 É┌©ý\x17 q\t ¬░)bÝGÏ╩ "
b"\x01 É┌©¯eq╦׫)ÝâÉVÿ "
b"\x01 É┌©´Fq®│ЩhcS(] "
b"\x01 É┌©±\x19 sÉ║\x18 ¬ãK#¾. "
b"\x01 É┌©±Ns├ÂkÊ░\x0E @Jl "
b"\x01 É┌©±zqPûzù5▓Ö╣~ "
b"\x01 É┌©±ªrµÉ\x17 ▒î^}Hâ "
b"\x01 É┌©±¤s*ÁimFa╣î× "
b"\x01 É┌©¾KpÛ│\x1C üþ´┘\x06 "
b"\x01 É┌©¾\x7F p9╣µ┘\ªëàù "
b"\x01 É┌©§Gr]öãı\x00 6´╝U "
b"\x01 É┌©÷¿r2│■"|│X=& "
b"\x01 É┌©÷┘q╔û>fN┘╔U_ "
b"\x01 É┌©°Ks_òÉè╣L─Ð■ "
b"\x01 É┌©¨Ñp\x14 ô×$º2ÞW. "
b"\x01 É┌©¨ÏqC«ùÕ*Æ╝J\x15 "
b"\x01 É┌©¹Äp■êo\x1A ðý3▀\r "
b"\x01 É┌©¹└q°êé/]ÿ9¥· "
b"\x01 É┌©²9q\x17 º0o¾\x14 o Ù "
b"\x01 É┌©²bqÑâ]█\x0F %k.╗ "
b"\x01 É┌©■Êr[░┤\x01\x07 lI}Ç "
b"\x01 É┌© \x04 qÕæ£X3\x10\x0E 3f "
b"\x01 É┌╣\x00 æq»ê1×3ÅÄHE "
b"\x01 É┌╣\x00 ├r³ü┌╚>]9\n ^ "
b"\x01 É┌╣\x19 ßs\x13 û╩yPb0¨\t "
b"\x01 É┌╣\x1A\x13 p\x0F ¿\e pƒ´ÕQ¢ "
b"\x01 É┌╣\e (q┘Øp<\x08 WP¥Õ "
b"\x01 É┌╣\e \q\t Ä`ýõ§g?\x7F "
b"\x01 É┌╣\x1D\x01 qÈóetS╣\x13 $U "
b"\x01 É┌╣\x1D 6pMê®ß3ç£ÝY "
b"\x01 É┌╣\x1E ãqÓ╣bç³3▒Ç\x1C "
b"\x01 É┌╣ ?s@ûJ¡T*xê$ "
b"\x01 É┌╣ qp\x12 økq\v\x1C ´µ" "
b"\x01 É┌╣!Þq\x0F ÂÚ╚lNH3┼ "
b"\x01 É┌╣#UsZáV<×\e för "
b"\x01 É┌╣#äròú\t\x02 ?AÐ╣í "
b"\x01 É┌╣#¼rCâ¸0\e ÔÙÕÙ "
b"\x01 É┌╣#Èqz¿▓\x17 Uu?ï« "
b"\x01 É┌╣#²pbÇHl\x02 $èdò "
b"\x01 É┌╣%KrëâràÖO{ÈN "
b"\x01 É┌╣%|pbÄük¢‗\x1C )¥ "
b"\x01 É┌╣&┴qãì\x1C ,ƒwIÝ "
b"\x01 É┌╣&¶qIëtÑ\x07 ^ÛÛ\x11 "
b"\x01 É┌╣(Fr\x17 »"òD░51Ü "
b"\x01 É┌╣({p"àCá¼\x18 :)® "
b"\x01 É┌╣*\x12 r\x13 ╝■`─°¨╔ì "
b"\x01 É┌╣+Ìs└ç▄k?y¥Öù "
b"\x01 É┌╣,\x13 sºÀINH¶╔╗` "
b"\x01 É┌╣,>qãò║ÍÊ¢Ñ┼W "
b"\x01 É┌╣,fq.ä╝n;Á^É‗ "
b"\x01 É┌╣.)q±╝®6×ðF+å "
b"""
\x01 É┌╣/ùsl¼É\x0E ¡\x0E \n
ôß
"""
b"\x01 É┌╣1Pq°ÆS \x00 "âÂò "
b"""
\x01 É┌╣4\n
qhøõî»ã-\x17 Ê
"""
b"\x01 É┌╣5hräù╦\x1F ┤\x1D TãS "
b"\x01 É┌╣5Éq^╗_▀&ÇÐ\x11 } "
b"\x01 É┌╣6ÄqÍÑÛ\x0F Þ2Yj* "
b"""
\x01 É┌╣7àsAÆÉ\n
åBòôÓ
"""
b"\x01 É┌╣8█p▀ñ¶©E▀\x06\x08 Þ "
b"\x01 É┌╣9\t s\x19 ½▀ñ&\x11\f êÿ "
b"\x01 É┌╣:Bpv¬\f ' Sâm6 "
b"\x01 É┌╣;,sÑØ>ýG¼×\x7F Ê "
b"\x01 É┌╣<\x12 qHªı§j▓0ã\x06 "
b"\x01 É┌╣<>r\x11 èi\x1F ùå6ùó "
b"\x01 É┌╣=\x05 rAåp\x12 ┴Õ1BÙ "
b"\x01 É┌╣=6qFÿy@▓\v ®´Í "
b"\x01 É┌╣>ÉqÎ╣ð¡{w\x0E Ûî "
b"\x01 É┌╣>┴qºÆ¯\x12 ┴Ú(©p "
b"\x01 É┌╣@ìpÅâÒ┼\x13\x02 `Ýå "
b"\x01 É┌╣@ãpÃé\x08 ¡&ï\f ▓r "
b"\x01 É┌╣A│p;ü\x1E |ìb\x1A Å® "
b"\x01 É┌╣AÙq]Åô\x10 ì/ø└─ "
b"\x01 É┌╣B└p;ëФ)Ø\x1D 'í "
b"\x01 É┌╣B¸p¢êÄhm]╚~ï "
b"\x01 É┌╣C±p§¥^F┐¾s╠§ "
b"\x01 É┌╣H£ròë"┤µ¤Å\x02 î "
b"\x01 É┌╣IÖqq║░D╔w¾\v = "
b"\x01 É┌╣IÐs\x10 Ö\\27Äí\t "
b"\x01 É┌╣I·rL╝¤\x05 ²@╔b└ "
b"\x01 É┌╣J)r-äU4ÿòL┼Q "
b"\x01 É┌╣JRs\r Ñí$ߦ¤╣ "
b"\x01 É┌╣K¢s¾ù±°\x7F ã\x10 ³ "
b"\x01 É┌╣Lºqï▓╣Q\t ÚgÆÎ "
b"\x01 É┌╣Nåp\x16 ©í;ªz9ÛÜ "
b"\x01 É┌╣Ogp╦«v─ó±╔Sj "
b"\x01 É┌╣P±pyÅ\x14 ݯÞ8üq "
b"\x01 É┌╣Q)p╣ÿg║-̓;e "
b"\x01 É┌╣QSsïö'\x15 s\x1C µ\x13 "
b"\x01 É┌╣RGqS¬gq╝®\x1A ┘─ "
b"\x01 É┌╣S║s~¬Ý╣\x14 ê:¶0 "
b"\x01 É┌╣UNr╣èQ$T1Ë╝' "
b"\x01 É┌╣Uår\x0E ì=└ÓBûðY "
b"\x01 É┌╣Vhr¾Ä£\x0E C,\x13 +b "
b"\x01 É┌╣VƒqO╝02 A\x19 Îå "
b"\x01 É┌╣X\x16 p\f áüj└\x01 .Õê "
b"\x01 É┌╣XMpuòÏÜT¦╔ªï "
b"\x01 É┌╣X¹q\x02 êä\r \x1D zÐDD "
b"\x01 É┌╣ZVs\░u.{▄"Bà "
b"\x01 É┌╣ZìsÍ¢┼É\x7F pcLâ "
b"\x01 É┌╣\"p~Ѭ±¶¨¸N▒ "
b"\x01 É┌╣]1q│î¸Êr\x1F ┤ð# "
b"\x01 É┌╣]orçÿ¨Örj¢Òó "
b"\x01 É┌╣_ArV«®ß┐╩╔½Ï "
b"""
\x01 É┌╣`±sô▒p═¨Ôo\n
║
"""
b"\x01 É┌╣bår¸░ó╬}\x1A H¶{ "
b"\x01 É┌╣c^p*ì─Ä0¯Ï\x14 ) "
b"\x01 É┌╣cÄq\x00 ø×O8VLı£ "
b"\x01 É┌╣c©sÂçıáHº╣3T "
b"\x01 É┌╣dks5¬┌²ÈÚ_>Û "
b"\x01 É┌╣dòsÓ░ÙYÙv└çÕ "
b"\x01 É┌╣feqNôC│i\x10 íS\e "
b"\x01 É┌╣fás═ÀϺÌè\f\x08 Ù "
b"\x01 É┌╣f╩p,¢╚a╣ºÛÕÑ "
b"\x01 É┌╣f¨rt║vxÅnúLà "
b"\x01 É┌╣hÆpêåIkÔº╬ù® "
b"\x01 É┌╣h╩rçûz嬿\x17 £┬ "
b"\x01 É┌╣h‗r±ó0{╝Pjê\e "
b"\x01 É┌╣i!sçä\x18 ÔvNGrf "
b"\x01 É┌╣jÞpáæ3ã\x03 ;$U\n "
b"\x01 É┌╣k$suÆùÁS9·$\x08 "
b"\x01 É┌╣kNs╝ü'âkH\x7F ýk "
b"\x01 É┌╣l(s5ñI\v _ãe2ö "
b"\x01 É┌╣m║p÷ÑÏ-R;┬{Å "
b"\x01 É┌╣oµr}¥%yÀÒ\v ô\x0E "
b"\x01 É┌╣èUsÓñG*\x18 pñMÊ "
b"\x01 É┌╣è\x7F rÞíío┤.·ã▄ "
b"\x01 É┌╣ïxpÆ┤ 7Sß>6+ "
b"\x01 É┌╣ï¿pô«S%/ñ¢Ä\x7F "
b"\x01 É┌╣ïÐp║ë\x13 #suiÅç "
b"\x01 É┌╣ï¨s8ư¨┘ta_\x00 "
b"\x01 É┌╣î╬rêÿ╗AÝf\x1D G▒ "
b"\x01 É┌╣î■rÉ▓ùïq=Z-& "
b"\x01 É┌╣ì'r\x1A Æ┤╠WYÖ╣Ë "
b"\x01 É┌╣Æapºº÷\x14 ¨¬Zv│ "
b"\x01 É┌╣ÆÉq¥ä¿?{`2õ= "
b"\x01 É┌╣Æ╣s¤ûÕÍr®Ë\x18 5 "
b"\x01 É┌╣ÆÔpñÇ└ú@R\f ╬# "
b"""
\x01 É┌╣ô\v q\x04 äëãu\n
?Â█
"""
b"\x01 É┌╣ô4q\x11 ┤MeÙB[ïê "
b"\x01 É┌╣ô]s뺨®VÀ\x03 A8 "
b"\x01 É┌╣ö&r\x0E £\x03 zÆo¼TC "
b"\x01 É┌╣öVq\x00 ܹ\n ôE┤·g "
b"\x01 É┌╣ö~pXÂCä£\x04 mϸ "
b"\x01 É┌╣òhq\r ┐╠åÐÉ╚<╠ "
b"\x01 É┌╣òæp\x12 ½Õ\x0E yuæÐ< "
b"\x01 É┌╣ò║sªí£nÑp\x02 vH "
b"\x01 É┌╣ÜKq?¬Ñ╗;Ê¥Ã@ "
b"\x01 É┌╣ø?p\x17 ì<├\x14 «Í©¤ "
b"""
\x01 É┌╣øhpvÄ£\n
╣qȾy
"""
b"\x01 É┌╣øæpN╗ÔÆ=®\r \x1A ┐ "
b"\x01 É┌╣ø╗r\é_á1þPCÇ "
b"\x01 É┌╣øõs=Ç╔\x07 Èá»±╩ "
b"\x01 É┌╣£\r s1ù.(ıŪÊå "
b"\x01 É┌╣£7p\x06 Ø4├æƒ┴±║ "
b"\x01 É┌╣£`r#£CÈÊÆÛwH "
b"\x01 É┌╣£ëpEÅ;DX\©9 "
b"\x01 É┌╣£▓s#ɤ\x13 WÏ╚¾& "
b"\x01 É┌╣£▄q¨íë░┘à\x02 /6 "
b"\x01 É┌╣Ø\x05 pÿú▒─\x05 ╝¼¡O "
b"\x01 É┌╣Ø.sx£]\x1C ƒú|O° "
b"\x01 É┌╣ØXp\x18 í▀øaÁ<├6 "
b"\x01 É┌╣ØüsÐÆWıÃØ6Y, "
b"\x01 É┌╣ؽq▀êoz╔Cº "
b"\x01 É┌╣ØÈqÙ┤ü\x15 «■çu¾ "
b"\x01 É┌╣زrºØ\t Ð\x1E ùW¹% "
b"\x01 É┌╣×'s\x17 ░F}Y\x0F 6=Ò "
b"\x01 É┌╣×Pr5ç¾²\f sÝÖ┬ "
b"\x01 É┌╣×zsJä┴ï.'╦mÅ "
b"\x01 É┌╣תr*¼\x08 PêOAäR "
b"\x01 É┌╣×ðpi×é═‗«´\v · "
b"\x01 É┌╣áIrÍ▓{▄\t êò³# "
b"\x01 É┌╣áér¢è+øÂ¨§Û┘ "
b"\x01 É┌╣á¡qp¿^;<\x1D Ú┴/ "
b"\x01 É┌╣á┘s╦¢õ½Ïwa>È "
b"\x01 É┌╣í\x07 q¯ƒÚƒ╬óX¯Ä "
b"\x01 É┌╣í1rðô╦\x01 ┴\x03 ã¨j "
b"\x01 É┌╣í`qA│╩ª\x1C d沈 "
b"\x01 É┌╣íës²½O¯Î\x03 Qò; "
b"\x01 É┌╣óüpЫÿnwuý˹ "
b"\x01 É┌╣ó╗q¬êDÏì\x06 U\x19 ê "
b"\x01 É┌╣óµpIÖÉzõ>\x1E \f "
b"\x01 É┌╣ú\x15 r\r ë˪3├+²\x19 "
b"\x01 É┌╣úAs\f É<ı\x1E ä±└\x06 "
b"\x01 É┌╣únpê®ô├p§ê®▒ "
b"\x01 É┌╣ú£qtÀÅ8§çƒÓ "
b"\x01 É┌╣ñ¿qê¥Dϵj%^ "
b"\x01 É┌╣ñ▄ráØÈ\x0E .ËÝ}§ "
b"\x01 É┌╣Ñ´qÊ░\x08\x17 là®`æ "
b"\x01 É┌╣º\x1A seÑ\x08 Ú=/\x14 ╩ "
b"\x01 É┌╣ºZrdóPÅ~«µ¨a "
b"\x01 É┌╣ºàqÖ┐úî×Ý\x1F\f â "
b"\x01 É┌╣º┤qH«\x14 âa¹Fa\x1F "
b"\x01 É┌╣ºÓp┐╝|§ï7mDë "
b"\x01 É┌╣¿─q5║eý\x0E 3FM» "
b"\x01 É┌╣®╗r\x12 îÂÑ9\x07 ║¢' "
b"\x01 É┌╣®¶rz½çº}¦®íó "
b"\x01 É┌╣¼Fq0ÂúA$║¥Zé "
b"\x01 É┌╣¼\x7F pÄ®«éJ┴▄3Ä "
b"\x01 É┌╣«@qeç┬×É\x12 éZ "
b"\x01 É┌╣»╩r░ô+?¡°È\t ò "
b"\x01 É┌╣│\x1C pdé\x11 à=(iê┐ "
b"""
\x01 É┌╣┤´qÎ░.m\n
░²jÇ
"""
b"\x01 É┌╣Áõrˬ└xnã®\x16 Ä "
b"\x01 É┌╣Â╩q/ª*┌\x01 ═Û\x16 "
b"\x01 É┌╣©ks°ìÌ\x03 .h\x18\x0F ~ "
b"\x01 É┌╣║>rÆöÞÇCñja═ "
b"\x01 É┌╣╗█qTö8\x1F $¾ ░+ "
b"\x01 É┌╣╝Ãs6ö ═LõÅ\x08\x08 "
b"\x01 É┌╣¥èr▀¬)ó\x04 Y5åV "
b"\x01 É┌╣┐■r°©ÑÐ\r aÅ╗ "
b"\x01 É┌╣┴gs▒å\x03 cö┤ã╣y "
b"\x01 É┌╣█╬qıÇ■~\x03 Û¢O_ "
b"\x01 É┌╣▄Ãq\x06 º_)╗┐®┤░ "
b"\x01 É┌╣▄±ríÿWÊ\t [Äê- "
b"\x01 É┌╣̦pÏØ`▒┌6î\x1D\x18 "
b"""
\x01 É┌╣Óér\n
Ç'\x04 8B^û<
"""
b"\x01 É┌╣Ô\x02 q,®phôCþçN "
b"\x01 É┌╣Ô8p\x17 »!Ø\x18 -Ö\x1C R "
b"\x01 É┌╣õ:pC£fTC2╣@e "
b"\x01 É┌╣õorÊ▒Ýõy:║ÍÔ "
b"\x01 É┌╣Õ\r╩Áá‗3\x15\x0F £¤ "
b"\x01 É┌╣µnr·░┴D¸a×\t Á "
b"\x01 É┌╣þZqM╗ew¿¼P┐Ð "
b"\x01 É┌╣Þ┼rë¬┘^7░Ãâ2 "
b"\x01 É┌╣Þ·püûÄ*x+bOL "
b"\x01 É┌╣Ú▄q╩¬È÷ƒ\x1F\x04 c "
b"\x01 É┌╣Û╩q╗╝Ú˰®╣Q\x00 "
b"\x01 É┌╣ÙãrðáÌþ}{å\v + "
b"\x01 É┌╣Ùr\x13 å\x10 ç\x02 ®'{¨ "
b"\x01 É┌╣ý\x19 q┼Ñî >æFý© "
b"\x01 É┌╣Ý\x08 rm©~\x08 lþ/!û "
b"\x01 É┌╣Ý7sݼô╦ðß░▓Û "
b"\x01 É┌╣ÝapÒá\x0E ╝┌Ú@ð£ "
b"\x01 É┌╣´OpÝïí²├β²\x0E "
b"\x01 É┌╣╩r│ï¡Ç1▀ÈÖ\x05 "
b"\x01 É┌╣‗vp╝ï╔ðj5ß7▒ "
b"\x01 É┌╣¾SrkÂ┴ÑÀ'Ó<^ "
b"\x01 É┌╣¶&p+╣âvz(J¥┌ "
b"\x01 É┌╣§\x12 rÁïDnÛ╩Ï7Ü "
b"\x01 É┌╣§Ûpr»?║©║Wö¸ "
b"\x01 É┌╣÷÷rÆÖ┌"\x19 rAMº "
b"\x01 É┌╣°jp┬ôu³1©╣;8 "
b"\x01 É┌╣¨jq\x13 æ╬Ê=▄Ú┼° "
b"\x01 É┌╣¨ƒs8¡¢ZÅÅô╔w "
b"\x01 É┌╣¹\x1F qúúPÁ:Co┘\x04 "
b"\x01 É┌╣¹OrnàT\f ßq ‗ÿ "
b"\x01 É┌╣³¬r\x18 ¢├\x1E ×$═ÎÁ "
b"\x01 É┌╣²ùs─ø\x11 ¬LÊá\x03 M "
b"\x01 É┌╣ zpÞó─`w\x07 Sø/ "
b"\x01 É┌╣ Ár\x12 ╗¬U\x7F ¿╦═d "
b"\x01 É┌║\x00 ╔sfç\x00 l\"\x13 ý─ "
b"\x01 É┌║\x01 ┐pdÀ¤¯ê─¥ü═ "
b"\x01 É┌║\x01 ¶róáªMp´╦àå "
b"\x01 É┌║\x02\x1D rh¿ªº4'\f\x1D ê "
b"\x01 É┌║\x02 Lp=¿Ë#B¹`?W "
b"\x01 É┌║\x02 uq▓¼ºÑ═\x12 ÆQ║ "
b"\x01 É┌║\x03 gr½Ö\x12 â½ÚB\r ¡ "
b"\x01 É┌║\x04 Ýs%¼Ér║¡W;) "
b"\x01 É┌║\x05\x1F sÃÿ\x7F |▀\x00 Ñ a "
b"\x01 É┌║\x05 Npà¨\r ÎS"èI "
b"\x01 É┌║\x05 wp]ÁÈÊÖ]\x1E ╣Ñ "
b"\x01 É┌║\x06 Ôp┘ïEÉ #êle "
b"\x01 É┌║\x07\x13 ru┐Ö[mkCzó "
b"\x01 É┌║\x07 <rgà;ÛU_Û!í "
b"\x01 É┌║\x07 epöÑpº ú4º▒ "
b"\x01 É┌║\x08 -s8â¬\x19 êMqJá "
b"\x01 É┌║\x08 ^pmèª─\x11 ‗\x15 ┤Í "
b"\x01 É┌║\x08 çq³┤\e\x06 Mr\x12\x06 ï "
b"\x01 É┌║\x08 ▒rJÀFɪ\x1E aL\x07 "
b"""
\x01 É┌║\n
6sþóö4f¦mÅå
"""
b"""
\x01 É┌║\n
hrÌ│Ô╬e╗9ÚÞ
"""
b"\x01 É┌║\f Ðp│¼å¶UÆÁìy "
b"\x01 É┌║\r \t rf»µ ð'#lì "
b"\x01 É┌║\r 3q/¥\f ·\x12 ┤£\x11 ` "
b"\x01 É┌║\r `r;¢-;\x19 \r >Ú═ "
b"\x01 É┌║\r ëp£êéDRZìG( "
b"\x01 É┌║\r Âr╝ļBº#┌ÄN "
b"\x01 É┌║\r ▀q▒¢âr>îþëd "
b"\x01 É┌║\x0E\f q¹åàZ?ó²íL "
b"\x01 É┌║\x0F «pvÀÔp▒ì=´\x05 "
b"\x01 É┌║\x0F µqÝÁÛ¥Í\x1D nY\x0F "
b"\x01 É┌║\x11 ïq¡¡Ü2â‗ëâa "
b"\x01 É┌║\x13\x12 sÍÉë¯\x18 ¢Ò¦d "
b"\x01 É┌║\x14 ürÄûx$e=zê■ "
b"\x01 É┌║\x14 ║pý¡ÿ»b."*é "
b"\x01 É┌║\x14 Òs·à┘┴.Â\x07 DÄ "
b"\x01 É┌║\x15\x0F qÊóôıü\x1F\x19 ═\x14 "
b"\x01 É┌║\x16 ìp2┐\x00 ÑíÒªæ0 "
b"\x01 É┌║\x16 ╔r{Åå┘uîpQÉ "
b"\x01 É┌║\x16 ‗qø»0â\x07 ¢\x15 çA "
b"\x01 É┌║\x17\x1E rÁê═úËOÛ│▄ "
b"\x01 É┌║\x17 Gpñúº\x0E J®¢\f ! "
b"\x01 É┌║\x17 ssë▒L'H3(Ö\x00 "
b"\x01 É┌║\x19 7pôØ]Bñ\x10 a\x04\x16 "
b"\x01 É┌║\x1A ╗p¤ó\x14 ÿ|úÑv/ "
b"\x01 É┌║\x1A ýp±Å7Ö¾ß└Á\x1A "
b"\x01 É┌║\e\x15 r┼£k²Ô²W~b "
b"\x01 É┌║\x1C ësê╣-uı6QnB "
b"\x01 É┌║\x1C ╗pò╣\x7F Z\x10 ·/ϯ "
b"\x01 É┌║\x1C õr\x00 ɲ┐\x7F jÎÇ\x02 "
b"\x01 É┌║\x1D\x11 r'åßË»à\x0E ÿ( "
b"\x01 É┌║\x1D :sæÂ9\x10 åã}Ú± "
b"\x01 É┌║\x1E\x1D qJÂb\x1A oºÒª\v "
b"\x01 É┌║\x1E Fp:úÈ?nð╔\x1C { "
b"\x01 É┌║\x1E op‗îÜ1q>ÒH0 "
b"\x01 É┌║ \x07 s┼ûL█oC═Â= "
b"\x01 É┌║ ýqÆÄáJ\x18 9Ëûb "
b"\x01 É┌║!█pnò§¯K\x16 N\x10\f "
b"\x01 É┌║"ús├ï#\x06 ┬\x18 Ú$7 "
b"\x01 É┌║#wp▒ñ╔È¢i¸2Ö "
b"\x01 É┌║$Lr┼®¿\x04 o▄3Ò\x1A "
b"\x01 É┌║A\x02 s÷º,\x10 ╝>{wÐ "
b"\x01 É┌║A7pn¿È║î\f þ╚± "
b"\x01 É┌║D¹q4ê{Rm{Þ⨠"
b"\x01 É┌║I%p½¤┴u┌ýì│ "
b"\x01 É┌║KÃqÚØ┼ò3k}f° "
b"\x01 É┌║Mwq│æ¢cWYO*x "
b"\x01 É┌║M▓pöú║\x05 `_ \x17 ┘ "
b"\x01 É┌║MÌrE¡Y\e ¸}▒║\x05 "
b"\x01 É┌║N\r rÌ║íÀÍ0÷¡÷ "
b"\x01 É┌║O\x07 s?Á@â;B¥§▒ "
b"\x01 É┌║O8s>½\x02 \x06\x04\x18 øþ "
b"\x01 É┌║Oar$â\x1D ▓ܸâ¦. "
b"\x01 É┌║OèpÁï1-ÃxeW# "
b"\x01 É┌║Q&r¡â\x00 Þ[bè█R "
b"\x01 É┌║QXr╣¢Ðì@a┴▒S "
b"\x01 É┌║RÄqáâ'<\t 5³B┼ "
b"\x01 É┌║Szp\x17 òÀ‗\x14 Ïy&\x18 "
b"\x01 É┌║S¬p█ÄD·Ø6~┘j "
b"\x01 É┌║Tªq6ìd:\`Þ\r ý "
b"\x01 É┌║TÍs\x17 «`\x04 Ö¿=├ø "
b"\x01 É┌║U░r░ÄHkÙ¿\x1C *╠ "
b"\x01 É┌║UÕrÁ░Q\x00 Þü8|Ò "
b"\x01 É┌║V┬s╩¢ý\x03\t qçá "
b"\x01 É┌║V°s^À\x06 g¡§ikD "
b"\x01 É┌║W%qq£ÛX@└*i< "
b"\x01 É┌║WQp\x11 ªj/¿\x03 ´vé "
b"\x01 É┌║Xwp╗øq\x10 þ▄\x1E ╗\x15 "
b"\x01 É┌║X½rÄì¾ù\╩¹K× "
b"\x01 É┌║XÎpùÑ\x0F ┬O\x1C µJV "
b"\x01 É┌║Y\x03 pè×\x16 Bû¼Æ@ "
b"\x01 É┌║YÞq¤ïr#¿pî"a "
b"\x01 É┌║Z\x1C sV║ðM!■m▒¿ "
b"\x01 É┌║ZIs\x11 ▓ÓæÜç¡ÛÕ "
b"\x01 É┌║Zus╩¡a\x15 ã┌ßâ$ "
b"\x01 É┌║[Ysxô\x10\x05 yíb0^ "
b"\x01 É┌║[ës[ø¨*ýÉ©Fµ "
b"\x01 É┌║[▓rwæ,\x02 [─|\x0F = "
b"\x01 É┌║[█sfä CÅ,àJx "
b"\x01 É┌║\¤rÑùµõ\r ¡»l@ "
b"\x01 É┌║]\x00 r`åj\x19 ıíX÷Ê "
b"\x01 É┌║^ÁrXÿ.╩┼?î░Ä "
b"\x01 É┌║^▀rn«="ÚZÁÉü "
b"\x01 É┌║_\x08 q─ÄJÒÆáת, "
b"\x01 É┌║_2s▄øoü ä┬7M "
b"\x01 É┌║_[r/Áµ─kHvþÏ "
b"\x01 É┌║`\p╣äy_1@H·Ê "
b"\x01 É┌║`år}ÇÖ«ÝUñÓ¾ "
b"\x01 É┌║`«rv╣£┤Q/Ö<w "
b"\x01 É┌║`ÎsêÖzøþ:│\e ã "
b"\x01 É┌║a\x00 p\x13 »═$²A═r¿ "
b"\x01 É┌║a)r\û6\x1C ³BïîÁ "
b"\x01 É┌║aRp»®0~è¾╠┘ "
b"\x01 É┌║b\qHçÛ\x1A ØÅT×\x19 "
b"\x01 É┌║bìp~®xy»¤e;l "
b"""
\x01 É┌║bÂsü│7¤7├\n
\e ß
"""
b"\x01 É┌║bÌp¦Øà┐ß┬╩\x01 ² "
b"\x01 É┌║c\x07 pgÇ\x17 ôüÃê┤+ "
b"\x01 É┌║c0q\x15 ê\t ‗ûç±¼" "
b"\x01 É┌║cYpcÁ\f ¬ÆX¥ªJ "
b"\x01 É┌║cüq│ôçG.ç┘└Ù "
b"\x01 É┌║dZqPïÍqdXv¢Æ "
b"\x01 É┌║dèp·ùåêFÖàÕ┐ "
b"\x01 É┌║dÀr®©c┐\x12 ðPw÷ "
b"\x01 É┌║dÓqXì\x02 ┼ó§d\v ╩ "
b"\x01 É┌║e\t pÇï\x06 EÔ\x1E ²i└ "
b"\x01 É┌║e2pMîãä\x12 æ\x07 ¹Â "
b"\x01 É┌║f\x12 pÙìW\x1C ÁýS┌Á "
b"\x01 É┌║fBq«óÒj@!ãiy "
b"\x01 É┌║fkr¶úGjX:\x04 u╬ "
b"\x01 É┌║fòs═®HÚI╦╗\x00 î "
b"\x01 É┌║gsr\x05 ░\x14\x1A ÒıÒÒL "
b"\x01 É┌║g¬p\x1E »%┐hþM{Ë "
b"\x01 É┌║gËr}ìðPQÆÂ,▒ "
b"\x01 É┌║h\x00 r\x04 ┐qƒ^å ®3 "
b"\x01 É┌║h)pYºNJ3hú$ª "
b"""
\x01 É┌║hVs\x11 ô\n
\x1C\x01 Ý\n
┴┤
"""
b"\x01 É┌║iBr┌ºÊäFÌFÓÎ "
b"""
\x01 É┌║izs!ö©ô\n
±▓ÞQ
"""
b"\x01 É┌║iúqâôÀR#=Á\x13 H "
b"\x01 É┌║jús=ê«\x00 Âô‗>\x1C "
b"\x01 É┌║jÏr½ìÙ\r úþ\x08 a« "
b"\x01 É┌║k\x01 s\x08 Ñ\x02 ¬#\e ╬Às "
b"\x01 É┌║kýr#▓\f hyß\x1C »Ì "
b"\x01 É┌║l!p\x02 æ°ãiãØ»╬ "
b"\x01 É┌║l·söüd¯╠├»ís "
b"\x01 É┌║m2s\x10 ▒uå~ù\x15 åµ "
b"\x01 É┌║m[p┌óG%r\x13 Ó<: "
b"\x01 É┌║mês¼é»│╣ç¸!à "
b"\x01 É┌║m▒q¥×Ö.\x1E sÏ3L "
b"\x01 É┌║mÔs ┤y[{\¹,È "
b"\x01 É┌║n\x0F s!ï¹┼ø:x¨A "
b"\x01 É┌║n9q%ºz>ùBé~y "
b"\x01 É┌║nirý▓²Ç┬ýı\x19 õ "
b"\x01 É┌║nÆpìà4êÓ┘WT³ "
b"\x01 É┌║n└pd»ÐI9R\x1F £ "
b"\x01 É┌║o½r┘½@┐ý´\t Ú "
b"\x01 É┌║oÓq╚áÐ÷ÿq¬á╚ "
b"\x01 É┌║p\t p▄ñS\x10 PÀ=½¥ "
b"\x01 É┌║pþp▀ó#Ç0Àêd) "
b"\x01 É┌║q\x1D sÝÿýÜÔ{┤µ╗ "
b"\x01 É┌║ï`p\r àâ\x12 t\x15 ÎÀ\x05 "
b"\x01 É┌║ïÄpÕæ·Ú&2,õB "
b"\x01 É┌║îöp&¿D■┤33¬Ë "
b"\x01 É┌║î═sK╣V×╚ƒÙVá "
b"\x01 É┌║ìÂr═èÒ╦`2ôu░ "
b"\x01 É┌║ì±páÁËóËnã\x01 ò "
b"\x01 É┌║Å\x16 qâÅV4&╣ûÖL "
b"\x01 É┌║ÅNr\x17 èx║u\x18 ëÈE "
b"\x01 É┌║Åzq╝àî,YBv├Ì "
b"\x01 É┌║Å®r|Ç┴°?bD³■ "
b"\x01 É┌║Åıpm®Y©`2·ë; "
b"\x01 É┌║É\x02 rÄåôa¹\t ╦\x14 è "
b"\x01 É┌║æ╗q┘Ç×l®Tƒ\è "
b"\x01 É┌║æýsâç╣╝K\x0E ı¬k "
b"\x01 É┌║Æ\x15 s\x1F ÆòÚ¥G¥fñ "
b"""
\x01 É┌║ô╝ry░Ä:\n
µ§Ô║
"""
b"\x01 É┌║ôõq║╗ÃØ8ö┘,Ù "
b"\x01 É┌║ö\r qÇ©µ\x00\x7F ¿×ÒÏ "
b"\x01 É┌║òKpzª▒%\x07 p¡*█ "
b"\x01 É┌║ò|rÑ▓X\x06 Ì\x08\x1A =\x13 "
b"\x01 É┌║òÑp█ƒ+áï┬#Z/ "
b"\x01 É┌║ò╬sô│p¼m@\x1D uW "
b"\x01 É┌║ò¸pöÿ═+îP┐lf "
b"\x01 É┌║ùùs╝¬\t\e ¸╦Ãg\r "
b"\x01 É┌║ùÃs\r à4$³t┘h¢ "
b"\x01 É┌║ùq║¥Ä:▒£Ì¿Ü "
b"\x01 É┌║ÿ═pÛéO{-â╣È" "
b"\x01 É┌║ÿ²s╝»0D±▄ý~à "
b"\x01 É┌║Ö&rüînXjÏw9╣ "
b"\x01 É┌║ÖOs%î2\x7F █\x05\x13 åü "
b"\x01 É┌║ÖypåùÀ╦`\t w├ø "
b"\x01 É┌║Öóq?ìk\x15 Í╚DQb "
b"\x01 É┌║Ö╦pôùÁPu|iï╠ "
b"\x01 É┌║øBp■á\x18 æ³\x06 ^_■ "
b"\x01 É┌║£«p@Ü\x1F Ô}W-\r "
b"\x01 É┌║£ÓsçÇ▒sX\x11 ┐g▓ "
b"\x01 É┌║Ø\t s}ÀqÍ▀V:¹F "
b"\x01 É┌║Ø2r½Åò\x1C #=Üå| "
b"\x01 É┌║Ø[qEæi^Ϥ`¥█ "
b"\x01 É┌║Øäqº©\x1C ¨Rî║Wë "
b"\x01 É┌║Ø¡pÙ╝ìiô¥þ¢ "
b"\x01 É┌║ØÍrW▒=¾\x16 >ñ+í "
b"\x01 É┌║Ø s\x1E ¡\x18 Àc\x06 ,Ñ▀ "
b"\x01 É┌║×(rþäÅÂ\x10 Ñ┼%5 "
b"\x01 É┌║×Qq¡Â╝tv\x15\x04\v · "
b"\x01 É┌║×{p═ëæÓyÐ\x1F ┐\x1C "
b"\x01 É┌║×ñsuë╝ï╚¸═N0 "
b"\x01 É┌║×═pÐ║Ë\x06\x0E ¿:E "
b"\x01 É┌║×÷s╗«Ó¥─r±3p "
b"\x01 É┌║ƒ\x1F r\x14 âÒ\x05 ;\x01 ÙýÁ "
b"\x01 É┌║ƒHsç╣(ÝVH▒â3 "
b"\x01 É┌║á▓q²¿▄ʾ5Ò\x18 é "
b"\x01 É┌║áÚr§╗Zûô:╗\x1F Ú "
b"""
\x01 É┌║í\x13 r\n
ÄôvöÕ\x17 n\x17
"""
b"\x01 É┌║óÆpæû█KN\x06 »¿ä "
b"\x01 É┌║úwsÂÄ#Ð\r \x05\v |M "
b"\x01 É┌║ñDpx║ð6,d\x03 ^Ï "
b"\x01 É┌║ñup├ê,¦ê«Z¿\x15 "
b"\x01 É┌║ñƒqáîÝr!9à\v Ç "
b"\x01 É┌║ñ╚p´äå°:Ól=+ "
b"\x01 É┌║ñ¶sLÅÕ\x14 TÉú´. "
b"\x01 É┌║Ñ\x1F sIàÖ;t&░õG "
b"\x01 É┌║ÑHrEÄ'\x13 |©Tæñ "
b"\x01 É┌║Ñrs╔ådSV¾Ô+\r "
b"\x01 É┌║º?s═ÄR}\f mg\x03 ù "
b"\x01 É┌║ºqs█äQ0{éÆÖ\x15 "
b"\x01 É┌║ºÜs\x00 ÿ?¹.│i»\n "
b"\x01 É┌║®\f qià\r ÞvJÆ7; "
b"\x01 É┌║®=sÚÇ»\x05 ═\x1F <îà "
b"\x01 É┌║®gr|ü«¹¹Ä>Ób "
b"\x01 É┌║®Éq;ìã\x1A *■¸¾ø "
b"\x01 É┌║®╣r\ü┴oì<└'\x02 "
b"\x01 É┌║®ÒqçÜT╝▀gY\x1D ╠ "
b"\x01 ôbÃhÞpìèª\x1A öd½ƒƒ "
b"\x01 “bÇ–?p\t —^PŸ]ÇP "
b"""
\x01 “bÇ—èpÁ¨Ä6ºè\n
\r t
"""
b"\x01 ôbÃ×rbó[9ØÛèËô "
b"\x01 “bǤ>re¸Þ•M]Špu "
b"\x01 “bǧBs*¢²®gpP\x1C ÿ "
b"\x01 “bÈ\x13 ¹s\e ¨jn7\x00\x0F É "
b"\x01 ôb╚\e $qZØêëx│\x1D þ² "
b"\x01 “bÈ\x1E\x14 qï \x14 5â¥bŽE "
b"\x01 “bÈ\x1E br\x14 ¡ÑÂTî>U\x03 "
b"\x01 “bÈ ?p路rT®7ì‘ "
b"\x01 ôb╚ És#á£═ÑW-ÄÐ "
b"\x01 “bÈ"?r”ŽU3ó-ó\x15 Í "
b"\x01 ôb╚"Åp}¥▒²\x18 çX\x08 X "
b"\x01 ôb╚+iqµ╗)صðz·V "
b"\x01 “bÈ+¶sG€C]/!»Íz "
b"\x01 “bÈ2Ts*£\x1E ´\x03 ÷¢Y\x00 "
b"\x01 “bÈ4Srðž‡X§\x00 ™` "
b"\x01 “bÈ4Ÿs9¶`G¼Ö\x0E 6 "
b"\x01 “bÈ4ìr:ª©¨ou¿ã" "
b"\x01 ôb╚9gsÉìÍ╚§)\x16 q% "
b"\x01 “bÈTºrµ‘y~]£Á_- "
b"\x01 “bÈX–q\x17 ®\x12 /⤧Ê\f "
b"\x01 ôb╚[┘r╠┤Ø=Åã£█V "
b"\x01 “bÈlÄsý˜VÈv¤’–Â "
b"\x01 “bÈm\x11 pdžØÀí+m\x1E "
b"\x01 “bÈ¥ßqÒ‰Ïraüœz, "
b"\x01 ôb╚ª,qìåÐ2ð[\f |² "
b"\x01 “bȦyp½€™\x1A\x19 ª+˜i "
b"\x01 “bÈàRs©ŠÊýz&\Mú "
b"\x01 “bÈø¯p»“\x1A\x18 EFG<\x07 "
b"\x01 “bÈøýp€‘ØX:\x16 ¹ÿ\n "
b"\x01 “bÈùLrºžÀFv¢CgÅ "
b"\x01 ôc\x01 HrÄ®╗ZòØìõI "
b"\x01 “c\x01 ÿ˜q6†Î\v\x06 2LÉ¿ "
b"\x01 ôc\x02\x00 ┬q‗ìX·│ƒfú· "
]
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 (0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BAA80709A874B35F754BFBA29 , 0x0190DA9BAAAC707C8C847E0812C89953 , 0x0190DA9BAAD0724BAEE86EC1D546C6C5 , 0x0190DA9BAAEC717483D3D93EE75CFEC9 , 0x0190DA9BAB0B72D8A2E3B0001F07ED37 , 0x0190DA9BAB2473F4A4C887280734F09A , 0x0190DA9BAB3D7286B6707BDC46D0DB4C , 0x0190DA9BAB597163ADDF2266A2DAF48C , 0x0190DA9BAB7572458D9BF3494F1AAC82 , 0x0190DA9BAB8F73059780F6238733D8BD , 0x0190DA9BABAB726D8763716876FC1112 , 0x0190DA9BABC773528F70F69EEDE17C5C , 0x0190DA9BABE07336BAE0B48A8E4A05E0 , 0x0190DA9BABF9733B970A80B6A12B5713 , 0x0190DA9BAC11720D894BCDA1B0AD30CA , 0x0190DA9BAC2C70E6997308E2271E1AB5 , 0x0190DA9BAC457319AC032648BF754E77 , 0x0190DA9BAC6073979B8706CF1957092B , 0x0190DA9BAC7972248291AAC2CE40AE53 , 0x0190DA9BAC937096B7D773EA7D08557D , 0x0190DA9BACAC70B6AAC048788D139166 , 0x0190DA9BACC77185B7190F8315DC3AB8 , 0x0190DA9BACE07067B3383C9DFA586372 , 0x0190DA9BACF9718AB3E7DB13640C5B32 , 0x0190DA9BAD127381AC4A0A04D9C98CD3 , 0x0190DA9BAD2B7055BC9C26D1A6C5371E , 0x0190DA9BAD447010889FAEAE140FE3EF , 0x0190DA9BAD5D701F87EBE5FB823A87F1 , 0x0190DA9BAD787078BCC2B4FD391A4E7A , 0x0190DA9BAD9173FEAEC764F046B9CAF4 , 0x0190DA9BADAD71D6A0E0809C44B426C7 , 0x0190DA9BADC6721CBF95D70C4F757DD4 , 0x0190DA9BADE2723BADBB7B61E6CAB792 , 0x0190DA9BADFC71079F4F5C06575EE6DB , 0x0190DA9BAEB4703299D36EADDE97EB39 , 0x0190DA9BAED7712EADB44231F65BA3AC , 0x0190DA9BAEF5700BAC8A38BF8193F3FC , 0x0190DA9BAF0D722DA42EAEA2CE2871C0 , 0x0190DA9BAF2572FAA462043570E84B1F , 0x0190DA9BAF3D734D8750085B9DAB6739 , 0x0190DA9BAF55723F9CCEAAECC59CB949 , 0x0190DA9BAF6D7237A9EC2BA9FD0A4249 , 0x0190DA9BAF8472F29FC9991D788FBCA8 , 0x0190DA9BAF9C7071A3E5B6AA6A1F9E3E , 0x0190DA9BAFB5701C8C18C0D6B12D3EB3 , 0x0190DA9BAFCD72D28C5296D9B4B8F9C3 , 0x0190DA9BAFE4722BA956E904DFCB1873 , 0x0190DA9BAFFF72CCB9A07611AAA29D4A , 0x0190DA9BB01771B7B781586EFE404CC7 , 0x0190DA9BB0307106AA82ED620775CBA0 , 0x0190DA9BB04973248433BB684F5550A5 , 0x0190DA9BB06170A3B7088B611E28BF61 , 0x0190DA9BB07973F0858B55AFFB3BC73E , 0x0190DA9BB09170C2B3D4169D34D321C8 , 0x0190DA9BB0AA72DB8D7D9358AFBA16ED , 0x0190DA9BB0C271CC9D743CFED403F8E2 , 0x0190DA9BB0DA70AC839C596C754978B3 , 0x0190DA9BB0F3736B9D9FEDAF4ECB75CD , 0x0190DA9BB10B72A58DC76832E11697B0 , 0x0190DA9BB1237025B0734180A732F9F5 , 0x0190DA9BC7A3735BB9BCC85D8D96166C , 0x0190DA9BC7CD70C1B11EE73F589DA4AA , 0x0190DA9BC7F072E68F7C06CCF5C0E622 , 0x0190DA9BC80F723BB66AFE385B3BD130 , 0x0190DA9BC827729FB62FEFA3FDF582C6 , 0x0190DA9BC83F73ED998E662BE43543DD , 0x0190DA9BC85771FAB58F58BE661937E8 , 0x0190DA9BC86F736EBBCEFECB2AD2FABB , 0x0190DA9BC9B7716592AF183FF8DCFEB5 , 0x0190DA9BC9E073A1AA75AA764D2B0F8C , 0x0190DA9BCA0371A788DE30188E8B74CE , 0x0190DA9BCA1E73D8833E768263ABEC56 , 0x0190DA9BCA3770A6B439F0AEFC84E8D5 , 0x0190DA9BCA5170C4A89C2A6402C7E074 , 0x0190DA9BCA6B715685F730CD72CEAD8F , 0x0190DA9BCA8872C6A60309D5D3833E0A , 0x0190DA9BCAA173B19F930165DA5582B8 , 0x0190DA9BCABA7326AD55D446EBFED9C7 , 0x0190DA9BCAD470EBBE2990E2F995591F , 0x0190DA9BCAED7389ADBA30D0038F58C5 , 0x0190DA9BCB0671FBA2CBD8FBFC31CF83 , 0x0190DA9BCB1F705CAAFB26454F6CFB5B , 0x0190DA9BCB3C7017B73E520164076CD2 , 0x0190DA9BCB5570FFB7F0784C5C38C5DF , 0x0190DA9BCB6E70238252E71ED266F46C , 0x0190DA9BCB8771B5BEC88C73730D46DF , 0x0190DA9BCBA170DCA2E74471F1AB81F2 , 0x0190DA9BCBBD71CE82F21CCF2A5E897C , 0x0190DA9BCBD67128B787E710138D5E86 , 0x0190DA9BCBF2738A8B2D456376192007 , 0x0190DA9BCC0B731AAB7029C1CA96C719 , 0x0190DA9BCC247258A923ACD80A308D44 , 0x0190DA9BCC3D73C2997B48017D61509E , 0x0190DA9BCC567137809ED7B2B5B4F5C6 , 0x0190DA9BCC7271849A9C809CF273089A , 0x0190DA9BCC8C731C9531E92BC960BCFB , 0x0190DA9BCCA871A7B24DE56D7EA4CD94 , 0x0190DA9BCCC172519365523B7D308035 , 0x0190DA9BCCDE7036A6E7BD8EF768F9D4 , 0x0190DA9BCCF771D39046ED426724A17B , 0x0190DA9BCD1072A6B093F473CFF0682C , 0x0190DA9BCD2970D59C62882152B25A50 , 0x0190DA9BCE8B701C91C1B9DB462E6010 , 0x0190DA9BCEB47083BBC7683E48C31C4B , 0x0190DA9BCED4715AB8D5D74C853F815F , 0x0190DA9BCEF671E6916E5C397543250F , 0x0190DA9BCF0F73F9AEED7BB8D0871C88 , 0x0190DA9BCF2B7223B87DA1E133F45CB4 , 0x0190DA9BCF4472628FA0EA2ED834B364 , 0x0190DA9BCF5D7382B6DC1E2C83F0626F , 0x0190DA9BCF777360A356BCF71F698F06 , 0x0190DA9BCF9072E3AA1EB517D1987DFC , 0x0190DA9BCFAB72548776D55296AB4EFC , 0x0190DA9BCFC472B0BFF7FFB54BA082C7 , 0x0190DA9BCFE073FF8300F2A2EA68CED5 , 0x0190DA9BCFF971F6BA8EEB568C91C8E8 , 0x0190DA9BD0167058BFA57A3C72D16E9F , 0x0190DA9BD02F72B3BB3077C22BAE968E , 0x0190DA9BD0487019ACFA7A8E377F2F26 , 0x0190DA9BD06172BB962BCD408E48D1BD , 0x0190DA9BD07A73C0ACC241071AD289B2 , 0x0190DA9BD0977196907791613D8D060E , 0x0190DA9BD0B073608C3F8E874D07BA60 , 0x0190DA9BD0CC7337A85158DB4D6CCEDC , 0x0190DA9BD0E57266AF24FBD621C162B8 , 0x0190DA9BD0FE70A38A79EF146457A1D3 , 0x0190DA9BD117702DA125F01D3BF1CD19 , 0x0190DA9BD1317326A5D9E2C45F093E8D , 0x0190DA9BD14D72DB9407143D6CE2499D , 0x0190DA9BD1667327A500BEDAC8303B36 , 0x0190DA9BD18370FC85F019D194A9DAAC , 0x0190DA9BD19C70B8A53281CBE6AB976D , 0x0190DA9BD1B9706BBF8ADDEB9E90D72F , 0x0190DA9BD1D17306A14F78FDE3CC5B35 , 0x0190DA9BD1EB70E3946AD35C9130A4A6 , 0x0190DA9BD204728697615ECED27621F4 , 0x0190DA9BD33E72409BB484378B6CA22F , 0x0190DA9BD36570B1AEA7F5A4EC3DE4FB , 0x0190DA9BD38571B6B121BEACFD460EAA , 0x0190DA9BD39E72D28197E53083B482BD , 0x0190DA9BD3B7717C9AF4B68248D8326F , 0x0190DA9BD3D0712EBD8F082D5DF6E197 , 0x0190DA9BD3E971718865826099EEA192 , 0x0190DA9BD40272E680AF87982595F4B7 , 0x0190DA9BD41B73A2B35352E8833475F5 , 0x0190DA9BD43470419F42FDE8771D7E06 , 0x0190DA9BD44D732FB1CA6C3681405C98 , 0x0190DA9BD46673F5AFFF925D9AFAECDF , 0x0190DA9BD47F711C831A4357994A1241 , 0x0190DA9BD49971C18598E632734DDAEB , 0x0190DA9BD4B17050B04B39B3472D8ECF , 0x0190DA9BD4CB7321B885AAE81FBA8FD5 , 0x0190DA9BD4E470AAA81683F9A597443D , 0x0190DA9BD649709FA364BEF3B9059A21 , 0x0190DA9BD6707343B1F543FF8FE1F3EC , 0x0190DA9BD6917350ADE4FC85931A49CE , 0x0190DA9BD6AD73F8A470E46B43FE6261 , 0x0190DA9BD6C6734FA24B181212B5F9D3 , 0x0190DA9BD6DF73D3825BDBA031AFEA78 , 0x0190DA9BD6F8714AB244FC5FC6C94352 , 0x0190DA9BEE41725FA8377F126F3D09EE , 0x0190DA9BEE5A704E888F152A588C5FF5 , 0x0190DA9BEE747320A74AE0775CE00EBA , 0x0190DA9BEE8C73AF8A348AA7A9DEC520 , 0x0190DA9BEEA473E19F1B7A4F3DC7C157 , 0x0190DA9BEEBC703080881461789BA813 , 0x0190DA9BEED47360B278D8CFD26897F9 , 0x0190DA9BEEEB7169984FDDB9C7B0C26D , 0x0190DA9BEF03710FBF951EE68357B28A , 0x0190DA9BEF1B73CCAB4D92ADA088C784 , 0x0190DA9BF053715DA6B1615A19916098 , 0x0190DA9BF07B7181A0B50A90D210F334 , 0x0190DA9BF09A739EB6D77822DFD30B74 , 0x0190DA9BF0B970E58C4CA3743917E16D , 0x0190DA9BF0D1708B910D27B99D79734D , 0x0190DA9BF0E97327BCD42B486ED60191 , 0x0190DA9BF10172118DE51485495F4615 , 0x0190DA9BF119711EAC1B6DB5C306733A , 0x0190DA9BF13572568AE904CCCE420454 , 0x0190DA9BF14D71419081522EB6B79984 , 0x0190DA9BF16870C0AE358EB039CBB8E7 , 0x0190DA9BF180711EB499F51FE295E114 , 0x0190DA9BF19C73DF8B75223A0E164631 , 0x0190DA9BF1B470D5979FA2BC37E5E138 , 0x0190DA9BF1CC70A88689419A93523F77 , 0x0190DA9BF1E4708FBF778F5DAD62B7A0 , 0x0190DA9BF1FC70D3AE5C691375EEA96A , 0x0190DA9BF2147049B6837CED4D809CDF , 0x0190DA9BF22C702BB14C69784E99C04C , 0x0190DA9BF24470389CB42402ABABAF63 , 0x0190DA9BF25D72D7AA5A5FA5CEF49ABC , 0x0190DA9BF27870C5AC17907CF6472D81 , 0x0190DA9BF2907051802C21768F33C349 , 0x0190DA9BF2AC71ADBDF9D0F0A0418DDE , 0x0190DA9BF2C47045BD766155BD2B7495 , 0x0190DA9BF2DF7092A7DE1441591D90F0 , 0x0190DA9BF2F8729AA863DF3A3F79AD9B , 0x0190DA9BF31372B4B30A6BA5EF15C685 , 0x0190DA9BF32B71A2BDF90266D6049B8F , 0x0190DA9BF34672A48009F817487726B9 , 0x0190DA9BF35F711C85B8943BA33485EC , 0x0190DA9BF37A73F387E94B32CE1EAA37 , 0x0190DA9BF392706F87F0EA179F4E6450 , 0x0190DA9BF3AB73AFB3667DF4F20F1758 , 0x0190DA9BF4F2700083D8A881981B29D7 , 0x0190DA9BF51A73B0AE110DC392E805BB , 0x0190DA9BF53A73E49B9768449FB06F7D , 0x0190DA9BF552713EAF92AEB00421DA03 , 0x0190DA9BF56E72B39EFD381A9D511020 , 0x0190DA9BF5877322B5BEE421C9035FC5 , 0x0190DA9BF5A3726A93F897249886BADB , 0x0190DA9BF5BB730B8A88BF096ECC3E18 , 0x0190DA9BF5D470339D9409F70B5965F0 , 0x0190DA9BF5ED70ADB105229ED546C8F9 , 0x0190DA9BF6067058A0440209DF113663 , 0x0190DA9BF62273B8AA3A1A447CAA027E , 0x0190DA9BF63A7099A07D9B4FF8CECE77 , 0x0190DA9BF656727FBEDF6B41CBFFED56 , 0x0190DA9BF66F7002B601DC0F70D2BAA2 , 0x0190DA9BF68773DCBCC845F504407F2E , 0x0190DA9BF6A072B08AA301B5BC048696 , 0x0190DA9BF6B8714D8B9BC9A0217896CF , 0x0190DA9BF6D4739DB3B654D9D002DDC1 , 0x0190DA9BF6EC73B8AC6CE44E706C1B58 , 0x0190DA9BF7087363813CAE7398F0F15B , 0x0190DA9BF720705CB22D9F2139BC16F5 , 0x0190DA9BF73871A4ABFD5085C31E4015 , 0x0190DA9BF753717D8446356A3775A514 , 0x0190DA9BF76B720A944A87E4324F4456 , 0x0190DA9BF788726F84FFDADB43939593 , 0x0190DA9BF7A1729EB8262A12341323D8 , 0x0190DA9BF7BC7247B0F8AC15CF1A9290 , 0x0190DA9BF7D572AA90434CD25A6C7688 , 0x0190DA9BF7ED7367AB9E1322D40329C0 , 0x0190DA9BF80671B99984E3CCC1E31102 , 0x0190DA9BF81F72E2B224FBF1E55A0400 , 0x0190DA9BF8397245B6786A0143A46A25 , 0x0190DA9BF851730FAD4407C292B45F2A , 0x0190DA9BF8F572E5815B599DC5ED75AE , 0x0190DA9BF91B72B2B2630FAF88B23AC4 , 0x0190DA9BF93A73D7B17F0960BB8F6E25 , 0x0190DA9BF95273949E5272EE340BDC82 , 0x0190DA9BF96E713ABDFF7592D913E72C , 0x0190DA9BF986704B9E6035ACEAE0B471 , 0x0190DA9BF99F73EAB2A306272986AB42 , 0x0190DA9BF9B870A7B235A71D12290495 , 0x0190DA9BF9D1738499C54F948FEE81B0 , 0x0190DA9BF9EC709DBA44E2A42B4C40C0 , 0x0190DA9BFA05702EB1A02F76FA9075A5 , 0x0190DA9BFA2070C88039911F040DA572 , 0x0190DA9BFA3973719D27E63E40BE9906 , 0x0190DA9BFA5172039D4C44A88BEE8407 , 0x0190DA9BFA6B7050928E87D47D7C5D80 , 0x0190DA9BFA847213B7FCD69C4FDBE74D , 0x0190DA9BFA9F7276B7C2D1267A6C93B0 , 0x0190DA9BFAB7738F8A5BB23FD17F474D , 0x0190DA9BFAD370F4AB04323593191301 , 0x0190DA9BFAEB73AF98A3A7AA7DADCB6A , 0x0190DA9BFB0470F6AE116BAD9AEAD843 , 0x0190DA9BFB1E70FD9866C70B49B84EB1 , 0x0190DA9C13CA71E4B38D2C886D4EE1FA , 0x0190DA9C13F57394AB583D83983EAF3F , 0x0190DA9C14177127A881BCBFBD399303 , 0x0190DA9C143171B0AD704D5B5E9AF025 , 0x0190DA9C144B704C938335672126075B , 0x0190DA9C1465721CA9D1232A14165D1F , 0x0190DA9C147E73CC94F6F660BF1568C9 , 0x0190DA9C149B710E87D9CAAF1ACF96BC , 0x0190DA9C14B572BBBFE2985FD2A62EFF , 0x0190DA9C14D17241834A2FEDA6E237CE , 0x0190DA9C15A270C5BFC8D30FC05302EA , 0x0190DA9C15CF727EA4A159FE2FCAE412 , 0x0190DA9C15F4722A9D718E6F1BAE7654 , 0x0190DA9C1613700E8A19C638E87DFF7F , 0x0190DA9C162F7259877249FA92CE36EB , 0x0190DA9C164873DE9FE21E05CEA042BB , 0x0190DA9C16627025AB00741996C59D3F , 0x0190DA9C167B70119A6D8493ECF07B0F , 0x0190DA9C1695732CAB427AC2C04A30D1 , 0x0190DA9C16AF71FBBC2670CF7DEF35CC , 0x0190DA9C16C87384AD3A0D09B5837A12 , 0x0190DA9C16E6714B9A066A9EFD91A929 , 0x0190DA9C16FF73668AD3EC12C557E1F9 , 0x0190DA9C171C706083BBD3E8D1F198C2 , 0x0190DA9C173573BBA715A07D3A884171 , 0x0190DA9C174E7351BBE630ACEA495838 , 0x0190DA9C176870DF9C490A3D7A4C6C18 , 0x0190DA9C178270C68A70465C82D7B829 , 0x0190DA9C179D72AC88F4FFE1DAEA89F5 , 0x0190DA9C17B673C484557C0CC196D3F3 , 0x0190DA9C17D37332A163A713D6086E66 , 0x0190DA9C17EC739DAD7A343FDB028490 , 0x0190DA9C180971128B78622D0FA736CC , 0x0190DA9C182271EE8CB29B9A559134C4 , 0x0190DA9C183B71BE9B8AAD6E5C1A93FE , 0x0190DA9C185570529296D5CEE6B1CE83 , 0x0190DA9C1872705BBFC1592180BB4E11 , 0x0190DA9C188F70F99415DF6BB0615B4A , 0x0190DA9C18A873EAA6BF33BFD80CFF13 , 0x0190DA9C18C57167A589DE6F888B464C , 0x0190DA9C18DE70C280A7FC502FDF9EFA , 0x0190DA9C18F773499432ABC8CE9F72FD , 0x0190DA9C19C770BD9561086A6DF938AF , 0x0190DA9C19F771C6AD4D2C3E8C6BDC5D , 0x0190DA9C1A1B73BEA1B6FD4DA2F617AE , 0x0190DA9C1A3870EA8208E7E43E5A302F , 0x0190DA9C1A5571B1B850BE5EBCF446ED , 0x0190DA9C1A6E710199204836D0B4AE65 , 0x0190DA9C1A8B705987458C2DAA4F7D79 , 0x0190DA9C1AA4709EB697E01B7D5D60F4 , 0x0190DA9C1ABE736882619BF4EEDA71C3 , 0x0190DA9C1AD77162BBC14FDB80897D27 , 0x0190DA9C1AF0724DB8CA72B00E3FC9CB , 0x0190DA9C1B0E7257AB0B61D261EB7C49 , 0x0190DA9C1B277282A7E711CDAFD81EA0 , 0x0190DA9C1B4170FF95FA013A8927AD6A , 0x0190DA9C1B5A7363B92D42A4C6A89C2F , 0x0190DA9C1B7470A0AF504F4BD4CE3C0C , 0x0190DA9C1B8D72EBACE771CD91EC440C , 0x0190DA9C1BA7707FAAC49B4F5DAAB75F , 0x0190DA9C1BC172C28472875C9C8585C1 , 0x0190DA9C1BDA71B5B2726ADBDF68F3D1 , 0x0190DA9C1BF5715391CFB80D44CCF5FF , 0x0190DA9C1C0E70B8AEBEAB3BE998C345 , 0x0190DA9C1C28736285BD705DF9686F3D , 0x0190DA9C1C417137B6C9FF0B4BD1F425 , 0x0190DA9C1C5B730B99229D7164BB6B5A , 0x0190DA9C1C7473659300CE3A8104C52F , 0x0190DA9C1C8E71E68B43077C77A0C6A3 , 0x0190DA9C1CA871748C102122E9380A20 , 0x0190DA9C1CC1723ABF469240A9C4D464 , 0x0190DA9C1CDA70FEA05D08FC118F6BFB , 0x0190DA9C1CF4737783BA02534C4B6211 , 0x0190DA9C1D0D73A2A5665EC61BC6B1A7 , 0x0190DA9C1D27706796D5A8A49E090F57 , 0x0190DA9C1D407348BFDA28B856533227 , 0x0190DA9C1D5A721791DC519E7F65F492 , 0x0190DA9C1D7370F7B29C801A132E3A88 , 0x0190DA9C1D8D72678C08504DBE1338D7 , 0x0190DA9C1DA671B09A168F8CEDDFD6A6 , 0x0190DA9C1DC0705F9A9E8036E6554156 , 0x0190DA9C1DDA710B91A19754BD768743 , 0x0190DA9C1DF3720E83930C7A0C000D48 , 0x0190DA9C1E0C7390ABD1187548A0A431 , 0x0190DA9C1E2572479B185DF065BB1CE0 , 0x0190DA9C1E3F7202A8CE50DFC3F0139C , 0x0190DA9C1E5872D8BAB2EE4F1C7D112D , 0x0190DA9C1E717362AE3C0B609286D38D , 0x0190DA9C1E8B70F2878C23D0E30D67FC , 0x0190DA9C1EA47214B2554A4F75E8C229 , 0x0190DA9C1EBD71CCBD3AADD26005F664 , 0x0190DA9C1ED770DFA5608E09B1109933 , 0x0190DA9C1EF17018B08B894F3D1FBD64 , 0x0190DA9C1F0A71D988CE9EFA55A5222C , 0x0190DA9C1F2473F68E6B513FB3C7A5C3 , 0x0190DA9C1F3E702FB43EE4BF74377AD6 , 0x0190DA9C1F57703C9F8F6F3C73435B71 , 0x0190DA9C1F7171A89EC57F98CCD5A9A7 , 0x0190DA9C1F8A70E798C24610C5297DDB , 0x0190DA9C1FA3734898E405AA18EFEB0F , 0x0190DA9C371673E39543210376429123 , 0x0190DA9C373E7051BAB90794B18F7BA1 , 0x0190DA9C3762712C925BB3A1D90CD834 , 0x0190DA9C377E70E1BA61D7915D465D82 , 0x0190DA9C37977099A80E86EBCEC1ED43 , 0x0190DA9C37AF719B99B8D70DAFB33841 , 0x0190DA9C37C773DEAE167BAC3957A18B , 0x0190DA9C37E0719EAAF5C4D506C1A385 , 0x0190DA9C37F87099987C727DD65D519F , 0x0190DA9C38117202825A88F1F6876C36 , 0x0190DA9C382A71AAA538C7AE5E3FCD37 , 0x0190DA9C384372F79BE54F0F052A670A , 0x0190DA9C385B7028BDF82275F5CA1ED4 , 0x0190DA9C387472B69BB431B66A5D3B17 , 0x0190DA9C388D73129311FD5D1FB61A80 , 0x0190DA9C38A5725C935CC85602BBBB88 , 0x0190DA9C38BE73BAAC2EC1E8AA40E466 , 0x0190DA9C38D671CDAD0843A5D9DA7C26 , 0x0190DA9C38EF71A086F82BBB1F53697F , 0x0190DA9C39077002A88DB09F5DA6EAF6 , 0x0190DA9C392073D5A7094C27FEEAC6A6 , 0x0190DA9C393870ED97DA5F2A5492EEE9 , 0x0190DA9C3951707F8BF648DB2B37641B , 0x0190DA9C3969734A94A9E8BD9725B0AF , 0x0190DA9C3982712D9F7C1EB98B5EC08B , 0x0190DA9C399A72FF97A816452892FFB5 , 0x0190DA9C39B273E4B0E4CEF304716FB9 , 0x0190DA9C39CB73549B4841B9CB333165 , 0x0190DA9C39E372F0AE54B421645BDE62 , 0x0190DA9C39FC7173A74D7C42E4B3757A , 0x0190DA9C3A1472F6846C7F166917508C , 0x0190DA9C3A2D71C5961C1971B2E910AE , 0x0190DA9C3A45701CA7CBE9795DC6EED9 , 0x0190DA9C3A5E720CAC0AB93881F9319F , 0x0190DA9C3A7671D79F5158DABF47D193 , 0x0190DA9C3A8F72F0A31C8254DDCBEB1A , 0x0190DA9C3AA7709994A8AE67D12BF6EC , 0x0190DA9C3AC07149BF58592D491DF8FA , 0x0190DA9C3AD873378030BB3F1002799B , 0x0190DA9C3AF1716E9E4D7289A97C6ECD , 0x0190DA9C3B097275AE192EE627A47AF6 , 0x0190DA9C3B2271F584FAAF7ED1D060E6 , 0x0190DA9C3B3A720980226C735D098FA2 , 0x0190DA9C3B53720FB608EB1F3D1D5230 , 0x0190DA9C3B6B733ABDF0213174626408 , 0x0190DA9C3B84703CA46B9664F01678B8 , 0x0190DA9C3B9C717D98F5B6043C49AA4C , 0x0190DA9C3BB57270A6F7DA1949492AAD , 0x0190DA9C3BCD71C3B8504B70A6667FC3 , 0x0190DA9C3BEA720085A120C4DB46393A , 0x0190DA9C3C0271D3946B5914D01ABFFB , 0x0190DA9C3C1B70FA89301FAE55766883 , 0x0190DA9C3C33732B8891549439B424C6 , 0x0190DA9C3C4B71FC9749B93C731036DC , 0x0190DA9C3C647125B4B9741449721FB1 , 0x0190DA9C3C7C72CEA7034A0318CE2A47 , 0x0190DA9C3C95726D9CF506509EBBB2AF , 0x0190DA9C3CAD73D0A5AEFD7055164C91 , 0x0190DA9C3CC57145950F8423DEDA8066 , 0x0190DA9C3CDE70508A80C30EEF27EF26 , 0x0190DA9C3CF6716090B7A1CE4FC0306B , 0x0190DA9C3D0F7270BC3174C572816653 , 0x0190DA9C3D2773CDB168F0B39F90CE3F , 0x0190DA9C3D4070368F3AD344FCF9206A , 0x0190DA9C3D5872229750396495E5AA51 , 0x0190DA9C3D71737EA79652B411984F2C , 0x0190DA9C3D8972C48B9F4420F4032E37 , 0x0190DA9C3DA27216B86019C4DDBF968F , 0x0190DA9C3DBA70B2A8EEEC304AB5D9A2 , 0x0190DA9C3DD373BFA48E8A5CFF02B649 , 0x0190DA9C3DEB709E8BC351FCFEDA1AA6 , 0x0190DA9C3E0471BABA44ABC45619B830 , 0x0190DA9C3E1C716191D1040DE5AD6389 , 0x0190DA9C3E3570C5861BE53ABE89F6AF , 0x0190DA9C3E4D73A98FB18278816CB45F , 0x0190DA9C3E6573A0B6A9C8EC15F07BB3 , 0x0190DA9C3E7E72A686F28A61BA669DEB , 0x0190DA9C3E9670788BE73817F975B8D8 , 0x0190DA9C3EAF73459BD1D2CED4629F06 , 0x0190DA9C3EC77099B14028BF20C72D0D , 0x0190DA9C3EDF73A0971889CB92E49418 , 0x0190DA9C3EF873B988981D3CFE29351C , 0x0190DA9C3F107284B280182D638E1BD5 , 0x0190DA9C3F28707AB82EE1C597932455 , 0x0190DA9C3F41700B8DB1092EAA4C9DF9 , 0x0190DA9C3F59719385DDB89ACB6C7972 , 0x0190DA9C3F7171FE9E8A70C8013E0A64 , 0x0190DA9C3F8972AEA8075B031AC86C1A , 0x0190DA9C3FA173A78A386971D7BB92C0 , 0x0190DA9C3FBA7176A622AEFEE832EBC2 , 0x0190DA9C3FD270B28695CA8D016DCE72 , 0x0190DA9C3FEA71F1A87DDCD81BDCD3C3 , 0x0190DA9C4003715FB601850366D18F54 , 0x0190DA9C401B712AA89095B2E0C32C5D , 0x0190DA9C4033726A955F97F70152B3DF , 0x0190DA9C404C716FA8BCF0B7A3AE30B8 , 0x0190DA9C40647211A92C20DA0E878BF2 , 0x0190DA9C407C707983A0E97D6DE1FC6E , 0x0190DA9C409573A09C2417ABEA6A20AF , 0x0190DA9C40AD708B880FDB9F6CF5D79D , 0x0190DA9C562E71DD9729C38154BF581E , 0x0190DA9C564B70E9A0A0A8C5AEB7F61A , 0x0190DA9C56657129BA64A9D2A89B2711 , 0x0190DA9C567E71E19CD5CC6255AE3018 , 0x0190DA9C569873C3BBFC706677B21A4E , 0x0190DA9C56B272FBA5DC9674BCA11976 , 0x0190DA9C56CC718A8447C18A45B76BF7 , 0x0190DA9C56E67078889EC73A73F6101D , 0x0190DA9C56FF728DBD4FC7D1ABD3A7C2 , 0x0190DA9C571973E2842EC9ADA67C21F1 , 0x0190DA9C57327170BC750CC2FC065D08 , 0x0190DA9C574C73759A3493BCD7A58FD7 , 0x0190DA9C576573638DE2C95A8CA6C150 , 0x0190DA9C577F71FF86B0A97C5EF9D9F2 , 0x0190DA9C579970FDB3EA421DB50D8D45 , 0x0190DA9C57B37118992268D5A1777214 , 0x0190DA9C57CC72E08045E373711B255A , 0x0190DA9C57E572E980744D4D41432033 , 0x0190DA9C57FD73EBB4A923BE9E7590E7 , 0x0190DA9C5816722BAA616B81C0567029 , 0x0190DA9C582E70E989A07C2F5413E59C , 0x0190DA9C584772AAB3023B72799C4A9B , 0x0190DA9C5860708DA13462FEF27E72ED , 0x0190DA9C5878707EABF754783150F531 , 0x0190DA9C589170B182D44949637A45CD , 0x0190DA9C58AA7161823B976D1932E73E , 0x0190DA9C58C67364A0F0A8DCCA99D13E , 0x0190DA9C58DE737396FA69CD327D2148 , 0x0190DA9C58F7724C82311F8C2D401A15 , 0x0190DA9C59127167B654B6F7F10CE98A , 0x0190DA9C592A727691C3A12181A1E1FF , 0x0190DA9C59497286879F0B8F8DA58C22 , 0x0190DA9C596173EFAC7EE69597E28F58 , 0x0190DA9C597D7068AF126B09655E6FC8 , 0x0190DA9C59967267BBDC03E915250961 , 0x0190DA9C59AE702A8B051D08A8F8EA8D , 0x0190DA9C59C973CC92D3FCB2AD2FBFF5 , 0x0190DA9C59E172D29FF0EA165ED4F985 , 0x0190DA9C59FC73AB94AEA13F7B4756F3 , 0x0190DA9C5A15712693528956D8B5E145 , 0x0190DA9C5A3170B8A3E847E5EDD9E0C7 , 0x0190DA9C5A4A73AEBCB62653568D37DD , 0x0190DA9C5A66723C85BD0B871DE1B46D , 0x0190DA9C5A7F711B9DF1C18BCDA57B7B , 0x0190DA9C5A9770008FCCD813A8A3753C , 0x0190DA9C5AB27155BCF7FFDC854C504F , 0x0190DA9C5ACB71D8824B1EC31E8A4F00 , 0x0190DA9C5AE871509D282F7808450A9D , 0x0190DA9C5B01716A9085E2B570847D6B , 0x0190DA9C5B1D737398C5A065AE5A4E9B , 0x0190DA9C5B357361B391EF921A3D867D , 0x0190DA9C5B4E70819D6700DF2C9D2DCC , 0x0190DA9C5B69716087355B4A9359FD2D , 0x0190DA9C5B817288BE7119545D0C1C84 , 0x0190DA9C5B9D73D590BB273733C93BDC , 0x0190DA9C5BB570188917906E70C31054 , 0x0190DA9C5BD173108E194243DD1E2FF7 , 0x0190DA9C5BEA71B1AFC3B1D563ED73D3 , 0x0190DA9C5C06705DA2F858F43FC39E52 , 0x0190DA9C5C1E72B3BFBD5DA34B8536FB , 0x0190DA9C5C377024BFE9257C4521AE78 , 0x0190DA9C5C5270FA9AEDE562D1BE4D3C , 0x0190DA9C5C6B72C3AC7DE3EB547733BE , 0x0190DA9C5C8970E082CECA0C68BD5451 , 0x0190DA9C5CA272FC9935B7BE7115C1B0 , 0x0190DA9C5CBD70B8BA516DDF477E14BC , 0x0190DA9C5CD6708BBB5B578F1E31428E , 0x0190DA9C5CF27324B4AB05A7678E4C92 , 0x0190DA9C5D0B72A793C0022E978D5DF8 , 0x0190DA9C5D24712DBAFF87379471A90F , 0x0190DA9C5D3F72A2A115E1B05E03B2E5 , 0x0190DA9C5D5871CE83A4D45F504A50C8 , 0x0190DA9C5D74714F9C234B49A0011981 , 0x0190DA9C5D8D73B3B06FDF2C42677784 , 0x0190DA9C5DA97099AB498C35E29BBABB , 0x0190DA9C5DC271B7B2885473849C88A9 , 0x0190DA9C5DDA72D08A3C29F9A29500A2 , 0x0190DA9C5DF570848A3443AD311F38B7 , 0x0190DA9C5E0E70C9BD8EAF67B3417511 , 0x0190DA9C5E2D73D29B31744775BB17E8 , 0x0190DA9C5E4570E18DEF09AE7B00CD3C , 0x0190DA9C5E6171E9832EAD0248B91C30 , 0x0190DA9C5E7A71CDB3203586054E9921 , 0x0190DA9C5E92719F9864BF771A25394B , 0x0190DA9C5EAD715388E3EFC182A0018A , 0x0190DA9C5EC673B09D3177E6747351A2 , 0x0190DA9C5EE3724C8DC61C63C04622BC , 0x0190DA9C5EFC73FEA59B86B03AFCDB70 , 0x0190DA9C5F187384B6F6B4D03FC4D102 , 0x0190DA9C5F30709A8AECF52A6EDEE43D , 0x0190DA9C5F4C70CA8E51A3616A15CB2E , 0x0190DA9C5F6571B68DC5E162C19E7F23 , 0x0190DA9C5F7E712E85350CA51EE3CADE , 0x0190DA9C5F9973019E6545A8A75DDDC5 , 0x0190DA9C5FB17365BF9523731F2513BB , 0x0190DA9C5FCD72B88ED314ECBD40C5EC , 0x0190DA9C5FE670AFB68FE988C7E06C61 , 0x0190DA9C6002701EA744ACC2783816B8 , 0x0190DA9C601A7019AA42B8046152C82F , 0x0190DA9C6033705DB8D668D56F0A248F , 0x0190DA9C76FA73209F809DC6D0A9651B , 0x0190DA9C77237191B890F5CCF5F060E4 , 0x0190DA9C773F73DF90918A9C972DD511 , 0x0190DA9C775871DC92A9461557EA3F82 , 0x0190DA9C7772715E98A5F9D4D7321390 , 0x0190DA9C778B72CC9871930CEC589019 , 0x0190DA9C77A5710C8308F8B85D3C7C42 , 0x0190DA9C77BE73669ABD4C21DA50CB68 , 0x0190DA9C77D772FFADDBD7541A9AC8B0 , 0x0190DA9C77F07289A21086BC090EA955 , 0x0190DA9C78097324911496F3D6B0C7A6 , 0x0190DA9C782270229CE233B67D76251F , 0x0190DA9C783B71B7A2FF43FD5C16B79F , 0x0190DA9C78557323AE12EA2D0D6A454D , 0x0190DA9C786E7080A9E7074BEF4A2EC4 , 0x0190DA9C788770D9897CE0E85C032F36 , 0x0190DA9C78A172A0BF35580D1C3FD064 , 0x0190DA9C78BA70F5BB8904C6B50A7C2A , 0x0190DA9C78D4725DB18057965A0454E3 , 0x0190DA9C78ED70908E41BD900390E413 , 0x0190DA9C7906709AB0973178763A559A , 0x0190DA9C791F72B2AFA07900A873FC9C , 0x0190DA9C793871278722C18C2E3F6191 , 0x0190DA9C79527349A0CEAA2AC4E546C2 , 0x0190DA9C796B72E796BEFEF88C7F336A , 0x0190DA9C7984733988ADAFB0C7971904 , 0x0190DA9C799D71B2B579C0066CCE85D1 , 0x0190DA9C79B671E4939F0DCB94B39EA9 , 0x0190DA9C79D07233AA57A06DD096D9DD , 0x0190DA9C79E972E59EFC23EE6BFF9E85 , 0x0190DA9C7A027209AC0280D5B6380260 , 0x0190DA9C7A1B728D8E6A176538422DEA , 0x0190DA9C7A3473558E476A5001C90019 , 0x0190DA9C7A4D70A6A14371659FF2C322 , 0x0190DA9C7A66716B85B4A746404475FB , 0x0190DA9C7A7F7024A15AE566D1968D49 , 0x0190DA9C7A9873BE996C41330A44E182 , 0x0190DA9C7AB1732782DD31A62C803F9C , 0x0190DA9C7ACB72D4A9379D7E6B2EEDC6 , 0x0190DA9C7AE470E9A65A84D292E0F991 , 0x0190DA9C7AFD71F888C4BF7258E7AF1D , 0x0190DA9C7B16703286C259FF96193B37 , 0x0190DA9C7B2F728FAC6B26005719912A , 0x0190DA9C7B4871B083194CCFF627FDB4 , 0x0190DA9C7C52724BBE417BF083D21328 , 0x0190DA9C7C717238A534B415C6302724 , 0x0190DA9C7C8B7234A7199856FC671574 , 0x0190DA9C7CA571F6B1CC65A13383DC5E , 0x0190DA9C7CBE711CA89E7E16F390F6F7 , 0x0190DA9C7CD8733AB7C9FF7686444F4C , 0x0190DA9C7CF27244B5EAA16339E4D73D , 0x0190DA9C7D0C738ABF6994599C3FC59E , 0x0190DA9C7D267052B130B39BB25ACC80 , 0x0190DA9C7D4072A0B6A496CE245C995A , 0x0190DA9C7D597130A6DC24153AF73C55 , 0x0190DA9C7D7373629AAC6F12F9EEF867 , 0x0190DA9C7D8C7349A47CB240C42BC9DB , 0x0190DA9C7DA5717D83AA18C9EFBDB1F3 , 0x0190DA9C7DBE7385BF827D1F1395A194 , 0x0190DA9C7DD770DAB916B223419D73B9 , 0x0190DA9C7DF070A89D0F8E6256FB760E , 0x0190DA9C7E09711C949B1BD27D6E441C , 0x0190DA9C7E227306A1D45302D2024080 , 0x0190DA9C7E3B73C593CAC7C8FBB7A01E , 0x0190DA9C7E54705081C5082084E7BFD6 , 0x0190DA9C7E6D709281253537F99594F4 , 0x0190DA9C7E8773D0B1D7440A97CDCBD6 , 0x0190DA9C7EA073F08D5D91470C83C929 , 0x0190DA9C7EB970D895F4DA599EA8ABE1 , 0x0190DA9C7ED27149B34CA94C7BDEC894 , 0x0190DA9C7EEB71F9B58EF5A5FC3E4F98 , 0x0190DA9C7F047060B3CB2F38C0001E92 , 0x0190DA9C7F1D70C68997F132681AA1CA , 0x0190DA9C7F377176B7F2F934213B8290 , 0x0190DA9C7F5170839C95A19330D1BD8F , 0x0190DA9C7F6B711BAC451E727D350E08 , 0x0190DA9C7F8570BAAF0969957E777104 , 0x0190DA9C7F9F73FF9FF0D9CF60040F6E , 0x0190DA9C7FB970ACBD1B9E72291CFC69 , 0x0190DA9C7FD272C588716E002A552160 , 0x0190DA9C7FEC73CCBE4152EAFC916CBF , 0x0190DA9C80067044BED85AF043CF57BC , 0x0190DA9C802071BB8DBA202337D1232B , 0x0190DA9C803A73D4AF55A93E4680039D , 0x0190DA9C8053730C95F150B267C79D73 , 0x0190DA9C806D710FAE0FE8893FC9503A , 0x0190DA9C8087736A8E4925BD9EA72648 , 0x0190DA9C80A173389A3DEFADF59D5874 , 0x0190DA9C80BB70CFA211C5CB649E9C32 , 0x0190DA9C80D47118A58C53B86DF5DFCF , 0x0190DA9C80EE7236AE8A69446636E5DA , 0x0190DA9C810871D6842682CE1155AF71 , 0x0190DA9C812273CFACFE6F1FF420A227 , 0x0190DA9C813C714D98CFFDC889756EA2 , 0x0190DA9C81567109ACF44C59FE2CD59C , 0x0190DA9C816F7069BE10887CE1443537 , 0x0190DA9C8189719BA0D87370E9D7179E , 0x0190DA9C81A37110861785E070A706CB , 0x0190DA9C81BD71499015DB912C34A9D7 , 0x0190DA9C81D673EC9E03DEE112E9A9C2 , 0x0190DA9C9B19723DBB98B00CF0A55E1F , 0x0190DA9C9B4770F1A3F3E7FC63E15320 , 0x0190DA9C9B71724193185D3DAD811D90 , 0x0190DA9C9B9671C3BC1066DEF0EDE0C6 , 0x0190DA9C9BB573A0A99D8E7064415B15 , 0x0190DA9C9BCF706EBE05FABF447491D6 , 0x0190DA9C9BE971AE9EECDFFEE4A1706D , 0x0190DA9C9C0371EDA241ADC9A2F617FB , 0x0190DA9C9C1E71ABB34BBDE908F71BD6 , 0x0190DA9C9C3973D49E6D90FE3AD7BDD7 , 0x0190DA9C9C5472769095272F86E0A086 , 0x0190DA9C9C6E7199A153BFE125DF081B , 0x0190DA9C9C88704B91D2C48B9A0A21E4 , 0x0190DA9C9CA2716F9925BD5F3B81BAFB , 0x0190DA9C9CBC704C9DA8CB7D109BFD17 , 0x0190DA9C9CD670D9844DAE92C2CE0613 , 0x0190DA9C9CF07121A9B009D6589CA565 , 0x0190DA9C9D0A70B19CFD7265031509AB , 0x0190DA9C9D247385AFE50D2E91761DA2 , 0x0190DA9C9D3E7368A99888FED70B1DEB , 0x0190DA9C9D587137969320CE9C302401 , 0x0190DA9C9D7171C7ABEC10B916E92D59 , 0x0190DA9C9D8C71029E0008C633785808 , 0x0190DA9C9DA672978A4B00D93F8CE52F , 0x0190DA9C9DC0703696E96FA2C974CCA7 , 0x0190DA9C9DDA72058EB6711AB21B869B , 0x0190DA9C9DF3726A8D98563628EC6AC2 , 0x0190DA9C9E0D706899B6F1E9212B94A8 , 0x0190DA9C9E2770FA8AF37C50649FFD1B , 0x0190DA9C9E417272A519D54AA79B660E , 0x0190DA9C9E5B722D998CA8ACE1E280CC , 0x0190DA9C9E75721E9F15CBA07C4A67DB , 0x0190DA9C9E8F71C784F96ACB8B8F7187 , 0x0190DA9C9EA972C3AA3EC0FF5758E16E , 0x0190DA9C9EC3733B8C606F5FB69C9EF7 , 0x0190DA9C9EDD72A6A1904A30242EB720 , 0x0190DA9C9EF77018B8DE98F21B779C67 , 0x0190DA9C9F11735FAAF6D04E0DCC7341 , 0x0190DA9C9F2B73C38670DA8F4AE19B42 , 0x0190DA9C9F4571ACBE99FB62A4AA9431 , 0x0190DA9C9F5E7001A0496BA82492DD0A , 0x0190DA9C9F7973418E89AB7B7BE6B7C6 , 0x0190DA9C9F92729C870E7EA5C42073F7 , 0x0190DA9C9FAD73C890C3E72CA8815D2B , 0x0190DA9C9FC773F49A0CE6CC3D376B3B , 0x0190DA9C9FE171EF92FCF150DB13E070 , 0x0190DA9C9FFA72D8B726010C9944F2D4 , 0x0190DA9CA01571A48785326D7535FA73 , 0x0190DA9CA02E729D92B053497259E622 , 0x0190DA9CA04973019C11E5D925F37C39 , 0x0190DA9CA062716D8218CB59A7DD61D0 , 0x0190DA9CA07C71D0896D13F1CCFD4ABD , 0x0190DA9CA0967082976F4DE512C3C7DE , 0x0190DA9CA0B071A3B559C87357F49DB7 , 0x0190DA9CA0CA7327B52F1C2BF94E9298 , 0x0190DA9CA0E57073997B87B0478060DA , 0x0190DA9CA0FF70F791574248FB7F103A , 0x0190DA9CA11973D3BF5164908384DA9F , 0x0190DA9CA1337000B4580247095FC083 , 0x0190DA9CA14D7356B0DBD55F7CD15B9A , 0x0190DA9CA167732D8D9B964B2DF6DC20 , 0x0190DA9CA1817129ABF713B06A93BD05 , 0x0190DA9CA19B71C2AA20801CAEF66427 , 0x0190DA9CA1B57325B45DFED30457FF43 , 0x0190DA9CA1CE719AA20898D29F3D93EA , 0x0190DA9CA1E971A9A61488EA4F49E46E , 0x0190DA9CA20371CCA2EC773F42842721 , 0x0190DA9CA21D724CA15D8867ED29A3BE , 0x0190DA9CA23671208EDE20CBB33EE88C , 0x0190DA9CA251736DA0B5015DF5D18375 , 0x0190DA9CA26A7349B63DC30B99402D74 , 0x0190DA9CA28571E6828B6F8E81B75BB4 , 0x0190DA9CA29F7044AAD10422F1A7CFD2 , 0x0190DA9CA2B972329C0F81606348333A , 0x0190DA9CA2D270158493BAA3DEE01129 , 0x0190DA9CA2EC7078AB0AD133010829CF , 0x0190DA9CA306733F8734FE0B2411563F , 0x0190DA9CA3207351B2F46791E7F4A56E , 0x0190DA9CA33A7281AD6A94640DB60798 , 0x0190DA9CA35473FEBFC61B511CE077B2 , 0x0190DA9CA36E72A6B4AB742CFBCB57D6 , 0x0190DA9CA388735D9476449D63D3CE6C , 0x0190DA9CA3A17015A68517CEA017DDA7 , 0x0190DA9CA3BB721FB96D17DC966BC406 , 0x0190DA9CA3D573E68738EF77D2624784 , 0x0190DA9CA3EF70CCAE7BA3D7E26CC461 , 0x0190DA9CA40971AFB93E9779CFC0B956 , 0x0190DA9CA42272078B88FF9B01AFF945 , 0x0190DA9CA43C701E852D447FAFD62D96 , 0x0190DA9CA45672189CC66CD5617937A3 , 0x0190DA9CA47072B6ABA3B6D521DA38F5 , 0x0190DA9CA48973088ED5D995A442E2EF , 0x0190DA9CA4A37106BC03B02EF32CCD27 , 0x0190DA9CA4BD70B4AAA036EA4745F2A9 , 0x0190DA9CA4D77218AD7A913710779D79 , 0x0190DA9CA4F0705AACC575E4E98851FB , 0x0190DA9CA50A73D487D27DFC506F47B5 , 0x0190DA9CA524718C9A2913D30DCB7184 , 0x0190DA9CA542714F8575A9B261486A1B , 0x0190DA9CA55B704BB9739FCCE9E240BA , 0x0190DA9CBDC070AD9FC18659852012B8 , 0x0190DA9CBDF17316951103737C684411 , 0x0190DA9CBE1A72459C93F90127C20B06 , 0x0190DA9CBE3470D5B63A9C6D83CAB44C , 0x0190DA9CBE5072C48BC07877BA1FA288 , 0x0190DA9CBE6A716BA41D3F4CD2E7874F , 0x0190DA9CBE8472D4A0E7DF557F9F458B , 0x0190DA9CBE9E704EB5FE79D1AE99E731 , 0x0190DA9CBEB77137B4A2B87D8D56CE9E , 0x0190DA9CBED171F28F75161CD80263D2 , 0x0190DA9CBEEB727EB486F9188635F33F , 0x0190DA9CBF0573A99310D64D31FCFA5C , 0x0190DA9CBF1F70E381F93A208F081669 , 0x0190DA9CBF3A72CD9121529DDA368808 , 0x0190DA9CBF54729DA16895E46C30A5BA , 0x0190DA9CBF6F7010895F127AC5869F59 , 0x0190DA9CBF8973818608DD9287CCD1DE , 0x0190DA9CBFA37184B526660C173F5A78 , 0x0190DA9CBFBE70E49F6CED2D2E462544 , 0x0190DA9CBFD87295AAC6D8DC9ACBF618 , 0x0190DA9CBFF272BCB17FCF91F79216B7 , 0x0190DA9CC00D70A8B13A3D1FEA48C589 , 0x0190DA9CC027718888F12B147A849AE8 , 0x0190DA9CC041723CAB6960AC0F3C20CC , 0x0190DA9CC05D713A91DDBC94BCCEBD61 , 0x0190DA9CC07773AF8A2C4151C13B0839 , 0x0190DA9CC091709FAE91F612203A2DCB , 0x0190DA9CC0AB72BFBF5E016F13FF5421 , 0x0190DA9CC0C7709A8A7ECA61E2318434 , 0x0190DA9CC0E1711C9EB9F807B1F818F3 , 0x0190DA9CC0FF736B814862AD766E7831 , 0x0190DA9CC11973B59E4BA6BEDADA02E5 , 0x0190DA9CC133717D923E9BE7EAC948B5 , 0x0190DA9CC14D7221ABB32E4A5E35D9DB , 0x0190DA9CC16772CF9A484A94C47770AB , 0x0190DA9CC18173C6B7CEC0097776ADC5 , 0x0190DA9CC19B70658E98F8AC04A7525B , 0x0190DA9CC1B5726789110270F0BBA8B2 , 0x0190DA9CC1CF702E9AAC6B43168AEBFF , 0x0190DA9CC1E973059D5D9827648D8FA3 , 0x0190DA9CC20373C7A8B33A268E1D1C59 , 0x0190DA9CC21D71F18A6439C4FE27E6E4 , 0x0190DA9CC237707D8B8FEE7227945824 , 0x0190DA9CC251731AA46121172EDF6E01 , 0x0190DA9CC26B7349AFAB67A75809ACD1 , 0x0190DA9CC2857232AE5800C41B57688D , 0x0190DA9CC29F719EBBDD2B8F08A2DD8E , 0x0190DA9CC2B9738C89A9A527ED0048EF , 0x0190DA9CC2D373D782B9DD5AF32D7EFE , 0x0190DA9CC2EC704FA33AC53A08CE881A , 0x0190DA9CC306729C9D7335B59D351F8F , 0x0190DA9CC3207183A9BBB220D163AA4A , 0x0190DA9CC33A706780964BE1EB6BC861 , 0x0190DA9CC35473199ADA02A0139D0517 , 0x0190DA9CC36E71A3A840FA233C565894 , 0x0190DA9CC38870EFB5A618DB893DB0BD , 0x0190DA9CC3A3725C832924C9F5A6E228 , 0x0190DA9CC3BD73D58526929D5539007D , 0x0190DA9CC3D7731188CB620A6D15791F , 0x0190DA9CC3F071CE93DF592317B1C62D , 0x0190DA9CC40A7047AE39FD290990DB0F , 0x0190DA9CC42470F2A4AC23A2CD091821 , 0x0190DA9CC43E72578D79936386138E59 , 0x0190DA9CC45871DBB762BC7078275CC0 , 0x0190DA9CC47273CF82D29F75E52896C6 , 0x0190DA9CC490709BBD79EC5FDD15868B , 0x0190DA9CC4AA71BDAE8794D650449FAF , 0x0190DA9CC4C4721A8C26CFE8B88BB579 , 0x0190DA9CC4DE733EB4908BA2FE0FC77C , 0x0190DA9CC4F873F9AC5E46F1924B1085 , 0x0190DA9CC512714182688E34F2152AA9 , 0x0190DA9CC52C73B69AB5B96F555867C4 , 0x0190DA9CC546707EB0DD3514144B67BA , 0x0190DA9CC56073CF89A795387A103946 , 0x0190DA9CC57A718E81905B69E5CAA979 , 0x0190DA9CC594727193C4914472C7382A , 0x0190DA9CC5AE7077801CCDB408DC531F , 0x0190DA9CC5C872548B2FD7AAD6585F80 , 0x0190DA9CC5E2718AAE4EB6D1ADA640FC , 0x0190DA9CC5FC7240804949F4268E5267 , 0x0190DA9CC6167056B040489C1F9FDF2F , 0x0190DA9CC6CC71CAA0F1C94596C33B60 , 0x0190DA9CC6F4726B9E1309A743676A94 , 0x0190DA9CC71471FB8D0A1D97AAD18B5C , 0x0190DA9CC72E727FAF313B907AC172E0 , 0x0190DA9CC822707ABF3DCCDE608013D7 , 0x0190DA9CC84B734CAF3BEE2A89581215 , 0x0190DA9CC86B739EA3473C8B7428E640 , 0x0190DA9CC885731B9C8DB1772529A4F2 , 0x0190DA9CC89F71B8A31FCC46ECC14E66 , 0x0190DA9CC8B971AAA5D6273B18739BCB , 0x0190DA9CC8D371558C799092D51A3496 , 0x0190DA9CC8ED7177BC7535AE2226B2D4 , 0x0190DA9CC907703DBE24A2973D13BDC4 , 0x0190DA9CC921728C98CC2ACC3F734DF5 , 0x0190DA9CC93B72DBB85E655123979164 , 0x0190DA9CC9577307B28CD48C8E611A9F , 0x0190DA9CC973733ABB68A8EEA06CD2B5 , 0x0190DA9CC98D716B8EEC55E32A449514 , 0x0190DA9CE28E717CBC0905452B4C62A5 , 0x0190DA9CE2BC72218B4A3C538B68AD83 , 0x0190DA9CE2E4734C9CCA67CC8B96FF2E , 0x0190DA9CE30570588EA8735381B6B36E , 0x0190DA9CE32072A6B3D8036948AAFA47 , 0x0190DA9CE33A70029E0CBA72DC268802 , 0x0190DA9CE35471B08495508AE332A6A3 , 0x0190DA9CE36E70E9B2B0C3F939672AB5 , 0x0190DA9CE38870CFB586283544D6E1D6 , 0x0190DA9CE3A273D9BC3EABFB84DC053B , 0x0190DA9CE3BC731C86CB6C62BD708AA7 , 0x0190DA9CE3D67155A3625CC8BCE9931F , 0x0190DA9CE3F0734BB4ADAC9327978A0D , 0x0190DA9CE40A736BB7CF94433BFDF151 , 0x0190DA9CE42472FAB7314CC94FFA4B3F , 0x0190DA9CE43E70519E320F09FBB0D6D2 , 0x0190DA9CE45872D88CF8576CC8DCAC62 , 0x0190DA9CE47273FD9E5850DD2052E1F7 , 0x0190DA9CE48C714E90429FC6DB48CD10 , 0x0190DA9CE4A6729CA41544148733D7AE , 0x0190DA9CE4C0709AACB2AA6D695D5F78 , 0x0190DA9CE4DA733F9E50969EE52B556C , 0x0190DA9CE4F573D7B21CF49C5145430A , 0x0190DA9CE50F7166AE62CEC70ADE4420 , 0x0190DA9CE529709DA3BDE5AA713AC429 , 0x0190DA9CE543725DA9466E30588B384B , 0x0190DA9CE55D73B1A4A9049CD37BCE69 , 0x0190DA9CE5777167A2A6B81741CD8300 , 0x0190DA9CE591712481643520AA5E199F , 0x0190DA9CE5AB729287FF9D6787855F1E , 0x0190DA9CE5C570438B7CB78760013F74 , 0x0190DA9CE5DF724DA943D498B0DF586B , 0x0190DA9CE5F9704F97C1D6581011DC8C , 0x0190DA9CE61372F597C3D306BF62C7B3 , 0x0190DA9CE62D70B1B54A757F39C29F26 , 0x0190DA9CE6477222A45043D14728A480 , 0x0190DA9CE66172758DCDF8487580C405 , 0x0190DA9CE67B7150B99390EB613751C0 , 0x0190DA9CE69571DEB565ECD02346D386 , 0x0190DA9CE6AF73C1B7C3B872C3DB6727 , 0x0190DA9CE6C9709ABE13DBBF80019CFD , 0x0190DA9CE6E3706BA1CB36FF0423EE52 , 0x0190DA9CE6FE704FB23967D941F74CB5 , 0x0190DA9CE718711B9B071F1574DC9B57 , 0x0190DA9CE7327157AD7AE7C659B9B149 , 0x0190DA9CE74C73A692AD0466A320AB70 , 0x0190DA9CE76673EF87B14D451CBC0BD3 , 0x0190DA9CE780725ABD247250BDB49791 , 0x0190DA9CE79A7044ADDDB6E8148F72D4 , 0x0190DA9CE8E273B381C51B27A0C9A5C3 , 0x0190DA9CE9B0715E9C85C61AF165FD4C , 0x0190DA9CEA8A73F0BEF717D5EE6424A6 , 0x0190DA9CEAB47100B1321F101CD6A771 , 0x0190DA9CEAD670208B7917284FF78820 , 0x0190DA9CEAF2719EBE68B5408461CEC6 , 0x0190DA9CEB0C70D2905C448D3EFB1961 , 0x0190DA9CEB2673578867EA251F5267EF , 0x0190DA9CEB407118B855E2623766D95E , 0x0190DA9CEB5B7198BFF7A058DF96B72F , 0x0190DA9CEB7570FAB081A396E8C043EF , 0x0190DA9CEB8F716982CABA388FD1BEAC , 0x0190DA9CEBA970679F3477AE8C9319C7 , 0x0190DA9CEBC4725DA42A3B0077EBBA77 , 0x0190DA9CEBDE72038CBD5C972D81B3C5 , 0x0190DA9CEBF87297B8C8904D616A8567 , 0x0190DA9CEC1272E596F256A9D3013BD9 , 0x0190DA9CEC2C71FF8954CC8643452E14 , 0x0190DA9CEC46728283A14265D3ED183D , 0x0190DA9CEC61734F86CF3DF0651A1149 , 0x0190DA9CEC7B7363BD5C494F6621AA3F , 0x0190DA9CEC9571E0A01F0E04C2A8A6DA , 0x0190DA9CECAF730CA8E28F4B0160E569 , 0x0190DA9CECC9732486C2EE8640F7701F , 0x0190DA9CECE47110978791B37177C7B6 , 0x0190DA9CECFE72FB80C8319EB9CD1729 , 0x0190DA9CED18735D95DCDAFC84F1310C , 0x0190DA9CED32703A8E93CED2AA7A6159 , 0x0190DA9CED4D70438F200A000BAAA118 , 0x0190DA9CED6772ABB74777E8AE57067B , 0x0190DA9CED8173CDB7412E9D574958FF , 0x0190DA9CED9B738EA9C18B5DDA83F01D , 0x0190DA9CEDB5706486F3715CA1F81E82 , 0x0190DA9CEDD073F9ADCF38CF46CC1597 , 0x0190DA9CEDEA70FEBE0F4FA2C8850123 , 0x0190DA9CEE0471788AE30BAB19176C35 , 0x0190DA9CEE1F71799BFACC59A5ED5133 , 0x0190DA9CEE3973AFA9FB3403812CA35D , 0x0190DA9CEE537087A6346E9A7EC256CB , 0x0190DA9CEE6D71D7AD23B072F8202172 , 0x0190DA9CEE8772339EC4FFC47D664957 , 0x0190DA9CEEA2730F9BFCE50CF3D9CE49 , 0x0190DA9CEEBC7271A04665AF97374C52 , 0x0190DA9CEED673858DC216B0CE54A1AE , 0x0190DA9CEEF17201A89D0B96334C2AD5 , 0x0190DA9CEF0B72F98381A817B547C2E7 , 0x0190DA9CEF257369B04B729CAD57AC59 , 0x0190DA9D07B87109AA84E537A405A2F0 , 0x0190DA9D07DD70989BCB63752EEEC613 , 0x0190DA9D07FD72E1AFB24B769160A74E , 0x0190DA9D081872428FAB6E8FEE07C032 , 0x0190DA9D08327098B72C8712284703E3 , 0x0190DA9D084D733E91E23B70AE160028 , 0x0190DA9D086772EE8EF7C519A9263F2C , 0x0190DA9D088273BFB0DD8D95B5E2F6A5 , 0x0190DA9D089D7119A943B9B413266DCE , 0x0190DA9D08B771E2A4A22755BB0B7449 , 0x0190DA9D08D27331B64590A413C811C0 , 0x0190DA9D08EC722285DD1462552C9DAE , 0x0190DA9D09077208A46CED8FCEC47B10 , 0x0190DA9D092171C48F1841DA3BA93904 , 0x0190DA9D093C721189B287EE91D916B8 , 0x0190DA9D095772ABA79705D5684CCAB4 , 0x0190DA9D0971726392CB0607A38444D8 , 0x0190DA9D098C719CA04C32F6EBCBB233 , 0x0190DA9D09A673B28661FC5D1E8D1218 , 0x0190DA9D09C1715EA7902B8775CA634C , 0x0190DA9D09DB714A9F10C844CB4B7816 , 0x0190DA9D09F671A6879610893184FCDD , 0x0190DA9D0A117327A53BCCC733AF01A6 , 0x0190DA9D0A2B701595CAE87BA01224D4 , 0x0190DA9D0A457051B8087DF0D1087493 , 0x0190DA9D0A6072F8A1BD473B7EF222D4 , 0x0190DA9D0A7A712589DE6E1603751FCA , 0x0190DA9D0A9473CA9E563F323157C7D4 , 0x0190DA9D0AAF722C9D83495716E4DF93 , 0x0190DA9D0AC97294B49E57121B7DBE2E , 0x0190DA9D0AE37008BAD6B5EF5BFAFEC4 , 0x0190DA9D0AFE7382A0701C93E075BAB0 , 0x0190DA9D0B187081A3471D8D1A0EB694 , 0x0190DA9D0B32726A9A5D7FE2AB3219AC , 0x0190DA9D0B4D73F2943E0D66147E240E , 0x0190DA9D0B67708CACA0128A153E7A7F , 0x0190DA9D0B817381ABD58F178417305E , 0x0190DA9D0B9C7171A4545C08D7320BFA , 0x0190DA9D0BB6700187D9E5E6ECC34920 , 0x0190DA9D0BD07008BBF854248BF51060 , 0x0190DA9D0BEB73F69F5EC973746446F7 , 0x0190DA9D0C06738A89D4F2EE2A32BCD2 , 0x0190DA9D0C2171E0898D2595037D11DE , 0x0190DA9D0C3B7379B0667CB0FB45C8D9 , 0x0190DA9D0C5672D2BFCA763CD92A70AC , 0x0190DA9D0C71713E8D5B7D37783095C8 , 0x0190DA9D0C8B73F79C9285F5C5270813 , 0x0190DA9D0CA670C7B7AC71A3BD9D79BB , 0x0190DA9D0CC1708E9FB56CCC84848540 , 0x0190DA9D0CDB70DDA165F9FCEA430312 , 0x0190DA9D0CF67288A4E0AC3FCC5487BF , 0x0190DA9D0D10731798E20C8607AE816F , 0x0190DA9D0D2B729FAF90521DAC362B13 , 0x0190DA9D0D4671B9982C84D0718751E9 , 0x0190DA9D0D60712C81FFAB7AFABD815C , 0x0190DA9D0D7B706288D4DAF07CB66857 , 0x0190DA9D0D9673F5AD34824B641F2C2A , 0x0190DA9D0DB0715A8E9426D9E3C8B45E , 0x0190DA9D0DCB72C3ADA06BB3D800AE8A , 0x0190DA9D0DE6706BB678CC270444B62E , 0x0190DA9D0E01720987B85C983B98D0EB , 0x0190DA9D0E1B73FF815D6370B1A269A1 , 0x0190DA9D0E3670DFAB950366AB63EA20 , 0x0190DA9D0E51728EB4F43D9D470CBDE4 , 0x0190DA9D0E6B72738EE14E7147A2605C , 0x0190DA9D0E86735EAA47BCD639969B23 , 0x0190DA9D0EA171BBB937A084B96F68D3 , 0x0190DA9D0EBB73DE9C77FF168F3DE22A , 0x0190DA9D0ED670CB8F6442F3A6D1DBCC , 0x0190DA9D0EF17087ACC24E563C9BA09E , 0x0190DA9D0F0B706F8BE26D8F3BC9ED55 , 0x0190DA9D0F26736A8ED794450DC7B517 , 0x0190DA9D0F41706E86F16B30EA13D66A , 0x0190DA9D0F5B72D6A8E4B020F02EEDFA , 0x0190DA9D0F76716D9AAFB05C7B0A4116 , 0x0190DA9D0F9173849C96ED43855D7D7C , 0x0190DA9D0FAB7181B2111C8A7CB3D725 , 0x0190DA9D0FC6726F91272715EE4BF172 , 0x0190DA9D0FE17042BBFC290DA0FB9C45 , 0x0190DA9D0FFB721DA44B5504121FA781 , 0x0190DA9D101671BEB636FAECDF7F2024 , 0x0190DA9D1031706D8370A4794F82BBF3 , 0x0190DA9D104C7155BEB2BA8A959ABE5D , 0x0190DA9D106670AF857DE4055129494F , 0x0190DA9D1081711295B84FC1F49C750C , 0x0190DA9D109C715E8449D25262E399E4 , 0x0190DA9D10B670499A5ED33CBF1CEE36 , 0x0190DA9D10D17324B416233C1136517F , 0x0190DA9D10EC71A0A4C09F3D4616ECF7 , 0x0190DA9D110672F7852FFDBA676123C8 , 0x0190DA9D1121716B8A1DF4D90A8E5A4E , 0x0190DA9D113C71E1BFB55242E76C5812 , 0x0190DA9D115671639C77F68589DE50B7 , 0x0190DA9D11717045B685086C59BE1FB2 , 0x0190DA9D118C728686F6614FAF22BA5D , 0x0190DA9D11A6700980B3EEBFB6798F06 , 0x0190DA9D11C173A2B8AE9A3D6DC20814 , 0x0190DA9D11DC73D4B82DB84D98E06151 , 0x0190DA9D11F6715589EF2FCA1B900D50 , 0x0190DA9D121173CAA3E534D68E0D2FB6 , 0x0190DA9D294073C198A089DCF370D518 , 0x0190DA9D295D71BE9F82B8AD972C7D3B , 0x0190DA9D297A7383BDA76F81D6438C24 , 0x0190DA9D299573829768057388108E2E , 0x0190DA9D29AF70C784C192D92E938326 , 0x0190DA9D29CA702BAC3473B1B43C4CE2 , 0x0190DAB816BA728BBFAD316F309CE4A7 , 0x0190DAB8179F70129CDA758F71232A23 , 0x0190DAB8194271CBB05EADFA0CB69EA9 , 0x0190DAB81A32735BB083800F73FB85DA , 0x0190DAB81A627285923B63AD8FD0F4B2 , 0x0190DAB81A8A7231B88C4A9FE0A4F1D2 , 0x0190DAB81BE97208A1292AE32AE35B79 , 0x0190DAB81D3D733BBAB0B16A417FB496 , 0x0190DAB81EA67387BFE6D887A84D6FD8 , 0x0190DAB81F6F72E798694735B910295B , 0x0190DAB820DE734FA2512CA68CCC5A99 , 0x0190DAB821E17123BFD27FCCFCAB5E9D , 0x0190DAB822B3723992DCA22D8DDAD713 , 0x0190DAB822E472289FCCB2EB6F38EFD1 , 0x0190DAB823BA720DBA0F70430B41ED40 , 0x0190DAB823EA71CFB52259B8CD53C731 , 0x0190DAB8257970EF9A93576A2C4A2838 , 0x0190DAB825AB7398A2DAFCA15FC005A8 , 0x0190DAB826A1702FBF4FB10D05572890 , 0x0190DAB826D372ACB8E71F06A0E01DDD , 0x0190DAB8285270DFB9AC3248A1AA973E , 0x0190DAB82883735BBF186FCB2BBBECC8 , 0x0190DAB82A1D727686E27E13AEDFA72E , 0x0190DAB842A470D4A04F06C787204671 , 0x0190DAB844157321B267725721B43AAD , 0x0190DAB8444670099AB78787BA0FEAA8 , 0x0190DAB8465E7225B7758D5AEDE5F95F , 0x0190DAB846907246A8B7B04C2947881A , 0x0190DAB8476771828A32E666240E4ECC , 0x0190DAB84790726B8A718B6F0381F8C3 , 0x0190DAB848707389BCF29C412165330C , 0x0190DAB849467287B0D35555EFAFB6D9 , 0x0190DAB8497870818DA7BFE0F752EABD , 0x0190DAB84A507103B9BBEBFCBFB77BE4 , 0x0190DAB84BC670B9B0121D6B66A94E4E , 0x0190DAB84D4E7125BF45C8D72F097A7C , 0x0190DAB84D7F735EB5417205A16F80F2 , 0x0190DAB84DA8705DBB14C81E2F756B60 , 0x0190DAB84E9A7081B633D05E00A397C7 , 0x0190DAB84ECC70EDA40862B4DC54A9E5 , 0x0190DAB84FD270299BA19E99F0B19B25 , 0x0190DAB85156721A8202C14AFF7627CB , 0x0190DAB8523270649C8B5543295C3BD9 , 0x0190DAB853AF714AA6F64D173A01D772 , 0x0190DAB853E07089816AC286D6733B33 , 0x0190DAB855717300A317362ABC25061D , 0x0190DAB855A97051AF5E7B143B9F2A9F , 0x0190DAB8579270389ECB5094C97B1BE6 , 0x0190DAB859527297B149EDC1BC71B4BB , 0x0190DAB85ABE71BF9C83E0AD9C23BE71 , 0x0190DAB85AED71A993BD0DB42FE9FEC2 , 0x0190DAB85BB1707984FFFDCFFCD33E86 , 0x0190DAB85BE072CDBDB1FB9A5165A1B5 , 0x0190DAB85D7172A3B29DD33B67DF1826 , 0x0190DAB85DA0714A911D0B2C187590EA , 0x0190DAB85DC87196B490DD0A59FB00DA , 0x0190DAB85F2970B1943356C4298A95D9 , 0x0190DAB85F5B738CA432694BFFF61A02 , 0x0190DAB85F847033A31BA44A464F98EC , 0x0190DAB8612A730284B8159B3D8EACAB , 0x0190DAB86161704E83949FC6C0AC4F5B , 0x0190DAB8630A71FA886FF0BA14932116 , 0x0190DAB8634171709E0216F7940C716C , 0x0190DAB8643570FA8CF05FD17A849E1D , 0x0190DAB865467129A10A4C0682B2AE84 , 0x0190DAB8663E72FDBFB7B559E5F3179A , 0x0190DAB8667671A3BE4816B08D4ACB91 , 0x0190DAB8669F702FA72C03A82E839C0F , 0x0190DAB866CC7095BF45EB3E8E277108 , 0x0190DAB866F470A8A0E804138DB54E74 , 0x0190DAB86722723D8E18D3A6407F973F , 0x0190DAB8674A70B08EBCC5A640F5A034 , 0x0190DAB8682F700F9C950CAE969413EB , 0x0190DAB8686470C3997EFD10941D6522 , 0x0190DAB8688C708499DE80C6BBEA7712 , 0x0190DAB868BB70D09577840667307F72 , 0x0190DAB86A08733DAF803A6155BD9B90 , 0x0190DAB86A407158B16138E3BDF307B0 , 0x0190DAB86BD870429B1709DB3F072967 , 0x0190DAB86D9170CF9D5369AA1285DA9E , 0x0190DAB86E8C72B7A496D06A217E1B44 , 0x0190DAB86EB57135A3CFD554A54AEEDF , 0x0190DAB8704073A4BA3BC59F549F55BC , 0x0190DAB8707371A7934C0665631BCBB4 , 0x0190DAB8716B701BA6F16E90E33E4016 , 0x0190DAB87194732BB69EDBAC1CF998DA , 0x0190DAB871BC71DA9A8AC10BCF9953DE , 0x0190DAB871E4734AB656A73543AB953E , 0x0190DAB872CB70B29A9C0F623C2022DC , 0x0190DAB872FA71D3B599A59C5E3B10FC , 0x0190DAB873227071AAAD244996A08B5E , 0x0190DAB8734A7155889542AE0F57D641 , 0x0190DAB8737373ABAF96A1C6DB713DF5 , 0x0190DAB8739B71DDAF56FDFD986EFE2A , 0x0190DAB873C370CD9891BFFFCDD18727 , 0x0190DAB873EB71C89328A9E3E9C84D3D , 0x0190DAB87585724EB2C2D604CF1A9640 , 0x0190DAB875BA716EA3C0450DA696F7DF , 0x0190DAB875E573AB9FB3D38455D5907C , 0x0190DAB8760D7300995AB3074501E634 , 0x0190DAB876357051B42DD557F3DC883B , 0x0190DAB8765D7228801C3BA7E7ABF385 , 0x0190DAB87686719F9B3356CB6FC2D3BE , 0x0190DAB876B0737F8F6EE603E669FFB9 , 0x0190DAB876DB71CE8855F8AE2B331065 , 0x0190DAB8770573378BDBFFDE4A230598 , 0x0190DAB8787A705EAB1A6F6EA7F5566F , 0x0190DAB878AD726DA011F27D90B46F68 , 0x0190DAB87A4172849348B61DD3B39C2A , 0x0190DAB87A75727D9811A284D8632051 , 0x0190DAB87A9D73128D04E8A1A1A3773D , 0x0190DAB87AC673CCB03312667CE80D50 , 0x0190DAB87AEE706991DA751C866DF842 , 0x0190DAB87C6972C5A20DA87BF5ABB1D2 , 0x0190DAB87C91717280560894F165D3B8 , 0x0190DAB87D6E715CB1A9F8F02A339B4D , 0x0190DAB87EE671999D7FDDB6EB2D9EA2 , 0x0190DAB87F1070D480C5C867429994A5 , 0x0190DAB87F38723EAD2383E95DDC46BF , 0x0190DAB87F6170CA9FF67776E25A5F8B , 0x0190DAB89A1A7085B40DFA6F148F0B58 , 0x0190DAB8ACBE713A894D4F7A929E00A6 , 0x0190DAB8AE7E715188335618A4EE1671 , 0x0190DAB8B09271999D29EC71E7CF3A8A , 0x0190DAB8B19A717EBC1B2B864DCEEC4E , 0x0190DAB8B1CE70E7A160CA921B65D835 , 0x0190DAB8B2997021AFC7BFBE0DC4CEA2 , 0x0190DAB8B42B72FB9606E1D7BB850A8F , 0x0190DAB8B45D72B5862584ED19CC6CBE , 0x0190DAB8B48B70A4BE0A54B240CC7389 , 0x0190DAB8B4B570078A7ABA1E5A01FC61 , 0x0190DAB8B4E073B2ADF51DE47A19BD2C , 0x0190DAB8B50D709687A25FB74F88A57F , 0x0190DAB8B538707AAB3DF4C114C6B559 , 0x0190DAB8B56270D6AFB5E7EA7AFEC356 , 0x0190DAB8B58D7139B4EC156497F012C0 , 0x0190DAB8B6E771879F549D62607BE12B , 0x0190DAB8B84F7061AC0513341505EFEC , 0x0190DAB8B9E67019AF2C1EECA939BAC9 , 0x0190DAB8BB9671809BB5F86CBA8E5B98 , 0x0190DAB8BBC571E5910DF7A0F9674DAD , 0x0190DAB8BBED7082BEE4B51EE0325A19 , 0x0190DAB8BDA6717693E957AA70E8A193 , 0x0190DAB8BF317040A22CE4EAED33F5AE , 0x0190DAB8C0B570AD84D386B4FD065D04 , 0x0190DAB8C0EC7158A35A3EE4C09BBE7F , 0x0190DAB8C1C77373BAFA9A77B25CE2D5 , 0x0190DAB8C1F570C8AA502A9183BC31E0 , 0x0190DAB8C2E37124BAB177677FF54FDF , 0x0190DAB8C47E703EB8E73CAA0081BE92 , 0x0190DAB8C4B3700E9947117B683A75C2 , 0x0190DAB8C5AF73D6BD6BD0F6A2B7F019 , 0x0190DAB8C735707EAA3EDC5D321B37D4 , 0x0190DAB8C8037292AB8919B5A6785D08 , 0x0190DAB8C8D171A3A42016EC534ABABC , 0x0190DAB8C99971BBB4382C2B661627C8 , 0x0190DAB8CA8E730493234516CF6FCFE4 , 0x0190DAB8CB7A71BD919566E13F6557EA , 0x0190DAB8CC5E710899EAFAD590B0DE95 , 0x0190DAB8CC90736C9EC412582D8AF23F , 0x0190DAB8CCE2720CB8B808DC12DC3439 , 0x0190DAB8CD0C700E8067E68EE78BAEEE , 0x0190DAB8CDBE711884ED3575E45EE9F5 , 0x0190DAB8CF217396B2D78FC41C638E53 , 0x0190DAB8D06B71EF8073F3B75D822408 , 0x0190DAB8D1D670279AEAAA8109B0D4FD , 0x0190DAB8D3527365B5D0243952594607 , 0x0190DAB8D428721A919C24BBAACCDAE2 , 0x0190DAB8D5477260971AC7C29D35E6AE , 0x0190DAB8D62773E39A071B17FFE5A680 , 0x0190DAB8D6FF704189F30FFBE5FF78DE , 0x0190DAB8D84B73E08C9FDA76939B50E5 , 0x0190DAB8D97B73B09095F6E42ABC84C9 , 0x0190DAB8DADB70ECA487D7F4D9ABF672 , 0x0190DAB8DC427252A4A4D72D9425C90A , 0x0190DAB8DDBE705E9024DBCB17F2B07C , 0x0190DAB8DEDD7122A7E0CCE3903D8D58 , 0x0190DAB8E051720A9E304B89782DBA30 , 0x0190DAB8E1BF72E89EB15FC6C16B3719 , 0x0190DAB8E38E7046A7548383B6CC8699 , 0x0190DAB8E52173289170332A0284F458 , 0x0190DAB8E6E873FBA2EA3F983C0F91B3 , 0x0190DAB8E71E72B3B506C1A2C530C82F , 0x0190DAB8E7FD72DDA3CCD23473B20789 , 0x0190DAB8E83373C9AE37CE592924D051 , 0x0190DAB8E85E737CB93432EEAD922DE8 , 0x0190DAB8E88E70AE95FE54138E35DEC5 , 0x0190DAB8E9F27229922AC47B145328C8 , 0x0190DAB8EA2F714FB05F78FF6711A677 , 0x0190DAB8EB0471B4A192C34376AD6BD4 , 0x0190DAB8EB3B71A58CCBF036D40C488E , 0x0190DAB8EB6673CA8CF4E5A7BAD26399 , 0x0190DAB8EB9272B09D5A0FB38FBCAF67 , 0x0190DAB8EBC07004A313255E43BFC7B7 , 0x0190DAB8EBE970C590F04BC32009C17A , 0x0190DAB8EC177109AAB02962ED47D8CA , 0x0190DAB8EE6571CB9EAE29ED83905698 , 0x0190DAB8EF4671A9B3D1B8686353285D , 0x0190DAB8F1197390BA18AAC64B23F32E , 0x0190DAB8F14E73C3B66BD2B00E404A6C , 0x0190DAB8F17A7150967A9735B299B97E , 0x0190DAB8F1A672E69017B18C5E7D4883 , 0x0190DAB8F1CF732AB5696D4661B98C9E , 0x0190DAB8F34B70EAB31C81C7F3EFD906 , 0x0190DAB8F37F7039B9E6D95CA6898597 , 0x0190DAB8F547725D94C6D50036EFBC55 , 0x0190DAB8F6A87232B3FE227CB3583D26 , 0x0190DAB8F6D971C9963E664ED9C9555F , 0x0190DAB8F84B735F95908AB94CC4D1FE , 0x0190DAB8F9A57014939E24A732E8572E , 0x0190DAB8F9D87143AE97E52A92BC4A15 , 0x0190DAB8FB8E70FE886F1AD0EC33DF0D , 0x0190DAB8FBC071F888822F5D9839BEFA , 0x0190DAB8FD397117A7306FF3146FFFEB , 0x0190DAB8FD6271A5835DDB0F256B2EBB , 0x0190DAB8FED2725BB0B401076C497D80 , 0x0190DAB8FF0471E5919C5833100E3366 , 0x0190DAB9009171AF88319E338F8E4845 , 0x0190DAB900C372FC81DAC83E5D390A5E , 0x0190DAB919E1731396CA79506230F909 , 0x0190DAB91A13700FA81B709FEFE551BD , 0x0190DAB91B2871D99D703C085750BEE5 , 0x0190DAB91B5C71098E60ECE4F5673F7F , 0x0190DAB91D0171D4A2657453B9132455 , 0x0190DAB91D36704D88A9E133879CED59 , 0x0190DAB91EC671E0B96287FC33B1801C , 0x0190DAB9203F7340964AAD542A788824 , 0x0190DAB9207170129B6B710B1CEFE622 , 0x0190DAB921E8710FB6E9C86C4E4833C5 , 0x0190DAB92355735AA0563C9E1B669472 , 0x0190DAB923847295A309023F41D1B9A1 , 0x0190DAB923AC724383F7301BE2EBE5EB , 0x0190DAB923D4717AA8B21755753F8BAE , 0x0190DAB923FD706280486C02248A6495 , 0x0190DAB9254B7289837285994F7BD44E , 0x0190DAB9257C70628E816BBDF21C29BE , 0x0190DAB926C171C68D1C2C9F7749EDF0 , 0x0190DAB926F471498974A5075EEAEA11 , 0x0190DAB928467217AF229544B035319A , 0x0190DAB9287B70228543A0AC183A29A9 , 0x0190DAB92A127213BCFE60C4F8F9C98D , 0x0190DAB92BDE73C087DC6B3F79BE9997 , 0x0190DAB92C1373A7B7494E48F4C9BB60 , 0x0190DAB92C3E71C695BAD6D2BDA5C557 , 0x0190DAB92C66712E84BC6E3BB55E90F2 , 0x0190DAB92E2971F1BCA9369ED0462B86 , 0x0190DAB92F97736CAC900EAD0E0A93E1 , 0x0190DAB9315071F89253FF002283B695 , 0x0190DAB9340A71689BE48CAFC62D17D2 , 0x0190DAB93568728497CB1FB41D54C653 , 0x0190DAB93590715EBB5FDF2680D1117D , 0x0190DAB9368E71D6A5EA0FE832596A2A , 0x0190DAB93785734192900A86429593E0 , 0x0190DAB938DB70DFA4F4B845DF0608E8 , 0x0190DAB939097319ABDFA426110C8898 , 0x0190DAB93A427076AA0C27FF53836D36 , 0x0190DAB93B2C73A59D3EEC47AC9E7FD2 , 0x0190DAB93C127148A6D5F56AB230C606 , 0x0190DAB93C3E72118A691F97863697A2 , 0x0190DAB93D057241867012C1E53142EB , 0x0190DAB93D367146987940B20BA9EFD6 , 0x0190DAB93E9071D7B9D0AD7B770EEA8C , 0x0190DAB93EC171A792EE12C1E928B870 , 0x0190DAB9408D708F83E3C5130260ED86 , 0x0190DAB940C670C78208AD268B0CB272 , 0x0190DAB941B3703B811E7C8D621A8FA9 , 0x0190DAB941EB715D8F93108D2F9BC0C4 , 0x0190DAB942C0703B89D1CF299D1D27A1 , 0x0190DAB942F770BD888E686D5DC87E8B , 0x0190DAB943F170F5BE5E46BFF373CCF5 , 0x0190DAB9489C72958922B4E6CF8F028C , 0x0190DAB949997171BAB044C977F30B3D , 0x0190DAB949D17310995C5C32378EA109 , 0x0190DAB949FA724CBCCF05FD40C962C0 , 0x0190DAB94A29722D84553498954CC551 , 0x0190DAB94A52730DA5A124F0E1DDCFB9 , 0x0190DAB94BBD73F397F1F87FC79C10FC , 0x0190DAB94CA7718BB2B95109E96792D7 , 0x0190DAB94E867016B8A13BA67A39EA9A , 0x0190DAB94F6770CBAE76C4A2F1C9536A , 0x0190DAB950F170798F14EDEEE8388171 , 0x0190DAB9512970B99867BA2DD69F3B65 , 0x0190DAB95153738B942715731CE613FF , 0x0190DAB952477153AA6771BCA91AD9C4 , 0x0190DAB953BA737EAAEDB914883AF430 , 0x0190DAB9554E72B98A51245431D3BC27 , 0x0190DAB95586720E8D3DC0E04296D059 , 0x0190DAB9566872F38E9C0E432C132B62 , 0x0190DAB9569F714FBC3032204119D786 , 0x0190DAB95816700CA0816AC0012EE588 , 0x0190DAB9584D707595D89A54DDC9A68B , 0x0190DAB958FB710288840D1D7AD14444 , 0x0190DAB95A56735CB0752E7BDC224285 , 0x0190DAB95A8D73D6BDC5907F70634C83 , 0x0190DAB95C22707EA5AAF1F4F9F74EB1 , 0x0190DAB95D3171B38CF7D2721FB4D023 , 0x0190DAB95D6F728798F999726ABDE3A2 , 0x0190DAB95F417256AEA9E1BFCAC9ABD8 , 0x0190DAB960F17393B170CDF9E26F0ABA , 0x0190DAB9628672F7B0A2CE7D1A48F47B , 0x0190DAB9635E702A8DC48E30EED81429 , 0x0190DAB9638E71009B9E4F38564CD59C , 0x0190DAB963B873B687D5A048A7B93354 , 0x0190DAB9646B7335AADAFDD4E95F3EEA , 0x0190DAB9649573E0B0EB59EB76C087E5 , 0x0190DAB96665714E9343B36910A1531B , 0x0190DAB966A073CDB7D8A7DE8A0C08EB , 0x0190DAB966CA702CBDC861B9A7EAE5A5 , 0x0190DAB966F97274BA76788F6EA34C85 , 0x0190DAB96892708886496BE2A7CE97A9 , 0x0190DAB968CA7287967A86AA91179CC2 , 0x0190DAB968F272F1A2307BBC506A881B , 0x0190DAB9692173878418E2764E477266 , 0x0190DAB96AE870A09133C6033B24550A , 0x0190DAB96B2473759297B55339FA2408 , 0x0190DAB96B4E73BC8127836B487FEC6B , 0x0190DAB96C287335A4490B5FC6653294 , 0x0190DAB96DBA70F6A5D82D523BC27B8F , 0x0190DAB96FE6727DBE2579B7E30B930E , 0x0190DAB98A5573E0A4472A1870A44DD2 , 0x0190DAB98A7F72E8A1A16FB42EFAC6DC , 0x0190DAB98B787092B4203753E13E362B , 0x0190DAB98BA87093AE53252FA4BD8E7F , 0x0190DAB98BD170BA8913237375698F87 , 0x0190DAB98BF9733892F8F9D974615F00 , 0x0190DAB98CCE728898BB41ED661D47B1 , 0x0190DAB98CFE7290B2978B713D5A2D26 , 0x0190DAB98D27721A92B4CC575999B9D3 , 0x0190DAB9926170A7A7F614F9AA5A76B3 , 0x0190DAB9929071BE84A83F7B6032E43D , 0x0190DAB992B973CF96E5D672A9D31835 , 0x0190DAB992E270A480C0A340520CCE23 , 0x0190DAB9930B71048489C6750A3FB6DB , 0x0190DAB993347111B44D65EB425B8B88 , 0x0190DAB9935D7389A7F9A956B7034138 , 0x0190DAB99426720E9C037A926FAC5443 , 0x0190DAB9945671009AFB0A9345B4FA67 , 0x0190DAB9947E7058B643849C046DD8F7 , 0x0190DAB99568710DBFCC86D190C83CCC , 0x0190DAB995917012ABE50E797591D13C , 0x0190DAB995BA73A6A19C6EA570027648 , 0x0190DAB99A4B713FAAA5BB3BD2BEC740 , 0x0190DAB99B3F70178D3CC314AED6B8CF , 0x0190DAB99B6870768E9C0AB971D4F379 , 0x0190DAB99B91704EBBE2923DA90D1ABF , 0x0190DAB99BBB725C825FA031E7504380 , 0x0190DAB99BE4733D80C907D4A0AFF1CA , 0x0190DAB99C0D7331972E28D58FA6D286 , 0x0190DAB99C3770069D34C3919FC1F1BA , 0x0190DAB99C6072239C43D4D292EA7748 , 0x0190DAB99C8970458F3B44585CB839F0 , 0x0190DAB99CB2732390CF1357D8C8F326 , 0x0190DAB99CDC71F9A189B0D985022F36 , 0x0190DAB99D057098A3B1C405BCACAD4F , 0x0190DAB99D2E73789C5D1C9FA37C4FF8 , 0x0190DAB99D587018A1DF9B61B53CC336 , 0x0190DAB99D8173D19257D5C79D36592C , 0x0190DAB99DAB71DF886F7AC943A720FF , 0x0190DAB99DD471EBB48115AEFE8775F3 , 0x0190DAB99DFD72A79D09D11E9757FB25 , 0x0190DAB99E277317B0467D590F363DE3 , 0x0190DAB99E50723587F3FD0C73ED99C2 , 0x0190DAB99E7A734A84C18B2E27CB6D8F , 0x0190DAB99EA6722AAC0850884F418452 , 0x0190DAB99ED070699E82CDF2AEEF0BFA , 0x0190DAB9A04972D6B27BDC098895FC23 , 0x0190DAB9A08272BD8A2B9BB6F9F5EAD9 , 0x0190DAB9A0AD7170A85E3B3C1DE9C12F , 0x0190DAB9A0D973CBBDE4ABD877613ED4 , 0x0190DAB9A10771EE9FE99FCEA258EE8E , 0x0190DAB9A13172D093CB01C103C6F96A , 0x0190DAB9A1607141B3CAA61C648BBEFD , 0x0190DAB9A18973FDAB4FEED70351953B , 0x0190DAB9A28170D1AE986E7775ECD3FB , 0x0190DAB9A2BB71AA8844D88D06551988 , 0x0190DAB9A2E6704999907AE43E1EFF0C , 0x0190DAB9A315720D89D3A633C32BFD19 , 0x0190DAB9A341730C903CD51E84F1C006 , 0x0190DAB9A36E7088A993C370F588A9B1 , 0x0190DAB9A39C7174B78FF038F5879FE0 , 0x0190DAB9A4A871C7A6BE44D8E66A255E , 0x0190DAB9A4DC72A09DD40E2ED3ED7DF5 , 0x0190DAB9A5EF71D2B008176C85A96091 , 0x0190DAB9A71A7365A508E93D2F14F0CA , 0x0190DAB9A75A7264A2508F7EAEE6F961 , 0x0190DAB9A7857199BFA38C9EED1F0C83 , 0x0190DAB9A7B47148AE148361FB46611F , 0x0190DAB9A7E070BFBC7CF58B376D4489 , 0x0190DAB9A8C47135BA65EC0E33464DAF , 0x0190DAB9A9BB72128CB6A53907BABD27 , 0x0190DAB9A9F4727AAB87A77DDDA9A1A2 , 0x0190DAB9AC467130B6A34124BABE5A82 , 0x0190DAB9AC7F708EA9AE824AC1DC338E , 0x0190DAB9AE40716587C29E9012825AFF , 0x0190DAB9AFCA72B0932B3FADF8D40995 , 0x0190DAB9B31C70648211853D286988BF , 0x0190DAB9B4EF71D7B02E6D0AB0FD6A80 , 0x0190DAB9B5E472D3AAC0786EC6A9168E , 0x0190DAB9B6CA712FA6F02ADA01CDEA16 , 0x0190DAB9B86B73F88DDE032E68180F7E , 0x0190DAB9BA3E729294E88043A46A61CD , 0x0190DAB9BBDB715494381F24F3FFB02B , 0x0190DAB9BCC7733694FFCD4CE48F0808 , 0x0190DAB9BE8A72DFAA29A20459358656 , 0x0190DAB9BFFE72F8B8A5F0D10D618FBB , 0x0190DAB9C16773B186036394B4C6B979 , 0x0190DAB9DBCE71D580FE7E03EABD4F5F , 0x0190DAB9DCC77106A75F29BBBFA9B4B0 , 0x0190DAB9DCF172A19857D2095B8E882D , 0x0190DAB9DEDD70D89D60B1DA368C1D18 , 0x0190DAB9E082720A80270438425E963C , 0x0190DAB9E202712CA970689343E7874E , 0x0190DAB9E2387017AF219D182D991C52 , 0x0190DAB9E43A70439C66544332B94065 , 0x0190DAB9E46F72D2B1EDE4793ABAD6E2 , 0x0190DAB9E55C72CAB5A0F233150F9CCF , 0x0190DAB9E66E72FAB0C144F7619E09B5 , 0x0190DAB9E75A714DBB6577A8AC50BFD1 , 0x0190DAB9E8C57289AAD95E37B0C78332 , 0x0190DAB9E8FA7081968E2A782B624F4C , 0x0190DAB9E9DC71CAAAD4F69F1F0463F0 , 0x0190DAB9EACA71BBBCE9D3F8A9B95100 , 0x0190DAB9EBC672D0A0DEE77D7B860B2B , 0x0190DAB9EBF0721386108702A9277BF9 , 0x0190DAB9EC1971C5A58C203E9146ECB8 , 0x0190DAB9ED08726DB87E086CE72F2196 , 0x0190DAB9ED3773EDAC93CBD0E1B0B2EA , 0x0190DAB9ED6170E3A00EBCDAE940D09C , 0x0190DAB9EF4F70ED8BA1FDC3D7FDFD0E , 0x0190DAB9F0CA72B38BAD8031DFD49905 , 0x0190DAB9F27670BC8BC9D06A35E137B1 , 0x0190DAB9F353726BB6C1A5B727E03C5E , 0x0190DAB9F426702BB983767A284ABEDA , 0x0190DAB9F51272B58B446EEACAD8379A , 0x0190DAB9F5EA7072AF3FBAB8BA5794F7 , 0x0190DAB9F6F6729299DA221972414DA7 , 0x0190DAB9F86A70C29375FC31B8B93B38 , 0x0190DAB9F96A711391CED23DDCE9C5F8 , 0x0190DAB9F99F7338ADBD5A8F8F93C977 , 0x0190DAB9FB1F71A3A350B53A436FD904 , 0x0190DAB9FB4F726E85540CE17120F298 , 0x0190DAB9FCAA7218BDC31E9E24CDD7B5 , 0x0190DAB9FD9773C49B11AA4CD2A0034D , 0x0190DAB9FF7A70E8A2C4607707539B2F , 0x0190DAB9FFB57212BBAA557FA8CBCD64 , 0x0190DABA00C9736687006C5C2213ECC4 , 0x0190DABA01BF7064B7CFEE88C4BE81CD , 0x0190DABA01F472A2A0A64D70EFCB8586 , 0x0190DABA021D7268A8A6A734270C1D88 , 0x0190DABA024C703DA8D32342FB603F57 , 0x0190DABA027571B2ACA7A5CD129251BA , 0x0190DABA036772AB991283ABE9420DAD , 0x0190DABA04ED7325AC9072BAAD573B29 , 0x0190DABA051F73C7987F7CDF00A5FF61 , 0x0190DABA054E7085B6F90DD753228A49 , 0x0190DABA0577705DB5D4D2995D1EB9A5 , 0x0190DABA06E270D98B4590FF23886C65 , 0x0190DABA07137275BF995B6D6B437AA2 , 0x0190DABA073C7267853BEA555FEA21A1 , 0x0190DABA07657094A570A720A334A7B1 , 0x0190DABA082D733883AA19884D714AA0 , 0x0190DABA085E706D8AA6C411F215B4D6 , 0x0190DABA088771FCB41B064D7212068B , 0x0190DABA08B1724AB74690A61E614C07 , 0x0190DABA0A3673E7A2943466DD6D8F86 , 0x0190DABA0A6872DEB3E2CE65BB39E9E8 , 0x0190DABA0CD170B3AC86F45592B58D79 , 0x0190DABA0D097266AFE620D027236C8D , 0x0190DABA0D33712FBE0CFA12B49C1160 , 0x0190DABA0D60723BBD2D3B190D3EE9CD , 0x0190DABA0D89709C888244525A8D4728 , 0x0190DABA0DB672BC8EAC42A723DA8E4E , 0x0190DABA0DDF71B1BD83723E8CE78964 , 0x0190DABA0E0C71FB86855A3FA2FDA14C , 0x0190DABA0FAE7076B7E270B18D3DEF05 , 0x0190DABA0FE671EDB5EABED61D6E590F , 0x0190DABA118B71ADAD9A3283F2898361 , 0x0190DABA131273D69089EE18BDE3DD64 , 0x0190DABA1481728E967824653D7A88FE , 0x0190DABA14BA70ECAD98AF622E222A82 , 0x0190DABA14E373FA85D9C12EB607448E , 0x0190DABA150F71D2A293D5811F19CD14 , 0x0190DABA168D7032BF00A5A1E3A69130 , 0x0190DABA16C9727B8F86D9758C705190 , 0x0190DABA16F2719BAF308307BD158741 , 0x0190DABA171E72B588CDA3D34FEAB3DC , 0x0190DABA174770A4A3A70E4AA9BD0C21 , 0x0190DABA17737389B14C274833289900 , 0x0190DABA193770939D5D42A410610416 , 0x0190DABA1ABB70CFA214987CA3A5762F , 0x0190DABA1AEC70F18F3799F3E1C0B51A , 0x0190DABA1B1572C59C6BFDE2FD577E62 , 0x0190DABA1C897388B92D75D536516E42 , 0x0190DABA1CBB7095B97F5A10FA2FD8EE , 0x0190DABA1CE4720090FDBF7F6AD78002 , 0x0190DABA1D11722786E1D3AF850E9828 , 0x0190DABA1D3A7391B6391086C67DE9F1 , 0x0190DABA1E1D714AB6621A6FA7E3A60B , 0x0190DABA1E46703AA3D43F6ED0C91C7B , 0x0190DABA1E6F70F28C9A31713EE34830 , 0x0190DABA200773C5964CDB6F43CDB63D , 0x0190DABA20EC71928EA04A1839D39662 , 0x0190DABA21DB706E95F5EE4B164E100C , 0x0190DABA22A373C38B2306C218E92437 , 0x0190DABA237770B1A4C9D4BD69F73299 , 0x0190DABA244C72C5A9A8046FDC33E31A , 0x0190DABA410273F6A72C10BC3E7B77D1 , 0x0190DABA4137706EA8D4BA8C0CE7C8F1 , 0x0190DABA44FB7134887B526D7BE883F9 , 0x0190DABA492570F0ABCFC175DAEC8DB3 , 0x0190DABA4BC771E99DC595336B7D66F8 , 0x0190DABA4D7771B391BD6357594F2A78 , 0x0190DABA4DB27094A3BA05605F2017D9 , 0x0190DABA4DDE7245AD591BF77DB1BA05 , 0x0190DABA4E0D72DEBAA1B7D630F6ADF6 , 0x0190DABA4F07733FB540833B42BEF5B1 , 0x0190DABA4F38733EAB02FF0604189BE7 , 0x0190DABA4F617224831DB29AF783DD2E , 0x0190DABA4F8A70B58B312DC778655723 , 0x0190DABA512672AD8300E85B628ADB52 , 0x0190DABA515872B9BDD18D4061C1B153 , 0x0190DABA528E71A083273C0935FC42C5 , 0x0190DABA537A701795B7F214D8792618 , 0x0190DABA53AA70DB8E44FA9D367ED96A , 0x0190DABA54A671368D643A5C60E80DEC , 0x0190DABA54D67317AE600499A83DC39B , 0x0190DABA55B072B08E486BEBA81C2ACC , 0x0190DABA55E572B5B05100E881387CE3 , 0x0190DABA56C273CABDEC0309207187A0 , 0x0190DABA56F8735EB70667ADF5696B44 , 0x0190DABA572571719CEA5840C02A693C , 0x0190DABA57517011A66A2FA803EF7682 , 0x0190DABA587770BB9B7110E7DC1EBB15 , 0x0190DABA58AB728E8DF3975CCAFB4B9E , 0x0190DABA58D77097A50FC24F1CE64A56 , 0x0190DABA590370F08A9E164296AC9240 , 0x0190DABA59E871CF8B7223A8708C2261 , 0x0190DABA5A1C7356BAD04D21FE6DB1A8 , 0x0190DABA5A497311B2E0919A87ADEAE5 , 0x0190DABA5A7573CAAD6115C6DAE18324 , 0x0190DABA5B59737893100579A162305E , 0x0190DABA5B89735B9BF92AEC90B846E6 , 0x0190DABA5BB27277912C025BC47C0F3D , 0x0190DABA5BDB736684FF438F2C854A78 , 0x0190DABA5CCF72A597E6E40DADAF6C40 , 0x0190DABA5D007260866A19D5A158F6D2 , 0x0190DABA5EB57258982ECAC53F8CB08E , 0x0190DABA5EDF726EAE3D22E95AB59081 , 0x0190DABA5F0871C48E4AE392A09EA62C , 0x0190DABA5F3273DC9B6F81FF84C2374D , 0x0190DABA5F5B722FB5E6C46B4876E7D8 , 0x0190DABA605C70B984795F314048FAD2 , 0x0190DABA6086727D8099AEED55A4E0F3 , 0x0190DABA60AE7276B99CB4512F993C77 , 0x0190DABA60D77388997A9BE73AB31BC6 , 0x0190DABA61007013AFCD24FD41CD72A8 , 0x0190DABA6129725C96361CFC428B8CB5 , 0x0190DABA615270B6AFA9307E8AF3CCD9 , 0x0190DABA625C714887EA1A9D8F549E19 , 0x0190DABA628D707EA97879AFCF653B6C , 0x0190DABA62B67381B337CF37C30A1BE1 , 0x0190DABA62DE70DD9D85BFE1C2CA01FD , 0x0190DABA6307706780179381C788B42B , 0x0190DABA633071158809F29687F1AC22 , 0x0190DABA63597063B50CAA9258BEA64A , 0x0190DABA638171B39387472E87D9C0EB , 0x0190DABA645A71508BD671645876BD92 , 0x0190DABA648A70FA978688469985E5BF , 0x0190DABA64B772A9B863BF12D05077F6 , 0x0190DABA64E071588D02C5A2F5640BCA , 0x0190DABA650970808B0645E21EFD69C0 , 0x0190DABA6532704D8CC684129107FBB6 , 0x0190DABA661270EB8D571CB5EC53DAB5 , 0x0190DABA664271AEA2E36A4021C66979 , 0x0190DABA666B72F4A3476A583A0475CE , 0x0190DABA669573CDA948E949CBBB008C , 0x0190DABA67737205B0141AE3D5E3E34C , 0x0190DABA67AA701EAF25BF68E74D7BD3 , 0x0190DABA67D3727D8DD0505192B62CB1 , 0x0190DABA68007204BF719F5E86FFA933 , 0x0190DABA68297059A74E4A3368A324A6 , 0x0190DABA68567311930A1C01ED0AC1B4 , 0x0190DABA694272DAA7D28446DE46E0D7 , 0x0190DABA697A732194B8930AF1B2E851 , 0x0190DABA69A3718393B752233DB51348 , 0x0190DABA6AA3733D88AE00B693F23E1C , 0x0190DABA6AD872AB8DEB0DA3E70861AE , 0x0190DABA6B017308A502AA231BCEB773 , 0x0190DABA6BEC7223B20C6879E11CAFDE , 0x0190DABA6C21700291F8C669C69DAFCE , 0x0190DABA6CFA73948164EECCC3AFA173 , 0x0190DABA6D327310B175867E971586E6 , 0x0190DABA6D5B70DAA247257213E03C3A , 0x0190DABA6D8873AC82AFB3B987F72185 , 0x0190DABA6DB171BE9E992E1E73D8334C , 0x0190DABA6DE27320B4795B7B5CFB2CD4 , 0x0190DABA6E0F73218BFBC59B3A78F941 , 0x0190DABA6E397125A77A3E9742827E79 , 0x0190DABA6E6972ECB2FD80C2ECD519E4 , 0x0190DABA6E92708D853488E0D95754FC , 0x0190DABA6EC07064AFD14939521F9C20 , 0x0190DABA6FAB72D9AB40BFECEFF009E9 , 0x0190DABA6FE071C8A0D1F69871AAA0C8 , 0x0190DABA700970DCA4531050B73DABBE , 0x0190DABA70E770DFA2238030B7886429 , 0x0190DABA711D73ED98EC9AE27BB4E6BB , 0x0190DABA8B60700D8583127415D7B705 , 0x0190DABA8B8E70E591FAE926322CE442 , 0x0190DABA8C947026A844FEB43333AAD3 , 0x0190DABA8CCD734BB9569EC89FEB56A0 , 0x0190DABA8DB672CD8AE3CB60329375B0 , 0x0190DABA8DF170A0B5D3A2D36EC60195 , 0x0190DABA8F1671838F563426B996994C , 0x0190DABA8F4E72178A78BA751889D445 , 0x0190DABA8F7A71BC858C2C594276C3DE , 0x0190DABA8FA9727C80C1F83F6244FCFE , 0x0190DABA8FD5706DA959B86032FA893B , 0x0190DABA9002728E869361FB09CB148A , 0x0190DABA91BB71D9809E6CA9549F5C8A , 0x0190DABA91EC738387B9BC4B0ED5AA6B , 0x0190DABA9215731F9295E9BE47BE66A4 , 0x0190DABA93BC7279B08E3A0AE6F5E2BA , 0x0190DABA93E471BABBC79D3894D92CEB , 0x0190DABA940D7180B8E6007FA89EE3D8 , 0x0190DABA954B707AA6B1250770AD2ADB , 0x0190DABA957C72A5B25806DE081A3D13 , 0x0190DABA95A570DB9F2BA08BC2235A2F , 0x0190DABA95CE7393B370AC6D401D7557 , 0x0190DABA95F7709498CD2B8C50BF6C66 , 0x0190DABA979773BCAA091BF7CBC7670D , 0x0190DABA97C7730D853424FC74D968BD , 0x0190DABA97F071BABE8E3AB19CDEA89A , 0x0190DABA98CD70EA824F7B2D83B9D422 , 0x0190DABA98FD73BCAF3044F1DCEC7EC7 , 0x0190DABA992672818C6E586AD87739B9 , 0x0190DABA994F73258C327FDB05138681 , 0x0190DABA9979708697B7CB600977C39B , 0x0190DABA99A2713F8D6B15D6C8445162 , 0x0190DABA99CB709397B550757C698BCC , 0x0190DABA9B4270FEA01891FC065E5FFE , 0x0190DABA9CAE70409A1FE27D572DF00D , 0x0190DABA9CE0738780B1735811BF67B2 , 0x0190DABA9D09737DB771D6DF563AFB46 , 0x0190DABA9D3272AB8F951C233D9A867C , 0x0190DABA9D5B714591695ED8CF60BEDB , 0x0190DABA9D8471A7B81CF9528CBA5789 , 0x0190DABA9DAD70EBBCF08D6993BEE7BD , 0x0190DABA9DD67257B13DF3163EA42BA1 , 0x0190DABA9DFF731EAD18B763062CA5DF , 0x0190DABA9E2872E7848FB610A5C52535 , 0x0190DABA9E5171ADB6BC747615040BFA , 0x0190DABA9E7B70CD8991E079D11FBF1C , 0x0190DABA9EA4737589BC8BC8F7CD4E30 , 0x0190DABA9ECD70D1BAD3060EA83A4520 , 0x0190DABA9EF673BBAEE0BEC472F13370 , 0x0190DABA9F1F721483E3053B01EBECB5 , 0x0190DABA9F487387B928ED5648B18333 , 0x0190DABAA0B271FDA8DCD2F335E31882 , 0x0190DABAA0E972F5BB5A96933ABB1FE9 , 0x0190DABAA113720A8E937694E5176E17 , 0x0190DABAA292709196DB4B4E06AFA884 , 0x0190DABAA37773B68E23D10D050B7C4D , 0x0190DABAA4447078BAD0362C64035ED8 , 0x0190DABAA47570C3882CDD88AE5AA815 , 0x0190DABAA49F71A08CED722139850B80 , 0x0190DABAA4C870EF8486F83AE06C3D2B , 0x0190DABAA4F4734C8FE5145490A3EF2E , 0x0190DABAA51F734985993B7426B0E447 , 0x0190DABAA54872458E27137CB85491A4 , 0x0190DABAA57273C986645356F3E22B0D , 0x0190DABAA73F73CD8E527D0C6D670397 , 0x0190DABAA77173DB8451307B82929915 , 0x0190DABAA79A7300983FFB2EB369AF0A , 0x0190DABAA90C7169850DE8764A92373B , 0x0190DABAA93D73E980AF05CD1F3C8C85 , 0x0190DABAA967727C81AEFBFB8E3EE062 , 0x0190DABAA990713B8DC61A2AFEF7F39B , 0x0190DABAA9B9725C81C16F8D3CC02702 , 0x0190DABAA9E371879A54BCDF67591DCC , 0x019362C768E8708D8AA61A9464AB9F9F , 0x019362C7963F7009975E509F5DADC750 , 0x019362C797E870C1A8C436BAE80A0D74 , 0x019362C79F9E7262A25B399DEA8AD393 , 0x019362C7A43E7265B8DE954D5D8A7075 , 0x019362C7A742732AA2B2AE6770501CFF , 0x019362C813B9731BA86A6E37000FADC9 , 0x019362C81B24715A9D888978B31DE7FD , 0x019362C81E1471EFA01435E2A5628E45 , 0x019362C81E627214A1D1C254EE3E5503 , 0x019362C8203F70EFA4B77254AE37EC91 , 0x019362C820907323A09CCDA5572D8ED1 , 0x019362C8223F72948E5533F32DF315CD , 0x019362C8228F707DBEB1FD1887580858 , 0x019362C82B6971E6BB299DE6D07AFA56 , 0x019362C82BB6734780435D2F21BBCD7A , 0x019362C83254732AA31EB403F7A25900 , 0x019362C8345372F09E8758A7AD009960 , 0x019362C8349F7339B6AD6047BCD60E36 , 0x019362C834EC723AAAA9A86F75BFE322 , 0x019362C8396773908DD6C8F529167125 , 0x019362C854BA72B591797E5DA3C15F2D , 0x019362C858967117AE122FE2A4A7CA0C , 0x019362C85BD972CCB49D3D8FC69CDB56 , 0x019362C86CC473FD9856C876A49296C2 , 0x019362C86D1170649ED8C0ED2B6DAD1E , 0x019362C8A5DF71D289CF7261FC9C7A2C , 0x019362C8A62C718D86D132D05B0C7CFD , 0x019362C8A67970BD80991A19AA2B9869 , 0x019362C8E05273A98ACAFD7A265C4DFA , 0x019362C8F8AF70BB931A184546473C07 , 0x019362C8F8FD708091D8583A16B9FF0A , 0x019362C8F94C72BA9EC04676A24367C5 , 0x01936301FF48728EA9BB5A959D8DE449 , 0x01936301FF98713686CE0B06324CC9BF , 0x0193630200C271F28D58FAB39F66A3FA )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
76
0.39 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"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
]
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 (0x018E0E2BBA85716481F6C715BEA3B40E );
Copy
77
7.11 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"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ø¬ÇpÜçK5¸T┐║) "
b"\x01 É┌ø¬¼p|îä~\x08\x12 ╚ÖS "
b"\x01 É┌ø¬ðrK«Þn┴ıFã┼ "
b"\x01 É┌ø¬ýqtâË┘>þ\■╔ "
b"\x01 É┌ø½\v rÏóÒ░\x00\x1F\x07 Ý7 "
b"\x01 É┌ø½$s¶ñ╚ç(\x07 4Ü "
b"\x01 É┌ø½=råÂp{▄Fð█L "
b"\x01 É┌ø½Yqc¡▀"fó┌¶î "
b"\x01 É┌ø½urEìø¾IO\x1A ¼é "
b"\x01 É┌ø½Ås\x05 ùÇ÷#ç3Ï¢ "
b"\x01 É┌ø½½rmçcqhv³\x11\x12 "
b"\x01 É┌ø½ÃsRÅp÷×Ýß|\ "
b"\x01 É┌ø½Ós6║Ó┤èÄJ\x05 Ó "
b"""
\x01 É┌ø½¨s;ù\n
ÇÂí+W\x13
"""
b"\x01 É┌ø¼\x11 r\r ëK═í░¡0╩ "
b"\x01 É┌ø¼,pµÖs\x08 Ô'\x1E\x1A Á "
b"\x01 É┌ø¼Es\x19 ¼\x03 &H┐uNw "
b"\x01 É┌ø¼`sùøç\x06 ¤\x19 W\t + "
b"\x01 É┌ø¼yr$鿬┬╬@«S "
b"\x01 É┌ø¼ôpûÀÎsÛ}\x08 U} "
b"\x01 É┌ø¼¼p¬└Hxì\x13 æf "
b"\x01 É┌ø¼ÃqàÀ\x19\x0F â\x15 ▄:© "
b"\x01 É┌ø¼Ópg│8<Ø·Xcr "
b"\x01 É┌ø¼¨qè│þ█\x13 d\f [2 "
b"""
\x01 É┌ø¡\x12 sü¼J\n
\x04 ┘╔îË
"""
b"\x01 É┌ø¡+pU╝£&Ъ┼7\x1E "
b"\x01 É┌ø¡Dp\x10 ꃫ«\x14\x0F Ò´ "
b"\x01 É┌ø¡]p\x1F çÙÕ¹é:ç± "
b"\x01 É┌ø¡xpx╝┬┤²9\x1A Nz "
b"\x01 É┌ø¡æs■«ÃdF╣╩¶ "
b"\x01 É┌ø¡¡qÍáÓÇ£D┤&à "
b"\x01 É┌ø¡ãr\x1C ┐òÎ\f Ou}È "
b"\x01 É┌ø¡Ôr;¡╗{aµ╩ÀÆ "
b"\x01 É┌ø¡³q\x07 ƒO\\x06 W^µ█ "
b"\x01 É┌ø«┤p2ÖËn¡ÌùÙ9 "
b"\x01 É┌ø«Îq.¡┤B1÷[ú¼ "
b"\x01 É┌ø«§p\v ¼è8┐üô¾³ "
b"\x01 É┌ø»\r r-ñ.«ó╬(q└ "
b"\x01 É┌ø»%r·ñb\x04 5pÞK\x1F "
b"\x01 É┌ø»=sMçP\x08 [ؽg9 "
b"\x01 É┌ø»Ur?£╬¬ý┼£╣I "
b"""
\x01 É┌ø»mr7®ý+®²\n
BI
"""
b"\x01 É┌ø»är‗ƒ╔Ö\x1D xÅ╝¿ "
b"\x01 É┌ø»£pqúÕ¬j\x1F ×> "
b"\x01 É┌ø»Áp\x1C î\x18 └Í▒->│ "
b"\x01 É┌ø»═rÊîRû┘┤©¨├ "
b"\x01 É┌ø»õr+®VÚ\x04 ▀╦\x18 s "
b"\x01 É┌ø» r╠╣áv\x11 ¬óØJ "
b"\x01 É┌ø░\x17 qÀÀüXn■@Là "
b"\x01 É┌ø░0q\x06 ¬éÝb\x07 u╦á "
b"\x01 É┌ø░Is$ä3╗hOUPÑ "
b"\x01 É┌ø░apúÀ\x08 ïa\x1E (┐a "
b"\x01 É┌ø░ysàïU»¹;Ã> "
b"\x01 É┌ø░æp┬│È\x16 Ø4Ë!╚ "
b"\x01 É┌ø░¬r█ì}ôX»║\x16 Ý "
b"\x01 É┌ø░┬q╠Øt<■È\x03 °Ô "
b"\x01 É┌ø░┌p¼â£YluIx│ "
b"\x01 É┌ø░¾sk؃ݻN╦u═ "
b"\x01 É┌ø▒\v rÑìÃh2ß\x16 ù░ "
b"\x01 É┌ø▒#p%░sAǺ2¨§ "
b"\x01 É┌øÃús[╣╝╚]ìû\x16 l "
b"\x01 É┌øÃ═p┴▒\x1E þ?XØñ¬ "
b"\x01 É┌øÃrµÅ|\x06 ╠§└µ" "
b"\x01 É┌ø╚\x0F r;Âj■8[;Ð0 "
b"\x01 É┌ø╚'rƒÂ/´ú²§éã "
b"\x01 É┌ø╚?sÝÖÄf+õ5C¦ "
b"\x01 É┌ø╚Wq·ÁÅX¥f\x19 7Þ "
b"\x01 É┌ø╚osn╗╬■╦*Ê·╗ "
b"\x01 É┌ø╔ÀqeÆ»\x18 ?°▄■Á "
b"\x01 É┌ø╔Ósí¬u¬vM+\x0F î "
b"\x01 É┌ø╩\x03 qºêÌ0\x18 Äït╬ "
b"\x01 É┌ø╩\x1E sÏâ>véc½ýV "
b"\x01 É┌ø╩7pª┤9«³äÞı "
b"\x01 É┌ø╩Qp─¿£*d\x02 ÃÓt "
b"\x01 É┌ø╩kqVà¸0═r╬¡Å "
b"\x01 É┌ø╩êrãª\x03\t ıËâ>\n "
b"\x01 É┌ø╩ís▒ƒô\x01 e┌Ué© "
b"\x01 É┌ø╩║s&¡UÈFÙ■┘à "
b"\x01 É┌ø╩ÈpÙ¥)ÉÔ¨òY\x1F "
b"\x01 É┌ø╩Ýsë¡║0ð\x03 ÅX┼ "
b"\x01 É┌ø╦\x06 q¹ó╦Ϲ³1¤â "
b"\x01 É┌ø╦\x1F p\¬¹&EOl¹[ "
b"\x01 É┌ø╦<p\x17 À>R\x01 d\x07 lÊ "
b"\x01 É┌ø╦Up ÀxL\8┼▀ "
b"\x01 É┌ø╦np#éRþ\x1E Êf¶l "
b"\x01 É┌ø╦çqÁ¥╚îss\r F▀ "
b"\x01 É┌ø╦íp▄óþDq±½ü‗ "
b"\x01 É┌ø╦¢q╬é‗\x1C ¤*^ë| "
b"\x01 É┌ø╦Íq(Àçþ\x10\x13 ì^å "
b"\x01 É┌ø╦‗sèï-Ecv\x19 \x07 "
b"\x01 É┌ø╠\v s\x1A ½p)┴╩ûÃ\x19 "
b"""
\x01 É┌ø╠$rX®#¼Ï\n
0ìD
"""
b"\x01 É┌ø╠=s┬Ö{H\x01 }aP× "
b"\x01 É┌ø╠Vq7Ç×Î▓Á┤§ã "
b"\x01 É┌ø╠rqäܣǣ‗s\x08 Ü "
b"\x01 É┌ø╠îs\x1C ò1Ú+╔`╝¹ "
b"\x01 É┌ø╠¿qº▓MÕm~ñ═ö "
b"\x01 É┌ø╠┴rQôeR;}0Ç5 "
b"\x01 É┌ø╠Ìp6ªþ¢Ä¸h¨È "
b"\x01 É┌ø╠¸qËÉFÝBg$í{ "
b"\x01 É┌ø═\x10 rª░ô¶s¤h, "
b"\x01 É┌ø═)pı£bê!R▓ZP "
b"\x01 É┌ø╬ïp\x1C æ┴╣█F.`\x10 "
b"\x01 É┌ø╬┤pâ╗Ãh>H├\x1C K "
b"\x01 É┌ø╬ÈqZ©ıÎLà?ü_ "
b"\x01 É┌ø╬÷qµæn\9uC%\x0F "
b"\x01 É┌ø¤\x0F s¨«Ý{©ðç\x1C ê "
b"\x01 É┌ø¤+r#©}íß3¶\┤ "
b"\x01 É┌ø¤DrbÅáÛ.Ï4│d "
b"\x01 É┌ø¤]séÂ▄\x1E ,âbo "
b"\x01 É┌ø¤ws`úV╝¸\x1F iÅ\x06 "
b"\x01 É┌ø¤ÉrÒ¬\x1E Á\x17 Ðÿ}³ "
b"\x01 É┌ø¤½rTçvıRû½N³ "
b"\x01 É┌ø¤─r░┐¸ ÁKáéà "
b"\x01 É┌ø¤Ós â\x00 ‗óÛh╬ı "
b"\x01 É┌ø¤¨q÷║ÄÙVîæ╚Þ "
b"\x01 É┌øð\x16 pX┐Ñz<rÐnƒ "
b"\x01 É┌øð/r│╗0w┬+«ûÄ "
b"\x01 É┌øðHp\x19 ¼·zÄ7\x7F /& "
b"\x01 É┌øðar╗û+═@ÄHТ "
b"\x01 É┌øðzs└¼┬A\x07\x1A Êë▓ "
b"\x01 É┌øðùqûÉwæa=ì\x06\x0E "
b"\x01 É┌øð░s`î?ÄçM\x07 ║` "
b"\x01 É┌øð╠s7¿QX█Ml╬▄ "
b"\x01 É┌øðÕrf»$¹Í!┴b© "
b"\x01 É┌øð■púèy´\x14 dWíË "
b"\x01 É┌øÐ\x17 p-í%\x1D ;±═\x19 "
b"\x01 É┌øÐ1s&Ñ┘Ô─_\t >ì "
b"\x01 É┌øÐMr█ö\x07\x14 =lÔIØ "
b"\x01 É┌øÐfs'Ñ\x00 ¥┌╚0;6 "
b"\x01 É┌øÐâp³à\x19 Ðö®┌¼ "
b"\x01 É┌øÐ£p©Ñ2ü╦µ½ùm "
b"\x01 É┌øÐ╣pk┐è¦Ù×ÉÎ/ "
b"\x01 É┌øÐÐs\x06 íOx²Ò╠[5 "
b"\x01 É┌øÐÙpÒöjË\æ0ñª "
b"\x01 É┌øÊ\x04 råùa^╬Êv!¶ "
b"\x01 É┌øË>r@ø┤ä7ïló/ "
b"\x01 É┌øËep▒«º§ñý=õ¹ "
b"\x01 É┌øËàqÂ▒!¥¼²F\x0E ¬ "
b"\x01 É┌øË×rÊüùÕ0â┤é¢ "
b"\x01 É┌øËÀq|ܶÂéHÏ2o "
b"\x01 É┌øËðq.¢Å\x08 -]÷ßù "
b"\x01 É┌øËÚqqêeé`Ö¯íÆ "
b"\x01 É┌øÈ\x02 rµÇ»çÿ%ò¶À "
b"\x01 É┌øÈ\e só│SRÞâ4u§ "
b"\x01 É┌øÈ4pAƒB²Þw\x1D ~\x06 "
b"\x01 É┌øÈMs/▒╩l6ü@\ÿ "
b"\x01 É┌øÈfs§» Æ]Ü·ý▀ "
b"\x01 É┌øÈ\x7F q\x1C â\x1A CWÖJ\x12 A "
b"\x01 É┌øÈÖq┴àÿµ2sM┌Ù "
b"\x01 É┌øÈ▒pP░K9│G-Ĥ "
b"\x01 É┌øÈ╦s!©à¬Þ\x1F ║Åı "
b"\x01 É┌øÈõp¬¿\x16 â¨ÑùD= "
b"\x01 É┌øÍIpƒúd¥¾╣\x05 Ü! "
b"\x01 É┌øÍpsC▒§C Åß¾ý "
b"\x01 É┌øÍæsP¡õ³àô\x1A I╬ "
b"\x01 É┌øÍ¡s°ñpõkC■ba "
b"\x01 É┌øÍãsOóK\x18\x12\x12 Á¨Ë "
b"\x01 É┌øÍ▀sËé[█á1»Ûx "
b"\x01 É┌øÍ°qJ▓D³_ã╔CR "
b"\x01 É┌ø¯Ar_¿7\x7F\x12 o=\t ¯ "
b"\x01 É┌ø¯ZpNêÅ\x15 *Xî_§ "
b"\x01 É┌ø¯ts ºJÓw\Ó\x0E ║ "
b"\x01 É┌ø¯îs»è4躮Ì┼ "
b"\x01 É┌ø¯ñs߃\e zO=Ã┴W "
b"\x01 É┌ø¯╝p0Çê\x14 axø¿\x13 "
b"\x01 É┌ø¯Ès`▓xϤÊhù¨ "
b"\x01 É┌ø¯ÙqiÿO¦╣Ã░┬m "
b"\x01 É┌ø´\x03 q\x0F ┐ò\x1E µâW▓è "
b"\x01 É┌ø´\e s╠½MÆ¡áêÃä "
b"\x01 É┌øSq]ª▒aZ\x19 æ`ÿ "
b"""
\x01 É┌ø{qüáÁ\n
ÉÊ\x10 ¾4
"""
b"\x01 É┌øÜs×ÂÎx"▀Ë\v t "
b"\x01 É┌ø╣pÕîLút9\x17 ßm "
b"\x01 É┌øÐpïæ\r '╣ØysM "
b"\x01 É┌øÚs'╝È+HnÍ\x01 æ "
b"\x01 É┌ø±\x01 r\x11 ìÕ\x14 àI_F\x15 "
b"\x01 É┌ø±\x19 q\x1E ¼\e mÁ├\x06 s: "
b"\x01 É┌ø±5rVèÚ\x04 ╠╬B\x04 T "
b"\x01 É┌ø±MqAÉüR.ÂÀÖä "
b"\x01 É┌ø±hp└«5Ä░9╦©þ "
b"\x01 É┌ø±Çq\x1E ┤Ö§\x1F Ôòß\x14 "
b"\x01 É┌ø±£s▀ïu":\x0E\x16 F1 "
b"\x01 É┌ø±┤pıùƒó╝7Õß8 "
b"\x01 É┌ø±╠p¿åëAÜôR?w "
b"\x01 É┌ø±õpÅ┐wÅ]¡bÀá "
b"\x01 É┌ø±³pË«\i\x13 u¯®j "
b"\x01 É┌ø‗\x14 pIÂâ|ÝMÇ£▀ "
b"\x01 É┌ø‗,p+▒LixNÖ└L "
b"\x01 É┌ø‗Dp8£┤$\x02 ½½»c "
b"\x01 É┌ø‗]rάZ_Ñ╬¶Ü╝ "
b"\x01 É┌ø‗xp┼¼\x17 É|÷G-ü "
b"\x01 É┌ø‗ÉpQÇ,!vÅ3├I "
b"\x01 É┌ø‗¼q¡¢¨ðáAìÌ "
b"\x01 É┌ø‗─pE¢vaU¢+tò "
b"\x01 É┌ø‗▀pƺÌ\x14 AY\x1D É "
b"\x01 É┌ø‗°rÜ¿c▀:?y¡ø "
b"""
\x01 É┌ø¾\x13 r┤│\n
kÑ´\x15 ãà
"""
b"\x01 É┌ø¾+qó¢¨\x02 fÍ\x04 øÅ "
b"\x01 É┌ø¾FrñÇ\t °\x17 Hw&╣ "
b"\x01 É┌ø¾_q\x1C à©ö;ú4àý "
b"\x01 É┌ø¾zs¾çÚK2╬\x1E ¬7 "
b"\x01 É┌ø¾ÆpoçÛ\x17 ƒNdP "
b"\x01 É┌ø¾½s»│f}¶‗\x0F\x17 X "
b"\x01 É┌ø¶‗p\x00 âÏ¿üÿ\e )Î "
b"\x01 É┌ø§\x1A s░«\x11 \r ├ÆÞ\x05 ╗ "
b"\x01 É┌ø§:sõøùhDƒ░o} "
b"\x01 É┌ø§Rq>»Æ«░\x04 !┌\x03 "
b"\x01 É┌ø§nr│ײ8\x1A ØQ\x10 "
b"\x01 É┌ø§çs"Á¥õ!╔\x03 _┼ "
b"\x01 É┌ø§úrjô°ù$ÿå║█ "
b"\x01 É┌ø§╗s\v èê┐\t n╠>\x18 "
b"\x01 É┌ø§Èp3Øö\t ¸\v Ye "
b"\x01 É┌ø§Ýp¡▒\x05 "×ıF╚¨ "
b"\x01 É┌ø÷\x06 pXáD\x02\t ▀\x11 6c "
b"\x01 É┌ø÷"s©¬:\x1A D|¬\x02 ~ "
b"\x01 É┌ø÷:pÖá}øO°╬╬w "
b"\x01 É┌ø÷Vr\x7F ¥▀kA╦ ÝV "
b"\x01 É┌ø÷op\x02 Â\x01 ▄\x0F pÊ║ó "
b"\x01 É┌ø÷çs▄╝╚E§\x04 @\x7F . "
b"\x01 É┌ø÷ár░èú\x01 Á╝\x04 åû "
b"\x01 É┌ø÷©qMïø╔á!xû¤ "
b"\x01 É┌ø÷ÈsØ│ÂT┘ð\x02 ¦┴ "
b"\x01 É┌ø÷ýs©¼lõNpl\e X "
b"\x01 É┌ø¸\x08 scü<«sÿ±[ "
b"\x01 É┌ø¸ p\▓-ƒ!9╝\x16 § "
b"\x01 É┌ø¸8qñ½²Pà├\x1E @\x15 "
b"\x01 É┌ø¸Sq}äF5j7uÑ\x14 "
b"""
\x01 É┌ø¸kr\n
öJçõ2ODV
"""
b"\x01 É┌ø¸êroä ┌█Côòô "
b"\x01 É┌ø¸írש&*\x12 4\x13 #Ï "
b"\x01 É┌ø¸╝rG░°¼\x15 ¤\x1A ÆÉ "
b"\x01 É┌ø¸ır¬ÉCLÊZlvê "
b"\x01 É┌ø¸Ýsg½×\x13 "È\x03 )└ "
b"\x01 É┌ø°\x06 q╣ÖäÒ╠┴Ò\x11\x02 "
b"\x01 É┌ø°\x1F rÔ▓$¹±ÕZ\x04\x00 "
b"\x01 É┌ø°9rEÂxj\x01 Cñj% "
b"\x01 É┌ø°Qs\x0F ¡D\x07 ┬Æ┤_* "
b"\x01 É┌ø°§rÕü[YØ┼Ýu« "
b"\x01 É┌ø¨\e r▓▓c\x0F »ê▓:─ "
b"\x01 É┌ø¨:sÎ▒\x7F\t `╗Ån% "
b"\x01 É┌ø¨Rsö×Rr¯4\v ▄é "
b"\x01 É┌ø¨nq:¢ uÆ┘\x13 þ, "
b"\x01 É┌ø¨åpK×`5¼ÛÓ┤q "
b"\x01 É┌ø¨ƒsÛ▓ú\x06 ')å½B "
b"\x01 É┌ø¨©pº▓5º\x1D\x12 )\x04 ò "
b"\x01 É┌ø¨ÐsäÖ┼Oöůü░ "
b"\x01 É┌ø¨ýpØ║DÔñ+L@└ "
b"\x01 É┌ø·\x05 p.▒á/v·ÉuÑ "
b"\x01 É┌ø· p╚Ç9æ\x1F\x04 \r Ñr "
b"\x01 É┌ø·9sqØ'µ>@¥Ö\x06 "
b"\x01 É┌ø·Qr\x03 ØLD¿ï¯ä\x07 "
b"\x01 É┌ø·kpPÆÄçÈ}|]Ç "
b"\x01 É┌ø·är\x13 À³Í£O█þM "
b"\x01 É┌ø·ƒrvÀ┬Ð&zlô░ "
b"\x01 É┌ø·ÀsÅè[▓?Ð\x7F GM "
b"\x01 É┌ø·Ëp¶½\x04 25ô\x19\x13\x01 "
b"\x01 É┌ø·Ùs»ÿúº¬}¡╦j "
b"\x01 É┌ø¹\x04 p÷«\x11 k¡ÜÛÏC "
b"\x01 É┌ø¹\x1E p²ÿfÃ\v I©N▒ "
b"\x01 É┌£\x13 ╩qõ│ì,êmNß· "
b"\x01 É┌£\x13 §sö½X=âÿ>»? "
b"\x01 É┌£\x14\x17 q'¿ü╝┐¢9ô\x03 "
b"\x01 É┌£\x14 1q░¡pM[^Ü% "
b"\x01 É┌£\x14 KpLôâ5g!&\x07 [ "
b"\x01 É┌£\x14 er\x1C ®Ð#*\x14\x16 ]\x1F "
b"\x01 É┌£\x14 ~s╠ö÷÷`┐\x15 h╔ "
b"\x01 É┌£\x14 øq\x0E ç┘╩»\x1A ¤û╝ "
b"\x01 É┌£\x14 Ár╗┐Ôÿ_ʪ. "
b"\x01 É┌£\x14 ÐrAâJ/ݪÔ7╬ "
b"\x01 É┌£\x15 óp┼┐╚Ë\x0F └S\x02 Û "
b"\x01 É┌£\x15 ¤r~ñíY■/╩õ\x12 "
b"\x01 É┌£\x15 ¶r*ØqÄo\e «vT "
b"\x01 É┌£\x16\x13 p\x0E è\x19 ã8Þ} \x7F "
b"\x01 É┌£\x16 /rYçrI·Æ╬6Ù "
b"\x01 É┌£\x16 Hs̃Ô\x1E\x05 ╬áB╗ "
b"\x01 É┌£\x16 bp%½\x00 t\x19 û┼Ø? "
b"\x01 É┌£\x16 {p\x11 Ümäôý{\x0F "
b"\x01 É┌£\x16 òs,½Bz┬└J0Ð "
b"\x01 É┌£\x16 »q¹╝&p¤}´5╠ "
b"\x01 É┌£\x16 ╚sä¡:\r \t Áâz\x12 "
b"\x01 É┌£\x16 µqKÜ\x06 jײæ®) "
b"\x01 É┌£\x16 sfèËý\x12 ┼Wߨ "
b"\x01 É┌£\x17\x1C p`â╗ËÞбÿ┬ "
b"\x01 É┌£\x17 5s╗º\x15 á}:êAq "
b"\x01 É┌£\x17 NsQ╗µ0¼ÛIX8 "
b"""
\x01 É┌£\x17 hp▀£I\n
=zLl\x18
"""
b"\x01 É┌£\x17 épãèpF\éΩ) "
b"\x01 É┌£\x17 Ør¼ê¶ ß┌Ûë§ "
b"\x01 É┌£\x17 Âs─äU|\f ┴û˾ "
b"\x01 É┌£\x17 Ës2ícº\x13 Í\x08 nf "
b"\x01 É┌£\x17 ýsØ¡z4?█\x02 äÉ "
b"\x01 É┌£\x18\t q\x12 ïxb-\x0F º6╠ "
b"\x01 É┌£\x18 "q¯î▓øÜUæ4─ "
b"\x01 É┌£\x18 ;q¥øè¡n\\x1A ô■ "
b"\x01 É┌£\x18 UpRÆûı╬µ▒╬â "
b"\x01 É┌£\x18 rp[┐┴Y!Ç╗N\x11 "
b"\x01 É┌£\x18 Åp¨ö\x15 ▀k░a[J "
b"\x01 É┌£\x18 ¿sÛª┐3┐Ï\f \x13 "
b"\x01 É┌£\x18 ┼qgÑëÌoêïFL "
b"\x01 É┌£\x18 Ìp┬Ǻ³P/▀×· "
b"\x01 É┌£\x18 ¸sIö2½╚╬ƒr² "
b"\x01 É┌£\x19 Ãp¢òa\x08 jm¨8» "
b"\x01 É┌£\x19 ¸qã¡M,>îk▄] "
b"\x01 É┌£\x1A\e s¥í²Mó÷\x17 « "
b"\x01 É┌£\x1A 8pÛé\x08 þõ>Z0/ "
b"\x01 É┌£\x1A Uq▒©P¥^╝¶FÝ "
b"\x01 É┌£\x1A nq\x01 Ö H6ð┤«e "
b"\x01 É┌£\x1A ïpYçEî-¬O}y "
b"\x01 É┌£\x1A ñp×ÂùÓ\e }]`¶ "
b"\x01 É┌£\x1A ¥shéaø¶¯┌q├ "
b"\x01 É┌£\x1A Îqb╗┴O█Çë}' "
b"\x01 É┌£\x1A rM©╩r░\x0E ?╔╦ "
b"\x01 É┌£\e\x0E rW½\v aÊaÙ|I "
b"\x01 É┌£\e 'réºþ\x11 ═»Ï\x1E á "
b"\x01 É┌£\e Ap ò·\x01 :ë'¡j "
b"\x01 É┌£\e Zsc╣-Bñã¿£/ "
b"\x01 É┌£\e tpá»POKÈ╬<\f "
b"\x01 É┌£\e ìrÙ¼þq═æýD\f "
b"\x01 É┌£\e ºp\x7F ¬─øO]¬À_ "
b"\x01 É┌£\e ┴r┬ärç\£àà┴ "
b"\x01 É┌£\e ┌qÁ▓rj█▀h¾Ð "
b"\x01 É┌£\e §qS椩\r D╠§ "
b"\x01 É┌£\x1C\x0E p©«¥½;Úÿ├E "
b"\x01 É┌£\x1C (sbà¢p]¨ho= "
b"\x01 É┌£\x1C Aq7Â╔ \v Kж% "
b"\x01 É┌£\x1C [s\v Ö"Øqd╗kZ "
b"\x01 É┌£\x1C tseô\x00 ╬:ü\x04 ┼/ "
b"\x01 É┌£\x1C ÄqµïC\x07 |wáãú "
b"""
\x01 É┌£\x1C ¿qtî\x10 !"Ú8\n
"""
b"\x01 É┌£\x1C ┴r:┐FÆ@®─Èd "
b"\x01 É┌£\x1C ┌p■á]\x08 ³\x11 Åk¹ "
b"\x01 É┌£\x1C ¶swâ║\x02 SLKb\x11 "
b"\x01 É┌£\x1D \r sóÑf^ã\e ã▒º "
b"\x01 É┌£\x1D 'pgûı¿ñ×\t\x0F W "
b"\x01 É┌£\x1D @sH┐┌(©VS2' "
b"\x01 É┌£\x1D Zr\x17 æ▄Q×\x7F e¶Æ "
b"\x01 É┌£\x1D sp¸▓£Ç\x1A\x13 .:ê "
b"\x01 É┌£\x1D ìrgî\x08 PM¥\x13 8Î "
b"\x01 É┌£\x1D ªq░Ü\x16 ÅîÝ▀ͪ "
b"\x01 É┌£\x1D └p_Ü×Ç6µUAV "
b"\x01 É┌£\x1D ┌q\v æíùT¢vçC "
b"\x01 É┌£\x1D ¾r\x0E âô\f z\f\x00 \r H "
b"\x01 É┌£\x1E\f sɽÐ\x18 uHáñ1 "
b"\x01 É┌£\x1E %rGø\x18 ]e╗\x1C Ó "
b"\x01 É┌£\x1E ?r\x02 ¿╬P▀├\x13 £ "
b"\x01 É┌£\x1E XrÏ║▓¯O\x1C }\x11 - "
b"\x01 É┌£\x1E qsb«<\v `ÆåËì "
b"\x01 É┌£\x1E ïp‗çî#ðÒ\r g³ "
b"\x01 É┌£\x1E ñr\x14 ▓UJOuÞ┬) "
b"\x01 É┌£\x1E ¢q╠¢:¡Ê`\x05 ÷d "
b"\x01 É┌£\x1E Îp▀Ñ`Ä\t ▒\x10 Ö3 "
b"\x01 É┌£\x1E ±p\x18 ░ïëO=\x1F ¢d "
b"""
\x01 É┌£\x1F \n
q┘ê╬×·UÑ",
"""
b"\x01 É┌£\x1F $s÷ÄkQ?│ÃÑ├ "
b"\x01 É┌£\x1F >p/┤>õ┐t7zÍ "
b"\x01 É┌£\x1F Wp<ƒÅo<sC[q "
b"\x01 É┌£\x1F qq¿×┼\x7F ÿ╠ı®º "
b"\x01 É┌£\x1F èpþÿ┬F\x10 ┼)}█ "
b"\x01 É┌£\x1F úsHÿõ\x05 ¬\x18 ´Ù\x0F "
b"\x01 É┌£7\x16 sÒòC!\x03 vBæ# "
b"\x01 É┌£7>pQ║╣\x07 ö▒Å{í "
b"\x01 É┌£7bq,Æ[│í┘\f Ï4 "
b"\x01 É┌£7~pß║aÎæ]F]é "
b"\x01 É┌£7ùpÖ¿\x0E åÙ╬┴ÝC "
b"\x01 É┌£7»qøÖ©Î\r »│8A "
b"\x01 É┌£7ÃsÌ«\x16 {¼9Wíï "
b"\x01 É┌£7Óq׬§─ı\x06 ┴úà "
b"\x01 É┌£7°pÖÿ|r}Í]Qƒ "
b"\x01 É┌£8\x11 r\x02 éZê±÷çl6 "
b"\x01 É┌£8*q¬Ñ8ë^?═7 "
b"\x01 É┌£8Cr¸øÕO\x0F\x05 *g\n "
b"\x01 É┌£8[p(¢°"u§╩\x1E È "
b"\x01 É┌£8trÂø┤1Âj];\x17 "
b"\x01 É┌£8ìs\x12 ô\x11 ²]\x1F Â\x1A Ç "
b"\x01 É┌£8Ñr\ô\╚V\x02 ╗╗ê "
b"\x01 É┌£8¥s║¼.┴Þ¬@õf "
b"\x01 É┌£8Íq═¡\x08 CÑ┘┌|& "
b"\x01 É┌£8´qáå°+╗\x1F Si\x7F "
b"\x01 É┌£9\x07 p\x02 ¿ì░ƒ]ªÛ÷ "
b"\x01 É┌£9 sıº\t L'■Û㪠"
b"\x01 É┌£98pÝù┌_*TÆ¯Ú "
b"\x01 É┌£9Qp\x7F ï÷H█+7d\e "
b"\x01 É┌£9isJö®Þ¢ù%░» "
b"\x01 É┌£9éq-ƒ|\x1E ╣ï^└ï "
b"\x01 É┌£9Ür ù¿\x16 E(Æ Á "
b"\x01 É┌£9▓sõ░õ╬¾\x04 qo╣ "
b"\x01 É┌£9╦sTøHA╣╦31e "
b"\x01 É┌£9Òr«T┤!d[Ìb "
b"\x01 É┌£9³qsºM|Bõ│uz "
b"\x01 É┌£:\x14 r÷äl\x7F\x16 i\x17 Pî "
b"\x01 É┌£:-q┼û\x1C\x19 q▓Ú\x10 « "
b"\x01 É┌£:Ep\x1C º╦Úy]ã¯┘ "
b"""
\x01 É┌£:^r\f ¼\n
╣8ü¨1ƒ
"""
b"\x01 É┌£:vq΃QX┌┐GÐô "
b"\x01 É┌£:Årú\x1C éT¦╦Ù\x1A "
b"\x01 É┌£:ºpÖö¿«gÐ+÷ý "
b"\x01 É┌£:└qI┐XY-I\x1D °· "
b"\x01 É┌£:Ïs7Ç0╗?\x10\x02 yø "
b"\x01 É┌£:±qn×Mrë®|n═ "
b"\x01 É┌£;\t ru«\x19 .µ'ñz÷ "
b"\x01 É┌£;"q§ä·»~Ðð`µ "
b"\x01 É┌£;:r\t Ç"ls]\t Åó "
b"\x01 É┌£;Sr\x0F Â\x08 Ù\x1F =\x1D R0 "
b"\x01 É┌£;ks:¢!1tbd\x08 "
b"\x01 É┌£;äp<ñkûd\x16 x© "
b"\x01 É┌£;£q}ÿ§Â\x04 <I¬L "
b"\x01 É┌£;Árpª¸┌\x19 II*¡ "
b"\x01 É┌£;═q├©PKpªf\x7F ├ "
b"\x01 É┌£;Ûr\x00 àí ─█F9: "
b"\x01 É┌£<\x02 qËökY\x14 ð\x1A ┐¹ "
b"\x01 É┌£<\e p·ë0\x1F «Uvhâ "
b"\x01 É┌£<3s+êæTö9┤$ã "
b"\x01 É┌£<Kq³ùI╣<s\x10 6▄ "
b"\x01 É┌£<dq%┤╣t\x14 Ir\x1F ▒ "
b"\x01 É┌£<|r╬º\x03 J\x03\x18 ╬*G "
b"\x01 É┌£<òrm£§\x06 P×╗▓» "
b"\x01 É┌£<¡sðÑ«²pU\x16 Læ "
b"\x01 É┌£<┼qEò\x0F ä#Ì┌Çf "
b"\x01 É┌£<ÌpPèÇ├\x0E ´'´& "
b"\x01 É┌£<÷q`ÉÀí╬O└0k "
b"\x01 É┌£=\x0F rp╝1t┼rüfS "
b"\x01 É┌£='s═▒h│ƒÉ╬? "
b"\x01 É┌£=@p6Å:ËD³¨ j "
b"\x01 É┌£=Xr"ùP9dòÕ¬Q "
b"\x01 É┌£=qs~ºûR┤\x11 ÿO, "
b"\x01 É┌£=ër─ïƒD ¶\x03 .7 "
b"\x01 É┌£=ór\x16 ©`\x19 ─¦┐ûÅ "
b"\x01 É┌£=║p▓¿¯ý0JÁ┘ó "
b"\x01 É┌£=Ës┐ñÄè\ \x02 ÂI "
b"\x01 É┌£=Ùp×ï├Q³■┌\x1A ª "
b"\x01 É┌£>\x04 q║║D½─V\x19 ©0 "
b"\x01 É┌£>\x1C qaæÐ\x04 \r Õ¡cë "
b"\x01 É┌£>5p┼å\e Õ:¥ë÷» "
b"\x01 É┌£>Ms®Å▒éxül┤_ "
b"\x01 É┌£>esá®╚ý\x15 {│ "
b"\x01 É┌£>~rªå‗èa║fØÙ "
b"\x01 É┌£>ûpxïþ8\x17 ¨u©Ï "
b"\x01 É┌£>»sEøÐÊ╬Èbƒ\x06 "
b"\x01 É┌£>ÃpÖ▒@(┐ Ã-\r "
b"\x01 É┌£>▀sáù\x18 ë╦Æõö\x18 "
b"\x01 É┌£>°s╣êÿ\x1D <■)5\x1C "
b"\x01 É┌£?\x10 rä▓Ç\x18 -cÄ\e ı "
b"\x01 É┌£?(pz©.ß┼ùô$U "
b"\x01 É┌£?Ap\v ì▒\t .¬Lب "
b"\x01 É┌£?Yqô঩Ü╦lyr "
b"""
\x01 É┌£?qq■×èp╚\x01 >\n
d
"""
b"\x01 É┌£?ër«¿\x07 [\x03\x1A ╚l\x1A "
b"\x01 É┌£?ísºè8iqÎ╗Æ└ "
b"\x01 É┌£?║qvª"«■Þ2Ù┬ "
b"\x01 É┌£?Êp▓åò╩ì\x01 m╬r "
b"\x01 É┌£?Ûq±¿}▄Ï\e ▄Ë├ "
b"\x01 É┌£@\x03 q_Â\x01 à\x03 fÐÅT "
b"\x01 É┌£@\e q*¿Éò▓Ó├,] "
b"\x01 É┌£@3rjò_ù¸\x01 R│▀ "
b"\x01 É┌£@Lqo¿╝Àú«0© "
b"\x01 É┌£@dr\x11 ®, ┌\x0E çï‗ "
b"\x01 É┌£@|pyâáÚ}mß³n "
b"\x01 É┌£@òsá£$\x17 ½Ûj » "
b"\x01 É┌£@¡pïê\x0F █ƒl§ÎØ "
b"\x01 É┌£V.q¦ù)├üT┐X\x1E "
b"\x01 É┌£VKpÚáá¿┼«À÷\x1A "
b"\x01 É┌£Veq)║d®Ê¿ø'\x11 "
b"\x01 É┌£V~qߣı╠bU«0\x18 "
b"\x01 É┌£Vÿs├╗³pfw▓\x1A N "
b"\x01 É┌£V▓r¹Ñ▄ût╝í\x19 v "
b"\x01 É┌£V╠qèäG┴èEÀk¸ "
b"\x01 É┌£Vµpxê×Ã:s÷\x10\x1D "
b"\x01 É┌£V rì¢OÃн˺┬ "
b"\x01 É┌£W\x19 sÔä.╔¡ª|!± "
b"\x01 É┌£W2qp╝u\f ┬³\x06 ]\x08 "
b"\x01 É┌£WLsuÜ4ô╝ÎÑÅÎ "
b"\x01 É┌£WescìÔ╔Zîª┴P "
b"\x01 É┌£W\x7F q å░®|^¨┘‗ "
b"\x01 É┌£WÖp²│ÛB\x1D Á\r ìE "
b"\x01 É┌£W│q\x18 Ö"hıíwr\x14 "
b"\x01 É┌£W╠rÓÇEÒsq\e %Z "
b"\x01 É┌£WÕrÚÇtMMAC 3 "
b"\x01 É┌£W²sÙ┤®#¥×uÉþ "
b"\x01 É┌£X\x16 r+¬akü└Vp) "
b"\x01 É┌£X.pÚëá|/T\x13 Õ£ "
b"\x01 É┌£XGr¬│\x02 ;ry£Jø "
b"\x01 É┌£X`pìí4b■‗~rÝ "
b"\x01 É┌£Xxp~½¸Tx1P§1 "
b"\x01 É┌£Xæp▒éÈIIczE═ "
b"\x01 É┌£X¬qaé;ùm\x19 2þ> "
b"\x01 É┌£Xãsdá¿▄╩ÖÐ> "
b"\x01 É┌£XÌssû·i═2}!H "
b"\x01 É┌£X¸rLé1\x1F î-@\x1A\x15 "
b"\x01 É┌£Y\x12 qgÂT¸±\f Úè "
b"\x01 É┌£Y*rvæ├í!üíß "
b"\x01 É┌£YIråçƒ\v ÅìÑî" "
b"\x01 É┌£Yas´¼~µòùÔÅX "
b"\x01 É┌£Y}ph»\x12 k\t e^o╚ "
b"\x01 É┌£Yûrg╗▄\x03 Ú\x15 %\t a "
b"\x01 É┌£Y«p*ï\x05\x1D\x08 ¿°Ûì "
b"\x01 É┌£Y╔s╠ÆË³▓¡/┐§ "
b"\x01 É┌£YßrʃÛ\x16 ^Ȩà "
b"\x01 É┌£Y³s½ö«í?{GV¾ "
b"\x01 É┌£Z\x15 q&ôRëVÏÁßE "
b"\x01 É┌£Z1p©úÞGÕÝ┘Óà "
b"\x01 É┌£ZJs«╝Â&SVì7¦ "
b"\x01 É┌£Zfr<à¢\v ç\x1D ß┤m "
b"\x01 É┌£Z\x7F q\e ر┴ï═Ñ{{ "
b"\x01 É┌£Zùp\x00 Å╠Ï\x13 ¿úu< "
b"\x01 É┌£Z▓qU╝¸ ▄àLPO "
b"\x01 É┌£Z╦qÏéK\x1E ├\x1E èO\x00 "
b"""
\x01 É┌£ZÞqPØ(/x\x08 E\n
Ø
"""
b"\x01 É┌£[\x01 qjÉàÔÁpä}k "
b"\x01 É┌£[\x1D ssÿ┼áe«ZNø "
b"\x01 É┌£[5sa│æ´Æ\x1A =å} "
b"\x01 É┌£[NpüØg\x00 ▀,Ø-╠ "
b"\x01 É┌£[iq`ç5[JôY²- "
b"\x01 É┌£[ürê¥q\x19 T]\f\x1C ä "
b"\x01 É┌£[ØsıÉ╗'73╔;▄ "
b"\x01 É┌£[Áp\x18 ë\x17 Énp├\x10 T "
b"\x01 É┌£[Ðs\x10 Ä\x19 BC¦\x1E /¸ "
b"\x01 É┌£[Ûq▒»├▒ıcÝsË "
b"\x01 É┌£\\x06 p]ó°X¶?├×R "
b"\x01 É┌£\\x1E r│┐¢]úKà6¹ "
b"\x01 É┌£\7p$┐Ú%|E!«x "
b"\x01 É┌£\Rp·ÜÝÕbÐ¥M< "
b"\x01 É┌£\kr├¼}ÒÙTw3¥ "
b"\x01 É┌£\ëpÓé╬╩\f h¢TQ "
b"\x01 É┌£\ór³Ö5À¥q\x15 ┴░ "
b"\x01 É┌£\¢p©║Qm▀G~\x14 ╝ "
b"\x01 É┌£\Ípï╗[WÅ\x1E 1BÄ "
b"\x01 É┌£\‗s$┤½\x05 ºgÄLÆ "
b"\x01 É┌£]\v rºô└\x02 .ùì]° "
b"\x01 É┌£]$q-║ ç7öq®\x0F "
b"\x01 É┌£]?róí\x15 ß░^\x03 ▓Õ "
b"\x01 É┌£]Xq╬âñÈ_PJP╚ "
b"\x01 É┌£]tqO£#KIá\x01\x19 ü "
b"\x01 É┌£]ìs│░o▀,Bgwä "
b"\x01 É┌£]®pÖ½Iî5Ôø║╗ "
b"\x01 É┌£]┬qÀ▓êTsä£ê® "
b"\x01 É┌£]┌rðè<)¨óò\x00 ó "
b"\x01 É┌£]§päè4C¡1\x1F 8À "
b"\x01 É┌£^\x0E p╔¢Ä»g│Au\x11 "
b"\x01 É┌£^-sÊø1tGu╗\x17 Þ "
b"\x01 É┌£^Epßì´\t «{\x00 ═< "
b"\x01 É┌£^aqÚâ.¡\x02 H╣\x1C 0 "
b"\x01 É┌£^zq═│ 5å\x05 NÖ! "
b"\x01 É┌£^Æqƒÿd┐w\x1A %9K "
b"\x01 É┌£^¡qSêÒ´┴éá\x01 è "
b"\x01 É┌£^ãs░Ø1wµtsQó "
b"\x01 É┌£^ÒrLìã\x1C c└F"╝ "
b"\x01 É┌£^³s■Ñøå░:³█p "
b"\x01 É┌£_\x18 säÂ÷┤ð?─Ð\x02 "
b"\x01 É┌£_0pÜèý§*nÌõ= "
b"\x01 É┌£_Lp╩ÄQúaj\x15 ╦. "
b"\x01 É┌£_eqÂì┼ßb┴×\x7F # "
b"\x01 É┌£_~q.à5\f Ñ\x1E Ò╩Ì "
b"\x01 É┌£_Ös\x01 ×eE¿º]¦┼ "
b"\x01 É┌£_▒se┐ò#s\x1F %\x13 ╗ "
b"\x01 É┌£_═r©ÄË\x14 ý¢@┼ý "
b"\x01 É┌£_µp»ÂÅÚêÃÓla "
b"\x01 É┌£`\x02 p\x1E ºD¼┬x8\x16 © "
b"\x01 É┌£`\x1A p\x19 ¬B©\x04 aR╚/ "
b"""
\x01 É┌£`3p]©Íhıo\n
$Å
"""
b"\x01 É┌£v·s ƒÇØãð®e\e "
b"\x01 É┌£w#qæ©É§╠§`õ "
b"\x01 É┌£w?s▀Éæè£ù-ı\x11 "
b"\x01 É┌£wXq▄Æ®F\x15 WÛ?é "
b"\x01 É┌£wrq^ÿѨÈÎ2\x13 É "
b"\x01 É┌£wïr╠ÿqô\f ýXÉ\x19 "
b"\x01 É┌£wÑq\f â\x08 °©]<|B "
b"\x01 É┌£w¥sfÜ¢L!┌P╦h "
b"\x01 É┌£wÎr ¡█ÎT\x1A Ü╚░ "
b"\x01 É┌£wrëó\x10 å╝\t\x0E ®U "
b"\x01 É┌£x\t s$æ\x14 û¾Í░ê "
b"\x01 É┌£x"p"£Ô3Â}v%\x1F "
b"\x01 É┌£x;qÀó C²\\x16 Àƒ "
b"\x01 É┌£xUs#«\x12 Û-\r jEM "
b"\x01 É┌£xnpÇ®þ\x07 K´J.─ "
b"\x01 É┌£xçp┘ë|ÓÞ\\x03 /6 "
b"\x01 É┌£xírá┐5X\r \x1C ?ðd "
b"""
\x01 É┌£x║p§╗ë\x04 ãÁ\n
|*
"""
b"\x01 É┌£xÈr]▒ÇWûZ\x04 TÒ "
b"\x01 É┌£xÝpÉÄA¢É\x03 Éõ\x13 "
b"\x01 É┌£y\x06 pÜ░ù1xv:UÜ "
b"\x01 É┌£y\x1F r▓»áy\x00 ¿s³£ "
b"\x01 É┌£y8q'ç"┴î.?aæ "
b"\x01 É┌£yRsIá╬¬*─ÕF┬ "
b"\x01 É┌£ykrþû¥■°î\x7F 3j "
b"\x01 É┌£yäs9ê¡»░Ãù\x19\x04 "
b"\x01 É┌£yØq▓Áy└\x06 l╬àÐ "
b"\x01 É┌£yÂqõôƒ\r ╦ö│×® "
b"\x01 É┌£yðr3¬Wámðû┘¦ "
b"\x01 É┌£yÚrÕ׳#¯k ×à "
b"\x01 É┌£z\x02 r\t ¼\x02 ÇıÂ8\x02 ` "
b"\x01 É┌£z\e rìÄj\x17 e8B-Û "
b"\x01 É┌£z4sUÄGjP\x01 ╔\x00\x19 "
b"\x01 É┌£zMpªíCqeƒ‗├" "
b"\x01 É┌£zfqkà┤ºF@Du¹ "
b"\x01 É┌£z\x7F p$íZÕfÐûìI "
b"""
\x01 É┌£zÿs¥ÖlA3\n
Dßé
"""
b"\x01 É┌£z▒s'é¦1ª,Ç?£ "
b"\x01 É┌£z╦rÈ®7Ø~k.Ýã "
b"\x01 É┌£zõpÚªZäÊÆÓ¨æ "
b"\x01 É┌£z²q°ê─┐rXþ»\x1D "
b"\x01 É┌£{\x16 p2å┬Y û\x19 ;7 "
b"\x01 É┌£{/rżk&\x00 W\x19 æ* "
b"\x01 É┌£{Hq░â\x19 L¤÷'²┤ "
b"\x01 É┌£|RrK¥A{âÊ\x13 ( "
b"\x01 É┌£|qr8Ñ4┤\x15 ã0'$ "
b"\x01 É┌£|ïr4º\x19 ÿV³g\x15 t "
b"\x01 É┌£|Ñq÷▒╠eí3â▄^ "
b"\x01 É┌£|¥q\x1C ¿×~\x16 ¾É÷¸ "
b"\x01 É┌£|Ïs:À╔ våDOL "
b"\x01 É┌£|‗rDÁÛíc9õÎ= "
b"\x01 É┌£}\f sè┐iöY£?┼× "
b"\x01 É┌£}&pR▒0│ø▓Z╠Ç "
b"\x01 É┌£}@ráÂñû╬$\ÖZ "
b"\x01 É┌£}Yq0ª▄$\x15 :¸<U "
b"\x01 É┌£}ssbܼo\x12 ¨¯°g "
b"\x01 É┌£}îsIñ|▓@─+╔█ "
b"\x01 É┌£}Ñq}â¬\x18 ╔´¢▒¾ "
b"\x01 É┌£}¥sà┐é}\x1F\x13 òíö "
b"\x01 É┌£}Îp┌╣\x16 ▓#AØs╣ "
b"\x01 É┌£}p¿Ø\x0F ÄbV¹v\x0E "
b"\x01 É┌£~\t q\x1C öø\e Ê}nD\x1C "
b"\x01 É┌£~"s\x06 íÈS\x02 Ê\x02 @Ç "
b"\x01 É┌£~;s┼ô╩Ã╚¹Àá\x1E "
b"\x01 É┌£~TpPü┼\x08 äþ┐Í "
b"\x01 É┌£~mpÆü%57¨òö¶ "
b"""
\x01 É┌£~çsð▒ÎD\n
ù═╦Í
"""
b"\x01 É┌£~ásì]æG\f â╔) "
b"\x01 É┌£~╣pÏò¶┌Y׿½ß "
b"\x01 É┌£~ÊqI│L®L{Ì╚ö "
b"\x01 É┌£~Ùq¨Áħѳ>Oÿ "
b"\x01 É┌£\x7F\x04 p`│╦/8└\x00\x1E Æ "
b"\x01 É┌£\x7F\x1D pãëù±2h\x1A í╩ "
b"\x01 É┌£\x7F 7qvÀ‗¨4!;éÉ "
b"\x01 É┌£\x7F Qpâ£òíô0ТŠ"
b"\x01 É┌£\x7F kq\e ¼E\x1E r}5\x0E\x08 "
b"\x01 É┌£\x7F àp║»\t iò~wq\x04 "
b"\x01 É┌£\x7F ƒs ƒ┘¤`\x04\x0F n "
b"\x01 É┌£\x7F ╣p¼¢\e ×r)\x1C ³i "
b"\x01 É┌£\x7F Êr┼êqn\x00 *U!` "
b"\x01 É┌£\x7F ýs╠¥ARÛ³æl┐ "
b"\x01 É┌£Ç\x06 pD¥ÏZC¤W╝ "
b"\x01 É┌£Ç q╗ì║ #7Ð#+ "
b"\x01 É┌£Ç:sÈ»U®>FÇ\x03 Ø "
b"\x01 É┌£ÇSs\f ò±P▓gÃØs "
b"\x01 É┌£Çmq\x0F «\x0F Þë?╔P: "
b"\x01 É┌£ÇçsjÄI%¢×º&H "
b"\x01 É┌£Çís8Ü=´¡§ØXt "
b"\x01 É┌£Ç╗p¤ó\x11 ┼╦d×£2 "
b"\x01 É┌£ÇÈq\x18 ÑîS©m§▀¤ "
b"\x01 É┌£Ç¯r6«èiDf6Õ┌ "
b"\x01 É┌£ü\x08 qÍä&é╬\x11 U»q "
b"\x01 É┌£ü"s¤¼■o\x1F ¶ ó' "
b"\x01 É┌£ü<qMÿ¤²╚ëunó "
b"\x01 É┌£üVq\t ¼¶LY■,ı£ "
b"\x01 É┌£üopi¥\x10 ê|ßD57 "
b"\x01 É┌£üëqøáÏspÚÎ\x17 × "
b"\x01 É┌£üúq\x10 å\x17 àÓpº\x06 ╦ "
b"\x01 É┌£ü¢qIÉ\x15 █æ,4®Î "
b"\x01 É┌£üÍsý×\x03 Ìß\x12 Ú®┬ "
b"\x01 É┌£ø\x19 r=╗ÿ░\f Ñ^\x1F "
b"\x01 É┌£øGp±ú¾þ³cßS "
b"\x01 É┌£øqrAô\x18 ]=¡ü\x1D É "
b"\x01 É┌£øûq├╝\x10 fÌÝÓã "
b"\x01 É┌£øÁsá®ØÄpdA[\x15 "
b"\x01 É┌£ø¤pn¥\x05 ·┐DtæÍ "
b"\x01 É┌£øÚq«×ý▀■õípm "
b"\x01 É┌££\x03 qÝóA¡╔ó÷\x17 ¹ "
b"\x01 É┌££\x1E q½│K¢Ú\x08 ¸\e Í "
b"\x01 É┌££9sÈ×mÉ■:΢Π"
b"\x01 É┌££TrvÉò'/åÓáå "
b"\x01 É┌££nqÖíS┐ß%▀\x08\e "
b"""
\x01 É┌££êpKæÊ─ïÜ\n
!õ
"""
b"\x01 É┌££óqoÖ%¢_;ü║¹ "
b"\x01 É┌££╝pLØ¿╦}\x10 ø²\x17 "
b"\x01 É┌££Íp┘äM«Æ┬╬\x06\x13 "
b"\x01 É┌££q!®░\t ÍX£Ñe "
b"""
\x01 É┌£Ø\n
p▒£²re\x03\x15\t ½
"""
b"\x01 É┌£Ø$sà»Õ\r .æv\x1D ó "
b"\x01 É┌£Ø>sh®ÿê■Î\v\x1D Ù "
b"\x01 É┌£ØXq7ûô ╬£0$\x01 "
b"\x01 É┌£Øqqýý\x10 ╣\x16 Ú-Y "
b"\x01 É┌£Øîq\x02 ×\x00\x08 ã3xX\x08 "
b"\x01 É┌£ØªrùèK\x00 ┘?îÕ/ "
b"\x01 É┌£Ø└p6ûÚoó╔t╠º "
b"\x01 É┌£Ø┌r\x05 ÄÂq\x1A ▓\e åø "
b"\x01 É┌£Ø¾rjìÿV6(ýj┬ "
b"\x01 É┌£×\r phÖ±Ú!+ö¿ "
b"\x01 É┌£×'p·è¾|Pdƒ²\e "
b"\x01 É┌£×ArrÑ\x19 ıJºøf\x0E "
b"\x01 É┌£×[r-ÖßÔÇ╠ "
b"\x01 É┌£×ur\x1E ƒ\x15 ╦á|Jg█ "
b"\x01 É┌£×ÅqÃä¨j╦ïÅqç "
b"\x01 É┌£×®r├¬>└ WXßn "
b"\x01 É┌£×├s;î`o_£׸ "
b"\x01 É┌£×¦rªíÉJ0$.À "
b"\x01 É┌£×¸p\x18 ©Ìÿ‗\e w£g "
b"\x01 É┌£ƒ\x11 s_¬÷ðN\r ╠sA "
b"\x01 É┌£ƒ+s├åp┌ÅJßøB "
b"\x01 É┌£ƒEq¼¥Ö¹bñ¬ö1 "
b"\x01 É┌£ƒ^p\x01 áIk¿$Ʀ\n "
b"\x01 É┌£ƒysAÄë½{{µÀã "
b"\x01 É┌£ƒÆr£ç\x0E ~Ñ─ s¸ "
b"\x01 É┌£ƒ¡s╚É├þ,¿ü]+ "
b"\x01 É┌£ƒÃs¶Ü\f µ╠=7k; "
b"\x01 É┌£ƒßq´Æ³±P█\x13 Óp "
b"\x01 É┌£ƒ·rÏÀ&\x01\f ÖD‗È "
b"\x01 É┌£á\x15 qñçà2mu5·s "
b"\x01 É┌£á.rØÆ░SIrYµ" "
b"\x01 É┌£áIs\x01 £\x11 Õ┘%¾|9 "
b"\x01 É┌£ábqmé\x18 ╦Yº¦að "
b"\x01 É┌£á|qðëm\x13 ±╠²J¢ "
b"\x01 É┌£áûpéùoMÕ\x12 ├ÃÌ "
b"\x01 É┌£á░qúÁY╚sW¶ØÀ "
b"\x01 É┌£á╩s'Á/\x1C +¨NÆÿ "
b"\x01 É┌£áÕpsÖ{ç░GÇ`┌ "
b"\x01 É┌£á p¸æWBH¹\x7F\x10 : "
b"\x01 É┌£í\x19 sË┐QdÉâä┌ƒ "
b"\x01 É┌£í3p\x00 ┤X\x02 G\t _└â "
b"\x01 É┌£íMsV░█ı_|Ð[Ü "
b"\x01 É┌£ígs-ìøûK-÷▄ "
b"\x01 É┌£íüq)½¸\x13 ░jô¢\x05 "
b"\x01 É┌£íøq┬¬ Ç\x1C «÷d' "
b"\x01 É┌£íÁs%┤]■Ë\x04 W C "
b"\x01 É┌£í╬qÜó\x08 ÿʃ=ôÛ "
b"\x01 É┌£íÚq®ª\x14 êÛOIõn "
b"\x01 É┌£ó\x03 q╠óýw?Bä'! "
b"\x01 É┌£ó\x1D rLí]êgÝ)ú¥ "
b"\x01 É┌£ó6q ÄÌ ╦│>Þî "
b"\x01 É┌£óQsmáÁ\x01 ]§Ðâu "
b"\x01 É┌£ójsIÂ=├\v Ö@-t "
b"\x01 É┌£óàqµéïoÄüÀ[┤ "
b"\x01 É┌£óƒpD¬Ð\x04 "±º¤Ê "
b"\x01 É┌£ó╣r2£\x0F ü`cH3: "
b"\x01 É┌£óÊp\x15 äô║úÌÓ\x11 ) "
b"""
\x01 É┌£óýpx½\n
Ð3\x01\x08 )¤
"""
b"\x01 É┌£ú\x06 s?ç4■\v $\x11 V? "
b"\x01 É┌£ú sQ▓¶gæþ¶Ñn "
b"\x01 É┌£ú:rü¡jöd\r Â\x07 ÿ "
b"\x01 É┌£úTs■┐ã\e Q\x1C Ów▓ "
b"\x01 É┌£únrª┤½t,¹╦WÍ "
b"\x01 É┌£úês]övDØcË╬l "
b"\x01 É┌£úíp\x15 ªà\x17 ╬á\x17 ¦º "
b"\x01 É┌£ú╗r\x1F ╣m\x17 ▄ûk─\x06 "
b"\x01 É┌£úısµç8´wÊbGä "
b"\x01 É┌£ú´p╠«{úÎÔl─a "
b"\x01 É┌£ñ\t q»╣>ùy¤└╣V "
b"\x01 É┌£ñ"r\x07 ïê ø\x01 »¨E "
b"\x01 É┌£ñ<p\x1E à-D\x7F »Í-û "
b"\x01 É┌£ñVr\x18 £ãlıay7ú "
b"\x01 É┌£ñpr½úÂı!┌8§ "
b"\x01 É┌£ñës\x08 Äı┘òñBÔ´ "
b"\x01 É┌£ñúq\x06 ╝\x03 ░.¾,═' "
b"\x01 É┌£ñ¢p┤¬á6ÛGE‗® "
b"\x01 É┌£ñÎr\x18 ¡zæ7\x10 wØy "
b"\x01 É┌£ñpZ¼┼uõÚêQ¹ "
b"""
\x01 É┌£Ñ\n
sÈçÊ}³PoGÁ
"""
b"\x01 É┌£Ñ$qîÜ)\x13 Ë\r ╦qä "
b"\x01 É┌£ÑBqOàu®▓aHj\e "
b"\x01 É┌£Ñ[pK╣sƒ╠ÚÔ@║ "
b"\x01 É┌£¢└p¡ƒ┴åYà \x12 © "
b"\x01 É┌£¢±s\x16 ò\x11\x03 s|hD\x11 "
b"\x01 É┌£¥\x1A rE£ô¨\x01 '┬\v\x06 "
b"\x01 É┌£¥4pıÂ:£mâ╩┤L "
b"\x01 É┌£¥Pr─ï└xw║\x1F óê "
b"\x01 É┌£¥jqkñ\x1D ?LÊþçO "
b"\x01 É┌£¥ärÈáþ▀U\x7F ƒEï "
b"\x01 É┌£¥×pNÁ■yЫÖþ1 "
b"\x01 É┌£¥Àq7┤ó©}ìV╬× "
b"\x01 É┌£¥Ðq‗Åu\x16\x1C Ï\x02 cÊ "
b"\x01 É┌£¥Ùr~┤å¨\x18 å5¾? "
b"\x01 É┌£┐\x05 s®ô\x10 ÍM1³·\ "
b"\x01 É┌£┐\x1F pÒü¨: Å\x08\x16 i "
b"\x01 É┌£┐:r═æ!RØ┌6ê\x08 "
b"\x01 É┌£┐TrØíhòõl0Ñ║ "
b"\x01 É┌£┐op\x10 ë_\x12 z┼åƒY "
b"\x01 É┌£┐ësüå\x08 ¦Æç╠ÐÌ "
b"\x01 É┌£┐úqäÁ&f\f\x17 ?Zx "
b"\x01 É┌£┐¥põƒlÝ-.F%D "
b"\x01 É┌£┐Ïrò¬ãÏ▄Ü╦÷\x18 "
b"\x01 É┌£┐‗r╝▒\x7F ¤æ¸Æ\x16 À "
b"\x01 É┌£└\r p¿▒:=\x1F ÛH┼ë "
b"\x01 É┌£└'qêê±+\x14 zäÜÞ "
b"\x01 É┌£└Ar<½i`¼\x0F < ╠ "
b"\x01 É┌£└]q:æ¦╝ö╝╬¢a "
b"\x01 É┌£└ws»è,AQ┴;\x08 9 "
b"\x01 É┌£└æpƒ«æ÷\x12 :-╦ "
b"\x01 É┌£└½r┐┐^\x01 o\x13 T! "
b"\x01 É┌£└ÃpÜè~╩aÔ1ä4 "
b"\x01 É┌£└ßq\x1C ×╣°\x07 ▒°\x18 ¾ "
b"\x01 É┌£└ sküHb¡vnx1 "
b"\x01 É┌£┴\x19 sÁ×Kª¥┌┌\x02 Õ "
b"\x01 É┌£┴3q}Æ>øþÛ╔HÁ "
b"\x01 É┌£┴Mr!½│.J^5┘█ "
b"\x01 É┌£┴gr¤ÜHJö─wp½ "
b"\x01 É┌£┴üsãÀ╬└\t wv¡┼ "
b"\x01 É┌£┴øpeÄÿ°¼\x04 ºR[ "
b"\x01 É┌£┴Árgë\x11\x02 p╗¿▓ "
b"\x01 É┌£┴¤p.ܼkC\x16 èÙ "
b"\x01 É┌£┴Ús\x05 Ø]ÿ'dìÅú "
b"\x01 É┌£┬\x03 sÿ│:&Ä\x1D\x1C Y "
b"\x01 É┌£┬\x1D q±èd9─■'µõ "
b"\x01 É┌£┬7p}ïůr'öX$ "
b"\x01 É┌£┬Qs\x1A ña!\x17 .▀n\x01 "
b"\x01 É┌£┬ksI»½gºX\t ¼Ð "
b"\x01 É┌£┬àr2«X\x00 ─\e Whì "
b"\x01 É┌£┬ƒq×╗¦+Å\x08 ó¦Ä "
b"\x01 É┌£┬╣sîë®Ñ'Ý\x00 H´ "
b"\x01 É┌£┬ËsÎé╣¦Z¾-~■ "
b"\x01 É┌£┬ýpOú:┼:\x08 ╬ê\x1A "
b"\x01 É┌£├\x06 r£Øs5ÁØ5\x1F Å "
b"\x01 É┌£├ qâ®╗▓ Ðc¬J "
b"\x01 É┌£├:pgÇûKßÙk╚a "
b"\x01 É┌£├Ts\x19 Ü┌\x02 á\x13 Ø\x05\x17 "
b"\x01 É┌£├nqú¿@·#<VXö "
b"\x01 É┌£├êp´Áª\x18 █ë=░¢ "
b"\x01 É┌£├úr\â)$╔§ªÔ( "
b"\x01 É┌£├¢sıà&ÆØU9\x00 } "
b"""
\x01 É┌£├Îs\x11 ê╦b\n
m\x15 y\x1F
"""
b"\x01 É┌£├q╬ô▀Y#\x17 ▒ã- "
b"""
\x01 É┌£─\n
pG«9²)\t É█\x0F
"""
b"\x01 É┌£─$p‗ñ¼#ó═\t\x18 ! "
b"\x01 É┌£─>rWìyôcå\x13 ÄY "
b"\x01 É┌£─Xq█Àb╝px'\└ "
b"\x01 É┌£─rs¤éʃuÕ(ûã "
b"\x01 É┌£─Épø¢yý_¦\x15 åï "
b"\x01 É┌£─¬q¢«çöÍPDƒ» "
b"\x01 É┌£──r\x1A î&¤Þ©ïÁy "
b"\x01 É┌£─Ìs>┤Éïó■\x0F Ã| "
b"\x01 É┌£─°s¨¼^F±ÆK\x10 à "
b"\x01 É┌£┼\x12 qAéhÄ4‗\x15 *® "
b"\x01 É┌£┼,sÂÜÁ╣oUXg─ "
b"\x01 É┌£┼Fp~░¦5\x14\x14 Kg║ "
b"\x01 É┌£┼`s¤ëºò8z\x10 9F "
b"\x01 É┌£┼zqÄüÉ[iÕ╩®y "
b"\x01 É┌£┼örqô─æDrÃ8* "
b"\x01 É┌£┼«pwÇ\x1C ═┤\x08 ▄S\x1F "
b"\x01 É┌£┼╚rTï/άÍX_Ç "
b"\x01 É┌£┼Ôqè«NÂСª@³ "
b"\x01 É┌£┼³r@ÇII¶&ÄRg "
b"\x01 É┌£ã\x16 pV░@H£\x1F ƒ▀/ "
b"\x01 É┌£ã╠q╩á±╔Eû├;` "
b"\x01 É┌£ã¶rk×\x13\t ºCgjö "
b"""
\x01 É┌£Ã\x14 q¹ì\n
\x1D ù¬Ðï\
"""
b"\x01 É┌£Ã.r\x7F »1;Éz┴rÓ "
b"\x01 É┌£╚"pz┐=╠Ì`Ç\x13 Î "
b"\x01 É┌£╚KsL»;¯*ëX\x12\x15 "
b"\x01 É┌£╚ks×úG<ït(µ@ "
b"\x01 É┌£╚às\e £ì▒w%)ñ‗ "
b"\x01 É┌£╚ƒq©ú\x1F ╠Fý┴Nf "
b"\x01 É┌£╚╣q¬ÑÍ';\x18 sø╦ "
b"\x01 É┌£╚ËqUîyÉÆı\x1A 4û "
b"\x01 É┌£╚Ýqw╝u5«"&▓È "
b"\x01 É┌£╔\x07 p=¥$óù=\x13 ¢─ "
b"\x01 É┌£╔!rîÿ╠*╠?sM§ "
b"\x01 É┌£╔;r█©^eQ#ùæd "
b"\x01 É┌£╔Ws\x07 ▓îÈîÄa\x1A ƒ "
b"\x01 É┌£╔ss:╗h¿¯álÊÁ "
b"\x01 É┌£╔ìqkÄýUÒ*Dò\x14 "
b"\x01 É┌£ÔÄq|╝\t\x05 E+LbÑ "
b"\x01 É┌£Ô╝r!ïJ<Sïh¡â "
b"\x01 É┌£ÔõsL£╩g╠ïû . "
b"\x01 É┌£Ò\x05 pXÄ¿sSüÂ│n "
b"\x01 É┌£Ò rª│Ï\x03 iH¬·G "
b"\x01 É┌£Ò:p\x02 ×\f ║r▄&ê\x02 "
b"\x01 É┌£ÒTq░äòPèÒ2ªú "
b"\x01 É┌£ÒnpÚ▓░├¨9g*Á "
b"\x01 É┌£Òêp¤Áå(5DÍßÍ "
b"\x01 É┌£Òós┘╝>½¹ä▄\x05 ; "
b"\x01 É┌£Ò╝s\x1C å╦lb¢pèº "
b"\x01 É┌£ÒÍqUúb\╚╝Úô\x1F "
b"\x01 É┌£ÒsK┤¡¼ô'ùè\r "
b"""
\x01 É┌£õ\n
skÀ¤öC;²±Q
"""
b"\x01 É┌£õ$r·À1L╔O·K? "
b"\x01 É┌£õ>pQ×2\x0F\t ¹░ÍÊ "
b"\x01 É┌£õXrÏî°Wl╚▄¼b "
b"\x01 É┌£õrs²×XP¦ R߸ "
b"\x01 É┌£õîqNÉBƒã█H═\x10 "
b"\x01 É┌£õªr£ñ\x15 D\x14 ç3Ϋ "
b"\x01 É┌£õ└pܼ▓¬mi]_x "
b"\x01 É┌£õ┌s?×Pû×Õ+Ul "
b"\x01 É┌£õ§sÎ▓\x1C ¶£QEC\n "
b"""
\x01 É┌£Õ\x0F qf«b╬Ã\n
ÌD
"""
b"\x01 É┌£Õ)pØú¢Õ¬q:─) "
b"\x01 É┌£ÕCr]®Fn0Xï8K "
b"\x01 É┌£Õ]s▒ñ®\x04 £Ë{╬i "
b"\x01 É┌£Õwqgóª©\x17 A═â\x00 "
b"\x01 É┌£Õæq$üd5 ¬^\x19 ƒ "
b"\x01 É┌£Õ½rÆç Øgçà_\x1E "
b"\x01 É┌£Õ┼pCï|Àç`\x01 ?t "
b"\x01 É┌£Õ▀rM®CÈÿ░▀Xk "
b"\x01 É┌£Õ¨pOù┴ÍX\x10\x11 ▄î "
b"\x01 É┌£µ\x13 r§ù├Ë\x06 ┐bÃ│ "
b"\x01 É┌£µ-p▒ÁJu\x7F 9┬ƒ& "
b"\x01 É┌£µGr"ñPCÐG(ñÇ "
b"\x01 É┌£µaruì═°HuÇ─\x05 "
b"\x01 É┌£µ{qP╣ôÉÙa7Q└ "
b"\x01 É┌£µòqÌÁeýð#FËå "
b"\x01 É┌£µ»s┴À├©r├█g' "
b"\x01 É┌£µ╔pÜ¥\x13 █┐Ç\x01 £² "
b"\x01 É┌£µÒpkí╦6 \x04 #¯R "
b"\x01 É┌£µ■pO▓9g┘A¸LÁ "
b"\x01 É┌£þ\x18 q\e ø\x07\x1F\x15 t▄øW "
b"\x01 É┌£þ2qW¡zþãY╣▒I "
b"\x01 É┌£þLsªÆ¡\x04 fú ½p "
b"\x01 É┌£þfs´ç▒ME\x1C ╝\v Ë "
b"\x01 É┌£þÇrZ¢$rP¢┤ùæ "
b"\x01 É┌£þÜpD¡¦ÂÞ\x14 ÅrÈ "
b"\x01 É┌£ÞÔs│ü┼\e 'á╔Ñ├ "
b"\x01 É┌£Ú░q^£àã\x1A ±e²L "
b"\x01 É┌£Ûès¥¸\x17 ı¯d$ª "
b"\x01 É┌£Û┤q\x00 ▒2\x1F\x10\x1C ͺq "
b"\x01 É┌£ÛÍp ïy\x17 (O¸ê "
b"\x01 É┌£Û‗q×¥hÁ@äa╬ã "
b"\x01 É┌£Ù\f pÊÉ\Dì>¹\x19 a "
b"\x01 É┌£Ù&sWêgÛ%\x1F Rg´ "
b"\x01 É┌£Ù@q\x18 ©UÔb7f┘^ "
b"\x01 É┌£Ù[qÿ┐¸áX▀ûÀ/ "
b"\x01 É┌£Ùup·░üúûÞ└C´ "
b"\x01 É┌£ÙÅqié╩║8ÅÐ¥¼ "
b"\x01 É┌£Ù®pgƒ4w«îô\x19 à "
b"\x01 É┌£Ù─r]ñ*;\x00 wÙ║w "
b"\x01 É┌£ÙÌr\x03 î¢\ù-ü│┼ "
b"\x01 É┌£Ù°rù©╚ÉMajàg "
b"\x01 É┌£ý\x12 rÕû‗V®Ë\x01 ;┘ "
b"\x01 É┌£ý,q ëT╠åCE.\x14 "
b"\x01 É┌£ýFréâíBeËÝ\x18 = "
b"\x01 É┌£ýasOå¤=e\x1A\x11 I "
b"\x01 É┌£ý{sc¢\IOf!¬? "
b"\x01 É┌£ýòqÓá\x1F\x0E\x04 ┬¿ª┌ "
b"\x01 É┌£ý»s\f ¿ÔÅK\x01 `Õi "
b"\x01 É┌£ý╔s$å┬¯å@¸p\x1F "
b"\x01 É┌£ýõq\x10 ùçæ│qwà"
b"\x01 É┌£ý■r¹Ç╚1×╣═\x17 ) "
b"\x01 É┌£Ý\x18 s]ò▄┌³ä±1\f "
b"\x01 É┌£Ý2p:Äô╬ʬzaY "
b"\x01 É┌£ÝMpCÅ \n \x00\v ¬í\x18 "
b"\x01 É┌£Ýgr½ÀGwÞ«W\x06 { "
b"\x01 É┌£Ýüs═ÀA.ØWIX "
b"\x01 É┌£ÝøsÄ®┴ï]┌â\x1D "
b"\x01 É┌£ÝÁpdå¾q\í°\x1E é "
b"\x01 É┌£Ýðs¨¡¤8¤F╠\x15 ù "
b"\x01 É┌£ÝÛp■¥\x0F Oó╚à\x01 # "
b"\x01 É┌£¯\x04 qxèÒ\v ½\x19\x17 l5 "
b"\x01 É┌£¯\x1F qyø·╠YÑÝQ3 "
b"\x01 É┌£¯9s»®¹4\x03 ü,ú] "
b"\x01 É┌£¯Spçª4nÜ~┬V╦ "
b"\x01 É┌£¯mqΡ#░r° !r "
b"\x01 É┌£¯çr3×─ ─}fIW "
b"\x01 É┌£¯ós\x0F ø³Õ\f ¾┘╬I "
b"\x01 É┌£¯╝rqáFe»ù7LR "
b"\x01 É┌£¯Ísàì┬\x16 ░╬Tí« "
b"\x01 É┌£¯±r\x01 ¿Ø\v û3L*ı "
b"\x01 É┌£´\v r¨âü¿\x17 ÁG┬þ "
b"\x01 É┌£´%si░Kr£¡W¼Y "
b"\x01 É┌Ø\x07 ©q\t ¬äÕ7ñ\x05 ó "
b"\x01 É┌Ø\x07 ¦pÿø╦cu.¯ã\x13 "
b"\x01 É┌Ø\x07 ²rß»▓Kvæ`ºN "
b"\x01 É┌Ø\x08\x18 rBŽnů\x07 └2 "
b"\x01 É┌Ø\x08 2pÿÀ,ç\x12 (G\x03 Ò "
b"\x01 É┌Ø\x08 Ms>æÔ;p«\x16\x00 ( "
b"\x01 É┌Ø\x08 gr¯Ä¸┼\x19 ®&?, "
b"\x01 É┌Ø\x08 és┐░¦ìòÁÔ÷Ñ "
b"\x01 É┌Ø\x08 Øq\x19 ®C╣┤\x13 &m╬ "
b"\x01 É┌Ø\x08 ÀqÔñó'U╗\v tI "
b"\x01 É┌Ø\x08 Ês1ÂEÉñ\x13 ╚\x11 └ "
b"\x01 É┌Ø\x08 ýr"à¦\x14 bU,Ø« "
b"\x01 É┌Ø\t\x07 r\x08 ñlÝÅ╬─{\x10 "
b"\x01 É┌Ø\t !q─Å\x18 A┌;®9\x04 "
b"\x01 É┌Ø\t <r\x11 ë▓ç¯æ┘\x16 © "
b"\x01 É┌Ø\t Wr½ºù\x05 ıhL╩┤ "
b"\x01 É┌Ø\t qrcÆ╦\x06\x07 úäDÏ "
b"\x01 É┌Ø\t îq£áL2÷Ù╦▓3 "
b"\x01 É┌Ø\t ªs▓åa³]\x1E ì\x12\x18 "
b"\x01 É┌Ø\t ┴q^ºÉ+çu╩cL "
b"\x01 É┌Ø\t █qJƒ\x10 ╚D╦Kx\x16 "
b"\x01 É┌Ø\t ÷qªçû\x10 ë1䳦 "
b"""
\x01 É┌Ø\n
\x11 s'Ñ;╠Ã3»\x01 ª
"""
b"""
\x01 É┌Ø\n
+p\x15 ò╩Þ{á\x12 $È
"""
b"""
\x01 É┌Ø\n
EpQ©\x08 }Ð\x08 tô
"""
b"""
\x01 É┌Ø\n
`r°í¢G;~‗"È
"""
b"""
\x01 É┌Ø\n
zq%ëÌn\x16\x03 u\x1F ╩
"""
b"""
\x01 É┌Ø\n
ös╩×V?21WÃÈ
"""
b"""
\x01 É┌Ø\n
»r,ØâIW\x16 õ▀ô
"""
b"""
\x01 É┌Ø\n
╔rö┤×W\x12\e }¥.
"""
b"""
\x01 É┌Ø\n
Òp\x08 ║ÍÁ´[·■─
"""
b"""
\x01 É┌Ø\n
■séáp\x1C ôÓu║░
"""
b"\x01 É┌Ø\v\x18 püúG\x1D ì\x1A\x0E Âö "
b"\x01 É┌Ø\v 2rjÜ]\x7F Ô½2\x19 ¼ "
b"\x01 É┌Ø\v Ms‗ö>\r f\x14 ~$\x0E "
b"\x01 É┌Ø\v gpî¼á\x12 è\x15 >z\x7F "
b"\x01 É┌Ø\v üsü½ıÅ\x17 ä\x17 0^ "
b"\x01 É┌Ø\v £qqñT\\x08 Î2\v · "
b"\x01 É┌Ø\v Âp\x01 ç┘Õµý├I "
b"\x01 É┌Ø\v ðp\x08 ╗°T$ï§\x10 ` "
b"\x01 É┌Ø\v Ùs÷ƒ^╔stdF¸ "
b"\x01 É┌Ø\f\x06 sèëÈ‗¯*2╝Ê "
b"\x01 É┌Ø\f !qÓëì%ò\x03 }\x11 Ì "
b"\x01 É┌Ø\f ;sy░f|░¹E╚┘ "
b"\x01 É┌Ø\f VrÊ┐╩v<┘*p¼ "
b"\x01 É┌Ø\f qq>ì[}7x0ò╚ "
b"\x01 É┌Ø\f ïs¸£Æà§┼'\x08\x13 "
b"\x01 É┌Ø\f ªpÃÀ¼qú¢Øy╗ "
b"\x01 É┌Ø\f ┴păÁl╠ääà@ "
b"\x01 É┌Ø\f █p¦íe¨³ÛC\x03\x12 "
b"\x01 É┌Ø\f ÷rêñÓ¼?╠Tç┐ "
b"\x01 É┌Ø\r \x10 s\x17 ÿÔ\f å\x07 «üo "
b"\x01 É┌Ø\r +rƒ»ÉR\x1D ¼6+\x13 "
b"\x01 É┌Ø\r Fq╣ÿ,äðqçQÚ "
b"\x01 É┌Ø\r `q,ü ½z·¢ü\ "
b"\x01 É┌Ø\r {pbêÈ┌|ÂhW "
b"\x01 É┌Ø\r ûs§¡4éKd\x1F ,* "
b"\x01 É┌Ø\r ░qZÄö&┘Ò╚┤^ "
b"\x01 É┌Ø\r ╦r├¡ák│Ï\x00 «è "
b"\x01 É┌Ø\r µpkÂx╠'\x04 DÂ. "
b"\x01 É┌Ø\x0E\x01 r\t ç©\ÿ;ÿðÙ "
b"\x01 É┌Ø\x0E\e s ü]cp▒óií "
b"\x01 É┌Ø\x0E 6p▀½ò\x03 f½cÛ "
b"\x01 É┌Ø\x0E QrÄ┤¶=ØG\f ¢õ "
b"\x01 É┌Ø\x0E krsÄßNqGó`\ "
b"\x01 É┌Ø\x0E ås^¬G╝Í9ûø# "
b"\x01 É┌Ø\x0E íq╗╣7áä╣ohË "
b"\x01 É┌Ø\x0E ╗sÌ£w \x16 Å=Ô* "
b"\x01 É┌Ø\x0E Íp╦ÅdB¾ªÐ█╠ "
b"\x01 É┌Ø\x0E ±pç¼┬NV<øá× "
b"\x01 É┌Ø\x0F\v poïÔmÅ;╔ÝU "
b"\x01 É┌Ø\x0F &sjÄÎöE\r ÃÁ\x17 "
b"\x01 É┌Ø\x0F Apnå±k0Û\x13 Íj "
b"\x01 É┌Ø\x0F [rÍ¿õ░ .Ý· "
b"""
\x01 É┌Ø\x0F vqmÜ»░\{\n
A\x16
"""
b"\x01 É┌Ø\x0F æsä£ûÝCà]}| "
b"\x01 É┌Ø\x0F ½qü▓\x11\x1C è|│Î% "
b"\x01 É┌Ø\x0F ãroæ''\x15 ¯K±r "
b"\x01 É┌Ø\x0F ßpB╗³)\r á¹£E "
b"\x01 É┌Ø\x0F ¹r\x1D ñKU\x04\x12\x1F ºü "
b"\x01 É┌Ø\x10\x16 q¥Â6·ý▀\x7F $ "
b"\x01 É┌Ø\x10 1pmâpñyOé╗¾ "
b"\x01 É┌Ø\x10 LqU¥▓║èòÜ¥] "
b"\x01 É┌Ø\x10 fp»à}õ\x05 Q)IO "
b"\x01 É┌Ø\x10 üq\x12 ò©O┴¶£u\f "
b"\x01 É┌Ø\x10 £q^äIÊRbÒÖõ "
b"\x01 É┌Ø\x10 ÂpIÜ^Ë<┐\x1C ¯6 "
b"\x01 É┌Ø\x10 Ðs$┤\x16 #<\x11 6Q\x7F "
b"\x01 É┌Ø\x10 ýqáñ└ƒ=F\x16 ý¸ "
b"\x01 É┌Ø\x11\x06 r¸à/²║ga#╚ "
b"""
\x01 É┌Ø\x11 !qkè\x1D ¶┘\n
ÄZN
"""
b"\x01 É┌Ø\x11 <qß┐ÁRBþlX\x12 "
b"\x01 É┌Ø\x11 Vqc£w÷àëÌPÀ "
b"\x01 É┌Ø\x11 qpEÂà\x08 lY¥\x1F ▓ "
b"\x01 É┌Ø\x11 îråå÷aO»"║] "
b"\x01 É┌Ø\x11 ªp\t Ç│¯┐ÂyÅ\x06 "
b"\x01 É┌Ø\x11 ┴só©«Ü=m┬\x08\x14 "
b"\x01 É┌Ø\x11 ▄sÈ©-©MÿÓaQ "
b"\x01 É┌Ø\x11 ÷qUë´/╩\e É\r P "
b"\x01 É┌Ø\x12\x11 s╩úÕ4ÍÄ\r / "
b"\x01 É┌Ø)@s┴ÿáë▄¾pı\x18 "
b"\x01 É┌Ø)]q¥ƒé©¡ù,}; "
b"\x01 É┌Ø)zs⢺oüÍCî$ "
b"\x01 É┌Ø)òséùh\x05 sê\x10 Ä. "
b"\x01 É┌Ø)»pÃä┴Æ┘.ôâ& "
b"\x01 É┌Ø)╩p+¼4s▒┤<LÔ "
b"\x01 É┌©\x16 ║rï┐¡1o0£õº "
b"\x01 É┌©\x17 ƒp\x12 £┌uÅq#*# "
b"\x01 É┌©\x19 Bq╦░^¡·\f Â×® "
b"\x01 É┌©\x1A 2s[░âÇ\x0F s¹à┌ "
b"\x01 É┌©\x1A bràÆ;c¡Åð¶▓ "
b"\x01 É┌©\x1A èr1©îJƒÓñ±Ê "
b"\x01 É┌©\e Úr\x08 í)*Ò*Ò[y "
b"\x01 É┌©\x1D =s;║░▒jA\x7F ┤û "
b"\x01 É┌©\x1E ªsç┐µÏç¿MoÏ "
b"\x01 É┌©\x1F orþÿiG5╣\x10 )[ "
b"\x01 É┌© ÌsOóQ,ªî╠ZÖ "
b"\x01 É┌©!ßq#┐Ê\x7F ╠³½^Ø "
b"\x01 É┌©"│r9Æ▄ó-ì┌Î\x13 "
b"\x01 É┌©"õr(ƒ╠▓Ùo8´Ð "
b"\x01 É┌©#║r\r ║\x0F pC\v AÝ@ "
b"\x01 É┌©#Ûq¤Á"Y©═SÃ1 "
b"\x01 É┌©%yp´ÜôWj,J(8 "
b"\x01 É┌©%½sÿó┌³í_└\x05 ¿ "
b"\x01 É┌©&íp/┐O▒\r \x05 W(É "
b"\x01 É┌©&Ër¼©þ\x1F\x06 áÓ\x1D ¦ "
b"\x01 É┌©(Rp▀╣¼2Hí¬ù> "
b"\x01 É┌©(âs[┐\x18 o╦+╗ý╚ "
b"\x01 É┌©*\x1D rvåÔ~\x13 «▀º. "
b"\x01 É┌©BñpÈáO\x06 Ãç Fq "
b"\x01 É┌©D\x15 s!▓grW!┤:¡ "
b"\x01 É┌©DFp\t ÜÀçç║\x0F Û¿ "
b"\x01 É┌©F^r%ÀuìZÝÕ¨_ "
b"\x01 É┌©FÉrF¿À░L)Gê\x1A "
b"\x01 É┌©Ggqéè2µf$\x0E N╠ "
b"\x01 É┌©GÉrkèqïo\x03 ü°├ "
b"\x01 É┌©Hpsë╝‗£A!e3\f "
b"\x01 É┌©IFrç░ËUU´»Â┘ "
b"\x01 É┌©Ixpüìº┐Ó¸RÛ¢ "
b"\x01 É┌©JPq\x03 ╣╗Ù³┐À{õ "
b"\x01 É┌©Kãp╣░\x12\x1D kf®NN "
b"\x01 É┌©MNq%┐E╚Î/\t z| "
b"\x01 É┌©M\x7F s^ÁAr\x05 íoÇ‗ "
b"\x01 É┌©M¿p]╗\x14 ╚\x1E /uk` "
b"\x01 É┌©NÜpüÂ3ð^\x00 úùà "
b"\x01 É┌©N╠pÝñ\x08 b┤▄T®Õ "
b"\x01 É┌©OÊp)øí×Ö▒ø% "
b"\x01 É┌©QVr\x1A é\x02 ┴J v'╦ "
b"\x01 É┌©R2pd£ïUC)\;┘ "
b"\x01 É┌©S»qJª÷M\x17 :\x01 Îr "
b"\x01 É┌©SÓpëüj┬åÍs;3 "
b"\x01 É┌©Uqs\x00 ú\x17 6*╝%\x06\x1D "
b"\x01 É┌©U®pQ»^{\x14 ;ƒ*ƒ "
b"\x01 É┌©WÆp8×╦Pö╔{\e µ "
b"\x01 É┌©YRrù▒IÝ┴╝q┤╗ "
b"\x01 É┌©Z¥q┐£âÓ¡£#¥q "
b"\x01 É┌©ZÝq®ô¢\r ┤/Ú■┬ "
b"\x01 É┌©[▒pyä ²¤³Ë>å "
b"\x01 É┌©[Ór═¢▒¹ÜQeíÁ "
b"\x01 É┌©]qrú▓ØË;g▀\x18 & "
b"\x01 É┌©]áqJæ\x1D\v ,\x18 uÉÛ "
b"\x01 É┌©]╚qû┤ɦ\n Y¹\x00 ┌ "
b"\x01 É┌©_)p▒ö3V─)èò┘ "
b"\x01 É┌©_[sîñ2iK ÷\x1A\x02 "
b"\x01 É┌©_äp3ú\e ñJFOÿý "
b"\x01 É┌©a*s\x02 ä©\x15 ø=ļ½ "
b"\x01 É┌©aapNâöƒã└¼O[ "
b"""
\x01 É┌©c\n
q·êo║\x14 ô!\x16
"""
b"\x01 É┌©cAqp×\x02\x16 ¸ö\f ql "
b"\x01 É┌©d5p·î_Ðzä×\x1D "
b"""
\x01 É┌©eFq)í\n
L\x06 é▓«ä
"""
b"\x01 É┌©f>r²┐ÀÁYÕ¾\x17 Ü "
b"\x01 É┌©fvqú¥H\x16 ░ìJ╦æ "
b"\x01 É┌©fƒp/º,\x03 ¿.â£\x0F "
b"\x01 É┌©f╠pò┐EÙ>Ä'q\x08 "
b"\x01 É┌©f¶p¿áÞ\x04\x13 ìÁNt "
b"\x01 É┌©g"r=Ä\x18 ˪@\x7F ù? "
b"\x01 É┌©gJp░Ä╝┼ª@§á4 "
b"\x01 É┌©h/p\x0F £ò\f «ûö\x13 Ù "
b"\x01 É┌©hdp├Ö~²\x10 ö\x1D e" "
b"\x01 É┌©hîpäÖÌÇã╗Ûw\x12 "
b"\x01 É┌©h╗pðòwä\x06 g0\x7F r "
b"\x01 É┌©j\x08 s=»Ç:aU¢øÉ "
b"\x01 É┌©j@qX▒a8Ò¢¾\x07 ░ "
b"\x01 É┌©kÏpBø\x17\t █?\x07 )g "
b"\x01 É┌©mæp¤ØSi¬\x12 à┌× "
b"\x01 É┌©nîrÀñûðj!~\e D "
b"\x01 É┌©nÁq5ú¤ıTÑJ¯▀ "
b"\x01 É┌©p@sñ║;┼ƒTƒU╝ "
b"\x01 É┌©psqºôL\x06 ec\e ╦┤ "
b"\x01 É┌©qkp\e ª±nÉÒ>@\x16 "
b"\x01 É┌©qös+Â×█¼\x1C ¨ÿ┌ "
b"\x01 É┌©q╝q┌Üè┴\v ¤ÖSÌ "
b"\x01 É┌©qõsJÂVº5C½ò> "
b"\x01 É┌©r╦p▓Ü£\x0F b< "▄ "
b"\x01 É┌©r·qËÁÖÑ£^;\x10 ³ "
b"\x01 É┌©s"pq¬¡$Iûáï^ "
b"\x01 É┌©sJqUêòB«\x0F WÍA "
b"\x01 É┌©sss½»ûíã█q=§ "
b"\x01 É┌©søq¦»V²²ÿn■* "
b"\x01 É┌©s├p═ÿæ┐ ═Ðç' "
b"\x01 É┌©sÙq╚ô(®ÒÚ╚M= "
b"\x01 É┌©uàrN▓┬Í\x04 ¤\x1A û@ "
b"\x01 É┌©u║qnú└E\r ªû¸▀ "
b"\x01 É┌©uÕs½ƒ│ËäUıÉ| "
b"\x01 É┌©v\r s\x00 ÖZ│\x07 E\x01 µ4 "
b"\x01 É┌©v5pQ┤-ıW¾▄ê; "
b"\x01 É┌©v]r(Ç\x1C ;ºþ½¾à "
b"\x01 É┌©våqƒø3V╦o┬Ë¥ "
b"\x01 É┌©v░s\x7F Ånµ\x03 µi ╣ "
b"\x01 É┌©v█q╬êU°«+3\x10 e "
b"\x01 É┌©w\x05 s7ï█ ÌJ#\x05 ÿ "
b"\x01 É┌©xzp^½\x1A onº§Vo "
b"\x01 É┌©x¡rmá\x11 ‗}É┤oh "
b"\x01 É┌©zAräôHÂ\x1D Ë│£* "
b"\x01 É┌©zur}ÿ\x11 óäÏc Q "
b"\x01 É┌©zØs\x12 ì\x04 Þííúw= "
b"\x01 É┌©zãs╠░3\x12 f|Þ\r P "
b"\x01 É┌©z¯piæ┌u\x1C åm°B "
b"\x01 É┌©|ir┼ó\r ¿{§½▒Ê "
b"\x01 É┌©|æqrÇV\x08 ö±eË© "
b"\x01 É┌©}nq\▒®°*3øM "
b"\x01 É┌©~µqÖØ\x7F ¦ÂÙ-×ó "
b"\x01 É┌©\x7F\x10 pÈÇ┼╚gBÖöÑ "
b"\x01 É┌©\x7F 8r>¡#âÚ]▄F┐ "
b"\x01 É┌©\x7F ap╩ƒ÷wvÔZ_ï "
b"\x01 É┌©Ü\x1A pà┤\r ·o\x14 Å\v X "
b"\x01 É┌©¼¥q:ëMOzÆ×\x00 ª "
b"\x01 É┌©«~qQê3V\x18 ñ¯\x16 q "
b"\x01 É┌©░ÆqÖØ)ýqþ¤:è "
b"\x01 É┌©▒Üq~╝\e +åM╬ýN "
b"\x01 É┌©▒╬pþí`╩Æ\e eÏ5 "
b"\x01 É┌©▓Öp!»Ã┐¥\r ─╬ó "
b"""
\x01 É┌©┤+r¹û\x06 ßÎ╗à\n
Å
"""
b"\x01 É┌©┤]rÁå%äÝ\x19 ╠l¥ "
b"""
\x01 É┌©┤ïpñ¥\n
T▓@╠së
"""
b"\x01 É┌©┤Áp\x07 èz║\x1E Z\x01 ³a "
b"\x01 É┌©┤Ós▓¡§\x1D õz\x19 ¢, "
b"\x01 É┌©Á\r pûçó_ÀOêÑ\x7F "
b"\x01 É┌©Á8pz½=¶┴\x14 ãÁY "
b"\x01 É┌©ÁbpÍ»ÁþÛz■├V "
b"\x01 É┌©Áìq9┤ý\x15 dù\x12 └ "
b"\x01 É┌©ÂþqçƒTØb`{ß+ "
b"\x01 É┌©©Opa¼\x05\x13 4\x15\x05 ´ý "
b"\x01 É┌©╣µp\x19 »,\x1E ý®9║╔ "
b"\x01 É┌©╗ûqÇøÁ°l║Ä[ÿ "
b"\x01 É┌©╗┼qÕæ\r ¸á¨gM¡ "
b"\x01 É┌©╗Ýpé¥õÁ\x1E Ó2Z\x19 "
b"\x01 É┌©¢ªqvôÚW¬pÞíô "
b"\x01 É┌©┐1p@ó,õÛÝ3§« "
b"\x01 É┌©└Áp¡äËå┤²\x06 ]\x04 "
b"\x01 É┌©└ýqXúZ>õ└ø¥\x7F "
b"\x01 É┌©┴Ãss║·Üw▓\Ôı "
b"\x01 É┌©┴§p╚¬P*æâ╝1Ó "
b"\x01 É┌©┬Òq$║▒wg\x7F §O▀ "
b"\x01 É┌©─~p>©þ<¬\x00 ü¥Æ "
b"\x01 É┌©─│p\x0E ÖG\x11 {h:u┬ "
b"\x01 É┌©┼»sÍ¢kð÷óÀ\x19 "
b"\x01 É┌©Ã5p~¬>▄]2\e 7È "
b"\x01 É┌©╚\x03 rƽë\x19 Áªx]\x08 "
b"\x01 É┌©╚Ðqúñ \x16 ýSJ║╝ "
b"\x01 É┌©╔Öq╗┤8,+f\x16 '╚ "
b"\x01 É┌©╩Äs\x04 ô#E\x16 ¤o¤õ "
b"\x01 É┌©╦zq¢æòfß?eWÛ "
b"\x01 É┌©╠^q\x08 ÖÛ·ıÉ░Ìò "
b"\x01 É┌©╠Ésl×─\x12 X-è‗? "
b"\x01 É┌©╠Ôr\f ©©\x08 ▄\x12 ▄49 "
b"\x01 É┌©═\f p\x0E ÇgµÄþ﫯 "
b"\x01 É┌©═¥q\x18 äÝ5uõ^Ú§ "
b"\x01 É┌©¤!sû▓ÎÅ─\x1C cÄS "
b"\x01 É┌©ðkq´Çs¾À]é$\x08 "
b"\x01 É┌©ÐÍp'ÜÛ¬ü\t ░Ȳ "
b"\x01 É┌©ËRseÁð$9RYF\x07 "
b"\x01 É┌©È(r\x1A æ£$╗¬╠┌Ô "
b"\x01 É┌©ıGr`ù\x1A Ã┬Ø5µ« "
b"\x01 É┌©Í'sÒÜ\x07\e\x17 ÕªÇ "
b"\x01 É┌©Í pAë¾\x0F ¹Õ xÌ "
b"\x01 É┌©ÏKsÓîƒ┌vôøPÕ "
b"\x01 É┌©┘{s░Éò÷õ*╝ä╔ "
b"\x01 É┌©┌█pýñçζ┘½÷r "
b"\x01 É┌©▄BrRññÎ-ö%╔\n "
b"\x01 É┌©¦¥p^É$█╦\x17 ‗░| "
b"\x01 É┌©Ì¦q"ºÓ╠ÒÉ=ìX "
b"""
\x01 É┌©ÓQr\n
×0Këx-║0
"""
b"\x01 É┌©ß┐rÞ×▒_ã┴k7\x19 "
b"\x01 É┌©ÒÄpFºTââÂ╠åÖ "
b"\x01 É┌©Õ!s(æp3*\x02 ä¶X "
b"\x01 É┌©µÞs¹óÛ?ÿ<\x0F æ│ "
b"\x01 É┌©þ\x1E r│Á\x06 ┴ó┼0╚/ "
b"\x01 É┌©þ²r¦ú╠Ê4s▓\x07 ë "
b"\x01 É┌©Þ3s╔«7╬Y)$ðQ "
b"\x01 É┌©Þ^s|╣42¯¡Æ-Þ "
b"\x01 É┌©ÞÄp«ò■T\x13 Ä5Ì┼ "
b"\x01 É┌©Ú‗r)Æ*─{\x14 S(╚ "
b"\x01 É┌©Û/qO░_x g\x11 ªw "
b"\x01 É┌©Ù\x04 q┤íÆ├Cv¡kÈ "
b"\x01 É┌©Ù;qÑî╦6È\f HÄ "
b"\x01 É┌©Ùfs╩î¶Õº║ÊcÖ "
b"\x01 É┌©ÙÆr░ØZ\x0F │Å╝»g "
b"\x01 É┌©Ù└p\x04 ú\x13 %^C┐ÃÀ "
b"\x01 É┌©ÙÚp┼ÉK├ \t ┴z "
b"\x01 É┌©ý\x17 q\t ¬░)bÝGÏ╩ "
b"\x01 É┌©¯eq╦׫)ÝâÉVÿ "
b"\x01 É┌©´Fq®│ЩhcS(] "
b"\x01 É┌©±\x19 sÉ║\x18 ¬ãK#¾. "
b"\x01 É┌©±Ns├ÂkÊ░\x0E @Jl "
b"\x01 É┌©±zqPûzù5▓Ö╣~ "
b"\x01 É┌©±ªrµÉ\x17 ▒î^}Hâ "
b"\x01 É┌©±¤s*ÁimFa╣î× "
b"\x01 É┌©¾KpÛ│\x1C üþ´┘\x06 "
b"\x01 É┌©¾\x7F p9╣µ┘\ªëàù "
b"\x01 É┌©§Gr]öãı\x00 6´╝U "
b"\x01 É┌©÷¿r2│■"|│X=& "
b"\x01 É┌©÷┘q╔û>fN┘╔U_ "
b"\x01 É┌©°Ks_òÉè╣L─Ð■ "
b"\x01 É┌©¨Ñp\x14 ô×$º2ÞW. "
b"\x01 É┌©¨ÏqC«ùÕ*Æ╝J\x15 "
b"\x01 É┌©¹Äp■êo\x1A ðý3▀\r "
b"\x01 É┌©¹└q°êé/]ÿ9¥· "
b"\x01 É┌©²9q\x17 º0o¾\x14 o Ù "
b"\x01 É┌©²bqÑâ]█\x0F %k.╗ "
b"\x01 É┌©■Êr[░┤\x01\x07 lI}Ç "
b"\x01 É┌© \x04 qÕæ£X3\x10\x0E 3f "
b"\x01 É┌╣\x00 æq»ê1×3ÅÄHE "
b"\x01 É┌╣\x00 ├r³ü┌╚>]9\n ^ "
b"\x01 É┌╣\x19 ßs\x13 û╩yPb0¨\t "
b"\x01 É┌╣\x1A\x13 p\x0F ¿\e pƒ´ÕQ¢ "
b"\x01 É┌╣\e (q┘Øp<\x08 WP¥Õ "
b"\x01 É┌╣\e \q\t Ä`ýõ§g?\x7F "
b"\x01 É┌╣\x1D\x01 qÈóetS╣\x13 $U "
b"\x01 É┌╣\x1D 6pMê®ß3ç£ÝY "
b"\x01 É┌╣\x1E ãqÓ╣bç³3▒Ç\x1C "
b"\x01 É┌╣ ?s@ûJ¡T*xê$ "
b"\x01 É┌╣ qp\x12 økq\v\x1C ´µ" "
b"\x01 É┌╣!Þq\x0F ÂÚ╚lNH3┼ "
b"\x01 É┌╣#UsZáV<×\e för "
b"\x01 É┌╣#äròú\t\x02 ?AÐ╣í "
b"\x01 É┌╣#¼rCâ¸0\e ÔÙÕÙ "
b"\x01 É┌╣#Èqz¿▓\x17 Uu?ï« "
b"\x01 É┌╣#²pbÇHl\x02 $èdò "
b"\x01 É┌╣%KrëâràÖO{ÈN "
b"\x01 É┌╣%|pbÄük¢‗\x1C )¥ "
b"\x01 É┌╣&┴qãì\x1C ,ƒwIÝ "
b"\x01 É┌╣&¶qIëtÑ\x07 ^ÛÛ\x11 "
b"\x01 É┌╣(Fr\x17 »"òD░51Ü "
b"\x01 É┌╣({p"àCá¼\x18 :)® "
b"\x01 É┌╣*\x12 r\x13 ╝■`─°¨╔ì "
b"\x01 É┌╣+Ìs└ç▄k?y¥Öù "
b"\x01 É┌╣,\x13 sºÀINH¶╔╗` "
b"\x01 É┌╣,>qãò║ÍÊ¢Ñ┼W "
b"\x01 É┌╣,fq.ä╝n;Á^É‗ "
b"\x01 É┌╣.)q±╝®6×ðF+å "
b"""
\x01 É┌╣/ùsl¼É\x0E ¡\x0E \n
ôß
"""
b"\x01 É┌╣1Pq°ÆS \x00 "âÂò "
b"""
\x01 É┌╣4\n
qhøõî»ã-\x17 Ê
"""
b"\x01 É┌╣5hräù╦\x1F ┤\x1D TãS "
b"\x01 É┌╣5Éq^╗_▀&ÇÐ\x11 } "
b"\x01 É┌╣6ÄqÍÑÛ\x0F Þ2Yj* "
b"""
\x01 É┌╣7àsAÆÉ\n
åBòôÓ
"""
b"\x01 É┌╣8█p▀ñ¶©E▀\x06\x08 Þ "
b"\x01 É┌╣9\t s\x19 ½▀ñ&\x11\f êÿ "
b"\x01 É┌╣:Bpv¬\f ' Sâm6 "
b"\x01 É┌╣;,sÑØ>ýG¼×\x7F Ê "
b"\x01 É┌╣<\x12 qHªı§j▓0ã\x06 "
b"\x01 É┌╣<>r\x11 èi\x1F ùå6ùó "
b"\x01 É┌╣=\x05 rAåp\x12 ┴Õ1BÙ "
b"\x01 É┌╣=6qFÿy@▓\v ®´Í "
b"\x01 É┌╣>ÉqÎ╣ð¡{w\x0E Ûî "
b"\x01 É┌╣>┴qºÆ¯\x12 ┴Ú(©p "
b"\x01 É┌╣@ìpÅâÒ┼\x13\x02 `Ýå "
b"\x01 É┌╣@ãpÃé\x08 ¡&ï\f ▓r "
b"\x01 É┌╣A│p;ü\x1E |ìb\x1A Å® "
b"\x01 É┌╣AÙq]Åô\x10 ì/ø└─ "
b"\x01 É┌╣B└p;ëФ)Ø\x1D 'í "
b"\x01 É┌╣B¸p¢êÄhm]╚~ï "
b"\x01 É┌╣C±p§¥^F┐¾s╠§ "
b"\x01 É┌╣H£ròë"┤µ¤Å\x02 î "
b"\x01 É┌╣IÖqq║░D╔w¾\v = "
b"\x01 É┌╣IÐs\x10 Ö\\27Äí\t "
b"\x01 É┌╣I·rL╝¤\x05 ²@╔b└ "
b"\x01 É┌╣J)r-äU4ÿòL┼Q "
b"\x01 É┌╣JRs\r Ñí$ߦ¤╣ "
b"\x01 É┌╣K¢s¾ù±°\x7F ã\x10 ³ "
b"\x01 É┌╣Lºqï▓╣Q\t ÚgÆÎ "
b"\x01 É┌╣Nåp\x16 ©í;ªz9ÛÜ "
b"\x01 É┌╣Ogp╦«v─ó±╔Sj "
b"\x01 É┌╣P±pyÅ\x14 ݯÞ8üq "
b"\x01 É┌╣Q)p╣ÿg║-̓;e "
b"\x01 É┌╣QSsïö'\x15 s\x1C µ\x13 "
b"\x01 É┌╣RGqS¬gq╝®\x1A ┘─ "
b"\x01 É┌╣S║s~¬Ý╣\x14 ê:¶0 "
b"\x01 É┌╣UNr╣èQ$T1Ë╝' "
b"\x01 É┌╣Uår\x0E ì=└ÓBûðY "
b"\x01 É┌╣Vhr¾Ä£\x0E C,\x13 +b "
b"\x01 É┌╣VƒqO╝02 A\x19 Îå "
b"\x01 É┌╣X\x16 p\f áüj└\x01 .Õê "
b"\x01 É┌╣XMpuòÏÜT¦╔ªï "
b"\x01 É┌╣X¹q\x02 êä\r \x1D zÐDD "
b"\x01 É┌╣ZVs\░u.{▄"Bà "
b"\x01 É┌╣ZìsÍ¢┼É\x7F pcLâ "
b"\x01 É┌╣\"p~Ѭ±¶¨¸N▒ "
b"\x01 É┌╣]1q│î¸Êr\x1F ┤ð# "
b"\x01 É┌╣]orçÿ¨Örj¢Òó "
b"\x01 É┌╣_ArV«®ß┐╩╔½Ï "
b"""
\x01 É┌╣`±sô▒p═¨Ôo\n
║
"""
b"\x01 É┌╣bår¸░ó╬}\x1A H¶{ "
b"\x01 É┌╣c^p*ì─Ä0¯Ï\x14 ) "
b"\x01 É┌╣cÄq\x00 ø×O8VLı£ "
b"\x01 É┌╣c©sÂçıáHº╣3T "
b"\x01 É┌╣dks5¬┌²ÈÚ_>Û "
b"\x01 É┌╣dòsÓ░ÙYÙv└çÕ "
b"\x01 É┌╣feqNôC│i\x10 íS\e "
b"\x01 É┌╣fás═ÀϺÌè\f\x08 Ù "
b"\x01 É┌╣f╩p,¢╚a╣ºÛÕÑ "
b"\x01 É┌╣f¨rt║vxÅnúLà "
b"\x01 É┌╣hÆpêåIkÔº╬ù® "
b"\x01 É┌╣h╩rçûz嬿\x17 £┬ "
b"\x01 É┌╣h‗r±ó0{╝Pjê\e "
b"\x01 É┌╣i!sçä\x18 ÔvNGrf "
b"\x01 É┌╣jÞpáæ3ã\x03 ;$U\n "
b"\x01 É┌╣k$suÆùÁS9·$\x08 "
b"\x01 É┌╣kNs╝ü'âkH\x7F ýk "
b"\x01 É┌╣l(s5ñI\v _ãe2ö "
b"\x01 É┌╣m║p÷ÑÏ-R;┬{Å "
b"\x01 É┌╣oµr}¥%yÀÒ\v ô\x0E "
b"\x01 É┌╣èUsÓñG*\x18 pñMÊ "
b"\x01 É┌╣è\x7F rÞíío┤.·ã▄ "
b"\x01 É┌╣ïxpÆ┤ 7Sß>6+ "
b"\x01 É┌╣ï¿pô«S%/ñ¢Ä\x7F "
b"\x01 É┌╣ïÐp║ë\x13 #suiÅç "
b"\x01 É┌╣ï¨s8ư¨┘ta_\x00 "
b"\x01 É┌╣î╬rêÿ╗AÝf\x1D G▒ "
b"\x01 É┌╣î■rÉ▓ùïq=Z-& "
b"\x01 É┌╣ì'r\x1A Æ┤╠WYÖ╣Ë "
b"\x01 É┌╣Æapºº÷\x14 ¨¬Zv│ "
b"\x01 É┌╣ÆÉq¥ä¿?{`2õ= "
b"\x01 É┌╣Æ╣s¤ûÕÍr®Ë\x18 5 "
b"\x01 É┌╣ÆÔpñÇ└ú@R\f ╬# "
b"""
\x01 É┌╣ô\v q\x04 äëãu\n
?Â█
"""
b"\x01 É┌╣ô4q\x11 ┤MeÙB[ïê "
b"\x01 É┌╣ô]s뺨®VÀ\x03 A8 "
b"\x01 É┌╣ö&r\x0E £\x03 zÆo¼TC "
b"\x01 É┌╣öVq\x00 ܹ\n ôE┤·g "
b"\x01 É┌╣ö~pXÂCä£\x04 mϸ "
b"\x01 É┌╣òhq\r ┐╠åÐÉ╚<╠ "
b"\x01 É┌╣òæp\x12 ½Õ\x0E yuæÐ< "
b"\x01 É┌╣ò║sªí£nÑp\x02 vH "
b"\x01 É┌╣ÜKq?¬Ñ╗;Ê¥Ã@ "
b"\x01 É┌╣ø?p\x17 ì<├\x14 «Í©¤ "
b"""
\x01 É┌╣øhpvÄ£\n
╣qȾy
"""
b"\x01 É┌╣øæpN╗ÔÆ=®\r \x1A ┐ "
b"\x01 É┌╣ø╗r\é_á1þPCÇ "
b"\x01 É┌╣øõs=Ç╔\x07 Èá»±╩ "
b"\x01 É┌╣£\r s1ù.(ıŪÊå "
b"\x01 É┌╣£7p\x06 Ø4├æƒ┴±║ "
b"\x01 É┌╣£`r#£CÈÊÆÛwH "
b"\x01 É┌╣£ëpEÅ;DX\©9 "
b"\x01 É┌╣£▓s#ɤ\x13 WÏ╚¾& "
b"\x01 É┌╣£▄q¨íë░┘à\x02 /6 "
b"\x01 É┌╣Ø\x05 pÿú▒─\x05 ╝¼¡O "
b"\x01 É┌╣Ø.sx£]\x1C ƒú|O° "
b"\x01 É┌╣ØXp\x18 í▀øaÁ<├6 "
b"\x01 É┌╣ØüsÐÆWıÃØ6Y, "
b"\x01 É┌╣ؽq▀êoz╔Cº "
b"\x01 É┌╣ØÈqÙ┤ü\x15 «■çu¾ "
b"\x01 É┌╣زrºØ\t Ð\x1E ùW¹% "
b"\x01 É┌╣×'s\x17 ░F}Y\x0F 6=Ò "
b"\x01 É┌╣×Pr5ç¾²\f sÝÖ┬ "
b"\x01 É┌╣×zsJä┴ï.'╦mÅ "
b"\x01 É┌╣תr*¼\x08 PêOAäR "
b"\x01 É┌╣×ðpi×é═‗«´\v · "
b"\x01 É┌╣áIrÍ▓{▄\t êò³# "
b"\x01 É┌╣áér¢è+øÂ¨§Û┘ "
b"\x01 É┌╣á¡qp¿^;<\x1D Ú┴/ "
b"\x01 É┌╣á┘s╦¢õ½Ïwa>È "
b"\x01 É┌╣í\x07 q¯ƒÚƒ╬óX¯Ä "
b"\x01 É┌╣í1rðô╦\x01 ┴\x03 ã¨j "
b"\x01 É┌╣í`qA│╩ª\x1C d沈 "
b"\x01 É┌╣íës²½O¯Î\x03 Qò; "
b"\x01 É┌╣óüpЫÿnwuý˹ "
b"\x01 É┌╣ó╗q¬êDÏì\x06 U\x19 ê "
b"\x01 É┌╣óµpIÖÉzõ>\x1E \f "
b"\x01 É┌╣ú\x15 r\r ë˪3├+²\x19 "
b"\x01 É┌╣úAs\f É<ı\x1E ä±└\x06 "
b"\x01 É┌╣únpê®ô├p§ê®▒ "
b"\x01 É┌╣ú£qtÀÅ8§çƒÓ "
b"\x01 É┌╣ñ¿qê¥Dϵj%^ "
b"\x01 É┌╣ñ▄ráØÈ\x0E .ËÝ}§ "
b"\x01 É┌╣Ñ´qÊ░\x08\x17 là®`æ "
b"\x01 É┌╣º\x1A seÑ\x08 Ú=/\x14 ╩ "
b"\x01 É┌╣ºZrdóPÅ~«µ¨a "
b"\x01 É┌╣ºàqÖ┐úî×Ý\x1F\f â "
b"\x01 É┌╣º┤qH«\x14 âa¹Fa\x1F "
b"\x01 É┌╣ºÓp┐╝|§ï7mDë "
b"\x01 É┌╣¿─q5║eý\x0E 3FM» "
b"\x01 É┌╣®╗r\x12 îÂÑ9\x07 ║¢' "
b"\x01 É┌╣®¶rz½çº}¦®íó "
b"\x01 É┌╣¼Fq0ÂúA$║¥Zé "
b"\x01 É┌╣¼\x7F pÄ®«éJ┴▄3Ä "
b"\x01 É┌╣«@qeç┬×É\x12 éZ "
b"\x01 É┌╣»╩r░ô+?¡°È\t ò "
b"\x01 É┌╣│\x1C pdé\x11 à=(iê┐ "
b"""
\x01 É┌╣┤´qÎ░.m\n
░²jÇ
"""
b"\x01 É┌╣Áõrˬ└xnã®\x16 Ä "
b"\x01 É┌╣Â╩q/ª*┌\x01 ═Û\x16 "
b"\x01 É┌╣©ks°ìÌ\x03 .h\x18\x0F ~ "
b"\x01 É┌╣║>rÆöÞÇCñja═ "
b"\x01 É┌╣╗█qTö8\x1F $¾ ░+ "
b"\x01 É┌╣╝Ãs6ö ═LõÅ\x08\x08 "
b"\x01 É┌╣¥èr▀¬)ó\x04 Y5åV "
b"\x01 É┌╣┐■r°©ÑÐ\r aÅ╗ "
b"\x01 É┌╣┴gs▒å\x03 cö┤ã╣y "
b"\x01 É┌╣█╬qıÇ■~\x03 Û¢O_ "
b"\x01 É┌╣▄Ãq\x06 º_)╗┐®┤░ "
b"\x01 É┌╣▄±ríÿWÊ\t [Äê- "
b"\x01 É┌╣̦pÏØ`▒┌6î\x1D\x18 "
b"""
\x01 É┌╣Óér\n
Ç'\x04 8B^û<
"""
b"\x01 É┌╣Ô\x02 q,®phôCþçN "
b"\x01 É┌╣Ô8p\x17 »!Ø\x18 -Ö\x1C R "
b"\x01 É┌╣õ:pC£fTC2╣@e "
b"\x01 É┌╣õorÊ▒Ýõy:║ÍÔ "
b"\x01 É┌╣Õ\r╩Áá‗3\x15\x0F £¤ "
b"\x01 É┌╣µnr·░┴D¸a×\t Á "
b"\x01 É┌╣þZqM╗ew¿¼P┐Ð "
b"\x01 É┌╣Þ┼rë¬┘^7░Ãâ2 "
b"\x01 É┌╣Þ·püûÄ*x+bOL "
b"\x01 É┌╣Ú▄q╩¬È÷ƒ\x1F\x04 c "
b"\x01 É┌╣Û╩q╗╝Ú˰®╣Q\x00 "
b"\x01 É┌╣ÙãrðáÌþ}{å\v + "
b"\x01 É┌╣Ùr\x13 å\x10 ç\x02 ®'{¨ "
b"\x01 É┌╣ý\x19 q┼Ñî >æFý© "
b"\x01 É┌╣Ý\x08 rm©~\x08 lþ/!û "
b"\x01 É┌╣Ý7sݼô╦ðß░▓Û "
b"\x01 É┌╣ÝapÒá\x0E ╝┌Ú@ð£ "
b"\x01 É┌╣´OpÝïí²├β²\x0E "
b"\x01 É┌╣╩r│ï¡Ç1▀ÈÖ\x05 "
b"\x01 É┌╣‗vp╝ï╔ðj5ß7▒ "
b"\x01 É┌╣¾SrkÂ┴ÑÀ'Ó<^ "
b"\x01 É┌╣¶&p+╣âvz(J¥┌ "
b"\x01 É┌╣§\x12 rÁïDnÛ╩Ï7Ü "
b"\x01 É┌╣§Ûpr»?║©║Wö¸ "
b"\x01 É┌╣÷÷rÆÖ┌"\x19 rAMº "
b"\x01 É┌╣°jp┬ôu³1©╣;8 "
b"\x01 É┌╣¨jq\x13 æ╬Ê=▄Ú┼° "
b"\x01 É┌╣¨ƒs8¡¢ZÅÅô╔w "
b"\x01 É┌╣¹\x1F qúúPÁ:Co┘\x04 "
b"\x01 É┌╣¹OrnàT\f ßq ‗ÿ "
b"\x01 É┌╣³¬r\x18 ¢├\x1E ×$═ÎÁ "
b"\x01 É┌╣²ùs─ø\x11 ¬LÊá\x03 M "
b"\x01 É┌╣ zpÞó─`w\x07 Sø/ "
b"\x01 É┌╣ Ár\x12 ╗¬U\x7F ¿╦═d "
b"\x01 É┌║\x00 ╔sfç\x00 l\"\x13 ý─ "
b"\x01 É┌║\x01 ┐pdÀ¤¯ê─¥ü═ "
b"\x01 É┌║\x01 ¶róáªMp´╦àå "
b"\x01 É┌║\x02\x1D rh¿ªº4'\f\x1D ê "
b"\x01 É┌║\x02 Lp=¿Ë#B¹`?W "
b"\x01 É┌║\x02 uq▓¼ºÑ═\x12 ÆQ║ "
b"\x01 É┌║\x03 gr½Ö\x12 â½ÚB\r ¡ "
b"\x01 É┌║\x04 Ýs%¼Ér║¡W;) "
b"\x01 É┌║\x05\x1F sÃÿ\x7F |▀\x00 Ñ a "
b"\x01 É┌║\x05 Npà¨\r ÎS"èI "
b"\x01 É┌║\x05 wp]ÁÈÊÖ]\x1E ╣Ñ "
b"\x01 É┌║\x06 Ôp┘ïEÉ #êle "
b"\x01 É┌║\x07\x13 ru┐Ö[mkCzó "
b"\x01 É┌║\x07 <rgà;ÛU_Û!í "
b"\x01 É┌║\x07 epöÑpº ú4º▒ "
b"\x01 É┌║\x08 -s8â¬\x19 êMqJá "
b"\x01 É┌║\x08 ^pmèª─\x11 ‗\x15 ┤Í "
b"\x01 É┌║\x08 çq³┤\e\x06 Mr\x12\x06 ï "
b"\x01 É┌║\x08 ▒rJÀFɪ\x1E aL\x07 "
b"""
\x01 É┌║\n
6sþóö4f¦mÅå
"""
b"""
\x01 É┌║\n
hrÌ│Ô╬e╗9ÚÞ
"""
b"\x01 É┌║\f Ðp│¼å¶UÆÁìy "
b"\x01 É┌║\r \t rf»µ ð'#lì "
b"\x01 É┌║\r 3q/¥\f ·\x12 ┤£\x11 ` "
b"\x01 É┌║\r `r;¢-;\x19 \r >Ú═ "
b"\x01 É┌║\r ëp£êéDRZìG( "
b"\x01 É┌║\r Âr╝ļBº#┌ÄN "
b"\x01 É┌║\r ▀q▒¢âr>îþëd "
b"\x01 É┌║\x0E\f q¹åàZ?ó²íL "
b"\x01 É┌║\x0F «pvÀÔp▒ì=´\x05 "
b"\x01 É┌║\x0F µqÝÁÛ¥Í\x1D nY\x0F "
b"\x01 É┌║\x11 ïq¡¡Ü2â‗ëâa "
b"\x01 É┌║\x13\x12 sÍÉë¯\x18 ¢Ò¦d "
b"\x01 É┌║\x14 ürÄûx$e=zê■ "
b"\x01 É┌║\x14 ║pý¡ÿ»b."*é "
b"\x01 É┌║\x14 Òs·à┘┴.Â\x07 DÄ "
b"\x01 É┌║\x15\x0F qÊóôıü\x1F\x19 ═\x14 "
b"\x01 É┌║\x16 ìp2┐\x00 ÑíÒªæ0 "
b"\x01 É┌║\x16 ╔r{Åå┘uîpQÉ "
b"\x01 É┌║\x16 ‗qø»0â\x07 ¢\x15 çA "
b"\x01 É┌║\x17\x1E rÁê═úËOÛ│▄ "
b"\x01 É┌║\x17 Gpñúº\x0E J®¢\f ! "
b"\x01 É┌║\x17 ssë▒L'H3(Ö\x00 "
b"\x01 É┌║\x19 7pôØ]Bñ\x10 a\x04\x16 "
b"\x01 É┌║\x1A ╗p¤ó\x14 ÿ|úÑv/ "
b"\x01 É┌║\x1A ýp±Å7Ö¾ß└Á\x1A "
b"\x01 É┌║\e\x15 r┼£k²Ô²W~b "
b"\x01 É┌║\x1C ësê╣-uı6QnB "
b"\x01 É┌║\x1C ╗pò╣\x7F Z\x10 ·/ϯ "
b"\x01 É┌║\x1C õr\x00 ɲ┐\x7F jÎÇ\x02 "
b"\x01 É┌║\x1D\x11 r'åßË»à\x0E ÿ( "
b"\x01 É┌║\x1D :sæÂ9\x10 åã}Ú± "
b"\x01 É┌║\x1E\x1D qJÂb\x1A oºÒª\v "
b"\x01 É┌║\x1E Fp:úÈ?nð╔\x1C { "
b"\x01 É┌║\x1E op‗îÜ1q>ÒH0 "
b"\x01 É┌║ \x07 s┼ûL█oC═Â= "
b"\x01 É┌║ ýqÆÄáJ\x18 9Ëûb "
b"\x01 É┌║!█pnò§¯K\x16 N\x10\f "
b"\x01 É┌║"ús├ï#\x06 ┬\x18 Ú$7 "
b"\x01 É┌║#wp▒ñ╔È¢i¸2Ö "
b"\x01 É┌║$Lr┼®¿\x04 o▄3Ò\x1A "
b"\x01 É┌║A\x02 s÷º,\x10 ╝>{wÐ "
b"\x01 É┌║A7pn¿È║î\f þ╚± "
b"\x01 É┌║D¹q4ê{Rm{Þ⨠"
b"\x01 É┌║I%p½¤┴u┌ýì│ "
b"\x01 É┌║KÃqÚØ┼ò3k}f° "
b"\x01 É┌║Mwq│æ¢cWYO*x "
b"\x01 É┌║M▓pöú║\x05 `_ \x17 ┘ "
b"\x01 É┌║MÌrE¡Y\e ¸}▒║\x05 "
b"\x01 É┌║N\r rÌ║íÀÍ0÷¡÷ "
b"\x01 É┌║O\x07 s?Á@â;B¥§▒ "
b"\x01 É┌║O8s>½\x02 \x06\x04\x18 øþ "
b"\x01 É┌║Oar$â\x1D ▓ܸâ¦. "
b"\x01 É┌║OèpÁï1-ÃxeW# "
b"\x01 É┌║Q&r¡â\x00 Þ[bè█R "
b"\x01 É┌║QXr╣¢Ðì@a┴▒S "
b"\x01 É┌║RÄqáâ'<\t 5³B┼ "
b"\x01 É┌║Szp\x17 òÀ‗\x14 Ïy&\x18 "
b"\x01 É┌║S¬p█ÄD·Ø6~┘j "
b"\x01 É┌║Tªq6ìd:\`Þ\r ý "
b"\x01 É┌║TÍs\x17 «`\x04 Ö¿=├ø "
b"\x01 É┌║U░r░ÄHkÙ¿\x1C *╠ "
b"\x01 É┌║UÕrÁ░Q\x00 Þü8|Ò "
b"\x01 É┌║V┬s╩¢ý\x03\t qçá "
b"\x01 É┌║V°s^À\x06 g¡§ikD "
b"\x01 É┌║W%qq£ÛX@└*i< "
b"\x01 É┌║WQp\x11 ªj/¿\x03 ´vé "
b"\x01 É┌║Xwp╗øq\x10 þ▄\x1E ╗\x15 "
b"\x01 É┌║X½rÄì¾ù\╩¹K× "
b"\x01 É┌║XÎpùÑ\x0F ┬O\x1C µJV "
b"\x01 É┌║Y\x03 pè×\x16 Bû¼Æ@ "
b"\x01 É┌║YÞq¤ïr#¿pî"a "
b"\x01 É┌║Z\x1C sV║ðM!■m▒¿ "
b"\x01 É┌║ZIs\x11 ▓ÓæÜç¡ÛÕ "
b"\x01 É┌║Zus╩¡a\x15 ã┌ßâ$ "
b"\x01 É┌║[Ysxô\x10\x05 yíb0^ "
b"\x01 É┌║[ës[ø¨*ýÉ©Fµ "
b"\x01 É┌║[▓rwæ,\x02 [─|\x0F = "
b"\x01 É┌║[█sfä CÅ,àJx "
b"\x01 É┌║\¤rÑùµõ\r ¡»l@ "
b"\x01 É┌║]\x00 r`åj\x19 ıíX÷Ê "
b"\x01 É┌║^ÁrXÿ.╩┼?î░Ä "
b"\x01 É┌║^▀rn«="ÚZÁÉü "
b"\x01 É┌║_\x08 q─ÄJÒÆáת, "
b"\x01 É┌║_2s▄øoü ä┬7M "
b"\x01 É┌║_[r/Áµ─kHvþÏ "
b"\x01 É┌║`\p╣äy_1@H·Ê "
b"\x01 É┌║`år}ÇÖ«ÝUñÓ¾ "
b"\x01 É┌║`«rv╣£┤Q/Ö<w "
b"\x01 É┌║`ÎsêÖzøþ:│\e ã "
b"\x01 É┌║a\x00 p\x13 »═$²A═r¿ "
b"\x01 É┌║a)r\û6\x1C ³BïîÁ "
b"\x01 É┌║aRp»®0~è¾╠┘ "
b"\x01 É┌║b\qHçÛ\x1A ØÅT×\x19 "
b"\x01 É┌║bìp~®xy»¤e;l "
b"""
\x01 É┌║bÂsü│7¤7├\n
\e ß
"""
b"\x01 É┌║bÌp¦Øà┐ß┬╩\x01 ² "
b"\x01 É┌║c\x07 pgÇ\x17 ôüÃê┤+ "
b"\x01 É┌║c0q\x15 ê\t ‗ûç±¼" "
b"\x01 É┌║cYpcÁ\f ¬ÆX¥ªJ "
b"\x01 É┌║cüq│ôçG.ç┘└Ù "
b"\x01 É┌║dZqPïÍqdXv¢Æ "
b"\x01 É┌║dèp·ùåêFÖàÕ┐ "
b"\x01 É┌║dÀr®©c┐\x12 ðPw÷ "
b"\x01 É┌║dÓqXì\x02 ┼ó§d\v ╩ "
b"\x01 É┌║e\t pÇï\x06 EÔ\x1E ²i└ "
b"\x01 É┌║e2pMîãä\x12 æ\x07 ¹Â "
b"\x01 É┌║f\x12 pÙìW\x1C ÁýS┌Á "
b"\x01 É┌║fBq«óÒj@!ãiy "
b"\x01 É┌║fkr¶úGjX:\x04 u╬ "
b"\x01 É┌║fòs═®HÚI╦╗\x00 î "
b"\x01 É┌║gsr\x05 ░\x14\x1A ÒıÒÒL "
b"\x01 É┌║g¬p\x1E »%┐hþM{Ë "
b"\x01 É┌║gËr}ìðPQÆÂ,▒ "
b"\x01 É┌║h\x00 r\x04 ┐qƒ^å ®3 "
b"\x01 É┌║h)pYºNJ3hú$ª "
b"""
\x01 É┌║hVs\x11 ô\n
\x1C\x01 Ý\n
┴┤
"""
b"\x01 É┌║iBr┌ºÊäFÌFÓÎ "
b"""
\x01 É┌║izs!ö©ô\n
±▓ÞQ
"""
b"\x01 É┌║iúqâôÀR#=Á\x13 H "
b"\x01 É┌║jús=ê«\x00 Âô‗>\x1C "
b"\x01 É┌║jÏr½ìÙ\r úþ\x08 a« "
b"\x01 É┌║k\x01 s\x08 Ñ\x02 ¬#\e ╬Às "
b"\x01 É┌║kýr#▓\f hyß\x1C »Ì "
b"\x01 É┌║l!p\x02 æ°ãiãØ»╬ "
b"\x01 É┌║l·söüd¯╠├»ís "
b"\x01 É┌║m2s\x10 ▒uå~ù\x15 åµ "
b"\x01 É┌║m[p┌óG%r\x13 Ó<: "
b"\x01 É┌║mês¼é»│╣ç¸!à "
b"\x01 É┌║m▒q¥×Ö.\x1E sÏ3L "
b"\x01 É┌║mÔs ┤y[{\¹,È "
b"\x01 É┌║n\x0F s!ï¹┼ø:x¨A "
b"\x01 É┌║n9q%ºz>ùBé~y "
b"\x01 É┌║nirý▓²Ç┬ýı\x19 õ "
b"\x01 É┌║nÆpìà4êÓ┘WT³ "
b"\x01 É┌║n└pd»ÐI9R\x1F £ "
b"\x01 É┌║o½r┘½@┐ý´\t Ú "
b"\x01 É┌║oÓq╚áÐ÷ÿq¬á╚ "
b"\x01 É┌║p\t p▄ñS\x10 PÀ=½¥ "
b"\x01 É┌║pþp▀ó#Ç0Àêd) "
b"\x01 É┌║q\x1D sÝÿýÜÔ{┤µ╗ "
b"\x01 É┌║ï`p\r àâ\x12 t\x15 ÎÀ\x05 "
b"\x01 É┌║ïÄpÕæ·Ú&2,õB "
b"\x01 É┌║îöp&¿D■┤33¬Ë "
b"\x01 É┌║î═sK╣V×╚ƒÙVá "
b"\x01 É┌║ìÂr═èÒ╦`2ôu░ "
b"\x01 É┌║ì±páÁËóËnã\x01 ò "
b"\x01 É┌║Å\x16 qâÅV4&╣ûÖL "
b"\x01 É┌║ÅNr\x17 èx║u\x18 ëÈE "
b"\x01 É┌║Åzq╝àî,YBv├Ì "
b"\x01 É┌║Å®r|Ç┴°?bD³■ "
b"\x01 É┌║Åıpm®Y©`2·ë; "
b"\x01 É┌║É\x02 rÄåôa¹\t ╦\x14 è "
b"\x01 É┌║æ╗q┘Ç×l®Tƒ\è "
b"\x01 É┌║æýsâç╣╝K\x0E ı¬k "
b"\x01 É┌║Æ\x15 s\x1F ÆòÚ¥G¥fñ "
b"""
\x01 É┌║ô╝ry░Ä:\n
µ§Ô║
"""
b"\x01 É┌║ôõq║╗ÃØ8ö┘,Ù "
b"\x01 É┌║ö\r qÇ©µ\x00\x7F ¿×ÒÏ "
b"\x01 É┌║òKpzª▒%\x07 p¡*█ "
b"\x01 É┌║ò|rÑ▓X\x06 Ì\x08\x1A =\x13 "
b"\x01 É┌║òÑp█ƒ+áï┬#Z/ "
b"\x01 É┌║ò╬sô│p¼m@\x1D uW "
b"\x01 É┌║ò¸pöÿ═+îP┐lf "
b"\x01 É┌║ùùs╝¬\t\e ¸╦Ãg\r "
b"\x01 É┌║ùÃs\r à4$³t┘h¢ "
b"\x01 É┌║ùq║¥Ä:▒£Ì¿Ü "
b"\x01 É┌║ÿ═pÛéO{-â╣È" "
b"\x01 É┌║ÿ²s╝»0D±▄ý~à "
b"\x01 É┌║Ö&rüînXjÏw9╣ "
b"\x01 É┌║ÖOs%î2\x7F █\x05\x13 åü "
b"\x01 É┌║ÖypåùÀ╦`\t w├ø "
b"\x01 É┌║Öóq?ìk\x15 Í╚DQb "
b"\x01 É┌║Ö╦pôùÁPu|iï╠ "
b"\x01 É┌║øBp■á\x18 æ³\x06 ^_■ "
b"\x01 É┌║£«p@Ü\x1F Ô}W-\r "
b"\x01 É┌║£ÓsçÇ▒sX\x11 ┐g▓ "
b"\x01 É┌║Ø\t s}ÀqÍ▀V:¹F "
b"\x01 É┌║Ø2r½Åò\x1C #=Üå| "
b"\x01 É┌║Ø[qEæi^Ϥ`¥█ "
b"\x01 É┌║Øäqº©\x1C ¨Rî║Wë "
b"\x01 É┌║Ø¡pÙ╝ìiô¥þ¢ "
b"\x01 É┌║ØÍrW▒=¾\x16 >ñ+í "
b"\x01 É┌║Ø s\x1E ¡\x18 Àc\x06 ,Ñ▀ "
b"\x01 É┌║×(rþäÅÂ\x10 Ñ┼%5 "
b"\x01 É┌║×Qq¡Â╝tv\x15\x04\v · "
b"\x01 É┌║×{p═ëæÓyÐ\x1F ┐\x1C "
b"\x01 É┌║×ñsuë╝ï╚¸═N0 "
b"\x01 É┌║×═pÐ║Ë\x06\x0E ¿:E "
b"\x01 É┌║×÷s╗«Ó¥─r±3p "
b"\x01 É┌║ƒ\x1F r\x14 âÒ\x05 ;\x01 ÙýÁ "
b"\x01 É┌║ƒHsç╣(ÝVH▒â3 "
b"\x01 É┌║á▓q²¿▄ʾ5Ò\x18 é "
b"\x01 É┌║áÚr§╗Zûô:╗\x1F Ú "
b"""
\x01 É┌║í\x13 r\n
ÄôvöÕ\x17 n\x17
"""
b"\x01 É┌║óÆpæû█KN\x06 »¿ä "
b"\x01 É┌║úwsÂÄ#Ð\r \x05\v |M "
b"\x01 É┌║ñDpx║ð6,d\x03 ^Ï "
b"\x01 É┌║ñup├ê,¦ê«Z¿\x15 "
b"\x01 É┌║ñƒqáîÝr!9à\v Ç "
b"\x01 É┌║ñ╚p´äå°:Ól=+ "
b"\x01 É┌║ñ¶sLÅÕ\x14 TÉú´. "
b"\x01 É┌║Ñ\x1F sIàÖ;t&░õG "
b"\x01 É┌║ÑHrEÄ'\x13 |©Tæñ "
b"\x01 É┌║Ñrs╔ådSV¾Ô+\r "
b"\x01 É┌║º?s═ÄR}\f mg\x03 ù "
b"\x01 É┌║ºqs█äQ0{éÆÖ\x15 "
b"\x01 É┌║ºÜs\x00 ÿ?¹.│i»\n "
b"\x01 É┌║®\f qià\r ÞvJÆ7; "
b"\x01 É┌║®=sÚÇ»\x05 ═\x1F <îà "
b"\x01 É┌║®gr|ü«¹¹Ä>Ób "
b"\x01 É┌║®Éq;ìã\x1A *■¸¾ø "
b"\x01 É┌║®╣r\ü┴oì<└'\x02 "
b"\x01 É┌║®ÒqçÜT╝▀gY\x1D ╠ "
b"\x01 ôbÃhÞpìèª\x1A öd½ƒƒ "
b"\x01 “bÇ–?p\t —^PŸ]ÇP "
b"""
\x01 “bÇ—èpÁ¨Ä6ºè\n
\r t
"""
b"\x01 ôbÃ×rbó[9ØÛèËô "
b"\x01 “bǤ>re¸Þ•M]Špu "
b"\x01 “bǧBs*¢²®gpP\x1C ÿ "
b"\x01 “bÈ\x13 ¹s\e ¨jn7\x00\x0F É "
b"\x01 ôb╚\e $qZØêëx│\x1D þ² "
b"\x01 “bÈ\x1E\x14 qï \x14 5â¥bŽE "
b"\x01 “bÈ\x1E br\x14 ¡ÑÂTî>U\x03 "
b"\x01 “bÈ ?p路rT®7ì‘ "
b"\x01 ôb╚ És#á£═ÑW-ÄÐ "
b"\x01 “bÈ"?r”ŽU3ó-ó\x15 Í "
b"\x01 ôb╚"Åp}¥▒²\x18 çX\x08 X "
b"\x01 ôb╚+iqµ╗)صðz·V "
b"\x01 “bÈ+¶sG€C]/!»Íz "
b"\x01 “bÈ2Ts*£\x1E ´\x03 ÷¢Y\x00 "
b"\x01 “bÈ4Srðž‡X§\x00 ™` "
b"\x01 “bÈ4Ÿs9¶`G¼Ö\x0E 6 "
b"\x01 “bÈ4ìr:ª©¨ou¿ã" "
b"\x01 ôb╚9gsÉìÍ╚§)\x16 q% "
b"\x01 “bÈTºrµ‘y~]£Á_- "
b"\x01 “bÈX–q\x17 ®\x12 /⤧Ê\f "
b"\x01 ôb╚[┘r╠┤Ø=Åã£█V "
b"\x01 “bÈlÄsý˜VÈv¤’–Â "
b"\x01 “bÈm\x11 pdžØÀí+m\x1E "
b"\x01 “bÈ¥ßqÒ‰Ïraüœz, "
b"\x01 ôb╚ª,qìåÐ2ð[\f |² "
b"\x01 “bȦyp½€™\x1A\x19 ª+˜i "
b"\x01 “bÈàRs©ŠÊýz&\Mú "
b"\x01 “bÈø¯p»“\x1A\x18 EFG<\x07 "
b"\x01 “bÈøýp€‘ØX:\x16 ¹ÿ\n "
b"\x01 “bÈùLrºžÀFv¢CgÅ "
b"\x01 ôc\x01 HrÄ®╗ZòØìõI "
b"\x01 “c\x01 ÿ˜q6†Î\v\x06 2LÉ¿ "
b"\x01 ôc\x02\x00 ┬q‗ìX·│ƒfú· "
]
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 (0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA9BAA80709A874B35F754BFBA29 , 0x0190DA9BAAAC707C8C847E0812C89953 , 0x0190DA9BAAD0724BAEE86EC1D546C6C5 , 0x0190DA9BAAEC717483D3D93EE75CFEC9 , 0x0190DA9BAB0B72D8A2E3B0001F07ED37 , 0x0190DA9BAB2473F4A4C887280734F09A , 0x0190DA9BAB3D7286B6707BDC46D0DB4C , 0x0190DA9BAB597163ADDF2266A2DAF48C , 0x0190DA9BAB7572458D9BF3494F1AAC82 , 0x0190DA9BAB8F73059780F6238733D8BD , 0x0190DA9BABAB726D8763716876FC1112 , 0x0190DA9BABC773528F70F69EEDE17C5C , 0x0190DA9BABE07336BAE0B48A8E4A05E0 , 0x0190DA9BABF9733B970A80B6A12B5713 , 0x0190DA9BAC11720D894BCDA1B0AD30CA , 0x0190DA9BAC2C70E6997308E2271E1AB5 , 0x0190DA9BAC457319AC032648BF754E77 , 0x0190DA9BAC6073979B8706CF1957092B , 0x0190DA9BAC7972248291AAC2CE40AE53 , 0x0190DA9BAC937096B7D773EA7D08557D , 0x0190DA9BACAC70B6AAC048788D139166 , 0x0190DA9BACC77185B7190F8315DC3AB8 , 0x0190DA9BACE07067B3383C9DFA586372 , 0x0190DA9BACF9718AB3E7DB13640C5B32 , 0x0190DA9BAD127381AC4A0A04D9C98CD3 , 0x0190DA9BAD2B7055BC9C26D1A6C5371E , 0x0190DA9BAD447010889FAEAE140FE3EF , 0x0190DA9BAD5D701F87EBE5FB823A87F1 , 0x0190DA9BAD787078BCC2B4FD391A4E7A , 0x0190DA9BAD9173FEAEC764F046B9CAF4 , 0x0190DA9BADAD71D6A0E0809C44B426C7 , 0x0190DA9BADC6721CBF95D70C4F757DD4 , 0x0190DA9BADE2723BADBB7B61E6CAB792 , 0x0190DA9BADFC71079F4F5C06575EE6DB , 0x0190DA9BAEB4703299D36EADDE97EB39 , 0x0190DA9BAED7712EADB44231F65BA3AC , 0x0190DA9BAEF5700BAC8A38BF8193F3FC , 0x0190DA9BAF0D722DA42EAEA2CE2871C0 , 0x0190DA9BAF2572FAA462043570E84B1F , 0x0190DA9BAF3D734D8750085B9DAB6739 , 0x0190DA9BAF55723F9CCEAAECC59CB949 , 0x0190DA9BAF6D7237A9EC2BA9FD0A4249 , 0x0190DA9BAF8472F29FC9991D788FBCA8 , 0x0190DA9BAF9C7071A3E5B6AA6A1F9E3E , 0x0190DA9BAFB5701C8C18C0D6B12D3EB3 , 0x0190DA9BAFCD72D28C5296D9B4B8F9C3 , 0x0190DA9BAFE4722BA956E904DFCB1873 , 0x0190DA9BAFFF72CCB9A07611AAA29D4A , 0x0190DA9BB01771B7B781586EFE404CC7 , 0x0190DA9BB0307106AA82ED620775CBA0 , 0x0190DA9BB04973248433BB684F5550A5 , 0x0190DA9BB06170A3B7088B611E28BF61 , 0x0190DA9BB07973F0858B55AFFB3BC73E , 0x0190DA9BB09170C2B3D4169D34D321C8 , 0x0190DA9BB0AA72DB8D7D9358AFBA16ED , 0x0190DA9BB0C271CC9D743CFED403F8E2 , 0x0190DA9BB0DA70AC839C596C754978B3 , 0x0190DA9BB0F3736B9D9FEDAF4ECB75CD , 0x0190DA9BB10B72A58DC76832E11697B0 , 0x0190DA9BB1237025B0734180A732F9F5 , 0x0190DA9BC7A3735BB9BCC85D8D96166C , 0x0190DA9BC7CD70C1B11EE73F589DA4AA , 0x0190DA9BC7F072E68F7C06CCF5C0E622 , 0x0190DA9BC80F723BB66AFE385B3BD130 , 0x0190DA9BC827729FB62FEFA3FDF582C6 , 0x0190DA9BC83F73ED998E662BE43543DD , 0x0190DA9BC85771FAB58F58BE661937E8 , 0x0190DA9BC86F736EBBCEFECB2AD2FABB , 0x0190DA9BC9B7716592AF183FF8DCFEB5 , 0x0190DA9BC9E073A1AA75AA764D2B0F8C , 0x0190DA9BCA0371A788DE30188E8B74CE , 0x0190DA9BCA1E73D8833E768263ABEC56 , 0x0190DA9BCA3770A6B439F0AEFC84E8D5 , 0x0190DA9BCA5170C4A89C2A6402C7E074 , 0x0190DA9BCA6B715685F730CD72CEAD8F , 0x0190DA9BCA8872C6A60309D5D3833E0A , 0x0190DA9BCAA173B19F930165DA5582B8 , 0x0190DA9BCABA7326AD55D446EBFED9C7 , 0x0190DA9BCAD470EBBE2990E2F995591F , 0x0190DA9BCAED7389ADBA30D0038F58C5 , 0x0190DA9BCB0671FBA2CBD8FBFC31CF83 , 0x0190DA9BCB1F705CAAFB26454F6CFB5B , 0x0190DA9BCB3C7017B73E520164076CD2 , 0x0190DA9BCB5570FFB7F0784C5C38C5DF , 0x0190DA9BCB6E70238252E71ED266F46C , 0x0190DA9BCB8771B5BEC88C73730D46DF , 0x0190DA9BCBA170DCA2E74471F1AB81F2 , 0x0190DA9BCBBD71CE82F21CCF2A5E897C , 0x0190DA9BCBD67128B787E710138D5E86 , 0x0190DA9BCBF2738A8B2D456376192007 , 0x0190DA9BCC0B731AAB7029C1CA96C719 , 0x0190DA9BCC247258A923ACD80A308D44 , 0x0190DA9BCC3D73C2997B48017D61509E , 0x0190DA9BCC567137809ED7B2B5B4F5C6 , 0x0190DA9BCC7271849A9C809CF273089A , 0x0190DA9BCC8C731C9531E92BC960BCFB , 0x0190DA9BCCA871A7B24DE56D7EA4CD94 , 0x0190DA9BCCC172519365523B7D308035 , 0x0190DA9BCCDE7036A6E7BD8EF768F9D4 , 0x0190DA9BCCF771D39046ED426724A17B , 0x0190DA9BCD1072A6B093F473CFF0682C , 0x0190DA9BCD2970D59C62882152B25A50 , 0x0190DA9BCE8B701C91C1B9DB462E6010 , 0x0190DA9BCEB47083BBC7683E48C31C4B , 0x0190DA9BCED4715AB8D5D74C853F815F , 0x0190DA9BCEF671E6916E5C397543250F , 0x0190DA9BCF0F73F9AEED7BB8D0871C88 , 0x0190DA9BCF2B7223B87DA1E133F45CB4 , 0x0190DA9BCF4472628FA0EA2ED834B364 , 0x0190DA9BCF5D7382B6DC1E2C83F0626F , 0x0190DA9BCF777360A356BCF71F698F06 , 0x0190DA9BCF9072E3AA1EB517D1987DFC , 0x0190DA9BCFAB72548776D55296AB4EFC , 0x0190DA9BCFC472B0BFF7FFB54BA082C7 , 0x0190DA9BCFE073FF8300F2A2EA68CED5 , 0x0190DA9BCFF971F6BA8EEB568C91C8E8 , 0x0190DA9BD0167058BFA57A3C72D16E9F , 0x0190DA9BD02F72B3BB3077C22BAE968E , 0x0190DA9BD0487019ACFA7A8E377F2F26 , 0x0190DA9BD06172BB962BCD408E48D1BD , 0x0190DA9BD07A73C0ACC241071AD289B2 , 0x0190DA9BD0977196907791613D8D060E , 0x0190DA9BD0B073608C3F8E874D07BA60 , 0x0190DA9BD0CC7337A85158DB4D6CCEDC , 0x0190DA9BD0E57266AF24FBD621C162B8 , 0x0190DA9BD0FE70A38A79EF146457A1D3 , 0x0190DA9BD117702DA125F01D3BF1CD19 , 0x0190DA9BD1317326A5D9E2C45F093E8D , 0x0190DA9BD14D72DB9407143D6CE2499D , 0x0190DA9BD1667327A500BEDAC8303B36 , 0x0190DA9BD18370FC85F019D194A9DAAC , 0x0190DA9BD19C70B8A53281CBE6AB976D , 0x0190DA9BD1B9706BBF8ADDEB9E90D72F , 0x0190DA9BD1D17306A14F78FDE3CC5B35 , 0x0190DA9BD1EB70E3946AD35C9130A4A6 , 0x0190DA9BD204728697615ECED27621F4 , 0x0190DA9BD33E72409BB484378B6CA22F , 0x0190DA9BD36570B1AEA7F5A4EC3DE4FB , 0x0190DA9BD38571B6B121BEACFD460EAA , 0x0190DA9BD39E72D28197E53083B482BD , 0x0190DA9BD3B7717C9AF4B68248D8326F , 0x0190DA9BD3D0712EBD8F082D5DF6E197 , 0x0190DA9BD3E971718865826099EEA192 , 0x0190DA9BD40272E680AF87982595F4B7 , 0x0190DA9BD41B73A2B35352E8833475F5 , 0x0190DA9BD43470419F42FDE8771D7E06 , 0x0190DA9BD44D732FB1CA6C3681405C98 , 0x0190DA9BD46673F5AFFF925D9AFAECDF , 0x0190DA9BD47F711C831A4357994A1241 , 0x0190DA9BD49971C18598E632734DDAEB , 0x0190DA9BD4B17050B04B39B3472D8ECF , 0x0190DA9BD4CB7321B885AAE81FBA8FD5 , 0x0190DA9BD4E470AAA81683F9A597443D , 0x0190DA9BD649709FA364BEF3B9059A21 , 0x0190DA9BD6707343B1F543FF8FE1F3EC , 0x0190DA9BD6917350ADE4FC85931A49CE , 0x0190DA9BD6AD73F8A470E46B43FE6261 , 0x0190DA9BD6C6734FA24B181212B5F9D3 , 0x0190DA9BD6DF73D3825BDBA031AFEA78 , 0x0190DA9BD6F8714AB244FC5FC6C94352 , 0x0190DA9BEE41725FA8377F126F3D09EE , 0x0190DA9BEE5A704E888F152A588C5FF5 , 0x0190DA9BEE747320A74AE0775CE00EBA , 0x0190DA9BEE8C73AF8A348AA7A9DEC520 , 0x0190DA9BEEA473E19F1B7A4F3DC7C157 , 0x0190DA9BEEBC703080881461789BA813 , 0x0190DA9BEED47360B278D8CFD26897F9 , 0x0190DA9BEEEB7169984FDDB9C7B0C26D , 0x0190DA9BEF03710FBF951EE68357B28A , 0x0190DA9BEF1B73CCAB4D92ADA088C784 , 0x0190DA9BF053715DA6B1615A19916098 , 0x0190DA9BF07B7181A0B50A90D210F334 , 0x0190DA9BF09A739EB6D77822DFD30B74 , 0x0190DA9BF0B970E58C4CA3743917E16D , 0x0190DA9BF0D1708B910D27B99D79734D , 0x0190DA9BF0E97327BCD42B486ED60191 , 0x0190DA9BF10172118DE51485495F4615 , 0x0190DA9BF119711EAC1B6DB5C306733A , 0x0190DA9BF13572568AE904CCCE420454 , 0x0190DA9BF14D71419081522EB6B79984 , 0x0190DA9BF16870C0AE358EB039CBB8E7 , 0x0190DA9BF180711EB499F51FE295E114 , 0x0190DA9BF19C73DF8B75223A0E164631 , 0x0190DA9BF1B470D5979FA2BC37E5E138 , 0x0190DA9BF1CC70A88689419A93523F77 , 0x0190DA9BF1E4708FBF778F5DAD62B7A0 , 0x0190DA9BF1FC70D3AE5C691375EEA96A , 0x0190DA9BF2147049B6837CED4D809CDF , 0x0190DA9BF22C702BB14C69784E99C04C , 0x0190DA9BF24470389CB42402ABABAF63 , 0x0190DA9BF25D72D7AA5A5FA5CEF49ABC , 0x0190DA9BF27870C5AC17907CF6472D81 , 0x0190DA9BF2907051802C21768F33C349 , 0x0190DA9BF2AC71ADBDF9D0F0A0418DDE , 0x0190DA9BF2C47045BD766155BD2B7495 , 0x0190DA9BF2DF7092A7DE1441591D90F0 , 0x0190DA9BF2F8729AA863DF3A3F79AD9B , 0x0190DA9BF31372B4B30A6BA5EF15C685 , 0x0190DA9BF32B71A2BDF90266D6049B8F , 0x0190DA9BF34672A48009F817487726B9 , 0x0190DA9BF35F711C85B8943BA33485EC , 0x0190DA9BF37A73F387E94B32CE1EAA37 , 0x0190DA9BF392706F87F0EA179F4E6450 , 0x0190DA9BF3AB73AFB3667DF4F20F1758 , 0x0190DA9BF4F2700083D8A881981B29D7 , 0x0190DA9BF51A73B0AE110DC392E805BB , 0x0190DA9BF53A73E49B9768449FB06F7D , 0x0190DA9BF552713EAF92AEB00421DA03 , 0x0190DA9BF56E72B39EFD381A9D511020 , 0x0190DA9BF5877322B5BEE421C9035FC5 , 0x0190DA9BF5A3726A93F897249886BADB , 0x0190DA9BF5BB730B8A88BF096ECC3E18 , 0x0190DA9BF5D470339D9409F70B5965F0 , 0x0190DA9BF5ED70ADB105229ED546C8F9 , 0x0190DA9BF6067058A0440209DF113663 , 0x0190DA9BF62273B8AA3A1A447CAA027E , 0x0190DA9BF63A7099A07D9B4FF8CECE77 , 0x0190DA9BF656727FBEDF6B41CBFFED56 , 0x0190DA9BF66F7002B601DC0F70D2BAA2 , 0x0190DA9BF68773DCBCC845F504407F2E , 0x0190DA9BF6A072B08AA301B5BC048696 , 0x0190DA9BF6B8714D8B9BC9A0217896CF , 0x0190DA9BF6D4739DB3B654D9D002DDC1 , 0x0190DA9BF6EC73B8AC6CE44E706C1B58 , 0x0190DA9BF7087363813CAE7398F0F15B , 0x0190DA9BF720705CB22D9F2139BC16F5 , 0x0190DA9BF73871A4ABFD5085C31E4015 , 0x0190DA9BF753717D8446356A3775A514 , 0x0190DA9BF76B720A944A87E4324F4456 , 0x0190DA9BF788726F84FFDADB43939593 , 0x0190DA9BF7A1729EB8262A12341323D8 , 0x0190DA9BF7BC7247B0F8AC15CF1A9290 , 0x0190DA9BF7D572AA90434CD25A6C7688 , 0x0190DA9BF7ED7367AB9E1322D40329C0 , 0x0190DA9BF80671B99984E3CCC1E31102 , 0x0190DA9BF81F72E2B224FBF1E55A0400 , 0x0190DA9BF8397245B6786A0143A46A25 , 0x0190DA9BF851730FAD4407C292B45F2A , 0x0190DA9BF8F572E5815B599DC5ED75AE , 0x0190DA9BF91B72B2B2630FAF88B23AC4 , 0x0190DA9BF93A73D7B17F0960BB8F6E25 , 0x0190DA9BF95273949E5272EE340BDC82 , 0x0190DA9BF96E713ABDFF7592D913E72C , 0x0190DA9BF986704B9E6035ACEAE0B471 , 0x0190DA9BF99F73EAB2A306272986AB42 , 0x0190DA9BF9B870A7B235A71D12290495 , 0x0190DA9BF9D1738499C54F948FEE81B0 , 0x0190DA9BF9EC709DBA44E2A42B4C40C0 , 0x0190DA9BFA05702EB1A02F76FA9075A5 , 0x0190DA9BFA2070C88039911F040DA572 , 0x0190DA9BFA3973719D27E63E40BE9906 , 0x0190DA9BFA5172039D4C44A88BEE8407 , 0x0190DA9BFA6B7050928E87D47D7C5D80 , 0x0190DA9BFA847213B7FCD69C4FDBE74D , 0x0190DA9BFA9F7276B7C2D1267A6C93B0 , 0x0190DA9BFAB7738F8A5BB23FD17F474D , 0x0190DA9BFAD370F4AB04323593191301 , 0x0190DA9BFAEB73AF98A3A7AA7DADCB6A , 0x0190DA9BFB0470F6AE116BAD9AEAD843 , 0x0190DA9BFB1E70FD9866C70B49B84EB1 , 0x0190DA9C13CA71E4B38D2C886D4EE1FA , 0x0190DA9C13F57394AB583D83983EAF3F , 0x0190DA9C14177127A881BCBFBD399303 , 0x0190DA9C143171B0AD704D5B5E9AF025 , 0x0190DA9C144B704C938335672126075B , 0x0190DA9C1465721CA9D1232A14165D1F , 0x0190DA9C147E73CC94F6F660BF1568C9 , 0x0190DA9C149B710E87D9CAAF1ACF96BC , 0x0190DA9C14B572BBBFE2985FD2A62EFF , 0x0190DA9C14D17241834A2FEDA6E237CE , 0x0190DA9C15A270C5BFC8D30FC05302EA , 0x0190DA9C15CF727EA4A159FE2FCAE412 , 0x0190DA9C15F4722A9D718E6F1BAE7654 , 0x0190DA9C1613700E8A19C638E87DFF7F , 0x0190DA9C162F7259877249FA92CE36EB , 0x0190DA9C164873DE9FE21E05CEA042BB , 0x0190DA9C16627025AB00741996C59D3F , 0x0190DA9C167B70119A6D8493ECF07B0F , 0x0190DA9C1695732CAB427AC2C04A30D1 , 0x0190DA9C16AF71FBBC2670CF7DEF35CC , 0x0190DA9C16C87384AD3A0D09B5837A12 , 0x0190DA9C16E6714B9A066A9EFD91A929 , 0x0190DA9C16FF73668AD3EC12C557E1F9 , 0x0190DA9C171C706083BBD3E8D1F198C2 , 0x0190DA9C173573BBA715A07D3A884171 , 0x0190DA9C174E7351BBE630ACEA495838 , 0x0190DA9C176870DF9C490A3D7A4C6C18 , 0x0190DA9C178270C68A70465C82D7B829 , 0x0190DA9C179D72AC88F4FFE1DAEA89F5 , 0x0190DA9C17B673C484557C0CC196D3F3 , 0x0190DA9C17D37332A163A713D6086E66 , 0x0190DA9C17EC739DAD7A343FDB028490 , 0x0190DA9C180971128B78622D0FA736CC , 0x0190DA9C182271EE8CB29B9A559134C4 , 0x0190DA9C183B71BE9B8AAD6E5C1A93FE , 0x0190DA9C185570529296D5CEE6B1CE83 , 0x0190DA9C1872705BBFC1592180BB4E11 , 0x0190DA9C188F70F99415DF6BB0615B4A , 0x0190DA9C18A873EAA6BF33BFD80CFF13 , 0x0190DA9C18C57167A589DE6F888B464C , 0x0190DA9C18DE70C280A7FC502FDF9EFA , 0x0190DA9C18F773499432ABC8CE9F72FD , 0x0190DA9C19C770BD9561086A6DF938AF , 0x0190DA9C19F771C6AD4D2C3E8C6BDC5D , 0x0190DA9C1A1B73BEA1B6FD4DA2F617AE , 0x0190DA9C1A3870EA8208E7E43E5A302F , 0x0190DA9C1A5571B1B850BE5EBCF446ED , 0x0190DA9C1A6E710199204836D0B4AE65 , 0x0190DA9C1A8B705987458C2DAA4F7D79 , 0x0190DA9C1AA4709EB697E01B7D5D60F4 , 0x0190DA9C1ABE736882619BF4EEDA71C3 , 0x0190DA9C1AD77162BBC14FDB80897D27 , 0x0190DA9C1AF0724DB8CA72B00E3FC9CB , 0x0190DA9C1B0E7257AB0B61D261EB7C49 , 0x0190DA9C1B277282A7E711CDAFD81EA0 , 0x0190DA9C1B4170FF95FA013A8927AD6A , 0x0190DA9C1B5A7363B92D42A4C6A89C2F , 0x0190DA9C1B7470A0AF504F4BD4CE3C0C , 0x0190DA9C1B8D72EBACE771CD91EC440C , 0x0190DA9C1BA7707FAAC49B4F5DAAB75F , 0x0190DA9C1BC172C28472875C9C8585C1 , 0x0190DA9C1BDA71B5B2726ADBDF68F3D1 , 0x0190DA9C1BF5715391CFB80D44CCF5FF , 0x0190DA9C1C0E70B8AEBEAB3BE998C345 , 0x0190DA9C1C28736285BD705DF9686F3D , 0x0190DA9C1C417137B6C9FF0B4BD1F425 , 0x0190DA9C1C5B730B99229D7164BB6B5A , 0x0190DA9C1C7473659300CE3A8104C52F , 0x0190DA9C1C8E71E68B43077C77A0C6A3 , 0x0190DA9C1CA871748C102122E9380A20 , 0x0190DA9C1CC1723ABF469240A9C4D464 , 0x0190DA9C1CDA70FEA05D08FC118F6BFB , 0x0190DA9C1CF4737783BA02534C4B6211 , 0x0190DA9C1D0D73A2A5665EC61BC6B1A7 , 0x0190DA9C1D27706796D5A8A49E090F57 , 0x0190DA9C1D407348BFDA28B856533227 , 0x0190DA9C1D5A721791DC519E7F65F492 , 0x0190DA9C1D7370F7B29C801A132E3A88 , 0x0190DA9C1D8D72678C08504DBE1338D7 , 0x0190DA9C1DA671B09A168F8CEDDFD6A6 , 0x0190DA9C1DC0705F9A9E8036E6554156 , 0x0190DA9C1DDA710B91A19754BD768743 , 0x0190DA9C1DF3720E83930C7A0C000D48 , 0x0190DA9C1E0C7390ABD1187548A0A431 , 0x0190DA9C1E2572479B185DF065BB1CE0 , 0x0190DA9C1E3F7202A8CE50DFC3F0139C , 0x0190DA9C1E5872D8BAB2EE4F1C7D112D , 0x0190DA9C1E717362AE3C0B609286D38D , 0x0190DA9C1E8B70F2878C23D0E30D67FC , 0x0190DA9C1EA47214B2554A4F75E8C229 , 0x0190DA9C1EBD71CCBD3AADD26005F664 , 0x0190DA9C1ED770DFA5608E09B1109933 , 0x0190DA9C1EF17018B08B894F3D1FBD64 , 0x0190DA9C1F0A71D988CE9EFA55A5222C , 0x0190DA9C1F2473F68E6B513FB3C7A5C3 , 0x0190DA9C1F3E702FB43EE4BF74377AD6 , 0x0190DA9C1F57703C9F8F6F3C73435B71 , 0x0190DA9C1F7171A89EC57F98CCD5A9A7 , 0x0190DA9C1F8A70E798C24610C5297DDB , 0x0190DA9C1FA3734898E405AA18EFEB0F , 0x0190DA9C371673E39543210376429123 , 0x0190DA9C373E7051BAB90794B18F7BA1 , 0x0190DA9C3762712C925BB3A1D90CD834 , 0x0190DA9C377E70E1BA61D7915D465D82 , 0x0190DA9C37977099A80E86EBCEC1ED43 , 0x0190DA9C37AF719B99B8D70DAFB33841 , 0x0190DA9C37C773DEAE167BAC3957A18B , 0x0190DA9C37E0719EAAF5C4D506C1A385 , 0x0190DA9C37F87099987C727DD65D519F , 0x0190DA9C38117202825A88F1F6876C36 , 0x0190DA9C382A71AAA538C7AE5E3FCD37 , 0x0190DA9C384372F79BE54F0F052A670A , 0x0190DA9C385B7028BDF82275F5CA1ED4 , 0x0190DA9C387472B69BB431B66A5D3B17 , 0x0190DA9C388D73129311FD5D1FB61A80 , 0x0190DA9C38A5725C935CC85602BBBB88 , 0x0190DA9C38BE73BAAC2EC1E8AA40E466 , 0x0190DA9C38D671CDAD0843A5D9DA7C26 , 0x0190DA9C38EF71A086F82BBB1F53697F , 0x0190DA9C39077002A88DB09F5DA6EAF6 , 0x0190DA9C392073D5A7094C27FEEAC6A6 , 0x0190DA9C393870ED97DA5F2A5492EEE9 , 0x0190DA9C3951707F8BF648DB2B37641B , 0x0190DA9C3969734A94A9E8BD9725B0AF , 0x0190DA9C3982712D9F7C1EB98B5EC08B , 0x0190DA9C399A72FF97A816452892FFB5 , 0x0190DA9C39B273E4B0E4CEF304716FB9 , 0x0190DA9C39CB73549B4841B9CB333165 , 0x0190DA9C39E372F0AE54B421645BDE62 , 0x0190DA9C39FC7173A74D7C42E4B3757A , 0x0190DA9C3A1472F6846C7F166917508C , 0x0190DA9C3A2D71C5961C1971B2E910AE , 0x0190DA9C3A45701CA7CBE9795DC6EED9 , 0x0190DA9C3A5E720CAC0AB93881F9319F , 0x0190DA9C3A7671D79F5158DABF47D193 , 0x0190DA9C3A8F72F0A31C8254DDCBEB1A , 0x0190DA9C3AA7709994A8AE67D12BF6EC , 0x0190DA9C3AC07149BF58592D491DF8FA , 0x0190DA9C3AD873378030BB3F1002799B , 0x0190DA9C3AF1716E9E4D7289A97C6ECD , 0x0190DA9C3B097275AE192EE627A47AF6 , 0x0190DA9C3B2271F584FAAF7ED1D060E6 , 0x0190DA9C3B3A720980226C735D098FA2 , 0x0190DA9C3B53720FB608EB1F3D1D5230 , 0x0190DA9C3B6B733ABDF0213174626408 , 0x0190DA9C3B84703CA46B9664F01678B8 , 0x0190DA9C3B9C717D98F5B6043C49AA4C , 0x0190DA9C3BB57270A6F7DA1949492AAD , 0x0190DA9C3BCD71C3B8504B70A6667FC3 , 0x0190DA9C3BEA720085A120C4DB46393A , 0x0190DA9C3C0271D3946B5914D01ABFFB , 0x0190DA9C3C1B70FA89301FAE55766883 , 0x0190DA9C3C33732B8891549439B424C6 , 0x0190DA9C3C4B71FC9749B93C731036DC , 0x0190DA9C3C647125B4B9741449721FB1 , 0x0190DA9C3C7C72CEA7034A0318CE2A47 , 0x0190DA9C3C95726D9CF506509EBBB2AF , 0x0190DA9C3CAD73D0A5AEFD7055164C91 , 0x0190DA9C3CC57145950F8423DEDA8066 , 0x0190DA9C3CDE70508A80C30EEF27EF26 , 0x0190DA9C3CF6716090B7A1CE4FC0306B , 0x0190DA9C3D0F7270BC3174C572816653 , 0x0190DA9C3D2773CDB168F0B39F90CE3F , 0x0190DA9C3D4070368F3AD344FCF9206A , 0x0190DA9C3D5872229750396495E5AA51 , 0x0190DA9C3D71737EA79652B411984F2C , 0x0190DA9C3D8972C48B9F4420F4032E37 , 0x0190DA9C3DA27216B86019C4DDBF968F , 0x0190DA9C3DBA70B2A8EEEC304AB5D9A2 , 0x0190DA9C3DD373BFA48E8A5CFF02B649 , 0x0190DA9C3DEB709E8BC351FCFEDA1AA6 , 0x0190DA9C3E0471BABA44ABC45619B830 , 0x0190DA9C3E1C716191D1040DE5AD6389 , 0x0190DA9C3E3570C5861BE53ABE89F6AF , 0x0190DA9C3E4D73A98FB18278816CB45F , 0x0190DA9C3E6573A0B6A9C8EC15F07BB3 , 0x0190DA9C3E7E72A686F28A61BA669DEB , 0x0190DA9C3E9670788BE73817F975B8D8 , 0x0190DA9C3EAF73459BD1D2CED4629F06 , 0x0190DA9C3EC77099B14028BF20C72D0D , 0x0190DA9C3EDF73A0971889CB92E49418 , 0x0190DA9C3EF873B988981D3CFE29351C , 0x0190DA9C3F107284B280182D638E1BD5 , 0x0190DA9C3F28707AB82EE1C597932455 , 0x0190DA9C3F41700B8DB1092EAA4C9DF9 , 0x0190DA9C3F59719385DDB89ACB6C7972 , 0x0190DA9C3F7171FE9E8A70C8013E0A64 , 0x0190DA9C3F8972AEA8075B031AC86C1A , 0x0190DA9C3FA173A78A386971D7BB92C0 , 0x0190DA9C3FBA7176A622AEFEE832EBC2 , 0x0190DA9C3FD270B28695CA8D016DCE72 , 0x0190DA9C3FEA71F1A87DDCD81BDCD3C3 , 0x0190DA9C4003715FB601850366D18F54 , 0x0190DA9C401B712AA89095B2E0C32C5D , 0x0190DA9C4033726A955F97F70152B3DF , 0x0190DA9C404C716FA8BCF0B7A3AE30B8 , 0x0190DA9C40647211A92C20DA0E878BF2 , 0x0190DA9C407C707983A0E97D6DE1FC6E , 0x0190DA9C409573A09C2417ABEA6A20AF , 0x0190DA9C40AD708B880FDB9F6CF5D79D , 0x0190DA9C562E71DD9729C38154BF581E , 0x0190DA9C564B70E9A0A0A8C5AEB7F61A , 0x0190DA9C56657129BA64A9D2A89B2711 , 0x0190DA9C567E71E19CD5CC6255AE3018 , 0x0190DA9C569873C3BBFC706677B21A4E , 0x0190DA9C56B272FBA5DC9674BCA11976 , 0x0190DA9C56CC718A8447C18A45B76BF7 , 0x0190DA9C56E67078889EC73A73F6101D , 0x0190DA9C56FF728DBD4FC7D1ABD3A7C2 , 0x0190DA9C571973E2842EC9ADA67C21F1 , 0x0190DA9C57327170BC750CC2FC065D08 , 0x0190DA9C574C73759A3493BCD7A58FD7 , 0x0190DA9C576573638DE2C95A8CA6C150 , 0x0190DA9C577F71FF86B0A97C5EF9D9F2 , 0x0190DA9C579970FDB3EA421DB50D8D45 , 0x0190DA9C57B37118992268D5A1777214 , 0x0190DA9C57CC72E08045E373711B255A , 0x0190DA9C57E572E980744D4D41432033 , 0x0190DA9C57FD73EBB4A923BE9E7590E7 , 0x0190DA9C5816722BAA616B81C0567029 , 0x0190DA9C582E70E989A07C2F5413E59C , 0x0190DA9C584772AAB3023B72799C4A9B , 0x0190DA9C5860708DA13462FEF27E72ED , 0x0190DA9C5878707EABF754783150F531 , 0x0190DA9C589170B182D44949637A45CD , 0x0190DA9C58AA7161823B976D1932E73E , 0x0190DA9C58C67364A0F0A8DCCA99D13E , 0x0190DA9C58DE737396FA69CD327D2148 , 0x0190DA9C58F7724C82311F8C2D401A15 , 0x0190DA9C59127167B654B6F7F10CE98A , 0x0190DA9C592A727691C3A12181A1E1FF , 0x0190DA9C59497286879F0B8F8DA58C22 , 0x0190DA9C596173EFAC7EE69597E28F58 , 0x0190DA9C597D7068AF126B09655E6FC8 , 0x0190DA9C59967267BBDC03E915250961 , 0x0190DA9C59AE702A8B051D08A8F8EA8D , 0x0190DA9C59C973CC92D3FCB2AD2FBFF5 , 0x0190DA9C59E172D29FF0EA165ED4F985 , 0x0190DA9C59FC73AB94AEA13F7B4756F3 , 0x0190DA9C5A15712693528956D8B5E145 , 0x0190DA9C5A3170B8A3E847E5EDD9E0C7 , 0x0190DA9C5A4A73AEBCB62653568D37DD , 0x0190DA9C5A66723C85BD0B871DE1B46D , 0x0190DA9C5A7F711B9DF1C18BCDA57B7B , 0x0190DA9C5A9770008FCCD813A8A3753C , 0x0190DA9C5AB27155BCF7FFDC854C504F , 0x0190DA9C5ACB71D8824B1EC31E8A4F00 , 0x0190DA9C5AE871509D282F7808450A9D , 0x0190DA9C5B01716A9085E2B570847D6B , 0x0190DA9C5B1D737398C5A065AE5A4E9B , 0x0190DA9C5B357361B391EF921A3D867D , 0x0190DA9C5B4E70819D6700DF2C9D2DCC , 0x0190DA9C5B69716087355B4A9359FD2D , 0x0190DA9C5B817288BE7119545D0C1C84 , 0x0190DA9C5B9D73D590BB273733C93BDC , 0x0190DA9C5BB570188917906E70C31054 , 0x0190DA9C5BD173108E194243DD1E2FF7 , 0x0190DA9C5BEA71B1AFC3B1D563ED73D3 , 0x0190DA9C5C06705DA2F858F43FC39E52 , 0x0190DA9C5C1E72B3BFBD5DA34B8536FB , 0x0190DA9C5C377024BFE9257C4521AE78 , 0x0190DA9C5C5270FA9AEDE562D1BE4D3C , 0x0190DA9C5C6B72C3AC7DE3EB547733BE , 0x0190DA9C5C8970E082CECA0C68BD5451 , 0x0190DA9C5CA272FC9935B7BE7115C1B0 , 0x0190DA9C5CBD70B8BA516DDF477E14BC , 0x0190DA9C5CD6708BBB5B578F1E31428E , 0x0190DA9C5CF27324B4AB05A7678E4C92 , 0x0190DA9C5D0B72A793C0022E978D5DF8 , 0x0190DA9C5D24712DBAFF87379471A90F , 0x0190DA9C5D3F72A2A115E1B05E03B2E5 , 0x0190DA9C5D5871CE83A4D45F504A50C8 , 0x0190DA9C5D74714F9C234B49A0011981 , 0x0190DA9C5D8D73B3B06FDF2C42677784 , 0x0190DA9C5DA97099AB498C35E29BBABB , 0x0190DA9C5DC271B7B2885473849C88A9 , 0x0190DA9C5DDA72D08A3C29F9A29500A2 , 0x0190DA9C5DF570848A3443AD311F38B7 , 0x0190DA9C5E0E70C9BD8EAF67B3417511 , 0x0190DA9C5E2D73D29B31744775BB17E8 , 0x0190DA9C5E4570E18DEF09AE7B00CD3C , 0x0190DA9C5E6171E9832EAD0248B91C30 , 0x0190DA9C5E7A71CDB3203586054E9921 , 0x0190DA9C5E92719F9864BF771A25394B , 0x0190DA9C5EAD715388E3EFC182A0018A , 0x0190DA9C5EC673B09D3177E6747351A2 , 0x0190DA9C5EE3724C8DC61C63C04622BC , 0x0190DA9C5EFC73FEA59B86B03AFCDB70 , 0x0190DA9C5F187384B6F6B4D03FC4D102 , 0x0190DA9C5F30709A8AECF52A6EDEE43D , 0x0190DA9C5F4C70CA8E51A3616A15CB2E , 0x0190DA9C5F6571B68DC5E162C19E7F23 , 0x0190DA9C5F7E712E85350CA51EE3CADE , 0x0190DA9C5F9973019E6545A8A75DDDC5 , 0x0190DA9C5FB17365BF9523731F2513BB , 0x0190DA9C5FCD72B88ED314ECBD40C5EC , 0x0190DA9C5FE670AFB68FE988C7E06C61 , 0x0190DA9C6002701EA744ACC2783816B8 , 0x0190DA9C601A7019AA42B8046152C82F , 0x0190DA9C6033705DB8D668D56F0A248F , 0x0190DA9C76FA73209F809DC6D0A9651B , 0x0190DA9C77237191B890F5CCF5F060E4 , 0x0190DA9C773F73DF90918A9C972DD511 , 0x0190DA9C775871DC92A9461557EA3F82 , 0x0190DA9C7772715E98A5F9D4D7321390 , 0x0190DA9C778B72CC9871930CEC589019 , 0x0190DA9C77A5710C8308F8B85D3C7C42 , 0x0190DA9C77BE73669ABD4C21DA50CB68 , 0x0190DA9C77D772FFADDBD7541A9AC8B0 , 0x0190DA9C77F07289A21086BC090EA955 , 0x0190DA9C78097324911496F3D6B0C7A6 , 0x0190DA9C782270229CE233B67D76251F , 0x0190DA9C783B71B7A2FF43FD5C16B79F , 0x0190DA9C78557323AE12EA2D0D6A454D , 0x0190DA9C786E7080A9E7074BEF4A2EC4 , 0x0190DA9C788770D9897CE0E85C032F36 , 0x0190DA9C78A172A0BF35580D1C3FD064 , 0x0190DA9C78BA70F5BB8904C6B50A7C2A , 0x0190DA9C78D4725DB18057965A0454E3 , 0x0190DA9C78ED70908E41BD900390E413 , 0x0190DA9C7906709AB0973178763A559A , 0x0190DA9C791F72B2AFA07900A873FC9C , 0x0190DA9C793871278722C18C2E3F6191 , 0x0190DA9C79527349A0CEAA2AC4E546C2 , 0x0190DA9C796B72E796BEFEF88C7F336A , 0x0190DA9C7984733988ADAFB0C7971904 , 0x0190DA9C799D71B2B579C0066CCE85D1 , 0x0190DA9C79B671E4939F0DCB94B39EA9 , 0x0190DA9C79D07233AA57A06DD096D9DD , 0x0190DA9C79E972E59EFC23EE6BFF9E85 , 0x0190DA9C7A027209AC0280D5B6380260 , 0x0190DA9C7A1B728D8E6A176538422DEA , 0x0190DA9C7A3473558E476A5001C90019 , 0x0190DA9C7A4D70A6A14371659FF2C322 , 0x0190DA9C7A66716B85B4A746404475FB , 0x0190DA9C7A7F7024A15AE566D1968D49 , 0x0190DA9C7A9873BE996C41330A44E182 , 0x0190DA9C7AB1732782DD31A62C803F9C , 0x0190DA9C7ACB72D4A9379D7E6B2EEDC6 , 0x0190DA9C7AE470E9A65A84D292E0F991 , 0x0190DA9C7AFD71F888C4BF7258E7AF1D , 0x0190DA9C7B16703286C259FF96193B37 , 0x0190DA9C7B2F728FAC6B26005719912A , 0x0190DA9C7B4871B083194CCFF627FDB4 , 0x0190DA9C7C52724BBE417BF083D21328 , 0x0190DA9C7C717238A534B415C6302724 , 0x0190DA9C7C8B7234A7199856FC671574 , 0x0190DA9C7CA571F6B1CC65A13383DC5E , 0x0190DA9C7CBE711CA89E7E16F390F6F7 , 0x0190DA9C7CD8733AB7C9FF7686444F4C , 0x0190DA9C7CF27244B5EAA16339E4D73D , 0x0190DA9C7D0C738ABF6994599C3FC59E , 0x0190DA9C7D267052B130B39BB25ACC80 , 0x0190DA9C7D4072A0B6A496CE245C995A , 0x0190DA9C7D597130A6DC24153AF73C55 , 0x0190DA9C7D7373629AAC6F12F9EEF867 , 0x0190DA9C7D8C7349A47CB240C42BC9DB , 0x0190DA9C7DA5717D83AA18C9EFBDB1F3 , 0x0190DA9C7DBE7385BF827D1F1395A194 , 0x0190DA9C7DD770DAB916B223419D73B9 , 0x0190DA9C7DF070A89D0F8E6256FB760E , 0x0190DA9C7E09711C949B1BD27D6E441C , 0x0190DA9C7E227306A1D45302D2024080 , 0x0190DA9C7E3B73C593CAC7C8FBB7A01E , 0x0190DA9C7E54705081C5082084E7BFD6 , 0x0190DA9C7E6D709281253537F99594F4 , 0x0190DA9C7E8773D0B1D7440A97CDCBD6 , 0x0190DA9C7EA073F08D5D91470C83C929 , 0x0190DA9C7EB970D895F4DA599EA8ABE1 , 0x0190DA9C7ED27149B34CA94C7BDEC894 , 0x0190DA9C7EEB71F9B58EF5A5FC3E4F98 , 0x0190DA9C7F047060B3CB2F38C0001E92 , 0x0190DA9C7F1D70C68997F132681AA1CA , 0x0190DA9C7F377176B7F2F934213B8290 , 0x0190DA9C7F5170839C95A19330D1BD8F , 0x0190DA9C7F6B711BAC451E727D350E08 , 0x0190DA9C7F8570BAAF0969957E777104 , 0x0190DA9C7F9F73FF9FF0D9CF60040F6E , 0x0190DA9C7FB970ACBD1B9E72291CFC69 , 0x0190DA9C7FD272C588716E002A552160 , 0x0190DA9C7FEC73CCBE4152EAFC916CBF , 0x0190DA9C80067044BED85AF043CF57BC , 0x0190DA9C802071BB8DBA202337D1232B , 0x0190DA9C803A73D4AF55A93E4680039D , 0x0190DA9C8053730C95F150B267C79D73 , 0x0190DA9C806D710FAE0FE8893FC9503A , 0x0190DA9C8087736A8E4925BD9EA72648 , 0x0190DA9C80A173389A3DEFADF59D5874 , 0x0190DA9C80BB70CFA211C5CB649E9C32 , 0x0190DA9C80D47118A58C53B86DF5DFCF , 0x0190DA9C80EE7236AE8A69446636E5DA , 0x0190DA9C810871D6842682CE1155AF71 , 0x0190DA9C812273CFACFE6F1FF420A227 , 0x0190DA9C813C714D98CFFDC889756EA2 , 0x0190DA9C81567109ACF44C59FE2CD59C , 0x0190DA9C816F7069BE10887CE1443537 , 0x0190DA9C8189719BA0D87370E9D7179E , 0x0190DA9C81A37110861785E070A706CB , 0x0190DA9C81BD71499015DB912C34A9D7 , 0x0190DA9C81D673EC9E03DEE112E9A9C2 , 0x0190DA9C9B19723DBB98B00CF0A55E1F , 0x0190DA9C9B4770F1A3F3E7FC63E15320 , 0x0190DA9C9B71724193185D3DAD811D90 , 0x0190DA9C9B9671C3BC1066DEF0EDE0C6 , 0x0190DA9C9BB573A0A99D8E7064415B15 , 0x0190DA9C9BCF706EBE05FABF447491D6 , 0x0190DA9C9BE971AE9EECDFFEE4A1706D , 0x0190DA9C9C0371EDA241ADC9A2F617FB , 0x0190DA9C9C1E71ABB34BBDE908F71BD6 , 0x0190DA9C9C3973D49E6D90FE3AD7BDD7 , 0x0190DA9C9C5472769095272F86E0A086 , 0x0190DA9C9C6E7199A153BFE125DF081B , 0x0190DA9C9C88704B91D2C48B9A0A21E4 , 0x0190DA9C9CA2716F9925BD5F3B81BAFB , 0x0190DA9C9CBC704C9DA8CB7D109BFD17 , 0x0190DA9C9CD670D9844DAE92C2CE0613 , 0x0190DA9C9CF07121A9B009D6589CA565 , 0x0190DA9C9D0A70B19CFD7265031509AB , 0x0190DA9C9D247385AFE50D2E91761DA2 , 0x0190DA9C9D3E7368A99888FED70B1DEB , 0x0190DA9C9D587137969320CE9C302401 , 0x0190DA9C9D7171C7ABEC10B916E92D59 , 0x0190DA9C9D8C71029E0008C633785808 , 0x0190DA9C9DA672978A4B00D93F8CE52F , 0x0190DA9C9DC0703696E96FA2C974CCA7 , 0x0190DA9C9DDA72058EB6711AB21B869B , 0x0190DA9C9DF3726A8D98563628EC6AC2 , 0x0190DA9C9E0D706899B6F1E9212B94A8 , 0x0190DA9C9E2770FA8AF37C50649FFD1B , 0x0190DA9C9E417272A519D54AA79B660E , 0x0190DA9C9E5B722D998CA8ACE1E280CC , 0x0190DA9C9E75721E9F15CBA07C4A67DB , 0x0190DA9C9E8F71C784F96ACB8B8F7187 , 0x0190DA9C9EA972C3AA3EC0FF5758E16E , 0x0190DA9C9EC3733B8C606F5FB69C9EF7 , 0x0190DA9C9EDD72A6A1904A30242EB720 , 0x0190DA9C9EF77018B8DE98F21B779C67 , 0x0190DA9C9F11735FAAF6D04E0DCC7341 , 0x0190DA9C9F2B73C38670DA8F4AE19B42 , 0x0190DA9C9F4571ACBE99FB62A4AA9431 , 0x0190DA9C9F5E7001A0496BA82492DD0A , 0x0190DA9C9F7973418E89AB7B7BE6B7C6 , 0x0190DA9C9F92729C870E7EA5C42073F7 , 0x0190DA9C9FAD73C890C3E72CA8815D2B , 0x0190DA9C9FC773F49A0CE6CC3D376B3B , 0x0190DA9C9FE171EF92FCF150DB13E070 , 0x0190DA9C9FFA72D8B726010C9944F2D4 , 0x0190DA9CA01571A48785326D7535FA73 , 0x0190DA9CA02E729D92B053497259E622 , 0x0190DA9CA04973019C11E5D925F37C39 , 0x0190DA9CA062716D8218CB59A7DD61D0 , 0x0190DA9CA07C71D0896D13F1CCFD4ABD , 0x0190DA9CA0967082976F4DE512C3C7DE , 0x0190DA9CA0B071A3B559C87357F49DB7 , 0x0190DA9CA0CA7327B52F1C2BF94E9298 , 0x0190DA9CA0E57073997B87B0478060DA , 0x0190DA9CA0FF70F791574248FB7F103A , 0x0190DA9CA11973D3BF5164908384DA9F , 0x0190DA9CA1337000B4580247095FC083 , 0x0190DA9CA14D7356B0DBD55F7CD15B9A , 0x0190DA9CA167732D8D9B964B2DF6DC20 , 0x0190DA9CA1817129ABF713B06A93BD05 , 0x0190DA9CA19B71C2AA20801CAEF66427 , 0x0190DA9CA1B57325B45DFED30457FF43 , 0x0190DA9CA1CE719AA20898D29F3D93EA , 0x0190DA9CA1E971A9A61488EA4F49E46E , 0x0190DA9CA20371CCA2EC773F42842721 , 0x0190DA9CA21D724CA15D8867ED29A3BE , 0x0190DA9CA23671208EDE20CBB33EE88C , 0x0190DA9CA251736DA0B5015DF5D18375 , 0x0190DA9CA26A7349B63DC30B99402D74 , 0x0190DA9CA28571E6828B6F8E81B75BB4 , 0x0190DA9CA29F7044AAD10422F1A7CFD2 , 0x0190DA9CA2B972329C0F81606348333A , 0x0190DA9CA2D270158493BAA3DEE01129 , 0x0190DA9CA2EC7078AB0AD133010829CF , 0x0190DA9CA306733F8734FE0B2411563F , 0x0190DA9CA3207351B2F46791E7F4A56E , 0x0190DA9CA33A7281AD6A94640DB60798 , 0x0190DA9CA35473FEBFC61B511CE077B2 , 0x0190DA9CA36E72A6B4AB742CFBCB57D6 , 0x0190DA9CA388735D9476449D63D3CE6C , 0x0190DA9CA3A17015A68517CEA017DDA7 , 0x0190DA9CA3BB721FB96D17DC966BC406 , 0x0190DA9CA3D573E68738EF77D2624784 , 0x0190DA9CA3EF70CCAE7BA3D7E26CC461 , 0x0190DA9CA40971AFB93E9779CFC0B956 , 0x0190DA9CA42272078B88FF9B01AFF945 , 0x0190DA9CA43C701E852D447FAFD62D96 , 0x0190DA9CA45672189CC66CD5617937A3 , 0x0190DA9CA47072B6ABA3B6D521DA38F5 , 0x0190DA9CA48973088ED5D995A442E2EF , 0x0190DA9CA4A37106BC03B02EF32CCD27 , 0x0190DA9CA4BD70B4AAA036EA4745F2A9 , 0x0190DA9CA4D77218AD7A913710779D79 , 0x0190DA9CA4F0705AACC575E4E98851FB , 0x0190DA9CA50A73D487D27DFC506F47B5 , 0x0190DA9CA524718C9A2913D30DCB7184 , 0x0190DA9CA542714F8575A9B261486A1B , 0x0190DA9CA55B704BB9739FCCE9E240BA , 0x0190DA9CBDC070AD9FC18659852012B8 , 0x0190DA9CBDF17316951103737C684411 , 0x0190DA9CBE1A72459C93F90127C20B06 , 0x0190DA9CBE3470D5B63A9C6D83CAB44C , 0x0190DA9CBE5072C48BC07877BA1FA288 , 0x0190DA9CBE6A716BA41D3F4CD2E7874F , 0x0190DA9CBE8472D4A0E7DF557F9F458B , 0x0190DA9CBE9E704EB5FE79D1AE99E731 , 0x0190DA9CBEB77137B4A2B87D8D56CE9E , 0x0190DA9CBED171F28F75161CD80263D2 , 0x0190DA9CBEEB727EB486F9188635F33F , 0x0190DA9CBF0573A99310D64D31FCFA5C , 0x0190DA9CBF1F70E381F93A208F081669 , 0x0190DA9CBF3A72CD9121529DDA368808 , 0x0190DA9CBF54729DA16895E46C30A5BA , 0x0190DA9CBF6F7010895F127AC5869F59 , 0x0190DA9CBF8973818608DD9287CCD1DE , 0x0190DA9CBFA37184B526660C173F5A78 , 0x0190DA9CBFBE70E49F6CED2D2E462544 , 0x0190DA9CBFD87295AAC6D8DC9ACBF618 , 0x0190DA9CBFF272BCB17FCF91F79216B7 , 0x0190DA9CC00D70A8B13A3D1FEA48C589 , 0x0190DA9CC027718888F12B147A849AE8 , 0x0190DA9CC041723CAB6960AC0F3C20CC , 0x0190DA9CC05D713A91DDBC94BCCEBD61 , 0x0190DA9CC07773AF8A2C4151C13B0839 , 0x0190DA9CC091709FAE91F612203A2DCB , 0x0190DA9CC0AB72BFBF5E016F13FF5421 , 0x0190DA9CC0C7709A8A7ECA61E2318434 , 0x0190DA9CC0E1711C9EB9F807B1F818F3 , 0x0190DA9CC0FF736B814862AD766E7831 , 0x0190DA9CC11973B59E4BA6BEDADA02E5 , 0x0190DA9CC133717D923E9BE7EAC948B5 , 0x0190DA9CC14D7221ABB32E4A5E35D9DB , 0x0190DA9CC16772CF9A484A94C47770AB , 0x0190DA9CC18173C6B7CEC0097776ADC5 , 0x0190DA9CC19B70658E98F8AC04A7525B , 0x0190DA9CC1B5726789110270F0BBA8B2 , 0x0190DA9CC1CF702E9AAC6B43168AEBFF , 0x0190DA9CC1E973059D5D9827648D8FA3 , 0x0190DA9CC20373C7A8B33A268E1D1C59 , 0x0190DA9CC21D71F18A6439C4FE27E6E4 , 0x0190DA9CC237707D8B8FEE7227945824 , 0x0190DA9CC251731AA46121172EDF6E01 , 0x0190DA9CC26B7349AFAB67A75809ACD1 , 0x0190DA9CC2857232AE5800C41B57688D , 0x0190DA9CC29F719EBBDD2B8F08A2DD8E , 0x0190DA9CC2B9738C89A9A527ED0048EF , 0x0190DA9CC2D373D782B9DD5AF32D7EFE , 0x0190DA9CC2EC704FA33AC53A08CE881A , 0x0190DA9CC306729C9D7335B59D351F8F , 0x0190DA9CC3207183A9BBB220D163AA4A , 0x0190DA9CC33A706780964BE1EB6BC861 , 0x0190DA9CC35473199ADA02A0139D0517 , 0x0190DA9CC36E71A3A840FA233C565894 , 0x0190DA9CC38870EFB5A618DB893DB0BD , 0x0190DA9CC3A3725C832924C9F5A6E228 , 0x0190DA9CC3BD73D58526929D5539007D , 0x0190DA9CC3D7731188CB620A6D15791F , 0x0190DA9CC3F071CE93DF592317B1C62D , 0x0190DA9CC40A7047AE39FD290990DB0F , 0x0190DA9CC42470F2A4AC23A2CD091821 , 0x0190DA9CC43E72578D79936386138E59 , 0x0190DA9CC45871DBB762BC7078275CC0 , 0x0190DA9CC47273CF82D29F75E52896C6 , 0x0190DA9CC490709BBD79EC5FDD15868B , 0x0190DA9CC4AA71BDAE8794D650449FAF , 0x0190DA9CC4C4721A8C26CFE8B88BB579 , 0x0190DA9CC4DE733EB4908BA2FE0FC77C , 0x0190DA9CC4F873F9AC5E46F1924B1085 , 0x0190DA9CC512714182688E34F2152AA9 , 0x0190DA9CC52C73B69AB5B96F555867C4 , 0x0190DA9CC546707EB0DD3514144B67BA , 0x0190DA9CC56073CF89A795387A103946 , 0x0190DA9CC57A718E81905B69E5CAA979 , 0x0190DA9CC594727193C4914472C7382A , 0x0190DA9CC5AE7077801CCDB408DC531F , 0x0190DA9CC5C872548B2FD7AAD6585F80 , 0x0190DA9CC5E2718AAE4EB6D1ADA640FC , 0x0190DA9CC5FC7240804949F4268E5267 , 0x0190DA9CC6167056B040489C1F9FDF2F , 0x0190DA9CC6CC71CAA0F1C94596C33B60 , 0x0190DA9CC6F4726B9E1309A743676A94 , 0x0190DA9CC71471FB8D0A1D97AAD18B5C , 0x0190DA9CC72E727FAF313B907AC172E0 , 0x0190DA9CC822707ABF3DCCDE608013D7 , 0x0190DA9CC84B734CAF3BEE2A89581215 , 0x0190DA9CC86B739EA3473C8B7428E640 , 0x0190DA9CC885731B9C8DB1772529A4F2 , 0x0190DA9CC89F71B8A31FCC46ECC14E66 , 0x0190DA9CC8B971AAA5D6273B18739BCB , 0x0190DA9CC8D371558C799092D51A3496 , 0x0190DA9CC8ED7177BC7535AE2226B2D4 , 0x0190DA9CC907703DBE24A2973D13BDC4 , 0x0190DA9CC921728C98CC2ACC3F734DF5 , 0x0190DA9CC93B72DBB85E655123979164 , 0x0190DA9CC9577307B28CD48C8E611A9F , 0x0190DA9CC973733ABB68A8EEA06CD2B5 , 0x0190DA9CC98D716B8EEC55E32A449514 , 0x0190DA9CE28E717CBC0905452B4C62A5 , 0x0190DA9CE2BC72218B4A3C538B68AD83 , 0x0190DA9CE2E4734C9CCA67CC8B96FF2E , 0x0190DA9CE30570588EA8735381B6B36E , 0x0190DA9CE32072A6B3D8036948AAFA47 , 0x0190DA9CE33A70029E0CBA72DC268802 , 0x0190DA9CE35471B08495508AE332A6A3 , 0x0190DA9CE36E70E9B2B0C3F939672AB5 , 0x0190DA9CE38870CFB586283544D6E1D6 , 0x0190DA9CE3A273D9BC3EABFB84DC053B , 0x0190DA9CE3BC731C86CB6C62BD708AA7 , 0x0190DA9CE3D67155A3625CC8BCE9931F , 0x0190DA9CE3F0734BB4ADAC9327978A0D , 0x0190DA9CE40A736BB7CF94433BFDF151 , 0x0190DA9CE42472FAB7314CC94FFA4B3F , 0x0190DA9CE43E70519E320F09FBB0D6D2 , 0x0190DA9CE45872D88CF8576CC8DCAC62 , 0x0190DA9CE47273FD9E5850DD2052E1F7 , 0x0190DA9CE48C714E90429FC6DB48CD10 , 0x0190DA9CE4A6729CA41544148733D7AE , 0x0190DA9CE4C0709AACB2AA6D695D5F78 , 0x0190DA9CE4DA733F9E50969EE52B556C , 0x0190DA9CE4F573D7B21CF49C5145430A , 0x0190DA9CE50F7166AE62CEC70ADE4420 , 0x0190DA9CE529709DA3BDE5AA713AC429 , 0x0190DA9CE543725DA9466E30588B384B , 0x0190DA9CE55D73B1A4A9049CD37BCE69 , 0x0190DA9CE5777167A2A6B81741CD8300 , 0x0190DA9CE591712481643520AA5E199F , 0x0190DA9CE5AB729287FF9D6787855F1E , 0x0190DA9CE5C570438B7CB78760013F74 , 0x0190DA9CE5DF724DA943D498B0DF586B , 0x0190DA9CE5F9704F97C1D6581011DC8C , 0x0190DA9CE61372F597C3D306BF62C7B3 , 0x0190DA9CE62D70B1B54A757F39C29F26 , 0x0190DA9CE6477222A45043D14728A480 , 0x0190DA9CE66172758DCDF8487580C405 , 0x0190DA9CE67B7150B99390EB613751C0 , 0x0190DA9CE69571DEB565ECD02346D386 , 0x0190DA9CE6AF73C1B7C3B872C3DB6727 , 0x0190DA9CE6C9709ABE13DBBF80019CFD , 0x0190DA9CE6E3706BA1CB36FF0423EE52 , 0x0190DA9CE6FE704FB23967D941F74CB5 , 0x0190DA9CE718711B9B071F1574DC9B57 , 0x0190DA9CE7327157AD7AE7C659B9B149 , 0x0190DA9CE74C73A692AD0466A320AB70 , 0x0190DA9CE76673EF87B14D451CBC0BD3 , 0x0190DA9CE780725ABD247250BDB49791 , 0x0190DA9CE79A7044ADDDB6E8148F72D4 , 0x0190DA9CE8E273B381C51B27A0C9A5C3 , 0x0190DA9CE9B0715E9C85C61AF165FD4C , 0x0190DA9CEA8A73F0BEF717D5EE6424A6 , 0x0190DA9CEAB47100B1321F101CD6A771 , 0x0190DA9CEAD670208B7917284FF78820 , 0x0190DA9CEAF2719EBE68B5408461CEC6 , 0x0190DA9CEB0C70D2905C448D3EFB1961 , 0x0190DA9CEB2673578867EA251F5267EF , 0x0190DA9CEB407118B855E2623766D95E , 0x0190DA9CEB5B7198BFF7A058DF96B72F , 0x0190DA9CEB7570FAB081A396E8C043EF , 0x0190DA9CEB8F716982CABA388FD1BEAC , 0x0190DA9CEBA970679F3477AE8C9319C7 , 0x0190DA9CEBC4725DA42A3B0077EBBA77 , 0x0190DA9CEBDE72038CBD5C972D81B3C5 , 0x0190DA9CEBF87297B8C8904D616A8567 , 0x0190DA9CEC1272E596F256A9D3013BD9 , 0x0190DA9CEC2C71FF8954CC8643452E14 , 0x0190DA9CEC46728283A14265D3ED183D , 0x0190DA9CEC61734F86CF3DF0651A1149 , 0x0190DA9CEC7B7363BD5C494F6621AA3F , 0x0190DA9CEC9571E0A01F0E04C2A8A6DA , 0x0190DA9CECAF730CA8E28F4B0160E569 , 0x0190DA9CECC9732486C2EE8640F7701F , 0x0190DA9CECE47110978791B37177C7B6 , 0x0190DA9CECFE72FB80C8319EB9CD1729 , 0x0190DA9CED18735D95DCDAFC84F1310C , 0x0190DA9CED32703A8E93CED2AA7A6159 , 0x0190DA9CED4D70438F200A000BAAA118 , 0x0190DA9CED6772ABB74777E8AE57067B , 0x0190DA9CED8173CDB7412E9D574958FF , 0x0190DA9CED9B738EA9C18B5DDA83F01D , 0x0190DA9CEDB5706486F3715CA1F81E82 , 0x0190DA9CEDD073F9ADCF38CF46CC1597 , 0x0190DA9CEDEA70FEBE0F4FA2C8850123 , 0x0190DA9CEE0471788AE30BAB19176C35 , 0x0190DA9CEE1F71799BFACC59A5ED5133 , 0x0190DA9CEE3973AFA9FB3403812CA35D , 0x0190DA9CEE537087A6346E9A7EC256CB , 0x0190DA9CEE6D71D7AD23B072F8202172 , 0x0190DA9CEE8772339EC4FFC47D664957 , 0x0190DA9CEEA2730F9BFCE50CF3D9CE49 , 0x0190DA9CEEBC7271A04665AF97374C52 , 0x0190DA9CEED673858DC216B0CE54A1AE , 0x0190DA9CEEF17201A89D0B96334C2AD5 , 0x0190DA9CEF0B72F98381A817B547C2E7 , 0x0190DA9CEF257369B04B729CAD57AC59 , 0x0190DA9D07B87109AA84E537A405A2F0 , 0x0190DA9D07DD70989BCB63752EEEC613 , 0x0190DA9D07FD72E1AFB24B769160A74E , 0x0190DA9D081872428FAB6E8FEE07C032 , 0x0190DA9D08327098B72C8712284703E3 , 0x0190DA9D084D733E91E23B70AE160028 , 0x0190DA9D086772EE8EF7C519A9263F2C , 0x0190DA9D088273BFB0DD8D95B5E2F6A5 , 0x0190DA9D089D7119A943B9B413266DCE , 0x0190DA9D08B771E2A4A22755BB0B7449 , 0x0190DA9D08D27331B64590A413C811C0 , 0x0190DA9D08EC722285DD1462552C9DAE , 0x0190DA9D09077208A46CED8FCEC47B10 , 0x0190DA9D092171C48F1841DA3BA93904 , 0x0190DA9D093C721189B287EE91D916B8 , 0x0190DA9D095772ABA79705D5684CCAB4 , 0x0190DA9D0971726392CB0607A38444D8 , 0x0190DA9D098C719CA04C32F6EBCBB233 , 0x0190DA9D09A673B28661FC5D1E8D1218 , 0x0190DA9D09C1715EA7902B8775CA634C , 0x0190DA9D09DB714A9F10C844CB4B7816 , 0x0190DA9D09F671A6879610893184FCDD , 0x0190DA9D0A117327A53BCCC733AF01A6 , 0x0190DA9D0A2B701595CAE87BA01224D4 , 0x0190DA9D0A457051B8087DF0D1087493 , 0x0190DA9D0A6072F8A1BD473B7EF222D4 , 0x0190DA9D0A7A712589DE6E1603751FCA , 0x0190DA9D0A9473CA9E563F323157C7D4 , 0x0190DA9D0AAF722C9D83495716E4DF93 , 0x0190DA9D0AC97294B49E57121B7DBE2E , 0x0190DA9D0AE37008BAD6B5EF5BFAFEC4 , 0x0190DA9D0AFE7382A0701C93E075BAB0 , 0x0190DA9D0B187081A3471D8D1A0EB694 , 0x0190DA9D0B32726A9A5D7FE2AB3219AC , 0x0190DA9D0B4D73F2943E0D66147E240E , 0x0190DA9D0B67708CACA0128A153E7A7F , 0x0190DA9D0B817381ABD58F178417305E , 0x0190DA9D0B9C7171A4545C08D7320BFA , 0x0190DA9D0BB6700187D9E5E6ECC34920 , 0x0190DA9D0BD07008BBF854248BF51060 , 0x0190DA9D0BEB73F69F5EC973746446F7 , 0x0190DA9D0C06738A89D4F2EE2A32BCD2 , 0x0190DA9D0C2171E0898D2595037D11DE , 0x0190DA9D0C3B7379B0667CB0FB45C8D9 , 0x0190DA9D0C5672D2BFCA763CD92A70AC , 0x0190DA9D0C71713E8D5B7D37783095C8 , 0x0190DA9D0C8B73F79C9285F5C5270813 , 0x0190DA9D0CA670C7B7AC71A3BD9D79BB , 0x0190DA9D0CC1708E9FB56CCC84848540 , 0x0190DA9D0CDB70DDA165F9FCEA430312 , 0x0190DA9D0CF67288A4E0AC3FCC5487BF , 0x0190DA9D0D10731798E20C8607AE816F , 0x0190DA9D0D2B729FAF90521DAC362B13 , 0x0190DA9D0D4671B9982C84D0718751E9 , 0x0190DA9D0D60712C81FFAB7AFABD815C , 0x0190DA9D0D7B706288D4DAF07CB66857 , 0x0190DA9D0D9673F5AD34824B641F2C2A , 0x0190DA9D0DB0715A8E9426D9E3C8B45E , 0x0190DA9D0DCB72C3ADA06BB3D800AE8A , 0x0190DA9D0DE6706BB678CC270444B62E , 0x0190DA9D0E01720987B85C983B98D0EB , 0x0190DA9D0E1B73FF815D6370B1A269A1 , 0x0190DA9D0E3670DFAB950366AB63EA20 , 0x0190DA9D0E51728EB4F43D9D470CBDE4 , 0x0190DA9D0E6B72738EE14E7147A2605C , 0x0190DA9D0E86735EAA47BCD639969B23 , 0x0190DA9D0EA171BBB937A084B96F68D3 , 0x0190DA9D0EBB73DE9C77FF168F3DE22A , 0x0190DA9D0ED670CB8F6442F3A6D1DBCC , 0x0190DA9D0EF17087ACC24E563C9BA09E , 0x0190DA9D0F0B706F8BE26D8F3BC9ED55 , 0x0190DA9D0F26736A8ED794450DC7B517 , 0x0190DA9D0F41706E86F16B30EA13D66A , 0x0190DA9D0F5B72D6A8E4B020F02EEDFA , 0x0190DA9D0F76716D9AAFB05C7B0A4116 , 0x0190DA9D0F9173849C96ED43855D7D7C , 0x0190DA9D0FAB7181B2111C8A7CB3D725 , 0x0190DA9D0FC6726F91272715EE4BF172 , 0x0190DA9D0FE17042BBFC290DA0FB9C45 , 0x0190DA9D0FFB721DA44B5504121FA781 , 0x0190DA9D101671BEB636FAECDF7F2024 , 0x0190DA9D1031706D8370A4794F82BBF3 , 0x0190DA9D104C7155BEB2BA8A959ABE5D , 0x0190DA9D106670AF857DE4055129494F , 0x0190DA9D1081711295B84FC1F49C750C , 0x0190DA9D109C715E8449D25262E399E4 , 0x0190DA9D10B670499A5ED33CBF1CEE36 , 0x0190DA9D10D17324B416233C1136517F , 0x0190DA9D10EC71A0A4C09F3D4616ECF7 , 0x0190DA9D110672F7852FFDBA676123C8 , 0x0190DA9D1121716B8A1DF4D90A8E5A4E , 0x0190DA9D113C71E1BFB55242E76C5812 , 0x0190DA9D115671639C77F68589DE50B7 , 0x0190DA9D11717045B685086C59BE1FB2 , 0x0190DA9D118C728686F6614FAF22BA5D , 0x0190DA9D11A6700980B3EEBFB6798F06 , 0x0190DA9D11C173A2B8AE9A3D6DC20814 , 0x0190DA9D11DC73D4B82DB84D98E06151 , 0x0190DA9D11F6715589EF2FCA1B900D50 , 0x0190DA9D121173CAA3E534D68E0D2FB6 , 0x0190DA9D294073C198A089DCF370D518 , 0x0190DA9D295D71BE9F82B8AD972C7D3B , 0x0190DA9D297A7383BDA76F81D6438C24 , 0x0190DA9D299573829768057388108E2E , 0x0190DA9D29AF70C784C192D92E938326 , 0x0190DA9D29CA702BAC3473B1B43C4CE2 , 0x0190DAB816BA728BBFAD316F309CE4A7 , 0x0190DAB8179F70129CDA758F71232A23 , 0x0190DAB8194271CBB05EADFA0CB69EA9 , 0x0190DAB81A32735BB083800F73FB85DA , 0x0190DAB81A627285923B63AD8FD0F4B2 , 0x0190DAB81A8A7231B88C4A9FE0A4F1D2 , 0x0190DAB81BE97208A1292AE32AE35B79 , 0x0190DAB81D3D733BBAB0B16A417FB496 , 0x0190DAB81EA67387BFE6D887A84D6FD8 , 0x0190DAB81F6F72E798694735B910295B , 0x0190DAB820DE734FA2512CA68CCC5A99 , 0x0190DAB821E17123BFD27FCCFCAB5E9D , 0x0190DAB822B3723992DCA22D8DDAD713 , 0x0190DAB822E472289FCCB2EB6F38EFD1 , 0x0190DAB823BA720DBA0F70430B41ED40 , 0x0190DAB823EA71CFB52259B8CD53C731 , 0x0190DAB8257970EF9A93576A2C4A2838 , 0x0190DAB825AB7398A2DAFCA15FC005A8 , 0x0190DAB826A1702FBF4FB10D05572890 , 0x0190DAB826D372ACB8E71F06A0E01DDD , 0x0190DAB8285270DFB9AC3248A1AA973E , 0x0190DAB82883735BBF186FCB2BBBECC8 , 0x0190DAB82A1D727686E27E13AEDFA72E , 0x0190DAB842A470D4A04F06C787204671 , 0x0190DAB844157321B267725721B43AAD , 0x0190DAB8444670099AB78787BA0FEAA8 , 0x0190DAB8465E7225B7758D5AEDE5F95F , 0x0190DAB846907246A8B7B04C2947881A , 0x0190DAB8476771828A32E666240E4ECC , 0x0190DAB84790726B8A718B6F0381F8C3 , 0x0190DAB848707389BCF29C412165330C , 0x0190DAB849467287B0D35555EFAFB6D9 , 0x0190DAB8497870818DA7BFE0F752EABD , 0x0190DAB84A507103B9BBEBFCBFB77BE4 , 0x0190DAB84BC670B9B0121D6B66A94E4E , 0x0190DAB84D4E7125BF45C8D72F097A7C , 0x0190DAB84D7F735EB5417205A16F80F2 , 0x0190DAB84DA8705DBB14C81E2F756B60 , 0x0190DAB84E9A7081B633D05E00A397C7 , 0x0190DAB84ECC70EDA40862B4DC54A9E5 , 0x0190DAB84FD270299BA19E99F0B19B25 , 0x0190DAB85156721A8202C14AFF7627CB , 0x0190DAB8523270649C8B5543295C3BD9 , 0x0190DAB853AF714AA6F64D173A01D772 , 0x0190DAB853E07089816AC286D6733B33 , 0x0190DAB855717300A317362ABC25061D , 0x0190DAB855A97051AF5E7B143B9F2A9F , 0x0190DAB8579270389ECB5094C97B1BE6 , 0x0190DAB859527297B149EDC1BC71B4BB , 0x0190DAB85ABE71BF9C83E0AD9C23BE71 , 0x0190DAB85AED71A993BD0DB42FE9FEC2 , 0x0190DAB85BB1707984FFFDCFFCD33E86 , 0x0190DAB85BE072CDBDB1FB9A5165A1B5 , 0x0190DAB85D7172A3B29DD33B67DF1826 , 0x0190DAB85DA0714A911D0B2C187590EA , 0x0190DAB85DC87196B490DD0A59FB00DA , 0x0190DAB85F2970B1943356C4298A95D9 , 0x0190DAB85F5B738CA432694BFFF61A02 , 0x0190DAB85F847033A31BA44A464F98EC , 0x0190DAB8612A730284B8159B3D8EACAB , 0x0190DAB86161704E83949FC6C0AC4F5B , 0x0190DAB8630A71FA886FF0BA14932116 , 0x0190DAB8634171709E0216F7940C716C , 0x0190DAB8643570FA8CF05FD17A849E1D , 0x0190DAB865467129A10A4C0682B2AE84 , 0x0190DAB8663E72FDBFB7B559E5F3179A , 0x0190DAB8667671A3BE4816B08D4ACB91 , 0x0190DAB8669F702FA72C03A82E839C0F , 0x0190DAB866CC7095BF45EB3E8E277108 , 0x0190DAB866F470A8A0E804138DB54E74 , 0x0190DAB86722723D8E18D3A6407F973F , 0x0190DAB8674A70B08EBCC5A640F5A034 , 0x0190DAB8682F700F9C950CAE969413EB , 0x0190DAB8686470C3997EFD10941D6522 , 0x0190DAB8688C708499DE80C6BBEA7712 , 0x0190DAB868BB70D09577840667307F72 , 0x0190DAB86A08733DAF803A6155BD9B90 , 0x0190DAB86A407158B16138E3BDF307B0 , 0x0190DAB86BD870429B1709DB3F072967 , 0x0190DAB86D9170CF9D5369AA1285DA9E , 0x0190DAB86E8C72B7A496D06A217E1B44 , 0x0190DAB86EB57135A3CFD554A54AEEDF , 0x0190DAB8704073A4BA3BC59F549F55BC , 0x0190DAB8707371A7934C0665631BCBB4 , 0x0190DAB8716B701BA6F16E90E33E4016 , 0x0190DAB87194732BB69EDBAC1CF998DA , 0x0190DAB871BC71DA9A8AC10BCF9953DE , 0x0190DAB871E4734AB656A73543AB953E , 0x0190DAB872CB70B29A9C0F623C2022DC , 0x0190DAB872FA71D3B599A59C5E3B10FC , 0x0190DAB873227071AAAD244996A08B5E , 0x0190DAB8734A7155889542AE0F57D641 , 0x0190DAB8737373ABAF96A1C6DB713DF5 , 0x0190DAB8739B71DDAF56FDFD986EFE2A , 0x0190DAB873C370CD9891BFFFCDD18727 , 0x0190DAB873EB71C89328A9E3E9C84D3D , 0x0190DAB87585724EB2C2D604CF1A9640 , 0x0190DAB875BA716EA3C0450DA696F7DF , 0x0190DAB875E573AB9FB3D38455D5907C , 0x0190DAB8760D7300995AB3074501E634 , 0x0190DAB876357051B42DD557F3DC883B , 0x0190DAB8765D7228801C3BA7E7ABF385 , 0x0190DAB87686719F9B3356CB6FC2D3BE , 0x0190DAB876B0737F8F6EE603E669FFB9 , 0x0190DAB876DB71CE8855F8AE2B331065 , 0x0190DAB8770573378BDBFFDE4A230598 , 0x0190DAB8787A705EAB1A6F6EA7F5566F , 0x0190DAB878AD726DA011F27D90B46F68 , 0x0190DAB87A4172849348B61DD3B39C2A , 0x0190DAB87A75727D9811A284D8632051 , 0x0190DAB87A9D73128D04E8A1A1A3773D , 0x0190DAB87AC673CCB03312667CE80D50 , 0x0190DAB87AEE706991DA751C866DF842 , 0x0190DAB87C6972C5A20DA87BF5ABB1D2 , 0x0190DAB87C91717280560894F165D3B8 , 0x0190DAB87D6E715CB1A9F8F02A339B4D , 0x0190DAB87EE671999D7FDDB6EB2D9EA2 , 0x0190DAB87F1070D480C5C867429994A5 , 0x0190DAB87F38723EAD2383E95DDC46BF , 0x0190DAB87F6170CA9FF67776E25A5F8B , 0x0190DAB89A1A7085B40DFA6F148F0B58 , 0x0190DAB8ACBE713A894D4F7A929E00A6 , 0x0190DAB8AE7E715188335618A4EE1671 , 0x0190DAB8B09271999D29EC71E7CF3A8A , 0x0190DAB8B19A717EBC1B2B864DCEEC4E , 0x0190DAB8B1CE70E7A160CA921B65D835 , 0x0190DAB8B2997021AFC7BFBE0DC4CEA2 , 0x0190DAB8B42B72FB9606E1D7BB850A8F , 0x0190DAB8B45D72B5862584ED19CC6CBE , 0x0190DAB8B48B70A4BE0A54B240CC7389 , 0x0190DAB8B4B570078A7ABA1E5A01FC61 , 0x0190DAB8B4E073B2ADF51DE47A19BD2C , 0x0190DAB8B50D709687A25FB74F88A57F , 0x0190DAB8B538707AAB3DF4C114C6B559 , 0x0190DAB8B56270D6AFB5E7EA7AFEC356 , 0x0190DAB8B58D7139B4EC156497F012C0 , 0x0190DAB8B6E771879F549D62607BE12B , 0x0190DAB8B84F7061AC0513341505EFEC , 0x0190DAB8B9E67019AF2C1EECA939BAC9 , 0x0190DAB8BB9671809BB5F86CBA8E5B98 , 0x0190DAB8BBC571E5910DF7A0F9674DAD , 0x0190DAB8BBED7082BEE4B51EE0325A19 , 0x0190DAB8BDA6717693E957AA70E8A193 , 0x0190DAB8BF317040A22CE4EAED33F5AE , 0x0190DAB8C0B570AD84D386B4FD065D04 , 0x0190DAB8C0EC7158A35A3EE4C09BBE7F , 0x0190DAB8C1C77373BAFA9A77B25CE2D5 , 0x0190DAB8C1F570C8AA502A9183BC31E0 , 0x0190DAB8C2E37124BAB177677FF54FDF , 0x0190DAB8C47E703EB8E73CAA0081BE92 , 0x0190DAB8C4B3700E9947117B683A75C2 , 0x0190DAB8C5AF73D6BD6BD0F6A2B7F019 , 0x0190DAB8C735707EAA3EDC5D321B37D4 , 0x0190DAB8C8037292AB8919B5A6785D08 , 0x0190DAB8C8D171A3A42016EC534ABABC , 0x0190DAB8C99971BBB4382C2B661627C8 , 0x0190DAB8CA8E730493234516CF6FCFE4 , 0x0190DAB8CB7A71BD919566E13F6557EA , 0x0190DAB8CC5E710899EAFAD590B0DE95 , 0x0190DAB8CC90736C9EC412582D8AF23F , 0x0190DAB8CCE2720CB8B808DC12DC3439 , 0x0190DAB8CD0C700E8067E68EE78BAEEE , 0x0190DAB8CDBE711884ED3575E45EE9F5 , 0x0190DAB8CF217396B2D78FC41C638E53 , 0x0190DAB8D06B71EF8073F3B75D822408 , 0x0190DAB8D1D670279AEAAA8109B0D4FD , 0x0190DAB8D3527365B5D0243952594607 , 0x0190DAB8D428721A919C24BBAACCDAE2 , 0x0190DAB8D5477260971AC7C29D35E6AE , 0x0190DAB8D62773E39A071B17FFE5A680 , 0x0190DAB8D6FF704189F30FFBE5FF78DE , 0x0190DAB8D84B73E08C9FDA76939B50E5 , 0x0190DAB8D97B73B09095F6E42ABC84C9 , 0x0190DAB8DADB70ECA487D7F4D9ABF672 , 0x0190DAB8DC427252A4A4D72D9425C90A , 0x0190DAB8DDBE705E9024DBCB17F2B07C , 0x0190DAB8DEDD7122A7E0CCE3903D8D58 , 0x0190DAB8E051720A9E304B89782DBA30 , 0x0190DAB8E1BF72E89EB15FC6C16B3719 , 0x0190DAB8E38E7046A7548383B6CC8699 , 0x0190DAB8E52173289170332A0284F458 , 0x0190DAB8E6E873FBA2EA3F983C0F91B3 , 0x0190DAB8E71E72B3B506C1A2C530C82F , 0x0190DAB8E7FD72DDA3CCD23473B20789 , 0x0190DAB8E83373C9AE37CE592924D051 , 0x0190DAB8E85E737CB93432EEAD922DE8 , 0x0190DAB8E88E70AE95FE54138E35DEC5 , 0x0190DAB8E9F27229922AC47B145328C8 , 0x0190DAB8EA2F714FB05F78FF6711A677 , 0x0190DAB8EB0471B4A192C34376AD6BD4 , 0x0190DAB8EB3B71A58CCBF036D40C488E , 0x0190DAB8EB6673CA8CF4E5A7BAD26399 , 0x0190DAB8EB9272B09D5A0FB38FBCAF67 , 0x0190DAB8EBC07004A313255E43BFC7B7 , 0x0190DAB8EBE970C590F04BC32009C17A , 0x0190DAB8EC177109AAB02962ED47D8CA , 0x0190DAB8EE6571CB9EAE29ED83905698 , 0x0190DAB8EF4671A9B3D1B8686353285D , 0x0190DAB8F1197390BA18AAC64B23F32E , 0x0190DAB8F14E73C3B66BD2B00E404A6C , 0x0190DAB8F17A7150967A9735B299B97E , 0x0190DAB8F1A672E69017B18C5E7D4883 , 0x0190DAB8F1CF732AB5696D4661B98C9E , 0x0190DAB8F34B70EAB31C81C7F3EFD906 , 0x0190DAB8F37F7039B9E6D95CA6898597 , 0x0190DAB8F547725D94C6D50036EFBC55 , 0x0190DAB8F6A87232B3FE227CB3583D26 , 0x0190DAB8F6D971C9963E664ED9C9555F , 0x0190DAB8F84B735F95908AB94CC4D1FE , 0x0190DAB8F9A57014939E24A732E8572E , 0x0190DAB8F9D87143AE97E52A92BC4A15 , 0x0190DAB8FB8E70FE886F1AD0EC33DF0D , 0x0190DAB8FBC071F888822F5D9839BEFA , 0x0190DAB8FD397117A7306FF3146FFFEB , 0x0190DAB8FD6271A5835DDB0F256B2EBB , 0x0190DAB8FED2725BB0B401076C497D80 , 0x0190DAB8FF0471E5919C5833100E3366 , 0x0190DAB9009171AF88319E338F8E4845 , 0x0190DAB900C372FC81DAC83E5D390A5E , 0x0190DAB919E1731396CA79506230F909 , 0x0190DAB91A13700FA81B709FEFE551BD , 0x0190DAB91B2871D99D703C085750BEE5 , 0x0190DAB91B5C71098E60ECE4F5673F7F , 0x0190DAB91D0171D4A2657453B9132455 , 0x0190DAB91D36704D88A9E133879CED59 , 0x0190DAB91EC671E0B96287FC33B1801C , 0x0190DAB9203F7340964AAD542A788824 , 0x0190DAB9207170129B6B710B1CEFE622 , 0x0190DAB921E8710FB6E9C86C4E4833C5 , 0x0190DAB92355735AA0563C9E1B669472 , 0x0190DAB923847295A309023F41D1B9A1 , 0x0190DAB923AC724383F7301BE2EBE5EB , 0x0190DAB923D4717AA8B21755753F8BAE , 0x0190DAB923FD706280486C02248A6495 , 0x0190DAB9254B7289837285994F7BD44E , 0x0190DAB9257C70628E816BBDF21C29BE , 0x0190DAB926C171C68D1C2C9F7749EDF0 , 0x0190DAB926F471498974A5075EEAEA11 , 0x0190DAB928467217AF229544B035319A , 0x0190DAB9287B70228543A0AC183A29A9 , 0x0190DAB92A127213BCFE60C4F8F9C98D , 0x0190DAB92BDE73C087DC6B3F79BE9997 , 0x0190DAB92C1373A7B7494E48F4C9BB60 , 0x0190DAB92C3E71C695BAD6D2BDA5C557 , 0x0190DAB92C66712E84BC6E3BB55E90F2 , 0x0190DAB92E2971F1BCA9369ED0462B86 , 0x0190DAB92F97736CAC900EAD0E0A93E1 , 0x0190DAB9315071F89253FF002283B695 , 0x0190DAB9340A71689BE48CAFC62D17D2 , 0x0190DAB93568728497CB1FB41D54C653 , 0x0190DAB93590715EBB5FDF2680D1117D , 0x0190DAB9368E71D6A5EA0FE832596A2A , 0x0190DAB93785734192900A86429593E0 , 0x0190DAB938DB70DFA4F4B845DF0608E8 , 0x0190DAB939097319ABDFA426110C8898 , 0x0190DAB93A427076AA0C27FF53836D36 , 0x0190DAB93B2C73A59D3EEC47AC9E7FD2 , 0x0190DAB93C127148A6D5F56AB230C606 , 0x0190DAB93C3E72118A691F97863697A2 , 0x0190DAB93D057241867012C1E53142EB , 0x0190DAB93D367146987940B20BA9EFD6 , 0x0190DAB93E9071D7B9D0AD7B770EEA8C , 0x0190DAB93EC171A792EE12C1E928B870 , 0x0190DAB9408D708F83E3C5130260ED86 , 0x0190DAB940C670C78208AD268B0CB272 , 0x0190DAB941B3703B811E7C8D621A8FA9 , 0x0190DAB941EB715D8F93108D2F9BC0C4 , 0x0190DAB942C0703B89D1CF299D1D27A1 , 0x0190DAB942F770BD888E686D5DC87E8B , 0x0190DAB943F170F5BE5E46BFF373CCF5 , 0x0190DAB9489C72958922B4E6CF8F028C , 0x0190DAB949997171BAB044C977F30B3D , 0x0190DAB949D17310995C5C32378EA109 , 0x0190DAB949FA724CBCCF05FD40C962C0 , 0x0190DAB94A29722D84553498954CC551 , 0x0190DAB94A52730DA5A124F0E1DDCFB9 , 0x0190DAB94BBD73F397F1F87FC79C10FC , 0x0190DAB94CA7718BB2B95109E96792D7 , 0x0190DAB94E867016B8A13BA67A39EA9A , 0x0190DAB94F6770CBAE76C4A2F1C9536A , 0x0190DAB950F170798F14EDEEE8388171 , 0x0190DAB9512970B99867BA2DD69F3B65 , 0x0190DAB95153738B942715731CE613FF , 0x0190DAB952477153AA6771BCA91AD9C4 , 0x0190DAB953BA737EAAEDB914883AF430 , 0x0190DAB9554E72B98A51245431D3BC27 , 0x0190DAB95586720E8D3DC0E04296D059 , 0x0190DAB9566872F38E9C0E432C132B62 , 0x0190DAB9569F714FBC3032204119D786 , 0x0190DAB95816700CA0816AC0012EE588 , 0x0190DAB9584D707595D89A54DDC9A68B , 0x0190DAB958FB710288840D1D7AD14444 , 0x0190DAB95A56735CB0752E7BDC224285 , 0x0190DAB95A8D73D6BDC5907F70634C83 , 0x0190DAB95C22707EA5AAF1F4F9F74EB1 , 0x0190DAB95D3171B38CF7D2721FB4D023 , 0x0190DAB95D6F728798F999726ABDE3A2 , 0x0190DAB95F417256AEA9E1BFCAC9ABD8 , 0x0190DAB960F17393B170CDF9E26F0ABA , 0x0190DAB9628672F7B0A2CE7D1A48F47B , 0x0190DAB9635E702A8DC48E30EED81429 , 0x0190DAB9638E71009B9E4F38564CD59C , 0x0190DAB963B873B687D5A048A7B93354 , 0x0190DAB9646B7335AADAFDD4E95F3EEA , 0x0190DAB9649573E0B0EB59EB76C087E5 , 0x0190DAB96665714E9343B36910A1531B , 0x0190DAB966A073CDB7D8A7DE8A0C08EB , 0x0190DAB966CA702CBDC861B9A7EAE5A5 , 0x0190DAB966F97274BA76788F6EA34C85 , 0x0190DAB96892708886496BE2A7CE97A9 , 0x0190DAB968CA7287967A86AA91179CC2 , 0x0190DAB968F272F1A2307BBC506A881B , 0x0190DAB9692173878418E2764E477266 , 0x0190DAB96AE870A09133C6033B24550A , 0x0190DAB96B2473759297B55339FA2408 , 0x0190DAB96B4E73BC8127836B487FEC6B , 0x0190DAB96C287335A4490B5FC6653294 , 0x0190DAB96DBA70F6A5D82D523BC27B8F , 0x0190DAB96FE6727DBE2579B7E30B930E , 0x0190DAB98A5573E0A4472A1870A44DD2 , 0x0190DAB98A7F72E8A1A16FB42EFAC6DC , 0x0190DAB98B787092B4203753E13E362B , 0x0190DAB98BA87093AE53252FA4BD8E7F , 0x0190DAB98BD170BA8913237375698F87 , 0x0190DAB98BF9733892F8F9D974615F00 , 0x0190DAB98CCE728898BB41ED661D47B1 , 0x0190DAB98CFE7290B2978B713D5A2D26 , 0x0190DAB98D27721A92B4CC575999B9D3 , 0x0190DAB9926170A7A7F614F9AA5A76B3 , 0x0190DAB9929071BE84A83F7B6032E43D , 0x0190DAB992B973CF96E5D672A9D31835 , 0x0190DAB992E270A480C0A340520CCE23 , 0x0190DAB9930B71048489C6750A3FB6DB , 0x0190DAB993347111B44D65EB425B8B88 , 0x0190DAB9935D7389A7F9A956B7034138 , 0x0190DAB99426720E9C037A926FAC5443 , 0x0190DAB9945671009AFB0A9345B4FA67 , 0x0190DAB9947E7058B643849C046DD8F7 , 0x0190DAB99568710DBFCC86D190C83CCC , 0x0190DAB995917012ABE50E797591D13C , 0x0190DAB995BA73A6A19C6EA570027648 , 0x0190DAB99A4B713FAAA5BB3BD2BEC740 , 0x0190DAB99B3F70178D3CC314AED6B8CF , 0x0190DAB99B6870768E9C0AB971D4F379 , 0x0190DAB99B91704EBBE2923DA90D1ABF , 0x0190DAB99BBB725C825FA031E7504380 , 0x0190DAB99BE4733D80C907D4A0AFF1CA , 0x0190DAB99C0D7331972E28D58FA6D286 , 0x0190DAB99C3770069D34C3919FC1F1BA , 0x0190DAB99C6072239C43D4D292EA7748 , 0x0190DAB99C8970458F3B44585CB839F0 , 0x0190DAB99CB2732390CF1357D8C8F326 , 0x0190DAB99CDC71F9A189B0D985022F36 , 0x0190DAB99D057098A3B1C405BCACAD4F , 0x0190DAB99D2E73789C5D1C9FA37C4FF8 , 0x0190DAB99D587018A1DF9B61B53CC336 , 0x0190DAB99D8173D19257D5C79D36592C , 0x0190DAB99DAB71DF886F7AC943A720FF , 0x0190DAB99DD471EBB48115AEFE8775F3 , 0x0190DAB99DFD72A79D09D11E9757FB25 , 0x0190DAB99E277317B0467D590F363DE3 , 0x0190DAB99E50723587F3FD0C73ED99C2 , 0x0190DAB99E7A734A84C18B2E27CB6D8F , 0x0190DAB99EA6722AAC0850884F418452 , 0x0190DAB99ED070699E82CDF2AEEF0BFA , 0x0190DAB9A04972D6B27BDC098895FC23 , 0x0190DAB9A08272BD8A2B9BB6F9F5EAD9 , 0x0190DAB9A0AD7170A85E3B3C1DE9C12F , 0x0190DAB9A0D973CBBDE4ABD877613ED4 , 0x0190DAB9A10771EE9FE99FCEA258EE8E , 0x0190DAB9A13172D093CB01C103C6F96A , 0x0190DAB9A1607141B3CAA61C648BBEFD , 0x0190DAB9A18973FDAB4FEED70351953B , 0x0190DAB9A28170D1AE986E7775ECD3FB , 0x0190DAB9A2BB71AA8844D88D06551988 , 0x0190DAB9A2E6704999907AE43E1EFF0C , 0x0190DAB9A315720D89D3A633C32BFD19 , 0x0190DAB9A341730C903CD51E84F1C006 , 0x0190DAB9A36E7088A993C370F588A9B1 , 0x0190DAB9A39C7174B78FF038F5879FE0 , 0x0190DAB9A4A871C7A6BE44D8E66A255E , 0x0190DAB9A4DC72A09DD40E2ED3ED7DF5 , 0x0190DAB9A5EF71D2B008176C85A96091 , 0x0190DAB9A71A7365A508E93D2F14F0CA , 0x0190DAB9A75A7264A2508F7EAEE6F961 , 0x0190DAB9A7857199BFA38C9EED1F0C83 , 0x0190DAB9A7B47148AE148361FB46611F , 0x0190DAB9A7E070BFBC7CF58B376D4489 , 0x0190DAB9A8C47135BA65EC0E33464DAF , 0x0190DAB9A9BB72128CB6A53907BABD27 , 0x0190DAB9A9F4727AAB87A77DDDA9A1A2 , 0x0190DAB9AC467130B6A34124BABE5A82 , 0x0190DAB9AC7F708EA9AE824AC1DC338E , 0x0190DAB9AE40716587C29E9012825AFF , 0x0190DAB9AFCA72B0932B3FADF8D40995 , 0x0190DAB9B31C70648211853D286988BF , 0x0190DAB9B4EF71D7B02E6D0AB0FD6A80 , 0x0190DAB9B5E472D3AAC0786EC6A9168E , 0x0190DAB9B6CA712FA6F02ADA01CDEA16 , 0x0190DAB9B86B73F88DDE032E68180F7E , 0x0190DAB9BA3E729294E88043A46A61CD , 0x0190DAB9BBDB715494381F24F3FFB02B , 0x0190DAB9BCC7733694FFCD4CE48F0808 , 0x0190DAB9BE8A72DFAA29A20459358656 , 0x0190DAB9BFFE72F8B8A5F0D10D618FBB , 0x0190DAB9C16773B186036394B4C6B979 , 0x0190DAB9DBCE71D580FE7E03EABD4F5F , 0x0190DAB9DCC77106A75F29BBBFA9B4B0 , 0x0190DAB9DCF172A19857D2095B8E882D , 0x0190DAB9DEDD70D89D60B1DA368C1D18 , 0x0190DAB9E082720A80270438425E963C , 0x0190DAB9E202712CA970689343E7874E , 0x0190DAB9E2387017AF219D182D991C52 , 0x0190DAB9E43A70439C66544332B94065 , 0x0190DAB9E46F72D2B1EDE4793ABAD6E2 , 0x0190DAB9E55C72CAB5A0F233150F9CCF , 0x0190DAB9E66E72FAB0C144F7619E09B5 , 0x0190DAB9E75A714DBB6577A8AC50BFD1 , 0x0190DAB9E8C57289AAD95E37B0C78332 , 0x0190DAB9E8FA7081968E2A782B624F4C , 0x0190DAB9E9DC71CAAAD4F69F1F0463F0 , 0x0190DAB9EACA71BBBCE9D3F8A9B95100 , 0x0190DAB9EBC672D0A0DEE77D7B860B2B , 0x0190DAB9EBF0721386108702A9277BF9 , 0x0190DAB9EC1971C5A58C203E9146ECB8 , 0x0190DAB9ED08726DB87E086CE72F2196 , 0x0190DAB9ED3773EDAC93CBD0E1B0B2EA , 0x0190DAB9ED6170E3A00EBCDAE940D09C , 0x0190DAB9EF4F70ED8BA1FDC3D7FDFD0E , 0x0190DAB9F0CA72B38BAD8031DFD49905 , 0x0190DAB9F27670BC8BC9D06A35E137B1 , 0x0190DAB9F353726BB6C1A5B727E03C5E , 0x0190DAB9F426702BB983767A284ABEDA , 0x0190DAB9F51272B58B446EEACAD8379A , 0x0190DAB9F5EA7072AF3FBAB8BA5794F7 , 0x0190DAB9F6F6729299DA221972414DA7 , 0x0190DAB9F86A70C29375FC31B8B93B38 , 0x0190DAB9F96A711391CED23DDCE9C5F8 , 0x0190DAB9F99F7338ADBD5A8F8F93C977 , 0x0190DAB9FB1F71A3A350B53A436FD904 , 0x0190DAB9FB4F726E85540CE17120F298 , 0x0190DAB9FCAA7218BDC31E9E24CDD7B5 , 0x0190DAB9FD9773C49B11AA4CD2A0034D , 0x0190DAB9FF7A70E8A2C4607707539B2F , 0x0190DAB9FFB57212BBAA557FA8CBCD64 , 0x0190DABA00C9736687006C5C2213ECC4 , 0x0190DABA01BF7064B7CFEE88C4BE81CD , 0x0190DABA01F472A2A0A64D70EFCB8586 , 0x0190DABA021D7268A8A6A734270C1D88 , 0x0190DABA024C703DA8D32342FB603F57 , 0x0190DABA027571B2ACA7A5CD129251BA , 0x0190DABA036772AB991283ABE9420DAD , 0x0190DABA04ED7325AC9072BAAD573B29 , 0x0190DABA051F73C7987F7CDF00A5FF61 , 0x0190DABA054E7085B6F90DD753228A49 , 0x0190DABA0577705DB5D4D2995D1EB9A5 , 0x0190DABA06E270D98B4590FF23886C65 , 0x0190DABA07137275BF995B6D6B437AA2 , 0x0190DABA073C7267853BEA555FEA21A1 , 0x0190DABA07657094A570A720A334A7B1 , 0x0190DABA082D733883AA19884D714AA0 , 0x0190DABA085E706D8AA6C411F215B4D6 , 0x0190DABA088771FCB41B064D7212068B , 0x0190DABA08B1724AB74690A61E614C07 , 0x0190DABA0A3673E7A2943466DD6D8F86 , 0x0190DABA0A6872DEB3E2CE65BB39E9E8 , 0x0190DABA0CD170B3AC86F45592B58D79 , 0x0190DABA0D097266AFE620D027236C8D , 0x0190DABA0D33712FBE0CFA12B49C1160 , 0x0190DABA0D60723BBD2D3B190D3EE9CD , 0x0190DABA0D89709C888244525A8D4728 , 0x0190DABA0DB672BC8EAC42A723DA8E4E , 0x0190DABA0DDF71B1BD83723E8CE78964 , 0x0190DABA0E0C71FB86855A3FA2FDA14C , 0x0190DABA0FAE7076B7E270B18D3DEF05 , 0x0190DABA0FE671EDB5EABED61D6E590F , 0x0190DABA118B71ADAD9A3283F2898361 , 0x0190DABA131273D69089EE18BDE3DD64 , 0x0190DABA1481728E967824653D7A88FE , 0x0190DABA14BA70ECAD98AF622E222A82 , 0x0190DABA14E373FA85D9C12EB607448E , 0x0190DABA150F71D2A293D5811F19CD14 , 0x0190DABA168D7032BF00A5A1E3A69130 , 0x0190DABA16C9727B8F86D9758C705190 , 0x0190DABA16F2719BAF308307BD158741 , 0x0190DABA171E72B588CDA3D34FEAB3DC , 0x0190DABA174770A4A3A70E4AA9BD0C21 , 0x0190DABA17737389B14C274833289900 , 0x0190DABA193770939D5D42A410610416 , 0x0190DABA1ABB70CFA214987CA3A5762F , 0x0190DABA1AEC70F18F3799F3E1C0B51A , 0x0190DABA1B1572C59C6BFDE2FD577E62 , 0x0190DABA1C897388B92D75D536516E42 , 0x0190DABA1CBB7095B97F5A10FA2FD8EE , 0x0190DABA1CE4720090FDBF7F6AD78002 , 0x0190DABA1D11722786E1D3AF850E9828 , 0x0190DABA1D3A7391B6391086C67DE9F1 , 0x0190DABA1E1D714AB6621A6FA7E3A60B , 0x0190DABA1E46703AA3D43F6ED0C91C7B , 0x0190DABA1E6F70F28C9A31713EE34830 , 0x0190DABA200773C5964CDB6F43CDB63D , 0x0190DABA20EC71928EA04A1839D39662 , 0x0190DABA21DB706E95F5EE4B164E100C , 0x0190DABA22A373C38B2306C218E92437 , 0x0190DABA237770B1A4C9D4BD69F73299 , 0x0190DABA244C72C5A9A8046FDC33E31A , 0x0190DABA410273F6A72C10BC3E7B77D1 , 0x0190DABA4137706EA8D4BA8C0CE7C8F1 , 0x0190DABA44FB7134887B526D7BE883F9 , 0x0190DABA492570F0ABCFC175DAEC8DB3 , 0x0190DABA4BC771E99DC595336B7D66F8 , 0x0190DABA4D7771B391BD6357594F2A78 , 0x0190DABA4DB27094A3BA05605F2017D9 , 0x0190DABA4DDE7245AD591BF77DB1BA05 , 0x0190DABA4E0D72DEBAA1B7D630F6ADF6 , 0x0190DABA4F07733FB540833B42BEF5B1 , 0x0190DABA4F38733EAB02FF0604189BE7 , 0x0190DABA4F617224831DB29AF783DD2E , 0x0190DABA4F8A70B58B312DC778655723 , 0x0190DABA512672AD8300E85B628ADB52 , 0x0190DABA515872B9BDD18D4061C1B153 , 0x0190DABA528E71A083273C0935FC42C5 , 0x0190DABA537A701795B7F214D8792618 , 0x0190DABA53AA70DB8E44FA9D367ED96A , 0x0190DABA54A671368D643A5C60E80DEC , 0x0190DABA54D67317AE600499A83DC39B , 0x0190DABA55B072B08E486BEBA81C2ACC , 0x0190DABA55E572B5B05100E881387CE3 , 0x0190DABA56C273CABDEC0309207187A0 , 0x0190DABA56F8735EB70667ADF5696B44 , 0x0190DABA572571719CEA5840C02A693C , 0x0190DABA57517011A66A2FA803EF7682 , 0x0190DABA587770BB9B7110E7DC1EBB15 , 0x0190DABA58AB728E8DF3975CCAFB4B9E , 0x0190DABA58D77097A50FC24F1CE64A56 , 0x0190DABA590370F08A9E164296AC9240 , 0x0190DABA59E871CF8B7223A8708C2261 , 0x0190DABA5A1C7356BAD04D21FE6DB1A8 , 0x0190DABA5A497311B2E0919A87ADEAE5 , 0x0190DABA5A7573CAAD6115C6DAE18324 , 0x0190DABA5B59737893100579A162305E , 0x0190DABA5B89735B9BF92AEC90B846E6 , 0x0190DABA5BB27277912C025BC47C0F3D , 0x0190DABA5BDB736684FF438F2C854A78 , 0x0190DABA5CCF72A597E6E40DADAF6C40 , 0x0190DABA5D007260866A19D5A158F6D2 , 0x0190DABA5EB57258982ECAC53F8CB08E , 0x0190DABA5EDF726EAE3D22E95AB59081 , 0x0190DABA5F0871C48E4AE392A09EA62C , 0x0190DABA5F3273DC9B6F81FF84C2374D , 0x0190DABA5F5B722FB5E6C46B4876E7D8 , 0x0190DABA605C70B984795F314048FAD2 , 0x0190DABA6086727D8099AEED55A4E0F3 , 0x0190DABA60AE7276B99CB4512F993C77 , 0x0190DABA60D77388997A9BE73AB31BC6 , 0x0190DABA61007013AFCD24FD41CD72A8 , 0x0190DABA6129725C96361CFC428B8CB5 , 0x0190DABA615270B6AFA9307E8AF3CCD9 , 0x0190DABA625C714887EA1A9D8F549E19 , 0x0190DABA628D707EA97879AFCF653B6C , 0x0190DABA62B67381B337CF37C30A1BE1 , 0x0190DABA62DE70DD9D85BFE1C2CA01FD , 0x0190DABA6307706780179381C788B42B , 0x0190DABA633071158809F29687F1AC22 , 0x0190DABA63597063B50CAA9258BEA64A , 0x0190DABA638171B39387472E87D9C0EB , 0x0190DABA645A71508BD671645876BD92 , 0x0190DABA648A70FA978688469985E5BF , 0x0190DABA64B772A9B863BF12D05077F6 , 0x0190DABA64E071588D02C5A2F5640BCA , 0x0190DABA650970808B0645E21EFD69C0 , 0x0190DABA6532704D8CC684129107FBB6 , 0x0190DABA661270EB8D571CB5EC53DAB5 , 0x0190DABA664271AEA2E36A4021C66979 , 0x0190DABA666B72F4A3476A583A0475CE , 0x0190DABA669573CDA948E949CBBB008C , 0x0190DABA67737205B0141AE3D5E3E34C , 0x0190DABA67AA701EAF25BF68E74D7BD3 , 0x0190DABA67D3727D8DD0505192B62CB1 , 0x0190DABA68007204BF719F5E86FFA933 , 0x0190DABA68297059A74E4A3368A324A6 , 0x0190DABA68567311930A1C01ED0AC1B4 , 0x0190DABA694272DAA7D28446DE46E0D7 , 0x0190DABA697A732194B8930AF1B2E851 , 0x0190DABA69A3718393B752233DB51348 , 0x0190DABA6AA3733D88AE00B693F23E1C , 0x0190DABA6AD872AB8DEB0DA3E70861AE , 0x0190DABA6B017308A502AA231BCEB773 , 0x0190DABA6BEC7223B20C6879E11CAFDE , 0x0190DABA6C21700291F8C669C69DAFCE , 0x0190DABA6CFA73948164EECCC3AFA173 , 0x0190DABA6D327310B175867E971586E6 , 0x0190DABA6D5B70DAA247257213E03C3A , 0x0190DABA6D8873AC82AFB3B987F72185 , 0x0190DABA6DB171BE9E992E1E73D8334C , 0x0190DABA6DE27320B4795B7B5CFB2CD4 , 0x0190DABA6E0F73218BFBC59B3A78F941 , 0x0190DABA6E397125A77A3E9742827E79 , 0x0190DABA6E6972ECB2FD80C2ECD519E4 , 0x0190DABA6E92708D853488E0D95754FC , 0x0190DABA6EC07064AFD14939521F9C20 , 0x0190DABA6FAB72D9AB40BFECEFF009E9 , 0x0190DABA6FE071C8A0D1F69871AAA0C8 , 0x0190DABA700970DCA4531050B73DABBE , 0x0190DABA70E770DFA2238030B7886429 , 0x0190DABA711D73ED98EC9AE27BB4E6BB , 0x0190DABA8B60700D8583127415D7B705 , 0x0190DABA8B8E70E591FAE926322CE442 , 0x0190DABA8C947026A844FEB43333AAD3 , 0x0190DABA8CCD734BB9569EC89FEB56A0 , 0x0190DABA8DB672CD8AE3CB60329375B0 , 0x0190DABA8DF170A0B5D3A2D36EC60195 , 0x0190DABA8F1671838F563426B996994C , 0x0190DABA8F4E72178A78BA751889D445 , 0x0190DABA8F7A71BC858C2C594276C3DE , 0x0190DABA8FA9727C80C1F83F6244FCFE , 0x0190DABA8FD5706DA959B86032FA893B , 0x0190DABA9002728E869361FB09CB148A , 0x0190DABA91BB71D9809E6CA9549F5C8A , 0x0190DABA91EC738387B9BC4B0ED5AA6B , 0x0190DABA9215731F9295E9BE47BE66A4 , 0x0190DABA93BC7279B08E3A0AE6F5E2BA , 0x0190DABA93E471BABBC79D3894D92CEB , 0x0190DABA940D7180B8E6007FA89EE3D8 , 0x0190DABA954B707AA6B1250770AD2ADB , 0x0190DABA957C72A5B25806DE081A3D13 , 0x0190DABA95A570DB9F2BA08BC2235A2F , 0x0190DABA95CE7393B370AC6D401D7557 , 0x0190DABA95F7709498CD2B8C50BF6C66 , 0x0190DABA979773BCAA091BF7CBC7670D , 0x0190DABA97C7730D853424FC74D968BD , 0x0190DABA97F071BABE8E3AB19CDEA89A , 0x0190DABA98CD70EA824F7B2D83B9D422 , 0x0190DABA98FD73BCAF3044F1DCEC7EC7 , 0x0190DABA992672818C6E586AD87739B9 , 0x0190DABA994F73258C327FDB05138681 , 0x0190DABA9979708697B7CB600977C39B , 0x0190DABA99A2713F8D6B15D6C8445162 , 0x0190DABA99CB709397B550757C698BCC , 0x0190DABA9B4270FEA01891FC065E5FFE , 0x0190DABA9CAE70409A1FE27D572DF00D , 0x0190DABA9CE0738780B1735811BF67B2 , 0x0190DABA9D09737DB771D6DF563AFB46 , 0x0190DABA9D3272AB8F951C233D9A867C , 0x0190DABA9D5B714591695ED8CF60BEDB , 0x0190DABA9D8471A7B81CF9528CBA5789 , 0x0190DABA9DAD70EBBCF08D6993BEE7BD , 0x0190DABA9DD67257B13DF3163EA42BA1 , 0x0190DABA9DFF731EAD18B763062CA5DF , 0x0190DABA9E2872E7848FB610A5C52535 , 0x0190DABA9E5171ADB6BC747615040BFA , 0x0190DABA9E7B70CD8991E079D11FBF1C , 0x0190DABA9EA4737589BC8BC8F7CD4E30 , 0x0190DABA9ECD70D1BAD3060EA83A4520 , 0x0190DABA9EF673BBAEE0BEC472F13370 , 0x0190DABA9F1F721483E3053B01EBECB5 , 0x0190DABA9F487387B928ED5648B18333 , 0x0190DABAA0B271FDA8DCD2F335E31882 , 0x0190DABAA0E972F5BB5A96933ABB1FE9 , 0x0190DABAA113720A8E937694E5176E17 , 0x0190DABAA292709196DB4B4E06AFA884 , 0x0190DABAA37773B68E23D10D050B7C4D , 0x0190DABAA4447078BAD0362C64035ED8 , 0x0190DABAA47570C3882CDD88AE5AA815 , 0x0190DABAA49F71A08CED722139850B80 , 0x0190DABAA4C870EF8486F83AE06C3D2B , 0x0190DABAA4F4734C8FE5145490A3EF2E , 0x0190DABAA51F734985993B7426B0E447 , 0x0190DABAA54872458E27137CB85491A4 , 0x0190DABAA57273C986645356F3E22B0D , 0x0190DABAA73F73CD8E527D0C6D670397 , 0x0190DABAA77173DB8451307B82929915 , 0x0190DABAA79A7300983FFB2EB369AF0A , 0x0190DABAA90C7169850DE8764A92373B , 0x0190DABAA93D73E980AF05CD1F3C8C85 , 0x0190DABAA967727C81AEFBFB8E3EE062 , 0x0190DABAA990713B8DC61A2AFEF7F39B , 0x0190DABAA9B9725C81C16F8D3CC02702 , 0x0190DABAA9E371879A54BCDF67591DCC , 0x019362C768E8708D8AA61A9464AB9F9F , 0x019362C7963F7009975E509F5DADC750 , 0x019362C797E870C1A8C436BAE80A0D74 , 0x019362C79F9E7262A25B399DEA8AD393 , 0x019362C7A43E7265B8DE954D5D8A7075 , 0x019362C7A742732AA2B2AE6770501CFF , 0x019362C813B9731BA86A6E37000FADC9 , 0x019362C81B24715A9D888978B31DE7FD , 0x019362C81E1471EFA01435E2A5628E45 , 0x019362C81E627214A1D1C254EE3E5503 , 0x019362C8203F70EFA4B77254AE37EC91 , 0x019362C820907323A09CCDA5572D8ED1 , 0x019362C8223F72948E5533F32DF315CD , 0x019362C8228F707DBEB1FD1887580858 , 0x019362C82B6971E6BB299DE6D07AFA56 , 0x019362C82BB6734780435D2F21BBCD7A , 0x019362C83254732AA31EB403F7A25900 , 0x019362C8345372F09E8758A7AD009960 , 0x019362C8349F7339B6AD6047BCD60E36 , 0x019362C834EC723AAAA9A86F75BFE322 , 0x019362C8396773908DD6C8F529167125 , 0x019362C854BA72B591797E5DA3C15F2D , 0x019362C858967117AE122FE2A4A7CA0C , 0x019362C85BD972CCB49D3D8FC69CDB56 , 0x019362C86CC473FD9856C876A49296C2 , 0x019362C86D1170649ED8C0ED2B6DAD1E , 0x019362C8A5DF71D289CF7261FC9C7A2C , 0x019362C8A62C718D86D132D05B0C7CFD , 0x019362C8A67970BD80991A19AA2B9869 , 0x019362C8E05273A98ACAFD7A265C4DFA , 0x019362C8F8AF70BB931A184546473C07 , 0x019362C8F8FD708091D8583A16B9FF0A , 0x019362C8F94C72BA9EC04676A24367C5 , 0x01936301FF48728EA9BB5A959D8DE449 , 0x01936301FF98713686CE0B06324CC9BF , 0x0193630200C271F28D58FAB39F66A3FA )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
78
0.15 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
79
0.17 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"\x01 É┌kL¨ræ«àrÚ\x04 ø\x14 { "
]
SELECT path FROM category WHERE id = 0x0190DA6B4CF97291AE8572E9049B147B ;
Copy
80
0.07 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
81
0.20 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
82
0.28 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"""
\x01 Ž\n
\x1A 4œv6½ž^ K´ï™
"""
b"\x01 Å▄ð╝╠sPƒ┤1Iù\x08 Ìz "
b"\x01 Ž\r €²<wIŒX¹ßÕ\v ⟠"
]
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 (0x018E0A1A349C7636BD9E5E204BB4EF99 , 0x018FDCD0BCCC73509FB431499708DE7A , 0x018E0D80B23C77498C58B9DFD50BE29F ));
Copy
83
0.30 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
84
0.07 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
85
0.05 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x01 ì¶lP¥rù▓hJ(1¶1■ "
]
SELECT iso FROM snippet_set WHERE id = 0x018DF46C50BE7297B2684A2831F431FE ;
Copy
86
0.09 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"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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 = 0x018DF46D5CAA729C8741AC9A78D9F4E3
;
Copy
87
0.05 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
88
0.37 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"\x01 ì¶lP¥rù▓hJ(1¶1■ "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x018DF46C50BE7297B2684A2831F431FE ;
Copy
89
0.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"\x01 Ž\r b:Žs>¿è@Âð«\x16 ¤ "
]
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 (0x018E0D623A8E733EBFE840C2F0AB16A4 );
Copy
90
0.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`
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
91
0.37 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"""
\x01 Ž\n
\x1A 4œv6½ž^ K´ï™
"""
b"""
\x01 Ž\n
\x1A 4œv6½ž^ K´ï™
"""
b"""
\x01 Ž\n
\x1A 4œv6½ž^ K´ï™
"""
b"\x01 Å▄ð╝╠sPƒ┤1Iù\x08 Ìz "
b"\x01 Ž\r €²<wIŒX¹ßÕ\v ⟠"
]
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 (0x018E0A1A349C7636BD9E5E204BB4EF99 , 0x018E0A1A349C7636BD9E5E204BB4EF99 , 0x018E0A1A349C7636BD9E5E204BB4EF99 , 0x018FDCD0BCCC73509FB431499708DE7A , 0x018E0D80B23C77498C58B9DFD50BE29F ));
Copy
92
0.53 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"\x01 É┌kL¨ræ«àrÚ\x04 ø\x14 { "
]
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 (0x0190DA6B4CF97291AE8572E9049B147B ));
Copy
93
0.36 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"\x01 ôS\x10\x10 Wq░╝t\x01 ÷0\x14 -Å "
b"\x01 É┌kL¨ræ«àrÚ\x04 ø\x14 { "
]
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 (0x01935310105771B0BC7401F630142D8F , 0x0190DA6B4CF97291AE8572E9049B147B ));
Copy
94
3.70 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/0190da6b4cf97291ae8572e9049b147b "
"/navigation/018e094a682a721aa85500498fa73847 "
"/navigation/018e094a9b9473a39f27f6b0933e8fef "
"/navigation/018e094a7c8d7252b1ea9354508fc271 "
"/navigation/018e094a96e673aaa280a3b14b8d0ba9 "
"/navigation/018e0949107c7173835689714f9334ad "
"/navigation/01935310105771b0bc7401f630142d8f "
"/navigation/018e094a6521719193088017c10d097c "
"/navigation/018e094a714970c9bc1e2c98d936539f "
"/navigation/018e094a8fd870d5a651b8825162a3c6 "
"/navigation/018e094a5cd572f893892793a22dd328 "
"/navigation/018e094a84ce73f1ac879a94ebe15746 "
"/navigation/018e094a6c6373998da7409219904fb5 "
"/navigation/018e094a49cc70b1a7c6ff7254b192d0 "
"/navigation/018e094a633c72cda7a7fc375216e61a "
"/navigation/0193531125197213b02b747026bff4fc "
"/navigation/018e094a898571d2b37c5c3eb43c8d18 "
"/navigation/018e094a6af27386b6758a32ad35a047 "
"/navigation/018e094a6b5d7289ad26d611136938ea "
"/navigation/018e094a6bb071e595a17e02459e526e "
"/navigation/018e094a6a8172dfb1dc19a47f4c1684 "
"/navigation/018e094a683a7329be81dda21f9c12ed "
"/navigation/018e094a69ee710abcdaf38625caa504 "
"/navigation/018e094a6bfc7360bba773d38e57c7d5 "
"/navigation/018e094a6a307380ad830c86ce93c0ca "
"/navigation/018e094a9f5671768e5d82f57eed169d "
"/navigation/018e094a9fd471d7a61406ccf6784c0b "
"/navigation/0193530fffc67061ba14ad9b1d6932bd "
"/navigation/018e094a80f871598174251c6b4080b2 "
"/navigation/018e094a818b72b28dc2418f8460750c "
"/navigation/018e094a828273c5bab6d6a675defc34 "
"/navigation/018e094a7c9e710a8e1ef5ee8cd0bcaf "
"/navigation/018e094a7ffe73a1bc0fe91475e98da9 "
"/navigation/018e094a80777223a0dd424cd7d5f630 "
"/navigation/018e094a7f8c71da859bafb792687112 "
"/navigation/018e094a83a871e9a28546d9c474699b "
"/navigation/018e094a845c739085db09c16c23570b "
"/navigation/018e094a8303732c891b2c57dca264b4 "
"/navigation/018e094a9b1a711590db96f3ad005d2b "
"/navigation/018e094a96f57391b81d378b5c64e237 "
"/navigation/018e094a9aa4725594dfb5c81deffe51 "
"/navigation/0190da6b336d71398b8428bdc639dcbf "
"/navigation/0190da6b33e5735da6ef83977556e83e "
"/navigation/0190da6b3461713c8c764a93a3d9e912 "
"/navigation/0190da6b34e370808f8e01c8b6f9c999 "
"/navigation/0190da6b356870378e326c956f0aaaa2 "
"/navigation/0190da6b35f673248a0e2e9788e28fcb "
"/navigation/0190da6b369473578f537fcf04764867 "
"/navigation/0190da6b373a7302b601c0e254d26106 "
"/navigation/0190da6b37db70c2a5a14c2cf21c0e72 "
"/navigation/0190da6b388d71b7ad467044162ac3fc "
"/navigation/0190da6b394671fea880b2a466438b34 "
"/navigation/0190da6b3a057121881a5f196ecbecaa "
"/navigation/0190da6b3acc7004ad7e96c1b8f499cf "
"/navigation/0190da6b3b9970a5b1798b2f81b84880 "
"/navigation/0190da6b3c727303b76c06ef90d848fb "
"/navigation/0190da6b3ced72488eafeb3199d57350 "
"/navigation/0190da6b3d6e73c6be5fe88be894aa6e "
"/navigation/0190da6b3df872aba057536d24ef9345 "
"/navigation/0190da6b3e85722c8881573051863595 "
"/navigation/0190da6b3f2070829c24279044a5b57c "
"/navigation/0190da6b3fbc739b94d10310297d476f "
"/navigation/0190da6b4069718e9a5c7a770cfa897b "
"/navigation/0190da6b411d73e98938b69d964b5c3b "
"/navigation/0190da6b41d9737b8fc1950e8c18b090 "
"/navigation/0190da6b429c701987f3a888ee19c0da "
"/navigation/0190da6b436871f788b1fa4f578c7e57 "
"/navigation/0190da6b4379716b85fae6f2577c24f9 "
"/navigation/0190da6b43f67228b7718c48b12dd947 "
"/navigation/0190da6b447771e7aa2cbff5d88fbdea "
"/navigation/0190da6b450a722ca56c67eeb1e056ed "
"/navigation/0190da6b459871c09f10aba04001d42f "
"/navigation/0190da6b4634703897db37c45f6420c7 "
"/navigation/0190da6b46d873f3a6586a636f8c347d "
"/navigation/0190da6b4783736e8fbf173aca754771 "
"/navigation/0190da6b4835708aab5e0ef2c8d8b67a "
"/navigation/0190da6b48ee727db43e80fa30873f07 "
"/navigation/0190da6b49b47087ad75f2d5478158ae "
"/navigation/0190da6b4a7b7256acd1427d0ebe8656 "
"/navigation/0190da6b4b487253a62bb4985a5fba1a "
"/navigation/0190da6b4c1d707b99fa42836807ad1c "
"/navigation/0190da6b4d0770f58506b526befe974c "
"/navigation/0190da6b4d7e726da9c223746360dc10 "
"/navigation/0190da6b4dfd72c38f53d1f2985c0010 "
"/navigation/0190da6b4e8371ea9a7dc2a161f581a9 "
"/navigation/0190da6b4f1272789fefcfd2d4efdb0b "
"/navigation/0190da6b4fa772c5be5ec927431981a6 "
"/navigation/0190da6b504a7359b453ba135217a643 "
"/navigation/0190da6b50f57315885509e61cdd6e1a "
"/navigation/0190da6b51a7727392879233b73d5467 "
"/navigation/0190da6b5260712db3b4fbce1d7f13da "
"/navigation/0190da6b55d5727e9653af4d01dc867c "
"/navigation/0190da6b55e37272aebfc69528a1309b "
"/navigation/0190da6b565a7126a2d768d06544edc6 "
"/navigation/019353104ab07394a65a866a49169139 "
"/navigation/0190da6b56d970a1a3bfc37282553b73 "
"/navigation/0190da6b575f7313998086245ee2304f "
"/navigation/0190da6b57ee72c3a0f9e35378087846 "
"/navigation/0190da6b588a73ba80fc7e4f866c646c "
"/navigation/0190da6b592d739f8af999109da303c1 "
"/navigation/0190da6b59d8729abc3d32f1d7b26704 "
"/navigation/0190da6b5a8a7262913f0aeb19bd3689 "
"/navigation/0190da6b5b3b721882f60c174f4ca942 "
"/navigation/0190da6b5bfb734faeb91a737a280f84 "
"/navigation/0190da6b5cc5727bb91d3b36e3dd6b58 "
"/navigation/0190da6b5d9672ab9471c2ed10037e75 "
"/navigation/0190da6b5da572c086db234cbdc65834 "
"/navigation/0190da6b5e2173068b173bfc43aa006c "
"/navigation/0190da6b5ea571fe927915fb7fff4bd3 "
"/navigation/0190da6b5f2e7355b0ff8bf44b792d69 "
"/navigation/0190da6b5fc0735a9dd3234f3a9ecab5 "
"/navigation/0190da6b606071d48c16909e6f669307 "
"/navigation/0190da6b61077269b2adfffee3e27123 "
"/navigation/0190da6b61b573cbadf17bed5974c452 "
"/navigation/0190da6b626c72268063dc5816c0b49f "
"/navigation/0190da6b627e72edb8cb86025b83a7d1 "
"/navigation/0190da6b62fa71e0ae9717bbeb7d4b22 "
"/navigation/0190da6b637f725496fafd13a4d4190a "
"/navigation/0190da6b640e73a1a15122449f6d3a05 "
"/navigation/0190da6b64a570a697a7086f0fad2317 "
"/navigation/0190da6b64b471208c8e66c4f20043bb "
"/navigation/0190da6b65337381aff88ad425cd7328 "
"/navigation/0190da6b65b7727d85f054a0324b5e53 "
"/navigation/0190da6b66467095800887be0058412f "
"/navigation/0190da6b66d7724ea28c3f3ee0557d89 "
"/navigation/0190da6b67757177a29b654cf5e28df7 "
"/navigation/0190da6b681d73d892b780a7c01c43dc "
"/navigation/0190da6b68cd713c8bc6658e764265d9 "
"/navigation/0190da6b68dc70cba9e366a1acb369ee "
"/navigation/0190da6b695a70c4bef46d769934ffd6 "
"/navigation/0190da6b69df70f18aa98ed2c8280ae0 "
"/navigation/0190da6b6a7771b7bf370ff0363ac9c2 "
"/navigation/0190da6b6b137230ab10935861ff6fc9 "
"/navigation/0190da6b6bb773b49c2800463d8c1a8d "
"/navigation/0190da6b6c5f70ffaef9adb88b6b81c8 "
"/navigation/0190da6b6d0f73649dc20bcbd26482d4 "
"/navigation/0190da6b6dc67135823f3195aacbbae3 "
"/navigation/0190da6b6dd570e8b56469dac2b85859 "
"/navigation/0190da6b6e5470228f5affb8fb32d7c5 "
"/navigation/0190da6b6ed4733d95f110b22a852942 "
"/navigation/0193531076a3736aac97f4f6037fa531 "
"/navigation/0190da6b6f5c70b5b3f23bd6fe97cb8d "
"/navigation/0190da6b6feb703eb921dc1e76fe23d7 "
"/navigation/0190da6b708a72f1816f6d92ab9cee14 "
"/navigation/0190da6b712f73c286b85387f4970cef "
"/navigation/0190da6b71dc7392a312a28e57c330fc "
"/navigation/0190da6b7290704392c9867973adb2c6 "
"/navigation/0190da6b734b72679c508ff54b5ac6eb "
"/navigation/0190da6b740d71fcb138602a76b33752 "
"/navigation/0190da6b741c703088731b59c8008ea7 "
"/navigation/0190da6b74957160b6c6ad6286e3706c "
"/navigation/0190da6b751572588f4bee18324f6d8d "
"/navigation/0190da6b75a37360ac302cc9cefd1452 "
"/navigation/0190da6b75b2703cb51073e03106a71c "
"/navigation/0190da6b762a7098acf391f8e9a64528 "
"/navigation/0190da6b76aa719ea381dbb620a14dfe "
"/navigation/0190da6b7732704295cfaba3f7cdceff "
"/navigation/0190da6b7741725cace93eacf684150d "
"/navigation/0190da6b77ba7224a2416580247e6c23 "
"/navigation/0190da6b783a71169dd2a95430a481ee "
"/navigation/0190da6b78c373cc9f84ed14d5b2474c "
"/navigation/0190da6b79537146887b5d57a7419d68 "
"/navigation/0190da6b79f673ec92b9e175db13d506 "
"/navigation/0190da6b7a9673738b78c77099906d9e "
"/navigation/0190da6b7b46722f97bbc42b053e36ed "
"/navigation/0190da6b7bfd72f496d8db8c0e0043e9 "
"/navigation/0190da6b7cc9709b8c97fbf75cb06b6d "
"/navigation/0190da6b7da27090845813d9e9e7c4fc "
"/navigation/0190da6b7e7d722fa351108101dc0d0e "
"/navigation/0190da6b7f6773a9bf3c4847189780c6 "
"/navigation/0190da6b805a728aa9fdead7ba735dda "
"/navigation/0190da6b815671309bf080078735260c "
"/navigation/0190da6b825a701489d4c5880aa0dc4a "
"/navigation/0190da6b836771148973176799bfe672 "
"/navigation/0190da6b847f713f86e30c0f1da09d02 "
"/navigation/0190da6b859f724c866ffe6f47c24193 "
"/navigation/0190da6b86a77005b38b945bad0add23 "
"/navigation/0190da6b86b673ba95e30ba6845ce950 "
"/navigation/0190da6b86c573efbf6b12f6a18220e8 "
"/navigation/0190da6b86d4729c9e63a9e58b5e39b6 "
"/navigation/0190da6b875070e48e4bc3a910691c92 "
"/navigation/0190da6b87d3739598076c4b21fc5936 "
"/navigation/0190da6b885e71569e3c2a9e9e53dbf4 "
"/navigation/0190da6b88ff7312b1c1661a6a5ab285 "
"/navigation/0190da6b89b5737daa8ed3f07fbbd026 "
"/navigation/0190da6b8a5b710aac630e88fd1781b1 "
"/navigation/0190da6b8b0c73058638ee4347315f4d "
"/navigation/0190da6b8bc972f889c7c990b2349580 "
"/navigation/0190da6b8bd97212a0d598597b9aafb8 "
"/navigation/0190da6b8c567235a1c48675a7986026 "
"/navigation/0190da6b8cda720cbcd4880e7ac8539d "
"/navigation/0190da6b8d6671448e76fd736ebb3cc8 "
"/navigation/0190da6b8df87300b867b26fd4cbed5f "
"/navigation/0190da6b8ea1711a9c16c2e437fdbeef "
"/navigation/0190da6b8f4d71749e713960b86a4479 "
"/navigation/0190da6b8ffd717ca4484d6253a62839 "
"/navigation/0190da6b90b571cf99a5a4265d2392c8 "
"/navigation/0190da6b9180721e9e168f71f24ec510 "
"/navigation/0190da6b925273c99c7fa9666354522c "
"/navigation/0190da6b932472079a1a24fdad531a3a "
"/navigation/0190da6b9334702fba5c86a9ac7785e5 "
"/navigation/0190da6b93ae7214b2dbfce8e9626609 "
"/navigation/0190da6b942f70f8b05f63acd111d21e "
"/navigation/0190da6b94b3703ebc94fe3e77bb3733 "
"/navigation/01935310ba9971eb8fe07c78f0fa8610 "
"/navigation/0190da6b9543719aabf2f8f7c46c0bbe "
"/navigation/0190da6b95ed73b09ddb2932c20c91b3 "
"/navigation/0190da6b969e71c5a565e3d037c25a05 "
"/navigation/0190da6b972773c0a9278c891fbca036 "
"/navigation/0190da6b97a87093a6f9060b405ada04 "
"/navigation/0190da6b98317143847e4964b0e79aaa "
"/navigation/0190da6b98c27161816e8a8d9f7368c2 "
"/navigation/01935310c1b872e59dabd25b1516ef5a "
"/navigation/01935310c465737ba72fb0c5450780df "
"/navigation/0190da6b9963711288acf26a73acba65 "
"/navigation/01935310c76f734aaf0290a2e911ef5d "
"/navigation/01935310c7d072699e734e15fb2b6fdc "
"/navigation/0190da6b9af87278aeb49ad7144a602f "
"/navigation/0190da6b9b087177ac3bdf3c08a07474 "
"/navigation/0190da6b9b8373d88ff7df8dbc18d465 "
"/navigation/0190da6b9c067153a912db6036f39e30 "
"/navigation/0190da6b9c8f73978067432d46b52fe2 "
"/navigation/0190da6b9d2170659f56b705e7230f4e "
"/navigation/0190da6b9dc470f0960cbe4c2f9ccaf2 "
"/navigation/0190da6b9e6f70efb68b9640c9f35a93 "
"/navigation/0190da6b9f2173528f0e32eee0742f16 "
"/navigation/018e094a67a67363b280f9fde3b3bfe4 "
"/navigation/018e094a66b37270b8fdb26d85a42979 "
"/navigation/018e094a6532730ea4524f8014127326 "
"/navigation/018e094a672a73a0b3f6fde0db20094b "
"/navigation/018e094a7a5573999bca1d3b00290b7b "
"/navigation/018e094a715873c28fd8cea2d22e111b "
"/navigation/018e094a731b7142a8c9da8dfca4ee45 "
"/navigation/018e094a736a702c985ef817386bacde "
"/navigation/018e094a7b04700795828df23dc36629 "
"/navigation/018e094a7b1571d8a72419abb2990255 "
"/navigation/018e094a7c1170dc8726812d94d0fd8c "
"/navigation/018e094a750e7247a9afa9cfc21dd792 "
"/navigation/018e094a75b572019b0ba665e70420b7 "
"/navigation/018e094a762e724fa589f61c6657c8eb "
"/navigation/018e094a792b73e2802ebb9f6f36efca "
"/navigation/018e094a79ac71a0ba68164192a6e42f "
"/navigation/018e094a79f973b4b0f2133e99e7e932 "
"/navigation/018e094a76a973249c8a6b5cc8d80b36 "
"/navigation/018e094a775e70e480c4c2b08a49d9fa "
"/navigation/018e094a77c07331907e8618474fa10b "
"/navigation/018e094a782970d99d9f6926c97c281b "
"/navigation/018e094a789f73cebf2c1d8d66d28c43 "
"/navigation/018e094a78e373f49bab5d5d0f3411d3 "
"/navigation/018e094a73b8717eabde1be0b16685cf "
"/navigation/018e094a742a7202825adc11655a86cd "
"/navigation/018e094a748f731894dd34437b3c47f3 "
"/navigation/018e094a8fe971b491b7d25355f51e4a "
"/navigation/018e094a938a7020a209909d7d5f01fd "
"/navigation/018e094a9400714692eb168f469d3170 "
"/navigation/018e094a94ed73e890e5b25a3306177c "
"/navigation/018e094a9473713b8ddebda5757d8e8e "
"/navigation/018e094a956e731fadb04f802f295091 "
"/navigation/018e094a9603737d9d29f8057d764d6d "
"/navigation/018e094a967270448c2599478746adcf "
"/navigation/018e094a62947243ae498ec01078e18d "
"/navigation/018e094a5d7f71eaa2500f802828aa42 "
"/navigation/018e094a5f4c7341b4112e049fc90a2b "
"/navigation/018e094a5f9f71aba4d5d426972c38c4 "
"/navigation/018e094a5ddd714ab173a3deedef12c8 "
"/navigation/018e094a61e87245a42b124035729a63 "
"/navigation/018e094a60027285a759666e15a0fe9d "
"/navigation/018e094a60e773ce854c119414ed112c "
"/navigation/018e094a607170e8b33a3082f6037523 "
"/navigation/018e094a61697217be035a73229ee805 "
"/navigation/018e094a84e0736b85d111fdc41f49c7 "
"/navigation/018e094a8818725684035e1772cf7f2b "
"/navigation/018e094a89047019aa9e391381074701 "
"/navigation/018e094a888a70bdb163dad321677e1f "
"/navigation/018e094a6f4e70208df7200bff56d69e "
"/navigation/018e094a6fd0733e915c09143bef0af2 "
"/navigation/018e094a706f70a7a5471064a4946dbe "
"/navigation/018e094a70e473249afd934f32ca3b72 "
"/navigation/018e094a6c7070fa9362e8ca77b17bc7 "
"/navigation/018e094a6ecd718f8d0ca01aad84d3f6 "
"/navigation/018e094a6e5a720fa78af5a895a6f374 "
"/navigation/018e094a58537093a750a5da452649f2 "
"/navigation/018e094a5cc773c1be797895bcb57891 "
"/navigation/018e094a5863700aa587b1a649df8e17 "
"/navigation/018e094a595871578324f5509f1eb1c4 "
"/navigation/018e094a53ac70359459db7119922d94 "
"/navigation/018e094a549373d8a088d3f0d4e3df80 "
"/navigation/018e094a55f673f2a72826301b8cdd55 "
"/navigation/018e094a558173bf95c3ee389edc24ee "
"/navigation/018e094a56717282994904be564ea29f "
"/navigation/018e094a56f37172a7ea52e19b2ed487 "
"/navigation/018e094a570d73dd825ac42745bcfb6d "
"/navigation/018e094a4e8972b0a738114f8b15043f "
"/navigation/018e094a51c5704ca48641da73140326 "
"/navigation/018e094a4faa7262baad53bb8af2e792 "
"/navigation/018e094a502571c1aa4549cf53863eb3 "
"/navigation/018e094a526270ae8715cf17c132311d "
"/navigation/018e094a512d71f3b806322541d16e88 "
"/navigation/018e094a530373ec9633e38719e6aece "
"/navigation/018e094a4f3471489e58aa2a3c016992 "
"/navigation/018e094a50a7735db379f61f913cb4d3 "
"/navigation/018e094a59c97091a82f4bde32eb843b "
"/navigation/018e094a5ab071a795b88e73d14e56b3 "
"/navigation/018e094a5c71735ba69e50f01349e139 "
"/navigation/018e094a5b23717a8c32015cceb44d98 "
"/navigation/018e094a4a4272ec9e8a040a6c81253b "
"/navigation/018e094a4ab5738893cc2b40f6ba2316 "
"/navigation/018e094a4c2c7299b22da95f78375be4 "
"/navigation/018e094a4b2b739d8c142a839e61f187 "
"/navigation/018e094a4ba97178b9a1743121a10f37 "
"/navigation/018e094a4cb37375beaca6cda0242845 "
"/navigation/018e094a4de871b0a998505efbe3ad5e "
"/navigation/018e094a4d4d73e68bdb97df92ff0817 "
"/navigation/018e094a634d735ea7d25b755be528a1 "
"/navigation/018e094a63b272e9b0e3b9aeec304ae1 "
"/navigation/018e094a8997710b9543bbf561cb48f4 "
"/navigation/018e094a8cdc708fa293f3f547dbc139 "
"/navigation/018e094a8dca71a2984fde4743f6c583 "
"/navigation/018e094a8d4f7387b404601fd8591f1b "
"/navigation/018e094a8e4b73798196fe3db87d6810 "
"/navigation/018e094a8edf70b8a88923b28c9c0dfa "
"/navigation/018e094a8f5270a9a8c297d19deca51a "
"/detail/3d8e914574e7578d9f28c6d1e69c88c5 "
"/detail/d8441278308f5090a18ca56dd8ae27ff "
"/detail/bd2693a0e7065f3eadddeb101162a14e "
"/detail/0c596e6be03750f99600babd7ce1ca75 "
"/detail/dea98165c2d053df8c3683cc6bea8ee6 "
"/detail/bac5500e28fa58c29be82fa64904a130 "
"/detail/1ee7b9677d955f848a134272668aff23 "
"/detail/931c4f5a0567520785884e26f27e37a3 "
"/detail/61112101554c5295924de13aac928c03 "
"/detail/db64f8af0c67589f8de2e4356dcf64b1 "
"/detail/f79c4baa7c4e542ea202a9eed7a9e363 "
"/detail/6ff0d9df457d5c30a31d5607bdf3c74f "
"/detail/ba3ce2e22e2c538cb634f6890d791aa0 "
"/detail/e58e649879155168b08ed7ed393b6dd3 "
"/detail/3a2bce47225f5e1b98943dd623e5fb8c "
"/detail/8113df84dbe05cada0de5202d30cbce2 "
"/detail/413695f5e84953309a4011fd0c6f657d "
"/detail/d0b248bf10035141874108102bbea502 "
"/detail/04f0e80c3cde5399ba89271326e79098 "
"/detail/dc2e1c75f25f5e0ea3658ece1dac576b "
"/detail/d96d7d84b0045c499cbebed25e5ca56e "
"/detail/76de9500953358c1b02b3d8b1ccfa72d "
"/detail/ba4c09b6c5135453978c578f5dc7c37c "
"/detail/b1fee39206935aa598d3a0e9fa65816c "
"/navigation/018e189f4c877164ad4363394678698e "
"/navigation/018e18a172b378238b8e81a70374fe0e "
"/navigation/018e189f65bb7e82b42203e11a7f7ca3 "
"/navigation/018e18a1b5717013bf34057e6e4af3c6 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
]
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/0190da6b4cf97291ae8572e9049b147b' , '/navigation/018e094a682a721aa85500498fa73847' , '/navigation/018e094a9b9473a39f27f6b0933e8fef' , '/navigation/018e094a7c8d7252b1ea9354508fc271' , '/navigation/018e094a96e673aaa280a3b14b8d0ba9' , '/navigation/018e0949107c7173835689714f9334ad' , '/navigation/01935310105771b0bc7401f630142d8f' , '/navigation/018e094a6521719193088017c10d097c' , '/navigation/018e094a714970c9bc1e2c98d936539f' , '/navigation/018e094a8fd870d5a651b8825162a3c6' , '/navigation/018e094a5cd572f893892793a22dd328' , '/navigation/018e094a84ce73f1ac879a94ebe15746' , '/navigation/018e094a6c6373998da7409219904fb5' , '/navigation/018e094a49cc70b1a7c6ff7254b192d0' , '/navigation/018e094a633c72cda7a7fc375216e61a' , '/navigation/0193531125197213b02b747026bff4fc' , '/navigation/018e094a898571d2b37c5c3eb43c8d18' , '/navigation/018e094a6af27386b6758a32ad35a047' , '/navigation/018e094a6b5d7289ad26d611136938ea' , '/navigation/018e094a6bb071e595a17e02459e526e' , '/navigation/018e094a6a8172dfb1dc19a47f4c1684' , '/navigation/018e094a683a7329be81dda21f9c12ed' , '/navigation/018e094a69ee710abcdaf38625caa504' , '/navigation/018e094a6bfc7360bba773d38e57c7d5' , '/navigation/018e094a6a307380ad830c86ce93c0ca' , '/navigation/018e094a9f5671768e5d82f57eed169d' , '/navigation/018e094a9fd471d7a61406ccf6784c0b' , '/navigation/0193530fffc67061ba14ad9b1d6932bd' , '/navigation/018e094a80f871598174251c6b4080b2' , '/navigation/018e094a818b72b28dc2418f8460750c' , '/navigation/018e094a828273c5bab6d6a675defc34' , '/navigation/018e094a7c9e710a8e1ef5ee8cd0bcaf' , '/navigation/018e094a7ffe73a1bc0fe91475e98da9' , '/navigation/018e094a80777223a0dd424cd7d5f630' , '/navigation/018e094a7f8c71da859bafb792687112' , '/navigation/018e094a83a871e9a28546d9c474699b' , '/navigation/018e094a845c739085db09c16c23570b' , '/navigation/018e094a8303732c891b2c57dca264b4' , '/navigation/018e094a9b1a711590db96f3ad005d2b' , '/navigation/018e094a96f57391b81d378b5c64e237' , '/navigation/018e094a9aa4725594dfb5c81deffe51' , '/navigation/0190da6b336d71398b8428bdc639dcbf' , '/navigation/0190da6b33e5735da6ef83977556e83e' , '/navigation/0190da6b3461713c8c764a93a3d9e912' , '/navigation/0190da6b34e370808f8e01c8b6f9c999' , '/navigation/0190da6b356870378e326c956f0aaaa2' , '/navigation/0190da6b35f673248a0e2e9788e28fcb' , '/navigation/0190da6b369473578f537fcf04764867' , '/navigation/0190da6b373a7302b601c0e254d26106' , '/navigation/0190da6b37db70c2a5a14c2cf21c0e72' , '/navigation/0190da6b388d71b7ad467044162ac3fc' , '/navigation/0190da6b394671fea880b2a466438b34' , '/navigation/0190da6b3a057121881a5f196ecbecaa' , '/navigation/0190da6b3acc7004ad7e96c1b8f499cf' , '/navigation/0190da6b3b9970a5b1798b2f81b84880' , '/navigation/0190da6b3c727303b76c06ef90d848fb' , '/navigation/0190da6b3ced72488eafeb3199d57350' , '/navigation/0190da6b3d6e73c6be5fe88be894aa6e' , '/navigation/0190da6b3df872aba057536d24ef9345' , '/navigation/0190da6b3e85722c8881573051863595' , '/navigation/0190da6b3f2070829c24279044a5b57c' , '/navigation/0190da6b3fbc739b94d10310297d476f' , '/navigation/0190da6b4069718e9a5c7a770cfa897b' , '/navigation/0190da6b411d73e98938b69d964b5c3b' , '/navigation/0190da6b41d9737b8fc1950e8c18b090' , '/navigation/0190da6b429c701987f3a888ee19c0da' , '/navigation/0190da6b436871f788b1fa4f578c7e57' , '/navigation/0190da6b4379716b85fae6f2577c24f9' , '/navigation/0190da6b43f67228b7718c48b12dd947' , '/navigation/0190da6b447771e7aa2cbff5d88fbdea' , '/navigation/0190da6b450a722ca56c67eeb1e056ed' , '/navigation/0190da6b459871c09f10aba04001d42f' , '/navigation/0190da6b4634703897db37c45f6420c7' , '/navigation/0190da6b46d873f3a6586a636f8c347d' , '/navigation/0190da6b4783736e8fbf173aca754771' , '/navigation/0190da6b4835708aab5e0ef2c8d8b67a' , '/navigation/0190da6b48ee727db43e80fa30873f07' , '/navigation/0190da6b49b47087ad75f2d5478158ae' , '/navigation/0190da6b4a7b7256acd1427d0ebe8656' , '/navigation/0190da6b4b487253a62bb4985a5fba1a' , '/navigation/0190da6b4c1d707b99fa42836807ad1c' , '/navigation/0190da6b4d0770f58506b526befe974c' , '/navigation/0190da6b4d7e726da9c223746360dc10' , '/navigation/0190da6b4dfd72c38f53d1f2985c0010' , '/navigation/0190da6b4e8371ea9a7dc2a161f581a9' , '/navigation/0190da6b4f1272789fefcfd2d4efdb0b' , '/navigation/0190da6b4fa772c5be5ec927431981a6' , '/navigation/0190da6b504a7359b453ba135217a643' , '/navigation/0190da6b50f57315885509e61cdd6e1a' , '/navigation/0190da6b51a7727392879233b73d5467' , '/navigation/0190da6b5260712db3b4fbce1d7f13da' , '/navigation/0190da6b55d5727e9653af4d01dc867c' , '/navigation/0190da6b55e37272aebfc69528a1309b' , '/navigation/0190da6b565a7126a2d768d06544edc6' , '/navigation/019353104ab07394a65a866a49169139' , '/navigation/0190da6b56d970a1a3bfc37282553b73' , '/navigation/0190da6b575f7313998086245ee2304f' , '/navigation/0190da6b57ee72c3a0f9e35378087846' , '/navigation/0190da6b588a73ba80fc7e4f866c646c' , '/navigation/0190da6b592d739f8af999109da303c1' , '/navigation/0190da6b59d8729abc3d32f1d7b26704' , '/navigation/0190da6b5a8a7262913f0aeb19bd3689' , '/navigation/0190da6b5b3b721882f60c174f4ca942' , '/navigation/0190da6b5bfb734faeb91a737a280f84' , '/navigation/0190da6b5cc5727bb91d3b36e3dd6b58' , '/navigation/0190da6b5d9672ab9471c2ed10037e75' , '/navigation/0190da6b5da572c086db234cbdc65834' , '/navigation/0190da6b5e2173068b173bfc43aa006c' , '/navigation/0190da6b5ea571fe927915fb7fff4bd3' , '/navigation/0190da6b5f2e7355b0ff8bf44b792d69' , '/navigation/0190da6b5fc0735a9dd3234f3a9ecab5' , '/navigation/0190da6b606071d48c16909e6f669307' , '/navigation/0190da6b61077269b2adfffee3e27123' , '/navigation/0190da6b61b573cbadf17bed5974c452' , '/navigation/0190da6b626c72268063dc5816c0b49f' , '/navigation/0190da6b627e72edb8cb86025b83a7d1' , '/navigation/0190da6b62fa71e0ae9717bbeb7d4b22' , '/navigation/0190da6b637f725496fafd13a4d4190a' , '/navigation/0190da6b640e73a1a15122449f6d3a05' , '/navigation/0190da6b64a570a697a7086f0fad2317' , '/navigation/0190da6b64b471208c8e66c4f20043bb' , '/navigation/0190da6b65337381aff88ad425cd7328' , '/navigation/0190da6b65b7727d85f054a0324b5e53' , '/navigation/0190da6b66467095800887be0058412f' , '/navigation/0190da6b66d7724ea28c3f3ee0557d89' , '/navigation/0190da6b67757177a29b654cf5e28df7' , '/navigation/0190da6b681d73d892b780a7c01c43dc' , '/navigation/0190da6b68cd713c8bc6658e764265d9' , '/navigation/0190da6b68dc70cba9e366a1acb369ee' , '/navigation/0190da6b695a70c4bef46d769934ffd6' , '/navigation/0190da6b69df70f18aa98ed2c8280ae0' , '/navigation/0190da6b6a7771b7bf370ff0363ac9c2' , '/navigation/0190da6b6b137230ab10935861ff6fc9' , '/navigation/0190da6b6bb773b49c2800463d8c1a8d' , '/navigation/0190da6b6c5f70ffaef9adb88b6b81c8' , '/navigation/0190da6b6d0f73649dc20bcbd26482d4' , '/navigation/0190da6b6dc67135823f3195aacbbae3' , '/navigation/0190da6b6dd570e8b56469dac2b85859' , '/navigation/0190da6b6e5470228f5affb8fb32d7c5' , '/navigation/0190da6b6ed4733d95f110b22a852942' , '/navigation/0193531076a3736aac97f4f6037fa531' , '/navigation/0190da6b6f5c70b5b3f23bd6fe97cb8d' , '/navigation/0190da6b6feb703eb921dc1e76fe23d7' , '/navigation/0190da6b708a72f1816f6d92ab9cee14' , '/navigation/0190da6b712f73c286b85387f4970cef' , '/navigation/0190da6b71dc7392a312a28e57c330fc' , '/navigation/0190da6b7290704392c9867973adb2c6' , '/navigation/0190da6b734b72679c508ff54b5ac6eb' , '/navigation/0190da6b740d71fcb138602a76b33752' , '/navigation/0190da6b741c703088731b59c8008ea7' , '/navigation/0190da6b74957160b6c6ad6286e3706c' , '/navigation/0190da6b751572588f4bee18324f6d8d' , '/navigation/0190da6b75a37360ac302cc9cefd1452' , '/navigation/0190da6b75b2703cb51073e03106a71c' , '/navigation/0190da6b762a7098acf391f8e9a64528' , '/navigation/0190da6b76aa719ea381dbb620a14dfe' , '/navigation/0190da6b7732704295cfaba3f7cdceff' , '/navigation/0190da6b7741725cace93eacf684150d' , '/navigation/0190da6b77ba7224a2416580247e6c23' , '/navigation/0190da6b783a71169dd2a95430a481ee' , '/navigation/0190da6b78c373cc9f84ed14d5b2474c' , '/navigation/0190da6b79537146887b5d57a7419d68' , '/navigation/0190da6b79f673ec92b9e175db13d506' , '/navigation/0190da6b7a9673738b78c77099906d9e' , '/navigation/0190da6b7b46722f97bbc42b053e36ed' , '/navigation/0190da6b7bfd72f496d8db8c0e0043e9' , '/navigation/0190da6b7cc9709b8c97fbf75cb06b6d' , '/navigation/0190da6b7da27090845813d9e9e7c4fc' , '/navigation/0190da6b7e7d722fa351108101dc0d0e' , '/navigation/0190da6b7f6773a9bf3c4847189780c6' , '/navigation/0190da6b805a728aa9fdead7ba735dda' , '/navigation/0190da6b815671309bf080078735260c' , '/navigation/0190da6b825a701489d4c5880aa0dc4a' , '/navigation/0190da6b836771148973176799bfe672' , '/navigation/0190da6b847f713f86e30c0f1da09d02' , '/navigation/0190da6b859f724c866ffe6f47c24193' , '/navigation/0190da6b86a77005b38b945bad0add23' , '/navigation/0190da6b86b673ba95e30ba6845ce950' , '/navigation/0190da6b86c573efbf6b12f6a18220e8' , '/navigation/0190da6b86d4729c9e63a9e58b5e39b6' , '/navigation/0190da6b875070e48e4bc3a910691c92' , '/navigation/0190da6b87d3739598076c4b21fc5936' , '/navigation/0190da6b885e71569e3c2a9e9e53dbf4' , '/navigation/0190da6b88ff7312b1c1661a6a5ab285' , '/navigation/0190da6b89b5737daa8ed3f07fbbd026' , '/navigation/0190da6b8a5b710aac630e88fd1781b1' , '/navigation/0190da6b8b0c73058638ee4347315f4d' , '/navigation/0190da6b8bc972f889c7c990b2349580' , '/navigation/0190da6b8bd97212a0d598597b9aafb8' , '/navigation/0190da6b8c567235a1c48675a7986026' , '/navigation/0190da6b8cda720cbcd4880e7ac8539d' , '/navigation/0190da6b8d6671448e76fd736ebb3cc8' , '/navigation/0190da6b8df87300b867b26fd4cbed5f' , '/navigation/0190da6b8ea1711a9c16c2e437fdbeef' , '/navigation/0190da6b8f4d71749e713960b86a4479' , '/navigation/0190da6b8ffd717ca4484d6253a62839' , '/navigation/0190da6b90b571cf99a5a4265d2392c8' , '/navigation/0190da6b9180721e9e168f71f24ec510' , '/navigation/0190da6b925273c99c7fa9666354522c' , '/navigation/0190da6b932472079a1a24fdad531a3a' , '/navigation/0190da6b9334702fba5c86a9ac7785e5' , '/navigation/0190da6b93ae7214b2dbfce8e9626609' , '/navigation/0190da6b942f70f8b05f63acd111d21e' , '/navigation/0190da6b94b3703ebc94fe3e77bb3733' , '/navigation/01935310ba9971eb8fe07c78f0fa8610' , '/navigation/0190da6b9543719aabf2f8f7c46c0bbe' , '/navigation/0190da6b95ed73b09ddb2932c20c91b3' , '/navigation/0190da6b969e71c5a565e3d037c25a05' , '/navigation/0190da6b972773c0a9278c891fbca036' , '/navigation/0190da6b97a87093a6f9060b405ada04' , '/navigation/0190da6b98317143847e4964b0e79aaa' , '/navigation/0190da6b98c27161816e8a8d9f7368c2' , '/navigation/01935310c1b872e59dabd25b1516ef5a' , '/navigation/01935310c465737ba72fb0c5450780df' , '/navigation/0190da6b9963711288acf26a73acba65' , '/navigation/01935310c76f734aaf0290a2e911ef5d' , '/navigation/01935310c7d072699e734e15fb2b6fdc' , '/navigation/0190da6b9af87278aeb49ad7144a602f' , '/navigation/0190da6b9b087177ac3bdf3c08a07474' , '/navigation/0190da6b9b8373d88ff7df8dbc18d465' , '/navigation/0190da6b9c067153a912db6036f39e30' , '/navigation/0190da6b9c8f73978067432d46b52fe2' , '/navigation/0190da6b9d2170659f56b705e7230f4e' , '/navigation/0190da6b9dc470f0960cbe4c2f9ccaf2' , '/navigation/0190da6b9e6f70efb68b9640c9f35a93' , '/navigation/0190da6b9f2173528f0e32eee0742f16' , '/navigation/018e094a67a67363b280f9fde3b3bfe4' , '/navigation/018e094a66b37270b8fdb26d85a42979' , '/navigation/018e094a6532730ea4524f8014127326' , '/navigation/018e094a672a73a0b3f6fde0db20094b' , '/navigation/018e094a7a5573999bca1d3b00290b7b' , '/navigation/018e094a715873c28fd8cea2d22e111b' , '/navigation/018e094a731b7142a8c9da8dfca4ee45' , '/navigation/018e094a736a702c985ef817386bacde' , '/navigation/018e094a7b04700795828df23dc36629' , '/navigation/018e094a7b1571d8a72419abb2990255' , '/navigation/018e094a7c1170dc8726812d94d0fd8c' , '/navigation/018e094a750e7247a9afa9cfc21dd792' , '/navigation/018e094a75b572019b0ba665e70420b7' , '/navigation/018e094a762e724fa589f61c6657c8eb' , '/navigation/018e094a792b73e2802ebb9f6f36efca' , '/navigation/018e094a79ac71a0ba68164192a6e42f' , '/navigation/018e094a79f973b4b0f2133e99e7e932' , '/navigation/018e094a76a973249c8a6b5cc8d80b36' , '/navigation/018e094a775e70e480c4c2b08a49d9fa' , '/navigation/018e094a77c07331907e8618474fa10b' , '/navigation/018e094a782970d99d9f6926c97c281b' , '/navigation/018e094a789f73cebf2c1d8d66d28c43' , '/navigation/018e094a78e373f49bab5d5d0f3411d3' , '/navigation/018e094a73b8717eabde1be0b16685cf' , '/navigation/018e094a742a7202825adc11655a86cd' , '/navigation/018e094a748f731894dd34437b3c47f3' , '/navigation/018e094a8fe971b491b7d25355f51e4a' , '/navigation/018e094a938a7020a209909d7d5f01fd' , '/navigation/018e094a9400714692eb168f469d3170' , '/navigation/018e094a94ed73e890e5b25a3306177c' , '/navigation/018e094a9473713b8ddebda5757d8e8e' , '/navigation/018e094a956e731fadb04f802f295091' , '/navigation/018e094a9603737d9d29f8057d764d6d' , '/navigation/018e094a967270448c2599478746adcf' , '/navigation/018e094a62947243ae498ec01078e18d' , '/navigation/018e094a5d7f71eaa2500f802828aa42' , '/navigation/018e094a5f4c7341b4112e049fc90a2b' , '/navigation/018e094a5f9f71aba4d5d426972c38c4' , '/navigation/018e094a5ddd714ab173a3deedef12c8' , '/navigation/018e094a61e87245a42b124035729a63' , '/navigation/018e094a60027285a759666e15a0fe9d' , '/navigation/018e094a60e773ce854c119414ed112c' , '/navigation/018e094a607170e8b33a3082f6037523' , '/navigation/018e094a61697217be035a73229ee805' , '/navigation/018e094a84e0736b85d111fdc41f49c7' , '/navigation/018e094a8818725684035e1772cf7f2b' , '/navigation/018e094a89047019aa9e391381074701' , '/navigation/018e094a888a70bdb163dad321677e1f' , '/navigation/018e094a6f4e70208df7200bff56d69e' , '/navigation/018e094a6fd0733e915c09143bef0af2' , '/navigation/018e094a706f70a7a5471064a4946dbe' , '/navigation/018e094a70e473249afd934f32ca3b72' , '/navigation/018e094a6c7070fa9362e8ca77b17bc7' , '/navigation/018e094a6ecd718f8d0ca01aad84d3f6' , '/navigation/018e094a6e5a720fa78af5a895a6f374' , '/navigation/018e094a58537093a750a5da452649f2' , '/navigation/018e094a5cc773c1be797895bcb57891' , '/navigation/018e094a5863700aa587b1a649df8e17' , '/navigation/018e094a595871578324f5509f1eb1c4' , '/navigation/018e094a53ac70359459db7119922d94' , '/navigation/018e094a549373d8a088d3f0d4e3df80' , '/navigation/018e094a55f673f2a72826301b8cdd55' , '/navigation/018e094a558173bf95c3ee389edc24ee' , '/navigation/018e094a56717282994904be564ea29f' , '/navigation/018e094a56f37172a7ea52e19b2ed487' , '/navigation/018e094a570d73dd825ac42745bcfb6d' , '/navigation/018e094a4e8972b0a738114f8b15043f' , '/navigation/018e094a51c5704ca48641da73140326' , '/navigation/018e094a4faa7262baad53bb8af2e792' , '/navigation/018e094a502571c1aa4549cf53863eb3' , '/navigation/018e094a526270ae8715cf17c132311d' , '/navigation/018e094a512d71f3b806322541d16e88' , '/navigation/018e094a530373ec9633e38719e6aece' , '/navigation/018e094a4f3471489e58aa2a3c016992' , '/navigation/018e094a50a7735db379f61f913cb4d3' , '/navigation/018e094a59c97091a82f4bde32eb843b' , '/navigation/018e094a5ab071a795b88e73d14e56b3' , '/navigation/018e094a5c71735ba69e50f01349e139' , '/navigation/018e094a5b23717a8c32015cceb44d98' , '/navigation/018e094a4a4272ec9e8a040a6c81253b' , '/navigation/018e094a4ab5738893cc2b40f6ba2316' , '/navigation/018e094a4c2c7299b22da95f78375be4' , '/navigation/018e094a4b2b739d8c142a839e61f187' , '/navigation/018e094a4ba97178b9a1743121a10f37' , '/navigation/018e094a4cb37375beaca6cda0242845' , '/navigation/018e094a4de871b0a998505efbe3ad5e' , '/navigation/018e094a4d4d73e68bdb97df92ff0817' , '/navigation/018e094a634d735ea7d25b755be528a1' , '/navigation/018e094a63b272e9b0e3b9aeec304ae1' , '/navigation/018e094a8997710b9543bbf561cb48f4' , '/navigation/018e094a8cdc708fa293f3f547dbc139' , '/navigation/018e094a8dca71a2984fde4743f6c583' , '/navigation/018e094a8d4f7387b404601fd8591f1b' , '/navigation/018e094a8e4b73798196fe3db87d6810' , '/navigation/018e094a8edf70b8a88923b28c9c0dfa' , '/navigation/018e094a8f5270a9a8c297d19deca51a' , '/detail/3d8e914574e7578d9f28c6d1e69c88c5' , '/detail/d8441278308f5090a18ca56dd8ae27ff' , '/detail/bd2693a0e7065f3eadddeb101162a14e' , '/detail/0c596e6be03750f99600babd7ce1ca75' , '/detail/dea98165c2d053df8c3683cc6bea8ee6' , '/detail/bac5500e28fa58c29be82fa64904a130' , '/detail/1ee7b9677d955f848a134272668aff23' , '/detail/931c4f5a0567520785884e26f27e37a3' , '/detail/61112101554c5295924de13aac928c03' , '/detail/db64f8af0c67589f8de2e4356dcf64b1' , '/detail/f79c4baa7c4e542ea202a9eed7a9e363' , '/detail/6ff0d9df457d5c30a31d5607bdf3c74f' , '/detail/ba3ce2e22e2c538cb634f6890d791aa0' , '/detail/e58e649879155168b08ed7ed393b6dd3' , '/detail/3a2bce47225f5e1b98943dd623e5fb8c' , '/detail/8113df84dbe05cada0de5202d30cbce2' , '/detail/413695f5e84953309a4011fd0c6f657d' , '/detail/d0b248bf10035141874108102bbea502' , '/detail/04f0e80c3cde5399ba89271326e79098' , '/detail/dc2e1c75f25f5e0ea3658ece1dac576b' , '/detail/d96d7d84b0045c499cbebed25e5ca56e' , '/detail/76de9500953358c1b02b3d8b1ccfa72d' , '/detail/ba4c09b6c5135453978c578f5dc7c37c' , '/detail/b1fee39206935aa598d3a0e9fa65816c' , '/navigation/018e189f4c877164ad4363394678698e' , '/navigation/018e18a172b378238b8e81a70374fe0e' , '/navigation/018e189f65bb7e82b42203e11a7f7ca3' , '/navigation/018e18a1b5717013bf34057e6e4af3c6' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x018DF46D5CAA729C8741AC9A78D9F4E3 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
95
0.15 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"\x01 ì¶lPAp½ì\'\x1A ®"╚K "
b"\x01 ì¶lPjsýäƒbwPÅXÞ "
b"\x01 ì¶lg┘r┴ÿO+Fyãª\e "
b"\x01 ì¶lPÎsi╝B▒Ù╠Âxø "
]
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 (0x018DF46C504170AB8D5C271AA922C84B , 0x018DF46C506A73EC849F6277508F58E8 , 0x018DF46C67D972C1984F2B4679C6A61B , 0x018DF46C50D77369BC42B1EBCCB6789B );
Copy