1
0.21 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.23 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.09 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.28 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
5
0.20 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.48 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.36 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/Sanitaerinstallation "
"RECA-Produktkatalog/Sanitaerinstallation/ "
]
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/Sanitaerinstallation' OR seo_path_info = 'RECA-Produktkatalog/Sanitaerinstallation/' ));
Copy
8
0.41 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.14 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.20 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
"w9Mnu3qiKtsoip5HiEazDmINKOhE4HW4 "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x018DF46D5CAA729C8741AC9A78D9F4E3 ) AND (token = 'w9Mnu3qiKtsoip5HiEazDmINKOhE4HW4' ) LIMIT 1 ;
Copy
11
0.34 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.71 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.24 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.25 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.48 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.31 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
17
0.37 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.35 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.16 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.53 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.63 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.72 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.19 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.15 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"w9Mnu3qiKtsoip5HiEazDmINKOhE4HW4 "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'w9Mnu3qiKtsoip5HiEazDmINKOhE4HW4' ;
Copy
25
0.19 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.24 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.16 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.59 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.43 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.16 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.14 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters :
[
"token " => "w9Mnu3qiKtsoip5HiEazDmINKOhE4HW4 "
]
DELETE FROM `cart` WHERE `token` = 'w9Mnu3qiKtsoip5HiEazDmINKOhE4HW4' ;
Copy
32
0.45 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.28 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
3.67 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.16 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
36
1.36 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.68 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.45 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.44 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.24 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.34 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.25 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.80 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|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.49 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.67 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.28 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.62 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.39 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.73 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.66 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 É┌kô$r\x07 Ü\x1A $²¡S\x1A : "
]
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 (0x0190DA6B932472079A1A24FDAD531A3A ));
Copy
51
0.31 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.44 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.46 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.34 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.25 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.13 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.28 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.14 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 É┌kô$r\x07 Ü\x1A $²¡S\x1A : "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0190DA6B932472079A1A24FDAD531A3A )) LIMIT 1 ;
Copy
59
0.11 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 É┌kô$r\x07 Ü\x1A $²¡S\x1A : "
]
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 (0x0190DA6B932472079A1A24FDAD531A3A ));
Copy
60
28.93 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 É┌kô$r\x07 Ü\x1A $²¡S\x1A : "
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` = 0x0190DA6B932472079A1A24FDAD531A3A 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
22.89 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 É┌kô$r\x07 Ü\x1A $²¡S\x1A : "
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` = 0x0190DA6B932472079A1A24FDAD531A3A AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
62
21.97 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 É┌kô$r\x07 Ü\x1A $²¡S\x1A : "
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` = 0x0190DA6B932472079A1A24FDAD531A3A AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
63
0.27 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
32.91 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 É┌kô$r\x07 Ü\x1A $²¡S\x1A : "
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` = 0x0190DA6B932472079A1A24FDAD531A3A AND NOT (`product` . `display_group` < = > NULL )));
Copy
65
5.65 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 É┌kô$r\x07 Ü\x1A $²¡S\x1A : "
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` = 0x0190DA6B932472079A1A24FDAD531A3A AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
66
5.01 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 É┌kô$r\x07 Ü\x1A $²¡S\x1A : "
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` = 0x0190DA6B932472079A1A24FDAD531A3A AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
67
20.74 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 É┌kô$r\x07 Ü\x1A $²¡S\x1A : "
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` = 0x0190DA6B932472079A1A24FDAD531A3A AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
68
11.69 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 É┌kô$r\x07 Ü\x1A $²¡S\x1A : "
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` = 0x0190DA6B932472079A1A24FDAD531A3A AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
69
0.26 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"œ¯ŽÍ•ìUõ¶ã»±Î\x07 —Ó "
b"€›•s]ÊVìž;Z!\x01 ês> "
b"Š\x08 zióÉV%œ\t ôhݪ‚ "
b"̧N\x00 º…S-»\f O\x18\x1E Qye "
b"[†=¿í\x04 Z_€\x08\x1F #jÇUõ "
b"„oŽ8ç\x1A Z¥—è"5õ ±? "
b"8\x03 “1TíS–µí¾ô\x02 Tm¡ "
b"ãÅàË÷\x17 R(ì[\x14 xÄÓ<Î "
b"Ñ0\x17 ûÿ\x10 S\x1D ÅGúû|?e: "
b"¨Ëâ]\ÉY@│╬ª)Úä\x1E ± "
b"^â±Ö$\x0F ^È’YLriæB° "
b"¬Ú8~RÓ\|³KãÓ9œìê "
b"\x18 Œã|s‹X\x7F ™òêñnOõ "
b"s¾çiûxVz¥ŸL\lÊî\x03 "
b"n´\x00 w▒RY║║Ô$╚¿Ø¨\x08 "
b"9\x08 ╔;T>ZðªF¯4\\x00 üÍ "
b"""
V\n
±x\x05 Û]h£hh\x02 õ¿\x13 Ü
"""
b"žL&=M.Y\x15 ¾C«áN(ÙÅ "
b"þR¡«¾[V\x06 ³bà&áÏ\x15 ç "
b"ó\x1E „%uRʤrÙ†Ä]6· "
b"—\x03 ßÌ\x17 ]-‚z©Ž¤Ëç„ "
b"0ÔÍ^ŽsXΨºgf·!'ë "
b"\x16 ˜ü»O\x19 Zó°CF/þcÁÓ "
b"ÌðKïš§^J€^Kå8 ìM "
]
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 (0x9CAF8ECD95EC55F5B6E3BBB1CE0797D3 , 0x809B95735DCA56EC9E3B5A2101EA733E , 0x8A087A69F3C956259C09F468DDAA82AD , 0xCCA74E00BA85532DBB0C4F181E517965 , 0x5B863DBFED045A5F80081F236AC755F5 , 0x846F8E38E71A5AA597E82235F5A0B13F , 0x3803933154ED5396B5EDBEF402546DA1 , 0xC68F85D3F61752288D5B14788EE03CD7 , 0xA53017969810531D8F47A3967C3F653A , 0xF9D3835D5C905940B3CEA629E9841EF1 , 0x5EE2B1D6240F5EC892594C7269E642B0 , 0xACDA387E52D35C7CB34BE3D3399CECEA , 0x188CE37C738B587F99F2C3AAF16E4FF5 , 0x73BEE769FB78567AA59F4C5C6CCAEE03 , 0x6EEF0077B15259BABAE224C8A89DF908 , 0x3908C93B543E5AD0A646EE345C0081D6 , 0x560AB17805DB5D68A3686802F5BF13DC , 0x9E4C263D4D2E5915BE43ABE14E28D9C5 , 0xFE52A1ABBE5B5606B362E026E1CF15E7 , 0xADF31E84257552CAA472D986C45D36B7 , 0xAD9703DFCC175D2D827AA98EA4CBE784 , 0x30D4CD5E8E7358CEA8BA6766B72127EB , 0x1698FCBB4F195AF3B043462FFE63C1D3 , 0xCCF04BEF9AA75E4A805E4BE53820EC4D );
Copy
70
0.40 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"œ¯ŽÍ•ìUõ¶ã»±Î\x07 —Ó "
b"€›•s]ÊVìž;Z!\x01 ês> "
b"Š\x08 zióÉV%œ\t ôhݪ‚ "
b"̧N\x00 º…S-»\f O\x18\x1E Qye "
b"[†=¿í\x04 Z_€\x08\x1F #jÇUõ "
b"„oŽ8ç\x1A Z¥—è"5õ ±? "
b"8\x03 “1TíS–µí¾ô\x02 Tm¡ "
b"ãÅàË÷\x17 R(ì[\x14 xÄÓ<Î "
b"Ñ0\x17 ûÿ\x10 S\x1D ÅGúû|?e: "
b"¨Ëâ]\ÉY@│╬ª)Úä\x1E ± "
b"^â±Ö$\x0F ^È’YLriæB° "
b"¬Ú8~RÓ\|³KãÓ9œìê "
b"\x18 Œã|s‹X\x7F ™òêñnOõ "
b"s¾çiûxVz¥ŸL\lÊî\x03 "
b"n´\x00 w▒RY║║Ô$╚¿Ø¨\x08 "
b"9\x08 ╔;T>ZðªF¯4\\x00 üÍ "
b"""
V\n
±x\x05 Û]h£hh\x02 õ¿\x13 Ü
"""
b"žL&=M.Y\x15 ¾C«áN(ÙÅ "
b"þR¡«¾[V\x06 ³bà&áÏ\x15 ç "
b"ó\x1E „%uRʤrÙ†Ä]6· "
b"—\x03 ßÌ\x17 ]-‚z©Ž¤Ëç„ "
b"0ÔÍ^ŽsXΨºgf·!'ë "
b"\x16 ˜ü»O\x19 Zó°CF/þcÁÓ "
b"ÌðKïš§^J€^Kå8 ìM "
]
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 (0x9CAF8ECD95EC55F5B6E3BBB1CE0797D3 , 0x809B95735DCA56EC9E3B5A2101EA733E , 0x8A087A69F3C956259C09F468DDAA82AD , 0xCCA74E00BA85532DBB0C4F181E517965 , 0x5B863DBFED045A5F80081F236AC755F5 , 0x846F8E38E71A5AA597E82235F5A0B13F , 0x3803933154ED5396B5EDBEF402546DA1 , 0xC68F85D3F61752288D5B14788EE03CD7 , 0xA53017969810531D8F47A3967C3F653A , 0xF9D3835D5C905940B3CEA629E9841EF1 , 0x5EE2B1D6240F5EC892594C7269E642B0 , 0xACDA387E52D35C7CB34BE3D3399CECEA , 0x188CE37C738B587F99F2C3AAF16E4FF5 , 0x73BEE769FB78567AA59F4C5C6CCAEE03 , 0x6EEF0077B15259BABAE224C8A89DF908 , 0x3908C93B543E5AD0A646EE345C0081D6 , 0x560AB17805DB5D68A3686802F5BF13DC , 0x9E4C263D4D2E5915BE43ABE14E28D9C5 , 0xFE52A1ABBE5B5606B362E026E1CF15E7 , 0xADF31E84257552CAA472D986C45D36B7 , 0xAD9703DFCC175D2D827AA98EA4CBE784 , 0x30D4CD5E8E7358CEA8BA6766B72127EB , 0x1698FCBB4F195AF3B043462FFE63C1D3 , 0xCCF04BEF9AA75E4A805E4BE53820EC4D )) GROUP BY `product` . `id` ;
Copy
71
1.74 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"œ¯ŽÍ•ìUõ¶ã»±Î\x07 —Ó "
b"€›•s]ÊVìž;Z!\x01 ês> "
b"Š\x08 zióÉV%œ\t ôhݪ‚ "
b"̧N\x00 º…S-»\f O\x18\x1E Qye "
b"[†=¿í\x04 Z_€\x08\x1F #jÇUõ "
b"„oŽ8ç\x1A Z¥—è"5õ ±? "
b"8\x03 “1TíS–µí¾ô\x02 Tm¡ "
b"ãÅàË÷\x17 R(ì[\x14 xÄÓ<Î "
b"Ñ0\x17 ûÿ\x10 S\x1D ÅGúû|?e: "
b"¨Ëâ]\ÉY@│╬ª)Úä\x1E ± "
b"^â±Ö$\x0F ^È’YLriæB° "
b"¬Ú8~RÓ\|³KãÓ9œìê "
b"\x18 Œã|s‹X\x7F ™òêñnOõ "
b"s¾çiûxVz¥ŸL\lÊî\x03 "
b"n´\x00 w▒RY║║Ô$╚¿Ø¨\x08 "
b"9\x08 ╔;T>ZðªF¯4\\x00 üÍ "
b"""
V\n
±x\x05 Û]h£hh\x02 õ¿\x13 Ü
"""
b"žL&=M.Y\x15 ¾C«áN(ÙÅ "
b"þR¡«¾[V\x06 ³bà&áÏ\x15 ç "
b"ó\x1E „%uRʤrÙ†Ä]6· "
b"—\x03 ßÌ\x17 ]-‚z©Ž¤Ëç„ "
b"0ÔÍ^ŽsXΨºgf·!'ë "
b"\x16 ˜ü»O\x19 Zó°CF/þcÁÓ "
b"ÌðKïš§^J€^Kå8 ìM "
]
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 (0x9CAF8ECD95EC55F5B6E3BBB1CE0797D3 , 0x809B95735DCA56EC9E3B5A2101EA733E , 0x8A087A69F3C956259C09F468DDAA82AD , 0xCCA74E00BA85532DBB0C4F181E517965 , 0x5B863DBFED045A5F80081F236AC755F5 , 0x846F8E38E71A5AA597E82235F5A0B13F , 0x3803933154ED5396B5EDBEF402546DA1 , 0xC68F85D3F61752288D5B14788EE03CD7 , 0xA53017969810531D8F47A3967C3F653A , 0xF9D3835D5C905940B3CEA629E9841EF1 , 0x5EE2B1D6240F5EC892594C7269E642B0 , 0xACDA387E52D35C7CB34BE3D3399CECEA , 0x188CE37C738B587F99F2C3AAF16E4FF5 , 0x73BEE769FB78567AA59F4C5C6CCAEE03 , 0x6EEF0077B15259BABAE224C8A89DF908 , 0x3908C93B543E5AD0A646EE345C0081D6 , 0x560AB17805DB5D68A3686802F5BF13DC , 0x9E4C263D4D2E5915BE43ABE14E28D9C5 , 0xFE52A1ABBE5B5606B362E026E1CF15E7 , 0xADF31E84257552CAA472D986C45D36B7 , 0xAD9703DFCC175D2D827AA98EA4CBE784 , 0x30D4CD5E8E7358CEA8BA6766B72127EB , 0x1698FCBB4F195AF3B043462FFE63C1D3 , 0xCCF04BEF9AA75E4A805E4BE53820EC4D ));
Copy
72
0.36 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 É┌ï±êr°│\x0E ©▒½ñ┐\x0F "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ï▒s\x08 ¬ ½bû^\r ¥ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ï±vqø£K\x02 ┴Ì\x05 è\x13 "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ï¯ËrÍÉ¥'[▓x+┬ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ï±\x03 p¬É÷;╚º{┌w "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ï±\e rÖª*³I▀\x0F \e "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"""
\x01 É┌ﯽrÌÄ\n
'gÐ█'ð
"""
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ï´\x18 rýü4Ë█{ßµ® "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ïÚpÒè\v ▄A┌®n\x19 "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ï╬q¾╝|8ÎAÜ[┌ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ï¯^qÃ╣£.L?ÚçÔ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ï¯┬qÙ│|½À<]Â║ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ï¯yr·å^.óÍ&\x04 "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ï¯Aq░Üãı¸þÏ\x1A  "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ï±2p╬ï¦Ì{\x1E Û=ñ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ﯧqÚƒÍ âB╦Ñ╚ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ï´Ôpbø┐\x01 XRànÜ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ï±eq│║eRL\v 4n7 "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ï±TsÛ╗\x18 a÷│ä´x "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ï¯õsªÂ/\x1D V`SØ+ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ï¯ôq|Ö¯È\x11 \╣ø§ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ï±Örjü─N\x1F î:┤_ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ï´\x06 sÜ┐┌▀õƒ,÷Ô "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ï±Cr&░█\x11 &¿$O2 "
]
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 , 0x0190DA8BF18872F8B30EB8B1ABA4BF0F , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BF0B17308AA20AB62965E0DBE , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BF176719B9C4B02C1DE058A13 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BEED372D690BE275BB2782BC2 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BF10370AA90F63BC8A77BDA77 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BF11B7299A62AFC49DF0F5C65 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BEEAB72DE8E0A2767D1DB27D0 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BEF1872EC8134D3DB7BE1E6A9 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BF0E970E38A0BDC41DAA96E19 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BF0CE71F3BC7C38D7419A5BDA , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BEE5E71C7B99C2E4C3FE987E2 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BEEC271EBB37CABB73C5DB6BA , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BEE7972FA865E2EA2D6F02604 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BEE4171B09AC6D5F7E7D81AB6 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BF13270CE8BDDDE7B1EEA3DA4 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BEEF571E99FD6208342CBA5C8 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BEFE270629BBF015852856E9A , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BF16571B3BA65524C0B346E37 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BF15473EABB1861F6B384EF78 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BEEE473A6B62F1D5660539D2B , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BEE93717C99EED4115CB99BF5 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BF199726A81C44E1F8C3AB45F , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BEF06739ABFDADFE49F2CF6E2 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8BF1437226B0DB1126A8244F32 );
Copy
73
0.15 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"\x16 ˜ü»O\x19 Zó°CF/þcÁÓ "
b"\x18 Œã|s‹X\x7F ™òêñnOõ "
b"0ÔÍ^ŽsXΨºgf·!'ë "
b"8\x03 “1TíS–µí¾ô\x02 Tm¡ "
b"9\x08 ╔;T>ZðªF¯4\\x00 üÍ "
b"""
V\n
±x\x05 Û]h£hh\x02 õ¿\x13 Ü
"""
b"[†=¿í\x04 Z_€\x08\x1F #jÇUõ "
b"^â±Ö$\x0F ^È’YLriæB° "
b"n´\x00 w▒RY║║Ô$╚¿Ø¨\x08 "
b"s¾çiûxVz¥ŸL\lÊî\x03 "
b"€›•s]ÊVìž;Z!\x01 ês> "
b"„oŽ8ç\x1A Z¥—è"5õ ±? "
b"Š\x08 zióÉV%œ\t ôhݪ‚ "
b"œ¯ŽÍ•ìUõ¶ã»±Î\x07 —Ó "
b"žL&=M.Y\x15 ¾C«áN(ÙÅ "
b"Ñ0\x17 ûÿ\x10 S\x1D ÅGúû|?e: "
b"¬Ú8~RÓ\|³KãÓ9œìê "
b"—\x03 ßÌ\x17 ]-‚z©Ž¤Ëç„ "
b"ó\x1E „%uRʤrÙ†Ä]6· "
b"ãÅàË÷\x17 R(ì[\x14 xÄÓ<Î "
b"̧N\x00 º…S-»\f O\x18\x1E Qye "
b"ÌðKïš§^J€^Kå8 ìM "
b"¨Ëâ]\ÉY@│╬ª)Úä\x1E ± "
b"þR¡«¾[V\x06 ³bà&áÏ\x15 ç "
]
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 (0x1698FCBB4F195AF3B043462FFE63C1D3 , 0x188CE37C738B587F99F2C3AAF16E4FF5 , 0x30D4CD5E8E7358CEA8BA6766B72127EB , 0x3803933154ED5396B5EDBEF402546DA1 , 0x3908C93B543E5AD0A646EE345C0081D6 , 0x560AB17805DB5D68A3686802F5BF13DC , 0x5B863DBFED045A5F80081F236AC755F5 , 0x5EE2B1D6240F5EC892594C7269E642B0 , 0x6EEF0077B15259BABAE224C8A89DF908 , 0x73BEE769FB78567AA59F4C5C6CCAEE03 , 0x809B95735DCA56EC9E3B5A2101EA733E , 0x846F8E38E71A5AA597E82235F5A0B13F , 0x8A087A69F3C956259C09F468DDAA82AD , 0x9CAF8ECD95EC55F5B6E3BBB1CE0797D3 , 0x9E4C263D4D2E5915BE43ABE14E28D9C5 , 0xA53017969810531D8F47A3967C3F653A , 0xACDA387E52D35C7CB34BE3D3399CECEA , 0xAD9703DFCC175D2D827AA98EA4CBE784 , 0xADF31E84257552CAA472D986C45D36B7 , 0xC68F85D3F61752288D5B14788EE03CD7 , 0xCCA74E00BA85532DBB0C4F181E517965 , 0xCCF04BEF9AA75E4A805E4BE53820EC4D , 0xF9D3835D5C905940B3CEA629E9841EF1 , 0xFE52A1ABBE5B5606B362E026E1CF15E7 )));
Copy
74
0.14 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
4.03 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 É┌ï¯Aq░Üãı¸þÏ\x1A  "
b"\x01 É┌ï¯^qÃ╣£.L?ÚçÔ "
b"\x01 É┌ï¯yr·å^.óÍ&\x04 "
b"\x01 É┌ï¯ôq|Ö¯È\x11 \╣ø§ "
b"""
\x01 É┌ﯽrÌÄ\n
'gÐ█'ð
"""
b"\x01 É┌ï¯┬qÙ│|½À<]Â║ "
b"\x01 É┌ï¯ËrÍÉ¥'[▓x+┬ "
b"\x01 É┌ï¯õsªÂ/\x1D V`SØ+ "
b"\x01 É┌ﯧqÚƒÍ âB╦Ñ╚ "
b"\x01 É┌ï´\x06 sÜ┐┌▀õƒ,÷Ô "
b"\x01 É┌ï´\x18 rýü4Ë█{ßµ® "
b"\x01 É┌ï´Ôpbø┐\x01 XRànÜ "
b"\x01 É┌ï▒s\x08 ¬ ½bû^\r ¥ "
b"\x01 É┌ï╬q¾╝|8ÎAÜ[┌ "
b"\x01 É┌ïÚpÒè\v ▄A┌®n\x19 "
b"\x01 É┌ï±\x03 p¬É÷;╚º{┌w "
b"\x01 É┌ï±\e rÖª*³I▀\x0F \e "
b"\x01 É┌ï±2p╬ï¦Ì{\x1E Û=ñ "
b"\x01 É┌ï±Cr&░█\x11 &¿$O2 "
b"\x01 É┌ï±TsÛ╗\x18 a÷│ä´x "
b"\x01 É┌ï±eq│║eRL\v 4n7 "
b"\x01 É┌ï±vqø£K\x02 ┴Ì\x05 è\x13 "
b"\x01 É┌ï±êr°│\x0E ©▒½ñ┐\x0F "
b"\x01 É┌ï±Örjü─N\x1F î:┤_ "
b"\x01 É┌ï±½rCí╣öÂ×ÅX\x1A "
b"\x01 É┌ï±╝rþæ▄\x12 f4ª²[ "
b"\x01 É┌ï±═qwäÐ`BÑ+¦\x17 "
b"\x01 É┌ï±Ìq\x17 ï?¯}K▒Ê "
b"\x01 É┌ï±q╩Ø\x1C g┘Ï\x1F °\r "
b"""
\x01 É┌ï‗\x02 q>ó£\n
\f ʱ`
"""
b"\x01 É┌ï‗\x13 s&àâ?▓x\x10 ¦å "
b"\x01 É┌ï‗$p\x11 Ñ─ûÖîÛ7\x1D "
b"\x01 É┌ï‗6r®ç^B╣§\x19 bî "
b"\x01 É┌ï‗Hpª«zå8\x02 ╩Ä| "
b"\x01 É┌ï‗Zs2Ø¿\x16 Ù╬J┐╗ "
b"\x01 É┌ï‗kp,à\x03\x17 uÊè]À "
b"\x01 É┌ï‗|s├»îÇ┤ýºû‗ "
b"\x01 É┌ï‗ìs╣┤7´Zå²╗ "
b"\x01 É┌ï‗ƒs\x19 Ñ█,tûw&Ì "
b"\x01 É┌ï‗░r▀Æ\x1A ½¶┌╩í] "
b"\x01 É┌ï¾Rr ûÀ¸├╣\x01 Î┴ "
b"\x01 É┌ï¾rrʼ\e Î╦fBn> "
b"\x01 É┌ï¾ìq¿ø\x1C µ╝╠\x1C ðú "
b"\x01 É┌ᄎp▒¿ú▓c\x11\x02\x04 ! "
b"\x01 É┌ï¾└r'ú3YòØ=h\e "
b"\x01 É┌ï¾┘sÓ¼\x7F └▄½Ò╗\x19 "
b"\x01 É┌ï¾ýsRÂbõ3ı\x01 Â= "
b"\x01 É┌ï¾■q╩ƒöıàìtôp "
b"\x01 É┌ï¶Øq┬¬Ï\x1C ¾¡.©× "
b"\x01 É┌ï¶╗rÄüP║¹¸O' "
b"\x01 É┌ï¶Ísb╝┴£®╣┴\x17 │ "
b"\x01 É┌ï¶Ýpc╗dhQWÛâú "
b"\x01 É┌ï§\x05 rÚéÜÙ¦ja▄( "
b"\x01 É┌ï§\e qTó‗ªÒëqÊ╩ "
b"\x01 É┌ï§,p¶à\x7F\x1F ┌\x08 \x18 : "
b"\x01 É┌ï§>sµú║\x16 º¹n÷\x11 "
b"\x01 É┌ï§NspÉà▒╬_JCâ "
b"\x01 É┌ï§`q×£▓)┤rç\f\x15 "
b"\x01 É┌ï§qqäÆÒ^«¢¦┐l "
b"\x01 É┌ï§éq#å·Ó\x01 ¦Ï/┼ "
b"""
\x01 É┌ï§ôsl¼Ðhº\n
¿'═
"""
b"\x01 É┌ï§ñrnåp┼;Ä\x11 í "
b"\x01 É┌ï§Áp¨éNkð;ºJi "
b"\x01 É┌ï§Ãs;çlB¥Aú█\x17 "
b"\x01 É┌ï§┘s%Érí\x12 ┴Bô "
b"\x01 É┌ï§Ûs©î░² ▄LGı "
b"\x01 É┌ï§³sСg5ıLPÉ7 "
b"\x01 É┌ï÷\r s┬┐┬V¶‗mt "
b"\x01 É┌ï÷\x1E r-è┬®─\x06 2Ì "
b"\x01 É┌ï÷0s\x06 ép%\e «nòô "
b"\x01 É┌ï÷Dq╬£mlÄж·■ "
b"\x01 É┌ï÷Up~öºð=‗Lª> "
b"\x01 É┌ï¸ôsÞÿ░j½\x02 OL\x18 "
b"\x01 É┌︼q┬á(2T\┐é\x07 "
b"\x01 É┌ï¸ãq®øÃ└ò.\\x01\x05 "
b"\x01 É┌ï¸Órı║«g`ºCåo "
b"\x01 É┌︶pݬǬEÅ5¿Ô "
b"\x01 É┌ï°\x06 p9¡be├BÝ'6 "
b"\x01 É┌ï°\x17 q\x02 ç-þQ\x10\x05 nc "
b"\x01 É┌ï°'p§┐├┴gç╗ì° "
b"\x01 É┌ï°8s\x05 ¥A▓Ø\x00 ¯$ä "
b"\x01 É┌ï°HpÉ┤(óï\x01 v½ó "
b"\x01 É┌ï°XpÝÖı½UÛF┘] "
b"\x01 É┌ï°hpA▒[\x07 1ªyí\x13 "
b"\x01 É┌ï°xr@¥─ë¶lF‗┬ "
b"\x01 É┌ï°êrÆ▓kõÁÛ+E# "
b"\x01 É┌ï°ùq\e ╗\x01 e\n J║ø\x00 "
b"\x01 É┌ï°ºp³Ö\x03 A¨▄ò~à "
b"\x01 É┌ï°Àq\x10 Â9£Ã݃\x19\x02 "
b"\x01 É┌ï°╚rÊ┤Ê█c;ûóå "
b"\x01 É┌ï°Ïq{Âùé(á9Áö "
b"\x01 É┌ï°þqÉû;äq}«\x10 Ù "
b"\x01 É┌ï°¸râî\e T\x07 [c┼) "
b"\x01 É┌ï¨\x07 rxºöÊþq\x18 ±9 "
b"\x01 É┌ï¨ïq¤ï\ôÊFlIÝ "
b"\x01 É┌飯rÒÄ‗Q$)gûí "
b"\x01 É┌ï¨┴s6èt5e$\x04 BL "
b"\x01 É┌ï¨█s\f Ä(ÈØ\x07 ¡pO "
b"\x01 É┌ï¨‗p\x7F ô\x18\x1C\x0E █ÿç\x12 "
b"\x01 É┌î\x10 ¹sù╣¨═ð»yj£ "
b"\x01 É┌î\x11\x19 r\x1D À\x01 9WÁ;ª´ "
b"\x01 É┌î\x11 5r-äË\x10 Doè═╚ "
b"\x01 É┌î\x11 Rs╚ö³àîÖ─âÅ "
b"\x01 É┌î\x11 kqù╗╚z╦2W║Ý "
b"\x01 É┌î\x11 äs¦┤#\x1C 9╗t\x12 ù "
b"\x01 É┌î\x11 øsyÀM╔cÒ-ãÞ "
b"\x01 É┌î\x11 ░r\v ╣ßíjæ‗;─ "
b"\x01 É┌î\x11 ┬r■òݶ\x04 ´╣─ê "
b"\x01 É┌î\x11 ËrÖÁB<Ûßú[! "
b"\x01 É┌î\x11 õp\x06 é@i÷QS═ò "
b"\x01 É┌î\x11 §qÄ×çÅ)y│®à "
b"\x01 É┌î\x12\x08 r¾╣▄ä,F,Wz "
b"\x01 É┌î\x12\x19 s═úAèW\x06 È\x12 K "
b"\x01 É┌ì\x03 ³pNûBÝ┴ñ\x06 Á¢ "
b"\x01 É┌ì\x04 Âr/ÖVîCkBõ\x02 "
b"\x01 É┌ì\x04 Îr¼À·µûk¼\x1C à "
b"\x01 É┌ì\x04 ¾p@ÖÂpl«─¶\x17 "
b"\x01 É┌ì╗┘såùå<\x01\x7F 6\x02 "
b"\x01 É┌ì╗¹rö½\x18 ■ÐVÐ$Æ "
b"\x01 É┌ò»vs2╣Y*É▄¯\x1F ¿ "
b"\x01 É┌ò░/s▀ê\x7F\x11 >‗ªÌh "
b"\x01 É┌ò╚ÏsÊî[³‗ù─zõ "
b"\x01 É┌ò╠\x17 qÇë·3åk&¢Ü "
b"\x01 É┌ò╠;p┴üäìÝ└!!" "
b"\x01 É┌ò╠]qBöȵ=│Æ²Ø "
b"\x01 É┌ò═#sA«ÓhÀH\x16 û< "
b"\x01 É┌Ü?'p┘é-Þ!¢\x08 Iê "
b"\x01 É┌Ü@\x03 rÁüÑ\x0E D[õøE "
b"\x01 É┌øIYr\x1A ¡µ³¼\x1F Ó┴▄ "
b"\x01 É┌øJ\x1C rã║*«Î8>éC "
b"\x01 É┌øJ¾p#ÁüC \x18 Ï.\x1A "
b"\x01 É┌øK\x1E pЫ©çc®█\x03 ╠ "
b"\x01 É┌Ø─%s¡ç(âͨ/t▓ "
b"\x01 É┌Ø─ÔrÜâóOL°╝rÏ "
b"\x01 É┌Ø┼\f q¡Éà\x01 9Å2§ "
b"\x01 É┌Ø┼.su┐╚)ãÎx¸╩ "
b"\x01 É┌Ø┼Irì»ÍzÜ\f ‗\x01 ! "
b"\x01 É┌Ø┼ds╚çÐø\r º5┤í "
b"\x01 É┌Ø┼\x7F p¾«▄ÈhÁg¸À "
b"\x01 É┌ØãDqRɬ▓▀\x05 █5J "
b"\x01 É┌ØãmpèçïfıGi°f "
b"\x01 É┌Øãìq.ª-\x08 e¼&\x06 ▀ "
b"\x01 É┌Øã¿pU©9¬╠¼\x7F ▀\f "
b"\x01 É┌Øã┬p¤½¹~Val07 "
b"\x01 É┌Øã¦rÊÿ\x04 к\x0E K)Ê "
b"\x01 É┌Øã¸p]ò½¯\x13 õ¬!Ï "
b"\x01 É┌ØÃ\x12 p\x18 ôO├·ó█\x10 Õ "
b"\x01 É┌ØÃ,sì×úÖgÜnè5 "
b"\x01 É┌ØÃFp╝¾└Å{Áð® "
b"\x01 É┌ØÃaq\x18 ôé┐v{R» "
b"\x01 É┌ØÃ{s»æ┼┘[Â^\x11 "
b"\x01 É┌ØÃûr╗×Bi¥4/¬T "
b"\x01 É┌ØÃ░qfôõO! ─K┘ "
b"\x01 É┌ØÃ╦s\x10 ä╠\t ò0ð■\x1F "
b"\x01 É┌Ø╚Àr{ñÃNÉmjµß "
b"\x01 É┌Ø╔ss_╣jm7âoÒý "
b"\x01 É┌Ø╩@qyÿ*\x07 -yïár "
b"\x01 É┌Ø╩irÆÅ$F█ê²à) "
b"\x01 É┌Ø╩ïr\x18 ÆF░}IS³4 "
b"""
\x01 É┌Ø╠\n
qýû cS╝┐¶È
"""
b"\x01 É┌Ø╠4s:│\x10 `╬▒╦\x10 û "
b"\x01 É┌Ø╠Vp\x14 ø\x0E ÿë╗EÊ& "
b"""
\x01 É┌Ø╠qr3ä░ætW\n
\x7F À
"""
b"\x01 É┌Ø═¦qßéTÿÉé°\x13 O "
b"\x01 É┌Ø╬\x07 r)¡│0|q\x13 ëa "
b"\x01 É┌Ø╬(s╩£æ\x1D ┴\x0F ¿û` "
b"\x01 É┌Ø╬CsÓ¿éùÛæÚÍ\x04 "
b"\x01 É┌Ø╬^q╚╗6\x19 █ú5Ði "
b"\x01 É┌Ø╬ysÄØà®║êÑä\e "
b"\x01 É┌Ø╬ùpBâLñ[k\x00\x03 "
b"\x01 É┌ؤNp\x1A üXÚÞ;T▄x "
b"\x01 É┌ؤiq)ä-«%£=\x0E \r "
b"\x01 É┌ؤäpÚâ>tløıin "
b"\x01 É┌ؤ×sa¬aÓ┐±ÛÒÞ "
b"\x01 É┌ؤ╣qCªË\e [\x15 Õ┬T "
b"\x01 É┌ؤÈpÍÇþ¶$░Á\x1E "
b"\x01 É┌Øð│qNÂTm¾Ù\x1D @& "
b"\x01 É┌ØÐäs\x06 ¼1\È<\x15 î3 "
b"\x01 É┌ØÊbp¬Y:uE Þ\x18 "
b"\x01 É┌ØÊêr#¿\x17 k\x13 ¬·W\x10 "
b"\x01 É┌ØÊúp\x1D ñ(═jÚ┼ C "
b"\x01 É┌ØÊ┐p-ó\x1C ┘o┤Ùí║ "
b"\x01 É┌ØË³rC×\x15\x06 ºLºm▄ "
b"\x01 É┌Øı╔s!║)╝×Y!Aß "
b"\x01 É┌ØÎ+rü¬┤zd\x00 ıZ3 "
b"\x01 É┌ØÏ\x12 sEëx¡▄─¬t½ "
b"\x01 É┌ØÏ?pàåßùG■íÑ\x13 "
b"\x01 É┌Ø┘\x13 rÞÑÅâög█û\x00 "
b"\x01 É┌Ø┘╠qÅè▀³èXÚB\f "
b"\x01 É┌Ø┌ÉsÁÿ\x1F åvaòÚp "
b"\x01 É┌Ø█Çq\x0F ôz~\r ─Wo┬ "
b"\x01 É┌Ø▄uqÌ©Â█¿Ü‗8) "
b"\x01 É┌ئBr'▒║b,\x1F ÷Q¡ "
b"""
\x01 É┌ØÌ\n
s▒▒¿MMN┐┘Ü
"""
b"\x01 É┌Ø▀ìr┘å\x08 ù^AıÙu "
b"\x01 É┌ØÓeríçÅ\¦½\x13 ─º "
b"\x01 É┌Øõ┌scóÅLw4┬ØÒ "
b"\x01 É┌ØÕØp\x04 ÿªòô█\f\x7F ╚ "
b"\x01 É┌ص`r+║éqSÎ|ï╬ "
b"\x01 É┌Øþ(qjîX[¬ùÄ&+ "
b"\x01 É┌Øþ‗slæ·▄-╝ï³\x02 "
b"\x01 É┌ØÞ\x1C p╚î~\f\x01 /┤ÝË "
b"""
\x01 É┌ØÚ\f pIìª\n
FM´ı=
"""
b"\x01 É┌ØÚ═soÀ├þ\x10 K\x18 ÅÈ "
b"\x01 É┌ØÛòrÏÀöÜÿædWÇ "
b"\x01 É┌ØÙBs4øU╚UFKUå "
b"\x01 É┌ØÙµq/òÓôùð×Ü\e "
b"""
\x01 É┌ØýærñÄ!ep>\n
¤
"""
b"\x01 É┌ØÝQr¤á+\x15 ┘\x04 Î]ì "
b"\x01 É┌د7r\x04 Öð┬Q°C¿▄ "
b"\x01 É┌Ø´\x04 sÝÀ3G²:\x0E J▓ "
b"\x01 É┌Ø´┤qEêb\r "x\x15\e ~ "
b"\x01 É┌Øgsëô£F\x19 C╦㥠"
b"\x01 É┌ر/r\x08 ús\x08 ¸\x08 IQ\x00 "
b"\x01 É┌Ø‗.pÜÇ\x07\f ·ÒÖ0O "
b"\x01 É┌Ø‗Xp^ç\v 4¶\x02 k{| "
b"\x01 É┌×\v &s\f ù]Ü(\x7F ø<¡ "
b"\x01 É┌×\v HpYº\\x1F ®\x1F (ô "
b"\x01 É┌×\f ¬p\x05 Ø╬ÆU}ÖÍ\x7F "
b"\x01 É┌×\f Ïr\x7F åÈ║©æà0 "
b"\x01 É┌×\f ¾s╬ù╩<P‗h╠═ "
b"\x01 É┌×\r \x12 rª╗░║¶ü"È "
b"\x01 É┌×\r Þp-ÁSq╔¾³┐\x0E "
b"""
\x01 É┌×\x0E ºq`½\n
>k─^j\x12
"""
b"\x01 É┌×\x0E Ïp?ü\x1D Ñø\x04 u\x08 ' "
b"\x01 É┌×\x0F\x01 qþï╚¨÷■\x03 Vú "
b"\x01 É┌×\x0F -päá5WTÚ`Z~ "
b"\x01 É┌×\x0F Jq ÿ¬"!ù¨‗R "
b"\x01 É┌×\x10\x14 qáû¸‗█)·tÿ "
b"\x01 É┌×\x10 @qXí¾è|ê\x01 qq "
b"\x01 É┌×\x10 dp¥®¡;vÕ[┘7 "
b"\x01 É┌×\x11 'sâèåô|a\x04 Æc "
b"\x01 É┌×\x11 LrQàı9└yBOÁ "
b"\x01 É┌×\x11 jr&¡5Í{ÏX"G "
b"\x01 É┌×\x11 âr\x1F ░\x1C _,\x00 ÓO\x14 "
b"\x01 É┌×\x11 ís7¡Vô\x7F ÔÜ$┬ "
b"\x01 É┌×\x11 ┐p\x18 ¢║║Msñ\x10 í "
b"\x01 É┌×\x11 █s(¥0Ƀ+ƒÉ┌ "
b"\x01 É┌×\x11 ·q╚¡ûaUT}_ß "
b"\x01 É┌×\x12 ╬pï╝È5█D)ºı "
b"\x01 É┌×\x12 rÃë-Åf‗«(Ì "
b"\x01 É┌×\x13 (s½ûÙá'B\e 9ÿ "
b"\x01 É┌×\x13 Srߺ½»Þ'ä§■ "
b"\x01 É┌×\x14 ¢s&í\x11\x06\x10 QpÕ5 "
b"\x01 É┌×\x15 àr{ú░¥YH¯p\x19 "
b"\x01 É┌×\x16 FpÑÆiSWÝ´d) "
b"\x01 É┌×\x16 ppäÅÌꪰ@Äõ "
b"\x01 É┌×\x16 ÆpÁì1Xú\x04\x01 ─ "
b"\x01 É┌×\x16 ▓rZöï¿j5ÜØö "
b"\x01 É┌×\x17 sq^╗u§:\x1D ■z¬ "
b"\x01 É┌×\x17 Ør®Ø\x19 l²ê┬Åæ "
b"\x01 É┌×\x17 ┐qÛ▒ÕI\x07 cOôÆ "
b"\x01 É┌×\x17 Ór■ƒ\x07 ù\x0F ─»Ä░ "
b"\x01 É┌×\x17 ²s║ÿ\f x/·n█' "
b"\x01 É┌×\x19 ┴p¹░╬kÇV\x0F ìı "
b"\x01 É┌×\x19 Ùr\v ¢\x0E ÉÃü╔╣¼ "
b"\x01 É┌×\e %s─¢÷À\ê±\x02 ä "
b"\x01 É┌×\e OsE╝\x10 O¢\x11 zzæ "
b"\x01 É┌×\x1C\x0F p─öÄ┌Ìà[³H "
b"\x01 É┌×\x1C ÊrTê¹ALfQ¸= "
b"\x01 É┌×\x1D Ñs鿹ELÆCw\x13 "
b"\x01 É┌×\x1D ısêºÆý´a"ÙP "
b"\x01 É┌×\x1E ªrgæ\x03 À#\x0E █\x03 j "
b"\x01 É┌×\x1E ÊsÚñmA▀pS¡\x01 "
b"\x01 É┌×\x1F ºs§½e7YIݸ■ "
b"\x01 É┌× eqBó \x07 _îå´± "
b"\x01 É┌×!àpS╝Ð╩Xík5a "
b"\x01 É┌×!ÀpÓ£b\x1C »2\x10 ╦ "
b"\x01 É┌×$\x04 q+ìò\x0F ╩íëÜË "
b"\x01 É┌×$5qñ¡ñcZ¥¨\x00 ) "
b"\x01 É┌×%5p+èoñwå·¤‗ "
b"\x01 É┌×%iq{¥¥ÑS<ø\x7F A "
b"\x01 É┌×%Äpåùý\x7F ÚÁè┌þ "
b"\x01 É┌×%®s┼│U\x01 þéjv¼ "
b"\x01 É┌×&¬r)ìÜé\x16 úG▀Ø "
b"\x01 É┌×&█s─ákªW\x7F ZRÎ "
b"""
\x01 É┌×'\x04 s-¢‗Ò\n
ïı½×
"""
b"\x01 É┌×'!sß▓ã~\x1E JPÍ "
b"\x01 É┌×'?q\x0F ƒ *ôìV\x05 # "
b"\x01 É┌×'Yrº×Ù-àG©n└ "
b"\x01 É┌×((qK╗<╗\x14 Äûtì "
b"\x01 É┌×(Qp╩½qÂÀµÇm\f "
b"\x01 É┌×(ss\x17 ½a^¦Yz÷G "
b"\x01 É┌×(Äq<î\v ▓3ú®hõ "
b"\x01 É┌×(¿r█¼\x1F æRè▀Pƒ "
b"\x01 É┌×(├q}ºà\v A\f =Å\x06 "
b"\x01 É┌×*ÙpÐì+█¶\x00 óÙ\x1A "
b"\x01 É┌×+\x15 pòÄi\x05 ╗¢Î³< "
b"\x01 É┌×+7r\x1C æ@gNcÅAq "
b"\x01 É┌×+¨rl¢4\x1C ¨Íå\x12 ¶ "
b"""
\x01 É┌×-ìqj¥3©\n
oZ┐■
"""
b"\x01 É┌×.{p╗╝ ¾╚ªÒ╣ƒ "
b"\x01 É┌×/?r╬öÌ,▓╬a)5 "
b"\x01 É┌×/¨rìå\t DM^ "f "
b"\x01 É┌×0¢p4ûæt\x15 úðgq "
b"\x01 É┌×1àp{▓?\x1A Î═Ãø( "
b"\x01 É┌×1»păƒ-\v A\x0E\x12 g "
b"\x01 É┌×1ðpNïÀ╠X\x17 Iõø "
b"\x01 É┌×1Ùr/©Qy;b© \x16 "
b"\x01 É┌×2\x05 p|ûRc╔q▀ñÕ "
b"\x01 É┌×4drDúMò\x02\x01 |│s "
b"\x01 É┌×4Åppá│┘P¢~§+ "
b"\x01 É┌×4░r-ÂÈ\x12 ËèÞm< "
b"\x01 É┌×4╬sw┐°Þ\x01 ÞÎÞ└ "
b"\x01 É┌×5ÛrDÖÅ█\x0F `Q×: "
b"\x01 É┌×7Qr7ìÌ╩.\x16 ÛÞÉ "
b"\x01 É┌×7és»çÝÚãÓ¤Æı "
b"\x01 É┌×7½q&╣v┴.»<\x1D ' "
b"\x01 É┌×7ãp\f ░»®\v ø\x1F ï² "
b"\x01 É┌×7ßqtñ ï\x16 É┴'\x02 "
b"\x01 É┌×7³q┌ä8¨4\x13 å²Ï "
b"\x01 É┌×8\x18 qÔ×GG³êfV6 "
b"\x01 É┌×83r┼½ÿ-AÓ×¼\x12 "
b"\x01 É┌×8RsìÅ0d\x10 (\x16 àz "
b"\x01 É┌×8ms¡ê\x1F -W\x15\x15\f ì "
b"\x01 É┌×Sús¹»æ¬»±ÄÀu "
b"\x01 É┌×S┴qðÉ▒\x07 ╚½OP¼ "
b"\x01 É┌×S▄qͽ╔Ó"¥¤┼Ý "
b"\x01 É┌×S¸s_Öá)e┬×å "
b"\x01 É┌×T\x12 sÉÖ yZ9´¾\x1D "
b"\x01 É┌×T,sâƒ3Áó¦£ðf "
b"\x01 É┌×THr┌Âò\x08 !)-6 "
b"\x01 É┌×TcsöêÑò×Ä└G4 "
b"\x01 É┌×T}p6å_▄Q^ÁÍO "
b"\x01 É┌×Tÿp\x14 é+<\x19 }{ S "
b"\x01 É┌×T│r│æ\x15 Å\t\x19 tsD "
b"\x01 É┌×T╬s\x16 óëåµÌ<═( "
b"\x01 É┌×TÞsñ\x7F â¥`iß) "
b"\x01 É┌×U\x03 r'Ö\x1A\x02\x1D\x1E nõ┤ "
b"\x01 É┌×U\x1E p¥║\x04 ÆÍjËL÷ "
b"\x01 É┌×W\x05 pvîY¡¯ü\x18 ùı "
b"\x01 É┌×Y\x19 qî║WtT\f û¯í "
b"\x01 É┌×Zýs½æg│Lî\r éá "
b"\x01 É┌×\]rï¿aà\x10 Õbà\f "
b"\x01 É┌×^\x15 rEéMK?\x00 G\f ½ "
b"\x01 É┌×^Ër"éAÖâ§6k┘ "
b"\x01 É┌×_▒r-àB¿)×^^Ë "
b"\x01 É┌×`{p´ç#ûG\x0F ÈØ┌ "
b"\x01 É┌×`¿s¹Æ\x02 OÊåðN┐ "
b"\x01 É┌×a¦r\x11 ÉÏù\x1D ðÈR "
b"\x01 É┌×b\x07 q\x06 ƒÄ´ÿºÆ█\x07 "
b"""
\x01 É┌×crs╝¿s\n
╝x1░░
"""
b"\x01 É┌×cØrá×vÌ*Ý\x1E /Ö "
b"\x01 É┌×c┐q│▒Ð_¡Éc╦╣ "
b"\x01 É┌×e/rå¬üÔ!\x06 ɨ8 "
b"\x01 É┌×eYp\x7F ╗õ\x1A »v┘\x04 Ó "
b"\x01 É┌×e{qÆÁ\x08 L`gêTL "
b"\x01 É┌×eûr,£$\x1E\x14 £q¿¶ "
b"\x01 É┌×e▒qéù§2åÔ\x10 ç\x06 "
b"\x01 É┌×fssKÄÓ=åñ¡ö\x13 "
b"\x01 É┌×g²rÃø\x00 ³╔î@└X "
b"\x01 É┌×h(sò¼1Ç·*┘\x11 ═ "
b"\x01 É┌×hJr$Ø░õkuäþ' "
b"\x01 É┌×heqZü╝▀K´ðÒÐ "
b"\x01 É┌×hÇq7ö÷ã▀Ô*æÃ "
b"\x01 É┌×hÜr╚╣`7└┬\x14 ±p "
b"\x01 É┌×hÁpÒíÞ§¡Â½]A "
b"\x01 É┌×j-p[ªú╗´\x19 ┤‗` "
b"\x01 É┌×jXsz¿└ÅÅPhfc "
b"\x01 É┌×jxs¢ó2¦,´¾\x14 ê "
b"\x01 É┌×jÆr]îÇp‗R¹á╣ "
b"\x01 É┌×k│s ï>à╔╠b%G "
b"""
\x01 É┌×k▄q\¼╩Vi\n
Ï▓(
"""
b"\x01 É┌×k²pÎÁeP▄VSª┌ "
b"\x01 É┌×l\x17 pźo"Ë▒"À "
b"\x01 É┌×l0sÿà²\x1D )¹Boû "
b"\x01 É┌×nãpcÉê©E}"X┴ "
b"\x01 É┌×nr┐ìůÉf°x\x0F "
b"\x01 É┌×o\x11 rêés\x1C\f T÷C\f "
b"\x01 É┌×t▀r/│D▒Í&¼À, "
b"\x01 É┌×u\t syù┬½\e Ì«Sí "
b"\x01 É┌×uÈs▀ù├Ç╝┐\x12 Ķ "
b"\x01 É┌×u²sÑÄ;═Õäƒ\x10\x0F "
b"\x01 É┌×v%r│£|╗┼û▒Y$ "
b"\x01 É┌×vBqk¿┬┬¡\o╦ë "
b"\x01 É┌×vÌr\x04 é¶ê-$╗ƒ "
b"\x01 É┌×w\t sݬÙßuÖcþË "
b"\x01 É┌×w2qGôÇícè9ॠ"
b"\x01 É┌×wLpõóùØðƒÿaø "
b"""
\x01 É┌×wÙr£│Í`¬\n
Õ\n
\x01
"""
b"\x01 É┌×x\x0F qäÄ_0u«▒£p "
b"\x01 É┌×x/pkës:íÖ}|n "
b"\x01 É┌×x▄q4®Ê{*3¸gÖ "
b"\x01 É┌×y\t s\x19 ╗┌Ì$1╩kô "
b"\x01 É┌×y┘rö░ÜQ│»Oî´ "
b"""
\x01 É┌×z\n
rSè└øF▄¢)
"""
b"\x01 É┌×{├rGè«(¬\x1D\x18 VP "
b"\x01 É┌×}6rIïwƒ:Øå%l "
b"\x01 É┌×~1p@ñ\x02 qiý\x1F Ê; "
b"\x01 É┌×\x7F Às╦¿╦²+è2Á" "
b"\x01 É┌×üÀpµÂ\x02 ı\x08 ╣Dƶ "
b"\x01 É┌×âÃr'ùàRìLƒ┴½ "
b"\x01 É┌×à5q¯©colÙ┬,< "
b"\x01 É┌×àcrÙ¢Å├[\x1A *\x00 U "
b"\x01 É┌×å\x11 q×îÃùZ\x1C ¦Ø┼ "
b"\x01 É┌×åBrNèÚ~¤óA?³ "
b"\x01 É┌×åjs9º\x02 p┤ [\x1F ╚ "
b"\x01 É┌×ç>sµ¢\x1A ç╣F\x0E ƒ\f "
b"\x01 É┌×ê\x03 s÷ô╦¦\f ┴ZP! "
b"\x01 É┌×êÃrRäæXWÀ²ÏÌ "
b"\x01 É┌×ëàq\x00 ìAð©ÖÒøº "
b"\x01 É┌×ë▓sI¥qC01A▄ÿ "
b"\x01 É┌×ë▀q┘åËaÏqK®N "
b"\x01 É┌×è\x00 s\t æÀ\x11 >ůËK "
b"\x01 É┌×èÍpù«ùÜz?Ô\x14 ó "
b"\x01 É┌×ï\x06 qiØ,┤I¿hÇß "
b"\x01 É┌×ï-r-âª\x17 ææG_ö "
b"\x01 É┌×î#rëÀ&\x1E gÌi¡\x1A "
b"\x01 É┌×îUp^£\v â´^î<┬ "
b"\x01 É┌×î\x7F q²Ñ\r ö╝ã³µú "
b"""
\x01 É┌×ìKsLó[\n
}wæÆu
"""
b"\x01 É┌×ìzq╝ª'¯§p.ı├ "
b"\x01 É┌×ì£ríôg;█\x7F Ù<Ð "
b"\x01 É┌×Ä{p¡▓Kè\x10 ºÐ "
b"\x01 É┌׿YsO¼Òà\x08\x01 ▄zp "
b"\x01 É┌×½▄q ܪJ└ÑÀï2 "
b"\x01 É┌×¼ØpıÄ\x14 ãW▒ñ\Ç "
b"\x01 É┌סwr┐M¥Xná█\x11 "
b"\x01 É┌׫Vpó¥╦\x15 e┴صx "
b"\x01 É┌×»@s\x7F à«╠ k§¬ö "
b"\x01 É┌×░\x16 p½╗TMy/F┴À "
b"\x01 É┌×░Dr▄åûg$)¨x└ "
b"\x01 É┌×░jr%¿¨üöh:ôÊ "
b"\x01 É┌×░îqSçÑð\x0F ]¤a` "
b"\x01 É┌×░ºs\x16 ×═TïÊOü7 "
b"\x01 É┌×░ãq¶âÂ├tªS\x1A Ó "
b"\x01 É┌×▒Åpºê:Y‗ße¿Í "
b"\x01 É┌×▓VpòUÉ-\x05\x7F Ï_ "
b"\x01 É┌×│jr[Üà#▀>\x18 e½ "
b"\x01 É┌×┤3r┌è±iy\x02 ÕãV "
b"\x01 É┌×┤±sá╝^@¾|O╦▄ "
b"\x01 É┌×Á╣qô┤ÖYC■Èÿ& "
b"\x01 É┌×Âàs=╣╣`(ð:╦b "
b"\x01 É┌×ÀBsu╣¦‗ ┌Ü¢7 "
b"\x01 É┌ש\x06 s%è*Ä¡@/o± "
b"\x01 É┌ש0qxƒÝ$þé3z\x16 "
b"""
\x01 É┌ש¾qp¼\x18 \n
┤Ç\f øõ
"""
b"\x01 É┌×╣\x1D p▄úÙ╚N▓\x18\x1D ¡ "
b"""
\x01 É┌×╣Ìr\x1F ç«:@þ\n
àÛ
"""
b"""
\x01 É┌×║\x08 r█á¤l┘8¾\n
Ù
"""
b"\x01 É┌×║*r\x14 »ÜA║+ZU« "
b"\x01 É┌×║Eqì┤╗í±^Æèö "
b"\x01 É┌×║°qù║8═M,BSF "
b"\x01 É┌×╗!s8®ÇÇc-ß╝? "
b"\x01 É┌×╗Aqøâ\x7F §õ÷\x14 :< "
b"\x01 É┌×╗¨p\x17 │S×▓╝▒:8 "
b"\x01 É┌×╝&s▒Ä▄É^É¿\x13 Ì "
b"\x01 É┌×╝Jroî}\x16 =\x1D ÕýM "
b"\x01 É┌×╝gp■½ç┤ï|\x00 Ùà "
b"\x01 É┌×╝éqp│ýÇYüW\x1C "
b"\x01 É┌×╝ís½én│n8²eE "
b"\x01 É┌×╝╗s\x04 ñâ´\x03 ý«f "
b"\x01 É┌×╝Îq\x11 øêWÓMÉ\x "
b"\x01 É┌×╝§q(¬\Y ¤Xƒ+ "
b"\x01 É┌×¢\x10 s╬┐%Æoß¹#÷ "
b"\x01 É┌×¢.pI×ëgYÉi\x1C / "
b"\x01 É┌×¢Iq╩ä%УÜ`Ôç "
b"\x01 É┌×¢dp▄àÙaM³\x07 Q┼ "
b"\x01 É┌×¢àqK▓‗µ\x19 Xt\x07 \n "
b"\x01 É┌×¢árl¢\x10 ┤XıjP1 "
b"""
\x01 É┌×¢┐r\n
Ä\x10 l¹ÚÃâð
"""
b"\x01 É┌×¢┌pvÿcëÄU\x0F úê "
b"\x01 É┌×¢§r╦Æ\v u\ìúà) "
b"\x01 É┌×¥\x16 r`ø^b=■¤9A "
b"\x01 É┌×¥1s²ÆLÓf¦─Ø= "
b"\x01 É┌×¥Pq³æfgü§â"ç "
b"\x01 É┌×¥kr)©@\╚Î9#┤ "
b"\x01 É┌×¥çp\x1C ▓┘»Ñ`\x15 ÝY "
b"\x01 É┌×┐;p\x14 Év▓┤ \x10 Ë "
b"\x01 É┌×┐`rô×Ñ6\x15 =â╗B "
b"\x01 É┌×┐~r█Ç(└¶Ærá{ "
b"\x01 É┌×┐áqpô█E%Q\x1A s\x0E "
b"\x01 É┌×┐╗páºÖ&ü&Ò\x7F D "
b"\x01 É┌×┐┘sùüÂ╠ÆK─Ã╬ "
b"\x01 É┌×┐§p\x04 ºÇëË÷µM! "
b"\x01 É┌×└\x10 pð¿(xݬB½° "
b"\x01 É┌×└.p½ü_1/]]╣/ "
b"\x01 É┌×└Iq Ö\v a÷KÝ0\x0E "
b"\x01 É┌×└drÞù{\x05 ˳ì'Í "
b"\x01 É┌×└és/è¤\x06 R\x10 HÃ┤ "
b"\x01 É┌×└ØrR¢l\x17 j\x1D L]┬ "
b"\x01 É┌×└╝pO®ı&Û5ë9Í "
b"\x01 É┌×└Îs§ñ+ëm¯/>Á "
b"\x01 É┌×└‗s^ú Üû&Ù┴d "
b"\x01 É┌×┴┤r\x1D ┤f-Û\x05 ╦Þ "
b"\x01 É┌×┴¦p¦À\x03\x1D ▒ëuåp "
b"\x01 É┌×┴ r¸«\╗Â┘Fºs "
b"\x01 É┌×┬\x1D p°è\x07 à.\x1C ©╚Î "
b"\x01 É┌×┬8pº¥S'1l\x17 åf "
b"\x01 É┌×┬Wq)ƒ£IL\x15 R\r "
b"\x01 É┌×┬rr\x03 ó§ \x08\x14 vÀ╠ "
b"\x01 É┌×┬ìre╗L£ß&\e ¾Ø "
b"\x01 É┌×┬¼prÁìù\x02 sç¨N "
b"""
\x01 É┌×┬Ãs ûB¯\n
\JÊ®
"""
b"\x01 É┌×┬µqúÆè1Øfîá\x17 "
b"\x01 É┌×├\x01 pÁëoÍ├O╠ûu "
b"\x01 É┌×├:s÷àôÅ\e 2┌ƒù "
b"\x01 É┌×├Vsnç▒¨m®¤ÜÄ "
b"\x01 É┌×├ss×èG½ç#Q╦¸ "
b"\x01 É┌×├æs┤ê╝|å÷LÄ\x0E "
b"\x01 É┌×├¼pTÆõ\x12 YX\x00 8╗ "
b"\x01 É┌×├╦r±║ÌÜ\x1F\x11 YØÌ "
b"\x01 É┌×├µs╩ïm<\x07 Ñ«+Î "
b"\x01 É┌×─\x1F q>»│4ÚE\╠═ "
b"\x01 É┌×─:p]è┬m\v Ê÷\x06 ? "
b"\x01 É┌×─Yr6▓Ü\x7F\x1F `\x15 Xç "
b"""
\x01 É┌×─tp\n
×)\x16 ╣Åÿ&\r
"""
b"\x01 É┌×─Ås6▓Ó*ü\x18 ´c┬ "
b"\x01 É┌×─▒râô\x08 åÒ©º ß "
b"\x01 É┌×─╠pJç▀è`oÀ\x19 "
b"\x01 É┌×─µp\x01 òÐ░ú*ÕÓ╝ "
b"\x01 É┌×┼\x04 q¨á'³øv\x0F Þ\n "
b"\x01 É┌×┼\x1F qTò´añ\r ÈÆN "
b"\x01 É┌×▄ísîïãc╝\x11 töõ "
b"\x01 É┌×▄ðpáé┐h¼§^²Ì "
b"\x01 É┌×▄¨p¢úLæÆT«´¯ "
b"\x01 É┌צ\x16 qDØ▒UOðè╦m "
b"\x01 É┌צ1pV▓϶LÃx╗Ý "
b"\x01 É┌צOqk╗\x17 ©äß±▒h "
b"\x01 É┌צjsS«È\x1A ┐ux'S "
b"\x01 É┌צêr×âP\f Éí\x14 Ó¥ "
b"\x01 É┌צñp\e ºÓbZ?³\x1F z "
b"\x01 É┌צ┬r╩Æ\x16\x13 õ¸.═ã "
b"\x01 É┌צ¦süÇиuÇ\x00 iÈ "
b"\x01 É┌צ¹rO×Â░\x03 ~³áz "
b"\x01 É┌×Ì\x16 qæéÂZ¯┌tíQ "
b"\x01 É┌×Ì4r8Ø+@ Y▒¸Ù "
b"\x01 É┌×ÌOsGî\x0F ▀î¹ÈQ "
b"\x01 É┌×Ìms┼À±Ôõ×#Á╗ "
b"""
\x01 É┌×Ìëp{çY╔┌\n
/M_
"""
b"\x01 É┌×̪pÖà}¿\x08 :nãú "
b"\x01 É┌×▀[qLíåá#Ð5\x08 ¦ "
b"\x01 É┌×▀ws\x17 î┘Y¬Ø╚Õ "
b"""
\x01 É┌×▀ôqãƒ\v c*.3\n
'
"""
b"\x01 É┌×▀╦p°▒╦ó »vû\f "
b"\x01 É┌×▀þrıáB¯g5ÚË\x16 "
b"\x01 É┌×Ó\x05 ré£SHËX\x06 ▓, "
b"\x01 É┌×Ó q\x17 │{ 2H\x00 ¸\x08 "
b"\x01 É┌×ÓAq&ƒy3]øÚ┐< "
b"\x01 É┌×Ó]s║üýÕ\x06 Ö\x1E eî "
b"\x01 É┌×Ó~s║│|¥bqvÅI "
b"\x01 É┌×ÓÜspÇeoÑÒ\x01\x1A c "
b"\x01 É┌×Ó©pq«Ciª║«À\x1F "
b"\x01 É┌×ÓÈq;Ü─¯¿ÂásÉ "
b"\x01 É┌×ß¿qH║├Ì░ù\v I% "
b"\x01 É┌×õ%s\v ú±9Á+ıg╦ "
b"\x01 É┌×õRp╝ùËy'\x17 ¦n\x1F "
b"\x01 É┌×õvpsÆÀ_▀\x02 ñß\x0E "
b"\x01 É┌×Õ@s\e ƒ+ÞÀƒ▄ÝG "
b"\x01 É┌×µ\x16 rfÁJ\x07\x19 «Î-! "
b"\x01 É┌×µÊræøË\x1D ╩sì.\x06 "
b"\x01 É┌×µ³s┼ÅÞË?─i|‗ "
b"\x01 É┌×þ\x1F p\x08 ½┐`\t ªh╩¤ "
b"\x01 É┌×þ:q³║\x01\x05 qËÈ´> "
b"\x01 É┌×þTr¡ëØ╬-\x11\x1A Ç0 "
b"\x01 É┌×þopvPÖÅ@& "
b"\x01 É┌×þèp»Ø!@>t╔¯▀ "
b"\x01 É┌×Þ=p0쮦\x02 ┼V│ "
b"\x01 É┌×Þnr7Ä\x03 Yu\e 8Õj "
b"\x01 É┌×ÞÉs■┐'\x1F ù³¶3\x13 "
b"\x01 É┌×Þ┤pùìW¤´╣*ïá "
b"\x01 É┌×Þ¤q°║5┴N)Ý.¾ "
b"\x01 É┌×Ú¼r+«*Jþ\x12 5 \r "
b"\x01 É┌×ÚÌr\x1A у┤Î\f ú8R "
b"\x01 É┌×Ù3pÍ䥫É├z▓À "
b"""
\x01 É┌×ý\n
r¸ƒF\n
î¹¢hW
"""
b"""
\x01 É┌ƒF'sR¼¼ó¤¹d\n
ê
"""
b"\x01 É┌ƒFYpxâ╬@K¯[ݨ "
b"\x01 É┌ƒFüq5║2▄0Kª¸À "
b"\x01 É┌ƒFÑpL┐A´l/ðý+ "
b"\x01 É┌ƒF─s?ó®V╣¹,\x10 Ê "
b"\x01 É┌ƒGísË░myZº£7æ "
b"\x01 É┌ƒGËsªïI┘Ô¤It\f "
b"\x01 É┌ƒG´p²│ÍíÔ\x01\v Îl "
b"\x01 É┌ƒH\x0E qÉú¾\x1D QÁ½"{ "
b"\x01 É┌ƒH,spá\x1E M\x04 ùã¡N "
b"\x01 É┌ƒHGq*®)¢'ã┤ã~ "
b"\x01 É┌ƒHer}óIyiÉR\x01 Î "
b"\x01 É┌ƒHâs▄¼╔╚¢Å¡øÍ "
b"\x01 É┌ƒH×sÝ¿y7¾╩u>) "
b"\x01 É┌ƒH╝rGÉU╔║>£└± "
b"\x01 É┌ƒH┌r\x1F Äi>ù¶u\x1C [ "
b"\x01 É┌ƒH§rõí\x7F «í┐HYw "
b"\x01 É┌ƒI\x14 r&ÁêÎ\x12 Pi0\x14 "
b"\x01 É┌ƒI2p\x08 ë\x03 ÿ┌{ç╩s "
b"\x01 É┌ƒIMq\v ç¡Qn!▄ò\f "
b"\x01 É┌ƒJ\x17 r8îÔ#\v q╗L¥ "
b"\x01 É┌ƒJAq±À┼²²õ©$\x18 "
b"\x01 É┌ƒJmp\r çeN¡█\x04 PH "
b"\x01 É┌ƒJîp÷êÀ%╗DÆÐ "
b"\x01 É┌ƒJ»qn¬WÁä¦ÏqÌ "
b"\x01 É┌ƒJ╠râ╝ƒ■y\x1F\x7F «³ "
b"\x01 É┌ƒJþsÎÄ\x18 °ò©\x1C Ì\x04 "
b"\x01 É┌ƒK\t pÀäÓı\x7F ¤4▀> "
b"\x01 É┌ƒK&qR×Ð<E|▓+‗ "
b"""
\x01 É┌ƒKAsƒöÍ}\n
^Ù&q
"""
b"\x01 É┌ƒKbs´▒~°Ø┐ý|┘ "
b"\x01 É┌ƒK\x7F q¦ƒ\x13 ¤à\x1A c\x1F ? "
b"\x01 É┌ƒKøp-▓¯"¥\x0E\x04 `È "
b"\x01 É┌ƒK╝q┬è:‗hz╚╣1 "
b"\x01 É┌ƒK┘rè░\x19 Æ├ÛÎCx "
b"""
\x01 É┌ƒK§rPä÷÷\n
·.├9
"""
b"\x01 É┌ƒL\x16 rÄåC_ÑËE36 "
b"\x01 É┌ƒM\x07 p\x1A æ[¥×0\x1D ┘ "
b"\x01 É┌ƒMÓs2ô\x1E õXg\x17 ╗D "
b"""
\x01 É┌ƒN¯qlàtÂt1^\n
§
"""
b"\x01 É┌ƒP\x01 qì╗\t\x14\x10 1æd "
b"\x01 É┌ƒPÔprçøÍÊÔ©Ûs "
b"\x01 É┌ƒQ\x17 sÆ¥\e eÕX\x1E @. "
b"\x01 É┌ƒQ@q»ìå\x03\x1D\x07 »\f "
b"\x01 É┌ƒQep#ɽ±7%\x0E £a "
b"\x01 É┌ƒQçr<▓¸ðM7█m` "
b"\x01 É┌ƒQóq5£¬$─UÇ8┬ "
b"""
\x01 É┌ƒQ┴r\x12 ºG¬ú\x10 \n
r¶
"""
b"\x01 É┌ƒQÓr/Üö* V{╚Ï "
b"\x01 É┌ƒj&s#çÜ╦╗ÔÏsì "
b"\x01 É┌ƒjUp║Ø\x10 d`,Ìåƒ "
b"\x01 É┌ƒj~peøOÇ- V7Å "
b"\x01 É┌ƒjóq¬æµôÆõ²sı "
b"\x01 É┌ƒj┴rcöá®Äþ\r Ìý "
b"\x01 É┌ƒjÌpõ┤È[┐ÅG\x07\x0F "
b"\x01 É┌ƒj·q\x1D «█ð╦ÙÙþØ "
b"\x01 É┌ƒk\x15 sõâó\x00 ðjߥ┌ "
b"\x01 É┌ƒk3s¶äîoùì│Ý- "
b"\x01 É┌ƒkOs▓ÉıY©(▓?½ "
b"\x01 É┌ƒkks}ô\x04 ÌÑ\x17 Ë?Ó "
b"\x01 É┌ƒkçr«ô\x06 JϺ¹ðt "
b"\x01 É┌ƒkúpàÆvê╬Aå´Ý "
b"""
\x01 É┌ƒk┐q\f Æ;Û\x07 \n
\x1A\x17 3
"""
b"\x01 É┌ƒk█s\t ┐OæÂ\x01 ┬Q¸ "
b"\x01 É┌ƒk°sÚâ╔ó?¬0=┐ "
b"\x01 É┌ƒl\x14 sQÀ#└ú^ÅÆ▄ "
b"\x01 É┌ƒlÚr\x02 âÝÌBãS¹┘ "
b"\x01 É┌ƒm\x0F r<çcì\x04\f .‗+ "
b"\x01 É┌ƒm/pK¼\x15 |N\x1A 3¡═ "
b"\x01 É┌ƒmKr\e ôL\t ;>ï\x03 ¹ "
b"\x01 É┌ƒmgpÙªãïÙZ\x07 JU "
b"\x01 É┌ƒmâs▀ܬè³\x00\x1A ┐{ "
b"\x01 É┌ƒmƒr»Ö\ò Ù\x04 fm "
b"\x01 É┌ƒm╝së®Á│Æò;bÍ "
b"\x01 É┌ƒmÎs Àu¥n░\f ÜU "
b"\x01 É┌ƒm¶p)ó¼ï_└ä┘Í "
b"\x01 É┌ƒogqûòÂ\┘«\r øè "
b"\x01 É┌ƒoâq²¢ë¿Ø║║qt "
b"\x01 É┌ƒoƒs>×/µ¨©¾┘â "
b"\x01 É┌ƒo╗pÛñ\x1F ÏgOE:¦ "
b"\x01 É┌ƒq3r┌üðѰ¨íjò "
b"""
\x01 É┌ƒq]s¹¿üÎ\n
¸Ó\x0E ?
"""
b"\x01 É┌ƒqÇswè¹-þ¹ÏN\x05 "
b"\x01 É┌ƒq£sôÆñ=\x7F ?«=\x1E "
b"\x01 É┌ƒq©q÷ó▄²§æ,zl "
b"\x01 É┌ƒqÈqÖç/mè©K>) "
b"\x01 É┌ƒq‗r\x07 ì\x1C þÍ├Áµı "
b"\x01 É┌ƒr\x0E s-ÿ®öæ_56s "
b"\x01 É┌ƒr)rþ│÷Î\f 1ë-\x15 "
b"\x01 É┌ƒrFs╔┐¹ıj®þ║= "
b"\x01 É┌ƒrbqÎæ╦\f Ü┐ë!Å "
b"\x01 É┌ƒr~pôºîÇ╔█╠t╬ "
b"\x01 É┌ƒrÜp*╗V\x7F *DL&þ "
b"\x01 É┌ƒrÁqêû»pÂ┴4┘\x0F "
b"\x01 É┌ƒsxpj╝òk`░K > "
b"\x01 É┌ƒsƒs§ÆÇé¡I^b* "
b"\x01 É┌ƒs┐pó│}#Ò▀\x0F ;} "
b"\x01 É┌ƒs▄r│è>\x01 ╗\;CÈ "
b"""
\x01 É┌ƒs°q║è\n
ÿ▓ðºti
"""
b"\x01 É┌ƒt\x14 rÅÅI\x04 æ±mܲ "
b"\x01 É┌ƒt0s4û}N\x13 ûѾ\x1F "
b"\x01 É┌ƒtLs\x0F │Â[s`°L" "
b"\x01 É┌ƒtiqºÅ▄pc_4íı "
b"\x01 É┌ƒtäp-âL8Ç \x08 ì╦ "
b"\x01 É┌ƒtár┼░J«dCåmÛ "
b"\x01 É┌ƒuÜs:ôפ\x16 £#ò\x14 "
b"\x01 É┌ƒu─r┤▒}]¦Å╝¢è "
b"\x01 É┌ƒuþq¶®Ç$;z,o{ "
b"\x01 É┌ƒv\x03 sHÇ¥[┌Êþð "
b"\x01 É┌ƒv\x1E sëÿ╔ºðóËöU "
b"\x01 É┌ƒv:sàÉö¼æ7)[╣ "
b"""
\x01 É┌ƒvVqÍ▓\x01 Î6ë\n
¹w
"""
b"\x01 É┌ƒvrr-®│r░¼´\x08 ¾ "
b"\x01 É┌ƒvÄs-┐à╩0¹╔\x15 ╠ "
b"\x01 É┌ƒv¬qWôÆã\ÌÓ¢q "
b"\x01 É┌ƒwcpí×Óí}*R_Å "
b"\x01 É┌ƒx?p\x07 íyÕGB¾EÛ "
b"\x01 É┌ƒy\x06 q\x10 ▓ï\x10 J╚&§e "
b"\x01 É┌ƒyËp\ºÀÍsw~`. "
b"\x01 É┌ƒzøpõ╣O¢A¿P¸æ "
b"\x01 É┌ƒ{sqi▒\x07 qö\e\x15\x14 & "
b"\x01 É┌ƒ|nr\r ▓┬¶Ôƒ%\x1C è "
b"\x01 É┌ƒ}Lq\x08 ×\x17 5L(*ª\x1E "
b"\x01 É┌ƒ~\x1C ra░!ƒÞ#;╣Ñ "
b"\x01 É┌ƒ~Fp\x02 ┐\x1F /óYçlC "
b"\x01 É┌ƒ\x7F $rñÄ<┴\x01 o×ãU "
b"\x01 É┌ƒ\x7F Npqú^Ö³╩LÍ "
b"\x01 É┌ƒ\x7F pqñª0┤\x1D ▒¤┼) "
b"\x01 É┌ƒ\x7F Åp"æ\x7F 8Ø»Ú┌\ "
b"\x01 É┌ƒ\x7F ½s¢Æç3q\x1C ╗\f Ê "
b"\x01 É┌ƒ\x7F ãp ï\v <}bò÷U "
b"\x01 É┌ƒ\x7F ÕpÈ│ÍÛ&█q(└ "
b"\x01 É┌ƒÇ\x01 p*░o\x18 ËGQon "
b"\x01 É┌ƒÇ\x1C s╬ñvBè\x04 ╦®Ç "
b"\x01 É┌ƒÇ;r¸ëe9Éu(\x15\x16 "
b"\x01 É┌ƒÇWp\x19 öoõ.¦W\x01 3 "
b"\x01 É┌ƒÇvp\x04 ¡;O'»5¤c "
b"\x01 É┌ƒüUpz▒\x01 X`\x01\x07 ¥å "
b"\x01 É┌ƒü~qNë»Ì¸a╩÷ö "
b"\x01 É┌ƒüáqج╠╝Ñu\x13\x16 è "
b"\x01 É┌ƒü¢r¨æ(è'jǹ\x7F "
b"\x01 É┌ƒü▄r0äï╣\aæÞ/ "
b"\x01 É┌ƒü¸p1Á┴PÐ╣ÚÔZ "
b"\x01 É┌ƒé\x15 s\v ò‗wXºÂøñ "
b"\x01 É┌ƒØ1r╣╝º2\x00\x06 J$Ñ "
b"\x01 É┌ƒØMpWà\x03 î__╗╠u "
b"\x01 É┌ƒØmqlºï{¨Ý>L┌ "
b"\x01 É┌ƒØês╗û.&\x01 ³$BÌ "
b"\x01 É┌ƒØºq\x14 ÿ\x1F ø\x16 ¶oK$ "
b"\x01 É┌ƒƒ\x08 r¥Á;ûl8\x01 º─ "
b"\x01 É┌ƒƒ═ràÀ=Å▒\x7F åch "
b"\x01 É┌ƒí!p8┤HUê\x02\x1A B\v "
b"\x01 É┌ƒíÒsN®Ù3\x10 ╦╝Åa "
b"\x01 É┌ƒóÈse╝\çs¹Ô╦N "
b"\x01 É┌ƒó·p¶ÿÒ¦▓ôe(` "
b"\x01 É┌ƒú!s═¥cú\x15 '`╦D "
b"\x01 É┌ƒú´s{║‗Ê+»┼\x1A S "
b"\x01 É┌ƒñ\x19 p¿Ç<┐Î╦─«- "
b"\x01 É┌ƒñ@s└èü╚f┘¦°Q "
b"\x01 É┌ƒñ\pî¥sá¯î¿k\x19 "
b"\x01 É┌ƒñ{r<ô°ÿ█¯æì\e "
b"""
\x01 É┌ƒñûp Ü@\n
Ú×■\x06 ¦
"""
b"\x01 É┌ƒÑfp\v á\©u)íº( "
b"\x01 É┌ƒÑÅp½¼;Óß5I\f A "
b"""
\x01 É┌ƒÑ░s\n
ùW29,icÈ
"""
b"\x01 É┌ƒÑ╦sLØ\dÇb\x1C 8} "
b"\x01 É┌ƒª│s£©j\x16 ýnÓYT "
b"\x01 É┌ƒªßs#í│Î<├±QH "
b"\x01 É┌ƒº\x07 pT½×Ä¥ýI2h "
b"\x01 É┌ƒº!q\x19 è╩\x12 Z‗¼øc "
b"\x01 É┌ƒº;so╣ItÌd§<D "
b"\x01 É┌ƒºTrÓæ╦%┼º6Â9 "
b"\x01 É┌ƒºnqج;ÝvK77l "
b"\x01 É┌ƒºêsíàè\x06 2tÚ "
b"\x01 É┌ƒºús Ä¢n\x04 3ð\t ╠ "
b"\x01 É┌ƒ¿ùq\x7F ç^Ò*¬%\t 4 "
b"\x01 É┌ƒ¿┬qàÜȯaÿZ[\x00 "
b"\x01 É┌ƒ®üs¼ìø\x18 6=\x19 ¸0 "
b"\x01 É┌ƒ®½rÇéKÜ1«û┐\x1D "
b"\x01 É┌ƒ®═s┤àf]+.Ax& "
b"\x01 É┌ƒ®Úp\x14 Âx\x11\x07 ®Òä╔ "
b"\x01 É┌ƒ¬\x04 p\x0F │-à╦b╩%─ "
b"""
\x01 É┌ƒ¬þpâéd³à+\n
i\e
"""
b"\x01 É┌ƒ½\x12 rbÜÜ\r ©¾:▒è "
b"\x01 É┌ƒ½5r\v ╝Ü║çÎ$Pi "
b"\x01 É┌ƒ½QqÝÁ▀Ü5\x01 x,ô "
b"\x01 É┌ƒ½lqr┤¼\f Èè$lë "
b"\x01 É┌ƒ¼1qÕ¡▀Gè\x03 ¶se "
b"\x01 É┌ƒ¼[pOû\x02\x14\x15\t\x12\x18 ╬ "
b"\x01 É┌ƒ¼}qƒÁ\x1F ª<ï]\r | "
b"\x01 É┌ƒ¼Ör\x10 û?lûÄæÚ\x05 "
b"\x01 É┌ƒ¼┤q\x1E ô£"z╣\x01 g├ "
b"\x01 É┌ƒ¡tpN¼^¦╗ý\x0F n\x01 "
b"\x01 É┌ƒ¡Üs¼ùVÐò§¶¿: "
b"\x01 É┌ƒ¡╗s\x1D ÁÜ\x1E u³_╦╩ "
b"\x01 É┌ƒ¡Îq\x16 ì\f ╠B░]mk "
b"\x01 É┌ƒ¡‗s═Âí*&ÔÑõ\v "
b"\x01 É┌ƒ«\x0E qöñÕ┌¤ØÐw© "
b"\x01 É┌ƒ«Ùs▒¬Ê|▒ö│▓@ "
b"\x01 É┌ƒ▒WqCÇÀ©r|ò(ý "
b"\x01 É┌ƒ▒ëqEïD║Mds@¬ "
b"\x01 É┌ƒ▒«r‗ø±ÒAs╠q┘ "
b"\x01 É┌ƒ▒Ðr!ïüÔùÃ═ý "
b"\x01 É┌ƒ▒±rÌ╣1M>─þ┴ê "
b"\x01 É┌ƒ▓\f qÊÄîBÏH╝ãõ "
b"\x01 É┌ƒ▓.qヹ>ãìaæ\x01 "
b"\x01 É┌ƒ▓KsÜ╗jõr ®¿Æ "
b"\x01 É┌ƒ▓fs├│ǃ»\r \x14 c£ "
b"\x01 É┌ƒ▓äpT¿vëÏhèÝÍ "
b"\x01 É┌ƒ▓ás╬»\^2@\x19\x00 « "
b"\x01 É┌ƒ▓╝p¶æÕp×·\x06 ´þ "
b"\x01 É┌ƒ▓┌q<Äá┴ÕÏy╦\x16 "
b"\x01 É┌ƒ▓÷sIæ ÿc\x0E\x13 µÕ "
b"\x01 É┌ƒ│\x12 rÓ╝¿ºÂM^KÔ "
b"\x01 É┌ƒ│3q┴ì\x08 H§[¶è┤ "
b"\x01 É┌ƒ│PqZŽÙ┴ð\x1E\x17\v "
b"\x01 É┌ƒ│kq\x1F ║╔:Ê\x05 ~Éá "
b"\x01 É┌ƒ│îq╔Åîº└¿õbk "
b"\x01 É┌ƒ│®q7å,¶È`?¢\r "
b"\x01 É┌ƒ│─s"ùíñ)W³«/ "
b"\x01 É┌ƒ│Ôr\x1C ÅÄ\ûr#U "
b"\x01 É┌ƒ┤\x02 p╠»╣Síyÿç▀ "
b"\x01 É┌ƒ┤\x1D s.¬%ïP2s\x15 ã "
b"\x01 É┌ƒ┤;sêöæ\x14 úºlÀi "
b"\x01 É┌ƒ┤[qÚ¬G7■\f ╔╩' "
b"\x01 É┌ƒ┤vq&│¼=¼\x19 ║╦] "
b"\x01 É┌ƒ┤ör\x19 áD┬─Gb▓% "
b"\x01 É┌ƒ┤┤r▒úgye┘£Ê "
b"\x01 É┌ƒ┤¤söö54A¤@¶Ý "
b"\x01 É┌ƒ┤±s´û├┬\x7F ÑâÇ "
b"\x01 É┌ƒÁ\r stñ1\x18 ┬¢┌Ó+ "
b"\x01 É┌ƒÁ)s▓Å´\x06 Ê\â±Î "
b"\x01 É┌ƒÁGq/ÖÍü&\x16\x15 D+ "
b"\x01 É┌ƒÁgq6â▄Ó\¡Ëv÷ "
b"\x01 É┌ƒÁéqIªæR¦nÂ▀Á "
b"\x01 É┌ƒÁós#î\f\x16 %9*@\x1D "
b"\x01 É┌ƒÁ├r\e ÉÅÜ6\x02 ├A▄ "
b"\x01 É┌ƒÀ1põÜ\x18 ÅÒ\x15 KXO "
b"\x01 É┌ƒÀcsTò\x17\x1F IzëÔ\x14 "
b"\x01 É┌ƒÀçp9ü\x0E\v\x1C +Ë\f & "
b"\x01 É┌ƒÀ¬qõùú5╔▓─\x01 ³ "
b"\x01 É┌ƒÀ╩r6ì\x02 ¾Í\r As "
b"\x01 É┌ƒÀÕrþäÀ5Pþ;╚ı "
b"\x01 É┌ƒ©\x07 q3Â/\x10 à\x7F ^┴Õ "
b"\x01 É┌ƒðyqºöëÞ{\x1D â¢\x05 "
b"\x01 É┌ƒðöp¬ªü>\x06 !Á└9 "
b"\x01 É┌ƒð»q¥ÿ!âYÁ×┬\x1D "
b"\x01 É┌ƒð╬sHçGãã┤÷═╗ "
b"\x01 É┌ƒðÛpkÅ×n¸╩▄\v á "
b"\x01 É┌ƒÐ\t s▀è\x05 :▀ã═<╔ "
b"\x01 É┌ƒÐ#r|Â+\v ─Sç<î "
b"\x01 É┌ƒÐ>pEÜ:/ìØÌîÌ "
b"\x01 É┌ƒÊ\x02 q¦ÿÑ╦ı\x11 áàþ "
b"\x01 É┌ƒÊ5q\x17 ¬Ñ`\x16 µ´Å7 "
b"\x01 É┌ƒÊbq?àƒw\x19 Å¢t2 "
b"\x01 É┌ƒÊês)ÆÃ@┌╠\x01 1│ "
b"\x01 É┌ƒÊºrÏÑ├>Hà{u¬ "
b"\x01 É┌ƒÊ┬rÜàmÿ?«Æ¢³ "
b"\x01 É┌ƒËwpö®┬D»EÜ5* "
b"\x01 É┌ƒËúr╝Ç{«"µ©┌ƒ "
b"\x01 É┌ƒË┴r█®Ë\x08 w\x13 ░¡\x1A "
b"\x01 É┌ƒË▀p├äøª2Åçêm "
b"\x01 É┌ƒË¨sIùª¥AÉ╩\x00 0 "
b"\x01 É┌ƒÈ\x14 q.åW#o\x1C ÒhÙ "
b"\x01 É┌ƒÈ/q£ïU╦\0¯ý╬ "
b"\x01 É┌ƒÈIr\x1D ³═ÛÈ$Î\x05 "
b"\x01 É┌ƒÈgqøò\x13 üd@ÑıÙ "
b"\x01 É┌ƒÈérѬ\x7F 3o´\r ö£ "
b"\x01 É┌ƒÈ×r2à§┼g─âRÅ "
b"\x01 É┌ƒÈ©s[Â$*°S¯Áµ "
b"\x01 É┌ƒÈËsÀÄì6_╠II® "
b"\x01 É┌ƒÈ±q-á┬0à■´m, "
b"\x01 É┌ƒı\f qÜ¿┴┼ì*Í╩┤ "
b"\x01 É┌ƒı)s┤½º1╩\x10 ÿ+░ "
b"\x01 É┌ƒÍDq>▒5&q©oÝ\x10 "
b"\x01 É┌ƒÍtq¨¬ÃµÈ;═ô╩ "
b"\x01 É┌ƒÍùq~Â\x1A ¼└Aò\x1A Ï "
b"\x01 É┌ƒÍ║pRña█Bv\x01 g? "
b"\x01 É┌ƒÍÍpií7ã┐éÒ\x0F ¦ "
b"\x01 É┌ƒÍ¸p¥ûe»³?I¾ "
b"""
\x01 É┌ƒÎ\x13 rwç║¿¤╦\n
¾d
"""
b"\x01 É┌ƒÎ2qâÑ<┐¼\x1A\x1D b" "
b"\x01 É┌ƒÎNsµ▒7X&┤¯ëK "
b"\x01 É┌ƒÎjq\x14 ë]êi=å¥\x11 "
b"\x01 É┌ƒÎîr\▓¼ÿ²Yz"■ "
b"\x01 É┌ƒÎºsܪ-│3║\e ͧ "
b"\x01 É┌ƒÎãr\╝\x02 XLÙÞ¶y "
b"\x01 É┌ƒÎÔp|╗Í×)\x1E é\x08\x13 "
b"\x01 É┌ƒÎ■p¨Âl@Áí┼╝8 "
b"\x01 É┌ƒÏ\x1D rTê6Ô}¤D«¢ "
b"\x01 É┌ƒÏ8q½½(kßļÇÞ "
b"\x01 É┌ƒÏÉqQö┘t¢¨\x15 ⬠"
b"\x01 É┌ƒÏ░p\x02 ç¦ØöC¸Î3 "
b"\x01 É┌ƒ┘|r6¬ƒi■&¨╬L "
b"\x01 É┌ƒ┌Ur╣ósÈ═ 5õã "
b"\x01 É┌ƒ█'r¶ö:e╚║°^\e "
b"\x01 É┌ƒ▄\f sì½,DîG·UÕ "
b"\x01 É┌ƒ▄>pªÁ¢c.A\x13 èÝ "
b"\x01 É┌í¢;q\x1F ûdw\x01\x16 si\x19 "
b"\x01 É┌í¢^sãƒ\x15 Odh\x03 ¤Æ "
b"\x01 É┌ó(╬q<ÂwÔ\x17 ÅÀh´ "
b"\x01 É┌ó)Îsé×`\x07 ▒AÛÖ▒ "
b"\x01 É┌ñ¸BqÙÇÅ&\x07 æd*÷ "
b"\x01 É┌ñ¸mpmø┬│.Lu\r \f "
b"\x01 É┌ñ¸ïsjôãveù\ZA "
b"\x01 É┌ñ°es³×┼«vxJá┘ "
b"\x01 É┌ñ°Éqfä\v\x05\x08 ╣Qr{ "
b"\x01 É┌ñ°│s\r øıTÀ@~:j "
b"\x01 É┌ñ¨Ès├©¾s\x02 ┼wNK "
b"\x01 É┌ñ¨¸sØúyýe\¥p÷ "
b"\x01 É┌Ñ\x12 §p>©û`Ë╦Oy² "
b"""
\x01 É┌Ñ\x13 fqâ¬\n
£├îÿ"Â
"""
b"\x01 É┌Ñ\x13 äq\x1A ƒUÄ╝ô(è\x1D "
b"\x01 É┌Ñ\x13 ór\x1C £4Ý.#(ðL "
b"\x01 É┌Ñ\x13 ┐rëîÍmÆr8µ± "
b"\x01 É┌Ñ\x13 ¦sâ▓\x7F ¥ÎV0Ý8 "
b"\x01 É┌Ñ\x14\x1C rª®¸ªE.±\x04 s "
b"\x01 É┌Ñ\x14 :s!╣×\x0F ®É%u╗ "
b"\x01 É┌Ñ\x14 ¨qÁ»\x10 eFÄ:0\x00 "
b"\x01 É┌Ñ\x15 ╚qº▒/Nƒ*P\x1D ¡ "
b"\x01 É┌Ñ\x15 Ýrrƒ;\x02 H\x1D $\x1E Ú "
b"\x01 É┌Ñ\x16\v p¦éäz)±\x08 ÓÄ "
b"\x01 É┌Ñ\x16 )r9¥>Ø(┤c\x01 p "
b"\x01 É┌Ñ\x16 Jr\x17 Æ¡\x1A 1P-Oñ "
b"\x01 É┌Ñ\x16 græÉ¨EnÖ/▄¸ "
b"\x01 É┌Ñ\x16 àr\x12 ÁCé═E░îÆ "
b"\x01 É┌Ñ\x16 úp░¢═Â׳@²z "
b"\x01 É┌Ñ\x16 ┬pIÄ║\x1F =°¥JÉ "
b"\x01 É┌Ñ\x16 Óp▄»5┬\x14 ?┼è\t "
b"\x01 É┌Ñ\x17\x01 p5ù\x14 v¤®\x06 ó "
b"\x01 É┌Ñ\x17 r¹ºñ╬┴Æt▀C "
b"\x01 É┌Ñ\x17 Bqpí\x1F ¡zIMéi "
b"\x01 É┌Ñ\x17 as┬ëiè\t úò\v ? "
b"\x01 É┌Ñ\x17 ÇpjÀV\x1C sD\x11 ¯H "
b"\x01 É┌Ñ\x17 Ør³ëX=ï\v y└Ý "
b"\x01 É┌Ñ\x17 ╗s&Öu┘ÎâFw) "
b"\x01 É┌Ñ\x17 ▄sVÀâ&%ÿÎTE "
b"\x01 É┌Ñ\x17 ·q5Ä║\x1D\t ¹·\t ░ "
b"\x01 É┌Ñ\x18\x17 pªLõÊöP@Ù "
b"\x01 É┌Ñ\x18 5s·¿ƒcFè\±é "
b"\x01 É┌Ñ▓lq¿øëùxÌhnƒ "
b"\x01 É┌Ñ│br ╝┴yG½à\6 "
b"\x01 É┌Ñ┤5p╩ü}Õ"í\t X® "
b"\x01 É┌ÑÁ\x00 pøö▒ô#lëÕ═ "
b"\x01 É┌ÑÁrv×§a\x18 ª ç@ "
b"\x01 É┌ÑÂ\x18 q}▒Ò(úî`d╝ "
b"\x01 É┌ÑÂõpvÜ▒§BÔP "
b"\x01 É┌ÑÀ\x10 s╩öAFC\x0E ¢ûs "
b"\x01 É┌Ñ©\x03 r¨┤fºÌ¼r┼ "
b"\x01 É┌Ñ©┘q>©┐\x18 £ú&¼\x04 "
b"\x01 É┌Ñ╣¶r╩ÆE‗Æ_┼┼\x16 "
b"\x01 É┌Ñ╗bs\x1F üùÁ╩çîÆä "
b"\x01 É┌Ñ╝Cròĵ߹%E|Î "
b"\x01 É┌Ñ¢\x1D sÞ┐CG\x7F ®ÎÒ "
b"\x01 É┌©\x11 ▄sÀÇR`\v QÑVâ "
b"\x01 É┌©\x12\x06 s╚Ø#·ì:úX\t "
b"\x01 É┌©\x12 0sw¼àùêe·²ƒ "
b"\x01 É┌©\x12 ZpÄÖ└íþú─©┘ "
b"\x01 É┌©\x12 àqcçv'┐<Òh" "
b"\x01 É┌©\x12 »r²½¸Ø1┐@Çá "
b"\x01 É┌©\x12 Íq▄«uÆÁË%t: "
b"\x01 É┌©\x12 ²r╝ƒ¬ó┤¨ádF "
b"\x01 É┌©\x13 $qߪ<┌?ÀJyõ "
b"\x01 É┌©\x13 Ks\x10 ®±²h\x00 ƒ\x15 ╦ "
b"\x01 “b„¿©p§¼¢$\x08 #Ôt\x12 "
b"""
\x01 ôbè\n
¬r?É´\x1E ÀÊ\x07 ═k
"""
b"\x01 “bŠ\x1D ÁrL·?¶b\x18 è$\x1F "
b"\x01 “bŠY\x7F p,›™¯Ú±Wq‡ "
b"\x01 “bŠg=p®˜Qº£¼k~( "
b"\x01 ôbè»ls-Å©IÄéE\r "
b"\x01 “bбÓr»˜er\x15 +\f „š "
b"\x01 “bŠâGrƺ,3h\x1D 9lC "
b"\x01 “b‹:ºpv„;œç\x01 m¦ë "
b"\x01 “b‹AEq’¿Õܧ%|ÖÓ "
b"\x01 ôbïK\f sѼP\x11 æÁ└@ì "
b"\x01 “bŒ\x19 5pÓŒð\x11 `ŸÓL¨ "
b"\x01 “bŒ\x19 ŒrÁˆ{OO<\x1C dÓ "
b"\x01 “bŒ\x19 Þr…¬S“â7\x0E k² "
b"\x01 “bŒ\x1A 1q©¿\x01 Ãðö´NÑ "
b"\x01 “bŒ\x1A ‚rÚ©¶g»Á?¦ "
b"\x01 ôbî\x1A Ès╝ÅÆÞW«7\x05 "
b"\x01 ôbî\e 'pÐ▒Y╚Å\x00\x17 ö^ "
b"\x01 “bŒ\e ypP¢ƒß\x10 ìïDü "
b"\x01 “bŒ\e Çqb«ÚÊo’îÄÄ "
b"\x01 “bŒ\x1C\x19 q½¡·5\x11 «¿\x12 w "
b"\x01 “bŒ\x1C lpu¦‹Þ–\x18 t“· "
b"\x01 “bŒ\x1C ¿sU¶zpô›R\x01 G "
b"\x01 “bŒ\x1D\x13 s\f …ÔÇ×ú3øJ "
b"\x01 “bŒ\x1D fs”üzŽå*\x18\x10 "
b"\x01 “bŒ\x1F Ss†\x02 Æ\x13 ×ðþ° "
b"\x01 “bŒ\x1F ¦pœƒ½(næÎ‚Z "
b"\x01 ôbî Âqãì\x00 ÚùÜa´▀ "
b"\x01 “bŒ'Fq:ªŽˆÜ(O%¨ "
b"""
\x01 “bŒ'’qQƒÛ˜>¢\n
\t .
"""
b"\x01 “bŒ(Žry«Ÿy3ïc*à "
b"\x01 “bŒ(ØqD“Û2¡ôA§Ü "
b"\x01 “bŒ)"q£–Žù‹¥ û³ "
b"\x01 “bŒ)lrŸ®¹Süù\t Ûª "
b"\x01 ôbî)ÂpNìLÄbÈ\x7F Ú+ "
b"\x01 “bŒ)þqÚ–síà›A\x04 x "
b"\x01 ôbî*Gph»\x15 ½QÝÆÿÅ "
b"\x01 ôbî*Ér\x04 £Í%ìA\x08 6¢ "
b"\x01 “bŒ*ÙsÞ»£ó\x13 ð¿\f c "
b"\x01 “bŒ+"r“”s\x04 aŸôŠ\x02 "
b"\x01 “bŒ+kpܨ\x0F a\K`”¨ "
b"\x01 “bŒ+µpä¢~B"\x0E a\x1C L "
b"\x01 “bŒ+ýrì¿Ùè\x11 Í\x1A F "
b"\x01 “bŒ,FrQ‰Rßÿ\x00\x13 4r "
b"\x01 ôbî,Ås╦ÜîàÑ▀"îW "
b"\x01 “bŒ,Ùq\x07 ¿\x11 ™ˆ\x13 »Åí "
b"\x01 “bŒ-#rпۉýC=©– "
b"\x01 “bŒ-nrþ‰—|šDûa\x16 "
b"\x01 “bŒ-·p±·]\–³Ïp8 "
b"\x01 “bŒ.\x00 q^—“·AtÝg¥ "
b"\x01 “bŒ.Is_Ž<mƒÔ/\x14 ! "
b"\x01 “bŒ.’r2€×¨Ø!@S\x02 "
b"\x01 ôbî.▄qeØ\x18 #Í┴\x00 z« "
b"\x01 “bŒ/%q\v œ§\x00\x07 ‚“rÎ "
b"\x01 “bŒ/nr$¹è”š7Å„Æ "
b"\x01 “bŒ/·r>€ªÆ|ßyˆ "
b"\x01 “bŒ0\x00 s•°>¥!\x02 |šU "
b"\x01 “bŒ0äp§ˆ´HÕöi{r "
b"\x01 “bŒ1.p+º±$\x1E #œÛ– "
b"\x01 ôbî2(rqïýMä\x1C ØÄƒ "
b"\x01 “bŒ3)q÷±˜Ÿ®*õVv "
b"\x01 ôbî4\x1C s\x1F Ö[Å\x16 ¬╔\x12 ^ "
b"\x01 “bŒ4hsôˆ•ŒS©ø¨0 "
b"\x01 “bŒ4´qᢻ`[mr;C "
b"\x01 “bŒ5\x00 rŠ™"¹ƒ‹Ý:t "
b"\x01 ôbî5Lq╗ñí▄▒è╩3É "
]
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 , 0x0190DA8BEE4171B09AC6D5F7E7D81AB6 , 0x0190DA8BEE5E71C7B99C2E4C3FE987E2 , 0x0190DA8BEE7972FA865E2EA2D6F02604 , 0x0190DA8BEE93717C99EED4115CB99BF5 , 0x0190DA8BEEAB72DE8E0A2767D1DB27D0 , 0x0190DA8BEEC271EBB37CABB73C5DB6BA , 0x0190DA8BEED372D690BE275BB2782BC2 , 0x0190DA8BEEE473A6B62F1D5660539D2B , 0x0190DA8BEEF571E99FD6208342CBA5C8 , 0x0190DA8BEF06739ABFDADFE49F2CF6E2 , 0x0190DA8BEF1872EC8134D3DB7BE1E6A9 , 0x0190DA8BEFE270629BBF015852856E9A , 0x0190DA8BF0B17308AA20AB62965E0DBE , 0x0190DA8BF0CE71F3BC7C38D7419A5BDA , 0x0190DA8BF0E970E38A0BDC41DAA96E19 , 0x0190DA8BF10370AA90F63BC8A77BDA77 , 0x0190DA8BF11B7299A62AFC49DF0F5C65 , 0x0190DA8BF13270CE8BDDDE7B1EEA3DA4 , 0x0190DA8BF1437226B0DB1126A8244F32 , 0x0190DA8BF15473EABB1861F6B384EF78 , 0x0190DA8BF16571B3BA65524C0B346E37 , 0x0190DA8BF176719B9C4B02C1DE058A13 , 0x0190DA8BF18872F8B30EB8B1ABA4BF0F , 0x0190DA8BF199726A81C44E1F8C3AB45F , 0x0190DA8BF1AB7243A1B994B69E8F581A , 0x0190DA8BF1BC72E791DC126634A6FD5B , 0x0190DA8BF1CD717784D16042A52BDD17 , 0x0190DA8BF1DE71178B3FEE7D4BB1F0D2 , 0x0190DA8BF1F071CA9D1C67D9D81FF80D , 0x0190DA8BF202713EA29C0A0CD2F160FF , 0x0190DA8BF213732685833FB27810DD86 , 0x0190DA8BF2247011A5C496998CEA371D , 0x0190DA8BF23672A9875E42B9F519628C , 0x0190DA8BF24870A6AE7A863802CA8E7C , 0x0190DA8BF25A73329DA816EBCE4ABFBB , 0x0190DA8BF26B702C85031775D28A5DB7 , 0x0190DA8BF27C73C3AF8C80B4ECA796F2 , 0x0190DA8BF28D73B9B437EF5A86FDBBF0 , 0x0190DA8BF29F7319A5DB2C74967726DE , 0x0190DA8BF2B072DF921AABF4DACAA15D , 0x0190DA8BF352722096B7F7C3B901D7C1 , 0x0190DA8BF37272D2AC1BD7CB66426E3E , 0x0190DA8BF38D71A89B1CE6BCCC1CD0A3 , 0x0190DA8BF3A770B1A8A3B26311020421 , 0x0190DA8BF3C07227A33359959D3D681B , 0x0190DA8BF3D973E0AC7FC0DCABE3BB19 , 0x0190DA8BF3EC7352B662E433D501B63D , 0x0190DA8BF3FE71CA9F94D5858D749370 , 0x0190DA8BF49D71C2AAD81CF3AD2EB89E , 0x0190DA8BF4BB728E8150F0BAFBF74F27 , 0x0190DA8BF4D67362BCC19CA9B9C117B3 , 0x0190DA8BF4ED7063BB64685157EA83A3 , 0x0190DA8BF50572E9829AEBDD6A61DC28 , 0x0190DA8BF51B7154A2F2A6E38971D2CA , 0x0190DA8BF52C70F4857F1FDA08F0183A , 0x0190DA8BF53E73E6A3BA16A7FB6EF611 , 0x0190DA8BF54E73709085B1CE5F4A4383 , 0x0190DA8BF560719E9CB229B472870C15 , 0x0190DA8BF571718492E35EAEBDDDBF6C , 0x0190DA8BF582712386FAE001DDD82FC5 , 0x0190DA8BF593736CACD168A70AA827CD , 0x0190DA8BF5A4726E8670C5F03B8E11A1 , 0x0190DA8BF5B570F9824E6BD03BA74A69 , 0x0190DA8BF5C7733B876C42BE41A3DB17 , 0x0190DA8BF5D973259072A112F0C14293 , 0x0190DA8BF5EA73B88CB0FDFFDC4C47D5 , 0x0190DA8BF5FC73D1AD6735D54C509037 , 0x0190DA8BF60D73C2BFC256F4F26D74F0 , 0x0190DA8BF61E722D8AF0C2A9C40632DE , 0x0190DA8BF63073068270251BAE6E9593 , 0x0190DA8BF64471CE9C6D6C8ED1F4FAFE , 0x0190DA8BF655707E94A7D03DF24CA63E , 0x0190DA8BF79373E898B06AAB024F4C18 , 0x0190DA8BF7AC71C2A02832545CBF8207 , 0x0190DA8BF7C671A99BC7C0952E5C0105 , 0x0190DA8BF7E072D5BAAE6760A743866F , 0x0190DA8BF7F470EDAA80AA458F35A8E2 , 0x0190DA8BF8067039AD6265C342ED2736 , 0x0190DA8BF8177102872DE75110056E63 , 0x0190DA8BF82770F5BFC3C16787BB8DF8 , 0x0190DA8BF8387305BE41B29D00EE2484 , 0x0190DA8BF8487090B428A28B0176ABA2 , 0x0190DA8BF85870ED99D5AB55EA46D95D , 0x0190DA8BF8687041B15B0731A679A113 , 0x0190DA8BF8787240BEC489F46C46F2C2 , 0x0190DA8BF8887292B26BE4B5EA2B4523 , 0x0190DA8BF897711BBB01650A4ABA9B00 , 0x0190DA8BF8A770FC990341F9DC957E85 , 0x0190DA8BF8B77110B6399CC7ED9F1902 , 0x0190DA8BF8C872D2B4D2DB633B96A286 , 0x0190DA8BF8D8717BB6978228A039B594 , 0x0190DA8BF8E77190963B84717DAE10EB , 0x0190DA8BF8F772838C1B54075B63C529 , 0x0190DA8BF9077278A794D2E77118F139 , 0x0190DA8BF98B71CF8B5C93D2466C49ED , 0x0190DA8BF9A672E38EF25124296796A1 , 0x0190DA8BF9C173368A7435652404424C , 0x0190DA8BF9DB730C8E28D49D07AD704F , 0x0190DA8BF9F2707F93181C0EDB988712 , 0x0190DA8C10FB7397B9F9CDD0AF796A9C , 0x0190DA8C1119721DB7013957B53BA6EF , 0x0190DA8C1135722D84D310446F8ACDC8 , 0x0190DA8C115273C894FC858C99C4838F , 0x0190DA8C116B7197BBC87ACB3257BAED , 0x0190DA8C118473DDB4231C39BB741297 , 0x0190DA8C119B7379B74DC963E32DC6E8 , 0x0190DA8C11B0720BB9E1A16A91F23BC4 , 0x0190DA8C11C272FE95EDF404EFB9C488 , 0x0190DA8C11D37299B5423CEAE1A35B21 , 0x0190DA8C11E47006824069F65153CD95 , 0x0190DA8C11F5718E9E878F2979B3A985 , 0x0190DA8C120872F3B9DC842C462C577A , 0x0190DA8C121973CDA3418A5706D4124B , 0x0190DA8D03FC704E9642EDC1A406B5BD , 0x0190DA8D04B6722F99568C436B42E402 , 0x0190DA8D04D772ACB7FAE6966BAC1CC7 , 0x0190DA8D04F3704099B6706CAEC4F417 , 0x0190DA8DBBD973F08697863C017F3602 , 0x0190DA8DBBFB7294AB18FED156D12492 , 0x0190DA95AF767332B9592A90DCEE1FA8 , 0x0190DA95B02F73DF887F113EF2A6DE68 , 0x0190DA95C8D873D28C5BFCF297C47AE4 , 0x0190DA95CC17718089FA33866B26BD9A , 0x0190DA95CC3B70C181848DEDC0212122 , 0x0190DA95CC5D714294D4E63DB392FD9D , 0x0190DA95CD237341AEE068B74816963C , 0x0190DA9A3F2770D9822DE821BD084988 , 0x0190DA9A400372B581A50E445BE49B45 , 0x0190DA9B4959721AADE6FCAC1FE0C1DC , 0x0190DA9B4A1C72C6BA2AAED7383E8243 , 0x0190DA9B4AF37023B58143FF18D82E1A , 0x0190DA9B4B1E70D1AEB88763A9DB03CC , 0x0190DA9DC42573AD872883D6F92F74B2 , 0x0190DA9DC4E2729A83A24F4CF8BC72D8 , 0x0190DA9DC50C71AD908501398F32F520 , 0x0190DA9DC52E7375BFC829C6D778F7CA , 0x0190DA9DC549728DAFD67A9A0CF20121 , 0x0190DA9DC56473C887D19B0DA735B4A1 , 0x0190DA9DC57F70F3AEDCD468B567F7B7 , 0x0190DA9DC644715290AAB2DF05DB354A , 0x0190DA9DC66D708A878B66D54769F866 , 0x0190DA9DC68D712EA62D0865AC2606DF , 0x0190DA9DC6A87055B839AACCAC7FDF0C , 0x0190DA9DC6C270CFABFB7E56616C3037 , 0x0190DA9DC6DD72D29804D1A70E4B29D2 , 0x0190DA9DC6F7705D95ABEE13E4AA21D8 , 0x0190DA9DC7127018934FC3FAA2DB10E5 , 0x0190DA9DC72C738D9EA399679A6E8A35 , 0x0190DA9DC74670F0BCF3C08F7BB5D0A9 , 0x0190DA9DC76171189382BF767B52AFF0 , 0x0190DA9DC77B73AF91C5D95BB65EF011 , 0x0190DA9DC79672BB9E4269BE342FAA54 , 0x0190DA9DC7B0716693E44F21FFC44BD9 , 0x0190DA9DC7CB731084CC099530D0FE1F , 0x0190DA9DC8B7727BA4C74E906D6AE6E1 , 0x0190DA9DC973735FB96A6D37836FE3EC , 0x0190DA9DCA407179982A072D798BA072 , 0x0190DA9DCA6972928F2446DB88FD8529 , 0x0190DA9DCA8B72189246B07D4953FC34 , 0x0190DA9DCC0A71EC96206353BCBFF4D4 , 0x0190DA9DCC34733AB31060CEB1CB1096 , 0x0190DA9DCC5670149B0E9889BB45D226 , 0x0190DA9DCC71723384B09174570A7FB7 , 0x0190DA9DCDDD71E18254989082F8134F , 0x0190DA9DCE077229ADB3307C71138961 , 0x0190DA9DCE2873CA9C911DC10FA89660 , 0x0190DA9DCE4373E0A88297EA91E9D604 , 0x0190DA9DCE5E71C8BB3619DBA335D169 , 0x0190DA9DCE79738E9D85A9BA88A5841B , 0x0190DA9DCE977042834CA45B6B0003FF , 0x0190DA9DCF4E701A8158E9E83B54DC78 , 0x0190DA9DCF697129842DAE259C3D0E0D , 0x0190DA9DCF8470E9833E746C9BD5696E , 0x0190DA9DCF9E7361AA61E0BFF1EAE3E8 , 0x0190DA9DCFB97143A6D31B5B15E5C254 , 0x0190DA9DCFD470D680C7F3F424B0B51E , 0x0190DA9DD0B3714EB6546DF3EB1D4026 , 0x0190DA9DD1847306AC315CD43C158C33 , 0x0190DA9DD26270B6AA593A7545FFE818 , 0x0190DA9DD2887223A8176B13AAFA5710 , 0x0190DA9DD2A3701DA428CD6AE9C5FF43 , 0x0190DA9DD2BF702DA21CD96FB4EBA1BA , 0x0190DA9DD3FC72439E1506A74CA76DDC , 0x0190DA9DD5C97321BA29BC9E592141E1 , 0x0190DA9DD72B7281AAB47A6400D55A33 , 0x0190DA9DD81273458978ADDCC4AA74AB , 0x0190DA9DD83F708586E19747FEA1A513 , 0x0190DA9DD91372E8A58F839467DB9600 , 0x0190DA9DD9CC718F8ADFFC8A58E9420C , 0x0190DA9DDA9073B5981F86766195E970 , 0x0190DA9DDB80710F937A7E0DC4576FC2 , 0x0190DA9DDC7571DEB8B6DBA89AF23829 , 0x0190DA9DDD427227B1BA622C1FF651AD , 0x0190DA9DDE0A73B1B1A84D4D4EBFD99A , 0x0190DA9DDF8D72D98608975E41D5EB75 , 0x0190DA9DE06572A1878F5CDDAB13C4A7 , 0x0190DA9DE4DA7363A28F4C7734C29DE3 , 0x0190DA9DE59D700498A69593DB0C7FC8 , 0x0190DA9DE660722BBA827153D77C8BCE , 0x0190DA9DE728716A8C585BAA978E262B , 0x0190DA9DE7F2736C91FADC2DBC8BFC02 , 0x0190DA9DE81C70C88C7E0C012FB4EDD3 , 0x0190DA9DE90C70498DA60A464DEFD53D , 0x0190DA9DE9CD736FB7C3E7104B188FD4 , 0x0190DA9DEA9572D8B7949A9891645780 , 0x0190DA9DEB4273349B55C855464B5586 , 0x0190DA9DEBE6712F95E09397D09E9A1B , 0x0190DA9DEC9172A48E2165703E0A20CF , 0x0190DA9DED5172CFA02B15D904D75D8D , 0x0190DA9DEE37720499D0C251F843A8DC , 0x0190DA9DEF0473EDB73347FD3A0E4AB2 , 0x0190DA9DEFB4714588620D2278151B7E , 0x0190DA9DF0677389939C461943CBC6BE , 0x0190DA9DF12F7208A37308F708495100 , 0x0190DA9DF22E709A80070CFAE399304F , 0x0190DA9DF258705E870B34F4026B7B7C , 0x0190DA9E0B26730C975D9A287F9B3CAD , 0x0190DA9E0B487059A75C1FA91F289320 , 0x0190DA9E0CAA70059DCE92557D99D67F , 0x0190DA9E0CD8727F86D4BAB8918530F0 , 0x0190DA9E0CF373CE97CA3C50F268CCCD , 0x0190DA9E0D1272A6BBB0BAF48122D420 , 0x0190DA9E0DE8702DB55371C9F3FCBF0E , 0x0190DA9E0EA77160AB0A3E6BC45E6A12 , 0x0190DA9E0ED8703F811DA59B04750827 , 0x0190DA9E0F0171E78BC8F9F6FE0356A3 , 0x0190DA9E0F2D7084A0355754E9605A7E , 0x0190DA9E0F4A71FF98AA222197F9F252 , 0x0190DA9E101471A096F7F2DB29FA7498 , 0x0190DA9E10407158A1F38A7C88017171 , 0x0190DA9E106470BEA9AD3B76E55BD937 , 0x0190DA9E112773838A86937C61049263 , 0x0190DA9E114C725185D539C079424FB5 , 0x0190DA9E116A7226AD35D67BD8582247 , 0x0190DA9E1183721FB01C5F2C00E04F14 , 0x0190DA9E11A17337AD56937FE29A24C2 , 0x0190DA9E11BF7018BDBABA4D73A410A1 , 0x0190DA9E11DB7328BE30909F2B9F90DA , 0x0190DA9E11FA71C8AD966155547D5FE1 , 0x0190DA9E12CE708BBCD435DB4429A7D5 , 0x0190DA9E12FF72C7892D8F66F2AE28DE , 0x0190DA9E132873AB96EBA027421B3998 , 0x0190DA9E135372E1A7ABAFE82784F5FE , 0x0190DA9E14BD7326A11106105170E535 , 0x0190DA9E1585727BA3B0BE5948EE7019 , 0x0190DA9E164670A592695357EDEF6429 , 0x0190DA9E167070848FDE88A6F8408EE4 , 0x0190DA9E169270B58D3158A30401C420 , 0x0190DA9E16B2725A948BA86A359A9D94 , 0x0190DA9E1773715EBB75F53A1DFE7AAA , 0x0190DA9E179D72A99D196CFD88C28F91 , 0x0190DA9E17BF71EAB1E54907634F9392 , 0x0190DA9E17E072FE9F07970FC4AF8EB0 , 0x0190DA9E17FD73BA980C782FFA6EDB27 , 0x0190DA9E19C170FBB0CE6B80560F8DD5 , 0x0190DA9E19EB720BBD0E90C781C9B9AC , 0x0190DA9E1B2573C4BDF6B75C88F10284 , 0x0190DA9E1B4F7345BC104FBD117A7A91 , 0x0190DA9E1C0F70C4948EDADE855BFC48 , 0x0190DA9E1CD2725488FB414C6651F73D , 0x0190DA9E1DA57382A8FB454C92437713 , 0x0190DA9E1DD57388A792ECEF6122EB50 , 0x0190DA9E1EA672679103B7230EDB036A , 0x0190DA9E1ED273E9A46D41DF7053AD01 , 0x0190DA9E1FA773F5AB65375949EDF7FE , 0x0190DA9E20657142A2FF075F8C86EFF1 , 0x0190DA9E21857053BCD1CA58A16B3561 , 0x0190DA9E21B770E09C621CFFAF3210CB , 0x0190DA9E2404712B8D950FCAA1899AD3 , 0x0190DA9E243571A4ADA4635ABEF90029 , 0x0190DA9E2535702B8A6FA47786FACFF2 , 0x0190DA9E2569717BBEBEA5533C9B7F41 , 0x0190DA9E258E708697EC7FE9B58ADAE7 , 0x0190DA9E25A973C5B35501E7826A76AC , 0x0190DA9E26AA72298D9A8216A347DF9D , 0x0190DA9E26DB73C4A06BA6577F5A52D7 , 0x0190DA9E2704732DBDF2E30A8BD5AB9E , 0x0190DA9E272173E1B2C67E1EF04A50D6 , 0x0190DA9E273F710F9FFF2A938D560523 , 0x0190DA9E275972A79EEB2D8547B86EC0 , 0x0190DA9E2828714BBB3CBB148E96748D , 0x0190DA9E285170CAAB71B6B7E6806D0C , 0x0190DA9E28737317AB615EDD597AF647 , 0x0190DA9E288E713C8C0BB233A3A968E4 , 0x0190DA9E28A872DBAC1F91528ADF509F , 0x0190DA9E28C3717DA7850B410C3D8F06 , 0x0190DA9E2AEB70D18D2BDBF400A2EB1A , 0x0190DA9E2B1570958E6905BBBDD7FC3C , 0x0190DA9E2B37721C9140674E638F4171 , 0x0190DA9E2BF9726CBD341CF9D68612F4 , 0x0190DA9E2D8D716ABE33B80A6F5ABFFE , 0x0190DA9E2E7B70BBBC20F3C8A6E3B99F , 0x0190DA9E2F3F72CE94DE2CB2CE612935 , 0x0190DA9E2FF9728D8609444D5E202266 , 0x0190DA9E30BD703496917415A3D06771 , 0x0190DA9E3185707BB23F1AD7CDC79B28 , 0x0190DA9E31AF708E9F9F2D0B410E1267 , 0x0190DA9E31D0704E8BB7CC581749E49B , 0x0190DA9E31EB722FB851793B62B82016 , 0x0190DA9E3205707C965263C971DFA4E5 , 0x0190DA9E34647244A34D9502017CB373 , 0x0190DA9E348F7070A0B3D950BD7EF52B , 0x0190DA9E34B0722DB6D412D38AE86D3C , 0x0190DA9E34CE7377BFF8E801E8D7E8C0 , 0x0190DA9E35EA7244998FDB0F60519E3A , 0x0190DA9E375172378DDECA2E16EAE890 , 0x0190DA9E378273AF87EDE9C6E0CF92D5 , 0x0190DA9E37AB7126B976C12EAF3C1D27 , 0x0190DA9E37C6700CB0AFA90B9B1F8BFD , 0x0190DA9E37E17174A4FF8B1690C12702 , 0x0190DA9E37FC71DA8438F9341386FDD8 , 0x0190DA9E381871E29E4747FC88665636 , 0x0190DA9E383372C5AB982D41E09EAC12 , 0x0190DA9E3852738D8F3064102816857A , 0x0190DA9E386D73AD881F2D5715150C8D , 0x0190DA9E53A373FBAF91AAAFF18EB775 , 0x0190DA9E53C171D090B107C8AB4F50AC , 0x0190DA9E53DC71D6ABC9E022BECFC5ED , 0x0190DA9E53F7735F99F0A02965C29E86 , 0x0190DA9E541273909920795A39EFF31D , 0x0190DA9E542C73839F33B5A2DD9CD066 , 0x0190DA9E544872DAB6950821292D36FF , 0x0190DA9E5463739488A5959E8EC04734 , 0x0190DA9E547D7036865FDC515EB5D64F , 0x0190DA9E54987014822B3C197D7B2053 , 0x0190DA9E54B372B391158F0919747344 , 0x0190DA9E54CE7316A28986E6DE3CCD28 , 0x0190DA9E54E873F0A47F83BE6069E129 , 0x0190DA9E55037227991A021D1E6EE4B4 , 0x0190DA9E551E70BEBA0492D66AD34CF6 , 0x0190DA9E570570768C59ADEE811897D5 , 0x0190DA9E5919718CBA5774540C96EEA1 , 0x0190DA9E5AEC73AB9167B34C8C0D82A0 , 0x0190DA9E5C5D728BA8618510E562850C , 0x0190DA9E5E157245824D4B3F00470CAB , 0x0190DA9E5ED3722282419983F5366BD9 , 0x0190DA9E5FB1722D8542A8299E5E5ED3 , 0x0190DA9E607B70EF872396470FD49DDA , 0x0190DA9E60A873FB92024FD286D04EBF , 0x0190DA9E61DD721190D8971DD0D45220 , 0x0190DA9E620771069F8EEF98A792DB07 , 0x0190DA9E637273BCA8730ABC7831B0B0 , 0x0190DA9E639D72A09E76DE2AED1E2F99 , 0x0190DA9E63BF71B3B1D15FAD9063CBB9 , 0x0190DA9E652F7286AA81E2210690F938 , 0x0190DA9E6559707FBBE41AAF76D904E0 , 0x0190DA9E657B7192B5084C606788544C , 0x0190DA9E6596722C9C241E149C71A8F4 , 0x0190DA9E65B1718297F53286E2108706 , 0x0190DA9E6673734B8EE03D86A4AD9413 , 0x0190DA9E67FD72C79B00FCC98C40C058 , 0x0190DA9E68287395AC3180FA2AD911CD , 0x0190DA9E684A72249DB0E46B7584E727 , 0x0190DA9E6865715A81BCDF4BEFD0E3D1 , 0x0190DA9E6880713794F6C6DFE22A91C7 , 0x0190DA9E689A72C8B96037C0C214F170 , 0x0190DA9E68B570E3A1E8F5ADB6AB5D41 , 0x0190DA9E6A2D705BA6A3BBEF19B4F260 , 0x0190DA9E6A58737AA8C08F8F50686663 , 0x0190DA9E6A7873BDA232DD2CEFF31488 , 0x0190DA9E6A92725D8C8070F252FBA0B9 , 0x0190DA9E6BB373208B3E85C9CC622547 , 0x0190DA9E6BDC715CACCA56690AD8B228 , 0x0190DA9E6BFD70D7B56550DC5653A6DA , 0x0190DA9E6C17708FA76F22F0D3B122B7 , 0x0190DA9E6C30739885FD1D29FB426F96 , 0x0190DA9E6EC670639088B8457D2258C1 , 0x0190DA9E6EF072BF8D8FEE9066F8780F , 0x0190DA9E6F11728882731C0C54F6430C , 0x0190DA9E74DF722FB344B1D626ACB72C , 0x0190DA9E7509737997C2AB1BDEAE53A1 , 0x0190DA9E75D473DF97C380BCBF128EF4 , 0x0190DA9E75FD73A58E3BCDE5849F100F , 0x0190DA9E762572B39C7CBBC596B15924 , 0x0190DA9E7642716BA8C2C2AD5C6FCB89 , 0x0190DA9E76DE720482F4882D24BBF09F , 0x0190DA9E770973EDAAEBE1759963E7D3 , 0x0190DA9E773271479380A1638A3985BE , 0x0190DA9E774C70E4A2979DD09F98619B , 0x0190DA9E77EB729CB3D660AA0AE50A01 , 0x0190DA9E780F71848E5F3075AEB19C70 , 0x0190DA9E782F706B89733AA1997D7C6E , 0x0190DA9E78DC7134A9D27B2A33F76799 , 0x0190DA9E79097319BBDADE2431CA6B93 , 0x0190DA9E79D97294B09A51B3AF4F8CEF , 0x0190DA9E7A0A72538AC09B46F0DCBD29 , 0x0190DA9E7BC372478AAE28AA1D185650 , 0x0190DA9E7D3672498B779F3A9D86256C , 0x0190DA9E7E317040A4027169EC1FD23B , 0x0190DA9E7FB773CBA8CBFD2B8A32B522 , 0x0190DA9E81B770E6B602D508B94492F4 , 0x0190DA9E83C772279785528D4C9FC1AB , 0x0190DA9E853571EEB8636F6CEBC22C3C , 0x0190DA9E856372EBBD8FC35B1A2A0055 , 0x0190DA9E8611719E8CC7975A1CDD9DC5 , 0x0190DA9E8642724E8AE97ECFA2413FFC , 0x0190DA9E866A7339A70270B4FF5B1FC8 , 0x0190DA9E873E73E6BD1A87B9460E9F0C , 0x0190DA9E880373F693CBDD0CC15A5021 , 0x0190DA9E88C7725284915857B7FDD8DE , 0x0190DA9E898571008D41D0B899E39BA7 , 0x0190DA9E89B27349BE7143303141DC98 , 0x0190DA9E89DF71D986D361D8714BA94E , 0x0190DA9E8A00730991B7113E8FEED34B , 0x0190DA9E8AD67097AE979A7A3FE214A2 , 0x0190DA9E8B0671699D2CB449A86880E1 , 0x0190DA9E8B2D722D83A6179191475F94 , 0x0190DA9E8C237289B7261E67DE69AD1A , 0x0190DA9E8C55705E9C0B83EF5E8C3CC2 , 0x0190DA9E8C7F71FDA50D94BCC6FCE6A3 , 0x0190DA9E8D4B734CA25B0A7D77919275 , 0x0190DA9E8D7A71BCA627EEF5702ED5C3 , 0x0190DA9E8D9C72A193673BDB7FEB3CD1 , 0x0190DA9E8E7B70ADB24BF08A10FFA7D1 , 0x0190DA9E9159734FACE3850801DC7A70 , 0x0190DA9EABDC71FF9AA64AC0A5B78B32 , 0x0190DA9EAC9D70D58E14C657B1A45C80 , 0x0190DA9EAD7772F0BF4DBE586EA0DB11 , 0x0190DA9EAE5670A2BECB1565C19DE678 , 0x0190DA9EAF40737F85AECC206BF5AA94 , 0x0190DA9EB01670ABBB544D792F46C1B7 , 0x0190DA9EB04472DC8696672429F978C0 , 0x0190DA9EB06A7225A8F98194683A93D2 , 0x0190DA9EB08C715387A5D00F5DCF6160 , 0x0190DA9EB0A773169ECD548BD24F8137 , 0x0190DA9EB0C671F483B6C374A6531AE0 , 0x0190DA9EB18F70A7883A59F2E165A8D6 , 0x0190DA9EB25670F09555902D057FD85F , 0x0190DA9EB36A725B9A8523DF3E1865AB , 0x0190DA9EB43372DA8AF1697902E5C656 , 0x0190DA9EB4F173A0BC5E40F37C4FCBDC , 0x0190DA9EB5B97193B4995943FED49826 , 0x0190DA9EB685733DB9B96028D03ACB62 , 0x0190DA9EB7427375B9DDF2FFDA9ABD37 , 0x0190DA9EB80673258A2A8EAD402F6FF1 , 0x0190DA9EB83071789FED24E782337A16 , 0x0190DA9EB8F37170AC180AB4800C9BE4 , 0x0190DA9EB91D70DCA3EBC84EB2181DAD , 0x0190DA9EB9DE721F87AE3A40E70A85EA , 0x0190DA9EBA0872DBA0CF6CD938F30AEB , 0x0190DA9EBA2A7214AF9A41BA2B5A55AE , 0x0190DA9EBA45718DB4BBA1F15E928A94 , 0x0190DA9EBAF87197BA38CD4D2C425346 , 0x0190DA9EBB217338A98080632DE1BC3F , 0x0190DA9EBB41719B837FF5E4F6143A3C , 0x0190DA9EBBF97017B3539EB2BCB13A38 , 0x0190DA9EBC2673B18EDC905E90A813DE , 0x0190DA9EBC4A726F8C7D163D1DE5EC4D , 0x0190DA9EBC6770FEAB87B48B7C00EBC7 , 0x0190DA9EBC827170B3EC805981571CFF , 0x0190DA9EBCA173AB826EB36E38FD6545 , 0x0190DA9EBCBB7304A483EF03FFECAE66 , 0x0190DA9EBCD771119B8857E04D905C78 , 0x0190DA9EBCF57128AA5C5920CF589F2B , 0x0190DA9EBD1073CEBF25926FE1FB23F6 , 0x0190DA9EBD2E70499E89675990691C2F , 0x0190DA9EBD4971CA8425D19C9A60E287 , 0x0190DA9EBD6470DC85EB614DFC0751C5 , 0x0190DA9EBD85714BB2F2E6195874070A , 0x0190DA9EBDA0726CBD10B458D56A5031 , 0x0190DA9EBDBF720A8E106CFBE9C783D0 , 0x0190DA9EBDDA70769863898E550FA388 , 0x0190DA9EBDF572CB920B755C8DA38529 , 0x0190DA9EBE1672609B5E623DFECF3941 , 0x0190DA9EBE3173FD924CE066DDC49D3D , 0x0190DA9EBE5071FC91666781F5832287 , 0x0190DA9EBE6B7229B8405CC8D73923B4 , 0x0190DA9EBE87701CB2D9AFA56015ED59 , 0x0190DA9EBF3B70149076B2B4FF10FFD3 , 0x0190DA9EBF6072939EA536153D83BB42 , 0x0190DA9EBF7E72DB8028C0F49272A07B , 0x0190DA9EBFA0717093DB4525511A730E , 0x0190DA9EBFBB70A0A799268126E37F44 , 0x0190DA9EBFD9739781B6CC924BC4C7CE , 0x0190DA9EBFF57004A78089D3F6E64D21 , 0x0190DA9EC01070D0A82878EDAA42ABF8 , 0x0190DA9EC02E70AB815F312F5D5DB92F , 0x0190DA9EC0497120990B61F64BED300E , 0x0190DA9EC06472E8977B05D3FC8D27D6 , 0x0190DA9EC082732F8ACF06521048C7B4 , 0x0190DA9EC09D7252BD6C176A1D4C5DC2 , 0x0190DA9EC0BC704FA9D526EA358939D6 , 0x0190DA9EC0D773F5A42B896DEE2F3EB5 , 0x0190DA9EC0F2735EA3FF9A9626EBC164 , 0x0190DA9EC1B4721DB466F02DEA05CBE8 , 0x0190DA9EC1DD70DDB7031DB189758670 , 0x0190DA9EC1FF72F7AE5CBBB6D946A773 , 0x0190DA9EC21D70F88A07852E1CB8C8D7 , 0x0190DA9EC23870A7BE5327316C178666 , 0x0190DA9EC25771299F9C494C15FF520D , 0x0190DA9EC2727203A2F5FF081476B7CC , 0x0190DA9EC28D7265BB4C9CE1261BF39D , 0x0190DA9EC2AC7072B58D97027387F94E , 0x0190DA9EC2C773FF9642EE0A5C4AD2A9 , 0x0190DA9EC2E671A3928A319D668CA017 , 0x0190DA9EC30170B5896FD6C34FCC9675 , 0x0190DA9EC33A73F685938F1B32DA9F97 , 0x0190DA9EC356736E87B1F96DA9CF9A8E , 0x0190DA9EC373739E8A47AB872351CBF7 , 0x0190DA9EC39173B488BC7C86F64C8E0E , 0x0190DA9EC3AC705492E41259580038BB , 0x0190DA9EC3CB72F1BADE9A1F11599DDE , 0x0190DA9EC3E673CA8B6D3C07A5AE2BD7 , 0x0190DA9EC41F713EAFB334E9455CCCCD , 0x0190DA9EC43A705D8AC26D0BD2F6063F , 0x0190DA9EC4597236B29A7F1F60155887 , 0x0190DA9EC474700A9E2916B98F98260D , 0x0190DA9EC48F7336B2E02A8118EF63C2 , 0x0190DA9EC4B17283930886E3B8A7FFE1 , 0x0190DA9EC4CC704A87DF8A606FB71920 , 0x0190DA9EC4E6700195D1B0A32AE5E0BC , 0x0190DA9EC50471F9A027FC9B760FE80A , 0x0190DA9EC51F715495EF61A40DD4924E , 0x0190DA9EDCA1738C8BC663BC117494E4 , 0x0190DA9EDCD070A082BF68ACF55EFDDE , 0x0190DA9EDCF970BDA34C919254AEEFEE , 0x0190DA9EDD1671449DB1554FD08ACB6D , 0x0190DA9EDD317056B2D8F44CC778BBED , 0x0190DA9EDD4F716BBB17B884E1F1B168 , 0x0190DA9EDD6A7353AED41ABF75782753 , 0x0190DA9EDD88729E83500C90A114E0BE , 0x0190DA9EDDA4701BA7E0625A3FFC1F7A , 0x0190DA9EDDC272CA921613E4F72ECDC6 , 0x0190DA9EDDDD738180D1F775800069D4 , 0x0190DA9EDDFB724F9EB6B0037EFCA07A , 0x0190DA9EDE16719182B65AEEDA74A151 , 0x0190DA9EDE3472389D2B402059B1F7EB , 0x0190DA9EDE4F73478C0FDF8CFBD451F0 , 0x0190DA9EDE6D73C5B7F1E2E49E23B5BB , 0x0190DA9EDE89707B8759C9DA0A2F4D5F , 0x0190DA9EDEA67099857DA8083A6EC6A3 , 0x0190DA9EDF5B714CA186A023D13508DD , 0x0190DA9EDF7773178CD959AA9DC8E5F0 , 0x0190DA9EDF9371C69F0B632A2E330A27 , 0x0190DA9EDFCB70F8B1CBA220AF76960C , 0x0190DA9EDFE772D5A042EE6735E9D316 , 0x0190DA9EE00572829C5348D35806B22C , 0x0190DA9EE0207117B37B20324800F708 , 0x0190DA9EE04171269F79335D9BE9BF3C , 0x0190DA9EE05D73BA81ECE506991E658C , 0x0190DA9EE07E73BAB37CBE6271768F49 , 0x0190DA9EE09A737080656FA5E3011A63 , 0x0190DA9EE0B87071AE4369A6BAAEB71F , 0x0190DA9EE0D4713B9AC4EEA8B6A07390 , 0x0190DA9EE1A87148BAC3DEB0970B4925 , 0x0190DA9EE425730BA3F139B52BD567CB , 0x0190DA9EE45270BC97D3792717DD6E1F , 0x0190DA9EE476707392B75FDF02A4E10E , 0x0190DA9EE540731B9F2BE8B79FDCED47 , 0x0190DA9EE6167266B54A0719AED72D21 , 0x0190DA9EE6D272919BD31DCA738D2E06 , 0x0190DA9EE6FC73C58FE8D33FC4697CF2 , 0x0190DA9EE71F7008ABBF6009A668CACF , 0x0190DA9EE73A71FCBA010571D3D4EF3E , 0x0190DA9EE75472AD899DCE2D111A8030 , 0x0190DA9EE76F70768CBEFB50998F4026 , 0x0190DA9EE78A70AF9D21403E74C9EEDF , 0x0190DA9EE83D70308DA9F0DD02C556B3 , 0x0190DA9EE86E72378E0359751B38E56A , 0x0190DA9EE89073FEBF271F97FCF43313 , 0x0190DA9EE8B470978D57CFEFB92A8BA0 , 0x0190DA9EE8CF71F8BA35C14E29ED2EF3 , 0x0190DA9EE9AC722BAE2A4AE71235FF0D , 0x0190DA9EE9DE721AA59FB4D70CA33852 , 0x0190DA9EEB3370D684BEAE90C37AB2B7 , 0x0190DA9EEC0A72F79F460A8CFBBD6857 , 0x0190DA9F46277352ACACA2CFFB640A88 , 0x0190DA9F4659707883CE404BEE5BEDF9 , 0x0190DA9F46817135BA32DC304BA6F7B7 , 0x0190DA9F46A5704CBF41EF6C2FD0EC2B , 0x0190DA9F46C4733FA2A956B9FB2C10D2 , 0x0190DA9F47A173D3B06D795AA79C3791 , 0x0190DA9F47D373A68B49D9E2CF49740C , 0x0190DA9F47EF70FDB3D6A1E2010BD76C , 0x0190DA9F480E7190A3F31D51B5AB227B , 0x0190DA9F482C7370A01E4D0497C6AD4E , 0x0190DA9F4847712AA929BD27C6B4C67E , 0x0190DA9F4865727DA2497969905201D7 , 0x0190DA9F488373DCACC9C8BD8FAD9BD6 , 0x0190DA9F489E73EDA87937F3CA753E29 , 0x0190DA9F48BC72479055C9BA3E9CC0F1 , 0x0190DA9F48DA721F8E693E97F4751C5B , 0x0190DA9F48F572E4A17FAEA1BF485977 , 0x0190DA9F49147226B588D71250693014 , 0x0190DA9F49327008890398DA7B87CA73 , 0x0190DA9F494D710B87AD516E21DC950C , 0x0190DA9F4A1772388CE2230B71BB4CBE , 0x0190DA9F4A4171F1B7C5FDFDE4B82418 , 0x0190DA9F4A6D700D87654EADDB045048 , 0x0190DA9F4A8C70F688B725BBF04492D1 , 0x0190DA9F4AAF716EAA57B584DDD871DE , 0x0190DA9F4ACC7283BC9FFE791F7FAEFC , 0x0190DA9F4AE773D78E18F895B81CDE04 , 0x0190DA9F4B0970B784E0D57FCF34DF3E , 0x0190DA9F4B2671529ED13C457CB22BF2 , 0x0190DA9F4B41739F94D67D0A5EEB2671 , 0x0190DA9F4B6273EFB17EF89DBFEC7CD9 , 0x0190DA9F4B7F71DD9F13CF851A631F3F , 0x0190DA9F4B9B702DB2EE22BE0E0460D4 , 0x0190DA9F4BBC71C28A3AF2687AC8B931 , 0x0190DA9F4BD9728AB01992C3EAD74378 , 0x0190DA9F4BF5725084F6F60AFA2EC339 , 0x0190DA9F4C16728E86435FA5D3453336 , 0x0190DA9F4D07701A915BBE9EF0301DD9 , 0x0190DA9F4DE07332931EE4586717BB44 , 0x0190DA9F4EEE716C8574B674315E0AF5 , 0x0190DA9F500171F08DBB091410319164 , 0x0190DA9F50E27072879BD6D2E2B8EA73 , 0x0190DA9F51177392BE1B65E5581E402E , 0x0190DA9F514071AF8D86031D07AF5C66 , 0x0190DA9F5165702390ABF137250E9C61 , 0x0190DA9F5187723CB2F7D04D37DB6D60 , 0x0190DA9F51A271359CAA24C4558038C2 , 0x0190DA9F51C17212A747AAA3100A72F4 , 0x0190DA9F51E0722F9A942A20567BC8D8 , 0x0190DA9F6A267323879ACBBBE2D8738D , 0x0190DA9F6A5570BA9D1064602CDE869F , 0x0190DA9F6A7E70659B4F802D2056378F , 0x0190DA9F6AA271AA91E69392E4FD73D5 , 0x0190DA9F6AC1726394A0A98EE70DDEEC , 0x0190DA9F6ADE70E4B4D45BBF8F47070F , 0x0190DA9F6AFA711DAEDBD0CBEBEBE79D , 0x0190DA9F6B1573E483A200D06AE1BEDA , 0x0190DA9F6B3373F4848C6F978DB3ED2D , 0x0190DA9F6B4F73B290D559B828B23FAB , 0x0190DA9F6B6B737D9304DEA517D33FE0 , 0x0190DA9F6B8772AE93064AD8A7FBD074 , 0x0190DA9F6BA37085927688CE4186EFED , 0x0190DA9F6BBF710C923BEA070A1A1733 , 0x0190DA9F6BDB7309BF4F91B601C251F7 , 0x0190DA9F6BF873E983C9A23FAA303DBF , 0x0190DA9F6C147351B723C0A35E8F92DC , 0x0190DA9F6CE9720283EDDE42C653FBD9 , 0x0190DA9F6D0F723C87638D040C2EF22B , 0x0190DA9F6D2F704BAC157C4E1A33ADCD , 0x0190DA9F6D4B721B934C093B3E8B03FB , 0x0190DA9F6D6770EBA6C68BEB5A074A55 , 0x0190DA9F6D8373DF9AAA8AFC001ABF7B , 0x0190DA9F6D9F72AF995C95FFEB04666D , 0x0190DA9F6DBC7389A9B5B392953B62D6 , 0x0190DA9F6DD773FFB775BE6EB00C9A55 , 0x0190DA9F6DF47029A2AC8B5FC084D9D6 , 0x0190DA9F6F67719695B65CD9AE0D9B8A , 0x0190DA9F6F8371FDBD89A89DBABA7174 , 0x0190DA9F6F9F733E9E2FE6F9B8F3D983 , 0x0190DA9F6FBB70EAA41FD8674F453ADD , 0x0190DA9F713372DA81D0A5F8F9A16A95 , 0x0190DA9F715D73FBA881D70AF7E00E3F , 0x0190DA9F718073778AFB2DE7FBD84E05 , 0x0190DA9F719C739392A43D7F3FAE3D1E , 0x0190DA9F71B871F6A2DCFDF5912C7A6C , 0x0190DA9F71D47199872F6D8AB84B3E29 , 0x0190DA9F71F272078D1CE7D6C3B5E6D5 , 0x0190DA9F720E732D98A994915F353673 , 0x0190DA9F722972E7B3F6D70C31892D15 , 0x0190DA9F724673C9BFFBD56AA9E7BA3D , 0x0190DA9F726271D791CB0C9ABF89218F , 0x0190DA9F727E7093A78C80C9DBCC74CE , 0x0190DA9F729A702ABB567F2A444C26E7 , 0x0190DA9F72B5718896AF70B6C134D90F , 0x0190DA9F7378706ABC956B60B04BFF3E , 0x0190DA9F739F73F5928082AD495E622A , 0x0190DA9F73BF70A2B37D23E3DF0F3B7D , 0x0190DA9F73DC72B38A3E01BB5C3B43D4 , 0x0190DA9F73F871BA8A0A98B2D0A77469 , 0x0190DA9F7414728F8F490491F16D9AFD , 0x0190DA9F74307334967D4E1396A5F31F , 0x0190DA9F744C730FB3B65B7360F84C22 , 0x0190DA9F746971A78FDC70635F34A1D5 , 0x0190DA9F7484702D834C388020088DCB , 0x0190DA9F74A072C5B04AAE6443866DEA , 0x0190DA9F759A733A939ECF169C239514 , 0x0190DA9F75C472B4B17D5DDD8FBCBD8A , 0x0190DA9F75E771F4A980243B7A2C6F7B , 0x0190DA9F7603734880BE5BDAD2E7C7F8 , 0x0190DA9F761E738998C9A7D0A2D39455 , 0x0190DA9F763A73859094AC9137295BB9 , 0x0190DA9F765671D6B201D736890AFB77 , 0x0190DA9F7672722DA9B372B0ACEF08F3 , 0x0190DA9F768E732DBF85CA30FBC915CC , 0x0190DA9F76AA71579392C65CDEE0BD71 , 0x0190DA9F776370A19EE0A17D2A525F8F , 0x0190DA9F783F7007A179E54742F345EA , 0x0190DA9F79067110B28B104AC826F565 , 0x0190DA9F79D3705CA7B7D673777E602E , 0x0190DA9F7A9B70E4B94FBD41A850F791 , 0x0190DA9F7B737169B10771941B151426 , 0x0190DA9F7C6E720DB2C2F4E29F251C8A , 0x0190DA9F7D4C71089E17354C282AA61E , 0x0190DA9F7E1C7261B0219FE8233BB9A5 , 0x0190DA9F7E467002BF1F2FA259876C43 , 0x0190DA9F7F2472A48E3CC1016F9EC655 , 0x0190DA9F7F4E7071A3F05E99FCCA4CD6 , 0x0190DA9F7F7071A4A630B41DB1CFC529 , 0x0190DA9F7F8F7022917F389DAFE9DA5C , 0x0190DA9F7FAB73BD928733711CBB0CD2 , 0x0190DA9F7FC670208B0B3C7D6295F655 , 0x0190DA9F7FE570D4B3D6EA26DB7128C0 , 0x0190DA9F8001702AB06F18D347516F6E , 0x0190DA9F801C73CEA476428A04CBA980 , 0x0190DA9F803B72F78965399075281516 , 0x0190DA9F80577019946FE42EDD570133 , 0x0190DA9F80767004AD3B4F27AF35CF63 , 0x0190DA9F8155707AB10158600107BE86 , 0x0190DA9F817E714E89AFDEF761CAF694 , 0x0190DA9F81A0719DAACCBCA57513168A , 0x0190DA9F81BD72F991288A276A80FB7F , 0x0190DA9F81DC7230848BB95C6191E82F , 0x0190DA9F81F77031B5C150D1B9E9E25A , 0x0190DA9F8215730B95F27758A7B69BA4 , 0x0190DA9F9D3172B9BCA73200064A24A5 , 0x0190DA9F9D4D705785038C5F5FBBCC75 , 0x0190DA9F9D6D716CA78B7BF9ED3E4CDA , 0x0190DA9F9D8873BB962E2601FC2442DE , 0x0190DA9F9DA77114981F9B16F46F4B24 , 0x0190DA9F9F0872BEB53B966C3801A7C4 , 0x0190DA9F9FCD7285B73D8FB17F866368 , 0x0190DA9FA1217038B4485588021A420B , 0x0190DA9FA1E3734EA9EB3310CBBC8F61 , 0x0190DA9FA2D47365BC5C8773FBE2CB4E , 0x0190DA9FA2FA70F498E3DDB293652860 , 0x0190DA9FA32173CDBE63A3152760CB44 , 0x0190DA9FA3EF737BBAF2D22BAFC51A53 , 0x0190DA9FA41970A8803CBFD7CBC4AE2D , 0x0190DA9FA44073C08A81C866D9DDF851 , 0x0190DA9FA45C708CBE73A0EE8CA86B19 , 0x0190DA9FA47B723C93F898DBEE918D1B , 0x0190DA9FA49670FF9A400AE99EFE06DD , 0x0190DA9FA566700BA05CB87529A1A728 , 0x0190DA9FA58F70ABAC3BE0E135490C41 , 0x0190DA9FA5B0730A975732392C6963D4 , 0x0190DA9FA5CB734C9D5C6480621C387D , 0x0190DA9FA6B3739CB86A16EC6EE05954 , 0x0190DA9FA6E17323A1B3D73CC3F15148 , 0x0190DA9FA7077054AB9E8EBEEC493268 , 0x0190DA9FA72171198ACA125AF2AC9B63 , 0x0190DA9FA73B736FB94974DE64F53C44 , 0x0190DA9FA75472E091CB25C5A736B639 , 0x0190DA9FA76E719DAA3BED764B37376C , 0x0190DA9FA78873A1858A0632F074F0E9 , 0x0190DA9FA7A373208EBD6E0433D009CC , 0x0190DA9FA897717F875EE32AAA250934 , 0x0190DA9FA8C271859AD4EE61985A5B00 , 0x0190DA9FA98173AC8D9B18363D19F730 , 0x0190DA9FA9AB7280824B9A31AE96BF1D , 0x0190DA9FA9CD73B485665D2B2E417826 , 0x0190DA9FA9E97014B6781107A9E384C9 , 0x0190DA9FAA04700FB32D85CB62CA25C4 , 0x0190DA9FAAE770838264FC852B0A691B , 0x0190DA9FAB1272629A9A0DB8F33AB18A , 0x0190DA9FAB35720BBC9ABA87D7245069 , 0x0190DA9FAB5171EDB5DF9A3501782C93 , 0x0190DA9FAB6C7172B4AC0CD48A246C89 , 0x0190DA9FAC3171E5ADDF478A03F47365 , 0x0190DA9FAC5B704F96021415091218CE , 0x0190DA9FAC7D719FB51FA63C8B5D0D7C , 0x0190DA9FAC997210963F6C968E91E905 , 0x0190DA9FACB4711E939C227AB90167C3 , 0x0190DA9FAD74704EAC5EDDBBEC0F6E01 , 0x0190DA9FAD9A73AC9756D195F5F4A83A , 0x0190DA9FADBB731DB59A1E75FC5FCBCA , 0x0190DA9FADD771168D0CCC42B05D6D6B , 0x0190DA9FADF273CDB6A12A26E2A5E40B , 0x0190DA9FAE0E7194A4E5DACF9DD177B8 , 0x0190DA9FAEEB73B1AAD27CB194B3B240 , 0x0190DA9FB157714380B7B8727C9528EC , 0x0190DA9FB18971458B44BA4D647340AA , 0x0190DA9FB1AE72F29BF1E34173CC71D9 , 0x0190DA9FB1D172218B81E297F0C7CDEC , 0x0190DA9FB1F172DEB9314D3EC4E7C188 , 0x0190DA9FB20C71D28E8C42D848BCC6E4 , 0x0190DA9FB22E71C69FFB3EC68D619101 , 0x0190DA9FB24B739ABB6AE472FFA9A892 , 0x0190DA9FB26673C3B3809FAF0D14639C , 0x0190DA9FB2847054A87689D8688AEDD6 , 0x0190DA9FB2A073CEAF5C5E32401900AE , 0x0190DA9FB2BC70F491E5709EFA06EFE7 , 0x0190DA9FB2DA713C8EA0C1E5D879CB16 , 0x0190DA9FB2F6734991FF98630E13E6E5 , 0x0190DA9FB31272E0BCA8A7B64D5E4BE2 , 0x0190DA9FB33371C18D0848F55BF48AB4 , 0x0190DA9FB350715A8FABEBC1D01E170B , 0x0190DA9FB36B711FBAC93AD2057E90A0 , 0x0190DA9FB38C71C98F8CA7C0A8E4626B , 0x0190DA9FB3A97137862CF4D4603FBD0D , 0x0190DA9FB3C4732297A1A42957FCAE2F , 0x0190DA9FB3E2721C8F8EF05C96722355 , 0x0190DA9FB40270CCAFB953A1799887DF , 0x0190DA9FB41D732EAA258B50327315C6 , 0x0190DA9FB43B7388949114A3A76CB769 , 0x0190DA9FB45B71E9AA4737FE0CC9CA27 , 0x0190DA9FB4767126B3AC3DAC19BACB5D , 0x0190DA9FB4947219A044C2C44762B225 , 0x0190DA9FB4B472F0B1A3677965D99CD2 , 0x0190DA9FB4CF739494353441CF40F4ED , 0x0190DA9FB4F173EF96C3C27FF0A58380 , 0x0190DA9FB50D7374A43118C2BDDAE02B , 0x0190DA9FB52973B28FEF06D25C83F1D7 , 0x0190DA9FB547712F99D681261615442B , 0x0190DA9FB567713683DCE05CADD376F6 , 0x0190DA9FB5827149A69152DD6EB6DFB5 , 0x0190DA9FB5A273238C0C1625392A401D , 0x0190DA9FB5C3721B908F9A3602C341DC , 0x0190DA9FB73170E49A188FE3154B584F , 0x0190DA9FB763735495171F497A89E214 , 0x0190DA9FB7877039810E0B1C2BD30C26 , 0x0190DA9FB7AA71E497A335C9B2C401FC , 0x0190DA9FB7CA72368D02F3D6F00D4173 , 0x0190DA9FB7E572E784B73550E73BC8D5 , 0x0190DA9FB8077133B62F10857F5EC1E5 , 0x0190DA9FD07971A79489E87B1D83BD05 , 0x0190DA9FD09470AAA6813E0621B5C039 , 0x0190DA9FD0AF71BE98218359B59EC21D , 0x0190DA9FD0CE73488747C6C6B4F6CDBB , 0x0190DA9FD0EA706B8F9E6EF7CADC0BA0 , 0x0190DA9FD10973DF8A053ADFC6CD3CC9 , 0x0190DA9FD123727CB62B0BC453873C8C , 0x0190DA9FD13E70459A3A2F8D9DDE8CDE , 0x0190DA9FD20271DD98A5CBD511A085E7 , 0x0190DA9FD2357117AAA56016E6EF8F37 , 0x0190DA9FD262713F859F77198FBD7432 , 0x0190DA9FD288732992C740DACC0131B3 , 0x0190DA9FD2A772D8A5C33E48857B75AA , 0x0190DA9FD2C2729A856D983FAE92BDFC , 0x0190DA9FD3777094A9C244AF459A352A , 0x0190DA9FD3A372BC807BAE22E6B8DA9F , 0x0190DA9FD3C172DBA9D3087713B0AD1A , 0x0190DA9FD3DF70C3849BA6328F87886D , 0x0190DA9FD3F9734997A6BE4190CA0030 , 0x0190DA9FD414712E8657236F1CE368EB , 0x0190DA9FD42F719C8B55CB5C30EEECCE , 0x0190DA9FD449721DB6FCCDEAD424D705 , 0x0190DA9FD467719B9513816440A5D5EB , 0x0190DA9FD48272A5AA7F336FEF0D949C , 0x0190DA9FD49E723285F5C567C483528F , 0x0190DA9FD4B8735BB6242AF853EEB5E6 , 0x0190DA9FD4D373B78E8D365FCC4949A9 , 0x0190DA9FD4F1712DA0C23085FEEF6D2C , 0x0190DA9FD50C719AA8C1C58D2AD6CAB4 , 0x0190DA9FD52973B4ABA731CA10982BB0 , 0x0190DA9FD644713EB1352671B86FED10 , 0x0190DA9FD67471F9AAC7E6D43BCD93CA , 0x0190DA9FD697717EB61AACC041951AD8 , 0x0190DA9FD6BA7052A461DB427601673F , 0x0190DA9FD6D67069A137C6BF82E30FDD , 0x0190DA9FD6F770BE9665AFFC3F49F320 , 0x0190DA9FD713727787BAA8CFCB0AF364 , 0x0190DA9FD7327183A53CBFAC1A1D6222 , 0x0190DA9FD74E73E6B1375826B4EE894B , 0x0190DA9FD76A7114895D88693D86BE11 , 0x0190DA9FD78C725CB2AC98FD597A22FE , 0x0190DA9FD7A7739AA62DB333BA1BD6F5 , 0x0190DA9FD7C6725CBC02584CEBE8F479 , 0x0190DA9FD7E2707CBBD69E291E820813 , 0x0190DA9FD7FE70F9B66C40B5A1C5BC38 , 0x0190DA9FD81D72548836E27DCF44AEBD , 0x0190DA9FD83871ABAB286BE18EAC80E8 , 0x0190DA9FD890715194D974BDF91583AA , 0x0190DA9FD8B0700287DD9D9443F7D733 , 0x0190DA9FD97C7236AA9F69FE26F9CE4C , 0x0190DA9FDA5572B9A273D4CDFF35E4C6 , 0x0190DA9FDB2772F4943A65C8BAF85E1B , 0x0190DA9FDC0C738DAB2C448C47FA55E5 , 0x0190DA9FDC3E70A6B5BD632E41138AED , 0x0190DAA1BD3B711F9664770116736919 , 0x0190DAA1BD5E73C69F154F646803CF92 , 0x0190DAA228CE713CB677E2178FB768EF , 0x0190DAA229D773829E6007B141EA99B1 , 0x0190DAA4F74271EB808F260791642AF6 , 0x0190DAA4F76D706D9BC2B32E4C750D0C , 0x0190DAA4F78B736A93C67665975C5A41 , 0x0190DAA4F86573FC9EC5AE76784AA0D9 , 0x0190DAA4F8907166840B0508B951727B , 0x0190DAA4F8B3730D9BD554B7407E3A6A , 0x0190DAA4F9D473C3B8F37302C5774E4B , 0x0190DAA4F9F7739DA379EC655CBE70F6 , 0x0190DAA512F5703EB89660D3CB4F79FD , 0x0190DAA513667183AA0A9CC38C9822B6 , 0x0190DAA51384711A9F558EBC93288A1D , 0x0190DAA513A2721C9C34ED2E2328D04C , 0x0190DAA513BF72898CD66D927238E6F1 , 0x0190DAA513DD7383B27FBED75630ED38 , 0x0190DAA5141C72A6A9F7A6452EF10473 , 0x0190DAA5143A7321B99E0FA9902575BB , 0x0190DAA514F971B5AF1065468E3A3000 , 0x0190DAA515C871A7B12F4E9F2A501DAD , 0x0190DAA515ED72729F3B02481D241EE9 , 0x0190DAA5160B70DD82847A29F108E08E , 0x0190DAA516297239BE3E9D28B4630170 , 0x0190DAA5164A721792AD1A31502D4FA4 , 0x0190DAA51667729190F9456E992FDCF7 , 0x0190DAA516857212B54382CD45B08C92 , 0x0190DAA516A370B0BDCDB69EFC40FD7A , 0x0190DAA516C270498EBA1F3DF8BE4A90 , 0x0190DAA516E070DCAF35C2143FC58A09 , 0x0190DAA5170170359714F076CFA906A2 , 0x0190DAA5172072FBA7A4CEC19274DF43 , 0x0190DAA517427170A11FAD7A494D8269 , 0x0190DAA5176173C289698A09A3950B3F , 0x0190DAA51780706AB7561C734411EE48 , 0x0190DAA5179D72FC89583D8B0B79C0ED , 0x0190DAA517BB73269975D9D783467729 , 0x0190DAA517DC7356B783262598D75445 , 0x0190DAA517FA71358EBA1D09FBFA09B0 , 0x0190DAA5181770B6A64CE4D2945040EB , 0x0190DAA5183573FAA89F63468A5CF182 , 0x0190DAA5B26C71A89B899778DE686E9F , 0x0190DAA5B36272FFBCC17947AB855C36 , 0x0190DAA5B43570CA817DE522A10958A9 , 0x0190DAA5B500709B94B193236C89E5CD , 0x0190DAA5B5F072769EF56118A6208740 , 0x0190DAA5B618717DB1E328A38C6064BC , 0x0190DAA5B6E470769AB1B6F5F042E250 , 0x0190DAA5B71073CA944146430EBD9673 , 0x0190DAA5B80372F9B466A7DEACF072C5 , 0x0190DAA5B8D9713EB8BF189CA326AC04 , 0x0190DAA5B9F472CA9245F2925FC5C516 , 0x0190DAA5BB62731F8197B5CA878C9284 , 0x0190DAA5BC4372958EE6E1FB25457CD7 , 0x0190DAA5BD1D73E8BF43477FA9D7E3B6 , 0x0190DAB811DC73B78052600B51A55683 , 0x0190DAB8120673C89D23FA8D3AA35809 , 0x0190DAB812307377AC85978865FAFD9F , 0x0190DAB8125A708E99C0A1E7A3C4B8D9 , 0x0190DAB812857163877627BF3CE36822 , 0x0190DAB812AF72FDABF79D31BF4080A0 , 0x0190DAB812D671DCAE7592B5D325743A , 0x0190DAB812FD72BC9FAAA2B4F9A06446 , 0x0190DAB8132471E1A63CDA3FB74A79E4 , 0x0190DAB8134B7310A9F1FD68009F15CB , 0x01936284BFA970A7BCA2240823D47412 , 0x0193628A0AAA723F90EF1EB7D207CD6B , 0x0193628A1DC1724CB73FB66218E8241F , 0x0193628A597F702C9B99AFDAB1577187 , 0x0193628A673D70AE9851BAA3BC6B7E28 , 0x0193628AAF6C732D8FB8498EF082450D , 0x0193628AB1D372BB986572152B0C849A , 0x0193628AE24772C6BA2C33681D396C43 , 0x0193628B3ABA7076843B9CE7016DA6EB , 0x0193628B41457192BFD5DCA7257CD6D3 , 0x0193628B4B0C73A5AC501191B5C0408D , 0x0193628C193570D38CF011609FD34CA8 , 0x0193628C198C72C1887B4F4F3C1C64D3 , 0x0193628C19DE7285AC5393E2370E6BB2 , 0x0193628C1A3171A9BF01C3F0F6B44ED1 , 0x0193628C1A8272DAA9B667BBC1AD3FA6 , 0x0193628C1AD473BC8F92E857AE3705FF , 0x0193628C1B2770D1B159C88F0017945E , 0x0193628C1B797050A283DF10ECEF44FC , 0x0193628C1BC77162ABDACA6F92EEC4C4 , 0x0193628C1C1971BDA1B73511ABBF1277 , 0x0193628C1C6C7075A68BDE96187493B7 , 0x0193628C1CBF7355B67A70F49B520147 , 0x0193628C1D13730C85D4C7D7FA33F84A , 0x0193628C1D667394ADFC7A8EE52A1810 , 0x0193628C1F537386AD02C613D7F0FEB0 , 0x0193628C1FA6709C83BD286EE6CE825A , 0x0193628C20B671C68D00E9979A61EFDF , 0x0193628C2746713AAA8E88DC284F25A8 , 0x0193628C2792715183DB983EA20A092E , 0x0193628C288E7279AB9F7933EF632AE0 , 0x0193628C28D8714493DB32A1F441A7DC , 0x0193628C292271A3968EF98BA520FBB3 , 0x0193628C296C729FAEB953FCF909DBAA , 0x0193628C29B6704E8D4C8E62D47FE92B , 0x0193628C29FE71DA9673EDE09B410478 , 0x0193628C2A477068AF15AB51ED92988F , 0x0193628C2A9072049CD6258D410836BD , 0x0193628C2AD973DEBBA3F313F0BF0C63 , 0x0193628C2B227293947304619FF48A02 , 0x0193628C2B6B70DCA80F615C4B6094A8 , 0x0193628C2BB570E4A27E42220E611C4C , 0x0193628C2BFD72ECBFD9E811CD1A46AD , 0x0193628C2C4672518952DFFF00133472 , 0x0193628C2C8F73CB9A8C85A5DF228C57 , 0x0193628C2CD97107BF11998813BBC5ED , 0x0193628C2D2372D0BFDB89FD433DA996 , 0x0193628C2D6E72FE89977C9A44FB6116 , 0x0193628C2DB770B1B75D5C96B3CF7038 , 0x0193628C2E00715E9793B74174DD67A5 , 0x0193628C2E49735F8E3C6D83D42F1421 , 0x0193628C2E92723280D7A8D821405302 , 0x0193628C2EDC71659D1823D6C1007AAE , 0x0193628C2F25710B9CA70007829372CE , 0x0193628C2F6E7224B9E8949A37C584C6 , 0x0193628C2FB7723E80AAC67CDF79AD88 , 0x0193628C30007395B03EA521027C9A55 , 0x0193628C30E470A788B448D5F6697B72 , 0x0193628C312E702BBAB1241E239CDB96 , 0x0193628C322872718BEC4D841C9D8E9F , 0x0193628C332971F7B1989FAE2AF55676 , 0x0193628C341C731F995B8F16AAC9125E , 0x0193628C346873F488958C53A9F8A830 , 0x0193628C34B471E1A2BB605B6D723B43 , 0x0193628C3500728A9922B9838BDD3A74 , 0x0193628C354C71BBA4A1DCB18ACA3390 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
76
0.35 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
3.07 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 É┌ï¯Aq░Üãı¸þÏ\x1A  "
b"\x01 É┌ï¯^qÃ╣£.L?ÚçÔ "
b"\x01 É┌ï¯yr·å^.óÍ&\x04 "
b"\x01 É┌ï¯ôq|Ö¯È\x11 \╣ø§ "
b"""
\x01 É┌ﯽrÌÄ\n
'gÐ█'ð
"""
b"\x01 É┌ï¯┬qÙ│|½À<]Â║ "
b"\x01 É┌ï¯ËrÍÉ¥'[▓x+┬ "
b"\x01 É┌ï¯õsªÂ/\x1D V`SØ+ "
b"\x01 É┌ﯧqÚƒÍ âB╦Ñ╚ "
b"\x01 É┌ï´\x06 sÜ┐┌▀õƒ,÷Ô "
b"\x01 É┌ï´\x18 rýü4Ë█{ßµ® "
b"\x01 É┌ï´Ôpbø┐\x01 XRànÜ "
b"\x01 É┌ï▒s\x08 ¬ ½bû^\r ¥ "
b"\x01 É┌ï╬q¾╝|8ÎAÜ[┌ "
b"\x01 É┌ïÚpÒè\v ▄A┌®n\x19 "
b"\x01 É┌ï±\x03 p¬É÷;╚º{┌w "
b"\x01 É┌ï±\e rÖª*³I▀\x0F \e "
b"\x01 É┌ï±2p╬ï¦Ì{\x1E Û=ñ "
b"\x01 É┌ï±Cr&░█\x11 &¿$O2 "
b"\x01 É┌ï±TsÛ╗\x18 a÷│ä´x "
b"\x01 É┌ï±eq│║eRL\v 4n7 "
b"\x01 É┌ï±vqø£K\x02 ┴Ì\x05 è\x13 "
b"\x01 É┌ï±êr°│\x0E ©▒½ñ┐\x0F "
b"\x01 É┌ï±Örjü─N\x1F î:┤_ "
b"\x01 É┌ï±½rCí╣öÂ×ÅX\x1A "
b"\x01 É┌ï±╝rþæ▄\x12 f4ª²[ "
b"\x01 É┌ï±═qwäÐ`BÑ+¦\x17 "
b"\x01 É┌ï±Ìq\x17 ï?¯}K▒Ê "
b"\x01 É┌ï±q╩Ø\x1C g┘Ï\x1F °\r "
b"""
\x01 É┌ï‗\x02 q>ó£\n
\f ʱ`
"""
b"\x01 É┌ï‗\x13 s&àâ?▓x\x10 ¦å "
b"\x01 É┌ï‗$p\x11 Ñ─ûÖîÛ7\x1D "
b"\x01 É┌ï‗6r®ç^B╣§\x19 bî "
b"\x01 É┌ï‗Hpª«zå8\x02 ╩Ä| "
b"\x01 É┌ï‗Zs2Ø¿\x16 Ù╬J┐╗ "
b"\x01 É┌ï‗kp,à\x03\x17 uÊè]À "
b"\x01 É┌ï‗|s├»îÇ┤ýºû‗ "
b"\x01 É┌ï‗ìs╣┤7´Zå²╗ "
b"\x01 É┌ï‗ƒs\x19 Ñ█,tûw&Ì "
b"\x01 É┌ï‗░r▀Æ\x1A ½¶┌╩í] "
b"\x01 É┌ï¾Rr ûÀ¸├╣\x01 Î┴ "
b"\x01 É┌ï¾rrʼ\e Î╦fBn> "
b"\x01 É┌ï¾ìq¿ø\x1C µ╝╠\x1C ðú "
b"\x01 É┌ᄎp▒¿ú▓c\x11\x02\x04 ! "
b"\x01 É┌ï¾└r'ú3YòØ=h\e "
b"\x01 É┌ï¾┘sÓ¼\x7F └▄½Ò╗\x19 "
b"\x01 É┌ï¾ýsRÂbõ3ı\x01 Â= "
b"\x01 É┌ï¾■q╩ƒöıàìtôp "
b"\x01 É┌ï¶Øq┬¬Ï\x1C ¾¡.©× "
b"\x01 É┌ï¶╗rÄüP║¹¸O' "
b"\x01 É┌ï¶Ísb╝┴£®╣┴\x17 │ "
b"\x01 É┌ï¶Ýpc╗dhQWÛâú "
b"\x01 É┌ï§\x05 rÚéÜÙ¦ja▄( "
b"\x01 É┌ï§\e qTó‗ªÒëqÊ╩ "
b"\x01 É┌ï§,p¶à\x7F\x1F ┌\x08 \x18 : "
b"\x01 É┌ï§>sµú║\x16 º¹n÷\x11 "
b"\x01 É┌ï§NspÉà▒╬_JCâ "
b"\x01 É┌ï§`q×£▓)┤rç\f\x15 "
b"\x01 É┌ï§qqäÆÒ^«¢¦┐l "
b"\x01 É┌ï§éq#å·Ó\x01 ¦Ï/┼ "
b"""
\x01 É┌ï§ôsl¼Ðhº\n
¿'═
"""
b"\x01 É┌ï§ñrnåp┼;Ä\x11 í "
b"\x01 É┌ï§Áp¨éNkð;ºJi "
b"\x01 É┌ï§Ãs;çlB¥Aú█\x17 "
b"\x01 É┌ï§┘s%Érí\x12 ┴Bô "
b"\x01 É┌ï§Ûs©î░² ▄LGı "
b"\x01 É┌ï§³sСg5ıLPÉ7 "
b"\x01 É┌ï÷\r s┬┐┬V¶‗mt "
b"\x01 É┌ï÷\x1E r-è┬®─\x06 2Ì "
b"\x01 É┌ï÷0s\x06 ép%\e «nòô "
b"\x01 É┌ï÷Dq╬£mlÄж·■ "
b"\x01 É┌ï÷Up~öºð=‗Lª> "
b"\x01 É┌ï¸ôsÞÿ░j½\x02 OL\x18 "
b"\x01 É┌︼q┬á(2T\┐é\x07 "
b"\x01 É┌ï¸ãq®øÃ└ò.\\x01\x05 "
b"\x01 É┌ï¸Órı║«g`ºCåo "
b"\x01 É┌︶pݬǬEÅ5¿Ô "
b"\x01 É┌ï°\x06 p9¡be├BÝ'6 "
b"\x01 É┌ï°\x17 q\x02 ç-þQ\x10\x05 nc "
b"\x01 É┌ï°'p§┐├┴gç╗ì° "
b"\x01 É┌ï°8s\x05 ¥A▓Ø\x00 ¯$ä "
b"\x01 É┌ï°HpÉ┤(óï\x01 v½ó "
b"\x01 É┌ï°XpÝÖı½UÛF┘] "
b"\x01 É┌ï°hpA▒[\x07 1ªyí\x13 "
b"\x01 É┌ï°xr@¥─ë¶lF‗┬ "
b"\x01 É┌ï°êrÆ▓kõÁÛ+E# "
b"\x01 É┌ï°ùq\e ╗\x01 e\n J║ø\x00 "
b"\x01 É┌ï°ºp³Ö\x03 A¨▄ò~à "
b"\x01 É┌ï°Àq\x10 Â9£Ã݃\x19\x02 "
b"\x01 É┌ï°╚rÊ┤Ê█c;ûóå "
b"\x01 É┌ï°Ïq{Âùé(á9Áö "
b"\x01 É┌ï°þqÉû;äq}«\x10 Ù "
b"\x01 É┌ï°¸râî\e T\x07 [c┼) "
b"\x01 É┌ï¨\x07 rxºöÊþq\x18 ±9 "
b"\x01 É┌ï¨ïq¤ï\ôÊFlIÝ "
b"\x01 É┌飯rÒÄ‗Q$)gûí "
b"\x01 É┌ï¨┴s6èt5e$\x04 BL "
b"\x01 É┌ï¨█s\f Ä(ÈØ\x07 ¡pO "
b"\x01 É┌ï¨‗p\x7F ô\x18\x1C\x0E █ÿç\x12 "
b"\x01 É┌î\x10 ¹sù╣¨═ð»yj£ "
b"\x01 É┌î\x11\x19 r\x1D À\x01 9WÁ;ª´ "
b"\x01 É┌î\x11 5r-äË\x10 Doè═╚ "
b"\x01 É┌î\x11 Rs╚ö³àîÖ─âÅ "
b"\x01 É┌î\x11 kqù╗╚z╦2W║Ý "
b"\x01 É┌î\x11 äs¦┤#\x1C 9╗t\x12 ù "
b"\x01 É┌î\x11 øsyÀM╔cÒ-ãÞ "
b"\x01 É┌î\x11 ░r\v ╣ßíjæ‗;─ "
b"\x01 É┌î\x11 ┬r■òݶ\x04 ´╣─ê "
b"\x01 É┌î\x11 ËrÖÁB<Ûßú[! "
b"\x01 É┌î\x11 õp\x06 é@i÷QS═ò "
b"\x01 É┌î\x11 §qÄ×çÅ)y│®à "
b"\x01 É┌î\x12\x08 r¾╣▄ä,F,Wz "
b"\x01 É┌î\x12\x19 s═úAèW\x06 È\x12 K "
b"\x01 É┌ì\x03 ³pNûBÝ┴ñ\x06 Á¢ "
b"\x01 É┌ì\x04 Âr/ÖVîCkBõ\x02 "
b"\x01 É┌ì\x04 Îr¼À·µûk¼\x1C à "
b"\x01 É┌ì\x04 ¾p@ÖÂpl«─¶\x17 "
b"\x01 É┌ì╗┘såùå<\x01\x7F 6\x02 "
b"\x01 É┌ì╗¹rö½\x18 ■ÐVÐ$Æ "
b"\x01 É┌ò»vs2╣Y*É▄¯\x1F ¿ "
b"\x01 É┌ò░/s▀ê\x7F\x11 >‗ªÌh "
b"\x01 É┌ò╚ÏsÊî[³‗ù─zõ "
b"\x01 É┌ò╠\x17 qÇë·3åk&¢Ü "
b"\x01 É┌ò╠;p┴üäìÝ└!!" "
b"\x01 É┌ò╠]qBöȵ=│Æ²Ø "
b"\x01 É┌ò═#sA«ÓhÀH\x16 û< "
b"\x01 É┌Ü?'p┘é-Þ!¢\x08 Iê "
b"\x01 É┌Ü@\x03 rÁüÑ\x0E D[õøE "
b"\x01 É┌øIYr\x1A ¡µ³¼\x1F Ó┴▄ "
b"\x01 É┌øJ\x1C rã║*«Î8>éC "
b"\x01 É┌øJ¾p#ÁüC \x18 Ï.\x1A "
b"\x01 É┌øK\x1E pЫ©çc®█\x03 ╠ "
b"\x01 É┌Ø─%s¡ç(âͨ/t▓ "
b"\x01 É┌Ø─ÔrÜâóOL°╝rÏ "
b"\x01 É┌Ø┼\f q¡Éà\x01 9Å2§ "
b"\x01 É┌Ø┼.su┐╚)ãÎx¸╩ "
b"\x01 É┌Ø┼Irì»ÍzÜ\f ‗\x01 ! "
b"\x01 É┌Ø┼ds╚çÐø\r º5┤í "
b"\x01 É┌Ø┼\x7F p¾«▄ÈhÁg¸À "
b"\x01 É┌ØãDqRɬ▓▀\x05 █5J "
b"\x01 É┌ØãmpèçïfıGi°f "
b"\x01 É┌Øãìq.ª-\x08 e¼&\x06 ▀ "
b"\x01 É┌Øã¿pU©9¬╠¼\x7F ▀\f "
b"\x01 É┌Øã┬p¤½¹~Val07 "
b"\x01 É┌Øã¦rÊÿ\x04 к\x0E K)Ê "
b"\x01 É┌Øã¸p]ò½¯\x13 õ¬!Ï "
b"\x01 É┌ØÃ\x12 p\x18 ôO├·ó█\x10 Õ "
b"\x01 É┌ØÃ,sì×úÖgÜnè5 "
b"\x01 É┌ØÃFp╝¾└Å{Áð® "
b"\x01 É┌ØÃaq\x18 ôé┐v{R» "
b"\x01 É┌ØÃ{s»æ┼┘[Â^\x11 "
b"\x01 É┌ØÃûr╗×Bi¥4/¬T "
b"\x01 É┌ØÃ░qfôõO! ─K┘ "
b"\x01 É┌ØÃ╦s\x10 ä╠\t ò0ð■\x1F "
b"\x01 É┌Ø╚Àr{ñÃNÉmjµß "
b"\x01 É┌Ø╔ss_╣jm7âoÒý "
b"\x01 É┌Ø╩@qyÿ*\x07 -yïár "
b"\x01 É┌Ø╩irÆÅ$F█ê²à) "
b"\x01 É┌Ø╩ïr\x18 ÆF░}IS³4 "
b"""
\x01 É┌Ø╠\n
qýû cS╝┐¶È
"""
b"\x01 É┌Ø╠4s:│\x10 `╬▒╦\x10 û "
b"\x01 É┌Ø╠Vp\x14 ø\x0E ÿë╗EÊ& "
b"""
\x01 É┌Ø╠qr3ä░ætW\n
\x7F À
"""
b"\x01 É┌Ø═¦qßéTÿÉé°\x13 O "
b"\x01 É┌Ø╬\x07 r)¡│0|q\x13 ëa "
b"\x01 É┌Ø╬(s╩£æ\x1D ┴\x0F ¿û` "
b"\x01 É┌Ø╬CsÓ¿éùÛæÚÍ\x04 "
b"\x01 É┌Ø╬^q╚╗6\x19 █ú5Ði "
b"\x01 É┌Ø╬ysÄØà®║êÑä\e "
b"\x01 É┌Ø╬ùpBâLñ[k\x00\x03 "
b"\x01 É┌ؤNp\x1A üXÚÞ;T▄x "
b"\x01 É┌ؤiq)ä-«%£=\x0E \r "
b"\x01 É┌ؤäpÚâ>tløıin "
b"\x01 É┌ؤ×sa¬aÓ┐±ÛÒÞ "
b"\x01 É┌ؤ╣qCªË\e [\x15 Õ┬T "
b"\x01 É┌ؤÈpÍÇþ¶$░Á\x1E "
b"\x01 É┌Øð│qNÂTm¾Ù\x1D @& "
b"\x01 É┌ØÐäs\x06 ¼1\È<\x15 î3 "
b"\x01 É┌ØÊbp¬Y:uE Þ\x18 "
b"\x01 É┌ØÊêr#¿\x17 k\x13 ¬·W\x10 "
b"\x01 É┌ØÊúp\x1D ñ(═jÚ┼ C "
b"\x01 É┌ØÊ┐p-ó\x1C ┘o┤Ùí║ "
b"\x01 É┌ØË³rC×\x15\x06 ºLºm▄ "
b"\x01 É┌Øı╔s!║)╝×Y!Aß "
b"\x01 É┌ØÎ+rü¬┤zd\x00 ıZ3 "
b"\x01 É┌ØÏ\x12 sEëx¡▄─¬t½ "
b"\x01 É┌ØÏ?pàåßùG■íÑ\x13 "
b"\x01 É┌Ø┘\x13 rÞÑÅâög█û\x00 "
b"\x01 É┌Ø┘╠qÅè▀³èXÚB\f "
b"\x01 É┌Ø┌ÉsÁÿ\x1F åvaòÚp "
b"\x01 É┌Ø█Çq\x0F ôz~\r ─Wo┬ "
b"\x01 É┌Ø▄uqÌ©Â█¿Ü‗8) "
b"\x01 É┌ئBr'▒║b,\x1F ÷Q¡ "
b"""
\x01 É┌ØÌ\n
s▒▒¿MMN┐┘Ü
"""
b"\x01 É┌Ø▀ìr┘å\x08 ù^AıÙu "
b"\x01 É┌ØÓeríçÅ\¦½\x13 ─º "
b"\x01 É┌Øõ┌scóÅLw4┬ØÒ "
b"\x01 É┌ØÕØp\x04 ÿªòô█\f\x7F ╚ "
b"\x01 É┌ص`r+║éqSÎ|ï╬ "
b"\x01 É┌Øþ(qjîX[¬ùÄ&+ "
b"\x01 É┌Øþ‗slæ·▄-╝ï³\x02 "
b"\x01 É┌ØÞ\x1C p╚î~\f\x01 /┤ÝË "
b"""
\x01 É┌ØÚ\f pIìª\n
FM´ı=
"""
b"\x01 É┌ØÚ═soÀ├þ\x10 K\x18 ÅÈ "
b"\x01 É┌ØÛòrÏÀöÜÿædWÇ "
b"\x01 É┌ØÙBs4øU╚UFKUå "
b"\x01 É┌ØÙµq/òÓôùð×Ü\e "
b"""
\x01 É┌ØýærñÄ!ep>\n
¤
"""
b"\x01 É┌ØÝQr¤á+\x15 ┘\x04 Î]ì "
b"\x01 É┌د7r\x04 Öð┬Q°C¿▄ "
b"\x01 É┌Ø´\x04 sÝÀ3G²:\x0E J▓ "
b"\x01 É┌Ø´┤qEêb\r "x\x15\e ~ "
b"\x01 É┌Øgsëô£F\x19 C╦㥠"
b"\x01 É┌ر/r\x08 ús\x08 ¸\x08 IQ\x00 "
b"\x01 É┌Ø‗.pÜÇ\x07\f ·ÒÖ0O "
b"\x01 É┌Ø‗Xp^ç\v 4¶\x02 k{| "
b"\x01 É┌×\v &s\f ù]Ü(\x7F ø<¡ "
b"\x01 É┌×\v HpYº\\x1F ®\x1F (ô "
b"\x01 É┌×\f ¬p\x05 Ø╬ÆU}ÖÍ\x7F "
b"\x01 É┌×\f Ïr\x7F åÈ║©æà0 "
b"\x01 É┌×\f ¾s╬ù╩<P‗h╠═ "
b"\x01 É┌×\r \x12 rª╗░║¶ü"È "
b"\x01 É┌×\r Þp-ÁSq╔¾³┐\x0E "
b"""
\x01 É┌×\x0E ºq`½\n
>k─^j\x12
"""
b"\x01 É┌×\x0E Ïp?ü\x1D Ñø\x04 u\x08 ' "
b"\x01 É┌×\x0F\x01 qþï╚¨÷■\x03 Vú "
b"\x01 É┌×\x0F -päá5WTÚ`Z~ "
b"\x01 É┌×\x0F Jq ÿ¬"!ù¨‗R "
b"\x01 É┌×\x10\x14 qáû¸‗█)·tÿ "
b"\x01 É┌×\x10 @qXí¾è|ê\x01 qq "
b"\x01 É┌×\x10 dp¥®¡;vÕ[┘7 "
b"\x01 É┌×\x11 'sâèåô|a\x04 Æc "
b"\x01 É┌×\x11 LrQàı9└yBOÁ "
b"\x01 É┌×\x11 jr&¡5Í{ÏX"G "
b"\x01 É┌×\x11 âr\x1F ░\x1C _,\x00 ÓO\x14 "
b"\x01 É┌×\x11 ís7¡Vô\x7F ÔÜ$┬ "
b"\x01 É┌×\x11 ┐p\x18 ¢║║Msñ\x10 í "
b"\x01 É┌×\x11 █s(¥0Ƀ+ƒÉ┌ "
b"\x01 É┌×\x11 ·q╚¡ûaUT}_ß "
b"\x01 É┌×\x12 ╬pï╝È5█D)ºı "
b"\x01 É┌×\x12 rÃë-Åf‗«(Ì "
b"\x01 É┌×\x13 (s½ûÙá'B\e 9ÿ "
b"\x01 É┌×\x13 Srߺ½»Þ'ä§■ "
b"\x01 É┌×\x14 ¢s&í\x11\x06\x10 QpÕ5 "
b"\x01 É┌×\x15 àr{ú░¥YH¯p\x19 "
b"\x01 É┌×\x16 FpÑÆiSWÝ´d) "
b"\x01 É┌×\x16 ppäÅÌꪰ@Äõ "
b"\x01 É┌×\x16 ÆpÁì1Xú\x04\x01 ─ "
b"\x01 É┌×\x16 ▓rZöï¿j5ÜØö "
b"\x01 É┌×\x17 sq^╗u§:\x1D ■z¬ "
b"\x01 É┌×\x17 Ør®Ø\x19 l²ê┬Åæ "
b"\x01 É┌×\x17 ┐qÛ▒ÕI\x07 cOôÆ "
b"\x01 É┌×\x17 Ór■ƒ\x07 ù\x0F ─»Ä░ "
b"\x01 É┌×\x17 ²s║ÿ\f x/·n█' "
b"\x01 É┌×\x19 ┴p¹░╬kÇV\x0F ìı "
b"\x01 É┌×\x19 Ùr\v ¢\x0E ÉÃü╔╣¼ "
b"\x01 É┌×\e %s─¢÷À\ê±\x02 ä "
b"\x01 É┌×\e OsE╝\x10 O¢\x11 zzæ "
b"\x01 É┌×\x1C\x0F p─öÄ┌Ìà[³H "
b"\x01 É┌×\x1C ÊrTê¹ALfQ¸= "
b"\x01 É┌×\x1D Ñs鿹ELÆCw\x13 "
b"\x01 É┌×\x1D ısêºÆý´a"ÙP "
b"\x01 É┌×\x1E ªrgæ\x03 À#\x0E █\x03 j "
b"\x01 É┌×\x1E ÊsÚñmA▀pS¡\x01 "
b"\x01 É┌×\x1F ºs§½e7YIݸ■ "
b"\x01 É┌× eqBó \x07 _îå´± "
b"\x01 É┌×!àpS╝Ð╩Xík5a "
b"\x01 É┌×!ÀpÓ£b\x1C »2\x10 ╦ "
b"\x01 É┌×$\x04 q+ìò\x0F ╩íëÜË "
b"\x01 É┌×$5qñ¡ñcZ¥¨\x00 ) "
b"\x01 É┌×%5p+èoñwå·¤‗ "
b"\x01 É┌×%iq{¥¥ÑS<ø\x7F A "
b"\x01 É┌×%Äpåùý\x7F ÚÁè┌þ "
b"\x01 É┌×%®s┼│U\x01 þéjv¼ "
b"\x01 É┌×&¬r)ìÜé\x16 úG▀Ø "
b"\x01 É┌×&█s─ákªW\x7F ZRÎ "
b"""
\x01 É┌×'\x04 s-¢‗Ò\n
ïı½×
"""
b"\x01 É┌×'!sß▓ã~\x1E JPÍ "
b"\x01 É┌×'?q\x0F ƒ *ôìV\x05 # "
b"\x01 É┌×'Yrº×Ù-àG©n└ "
b"\x01 É┌×((qK╗<╗\x14 Äûtì "
b"\x01 É┌×(Qp╩½qÂÀµÇm\f "
b"\x01 É┌×(ss\x17 ½a^¦Yz÷G "
b"\x01 É┌×(Äq<î\v ▓3ú®hõ "
b"\x01 É┌×(¿r█¼\x1F æRè▀Pƒ "
b"\x01 É┌×(├q}ºà\v A\f =Å\x06 "
b"\x01 É┌×*ÙpÐì+█¶\x00 óÙ\x1A "
b"\x01 É┌×+\x15 pòÄi\x05 ╗¢Î³< "
b"\x01 É┌×+7r\x1C æ@gNcÅAq "
b"\x01 É┌×+¨rl¢4\x1C ¨Íå\x12 ¶ "
b"""
\x01 É┌×-ìqj¥3©\n
oZ┐■
"""
b"\x01 É┌×.{p╗╝ ¾╚ªÒ╣ƒ "
b"\x01 É┌×/?r╬öÌ,▓╬a)5 "
b"\x01 É┌×/¨rìå\t DM^ "f "
b"\x01 É┌×0¢p4ûæt\x15 úðgq "
b"\x01 É┌×1àp{▓?\x1A Î═Ãø( "
b"\x01 É┌×1»păƒ-\v A\x0E\x12 g "
b"\x01 É┌×1ðpNïÀ╠X\x17 Iõø "
b"\x01 É┌×1Ùr/©Qy;b© \x16 "
b"\x01 É┌×2\x05 p|ûRc╔q▀ñÕ "
b"\x01 É┌×4drDúMò\x02\x01 |│s "
b"\x01 É┌×4Åppá│┘P¢~§+ "
b"\x01 É┌×4░r-ÂÈ\x12 ËèÞm< "
b"\x01 É┌×4╬sw┐°Þ\x01 ÞÎÞ└ "
b"\x01 É┌×5ÛrDÖÅ█\x0F `Q×: "
b"\x01 É┌×7Qr7ìÌ╩.\x16 ÛÞÉ "
b"\x01 É┌×7és»çÝÚãÓ¤Æı "
b"\x01 É┌×7½q&╣v┴.»<\x1D ' "
b"\x01 É┌×7ãp\f ░»®\v ø\x1F ï² "
b"\x01 É┌×7ßqtñ ï\x16 É┴'\x02 "
b"\x01 É┌×7³q┌ä8¨4\x13 å²Ï "
b"\x01 É┌×8\x18 qÔ×GG³êfV6 "
b"\x01 É┌×83r┼½ÿ-AÓ×¼\x12 "
b"\x01 É┌×8RsìÅ0d\x10 (\x16 àz "
b"\x01 É┌×8ms¡ê\x1F -W\x15\x15\f ì "
b"\x01 É┌×Sús¹»æ¬»±ÄÀu "
b"\x01 É┌×S┴qðÉ▒\x07 ╚½OP¼ "
b"\x01 É┌×S▄qͽ╔Ó"¥¤┼Ý "
b"\x01 É┌×S¸s_Öá)e┬×å "
b"\x01 É┌×T\x12 sÉÖ yZ9´¾\x1D "
b"\x01 É┌×T,sâƒ3Áó¦£ðf "
b"\x01 É┌×THr┌Âò\x08 !)-6 "
b"\x01 É┌×TcsöêÑò×Ä└G4 "
b"\x01 É┌×T}p6å_▄Q^ÁÍO "
b"\x01 É┌×Tÿp\x14 é+<\x19 }{ S "
b"\x01 É┌×T│r│æ\x15 Å\t\x19 tsD "
b"\x01 É┌×T╬s\x16 óëåµÌ<═( "
b"\x01 É┌×TÞsñ\x7F â¥`iß) "
b"\x01 É┌×U\x03 r'Ö\x1A\x02\x1D\x1E nõ┤ "
b"\x01 É┌×U\x1E p¥║\x04 ÆÍjËL÷ "
b"\x01 É┌×W\x05 pvîY¡¯ü\x18 ùı "
b"\x01 É┌×Y\x19 qî║WtT\f û¯í "
b"\x01 É┌×Zýs½æg│Lî\r éá "
b"\x01 É┌×\]rï¿aà\x10 Õbà\f "
b"\x01 É┌×^\x15 rEéMK?\x00 G\f ½ "
b"\x01 É┌×^Ër"éAÖâ§6k┘ "
b"\x01 É┌×_▒r-àB¿)×^^Ë "
b"\x01 É┌×`{p´ç#ûG\x0F ÈØ┌ "
b"\x01 É┌×`¿s¹Æ\x02 OÊåðN┐ "
b"\x01 É┌×a¦r\x11 ÉÏù\x1D ðÈR "
b"\x01 É┌×b\x07 q\x06 ƒÄ´ÿºÆ█\x07 "
b"""
\x01 É┌×crs╝¿s\n
╝x1░░
"""
b"\x01 É┌×cØrá×vÌ*Ý\x1E /Ö "
b"\x01 É┌×c┐q│▒Ð_¡Éc╦╣ "
b"\x01 É┌×e/rå¬üÔ!\x06 ɨ8 "
b"\x01 É┌×eYp\x7F ╗õ\x1A »v┘\x04 Ó "
b"\x01 É┌×e{qÆÁ\x08 L`gêTL "
b"\x01 É┌×eûr,£$\x1E\x14 £q¿¶ "
b"\x01 É┌×e▒qéù§2åÔ\x10 ç\x06 "
b"\x01 É┌×fssKÄÓ=åñ¡ö\x13 "
b"\x01 É┌×g²rÃø\x00 ³╔î@└X "
b"\x01 É┌×h(sò¼1Ç·*┘\x11 ═ "
b"\x01 É┌×hJr$Ø░õkuäþ' "
b"\x01 É┌×heqZü╝▀K´ðÒÐ "
b"\x01 É┌×hÇq7ö÷ã▀Ô*æÃ "
b"\x01 É┌×hÜr╚╣`7└┬\x14 ±p "
b"\x01 É┌×hÁpÒíÞ§¡Â½]A "
b"\x01 É┌×j-p[ªú╗´\x19 ┤‗` "
b"\x01 É┌×jXsz¿└ÅÅPhfc "
b"\x01 É┌×jxs¢ó2¦,´¾\x14 ê "
b"\x01 É┌×jÆr]îÇp‗R¹á╣ "
b"\x01 É┌×k│s ï>à╔╠b%G "
b"""
\x01 É┌×k▄q\¼╩Vi\n
Ï▓(
"""
b"\x01 É┌×k²pÎÁeP▄VSª┌ "
b"\x01 É┌×l\x17 pźo"Ë▒"À "
b"\x01 É┌×l0sÿà²\x1D )¹Boû "
b"\x01 É┌×nãpcÉê©E}"X┴ "
b"\x01 É┌×nr┐ìůÉf°x\x0F "
b"\x01 É┌×o\x11 rêés\x1C\f T÷C\f "
b"\x01 É┌×t▀r/│D▒Í&¼À, "
b"\x01 É┌×u\t syù┬½\e Ì«Sí "
b"\x01 É┌×uÈs▀ù├Ç╝┐\x12 Ķ "
b"\x01 É┌×u²sÑÄ;═Õäƒ\x10\x0F "
b"\x01 É┌×v%r│£|╗┼û▒Y$ "
b"\x01 É┌×vBqk¿┬┬¡\o╦ë "
b"\x01 É┌×vÌr\x04 é¶ê-$╗ƒ "
b"\x01 É┌×w\t sݬÙßuÖcþË "
b"\x01 É┌×w2qGôÇícè9ॠ"
b"\x01 É┌×wLpõóùØðƒÿaø "
b"""
\x01 É┌×wÙr£│Í`¬\n
Õ\n
\x01
"""
b"\x01 É┌×x\x0F qäÄ_0u«▒£p "
b"\x01 É┌×x/pkës:íÖ}|n "
b"\x01 É┌×x▄q4®Ê{*3¸gÖ "
b"\x01 É┌×y\t s\x19 ╗┌Ì$1╩kô "
b"\x01 É┌×y┘rö░ÜQ│»Oî´ "
b"""
\x01 É┌×z\n
rSè└øF▄¢)
"""
b"\x01 É┌×{├rGè«(¬\x1D\x18 VP "
b"\x01 É┌×}6rIïwƒ:Øå%l "
b"\x01 É┌×~1p@ñ\x02 qiý\x1F Ê; "
b"\x01 É┌×\x7F Às╦¿╦²+è2Á" "
b"\x01 É┌×üÀpµÂ\x02 ı\x08 ╣Dƶ "
b"\x01 É┌×âÃr'ùàRìLƒ┴½ "
b"\x01 É┌×à5q¯©colÙ┬,< "
b"\x01 É┌×àcrÙ¢Å├[\x1A *\x00 U "
b"\x01 É┌×å\x11 q×îÃùZ\x1C ¦Ø┼ "
b"\x01 É┌×åBrNèÚ~¤óA?³ "
b"\x01 É┌×åjs9º\x02 p┤ [\x1F ╚ "
b"\x01 É┌×ç>sµ¢\x1A ç╣F\x0E ƒ\f "
b"\x01 É┌×ê\x03 s÷ô╦¦\f ┴ZP! "
b"\x01 É┌×êÃrRäæXWÀ²ÏÌ "
b"\x01 É┌×ëàq\x00 ìAð©ÖÒøº "
b"\x01 É┌×ë▓sI¥qC01A▄ÿ "
b"\x01 É┌×ë▀q┘åËaÏqK®N "
b"\x01 É┌×è\x00 s\t æÀ\x11 >ůËK "
b"\x01 É┌×èÍpù«ùÜz?Ô\x14 ó "
b"\x01 É┌×ï\x06 qiØ,┤I¿hÇß "
b"\x01 É┌×ï-r-âª\x17 ææG_ö "
b"\x01 É┌×î#rëÀ&\x1E gÌi¡\x1A "
b"\x01 É┌×îUp^£\v â´^î<┬ "
b"\x01 É┌×î\x7F q²Ñ\r ö╝ã³µú "
b"""
\x01 É┌×ìKsLó[\n
}wæÆu
"""
b"\x01 É┌×ìzq╝ª'¯§p.ı├ "
b"\x01 É┌×ì£ríôg;█\x7F Ù<Ð "
b"\x01 É┌×Ä{p¡▓Kè\x10 ºÐ "
b"\x01 É┌׿YsO¼Òà\x08\x01 ▄zp "
b"\x01 É┌×½▄q ܪJ└ÑÀï2 "
b"\x01 É┌×¼ØpıÄ\x14 ãW▒ñ\Ç "
b"\x01 É┌סwr┐M¥Xná█\x11 "
b"\x01 É┌׫Vpó¥╦\x15 e┴صx "
b"\x01 É┌×»@s\x7F à«╠ k§¬ö "
b"\x01 É┌×░\x16 p½╗TMy/F┴À "
b"\x01 É┌×░Dr▄åûg$)¨x└ "
b"\x01 É┌×░jr%¿¨üöh:ôÊ "
b"\x01 É┌×░îqSçÑð\x0F ]¤a` "
b"\x01 É┌×░ºs\x16 ×═TïÊOü7 "
b"\x01 É┌×░ãq¶âÂ├tªS\x1A Ó "
b"\x01 É┌×▒Åpºê:Y‗ße¿Í "
b"\x01 É┌×▓VpòUÉ-\x05\x7F Ï_ "
b"\x01 É┌×│jr[Üà#▀>\x18 e½ "
b"\x01 É┌×┤3r┌è±iy\x02 ÕãV "
b"\x01 É┌×┤±sá╝^@¾|O╦▄ "
b"\x01 É┌×Á╣qô┤ÖYC■Èÿ& "
b"\x01 É┌×Âàs=╣╣`(ð:╦b "
b"\x01 É┌×ÀBsu╣¦‗ ┌Ü¢7 "
b"\x01 É┌ש\x06 s%è*Ä¡@/o± "
b"\x01 É┌ש0qxƒÝ$þé3z\x16 "
b"""
\x01 É┌ש¾qp¼\x18 \n
┤Ç\f øõ
"""
b"\x01 É┌×╣\x1D p▄úÙ╚N▓\x18\x1D ¡ "
b"""
\x01 É┌×╣Ìr\x1F ç«:@þ\n
àÛ
"""
b"""
\x01 É┌×║\x08 r█á¤l┘8¾\n
Ù
"""
b"\x01 É┌×║*r\x14 »ÜA║+ZU« "
b"\x01 É┌×║Eqì┤╗í±^Æèö "
b"\x01 É┌×║°qù║8═M,BSF "
b"\x01 É┌×╗!s8®ÇÇc-ß╝? "
b"\x01 É┌×╗Aqøâ\x7F §õ÷\x14 :< "
b"\x01 É┌×╗¨p\x17 │S×▓╝▒:8 "
b"\x01 É┌×╝&s▒Ä▄É^É¿\x13 Ì "
b"\x01 É┌×╝Jroî}\x16 =\x1D ÕýM "
b"\x01 É┌×╝gp■½ç┤ï|\x00 Ùà "
b"\x01 É┌×╝éqp│ýÇYüW\x1C "
b"\x01 É┌×╝ís½én│n8²eE "
b"\x01 É┌×╝╗s\x04 ñâ´\x03 ý«f "
b"\x01 É┌×╝Îq\x11 øêWÓMÉ\x "
b"\x01 É┌×╝§q(¬\Y ¤Xƒ+ "
b"\x01 É┌×¢\x10 s╬┐%Æoß¹#÷ "
b"\x01 É┌×¢.pI×ëgYÉi\x1C / "
b"\x01 É┌×¢Iq╩ä%УÜ`Ôç "
b"\x01 É┌×¢dp▄àÙaM³\x07 Q┼ "
b"\x01 É┌×¢àqK▓‗µ\x19 Xt\x07 \n "
b"\x01 É┌×¢árl¢\x10 ┤XıjP1 "
b"""
\x01 É┌×¢┐r\n
Ä\x10 l¹ÚÃâð
"""
b"\x01 É┌×¢┌pvÿcëÄU\x0F úê "
b"\x01 É┌×¢§r╦Æ\v u\ìúà) "
b"\x01 É┌×¥\x16 r`ø^b=■¤9A "
b"\x01 É┌×¥1s²ÆLÓf¦─Ø= "
b"\x01 É┌×¥Pq³æfgü§â"ç "
b"\x01 É┌×¥kr)©@\╚Î9#┤ "
b"\x01 É┌×¥çp\x1C ▓┘»Ñ`\x15 ÝY "
b"\x01 É┌×┐;p\x14 Év▓┤ \x10 Ë "
b"\x01 É┌×┐`rô×Ñ6\x15 =â╗B "
b"\x01 É┌×┐~r█Ç(└¶Ærá{ "
b"\x01 É┌×┐áqpô█E%Q\x1A s\x0E "
b"\x01 É┌×┐╗páºÖ&ü&Ò\x7F D "
b"\x01 É┌×┐┘sùüÂ╠ÆK─Ã╬ "
b"\x01 É┌×┐§p\x04 ºÇëË÷µM! "
b"\x01 É┌×└\x10 pð¿(xݬB½° "
b"\x01 É┌×└.p½ü_1/]]╣/ "
b"\x01 É┌×└Iq Ö\v a÷KÝ0\x0E "
b"\x01 É┌×└drÞù{\x05 ˳ì'Í "
b"\x01 É┌×└és/è¤\x06 R\x10 HÃ┤ "
b"\x01 É┌×└ØrR¢l\x17 j\x1D L]┬ "
b"\x01 É┌×└╝pO®ı&Û5ë9Í "
b"\x01 É┌×└Îs§ñ+ëm¯/>Á "
b"\x01 É┌×└‗s^ú Üû&Ù┴d "
b"\x01 É┌×┴┤r\x1D ┤f-Û\x05 ╦Þ "
b"\x01 É┌×┴¦p¦À\x03\x1D ▒ëuåp "
b"\x01 É┌×┴ r¸«\╗Â┘Fºs "
b"\x01 É┌×┬\x1D p°è\x07 à.\x1C ©╚Î "
b"\x01 É┌×┬8pº¥S'1l\x17 åf "
b"\x01 É┌×┬Wq)ƒ£IL\x15 R\r "
b"\x01 É┌×┬rr\x03 ó§ \x08\x14 vÀ╠ "
b"\x01 É┌×┬ìre╗L£ß&\e ¾Ø "
b"\x01 É┌×┬¼prÁìù\x02 sç¨N "
b"""
\x01 É┌×┬Ãs ûB¯\n
\JÊ®
"""
b"\x01 É┌×┬µqúÆè1Øfîá\x17 "
b"\x01 É┌×├\x01 pÁëoÍ├O╠ûu "
b"\x01 É┌×├:s÷àôÅ\e 2┌ƒù "
b"\x01 É┌×├Vsnç▒¨m®¤ÜÄ "
b"\x01 É┌×├ss×èG½ç#Q╦¸ "
b"\x01 É┌×├æs┤ê╝|å÷LÄ\x0E "
b"\x01 É┌×├¼pTÆõ\x12 YX\x00 8╗ "
b"\x01 É┌×├╦r±║ÌÜ\x1F\x11 YØÌ "
b"\x01 É┌×├µs╩ïm<\x07 Ñ«+Î "
b"\x01 É┌×─\x1F q>»│4ÚE\╠═ "
b"\x01 É┌×─:p]è┬m\v Ê÷\x06 ? "
b"\x01 É┌×─Yr6▓Ü\x7F\x1F `\x15 Xç "
b"""
\x01 É┌×─tp\n
×)\x16 ╣Åÿ&\r
"""
b"\x01 É┌×─Ås6▓Ó*ü\x18 ´c┬ "
b"\x01 É┌×─▒râô\x08 åÒ©º ß "
b"\x01 É┌×─╠pJç▀è`oÀ\x19 "
b"\x01 É┌×─µp\x01 òÐ░ú*ÕÓ╝ "
b"\x01 É┌×┼\x04 q¨á'³øv\x0F Þ\n "
b"\x01 É┌×┼\x1F qTò´añ\r ÈÆN "
b"\x01 É┌×▄ísîïãc╝\x11 töõ "
b"\x01 É┌×▄ðpáé┐h¼§^²Ì "
b"\x01 É┌×▄¨p¢úLæÆT«´¯ "
b"\x01 É┌צ\x16 qDØ▒UOðè╦m "
b"\x01 É┌צ1pV▓϶LÃx╗Ý "
b"\x01 É┌צOqk╗\x17 ©äß±▒h "
b"\x01 É┌צjsS«È\x1A ┐ux'S "
b"\x01 É┌צêr×âP\f Éí\x14 Ó¥ "
b"\x01 É┌צñp\e ºÓbZ?³\x1F z "
b"\x01 É┌צ┬r╩Æ\x16\x13 õ¸.═ã "
b"\x01 É┌צ¦süÇиuÇ\x00 iÈ "
b"\x01 É┌צ¹rO×Â░\x03 ~³áz "
b"\x01 É┌×Ì\x16 qæéÂZ¯┌tíQ "
b"\x01 É┌×Ì4r8Ø+@ Y▒¸Ù "
b"\x01 É┌×ÌOsGî\x0F ▀î¹ÈQ "
b"\x01 É┌×Ìms┼À±Ôõ×#Á╗ "
b"""
\x01 É┌×Ìëp{çY╔┌\n
/M_
"""
b"\x01 É┌×̪pÖà}¿\x08 :nãú "
b"\x01 É┌×▀[qLíåá#Ð5\x08 ¦ "
b"\x01 É┌×▀ws\x17 î┘Y¬Ø╚Õ "
b"""
\x01 É┌×▀ôqãƒ\v c*.3\n
'
"""
b"\x01 É┌×▀╦p°▒╦ó »vû\f "
b"\x01 É┌×▀þrıáB¯g5ÚË\x16 "
b"\x01 É┌×Ó\x05 ré£SHËX\x06 ▓, "
b"\x01 É┌×Ó q\x17 │{ 2H\x00 ¸\x08 "
b"\x01 É┌×ÓAq&ƒy3]øÚ┐< "
b"\x01 É┌×Ó]s║üýÕ\x06 Ö\x1E eî "
b"\x01 É┌×Ó~s║│|¥bqvÅI "
b"\x01 É┌×ÓÜspÇeoÑÒ\x01\x1A c "
b"\x01 É┌×Ó©pq«Ciª║«À\x1F "
b"\x01 É┌×ÓÈq;Ü─¯¿ÂásÉ "
b"\x01 É┌×ß¿qH║├Ì░ù\v I% "
b"\x01 É┌×õ%s\v ú±9Á+ıg╦ "
b"\x01 É┌×õRp╝ùËy'\x17 ¦n\x1F "
b"\x01 É┌×õvpsÆÀ_▀\x02 ñß\x0E "
b"\x01 É┌×Õ@s\e ƒ+ÞÀƒ▄ÝG "
b"\x01 É┌×µ\x16 rfÁJ\x07\x19 «Î-! "
b"\x01 É┌×µÊræøË\x1D ╩sì.\x06 "
b"\x01 É┌×µ³s┼ÅÞË?─i|‗ "
b"\x01 É┌×þ\x1F p\x08 ½┐`\t ªh╩¤ "
b"\x01 É┌×þ:q³║\x01\x05 qËÈ´> "
b"\x01 É┌×þTr¡ëØ╬-\x11\x1A Ç0 "
b"\x01 É┌×þopvPÖÅ@& "
b"\x01 É┌×þèp»Ø!@>t╔¯▀ "
b"\x01 É┌×Þ=p0쮦\x02 ┼V│ "
b"\x01 É┌×Þnr7Ä\x03 Yu\e 8Õj "
b"\x01 É┌×ÞÉs■┐'\x1F ù³¶3\x13 "
b"\x01 É┌×Þ┤pùìW¤´╣*ïá "
b"\x01 É┌×Þ¤q°║5┴N)Ý.¾ "
b"\x01 É┌×Ú¼r+«*Jþ\x12 5 \r "
b"\x01 É┌×ÚÌr\x1A у┤Î\f ú8R "
b"\x01 É┌×Ù3pÍ䥫É├z▓À "
b"""
\x01 É┌×ý\n
r¸ƒF\n
î¹¢hW
"""
b"""
\x01 É┌ƒF'sR¼¼ó¤¹d\n
ê
"""
b"\x01 É┌ƒFYpxâ╬@K¯[ݨ "
b"\x01 É┌ƒFüq5║2▄0Kª¸À "
b"\x01 É┌ƒFÑpL┐A´l/ðý+ "
b"\x01 É┌ƒF─s?ó®V╣¹,\x10 Ê "
b"\x01 É┌ƒGísË░myZº£7æ "
b"\x01 É┌ƒGËsªïI┘Ô¤It\f "
b"\x01 É┌ƒG´p²│ÍíÔ\x01\v Îl "
b"\x01 É┌ƒH\x0E qÉú¾\x1D QÁ½"{ "
b"\x01 É┌ƒH,spá\x1E M\x04 ùã¡N "
b"\x01 É┌ƒHGq*®)¢'ã┤ã~ "
b"\x01 É┌ƒHer}óIyiÉR\x01 Î "
b"\x01 É┌ƒHâs▄¼╔╚¢Å¡øÍ "
b"\x01 É┌ƒH×sÝ¿y7¾╩u>) "
b"\x01 É┌ƒH╝rGÉU╔║>£└± "
b"\x01 É┌ƒH┌r\x1F Äi>ù¶u\x1C [ "
b"\x01 É┌ƒH§rõí\x7F «í┐HYw "
b"\x01 É┌ƒI\x14 r&ÁêÎ\x12 Pi0\x14 "
b"\x01 É┌ƒI2p\x08 ë\x03 ÿ┌{ç╩s "
b"\x01 É┌ƒIMq\v ç¡Qn!▄ò\f "
b"\x01 É┌ƒJ\x17 r8îÔ#\v q╗L¥ "
b"\x01 É┌ƒJAq±À┼²²õ©$\x18 "
b"\x01 É┌ƒJmp\r çeN¡█\x04 PH "
b"\x01 É┌ƒJîp÷êÀ%╗DÆÐ "
b"\x01 É┌ƒJ»qn¬WÁä¦ÏqÌ "
b"\x01 É┌ƒJ╠râ╝ƒ■y\x1F\x7F «³ "
b"\x01 É┌ƒJþsÎÄ\x18 °ò©\x1C Ì\x04 "
b"\x01 É┌ƒK\t pÀäÓı\x7F ¤4▀> "
b"\x01 É┌ƒK&qR×Ð<E|▓+‗ "
b"""
\x01 É┌ƒKAsƒöÍ}\n
^Ù&q
"""
b"\x01 É┌ƒKbs´▒~°Ø┐ý|┘ "
b"\x01 É┌ƒK\x7F q¦ƒ\x13 ¤à\x1A c\x1F ? "
b"\x01 É┌ƒKøp-▓¯"¥\x0E\x04 `È "
b"\x01 É┌ƒK╝q┬è:‗hz╚╣1 "
b"\x01 É┌ƒK┘rè░\x19 Æ├ÛÎCx "
b"""
\x01 É┌ƒK§rPä÷÷\n
·.├9
"""
b"\x01 É┌ƒL\x16 rÄåC_ÑËE36 "
b"\x01 É┌ƒM\x07 p\x1A æ[¥×0\x1D ┘ "
b"\x01 É┌ƒMÓs2ô\x1E õXg\x17 ╗D "
b"""
\x01 É┌ƒN¯qlàtÂt1^\n
§
"""
b"\x01 É┌ƒP\x01 qì╗\t\x14\x10 1æd "
b"\x01 É┌ƒPÔprçøÍÊÔ©Ûs "
b"\x01 É┌ƒQ\x17 sÆ¥\e eÕX\x1E @. "
b"\x01 É┌ƒQ@q»ìå\x03\x1D\x07 »\f "
b"\x01 É┌ƒQep#ɽ±7%\x0E £a "
b"\x01 É┌ƒQçr<▓¸ðM7█m` "
b"\x01 É┌ƒQóq5£¬$─UÇ8┬ "
b"""
\x01 É┌ƒQ┴r\x12 ºG¬ú\x10 \n
r¶
"""
b"\x01 É┌ƒQÓr/Üö* V{╚Ï "
b"\x01 É┌ƒj&s#çÜ╦╗ÔÏsì "
b"\x01 É┌ƒjUp║Ø\x10 d`,Ìåƒ "
b"\x01 É┌ƒj~peøOÇ- V7Å "
b"\x01 É┌ƒjóq¬æµôÆõ²sı "
b"\x01 É┌ƒj┴rcöá®Äþ\r Ìý "
b"\x01 É┌ƒjÌpõ┤È[┐ÅG\x07\x0F "
b"\x01 É┌ƒj·q\x1D «█ð╦ÙÙþØ "
b"\x01 É┌ƒk\x15 sõâó\x00 ðjߥ┌ "
b"\x01 É┌ƒk3s¶äîoùì│Ý- "
b"\x01 É┌ƒkOs▓ÉıY©(▓?½ "
b"\x01 É┌ƒkks}ô\x04 ÌÑ\x17 Ë?Ó "
b"\x01 É┌ƒkçr«ô\x06 JϺ¹ðt "
b"\x01 É┌ƒkúpàÆvê╬Aå´Ý "
b"""
\x01 É┌ƒk┐q\f Æ;Û\x07 \n
\x1A\x17 3
"""
b"\x01 É┌ƒk█s\t ┐OæÂ\x01 ┬Q¸ "
b"\x01 É┌ƒk°sÚâ╔ó?¬0=┐ "
b"\x01 É┌ƒl\x14 sQÀ#└ú^ÅÆ▄ "
b"\x01 É┌ƒlÚr\x02 âÝÌBãS¹┘ "
b"\x01 É┌ƒm\x0F r<çcì\x04\f .‗+ "
b"\x01 É┌ƒm/pK¼\x15 |N\x1A 3¡═ "
b"\x01 É┌ƒmKr\e ôL\t ;>ï\x03 ¹ "
b"\x01 É┌ƒmgpÙªãïÙZ\x07 JU "
b"\x01 É┌ƒmâs▀ܬè³\x00\x1A ┐{ "
b"\x01 É┌ƒmƒr»Ö\ò Ù\x04 fm "
b"\x01 É┌ƒm╝së®Á│Æò;bÍ "
b"\x01 É┌ƒmÎs Àu¥n░\f ÜU "
b"\x01 É┌ƒm¶p)ó¼ï_└ä┘Í "
b"\x01 É┌ƒogqûòÂ\┘«\r øè "
b"\x01 É┌ƒoâq²¢ë¿Ø║║qt "
b"\x01 É┌ƒoƒs>×/µ¨©¾┘â "
b"\x01 É┌ƒo╗pÛñ\x1F ÏgOE:¦ "
b"\x01 É┌ƒq3r┌üðѰ¨íjò "
b"""
\x01 É┌ƒq]s¹¿üÎ\n
¸Ó\x0E ?
"""
b"\x01 É┌ƒqÇswè¹-þ¹ÏN\x05 "
b"\x01 É┌ƒq£sôÆñ=\x7F ?«=\x1E "
b"\x01 É┌ƒq©q÷ó▄²§æ,zl "
b"\x01 É┌ƒqÈqÖç/mè©K>) "
b"\x01 É┌ƒq‗r\x07 ì\x1C þÍ├Áµı "
b"\x01 É┌ƒr\x0E s-ÿ®öæ_56s "
b"\x01 É┌ƒr)rþ│÷Î\f 1ë-\x15 "
b"\x01 É┌ƒrFs╔┐¹ıj®þ║= "
b"\x01 É┌ƒrbqÎæ╦\f Ü┐ë!Å "
b"\x01 É┌ƒr~pôºîÇ╔█╠t╬ "
b"\x01 É┌ƒrÜp*╗V\x7F *DL&þ "
b"\x01 É┌ƒrÁqêû»pÂ┴4┘\x0F "
b"\x01 É┌ƒsxpj╝òk`░K > "
b"\x01 É┌ƒsƒs§ÆÇé¡I^b* "
b"\x01 É┌ƒs┐pó│}#Ò▀\x0F ;} "
b"\x01 É┌ƒs▄r│è>\x01 ╗\;CÈ "
b"""
\x01 É┌ƒs°q║è\n
ÿ▓ðºti
"""
b"\x01 É┌ƒt\x14 rÅÅI\x04 æ±mܲ "
b"\x01 É┌ƒt0s4û}N\x13 ûѾ\x1F "
b"\x01 É┌ƒtLs\x0F │Â[s`°L" "
b"\x01 É┌ƒtiqºÅ▄pc_4íı "
b"\x01 É┌ƒtäp-âL8Ç \x08 ì╦ "
b"\x01 É┌ƒtár┼░J«dCåmÛ "
b"\x01 É┌ƒuÜs:ôפ\x16 £#ò\x14 "
b"\x01 É┌ƒu─r┤▒}]¦Å╝¢è "
b"\x01 É┌ƒuþq¶®Ç$;z,o{ "
b"\x01 É┌ƒv\x03 sHÇ¥[┌Êþð "
b"\x01 É┌ƒv\x1E sëÿ╔ºðóËöU "
b"\x01 É┌ƒv:sàÉö¼æ7)[╣ "
b"""
\x01 É┌ƒvVqÍ▓\x01 Î6ë\n
¹w
"""
b"\x01 É┌ƒvrr-®│r░¼´\x08 ¾ "
b"\x01 É┌ƒvÄs-┐à╩0¹╔\x15 ╠ "
b"\x01 É┌ƒv¬qWôÆã\ÌÓ¢q "
b"\x01 É┌ƒwcpí×Óí}*R_Å "
b"\x01 É┌ƒx?p\x07 íyÕGB¾EÛ "
b"\x01 É┌ƒy\x06 q\x10 ▓ï\x10 J╚&§e "
b"\x01 É┌ƒyËp\ºÀÍsw~`. "
b"\x01 É┌ƒzøpõ╣O¢A¿P¸æ "
b"\x01 É┌ƒ{sqi▒\x07 qö\e\x15\x14 & "
b"\x01 É┌ƒ|nr\r ▓┬¶Ôƒ%\x1C è "
b"\x01 É┌ƒ}Lq\x08 ×\x17 5L(*ª\x1E "
b"\x01 É┌ƒ~\x1C ra░!ƒÞ#;╣Ñ "
b"\x01 É┌ƒ~Fp\x02 ┐\x1F /óYçlC "
b"\x01 É┌ƒ\x7F $rñÄ<┴\x01 o×ãU "
b"\x01 É┌ƒ\x7F Npqú^Ö³╩LÍ "
b"\x01 É┌ƒ\x7F pqñª0┤\x1D ▒¤┼) "
b"\x01 É┌ƒ\x7F Åp"æ\x7F 8Ø»Ú┌\ "
b"\x01 É┌ƒ\x7F ½s¢Æç3q\x1C ╗\f Ê "
b"\x01 É┌ƒ\x7F ãp ï\v <}bò÷U "
b"\x01 É┌ƒ\x7F ÕpÈ│ÍÛ&█q(└ "
b"\x01 É┌ƒÇ\x01 p*░o\x18 ËGQon "
b"\x01 É┌ƒÇ\x1C s╬ñvBè\x04 ╦®Ç "
b"\x01 É┌ƒÇ;r¸ëe9Éu(\x15\x16 "
b"\x01 É┌ƒÇWp\x19 öoõ.¦W\x01 3 "
b"\x01 É┌ƒÇvp\x04 ¡;O'»5¤c "
b"\x01 É┌ƒüUpz▒\x01 X`\x01\x07 ¥å "
b"\x01 É┌ƒü~qNë»Ì¸a╩÷ö "
b"\x01 É┌ƒüáqج╠╝Ñu\x13\x16 è "
b"\x01 É┌ƒü¢r¨æ(è'jǹ\x7F "
b"\x01 É┌ƒü▄r0äï╣\aæÞ/ "
b"\x01 É┌ƒü¸p1Á┴PÐ╣ÚÔZ "
b"\x01 É┌ƒé\x15 s\v ò‗wXºÂøñ "
b"\x01 É┌ƒØ1r╣╝º2\x00\x06 J$Ñ "
b"\x01 É┌ƒØMpWà\x03 î__╗╠u "
b"\x01 É┌ƒØmqlºï{¨Ý>L┌ "
b"\x01 É┌ƒØês╗û.&\x01 ³$BÌ "
b"\x01 É┌ƒØºq\x14 ÿ\x1F ø\x16 ¶oK$ "
b"\x01 É┌ƒƒ\x08 r¥Á;ûl8\x01 º─ "
b"\x01 É┌ƒƒ═ràÀ=Å▒\x7F åch "
b"\x01 É┌ƒí!p8┤HUê\x02\x1A B\v "
b"\x01 É┌ƒíÒsN®Ù3\x10 ╦╝Åa "
b"\x01 É┌ƒóÈse╝\çs¹Ô╦N "
b"\x01 É┌ƒó·p¶ÿÒ¦▓ôe(` "
b"\x01 É┌ƒú!s═¥cú\x15 '`╦D "
b"\x01 É┌ƒú´s{║‗Ê+»┼\x1A S "
b"\x01 É┌ƒñ\x19 p¿Ç<┐Î╦─«- "
b"\x01 É┌ƒñ@s└èü╚f┘¦°Q "
b"\x01 É┌ƒñ\pî¥sá¯î¿k\x19 "
b"\x01 É┌ƒñ{r<ô°ÿ█¯æì\e "
b"""
\x01 É┌ƒñûp Ü@\n
Ú×■\x06 ¦
"""
b"\x01 É┌ƒÑfp\v á\©u)íº( "
b"\x01 É┌ƒÑÅp½¼;Óß5I\f A "
b"""
\x01 É┌ƒÑ░s\n
ùW29,icÈ
"""
b"\x01 É┌ƒÑ╦sLØ\dÇb\x1C 8} "
b"\x01 É┌ƒª│s£©j\x16 ýnÓYT "
b"\x01 É┌ƒªßs#í│Î<├±QH "
b"\x01 É┌ƒº\x07 pT½×Ä¥ýI2h "
b"\x01 É┌ƒº!q\x19 è╩\x12 Z‗¼øc "
b"\x01 É┌ƒº;so╣ItÌd§<D "
b"\x01 É┌ƒºTrÓæ╦%┼º6Â9 "
b"\x01 É┌ƒºnqج;ÝvK77l "
b"\x01 É┌ƒºêsíàè\x06 2tÚ "
b"\x01 É┌ƒºús Ä¢n\x04 3ð\t ╠ "
b"\x01 É┌ƒ¿ùq\x7F ç^Ò*¬%\t 4 "
b"\x01 É┌ƒ¿┬qàÜȯaÿZ[\x00 "
b"\x01 É┌ƒ®üs¼ìø\x18 6=\x19 ¸0 "
b"\x01 É┌ƒ®½rÇéKÜ1«û┐\x1D "
b"\x01 É┌ƒ®═s┤àf]+.Ax& "
b"\x01 É┌ƒ®Úp\x14 Âx\x11\x07 ®Òä╔ "
b"\x01 É┌ƒ¬\x04 p\x0F │-à╦b╩%─ "
b"""
\x01 É┌ƒ¬þpâéd³à+\n
i\e
"""
b"\x01 É┌ƒ½\x12 rbÜÜ\r ©¾:▒è "
b"\x01 É┌ƒ½5r\v ╝Ü║çÎ$Pi "
b"\x01 É┌ƒ½QqÝÁ▀Ü5\x01 x,ô "
b"\x01 É┌ƒ½lqr┤¼\f Èè$lë "
b"\x01 É┌ƒ¼1qÕ¡▀Gè\x03 ¶se "
b"\x01 É┌ƒ¼[pOû\x02\x14\x15\t\x12\x18 ╬ "
b"\x01 É┌ƒ¼}qƒÁ\x1F ª<ï]\r | "
b"\x01 É┌ƒ¼Ör\x10 û?lûÄæÚ\x05 "
b"\x01 É┌ƒ¼┤q\x1E ô£"z╣\x01 g├ "
b"\x01 É┌ƒ¡tpN¼^¦╗ý\x0F n\x01 "
b"\x01 É┌ƒ¡Üs¼ùVÐò§¶¿: "
b"\x01 É┌ƒ¡╗s\x1D ÁÜ\x1E u³_╦╩ "
b"\x01 É┌ƒ¡Îq\x16 ì\f ╠B░]mk "
b"\x01 É┌ƒ¡‗s═Âí*&ÔÑõ\v "
b"\x01 É┌ƒ«\x0E qöñÕ┌¤ØÐw© "
b"\x01 É┌ƒ«Ùs▒¬Ê|▒ö│▓@ "
b"\x01 É┌ƒ▒WqCÇÀ©r|ò(ý "
b"\x01 É┌ƒ▒ëqEïD║Mds@¬ "
b"\x01 É┌ƒ▒«r‗ø±ÒAs╠q┘ "
b"\x01 É┌ƒ▒Ðr!ïüÔùÃ═ý "
b"\x01 É┌ƒ▒±rÌ╣1M>─þ┴ê "
b"\x01 É┌ƒ▓\f qÊÄîBÏH╝ãõ "
b"\x01 É┌ƒ▓.qヹ>ãìaæ\x01 "
b"\x01 É┌ƒ▓KsÜ╗jõr ®¿Æ "
b"\x01 É┌ƒ▓fs├│ǃ»\r \x14 c£ "
b"\x01 É┌ƒ▓äpT¿vëÏhèÝÍ "
b"\x01 É┌ƒ▓ás╬»\^2@\x19\x00 « "
b"\x01 É┌ƒ▓╝p¶æÕp×·\x06 ´þ "
b"\x01 É┌ƒ▓┌q<Äá┴ÕÏy╦\x16 "
b"\x01 É┌ƒ▓÷sIæ ÿc\x0E\x13 µÕ "
b"\x01 É┌ƒ│\x12 rÓ╝¿ºÂM^KÔ "
b"\x01 É┌ƒ│3q┴ì\x08 H§[¶è┤ "
b"\x01 É┌ƒ│PqZŽÙ┴ð\x1E\x17\v "
b"\x01 É┌ƒ│kq\x1F ║╔:Ê\x05 ~Éá "
b"\x01 É┌ƒ│îq╔Åîº└¿õbk "
b"\x01 É┌ƒ│®q7å,¶È`?¢\r "
b"\x01 É┌ƒ│─s"ùíñ)W³«/ "
b"\x01 É┌ƒ│Ôr\x1C ÅÄ\ûr#U "
b"\x01 É┌ƒ┤\x02 p╠»╣Síyÿç▀ "
b"\x01 É┌ƒ┤\x1D s.¬%ïP2s\x15 ã "
b"\x01 É┌ƒ┤;sêöæ\x14 úºlÀi "
b"\x01 É┌ƒ┤[qÚ¬G7■\f ╔╩' "
b"\x01 É┌ƒ┤vq&│¼=¼\x19 ║╦] "
b"\x01 É┌ƒ┤ör\x19 áD┬─Gb▓% "
b"\x01 É┌ƒ┤┤r▒úgye┘£Ê "
b"\x01 É┌ƒ┤¤söö54A¤@¶Ý "
b"\x01 É┌ƒ┤±s´û├┬\x7F ÑâÇ "
b"\x01 É┌ƒÁ\r stñ1\x18 ┬¢┌Ó+ "
b"\x01 É┌ƒÁ)s▓Å´\x06 Ê\â±Î "
b"\x01 É┌ƒÁGq/ÖÍü&\x16\x15 D+ "
b"\x01 É┌ƒÁgq6â▄Ó\¡Ëv÷ "
b"\x01 É┌ƒÁéqIªæR¦nÂ▀Á "
b"\x01 É┌ƒÁós#î\f\x16 %9*@\x1D "
b"\x01 É┌ƒÁ├r\e ÉÅÜ6\x02 ├A▄ "
b"\x01 É┌ƒÀ1põÜ\x18 ÅÒ\x15 KXO "
b"\x01 É┌ƒÀcsTò\x17\x1F IzëÔ\x14 "
b"\x01 É┌ƒÀçp9ü\x0E\v\x1C +Ë\f & "
b"\x01 É┌ƒÀ¬qõùú5╔▓─\x01 ³ "
b"\x01 É┌ƒÀ╩r6ì\x02 ¾Í\r As "
b"\x01 É┌ƒÀÕrþäÀ5Pþ;╚ı "
b"\x01 É┌ƒ©\x07 q3Â/\x10 à\x7F ^┴Õ "
b"\x01 É┌ƒðyqºöëÞ{\x1D â¢\x05 "
b"\x01 É┌ƒðöp¬ªü>\x06 !Á└9 "
b"\x01 É┌ƒð»q¥ÿ!âYÁ×┬\x1D "
b"\x01 É┌ƒð╬sHçGãã┤÷═╗ "
b"\x01 É┌ƒðÛpkÅ×n¸╩▄\v á "
b"\x01 É┌ƒÐ\t s▀è\x05 :▀ã═<╔ "
b"\x01 É┌ƒÐ#r|Â+\v ─Sç<î "
b"\x01 É┌ƒÐ>pEÜ:/ìØÌîÌ "
b"\x01 É┌ƒÊ\x02 q¦ÿÑ╦ı\x11 áàþ "
b"\x01 É┌ƒÊ5q\x17 ¬Ñ`\x16 µ´Å7 "
b"\x01 É┌ƒÊbq?àƒw\x19 Å¢t2 "
b"\x01 É┌ƒÊês)ÆÃ@┌╠\x01 1│ "
b"\x01 É┌ƒÊºrÏÑ├>Hà{u¬ "
b"\x01 É┌ƒÊ┬rÜàmÿ?«Æ¢³ "
b"\x01 É┌ƒËwpö®┬D»EÜ5* "
b"\x01 É┌ƒËúr╝Ç{«"µ©┌ƒ "
b"\x01 É┌ƒË┴r█®Ë\x08 w\x13 ░¡\x1A "
b"\x01 É┌ƒË▀p├äøª2Åçêm "
b"\x01 É┌ƒË¨sIùª¥AÉ╩\x00 0 "
b"\x01 É┌ƒÈ\x14 q.åW#o\x1C ÒhÙ "
b"\x01 É┌ƒÈ/q£ïU╦\0¯ý╬ "
b"\x01 É┌ƒÈIr\x1D ³═ÛÈ$Î\x05 "
b"\x01 É┌ƒÈgqøò\x13 üd@ÑıÙ "
b"\x01 É┌ƒÈérѬ\x7F 3o´\r ö£ "
b"\x01 É┌ƒÈ×r2à§┼g─âRÅ "
b"\x01 É┌ƒÈ©s[Â$*°S¯Áµ "
b"\x01 É┌ƒÈËsÀÄì6_╠II® "
b"\x01 É┌ƒÈ±q-á┬0à■´m, "
b"\x01 É┌ƒı\f qÜ¿┴┼ì*Í╩┤ "
b"\x01 É┌ƒı)s┤½º1╩\x10 ÿ+░ "
b"\x01 É┌ƒÍDq>▒5&q©oÝ\x10 "
b"\x01 É┌ƒÍtq¨¬ÃµÈ;═ô╩ "
b"\x01 É┌ƒÍùq~Â\x1A ¼└Aò\x1A Ï "
b"\x01 É┌ƒÍ║pRña█Bv\x01 g? "
b"\x01 É┌ƒÍÍpií7ã┐éÒ\x0F ¦ "
b"\x01 É┌ƒÍ¸p¥ûe»³?I¾ "
b"""
\x01 É┌ƒÎ\x13 rwç║¿¤╦\n
¾d
"""
b"\x01 É┌ƒÎ2qâÑ<┐¼\x1A\x1D b" "
b"\x01 É┌ƒÎNsµ▒7X&┤¯ëK "
b"\x01 É┌ƒÎjq\x14 ë]êi=å¥\x11 "
b"\x01 É┌ƒÎîr\▓¼ÿ²Yz"■ "
b"\x01 É┌ƒÎºsܪ-│3║\e ͧ "
b"\x01 É┌ƒÎãr\╝\x02 XLÙÞ¶y "
b"\x01 É┌ƒÎÔp|╗Í×)\x1E é\x08\x13 "
b"\x01 É┌ƒÎ■p¨Âl@Áí┼╝8 "
b"\x01 É┌ƒÏ\x1D rTê6Ô}¤D«¢ "
b"\x01 É┌ƒÏ8q½½(kßļÇÞ "
b"\x01 É┌ƒÏÉqQö┘t¢¨\x15 ⬠"
b"\x01 É┌ƒÏ░p\x02 ç¦ØöC¸Î3 "
b"\x01 É┌ƒ┘|r6¬ƒi■&¨╬L "
b"\x01 É┌ƒ┌Ur╣ósÈ═ 5õã "
b"\x01 É┌ƒ█'r¶ö:e╚║°^\e "
b"\x01 É┌ƒ▄\f sì½,DîG·UÕ "
b"\x01 É┌ƒ▄>pªÁ¢c.A\x13 èÝ "
b"\x01 É┌í¢;q\x1F ûdw\x01\x16 si\x19 "
b"\x01 É┌í¢^sãƒ\x15 Odh\x03 ¤Æ "
b"\x01 É┌ó(╬q<ÂwÔ\x17 ÅÀh´ "
b"\x01 É┌ó)Îsé×`\x07 ▒AÛÖ▒ "
b"\x01 É┌ñ¸BqÙÇÅ&\x07 æd*÷ "
b"\x01 É┌ñ¸mpmø┬│.Lu\r \f "
b"\x01 É┌ñ¸ïsjôãveù\ZA "
b"\x01 É┌ñ°es³×┼«vxJá┘ "
b"\x01 É┌ñ°Éqfä\v\x05\x08 ╣Qr{ "
b"\x01 É┌ñ°│s\r øıTÀ@~:j "
b"\x01 É┌ñ¨Ès├©¾s\x02 ┼wNK "
b"\x01 É┌ñ¨¸sØúyýe\¥p÷ "
b"\x01 É┌Ñ\x12 §p>©û`Ë╦Oy² "
b"""
\x01 É┌Ñ\x13 fqâ¬\n
£├îÿ"Â
"""
b"\x01 É┌Ñ\x13 äq\x1A ƒUÄ╝ô(è\x1D "
b"\x01 É┌Ñ\x13 ór\x1C £4Ý.#(ðL "
b"\x01 É┌Ñ\x13 ┐rëîÍmÆr8µ± "
b"\x01 É┌Ñ\x13 ¦sâ▓\x7F ¥ÎV0Ý8 "
b"\x01 É┌Ñ\x14\x1C rª®¸ªE.±\x04 s "
b"\x01 É┌Ñ\x14 :s!╣×\x0F ®É%u╗ "
b"\x01 É┌Ñ\x14 ¨qÁ»\x10 eFÄ:0\x00 "
b"\x01 É┌Ñ\x15 ╚qº▒/Nƒ*P\x1D ¡ "
b"\x01 É┌Ñ\x15 Ýrrƒ;\x02 H\x1D $\x1E Ú "
b"\x01 É┌Ñ\x16\v p¦éäz)±\x08 ÓÄ "
b"\x01 É┌Ñ\x16 )r9¥>Ø(┤c\x01 p "
b"\x01 É┌Ñ\x16 Jr\x17 Æ¡\x1A 1P-Oñ "
b"\x01 É┌Ñ\x16 græÉ¨EnÖ/▄¸ "
b"\x01 É┌Ñ\x16 àr\x12 ÁCé═E░îÆ "
b"\x01 É┌Ñ\x16 úp░¢═Â׳@²z "
b"\x01 É┌Ñ\x16 ┬pIÄ║\x1F =°¥JÉ "
b"\x01 É┌Ñ\x16 Óp▄»5┬\x14 ?┼è\t "
b"\x01 É┌Ñ\x17\x01 p5ù\x14 v¤®\x06 ó "
b"\x01 É┌Ñ\x17 r¹ºñ╬┴Æt▀C "
b"\x01 É┌Ñ\x17 Bqpí\x1F ¡zIMéi "
b"\x01 É┌Ñ\x17 as┬ëiè\t úò\v ? "
b"\x01 É┌Ñ\x17 ÇpjÀV\x1C sD\x11 ¯H "
b"\x01 É┌Ñ\x17 Ør³ëX=ï\v y└Ý "
b"\x01 É┌Ñ\x17 ╗s&Öu┘ÎâFw) "
b"\x01 É┌Ñ\x17 ▄sVÀâ&%ÿÎTE "
b"\x01 É┌Ñ\x17 ·q5Ä║\x1D\t ¹·\t ░ "
b"\x01 É┌Ñ\x18\x17 pªLõÊöP@Ù "
b"\x01 É┌Ñ\x18 5s·¿ƒcFè\±é "
b"\x01 É┌Ñ▓lq¿øëùxÌhnƒ "
b"\x01 É┌Ñ│br ╝┴yG½à\6 "
b"\x01 É┌Ñ┤5p╩ü}Õ"í\t X® "
b"\x01 É┌ÑÁ\x00 pøö▒ô#lëÕ═ "
b"\x01 É┌ÑÁrv×§a\x18 ª ç@ "
b"\x01 É┌ÑÂ\x18 q}▒Ò(úî`d╝ "
b"\x01 É┌ÑÂõpvÜ▒§BÔP "
b"\x01 É┌ÑÀ\x10 s╩öAFC\x0E ¢ûs "
b"\x01 É┌Ñ©\x03 r¨┤fºÌ¼r┼ "
b"\x01 É┌Ñ©┘q>©┐\x18 £ú&¼\x04 "
b"\x01 É┌Ñ╣¶r╩ÆE‗Æ_┼┼\x16 "
b"\x01 É┌Ñ╗bs\x1F üùÁ╩çîÆä "
b"\x01 É┌Ñ╝Cròĵ߹%E|Î "
b"\x01 É┌Ñ¢\x1D sÞ┐CG\x7F ®ÎÒ "
b"\x01 É┌©\x11 ▄sÀÇR`\v QÑVâ "
b"\x01 É┌©\x12\x06 s╚Ø#·ì:úX\t "
b"\x01 É┌©\x12 0sw¼àùêe·²ƒ "
b"\x01 É┌©\x12 ZpÄÖ└íþú─©┘ "
b"\x01 É┌©\x12 àqcçv'┐<Òh" "
b"\x01 É┌©\x12 »r²½¸Ø1┐@Çá "
b"\x01 É┌©\x12 Íq▄«uÆÁË%t: "
b"\x01 É┌©\x12 ²r╝ƒ¬ó┤¨ádF "
b"\x01 É┌©\x13 $qߪ<┌?ÀJyõ "
b"\x01 É┌©\x13 Ks\x10 ®±²h\x00 ƒ\x15 ╦ "
b"\x01 “b„¿©p§¼¢$\x08 #Ôt\x12 "
b"""
\x01 ôbè\n
¬r?É´\x1E ÀÊ\x07 ═k
"""
b"\x01 “bŠ\x1D ÁrL·?¶b\x18 è$\x1F "
b"\x01 “bŠY\x7F p,›™¯Ú±Wq‡ "
b"\x01 “bŠg=p®˜Qº£¼k~( "
b"\x01 ôbè»ls-Å©IÄéE\r "
b"\x01 “bбÓr»˜er\x15 +\f „š "
b"\x01 “bŠâGrƺ,3h\x1D 9lC "
b"\x01 “b‹:ºpv„;œç\x01 m¦ë "
b"\x01 “b‹AEq’¿Õܧ%|ÖÓ "
b"\x01 ôbïK\f sѼP\x11 æÁ└@ì "
b"\x01 “bŒ\x19 5pÓŒð\x11 `ŸÓL¨ "
b"\x01 “bŒ\x19 ŒrÁˆ{OO<\x1C dÓ "
b"\x01 “bŒ\x19 Þr…¬S“â7\x0E k² "
b"\x01 “bŒ\x1A 1q©¿\x01 Ãðö´NÑ "
b"\x01 “bŒ\x1A ‚rÚ©¶g»Á?¦ "
b"\x01 ôbî\x1A Ès╝ÅÆÞW«7\x05 "
b"\x01 ôbî\e 'pÐ▒Y╚Å\x00\x17 ö^ "
b"\x01 “bŒ\e ypP¢ƒß\x10 ìïDü "
b"\x01 “bŒ\e Çqb«ÚÊo’îÄÄ "
b"\x01 “bŒ\x1C\x19 q½¡·5\x11 «¿\x12 w "
b"\x01 “bŒ\x1C lpu¦‹Þ–\x18 t“· "
b"\x01 “bŒ\x1C ¿sU¶zpô›R\x01 G "
b"\x01 “bŒ\x1D\x13 s\f …ÔÇ×ú3øJ "
b"\x01 “bŒ\x1D fs”üzŽå*\x18\x10 "
b"\x01 “bŒ\x1F Ss†\x02 Æ\x13 ×ðþ° "
b"\x01 “bŒ\x1F ¦pœƒ½(næÎ‚Z "
b"\x01 ôbî Âqãì\x00 ÚùÜa´▀ "
b"\x01 “bŒ'Fq:ªŽˆÜ(O%¨ "
b"""
\x01 “bŒ'’qQƒÛ˜>¢\n
\t .
"""
b"\x01 “bŒ(Žry«Ÿy3ïc*à "
b"\x01 “bŒ(ØqD“Û2¡ôA§Ü "
b"\x01 “bŒ)"q£–Žù‹¥ û³ "
b"\x01 “bŒ)lrŸ®¹Süù\t Ûª "
b"\x01 ôbî)ÂpNìLÄbÈ\x7F Ú+ "
b"\x01 “bŒ)þqÚ–síà›A\x04 x "
b"\x01 ôbî*Gph»\x15 ½QÝÆÿÅ "
b"\x01 ôbî*Ér\x04 £Í%ìA\x08 6¢ "
b"\x01 “bŒ*ÙsÞ»£ó\x13 ð¿\f c "
b"\x01 “bŒ+"r“”s\x04 aŸôŠ\x02 "
b"\x01 “bŒ+kpܨ\x0F a\K`”¨ "
b"\x01 “bŒ+µpä¢~B"\x0E a\x1C L "
b"\x01 “bŒ+ýrì¿Ùè\x11 Í\x1A F "
b"\x01 “bŒ,FrQ‰Rßÿ\x00\x13 4r "
b"\x01 ôbî,Ås╦ÜîàÑ▀"îW "
b"\x01 “bŒ,Ùq\x07 ¿\x11 ™ˆ\x13 »Åí "
b"\x01 “bŒ-#rпۉýC=©– "
b"\x01 “bŒ-nrþ‰—|šDûa\x16 "
b"\x01 “bŒ-·p±·]\–³Ïp8 "
b"\x01 “bŒ.\x00 q^—“·AtÝg¥ "
b"\x01 “bŒ.Is_Ž<mƒÔ/\x14 ! "
b"\x01 “bŒ.’r2€×¨Ø!@S\x02 "
b"\x01 ôbî.▄qeØ\x18 #Í┴\x00 z« "
b"\x01 “bŒ/%q\v œ§\x00\x07 ‚“rÎ "
b"\x01 “bŒ/nr$¹è”š7Å„Æ "
b"\x01 “bŒ/·r>€ªÆ|ßyˆ "
b"\x01 “bŒ0\x00 s•°>¥!\x02 |šU "
b"\x01 “bŒ0äp§ˆ´HÕöi{r "
b"\x01 “bŒ1.p+º±$\x1E #œÛ– "
b"\x01 ôbî2(rqïýMä\x1C ØÄƒ "
b"\x01 “bŒ3)q÷±˜Ÿ®*õVv "
b"\x01 ôbî4\x1C s\x1F Ö[Å\x16 ¬╔\x12 ^ "
b"\x01 “bŒ4hsôˆ•ŒS©ø¨0 "
b"\x01 “bŒ4´qᢻ`[mr;C "
b"\x01 “bŒ5\x00 rŠ™"¹ƒ‹Ý:t "
b"\x01 ôbî5Lq╗ñí▄▒è╩3É "
]
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 , 0x0190DA8BEE4171B09AC6D5F7E7D81AB6 , 0x0190DA8BEE5E71C7B99C2E4C3FE987E2 , 0x0190DA8BEE7972FA865E2EA2D6F02604 , 0x0190DA8BEE93717C99EED4115CB99BF5 , 0x0190DA8BEEAB72DE8E0A2767D1DB27D0 , 0x0190DA8BEEC271EBB37CABB73C5DB6BA , 0x0190DA8BEED372D690BE275BB2782BC2 , 0x0190DA8BEEE473A6B62F1D5660539D2B , 0x0190DA8BEEF571E99FD6208342CBA5C8 , 0x0190DA8BEF06739ABFDADFE49F2CF6E2 , 0x0190DA8BEF1872EC8134D3DB7BE1E6A9 , 0x0190DA8BEFE270629BBF015852856E9A , 0x0190DA8BF0B17308AA20AB62965E0DBE , 0x0190DA8BF0CE71F3BC7C38D7419A5BDA , 0x0190DA8BF0E970E38A0BDC41DAA96E19 , 0x0190DA8BF10370AA90F63BC8A77BDA77 , 0x0190DA8BF11B7299A62AFC49DF0F5C65 , 0x0190DA8BF13270CE8BDDDE7B1EEA3DA4 , 0x0190DA8BF1437226B0DB1126A8244F32 , 0x0190DA8BF15473EABB1861F6B384EF78 , 0x0190DA8BF16571B3BA65524C0B346E37 , 0x0190DA8BF176719B9C4B02C1DE058A13 , 0x0190DA8BF18872F8B30EB8B1ABA4BF0F , 0x0190DA8BF199726A81C44E1F8C3AB45F , 0x0190DA8BF1AB7243A1B994B69E8F581A , 0x0190DA8BF1BC72E791DC126634A6FD5B , 0x0190DA8BF1CD717784D16042A52BDD17 , 0x0190DA8BF1DE71178B3FEE7D4BB1F0D2 , 0x0190DA8BF1F071CA9D1C67D9D81FF80D , 0x0190DA8BF202713EA29C0A0CD2F160FF , 0x0190DA8BF213732685833FB27810DD86 , 0x0190DA8BF2247011A5C496998CEA371D , 0x0190DA8BF23672A9875E42B9F519628C , 0x0190DA8BF24870A6AE7A863802CA8E7C , 0x0190DA8BF25A73329DA816EBCE4ABFBB , 0x0190DA8BF26B702C85031775D28A5DB7 , 0x0190DA8BF27C73C3AF8C80B4ECA796F2 , 0x0190DA8BF28D73B9B437EF5A86FDBBF0 , 0x0190DA8BF29F7319A5DB2C74967726DE , 0x0190DA8BF2B072DF921AABF4DACAA15D , 0x0190DA8BF352722096B7F7C3B901D7C1 , 0x0190DA8BF37272D2AC1BD7CB66426E3E , 0x0190DA8BF38D71A89B1CE6BCCC1CD0A3 , 0x0190DA8BF3A770B1A8A3B26311020421 , 0x0190DA8BF3C07227A33359959D3D681B , 0x0190DA8BF3D973E0AC7FC0DCABE3BB19 , 0x0190DA8BF3EC7352B662E433D501B63D , 0x0190DA8BF3FE71CA9F94D5858D749370 , 0x0190DA8BF49D71C2AAD81CF3AD2EB89E , 0x0190DA8BF4BB728E8150F0BAFBF74F27 , 0x0190DA8BF4D67362BCC19CA9B9C117B3 , 0x0190DA8BF4ED7063BB64685157EA83A3 , 0x0190DA8BF50572E9829AEBDD6A61DC28 , 0x0190DA8BF51B7154A2F2A6E38971D2CA , 0x0190DA8BF52C70F4857F1FDA08F0183A , 0x0190DA8BF53E73E6A3BA16A7FB6EF611 , 0x0190DA8BF54E73709085B1CE5F4A4383 , 0x0190DA8BF560719E9CB229B472870C15 , 0x0190DA8BF571718492E35EAEBDDDBF6C , 0x0190DA8BF582712386FAE001DDD82FC5 , 0x0190DA8BF593736CACD168A70AA827CD , 0x0190DA8BF5A4726E8670C5F03B8E11A1 , 0x0190DA8BF5B570F9824E6BD03BA74A69 , 0x0190DA8BF5C7733B876C42BE41A3DB17 , 0x0190DA8BF5D973259072A112F0C14293 , 0x0190DA8BF5EA73B88CB0FDFFDC4C47D5 , 0x0190DA8BF5FC73D1AD6735D54C509037 , 0x0190DA8BF60D73C2BFC256F4F26D74F0 , 0x0190DA8BF61E722D8AF0C2A9C40632DE , 0x0190DA8BF63073068270251BAE6E9593 , 0x0190DA8BF64471CE9C6D6C8ED1F4FAFE , 0x0190DA8BF655707E94A7D03DF24CA63E , 0x0190DA8BF79373E898B06AAB024F4C18 , 0x0190DA8BF7AC71C2A02832545CBF8207 , 0x0190DA8BF7C671A99BC7C0952E5C0105 , 0x0190DA8BF7E072D5BAAE6760A743866F , 0x0190DA8BF7F470EDAA80AA458F35A8E2 , 0x0190DA8BF8067039AD6265C342ED2736 , 0x0190DA8BF8177102872DE75110056E63 , 0x0190DA8BF82770F5BFC3C16787BB8DF8 , 0x0190DA8BF8387305BE41B29D00EE2484 , 0x0190DA8BF8487090B428A28B0176ABA2 , 0x0190DA8BF85870ED99D5AB55EA46D95D , 0x0190DA8BF8687041B15B0731A679A113 , 0x0190DA8BF8787240BEC489F46C46F2C2 , 0x0190DA8BF8887292B26BE4B5EA2B4523 , 0x0190DA8BF897711BBB01650A4ABA9B00 , 0x0190DA8BF8A770FC990341F9DC957E85 , 0x0190DA8BF8B77110B6399CC7ED9F1902 , 0x0190DA8BF8C872D2B4D2DB633B96A286 , 0x0190DA8BF8D8717BB6978228A039B594 , 0x0190DA8BF8E77190963B84717DAE10EB , 0x0190DA8BF8F772838C1B54075B63C529 , 0x0190DA8BF9077278A794D2E77118F139 , 0x0190DA8BF98B71CF8B5C93D2466C49ED , 0x0190DA8BF9A672E38EF25124296796A1 , 0x0190DA8BF9C173368A7435652404424C , 0x0190DA8BF9DB730C8E28D49D07AD704F , 0x0190DA8BF9F2707F93181C0EDB988712 , 0x0190DA8C10FB7397B9F9CDD0AF796A9C , 0x0190DA8C1119721DB7013957B53BA6EF , 0x0190DA8C1135722D84D310446F8ACDC8 , 0x0190DA8C115273C894FC858C99C4838F , 0x0190DA8C116B7197BBC87ACB3257BAED , 0x0190DA8C118473DDB4231C39BB741297 , 0x0190DA8C119B7379B74DC963E32DC6E8 , 0x0190DA8C11B0720BB9E1A16A91F23BC4 , 0x0190DA8C11C272FE95EDF404EFB9C488 , 0x0190DA8C11D37299B5423CEAE1A35B21 , 0x0190DA8C11E47006824069F65153CD95 , 0x0190DA8C11F5718E9E878F2979B3A985 , 0x0190DA8C120872F3B9DC842C462C577A , 0x0190DA8C121973CDA3418A5706D4124B , 0x0190DA8D03FC704E9642EDC1A406B5BD , 0x0190DA8D04B6722F99568C436B42E402 , 0x0190DA8D04D772ACB7FAE6966BAC1CC7 , 0x0190DA8D04F3704099B6706CAEC4F417 , 0x0190DA8DBBD973F08697863C017F3602 , 0x0190DA8DBBFB7294AB18FED156D12492 , 0x0190DA95AF767332B9592A90DCEE1FA8 , 0x0190DA95B02F73DF887F113EF2A6DE68 , 0x0190DA95C8D873D28C5BFCF297C47AE4 , 0x0190DA95CC17718089FA33866B26BD9A , 0x0190DA95CC3B70C181848DEDC0212122 , 0x0190DA95CC5D714294D4E63DB392FD9D , 0x0190DA95CD237341AEE068B74816963C , 0x0190DA9A3F2770D9822DE821BD084988 , 0x0190DA9A400372B581A50E445BE49B45 , 0x0190DA9B4959721AADE6FCAC1FE0C1DC , 0x0190DA9B4A1C72C6BA2AAED7383E8243 , 0x0190DA9B4AF37023B58143FF18D82E1A , 0x0190DA9B4B1E70D1AEB88763A9DB03CC , 0x0190DA9DC42573AD872883D6F92F74B2 , 0x0190DA9DC4E2729A83A24F4CF8BC72D8 , 0x0190DA9DC50C71AD908501398F32F520 , 0x0190DA9DC52E7375BFC829C6D778F7CA , 0x0190DA9DC549728DAFD67A9A0CF20121 , 0x0190DA9DC56473C887D19B0DA735B4A1 , 0x0190DA9DC57F70F3AEDCD468B567F7B7 , 0x0190DA9DC644715290AAB2DF05DB354A , 0x0190DA9DC66D708A878B66D54769F866 , 0x0190DA9DC68D712EA62D0865AC2606DF , 0x0190DA9DC6A87055B839AACCAC7FDF0C , 0x0190DA9DC6C270CFABFB7E56616C3037 , 0x0190DA9DC6DD72D29804D1A70E4B29D2 , 0x0190DA9DC6F7705D95ABEE13E4AA21D8 , 0x0190DA9DC7127018934FC3FAA2DB10E5 , 0x0190DA9DC72C738D9EA399679A6E8A35 , 0x0190DA9DC74670F0BCF3C08F7BB5D0A9 , 0x0190DA9DC76171189382BF767B52AFF0 , 0x0190DA9DC77B73AF91C5D95BB65EF011 , 0x0190DA9DC79672BB9E4269BE342FAA54 , 0x0190DA9DC7B0716693E44F21FFC44BD9 , 0x0190DA9DC7CB731084CC099530D0FE1F , 0x0190DA9DC8B7727BA4C74E906D6AE6E1 , 0x0190DA9DC973735FB96A6D37836FE3EC , 0x0190DA9DCA407179982A072D798BA072 , 0x0190DA9DCA6972928F2446DB88FD8529 , 0x0190DA9DCA8B72189246B07D4953FC34 , 0x0190DA9DCC0A71EC96206353BCBFF4D4 , 0x0190DA9DCC34733AB31060CEB1CB1096 , 0x0190DA9DCC5670149B0E9889BB45D226 , 0x0190DA9DCC71723384B09174570A7FB7 , 0x0190DA9DCDDD71E18254989082F8134F , 0x0190DA9DCE077229ADB3307C71138961 , 0x0190DA9DCE2873CA9C911DC10FA89660 , 0x0190DA9DCE4373E0A88297EA91E9D604 , 0x0190DA9DCE5E71C8BB3619DBA335D169 , 0x0190DA9DCE79738E9D85A9BA88A5841B , 0x0190DA9DCE977042834CA45B6B0003FF , 0x0190DA9DCF4E701A8158E9E83B54DC78 , 0x0190DA9DCF697129842DAE259C3D0E0D , 0x0190DA9DCF8470E9833E746C9BD5696E , 0x0190DA9DCF9E7361AA61E0BFF1EAE3E8 , 0x0190DA9DCFB97143A6D31B5B15E5C254 , 0x0190DA9DCFD470D680C7F3F424B0B51E , 0x0190DA9DD0B3714EB6546DF3EB1D4026 , 0x0190DA9DD1847306AC315CD43C158C33 , 0x0190DA9DD26270B6AA593A7545FFE818 , 0x0190DA9DD2887223A8176B13AAFA5710 , 0x0190DA9DD2A3701DA428CD6AE9C5FF43 , 0x0190DA9DD2BF702DA21CD96FB4EBA1BA , 0x0190DA9DD3FC72439E1506A74CA76DDC , 0x0190DA9DD5C97321BA29BC9E592141E1 , 0x0190DA9DD72B7281AAB47A6400D55A33 , 0x0190DA9DD81273458978ADDCC4AA74AB , 0x0190DA9DD83F708586E19747FEA1A513 , 0x0190DA9DD91372E8A58F839467DB9600 , 0x0190DA9DD9CC718F8ADFFC8A58E9420C , 0x0190DA9DDA9073B5981F86766195E970 , 0x0190DA9DDB80710F937A7E0DC4576FC2 , 0x0190DA9DDC7571DEB8B6DBA89AF23829 , 0x0190DA9DDD427227B1BA622C1FF651AD , 0x0190DA9DDE0A73B1B1A84D4D4EBFD99A , 0x0190DA9DDF8D72D98608975E41D5EB75 , 0x0190DA9DE06572A1878F5CDDAB13C4A7 , 0x0190DA9DE4DA7363A28F4C7734C29DE3 , 0x0190DA9DE59D700498A69593DB0C7FC8 , 0x0190DA9DE660722BBA827153D77C8BCE , 0x0190DA9DE728716A8C585BAA978E262B , 0x0190DA9DE7F2736C91FADC2DBC8BFC02 , 0x0190DA9DE81C70C88C7E0C012FB4EDD3 , 0x0190DA9DE90C70498DA60A464DEFD53D , 0x0190DA9DE9CD736FB7C3E7104B188FD4 , 0x0190DA9DEA9572D8B7949A9891645780 , 0x0190DA9DEB4273349B55C855464B5586 , 0x0190DA9DEBE6712F95E09397D09E9A1B , 0x0190DA9DEC9172A48E2165703E0A20CF , 0x0190DA9DED5172CFA02B15D904D75D8D , 0x0190DA9DEE37720499D0C251F843A8DC , 0x0190DA9DEF0473EDB73347FD3A0E4AB2 , 0x0190DA9DEFB4714588620D2278151B7E , 0x0190DA9DF0677389939C461943CBC6BE , 0x0190DA9DF12F7208A37308F708495100 , 0x0190DA9DF22E709A80070CFAE399304F , 0x0190DA9DF258705E870B34F4026B7B7C , 0x0190DA9E0B26730C975D9A287F9B3CAD , 0x0190DA9E0B487059A75C1FA91F289320 , 0x0190DA9E0CAA70059DCE92557D99D67F , 0x0190DA9E0CD8727F86D4BAB8918530F0 , 0x0190DA9E0CF373CE97CA3C50F268CCCD , 0x0190DA9E0D1272A6BBB0BAF48122D420 , 0x0190DA9E0DE8702DB55371C9F3FCBF0E , 0x0190DA9E0EA77160AB0A3E6BC45E6A12 , 0x0190DA9E0ED8703F811DA59B04750827 , 0x0190DA9E0F0171E78BC8F9F6FE0356A3 , 0x0190DA9E0F2D7084A0355754E9605A7E , 0x0190DA9E0F4A71FF98AA222197F9F252 , 0x0190DA9E101471A096F7F2DB29FA7498 , 0x0190DA9E10407158A1F38A7C88017171 , 0x0190DA9E106470BEA9AD3B76E55BD937 , 0x0190DA9E112773838A86937C61049263 , 0x0190DA9E114C725185D539C079424FB5 , 0x0190DA9E116A7226AD35D67BD8582247 , 0x0190DA9E1183721FB01C5F2C00E04F14 , 0x0190DA9E11A17337AD56937FE29A24C2 , 0x0190DA9E11BF7018BDBABA4D73A410A1 , 0x0190DA9E11DB7328BE30909F2B9F90DA , 0x0190DA9E11FA71C8AD966155547D5FE1 , 0x0190DA9E12CE708BBCD435DB4429A7D5 , 0x0190DA9E12FF72C7892D8F66F2AE28DE , 0x0190DA9E132873AB96EBA027421B3998 , 0x0190DA9E135372E1A7ABAFE82784F5FE , 0x0190DA9E14BD7326A11106105170E535 , 0x0190DA9E1585727BA3B0BE5948EE7019 , 0x0190DA9E164670A592695357EDEF6429 , 0x0190DA9E167070848FDE88A6F8408EE4 , 0x0190DA9E169270B58D3158A30401C420 , 0x0190DA9E16B2725A948BA86A359A9D94 , 0x0190DA9E1773715EBB75F53A1DFE7AAA , 0x0190DA9E179D72A99D196CFD88C28F91 , 0x0190DA9E17BF71EAB1E54907634F9392 , 0x0190DA9E17E072FE9F07970FC4AF8EB0 , 0x0190DA9E17FD73BA980C782FFA6EDB27 , 0x0190DA9E19C170FBB0CE6B80560F8DD5 , 0x0190DA9E19EB720BBD0E90C781C9B9AC , 0x0190DA9E1B2573C4BDF6B75C88F10284 , 0x0190DA9E1B4F7345BC104FBD117A7A91 , 0x0190DA9E1C0F70C4948EDADE855BFC48 , 0x0190DA9E1CD2725488FB414C6651F73D , 0x0190DA9E1DA57382A8FB454C92437713 , 0x0190DA9E1DD57388A792ECEF6122EB50 , 0x0190DA9E1EA672679103B7230EDB036A , 0x0190DA9E1ED273E9A46D41DF7053AD01 , 0x0190DA9E1FA773F5AB65375949EDF7FE , 0x0190DA9E20657142A2FF075F8C86EFF1 , 0x0190DA9E21857053BCD1CA58A16B3561 , 0x0190DA9E21B770E09C621CFFAF3210CB , 0x0190DA9E2404712B8D950FCAA1899AD3 , 0x0190DA9E243571A4ADA4635ABEF90029 , 0x0190DA9E2535702B8A6FA47786FACFF2 , 0x0190DA9E2569717BBEBEA5533C9B7F41 , 0x0190DA9E258E708697EC7FE9B58ADAE7 , 0x0190DA9E25A973C5B35501E7826A76AC , 0x0190DA9E26AA72298D9A8216A347DF9D , 0x0190DA9E26DB73C4A06BA6577F5A52D7 , 0x0190DA9E2704732DBDF2E30A8BD5AB9E , 0x0190DA9E272173E1B2C67E1EF04A50D6 , 0x0190DA9E273F710F9FFF2A938D560523 , 0x0190DA9E275972A79EEB2D8547B86EC0 , 0x0190DA9E2828714BBB3CBB148E96748D , 0x0190DA9E285170CAAB71B6B7E6806D0C , 0x0190DA9E28737317AB615EDD597AF647 , 0x0190DA9E288E713C8C0BB233A3A968E4 , 0x0190DA9E28A872DBAC1F91528ADF509F , 0x0190DA9E28C3717DA7850B410C3D8F06 , 0x0190DA9E2AEB70D18D2BDBF400A2EB1A , 0x0190DA9E2B1570958E6905BBBDD7FC3C , 0x0190DA9E2B37721C9140674E638F4171 , 0x0190DA9E2BF9726CBD341CF9D68612F4 , 0x0190DA9E2D8D716ABE33B80A6F5ABFFE , 0x0190DA9E2E7B70BBBC20F3C8A6E3B99F , 0x0190DA9E2F3F72CE94DE2CB2CE612935 , 0x0190DA9E2FF9728D8609444D5E202266 , 0x0190DA9E30BD703496917415A3D06771 , 0x0190DA9E3185707BB23F1AD7CDC79B28 , 0x0190DA9E31AF708E9F9F2D0B410E1267 , 0x0190DA9E31D0704E8BB7CC581749E49B , 0x0190DA9E31EB722FB851793B62B82016 , 0x0190DA9E3205707C965263C971DFA4E5 , 0x0190DA9E34647244A34D9502017CB373 , 0x0190DA9E348F7070A0B3D950BD7EF52B , 0x0190DA9E34B0722DB6D412D38AE86D3C , 0x0190DA9E34CE7377BFF8E801E8D7E8C0 , 0x0190DA9E35EA7244998FDB0F60519E3A , 0x0190DA9E375172378DDECA2E16EAE890 , 0x0190DA9E378273AF87EDE9C6E0CF92D5 , 0x0190DA9E37AB7126B976C12EAF3C1D27 , 0x0190DA9E37C6700CB0AFA90B9B1F8BFD , 0x0190DA9E37E17174A4FF8B1690C12702 , 0x0190DA9E37FC71DA8438F9341386FDD8 , 0x0190DA9E381871E29E4747FC88665636 , 0x0190DA9E383372C5AB982D41E09EAC12 , 0x0190DA9E3852738D8F3064102816857A , 0x0190DA9E386D73AD881F2D5715150C8D , 0x0190DA9E53A373FBAF91AAAFF18EB775 , 0x0190DA9E53C171D090B107C8AB4F50AC , 0x0190DA9E53DC71D6ABC9E022BECFC5ED , 0x0190DA9E53F7735F99F0A02965C29E86 , 0x0190DA9E541273909920795A39EFF31D , 0x0190DA9E542C73839F33B5A2DD9CD066 , 0x0190DA9E544872DAB6950821292D36FF , 0x0190DA9E5463739488A5959E8EC04734 , 0x0190DA9E547D7036865FDC515EB5D64F , 0x0190DA9E54987014822B3C197D7B2053 , 0x0190DA9E54B372B391158F0919747344 , 0x0190DA9E54CE7316A28986E6DE3CCD28 , 0x0190DA9E54E873F0A47F83BE6069E129 , 0x0190DA9E55037227991A021D1E6EE4B4 , 0x0190DA9E551E70BEBA0492D66AD34CF6 , 0x0190DA9E570570768C59ADEE811897D5 , 0x0190DA9E5919718CBA5774540C96EEA1 , 0x0190DA9E5AEC73AB9167B34C8C0D82A0 , 0x0190DA9E5C5D728BA8618510E562850C , 0x0190DA9E5E157245824D4B3F00470CAB , 0x0190DA9E5ED3722282419983F5366BD9 , 0x0190DA9E5FB1722D8542A8299E5E5ED3 , 0x0190DA9E607B70EF872396470FD49DDA , 0x0190DA9E60A873FB92024FD286D04EBF , 0x0190DA9E61DD721190D8971DD0D45220 , 0x0190DA9E620771069F8EEF98A792DB07 , 0x0190DA9E637273BCA8730ABC7831B0B0 , 0x0190DA9E639D72A09E76DE2AED1E2F99 , 0x0190DA9E63BF71B3B1D15FAD9063CBB9 , 0x0190DA9E652F7286AA81E2210690F938 , 0x0190DA9E6559707FBBE41AAF76D904E0 , 0x0190DA9E657B7192B5084C606788544C , 0x0190DA9E6596722C9C241E149C71A8F4 , 0x0190DA9E65B1718297F53286E2108706 , 0x0190DA9E6673734B8EE03D86A4AD9413 , 0x0190DA9E67FD72C79B00FCC98C40C058 , 0x0190DA9E68287395AC3180FA2AD911CD , 0x0190DA9E684A72249DB0E46B7584E727 , 0x0190DA9E6865715A81BCDF4BEFD0E3D1 , 0x0190DA9E6880713794F6C6DFE22A91C7 , 0x0190DA9E689A72C8B96037C0C214F170 , 0x0190DA9E68B570E3A1E8F5ADB6AB5D41 , 0x0190DA9E6A2D705BA6A3BBEF19B4F260 , 0x0190DA9E6A58737AA8C08F8F50686663 , 0x0190DA9E6A7873BDA232DD2CEFF31488 , 0x0190DA9E6A92725D8C8070F252FBA0B9 , 0x0190DA9E6BB373208B3E85C9CC622547 , 0x0190DA9E6BDC715CACCA56690AD8B228 , 0x0190DA9E6BFD70D7B56550DC5653A6DA , 0x0190DA9E6C17708FA76F22F0D3B122B7 , 0x0190DA9E6C30739885FD1D29FB426F96 , 0x0190DA9E6EC670639088B8457D2258C1 , 0x0190DA9E6EF072BF8D8FEE9066F8780F , 0x0190DA9E6F11728882731C0C54F6430C , 0x0190DA9E74DF722FB344B1D626ACB72C , 0x0190DA9E7509737997C2AB1BDEAE53A1 , 0x0190DA9E75D473DF97C380BCBF128EF4 , 0x0190DA9E75FD73A58E3BCDE5849F100F , 0x0190DA9E762572B39C7CBBC596B15924 , 0x0190DA9E7642716BA8C2C2AD5C6FCB89 , 0x0190DA9E76DE720482F4882D24BBF09F , 0x0190DA9E770973EDAAEBE1759963E7D3 , 0x0190DA9E773271479380A1638A3985BE , 0x0190DA9E774C70E4A2979DD09F98619B , 0x0190DA9E77EB729CB3D660AA0AE50A01 , 0x0190DA9E780F71848E5F3075AEB19C70 , 0x0190DA9E782F706B89733AA1997D7C6E , 0x0190DA9E78DC7134A9D27B2A33F76799 , 0x0190DA9E79097319BBDADE2431CA6B93 , 0x0190DA9E79D97294B09A51B3AF4F8CEF , 0x0190DA9E7A0A72538AC09B46F0DCBD29 , 0x0190DA9E7BC372478AAE28AA1D185650 , 0x0190DA9E7D3672498B779F3A9D86256C , 0x0190DA9E7E317040A4027169EC1FD23B , 0x0190DA9E7FB773CBA8CBFD2B8A32B522 , 0x0190DA9E81B770E6B602D508B94492F4 , 0x0190DA9E83C772279785528D4C9FC1AB , 0x0190DA9E853571EEB8636F6CEBC22C3C , 0x0190DA9E856372EBBD8FC35B1A2A0055 , 0x0190DA9E8611719E8CC7975A1CDD9DC5 , 0x0190DA9E8642724E8AE97ECFA2413FFC , 0x0190DA9E866A7339A70270B4FF5B1FC8 , 0x0190DA9E873E73E6BD1A87B9460E9F0C , 0x0190DA9E880373F693CBDD0CC15A5021 , 0x0190DA9E88C7725284915857B7FDD8DE , 0x0190DA9E898571008D41D0B899E39BA7 , 0x0190DA9E89B27349BE7143303141DC98 , 0x0190DA9E89DF71D986D361D8714BA94E , 0x0190DA9E8A00730991B7113E8FEED34B , 0x0190DA9E8AD67097AE979A7A3FE214A2 , 0x0190DA9E8B0671699D2CB449A86880E1 , 0x0190DA9E8B2D722D83A6179191475F94 , 0x0190DA9E8C237289B7261E67DE69AD1A , 0x0190DA9E8C55705E9C0B83EF5E8C3CC2 , 0x0190DA9E8C7F71FDA50D94BCC6FCE6A3 , 0x0190DA9E8D4B734CA25B0A7D77919275 , 0x0190DA9E8D7A71BCA627EEF5702ED5C3 , 0x0190DA9E8D9C72A193673BDB7FEB3CD1 , 0x0190DA9E8E7B70ADB24BF08A10FFA7D1 , 0x0190DA9E9159734FACE3850801DC7A70 , 0x0190DA9EABDC71FF9AA64AC0A5B78B32 , 0x0190DA9EAC9D70D58E14C657B1A45C80 , 0x0190DA9EAD7772F0BF4DBE586EA0DB11 , 0x0190DA9EAE5670A2BECB1565C19DE678 , 0x0190DA9EAF40737F85AECC206BF5AA94 , 0x0190DA9EB01670ABBB544D792F46C1B7 , 0x0190DA9EB04472DC8696672429F978C0 , 0x0190DA9EB06A7225A8F98194683A93D2 , 0x0190DA9EB08C715387A5D00F5DCF6160 , 0x0190DA9EB0A773169ECD548BD24F8137 , 0x0190DA9EB0C671F483B6C374A6531AE0 , 0x0190DA9EB18F70A7883A59F2E165A8D6 , 0x0190DA9EB25670F09555902D057FD85F , 0x0190DA9EB36A725B9A8523DF3E1865AB , 0x0190DA9EB43372DA8AF1697902E5C656 , 0x0190DA9EB4F173A0BC5E40F37C4FCBDC , 0x0190DA9EB5B97193B4995943FED49826 , 0x0190DA9EB685733DB9B96028D03ACB62 , 0x0190DA9EB7427375B9DDF2FFDA9ABD37 , 0x0190DA9EB80673258A2A8EAD402F6FF1 , 0x0190DA9EB83071789FED24E782337A16 , 0x0190DA9EB8F37170AC180AB4800C9BE4 , 0x0190DA9EB91D70DCA3EBC84EB2181DAD , 0x0190DA9EB9DE721F87AE3A40E70A85EA , 0x0190DA9EBA0872DBA0CF6CD938F30AEB , 0x0190DA9EBA2A7214AF9A41BA2B5A55AE , 0x0190DA9EBA45718DB4BBA1F15E928A94 , 0x0190DA9EBAF87197BA38CD4D2C425346 , 0x0190DA9EBB217338A98080632DE1BC3F , 0x0190DA9EBB41719B837FF5E4F6143A3C , 0x0190DA9EBBF97017B3539EB2BCB13A38 , 0x0190DA9EBC2673B18EDC905E90A813DE , 0x0190DA9EBC4A726F8C7D163D1DE5EC4D , 0x0190DA9EBC6770FEAB87B48B7C00EBC7 , 0x0190DA9EBC827170B3EC805981571CFF , 0x0190DA9EBCA173AB826EB36E38FD6545 , 0x0190DA9EBCBB7304A483EF03FFECAE66 , 0x0190DA9EBCD771119B8857E04D905C78 , 0x0190DA9EBCF57128AA5C5920CF589F2B , 0x0190DA9EBD1073CEBF25926FE1FB23F6 , 0x0190DA9EBD2E70499E89675990691C2F , 0x0190DA9EBD4971CA8425D19C9A60E287 , 0x0190DA9EBD6470DC85EB614DFC0751C5 , 0x0190DA9EBD85714BB2F2E6195874070A , 0x0190DA9EBDA0726CBD10B458D56A5031 , 0x0190DA9EBDBF720A8E106CFBE9C783D0 , 0x0190DA9EBDDA70769863898E550FA388 , 0x0190DA9EBDF572CB920B755C8DA38529 , 0x0190DA9EBE1672609B5E623DFECF3941 , 0x0190DA9EBE3173FD924CE066DDC49D3D , 0x0190DA9EBE5071FC91666781F5832287 , 0x0190DA9EBE6B7229B8405CC8D73923B4 , 0x0190DA9EBE87701CB2D9AFA56015ED59 , 0x0190DA9EBF3B70149076B2B4FF10FFD3 , 0x0190DA9EBF6072939EA536153D83BB42 , 0x0190DA9EBF7E72DB8028C0F49272A07B , 0x0190DA9EBFA0717093DB4525511A730E , 0x0190DA9EBFBB70A0A799268126E37F44 , 0x0190DA9EBFD9739781B6CC924BC4C7CE , 0x0190DA9EBFF57004A78089D3F6E64D21 , 0x0190DA9EC01070D0A82878EDAA42ABF8 , 0x0190DA9EC02E70AB815F312F5D5DB92F , 0x0190DA9EC0497120990B61F64BED300E , 0x0190DA9EC06472E8977B05D3FC8D27D6 , 0x0190DA9EC082732F8ACF06521048C7B4 , 0x0190DA9EC09D7252BD6C176A1D4C5DC2 , 0x0190DA9EC0BC704FA9D526EA358939D6 , 0x0190DA9EC0D773F5A42B896DEE2F3EB5 , 0x0190DA9EC0F2735EA3FF9A9626EBC164 , 0x0190DA9EC1B4721DB466F02DEA05CBE8 , 0x0190DA9EC1DD70DDB7031DB189758670 , 0x0190DA9EC1FF72F7AE5CBBB6D946A773 , 0x0190DA9EC21D70F88A07852E1CB8C8D7 , 0x0190DA9EC23870A7BE5327316C178666 , 0x0190DA9EC25771299F9C494C15FF520D , 0x0190DA9EC2727203A2F5FF081476B7CC , 0x0190DA9EC28D7265BB4C9CE1261BF39D , 0x0190DA9EC2AC7072B58D97027387F94E , 0x0190DA9EC2C773FF9642EE0A5C4AD2A9 , 0x0190DA9EC2E671A3928A319D668CA017 , 0x0190DA9EC30170B5896FD6C34FCC9675 , 0x0190DA9EC33A73F685938F1B32DA9F97 , 0x0190DA9EC356736E87B1F96DA9CF9A8E , 0x0190DA9EC373739E8A47AB872351CBF7 , 0x0190DA9EC39173B488BC7C86F64C8E0E , 0x0190DA9EC3AC705492E41259580038BB , 0x0190DA9EC3CB72F1BADE9A1F11599DDE , 0x0190DA9EC3E673CA8B6D3C07A5AE2BD7 , 0x0190DA9EC41F713EAFB334E9455CCCCD , 0x0190DA9EC43A705D8AC26D0BD2F6063F , 0x0190DA9EC4597236B29A7F1F60155887 , 0x0190DA9EC474700A9E2916B98F98260D , 0x0190DA9EC48F7336B2E02A8118EF63C2 , 0x0190DA9EC4B17283930886E3B8A7FFE1 , 0x0190DA9EC4CC704A87DF8A606FB71920 , 0x0190DA9EC4E6700195D1B0A32AE5E0BC , 0x0190DA9EC50471F9A027FC9B760FE80A , 0x0190DA9EC51F715495EF61A40DD4924E , 0x0190DA9EDCA1738C8BC663BC117494E4 , 0x0190DA9EDCD070A082BF68ACF55EFDDE , 0x0190DA9EDCF970BDA34C919254AEEFEE , 0x0190DA9EDD1671449DB1554FD08ACB6D , 0x0190DA9EDD317056B2D8F44CC778BBED , 0x0190DA9EDD4F716BBB17B884E1F1B168 , 0x0190DA9EDD6A7353AED41ABF75782753 , 0x0190DA9EDD88729E83500C90A114E0BE , 0x0190DA9EDDA4701BA7E0625A3FFC1F7A , 0x0190DA9EDDC272CA921613E4F72ECDC6 , 0x0190DA9EDDDD738180D1F775800069D4 , 0x0190DA9EDDFB724F9EB6B0037EFCA07A , 0x0190DA9EDE16719182B65AEEDA74A151 , 0x0190DA9EDE3472389D2B402059B1F7EB , 0x0190DA9EDE4F73478C0FDF8CFBD451F0 , 0x0190DA9EDE6D73C5B7F1E2E49E23B5BB , 0x0190DA9EDE89707B8759C9DA0A2F4D5F , 0x0190DA9EDEA67099857DA8083A6EC6A3 , 0x0190DA9EDF5B714CA186A023D13508DD , 0x0190DA9EDF7773178CD959AA9DC8E5F0 , 0x0190DA9EDF9371C69F0B632A2E330A27 , 0x0190DA9EDFCB70F8B1CBA220AF76960C , 0x0190DA9EDFE772D5A042EE6735E9D316 , 0x0190DA9EE00572829C5348D35806B22C , 0x0190DA9EE0207117B37B20324800F708 , 0x0190DA9EE04171269F79335D9BE9BF3C , 0x0190DA9EE05D73BA81ECE506991E658C , 0x0190DA9EE07E73BAB37CBE6271768F49 , 0x0190DA9EE09A737080656FA5E3011A63 , 0x0190DA9EE0B87071AE4369A6BAAEB71F , 0x0190DA9EE0D4713B9AC4EEA8B6A07390 , 0x0190DA9EE1A87148BAC3DEB0970B4925 , 0x0190DA9EE425730BA3F139B52BD567CB , 0x0190DA9EE45270BC97D3792717DD6E1F , 0x0190DA9EE476707392B75FDF02A4E10E , 0x0190DA9EE540731B9F2BE8B79FDCED47 , 0x0190DA9EE6167266B54A0719AED72D21 , 0x0190DA9EE6D272919BD31DCA738D2E06 , 0x0190DA9EE6FC73C58FE8D33FC4697CF2 , 0x0190DA9EE71F7008ABBF6009A668CACF , 0x0190DA9EE73A71FCBA010571D3D4EF3E , 0x0190DA9EE75472AD899DCE2D111A8030 , 0x0190DA9EE76F70768CBEFB50998F4026 , 0x0190DA9EE78A70AF9D21403E74C9EEDF , 0x0190DA9EE83D70308DA9F0DD02C556B3 , 0x0190DA9EE86E72378E0359751B38E56A , 0x0190DA9EE89073FEBF271F97FCF43313 , 0x0190DA9EE8B470978D57CFEFB92A8BA0 , 0x0190DA9EE8CF71F8BA35C14E29ED2EF3 , 0x0190DA9EE9AC722BAE2A4AE71235FF0D , 0x0190DA9EE9DE721AA59FB4D70CA33852 , 0x0190DA9EEB3370D684BEAE90C37AB2B7 , 0x0190DA9EEC0A72F79F460A8CFBBD6857 , 0x0190DA9F46277352ACACA2CFFB640A88 , 0x0190DA9F4659707883CE404BEE5BEDF9 , 0x0190DA9F46817135BA32DC304BA6F7B7 , 0x0190DA9F46A5704CBF41EF6C2FD0EC2B , 0x0190DA9F46C4733FA2A956B9FB2C10D2 , 0x0190DA9F47A173D3B06D795AA79C3791 , 0x0190DA9F47D373A68B49D9E2CF49740C , 0x0190DA9F47EF70FDB3D6A1E2010BD76C , 0x0190DA9F480E7190A3F31D51B5AB227B , 0x0190DA9F482C7370A01E4D0497C6AD4E , 0x0190DA9F4847712AA929BD27C6B4C67E , 0x0190DA9F4865727DA2497969905201D7 , 0x0190DA9F488373DCACC9C8BD8FAD9BD6 , 0x0190DA9F489E73EDA87937F3CA753E29 , 0x0190DA9F48BC72479055C9BA3E9CC0F1 , 0x0190DA9F48DA721F8E693E97F4751C5B , 0x0190DA9F48F572E4A17FAEA1BF485977 , 0x0190DA9F49147226B588D71250693014 , 0x0190DA9F49327008890398DA7B87CA73 , 0x0190DA9F494D710B87AD516E21DC950C , 0x0190DA9F4A1772388CE2230B71BB4CBE , 0x0190DA9F4A4171F1B7C5FDFDE4B82418 , 0x0190DA9F4A6D700D87654EADDB045048 , 0x0190DA9F4A8C70F688B725BBF04492D1 , 0x0190DA9F4AAF716EAA57B584DDD871DE , 0x0190DA9F4ACC7283BC9FFE791F7FAEFC , 0x0190DA9F4AE773D78E18F895B81CDE04 , 0x0190DA9F4B0970B784E0D57FCF34DF3E , 0x0190DA9F4B2671529ED13C457CB22BF2 , 0x0190DA9F4B41739F94D67D0A5EEB2671 , 0x0190DA9F4B6273EFB17EF89DBFEC7CD9 , 0x0190DA9F4B7F71DD9F13CF851A631F3F , 0x0190DA9F4B9B702DB2EE22BE0E0460D4 , 0x0190DA9F4BBC71C28A3AF2687AC8B931 , 0x0190DA9F4BD9728AB01992C3EAD74378 , 0x0190DA9F4BF5725084F6F60AFA2EC339 , 0x0190DA9F4C16728E86435FA5D3453336 , 0x0190DA9F4D07701A915BBE9EF0301DD9 , 0x0190DA9F4DE07332931EE4586717BB44 , 0x0190DA9F4EEE716C8574B674315E0AF5 , 0x0190DA9F500171F08DBB091410319164 , 0x0190DA9F50E27072879BD6D2E2B8EA73 , 0x0190DA9F51177392BE1B65E5581E402E , 0x0190DA9F514071AF8D86031D07AF5C66 , 0x0190DA9F5165702390ABF137250E9C61 , 0x0190DA9F5187723CB2F7D04D37DB6D60 , 0x0190DA9F51A271359CAA24C4558038C2 , 0x0190DA9F51C17212A747AAA3100A72F4 , 0x0190DA9F51E0722F9A942A20567BC8D8 , 0x0190DA9F6A267323879ACBBBE2D8738D , 0x0190DA9F6A5570BA9D1064602CDE869F , 0x0190DA9F6A7E70659B4F802D2056378F , 0x0190DA9F6AA271AA91E69392E4FD73D5 , 0x0190DA9F6AC1726394A0A98EE70DDEEC , 0x0190DA9F6ADE70E4B4D45BBF8F47070F , 0x0190DA9F6AFA711DAEDBD0CBEBEBE79D , 0x0190DA9F6B1573E483A200D06AE1BEDA , 0x0190DA9F6B3373F4848C6F978DB3ED2D , 0x0190DA9F6B4F73B290D559B828B23FAB , 0x0190DA9F6B6B737D9304DEA517D33FE0 , 0x0190DA9F6B8772AE93064AD8A7FBD074 , 0x0190DA9F6BA37085927688CE4186EFED , 0x0190DA9F6BBF710C923BEA070A1A1733 , 0x0190DA9F6BDB7309BF4F91B601C251F7 , 0x0190DA9F6BF873E983C9A23FAA303DBF , 0x0190DA9F6C147351B723C0A35E8F92DC , 0x0190DA9F6CE9720283EDDE42C653FBD9 , 0x0190DA9F6D0F723C87638D040C2EF22B , 0x0190DA9F6D2F704BAC157C4E1A33ADCD , 0x0190DA9F6D4B721B934C093B3E8B03FB , 0x0190DA9F6D6770EBA6C68BEB5A074A55 , 0x0190DA9F6D8373DF9AAA8AFC001ABF7B , 0x0190DA9F6D9F72AF995C95FFEB04666D , 0x0190DA9F6DBC7389A9B5B392953B62D6 , 0x0190DA9F6DD773FFB775BE6EB00C9A55 , 0x0190DA9F6DF47029A2AC8B5FC084D9D6 , 0x0190DA9F6F67719695B65CD9AE0D9B8A , 0x0190DA9F6F8371FDBD89A89DBABA7174 , 0x0190DA9F6F9F733E9E2FE6F9B8F3D983 , 0x0190DA9F6FBB70EAA41FD8674F453ADD , 0x0190DA9F713372DA81D0A5F8F9A16A95 , 0x0190DA9F715D73FBA881D70AF7E00E3F , 0x0190DA9F718073778AFB2DE7FBD84E05 , 0x0190DA9F719C739392A43D7F3FAE3D1E , 0x0190DA9F71B871F6A2DCFDF5912C7A6C , 0x0190DA9F71D47199872F6D8AB84B3E29 , 0x0190DA9F71F272078D1CE7D6C3B5E6D5 , 0x0190DA9F720E732D98A994915F353673 , 0x0190DA9F722972E7B3F6D70C31892D15 , 0x0190DA9F724673C9BFFBD56AA9E7BA3D , 0x0190DA9F726271D791CB0C9ABF89218F , 0x0190DA9F727E7093A78C80C9DBCC74CE , 0x0190DA9F729A702ABB567F2A444C26E7 , 0x0190DA9F72B5718896AF70B6C134D90F , 0x0190DA9F7378706ABC956B60B04BFF3E , 0x0190DA9F739F73F5928082AD495E622A , 0x0190DA9F73BF70A2B37D23E3DF0F3B7D , 0x0190DA9F73DC72B38A3E01BB5C3B43D4 , 0x0190DA9F73F871BA8A0A98B2D0A77469 , 0x0190DA9F7414728F8F490491F16D9AFD , 0x0190DA9F74307334967D4E1396A5F31F , 0x0190DA9F744C730FB3B65B7360F84C22 , 0x0190DA9F746971A78FDC70635F34A1D5 , 0x0190DA9F7484702D834C388020088DCB , 0x0190DA9F74A072C5B04AAE6443866DEA , 0x0190DA9F759A733A939ECF169C239514 , 0x0190DA9F75C472B4B17D5DDD8FBCBD8A , 0x0190DA9F75E771F4A980243B7A2C6F7B , 0x0190DA9F7603734880BE5BDAD2E7C7F8 , 0x0190DA9F761E738998C9A7D0A2D39455 , 0x0190DA9F763A73859094AC9137295BB9 , 0x0190DA9F765671D6B201D736890AFB77 , 0x0190DA9F7672722DA9B372B0ACEF08F3 , 0x0190DA9F768E732DBF85CA30FBC915CC , 0x0190DA9F76AA71579392C65CDEE0BD71 , 0x0190DA9F776370A19EE0A17D2A525F8F , 0x0190DA9F783F7007A179E54742F345EA , 0x0190DA9F79067110B28B104AC826F565 , 0x0190DA9F79D3705CA7B7D673777E602E , 0x0190DA9F7A9B70E4B94FBD41A850F791 , 0x0190DA9F7B737169B10771941B151426 , 0x0190DA9F7C6E720DB2C2F4E29F251C8A , 0x0190DA9F7D4C71089E17354C282AA61E , 0x0190DA9F7E1C7261B0219FE8233BB9A5 , 0x0190DA9F7E467002BF1F2FA259876C43 , 0x0190DA9F7F2472A48E3CC1016F9EC655 , 0x0190DA9F7F4E7071A3F05E99FCCA4CD6 , 0x0190DA9F7F7071A4A630B41DB1CFC529 , 0x0190DA9F7F8F7022917F389DAFE9DA5C , 0x0190DA9F7FAB73BD928733711CBB0CD2 , 0x0190DA9F7FC670208B0B3C7D6295F655 , 0x0190DA9F7FE570D4B3D6EA26DB7128C0 , 0x0190DA9F8001702AB06F18D347516F6E , 0x0190DA9F801C73CEA476428A04CBA980 , 0x0190DA9F803B72F78965399075281516 , 0x0190DA9F80577019946FE42EDD570133 , 0x0190DA9F80767004AD3B4F27AF35CF63 , 0x0190DA9F8155707AB10158600107BE86 , 0x0190DA9F817E714E89AFDEF761CAF694 , 0x0190DA9F81A0719DAACCBCA57513168A , 0x0190DA9F81BD72F991288A276A80FB7F , 0x0190DA9F81DC7230848BB95C6191E82F , 0x0190DA9F81F77031B5C150D1B9E9E25A , 0x0190DA9F8215730B95F27758A7B69BA4 , 0x0190DA9F9D3172B9BCA73200064A24A5 , 0x0190DA9F9D4D705785038C5F5FBBCC75 , 0x0190DA9F9D6D716CA78B7BF9ED3E4CDA , 0x0190DA9F9D8873BB962E2601FC2442DE , 0x0190DA9F9DA77114981F9B16F46F4B24 , 0x0190DA9F9F0872BEB53B966C3801A7C4 , 0x0190DA9F9FCD7285B73D8FB17F866368 , 0x0190DA9FA1217038B4485588021A420B , 0x0190DA9FA1E3734EA9EB3310CBBC8F61 , 0x0190DA9FA2D47365BC5C8773FBE2CB4E , 0x0190DA9FA2FA70F498E3DDB293652860 , 0x0190DA9FA32173CDBE63A3152760CB44 , 0x0190DA9FA3EF737BBAF2D22BAFC51A53 , 0x0190DA9FA41970A8803CBFD7CBC4AE2D , 0x0190DA9FA44073C08A81C866D9DDF851 , 0x0190DA9FA45C708CBE73A0EE8CA86B19 , 0x0190DA9FA47B723C93F898DBEE918D1B , 0x0190DA9FA49670FF9A400AE99EFE06DD , 0x0190DA9FA566700BA05CB87529A1A728 , 0x0190DA9FA58F70ABAC3BE0E135490C41 , 0x0190DA9FA5B0730A975732392C6963D4 , 0x0190DA9FA5CB734C9D5C6480621C387D , 0x0190DA9FA6B3739CB86A16EC6EE05954 , 0x0190DA9FA6E17323A1B3D73CC3F15148 , 0x0190DA9FA7077054AB9E8EBEEC493268 , 0x0190DA9FA72171198ACA125AF2AC9B63 , 0x0190DA9FA73B736FB94974DE64F53C44 , 0x0190DA9FA75472E091CB25C5A736B639 , 0x0190DA9FA76E719DAA3BED764B37376C , 0x0190DA9FA78873A1858A0632F074F0E9 , 0x0190DA9FA7A373208EBD6E0433D009CC , 0x0190DA9FA897717F875EE32AAA250934 , 0x0190DA9FA8C271859AD4EE61985A5B00 , 0x0190DA9FA98173AC8D9B18363D19F730 , 0x0190DA9FA9AB7280824B9A31AE96BF1D , 0x0190DA9FA9CD73B485665D2B2E417826 , 0x0190DA9FA9E97014B6781107A9E384C9 , 0x0190DA9FAA04700FB32D85CB62CA25C4 , 0x0190DA9FAAE770838264FC852B0A691B , 0x0190DA9FAB1272629A9A0DB8F33AB18A , 0x0190DA9FAB35720BBC9ABA87D7245069 , 0x0190DA9FAB5171EDB5DF9A3501782C93 , 0x0190DA9FAB6C7172B4AC0CD48A246C89 , 0x0190DA9FAC3171E5ADDF478A03F47365 , 0x0190DA9FAC5B704F96021415091218CE , 0x0190DA9FAC7D719FB51FA63C8B5D0D7C , 0x0190DA9FAC997210963F6C968E91E905 , 0x0190DA9FACB4711E939C227AB90167C3 , 0x0190DA9FAD74704EAC5EDDBBEC0F6E01 , 0x0190DA9FAD9A73AC9756D195F5F4A83A , 0x0190DA9FADBB731DB59A1E75FC5FCBCA , 0x0190DA9FADD771168D0CCC42B05D6D6B , 0x0190DA9FADF273CDB6A12A26E2A5E40B , 0x0190DA9FAE0E7194A4E5DACF9DD177B8 , 0x0190DA9FAEEB73B1AAD27CB194B3B240 , 0x0190DA9FB157714380B7B8727C9528EC , 0x0190DA9FB18971458B44BA4D647340AA , 0x0190DA9FB1AE72F29BF1E34173CC71D9 , 0x0190DA9FB1D172218B81E297F0C7CDEC , 0x0190DA9FB1F172DEB9314D3EC4E7C188 , 0x0190DA9FB20C71D28E8C42D848BCC6E4 , 0x0190DA9FB22E71C69FFB3EC68D619101 , 0x0190DA9FB24B739ABB6AE472FFA9A892 , 0x0190DA9FB26673C3B3809FAF0D14639C , 0x0190DA9FB2847054A87689D8688AEDD6 , 0x0190DA9FB2A073CEAF5C5E32401900AE , 0x0190DA9FB2BC70F491E5709EFA06EFE7 , 0x0190DA9FB2DA713C8EA0C1E5D879CB16 , 0x0190DA9FB2F6734991FF98630E13E6E5 , 0x0190DA9FB31272E0BCA8A7B64D5E4BE2 , 0x0190DA9FB33371C18D0848F55BF48AB4 , 0x0190DA9FB350715A8FABEBC1D01E170B , 0x0190DA9FB36B711FBAC93AD2057E90A0 , 0x0190DA9FB38C71C98F8CA7C0A8E4626B , 0x0190DA9FB3A97137862CF4D4603FBD0D , 0x0190DA9FB3C4732297A1A42957FCAE2F , 0x0190DA9FB3E2721C8F8EF05C96722355 , 0x0190DA9FB40270CCAFB953A1799887DF , 0x0190DA9FB41D732EAA258B50327315C6 , 0x0190DA9FB43B7388949114A3A76CB769 , 0x0190DA9FB45B71E9AA4737FE0CC9CA27 , 0x0190DA9FB4767126B3AC3DAC19BACB5D , 0x0190DA9FB4947219A044C2C44762B225 , 0x0190DA9FB4B472F0B1A3677965D99CD2 , 0x0190DA9FB4CF739494353441CF40F4ED , 0x0190DA9FB4F173EF96C3C27FF0A58380 , 0x0190DA9FB50D7374A43118C2BDDAE02B , 0x0190DA9FB52973B28FEF06D25C83F1D7 , 0x0190DA9FB547712F99D681261615442B , 0x0190DA9FB567713683DCE05CADD376F6 , 0x0190DA9FB5827149A69152DD6EB6DFB5 , 0x0190DA9FB5A273238C0C1625392A401D , 0x0190DA9FB5C3721B908F9A3602C341DC , 0x0190DA9FB73170E49A188FE3154B584F , 0x0190DA9FB763735495171F497A89E214 , 0x0190DA9FB7877039810E0B1C2BD30C26 , 0x0190DA9FB7AA71E497A335C9B2C401FC , 0x0190DA9FB7CA72368D02F3D6F00D4173 , 0x0190DA9FB7E572E784B73550E73BC8D5 , 0x0190DA9FB8077133B62F10857F5EC1E5 , 0x0190DA9FD07971A79489E87B1D83BD05 , 0x0190DA9FD09470AAA6813E0621B5C039 , 0x0190DA9FD0AF71BE98218359B59EC21D , 0x0190DA9FD0CE73488747C6C6B4F6CDBB , 0x0190DA9FD0EA706B8F9E6EF7CADC0BA0 , 0x0190DA9FD10973DF8A053ADFC6CD3CC9 , 0x0190DA9FD123727CB62B0BC453873C8C , 0x0190DA9FD13E70459A3A2F8D9DDE8CDE , 0x0190DA9FD20271DD98A5CBD511A085E7 , 0x0190DA9FD2357117AAA56016E6EF8F37 , 0x0190DA9FD262713F859F77198FBD7432 , 0x0190DA9FD288732992C740DACC0131B3 , 0x0190DA9FD2A772D8A5C33E48857B75AA , 0x0190DA9FD2C2729A856D983FAE92BDFC , 0x0190DA9FD3777094A9C244AF459A352A , 0x0190DA9FD3A372BC807BAE22E6B8DA9F , 0x0190DA9FD3C172DBA9D3087713B0AD1A , 0x0190DA9FD3DF70C3849BA6328F87886D , 0x0190DA9FD3F9734997A6BE4190CA0030 , 0x0190DA9FD414712E8657236F1CE368EB , 0x0190DA9FD42F719C8B55CB5C30EEECCE , 0x0190DA9FD449721DB6FCCDEAD424D705 , 0x0190DA9FD467719B9513816440A5D5EB , 0x0190DA9FD48272A5AA7F336FEF0D949C , 0x0190DA9FD49E723285F5C567C483528F , 0x0190DA9FD4B8735BB6242AF853EEB5E6 , 0x0190DA9FD4D373B78E8D365FCC4949A9 , 0x0190DA9FD4F1712DA0C23085FEEF6D2C , 0x0190DA9FD50C719AA8C1C58D2AD6CAB4 , 0x0190DA9FD52973B4ABA731CA10982BB0 , 0x0190DA9FD644713EB1352671B86FED10 , 0x0190DA9FD67471F9AAC7E6D43BCD93CA , 0x0190DA9FD697717EB61AACC041951AD8 , 0x0190DA9FD6BA7052A461DB427601673F , 0x0190DA9FD6D67069A137C6BF82E30FDD , 0x0190DA9FD6F770BE9665AFFC3F49F320 , 0x0190DA9FD713727787BAA8CFCB0AF364 , 0x0190DA9FD7327183A53CBFAC1A1D6222 , 0x0190DA9FD74E73E6B1375826B4EE894B , 0x0190DA9FD76A7114895D88693D86BE11 , 0x0190DA9FD78C725CB2AC98FD597A22FE , 0x0190DA9FD7A7739AA62DB333BA1BD6F5 , 0x0190DA9FD7C6725CBC02584CEBE8F479 , 0x0190DA9FD7E2707CBBD69E291E820813 , 0x0190DA9FD7FE70F9B66C40B5A1C5BC38 , 0x0190DA9FD81D72548836E27DCF44AEBD , 0x0190DA9FD83871ABAB286BE18EAC80E8 , 0x0190DA9FD890715194D974BDF91583AA , 0x0190DA9FD8B0700287DD9D9443F7D733 , 0x0190DA9FD97C7236AA9F69FE26F9CE4C , 0x0190DA9FDA5572B9A273D4CDFF35E4C6 , 0x0190DA9FDB2772F4943A65C8BAF85E1B , 0x0190DA9FDC0C738DAB2C448C47FA55E5 , 0x0190DA9FDC3E70A6B5BD632E41138AED , 0x0190DAA1BD3B711F9664770116736919 , 0x0190DAA1BD5E73C69F154F646803CF92 , 0x0190DAA228CE713CB677E2178FB768EF , 0x0190DAA229D773829E6007B141EA99B1 , 0x0190DAA4F74271EB808F260791642AF6 , 0x0190DAA4F76D706D9BC2B32E4C750D0C , 0x0190DAA4F78B736A93C67665975C5A41 , 0x0190DAA4F86573FC9EC5AE76784AA0D9 , 0x0190DAA4F8907166840B0508B951727B , 0x0190DAA4F8B3730D9BD554B7407E3A6A , 0x0190DAA4F9D473C3B8F37302C5774E4B , 0x0190DAA4F9F7739DA379EC655CBE70F6 , 0x0190DAA512F5703EB89660D3CB4F79FD , 0x0190DAA513667183AA0A9CC38C9822B6 , 0x0190DAA51384711A9F558EBC93288A1D , 0x0190DAA513A2721C9C34ED2E2328D04C , 0x0190DAA513BF72898CD66D927238E6F1 , 0x0190DAA513DD7383B27FBED75630ED38 , 0x0190DAA5141C72A6A9F7A6452EF10473 , 0x0190DAA5143A7321B99E0FA9902575BB , 0x0190DAA514F971B5AF1065468E3A3000 , 0x0190DAA515C871A7B12F4E9F2A501DAD , 0x0190DAA515ED72729F3B02481D241EE9 , 0x0190DAA5160B70DD82847A29F108E08E , 0x0190DAA516297239BE3E9D28B4630170 , 0x0190DAA5164A721792AD1A31502D4FA4 , 0x0190DAA51667729190F9456E992FDCF7 , 0x0190DAA516857212B54382CD45B08C92 , 0x0190DAA516A370B0BDCDB69EFC40FD7A , 0x0190DAA516C270498EBA1F3DF8BE4A90 , 0x0190DAA516E070DCAF35C2143FC58A09 , 0x0190DAA5170170359714F076CFA906A2 , 0x0190DAA5172072FBA7A4CEC19274DF43 , 0x0190DAA517427170A11FAD7A494D8269 , 0x0190DAA5176173C289698A09A3950B3F , 0x0190DAA51780706AB7561C734411EE48 , 0x0190DAA5179D72FC89583D8B0B79C0ED , 0x0190DAA517BB73269975D9D783467729 , 0x0190DAA517DC7356B783262598D75445 , 0x0190DAA517FA71358EBA1D09FBFA09B0 , 0x0190DAA5181770B6A64CE4D2945040EB , 0x0190DAA5183573FAA89F63468A5CF182 , 0x0190DAA5B26C71A89B899778DE686E9F , 0x0190DAA5B36272FFBCC17947AB855C36 , 0x0190DAA5B43570CA817DE522A10958A9 , 0x0190DAA5B500709B94B193236C89E5CD , 0x0190DAA5B5F072769EF56118A6208740 , 0x0190DAA5B618717DB1E328A38C6064BC , 0x0190DAA5B6E470769AB1B6F5F042E250 , 0x0190DAA5B71073CA944146430EBD9673 , 0x0190DAA5B80372F9B466A7DEACF072C5 , 0x0190DAA5B8D9713EB8BF189CA326AC04 , 0x0190DAA5B9F472CA9245F2925FC5C516 , 0x0190DAA5BB62731F8197B5CA878C9284 , 0x0190DAA5BC4372958EE6E1FB25457CD7 , 0x0190DAA5BD1D73E8BF43477FA9D7E3B6 , 0x0190DAB811DC73B78052600B51A55683 , 0x0190DAB8120673C89D23FA8D3AA35809 , 0x0190DAB812307377AC85978865FAFD9F , 0x0190DAB8125A708E99C0A1E7A3C4B8D9 , 0x0190DAB812857163877627BF3CE36822 , 0x0190DAB812AF72FDABF79D31BF4080A0 , 0x0190DAB812D671DCAE7592B5D325743A , 0x0190DAB812FD72BC9FAAA2B4F9A06446 , 0x0190DAB8132471E1A63CDA3FB74A79E4 , 0x0190DAB8134B7310A9F1FD68009F15CB , 0x01936284BFA970A7BCA2240823D47412 , 0x0193628A0AAA723F90EF1EB7D207CD6B , 0x0193628A1DC1724CB73FB66218E8241F , 0x0193628A597F702C9B99AFDAB1577187 , 0x0193628A673D70AE9851BAA3BC6B7E28 , 0x0193628AAF6C732D8FB8498EF082450D , 0x0193628AB1D372BB986572152B0C849A , 0x0193628AE24772C6BA2C33681D396C43 , 0x0193628B3ABA7076843B9CE7016DA6EB , 0x0193628B41457192BFD5DCA7257CD6D3 , 0x0193628B4B0C73A5AC501191B5C0408D , 0x0193628C193570D38CF011609FD34CA8 , 0x0193628C198C72C1887B4F4F3C1C64D3 , 0x0193628C19DE7285AC5393E2370E6BB2 , 0x0193628C1A3171A9BF01C3F0F6B44ED1 , 0x0193628C1A8272DAA9B667BBC1AD3FA6 , 0x0193628C1AD473BC8F92E857AE3705FF , 0x0193628C1B2770D1B159C88F0017945E , 0x0193628C1B797050A283DF10ECEF44FC , 0x0193628C1BC77162ABDACA6F92EEC4C4 , 0x0193628C1C1971BDA1B73511ABBF1277 , 0x0193628C1C6C7075A68BDE96187493B7 , 0x0193628C1CBF7355B67A70F49B520147 , 0x0193628C1D13730C85D4C7D7FA33F84A , 0x0193628C1D667394ADFC7A8EE52A1810 , 0x0193628C1F537386AD02C613D7F0FEB0 , 0x0193628C1FA6709C83BD286EE6CE825A , 0x0193628C20B671C68D00E9979A61EFDF , 0x0193628C2746713AAA8E88DC284F25A8 , 0x0193628C2792715183DB983EA20A092E , 0x0193628C288E7279AB9F7933EF632AE0 , 0x0193628C28D8714493DB32A1F441A7DC , 0x0193628C292271A3968EF98BA520FBB3 , 0x0193628C296C729FAEB953FCF909DBAA , 0x0193628C29B6704E8D4C8E62D47FE92B , 0x0193628C29FE71DA9673EDE09B410478 , 0x0193628C2A477068AF15AB51ED92988F , 0x0193628C2A9072049CD6258D410836BD , 0x0193628C2AD973DEBBA3F313F0BF0C63 , 0x0193628C2B227293947304619FF48A02 , 0x0193628C2B6B70DCA80F615C4B6094A8 , 0x0193628C2BB570E4A27E42220E611C4C , 0x0193628C2BFD72ECBFD9E811CD1A46AD , 0x0193628C2C4672518952DFFF00133472 , 0x0193628C2C8F73CB9A8C85A5DF228C57 , 0x0193628C2CD97107BF11998813BBC5ED , 0x0193628C2D2372D0BFDB89FD433DA996 , 0x0193628C2D6E72FE89977C9A44FB6116 , 0x0193628C2DB770B1B75D5C96B3CF7038 , 0x0193628C2E00715E9793B74174DD67A5 , 0x0193628C2E49735F8E3C6D83D42F1421 , 0x0193628C2E92723280D7A8D821405302 , 0x0193628C2EDC71659D1823D6C1007AAE , 0x0193628C2F25710B9CA70007829372CE , 0x0193628C2F6E7224B9E8949A37C584C6 , 0x0193628C2FB7723E80AAC67CDF79AD88 , 0x0193628C30007395B03EA521027C9A55 , 0x0193628C30E470A788B448D5F6697B72 , 0x0193628C312E702BBAB1241E239CDB96 , 0x0193628C322872718BEC4D841C9D8E9F , 0x0193628C332971F7B1989FAE2AF55676 , 0x0193628C341C731F995B8F16AAC9125E , 0x0193628C346873F488958C53A9F8A830 , 0x0193628C34B471E1A2BB605B6D723B43 , 0x0193628C3500728A9922B9838BDD3A74 , 0x0193628C354C71BBA4A1DCB18ACA3390 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
78
0.12 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.11 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"\x01 É┌kô$r\x07 Ü\x1A $²¡S\x1A : "
]
SELECT path FROM category WHERE id = 0x0190DA6B932472079A1A24FDAD531A3A ;
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.25 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.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 Å▄ð╝╠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.26 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.10 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
85
0.07 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.14 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.08 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
88
0.22 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.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` 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.19 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.38 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.60 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 É┌kô$r\x07 Ü\x1A $²¡S\x1A : "
]
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 (0x0190DA6B932472079A1A24FDAD531A3A ));
Copy
93
0.44 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 É┌kô$r\x07 Ü\x1A $²¡S\x1A : "
]
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 , 0x0190DA6B932472079A1A24FDAD531A3A ));
Copy
94
6.53 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/0190da6b932472079a1a24fdad531a3a "
"/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/0190da6b4cf97291ae8572e9049b147b "
"/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/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/9caf8ecd95ec55f5b6e3bbb1ce0797d3 "
"/detail/809b95735dca56ec9e3b5a2101ea733e "
"/detail/8a087a69f3c956259c09f468ddaa82ad "
"/detail/cca74e00ba85532dbb0c4f181e517965 "
"/detail/5b863dbfed045a5f80081f236ac755f5 "
"/detail/846f8e38e71a5aa597e82235f5a0b13f "
"/detail/3803933154ed5396b5edbef402546da1 "
"/detail/c68f85d3f61752288d5b14788ee03cd7 "
"/detail/a53017969810531d8f47a3967c3f653a "
"/detail/f9d3835d5c905940b3cea629e9841ef1 "
"/detail/5ee2b1d6240f5ec892594c7269e642b0 "
"/detail/acda387e52d35c7cb34be3d3399cecea "
"/detail/188ce37c738b587f99f2c3aaf16e4ff5 "
"/detail/73bee769fb78567aa59f4c5c6ccaee03 "
"/detail/6eef0077b15259babae224c8a89df908 "
"/detail/3908c93b543e5ad0a646ee345c0081d6 "
"/detail/560ab17805db5d68a3686802f5bf13dc "
"/detail/9e4c263d4d2e5915be43abe14e28d9c5 "
"/detail/fe52a1abbe5b5606b362e026e1cf15e7 "
"/detail/adf31e84257552caa472d986c45d36b7 "
"/detail/ad9703dfcc175d2d827aa98ea4cbe784 "
"/detail/30d4cd5e8e7358cea8ba6766b72127eb "
"/detail/1698fcbb4f195af3b043462ffe63c1d3 "
"/detail/ccf04bef9aa75e4a805e4be53820ec4d "
"/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/0190da6b932472079a1a24fdad531a3a' , '/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/0190da6b4cf97291ae8572e9049b147b' , '/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/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/9caf8ecd95ec55f5b6e3bbb1ce0797d3' , '/detail/809b95735dca56ec9e3b5a2101ea733e' , '/detail/8a087a69f3c956259c09f468ddaa82ad' , '/detail/cca74e00ba85532dbb0c4f181e517965' , '/detail/5b863dbfed045a5f80081f236ac755f5' , '/detail/846f8e38e71a5aa597e82235f5a0b13f' , '/detail/3803933154ed5396b5edbef402546da1' , '/detail/c68f85d3f61752288d5b14788ee03cd7' , '/detail/a53017969810531d8f47a3967c3f653a' , '/detail/f9d3835d5c905940b3cea629e9841ef1' , '/detail/5ee2b1d6240f5ec892594c7269e642b0' , '/detail/acda387e52d35c7cb34be3d3399cecea' , '/detail/188ce37c738b587f99f2c3aaf16e4ff5' , '/detail/73bee769fb78567aa59f4c5c6ccaee03' , '/detail/6eef0077b15259babae224c8a89df908' , '/detail/3908c93b543e5ad0a646ee345c0081d6' , '/detail/560ab17805db5d68a3686802f5bf13dc' , '/detail/9e4c263d4d2e5915be43abe14e28d9c5' , '/detail/fe52a1abbe5b5606b362e026e1cf15e7' , '/detail/adf31e84257552caa472d986c45d36b7' , '/detail/ad9703dfcc175d2d827aa98ea4cbe784' , '/detail/30d4cd5e8e7358cea8ba6766b72127eb' , '/detail/1698fcbb4f195af3b043462ffe63c1d3' , '/detail/ccf04bef9aa75e4a805e4be53820ec4d' , '/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.23 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