1
0.16 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.12 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.04 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.06 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
5
0.11 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.27 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.19 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/Duebeltechnik "
"RECA-Produktkatalog/Duebeltechnik/ "
]
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/Duebeltechnik' OR seo_path_info = 'RECA-Produktkatalog/Duebeltechnik/' ));
Copy
8
0.19 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.06 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.09 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ì¶m\¬r£çA¼Üx┘¶Ò "
"LzMjUUf9BKzZRxlsYRG7f2uPbF3gaxKa "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x018DF46D5CAA729C8741AC9A78D9F4E3 ) AND (token = 'LzMjUUf9BKzZRxlsYRG7f2uPbF3gaxKa' ) LIMIT 1 ;
Copy
11
0.18 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.37 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.09 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.09 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.22 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.13 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.16 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.15 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.06 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.25 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.36 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.34 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.08 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.06 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"LzMjUUf9BKzZRxlsYRG7f2uPbF3gaxKa "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'LzMjUUf9BKzZRxlsYRG7f2uPbF3gaxKa' ;
Copy
25
0.07 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.09 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.06 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.31 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.23 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.07 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.05 ms
DELETE FROM `cart` WHERE `token` = :token
Parameters :
[
"token " => "LzMjUUf9BKzZRxlsYRG7f2uPbF3gaxKa "
]
DELETE FROM `cart` WHERE `token` = 'LzMjUUf9BKzZRxlsYRG7f2uPbF3gaxKa' ;
Copy
32
0.25 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.14 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
1.96 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.07 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
36
0.76 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.35 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.26 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.23 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.11 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.14 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.11 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
0.83 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
0.72 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.32 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `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.14 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.30 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.19 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.36 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.39 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 É┌kh═q<ïãeÄvBe┘ "
]
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 (0x0190DA6B68CD713C8BC6658E764265D9 ));
Copy
51
0.15 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.21 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.22 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.17 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.29 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.11 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.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 ì¶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.11 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 É┌kh═q<ïãeÄvBe┘ "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0190DA6B68CD713C8BC6658E764265D9 )) LIMIT 1 ;
Copy
59
0.09 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 É┌kh═q<ïãeÄvBe┘ "
]
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 (0x0190DA6B68CD713C8BC6658E764265D9 ));
Copy
60
26.06 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 É┌kh═q<ïãeÄvBe┘ "
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` = 0x0190DA6B68CD713C8BC6658E764265D9 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.02 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 É┌kh═q<ïãeÄvBe┘ "
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` = 0x0190DA6B68CD713C8BC6658E764265D9 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
62
20.12 ms
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (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 É┌kh═q<ïãeÄvBe┘ "
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` = 0x0190DA6B68CD713C8BC6658E764265D9 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
63
0.28 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 É┌\x7F Óòpáºju_¯2º£ "
]
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x0190DA7FE09570A0A76A755FEE32A79C ));
Copy
64
28.36 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 É┌kh═q<ïãeÄvBe┘ "
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` = 0x0190DA6B68CD713C8BC6658E764265D9 AND NOT (`product` . `display_group` < = > NULL )));
Copy
65
5.82 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 É┌kh═q<ïãeÄvBe┘ "
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` = 0x0190DA6B68CD713C8BC6658E764265D9 AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
66
5.35 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 É┌kh═q<ïãeÄvBe┘ "
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` = 0x0190DA6B68CD713C8BC6658E764265D9 AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
67
19.57 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 É┌kh═q<ïãeÄvBe┘ "
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` = 0x0190DA6B68CD713C8BC6658E764265D9 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
68
12.21 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 É┌kh═q<ïãeÄvBe┘ "
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` = 0x0190DA6B68CD713C8BC6658E764265D9 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"F\x10 ▓│°æQ\x15 É╝> Ót¢R "
b"Óó9CüÙPâ´q•¢;\x04 m\x01 "
b"\x1A 6ËR7ÅTW´¸É\x1C ßDü4 "
b"\x07 ØÔŒÅµU¿¨òµ+¶[ã8 "
b"quMìÙi[˜¡˜œ„‹c Î "
b"P\x05 „Øo8[ê¹\t 6¤n9$A "
b"""
“.\x14 ˆoLWÕ %<¶š\n
]
"""
b"Í█ÞI\"X¢¼ú`üÞ╚j\x7F "
b"²Ì\x0F PïoT7Égá┬■\x14 ╝Ì "
b"·øŠƒé!^¶¥Ñ>ý‰i(è "
b"\x1E ï›Ñ“RR\x0F ¶¢Ì‰„\x16 ”\x01 "
b"½DDS°ÆP\x19 ‡,\x08 K,\t s9 "
b"""
\x0E Y©\n
—¨Y”¡H%|4cäe
"""
b"""
£G\n
P‡åUß‚ùkšÓõ¼\n
"""
b"I O7†R]\f ‡çôêq¼I "
b"(\x0F ÛpüYQ▒┤î}s\x10 ╬N/ "
b"‗Ék▄ ÝYÉ×÷%W´luÁ "
b"€Æ‡¬ì\x00 X̳,"(\x08 ÅLi "
b"*DÔj<¹Y~¶°0JÜÙê\v "
b"û\x1A ¹Ox\x13 [\x14 ‡8±Iß\x06 ïÖ "
b"‹Ó1°¢\x0E ]\x03 ž©4\x1E ŽË˜\x02 "
b"\x13 äæC¦\x13 Yx”¢cÜEW\x1F "
b"®µ&ÉùPZ²®4p‘O¤‰ë "
b"""
Î=\x10 Ôy\n
V\x14 •ï(6ƒn)Ž
"""
]
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 (0x4610B2B3F891511590BC3E20E074BD52 , 0xD3F33943FCD950E2B47195A23B046D01 , 0x1A36CB5237C55457B4B8C91CDF44FC34 , 0x07D8D48CC5B555BFA8F2B52BB65BE338 , 0x71754DECD9695B98A1989C848B63A0CE , 0x500584D86F385BEAB90936A46E392441 , 0x932E14886F4C57C39520253CB69A0A5D , 0xD6DBE8495C2258BDACA36081E8C86A7F , 0xFDDE0F508B6F54379067A0C2FE14BCDE , 0xB7F88A83E9215EB6A5D13EFD896928E8 , 0x1EEF9BD19352520FB6A2CC8984169401 , 0xBD444453B0C65019872C084B2C097339 , 0x0E59A90A97A85994A148257C3463E465 , 0xA3470A5087E555DF82F96B9AD3F5BC0A , 0x49204F3786525D0C87E7F4EA71ADBC49 , 0x280FEA70815951B1B48C7D7310CE4E2F , 0xF2906BDC20ED59909EF62557EF6C75B5 , 0x80C687ACEC0058CCB32C222808C54C69 , 0x2A44D46A3CB9597EB6B0304ADCD9EA0B , 0xFB1AB94F78135B148738B149DF06EFD6 , 0x8BD331B0A20E5D039EA9341E8ECB9802 , 0x13E4E643A613597894A263DC45571F20 , 0xAEB526C9F9505AB2AE3470914FA489EB , 0xCE3D10D4790A561495EF2836836E298E );
Copy
70
0.41 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"F\x10 ▓│°æQ\x15 É╝> Ót¢R "
b"Óó9CüÙPâ´q•¢;\x04 m\x01 "
b"\x1A 6ËR7ÅTW´¸É\x1C ßDü4 "
b"\x07 ØÔŒÅµU¿¨òµ+¶[ã8 "
b"quMìÙi[˜¡˜œ„‹c Î "
b"P\x05 „Øo8[ê¹\t 6¤n9$A "
b"""
“.\x14 ˆoLWÕ %<¶š\n
]
"""
b"Í█ÞI\"X¢¼ú`üÞ╚j\x7F "
b"²Ì\x0F PïoT7Égá┬■\x14 ╝Ì "
b"·øŠƒé!^¶¥Ñ>ý‰i(è "
b"\x1E ï›Ñ“RR\x0F ¶¢Ì‰„\x16 ”\x01 "
b"½DDS°ÆP\x19 ‡,\x08 K,\t s9 "
b"""
\x0E Y©\n
—¨Y”¡H%|4cäe
"""
b"""
£G\n
P‡åUß‚ùkšÓõ¼\n
"""
b"I O7†R]\f ‡çôêq¼I "
b"(\x0F ÛpüYQ▒┤î}s\x10 ╬N/ "
b"‗Ék▄ ÝYÉ×÷%W´luÁ "
b"€Æ‡¬ì\x00 X̳,"(\x08 ÅLi "
b"*DÔj<¹Y~¶°0JÜÙê\v "
b"û\x1A ¹Ox\x13 [\x14 ‡8±Iß\x06 ïÖ "
b"‹Ó1°¢\x0E ]\x03 ž©4\x1E ŽË˜\x02 "
b"\x13 äæC¦\x13 Yx”¢cÜEW\x1F "
b"®µ&ÉùPZ²®4p‘O¤‰ë "
b"""
Î=\x10 Ôy\n
V\x14 •ï(6ƒn)Ž
"""
]
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 (0x4610B2B3F891511590BC3E20E074BD52 , 0xD3F33943FCD950E2B47195A23B046D01 , 0x1A36CB5237C55457B4B8C91CDF44FC34 , 0x07D8D48CC5B555BFA8F2B52BB65BE338 , 0x71754DECD9695B98A1989C848B63A0CE , 0x500584D86F385BEAB90936A46E392441 , 0x932E14886F4C57C39520253CB69A0A5D , 0xD6DBE8495C2258BDACA36081E8C86A7F , 0xFDDE0F508B6F54379067A0C2FE14BCDE , 0xB7F88A83E9215EB6A5D13EFD896928E8 , 0x1EEF9BD19352520FB6A2CC8984169401 , 0xBD444453B0C65019872C084B2C097339 , 0x0E59A90A97A85994A148257C3463E465 , 0xA3470A5087E555DF82F96B9AD3F5BC0A , 0x49204F3786525D0C87E7F4EA71ADBC49 , 0x280FEA70815951B1B48C7D7310CE4E2F , 0xF2906BDC20ED59909EF62557EF6C75B5 , 0x80C687ACEC0058CCB32C222808C54C69 , 0x2A44D46A3CB9597EB6B0304ADCD9EA0B , 0xFB1AB94F78135B148738B149DF06EFD6 , 0x8BD331B0A20E5D039EA9341E8ECB9802 , 0x13E4E643A613597894A263DC45571F20 , 0xAEB526C9F9505AB2AE3470914FA489EB , 0xCE3D10D4790A561495EF2836836E298E )) 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"F\x10 ▓│°æQ\x15 É╝> Ót¢R "
b"Óó9CüÙPâ´q•¢;\x04 m\x01 "
b"\x1A 6ËR7ÅTW´¸É\x1C ßDü4 "
b"\x07 ØÔŒÅµU¿¨òµ+¶[ã8 "
b"quMìÙi[˜¡˜œ„‹c Î "
b"P\x05 „Øo8[ê¹\t 6¤n9$A "
b"""
“.\x14 ˆoLWÕ %<¶š\n
]
"""
b"Í█ÞI\"X¢¼ú`üÞ╚j\x7F "
b"²Ì\x0F PïoT7Égá┬■\x14 ╝Ì "
b"·øŠƒé!^¶¥Ñ>ý‰i(è "
b"\x1E ï›Ñ“RR\x0F ¶¢Ì‰„\x16 ”\x01 "
b"½DDS°ÆP\x19 ‡,\x08 K,\t s9 "
b"""
\x0E Y©\n
—¨Y”¡H%|4cäe
"""
b"""
£G\n
P‡åUß‚ùkšÓõ¼\n
"""
b"I O7†R]\f ‡çôêq¼I "
b"(\x0F ÛpüYQ▒┤î}s\x10 ╬N/ "
b"‗Ék▄ ÝYÉ×÷%W´luÁ "
b"€Æ‡¬ì\x00 X̳,"(\x08 ÅLi "
b"*DÔj<¹Y~¶°0JÜÙê\v "
b"û\x1A ¹Ox\x13 [\x14 ‡8±Iß\x06 ïÖ "
b"‹Ó1°¢\x0E ]\x03 ž©4\x1E ŽË˜\x02 "
b"\x13 äæC¦\x13 Yx”¢cÜEW\x1F "
b"®µ&ÉùPZ²®4p‘O¤‰ë "
b"""
Î=\x10 Ôy\n
V\x14 •ï(6ƒn)Ž
"""
]
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 (0x4610B2B3F891511590BC3E20E074BD52 , 0xD3F33943FCD950E2B47195A23B046D01 , 0x1A36CB5237C55457B4B8C91CDF44FC34 , 0x07D8D48CC5B555BFA8F2B52BB65BE338 , 0x71754DECD9695B98A1989C848B63A0CE , 0x500584D86F385BEAB90936A46E392441 , 0x932E14886F4C57C39520253CB69A0A5D , 0xD6DBE8495C2258BDACA36081E8C86A7F , 0xFDDE0F508B6F54379067A0C2FE14BCDE , 0xB7F88A83E9215EB6A5D13EFD896928E8 , 0x1EEF9BD19352520FB6A2CC8984169401 , 0xBD444453B0C65019872C084B2C097339 , 0x0E59A90A97A85994A148257C3463E465 , 0xA3470A5087E555DF82F96B9AD3F5BC0A , 0x49204F3786525D0C87E7F4EA71ADBC49 , 0x280FEA70815951B1B48C7D7310CE4E2F , 0xF2906BDC20ED59909EF62557EF6C75B5 , 0x80C687ACEC0058CCB32C222808C54C69 , 0x2A44D46A3CB9597EB6B0304ADCD9EA0B , 0xFB1AB94F78135B148738B149DF06EFD6 , 0x8BD331B0A20E5D039EA9341E8ECB9802 , 0x13E4E643A613597894A263DC45571F20 , 0xAEB526C9F9505AB2AE3470914FA489EB , 0xCE3D10D4790A561495EF2836836E298E ));
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 É┌ê\x11 ïr"ÿ°ê╬BJ_Ñ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê+▒q^è\x05 Õ÷ª¶E[ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"""
\x01 É┌ê-\e r\n
äÅÅÎ\x1F r*Ü
"""
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê\x11 tr®êê3øñ░┬o "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê+àrÍ║Ê?Î[ѽM "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê+ýpìÁ®┐×VóRj "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê,Íp'Ü6|âM}×Ï "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê\x11 GsóÉ\x0E $\v µ²pÒ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê+┘q<úv╝+á*ãl "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê)òp1ƒƒºO┤4Ô "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê\x11 ƒpÄÁ┴\x01 ¢\x0E ─ß[ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê,\r rY¥¤░]'╚Í= "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê-\x03 shÑÈþGá¦Ö\x08 "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê)úr╔©â‗H¾Èöè "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê+ãsòí\x01 Ð█Çn\t │ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê-1r{ÖÞëk$\x19 ¯╬ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê+nqÂ┐ëÁÂdq╬\e "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê+£qoÅ\v ╣\x01 ·¨▓B "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê-FpâÅbÛ┼ãC╣¹ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê\x11 ]pæØ_úÿ┼\e ╚\r "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê)▓rXéÊ·ç%Ç\x11\x0E "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê+·rP┤\x1F ┴ìÛÌìÎ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê,ÝqTö©+ôƒêì^ "
b"\x01 Ä\x0E +║àqdü÷Ã\x15 ¥ú┤\x0E "
b"\x01 É┌ê+XrKìÚ┌$\x14 d×\x1D "
]
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 , 0x0190DA88118B722298F888CE424A5FA5 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA882BB1715E8A05E5F6A6F4455B , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA882D1B720A848F8FD71F722A9A , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA88117472A98888339BA4B0C26F , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA882B8572D6BAD23FD75BA5AB4D , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA882BEC708DB5A9BF9E56A2526A , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA882CD670279A367C834D7D9ED8 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA88114773A2900E240BE6FD70E3 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA882BD9713CA376BC2BA02AC66C , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA88299570319F9FA74FB434E2FF , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA88119F708EB5C101BD0EC4E15B , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA882C0D7259BECFB05D27C8D63D , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA882D037368A5D4E747A0DD9908 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8829A372C9B883F248F3D4948A , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA882BC67395A101D1DB806E09B3 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA882D31727B99E8896B2419EECE , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA882B6E71B6BF89B5B66471CE1B , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA882B9C716F8F0BB901FAF9B242 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA882D4670838F62EAC5C643B9FB , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA88115D70919D5FA398C51BC80D , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA8829B2725882D2FA872580110E , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA882BFA7250B41FC18DEADE8DD7 , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA882CED715494B82B939F888D5E , 0x018E0E2BBA85716481F6C715BEA3B40E , 0x0190DA882B58724B8DE9DA2414649E1D );
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"\x07 ØÔŒÅµU¿¨òµ+¶[ã8 "
b"""
\x0E Y©\n
—¨Y”¡H%|4cäe
"""
b"\x13 äæC¦\x13 Yx”¢cÜEW\x1F "
b"\x1A 6ËR7ÅTW´¸É\x1C ßDü4 "
b"\x1E ï›Ñ“RR\x0F ¶¢Ì‰„\x16 ”\x01 "
b"(\x0F ÛpüYQ▒┤î}s\x10 ╬N/ "
b"*DÔj<¹Y~¶°0JÜÙê\v "
b"F\x10 ▓│°æQ\x15 É╝> Ót¢R "
b"I O7†R]\f ‡çôêq¼I "
b"P\x05 „Øo8[ê¹\t 6¤n9$A "
b"quMìÙi[˜¡˜œ„‹c Î "
b"€Æ‡¬ì\x00 X̳,"(\x08 ÅLi "
b"‹Ó1°¢\x0E ]\x03 ž©4\x1E ŽË˜\x02 "
b"""
“.\x14 ˆoLWÕ %<¶š\n
]
"""
b"""
£G\n
P‡åUß‚ùkšÓõ¼\n
"""
b"®µ&ÉùPZ²®4p‘O¤‰ë "
b"·øŠƒé!^¶¥Ñ>ý‰i(è "
b"½DDS°ÆP\x19 ‡,\x08 K,\t s9 "
b"""
Î=\x10 Ôy\n
V\x14 •ï(6ƒn)Ž
"""
b"Óó9CüÙPâ´q•¢;\x04 m\x01 "
b"Í█ÞI\"X¢¼ú`üÞ╚j\x7F "
b"‗Ék▄ ÝYÉ×÷%W´luÁ "
b"û\x1A ¹Ox\x13 [\x14 ‡8±Iß\x06 ïÖ "
b"²Ì\x0F PïoT7Égá┬■\x14 ╝Ì "
]
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 (0x07D8D48CC5B555BFA8F2B52BB65BE338 , 0x0E59A90A97A85994A148257C3463E465 , 0x13E4E643A613597894A263DC45571F20 , 0x1A36CB5237C55457B4B8C91CDF44FC34 , 0x1EEF9BD19352520FB6A2CC8984169401 , 0x280FEA70815951B1B48C7D7310CE4E2F , 0x2A44D46A3CB9597EB6B0304ADCD9EA0B , 0x4610B2B3F891511590BC3E20E074BD52 , 0x49204F3786525D0C87E7F4EA71ADBC49 , 0x500584D86F385BEAB90936A46E392441 , 0x71754DECD9695B98A1989C848B63A0CE , 0x80C687ACEC0058CCB32C222808C54C69 , 0x8BD331B0A20E5D039EA9341E8ECB9802 , 0x932E14886F4C57C39520253CB69A0A5D , 0xA3470A5087E555DF82F96B9AD3F5BC0A , 0xAEB526C9F9505AB2AE3470914FA489EB , 0xB7F88A83E9215EB6A5D13EFD896928E8 , 0xBD444453B0C65019872C084B2C097339 , 0xCE3D10D4790A561495EF2836836E298E , 0xD3F33943FCD950E2B47195A23B046D01 , 0xD6DBE8495C2258BDACA36081E8C86A7F , 0xF2906BDC20ED59909EF62557EF6C75B5 , 0xFB1AB94F78135B148738B149DF06EFD6 , 0xFDDE0F508B6F54379067A0C2FE14BCDE )));
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
3.96 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 É┌ê\x11 GsóÉ\x0E $\v µ²pÒ "
b"\x01 É┌ê\x11 ]pæØ_úÿ┼\e ╚\r "
b"\x01 É┌ê\x11 tr®êê3øñ░┬o "
b"\x01 É┌ê\x11 ïr"ÿ°ê╬BJ_Ñ "
b"\x01 É┌ê\x11 ƒpÄÁ┴\x01 ¢\x0E ─ß[ "
b"\x01 É┌ê)òp1ƒƒºO┤4Ô "
b"\x01 É┌ê)úr╔©â‗H¾Èöè "
b"\x01 É┌ê)▓rXéÊ·ç%Ç\x11\x0E "
b"\x01 É┌ê+XrKìÚ┌$\x14 d×\x1D "
b"\x01 É┌ê+nqÂ┐ëÁÂdq╬\e "
b"\x01 É┌ê+àrÍ║Ê?Î[ѽM "
b"\x01 É┌ê+£qoÅ\v ╣\x01 ·¨▓B "
b"\x01 É┌ê+▒q^è\x05 Õ÷ª¶E[ "
b"\x01 É┌ê+ãsòí\x01 Ð█Çn\t │ "
b"\x01 É┌ê+┘q<úv╝+á*ãl "
b"\x01 É┌ê+ýpìÁ®┐×VóRj "
b"\x01 É┌ê+·rP┤\x1F ┴ìÛÌìÎ "
b"\x01 É┌ê,\r rY¥¤░]'╚Í= "
b"\x01 É┌ê,Íp'Ü6|âM}×Ï "
b"\x01 É┌ê,ÝqTö©+ôƒêì^ "
b"\x01 É┌ê-\x03 shÑÈþGá¦Ö\x08 "
b"""
\x01 É┌ê-\e r\n
äÅÅÎ\x1F r*Ü
"""
b"\x01 É┌ê-1r{ÖÞëk$\x19 ¯╬ "
b"\x01 É┌ê-FpâÅbÛ┼ãC╣¹ "
b"""
\x01 É┌ê-Yp\n
ò\x18 1\x1A ]_2Â
"""
b"\x01 É┌ê.\e s│«!Þá¥_i¯ "
b"\x01 É┌ê.2q§ÿ╩\t\x17 L;¥f "
b"\x01 É┌ê.Hq¼0M\x13 ;R½È "
b"\x01 É┌ê.^s7é3è°°¾Þ¯ "
b"\x01 É┌ê.qq▄ñìðÓVà■h "
b"\x01 É┌ê.çpAƦX\r \x01 ,Y┤ "
b"\x01 É┌ê.øsnëG8Óäia‗ "
b"\x01 É┌ê.«r¨ª\x13 jÉÈÂ╦_ "
b"\x01 É┌ê.─pêÅD©│ú]Ñı "
b"\x01 É┌î¸║qü»r▒O¥¹ÓÕ "
b"\x01 É┌î°}q¬ê«ÆDù]q· "
b"\x01 É┌ƒÔFr}ç÷┌jÌ\x05 ╬V "
b"\x01 É┌ƒÒ7q~░├ÈY░\f ò▓ "
b"\x01 É┌í<ÓqÜør!▀ÙÛÈM "
b"\x01 É┌í>^pÂÿÀ·ÿ┤\x06 ÛE "
b"\x01 É┌í>årJô'o ─úA2 "
b"\x01 É┌í?Ys\e ÉÆçva\x01 ¢Î "
b"\x01 É┌í?âp´Æ3\x02 3@í\f z "
b"\x01 É┌í@\pož╔Ûµ▄O└ "
b"\x01 É┌íP½s\r ûùï*¸výÍ "
b"\x01 É┌íQƒrPæ░l_ÅÍ\t H "
b"\x01 É┌íSßq¡╗A├¿ÏüP "
b"\x01 É┌íTßr├É8¼ö4põ "
b"\x01 É┌íU\v pëì\x0F ?f╬╗&A "
b"\x01 É┌íWÛq]Øí0Qÿï7Þ "
b"\x01 É┌íXÑs\x00 ë╗°Âî╦l÷ "
b"\x01 É┌íYoq\x02 ¥á\x0F\x18 x@Ä" "
b"\x01 É┌íZHs¾Àý█·æ+2═ "
b"\x01 É┌í]\x14 p¦¢ºæÖ7],6 "
b"\x01 É┌í]´s°ó\x08 \r §Ò\r Ié "
b"\x01 É┌í^ßqªàn¶└\x7F ÙÝ "
b"\x01 É┌í_┐ryÑ-└ö®:‗= "
b"\x01 É┌ía\x19 rMûO1\x04\x02 Ó5ò "
b"\x01 É┌íbiqG¡'\x17 ¯@íèæ "
b"\x01 É┌ícss¿ñÈ¿NOÅ. "
b"\x01 É┌íh(reÂþº\x03\v ÑÇZ "
b"\x01 É┌íi¡p═¬²║ì\x1A Kx± "
b"""
\x01 É┌íjmq;┤¸\n
\x7F òá ┬
"""
b"\x01 É┌íkVqÓ╣╔\x05 ▓ZtLè "
b"\x01 É┌íl#rd╣\x10 ~Ð\t jßx "
b"\x01 É┌ímÅp&áE2ÅãWıò "
b"\x01 É┌íp`skó╦(ƒ\x10 ²n` "
b"""
\x01 É┌íq\x1A p\n
ü└¾~ïÔ\x13 ;
"""
b"\x01 É┌íqCqýÜ\x1A Z*Vó9h "
b"\x01 É┌íqdrw¿Ç²/Žá┼ "
b"\x01 É┌ír▒syñ\¾«²<U└ "
b"\x01 É┌ír█r\x0F Éñ§Üt[│├ "
b"\x01 É┌ís®sXë¦Þ░>ñ>\x03 "
b"\x01 É┌ísËr╣¼ı\e Äd\x1F ¤í "
b"\x01 É┌ís¯p╣í?\x02 ╔û@┬ã "
b"\x01 É┌ív³r¹╣wgÌ<=R\x11 "
b"""
\x01 É┌íw¯q\n
Ü\x1C\x16 ▓C╣\x12 ═
"""
b"\x01 É┌íx\x18 pÀÿOCª}╔x\x1F "
b"\x01 É┌íx§pøæc8º,\x08 ãé "
b"\x01 É┌íy\x1F r─æº╦*▀\x11 Xg "
b"\x01 É┌í×\x15 p°ùÿ,│xf¬Ü "
b"\x01 É┌í×?r╬ÉL\x0E úÄöL\t "
b"\x01 É┌íƒêsý░└\x11 Ü├▓\x1C "
b"\x01 É┌íƒ│qóåôïác\x0F ╝q "
b"\x01 É┌íƒÍrí┐µ╚7\x1F Þý© "
b"""
\x01 É┌탾püó1\n
Ú└─ã]
"""
b"\x01 É┌íá\x0F p.ço½?Ó·O$ "
b"\x01 É┌íá+qçæ0z]^¶ ê "
b"\x01 É┌íáHs\x12 ®■)\x0E 7ßS¸ "
b"\x01 É┌ííærAº╣O?\x1A ╦tz "
b"\x01 É┌íí╗rk®\x1D %*Jy▄╣ "
b"\x01 É┌íí▄pù╣\x18 Ä×bî£í "
b"\x01 É┌íí¨s¨ÂB|░ks·ç "
b"\x01 É┌íó\x16 r¿╝ÒçRøO<\x05 "
b"\x01 É┌íó3q»ö┘tRvø¦8 "
b"\x01 É┌íóÚr▀É©C0¿¤ë "
b"\x01 É┌íú\x12 p■ÁÁ┐\x03 G4q\x08 "
b"\x01 É┌íú4s\x10 êï5\x19 yQFì "
b"\x01 É┌íúPr§ƒ^Dúàmµ¯ "
b"\x01 É┌íúlsEô ýÚ\x7F 67C "
b"\x01 É┌íúësSا´'ì©iA "
b"\x01 É┌íñ?qЩtOr&\t ³( "
b"\x01 É┌íñhrb¼ÑÿíHðh/ "
b"\x01 É┌íñèr4èn┐»Û ═¸ "
b"\x01 É┌íñªstä|ÞÄ■û ║ "
b"""
\x01 É┌íñ┬s├Âñ┴\n
Kÿ¡\x19
"""
b"\x01 É┌íñÌs-╣~è´o~qI "
b"\x01 É┌íÑìsz«×{/k■t "
b"\x01 É┌íÑ┤rô¡[xçXÆ2 "
b"\x01 É┌íÑÍpÚîn\x08 ¯ö─Óô "
b"\x01 É┌íÑ‗rTºéé¨\x11\x15 X▄ "
b"\x01 É┌íª\x0E p,Â╣&zYM¿4 "
b"\x01 É┌íª+pí¥X \v ò┐$Ù "
b"\x01 É┌íªIrÉ«\x04 │°_˸p "
b"\x01 É┌íªgs1å╦j┐çÔ┼) "
b"\x01 É┌íª°r┴ñôdFþR\x11 ┐ "
b"\x01 É┌íº!p|¥ª®tÎÞò: "
b"\x01 É┌íºAr‗ú£ý©ïþÊX "
b"\x01 É┌íº]qÓÿ8ñÊò┤╗\x1E "
b"\x01 É┌íºxqâúv└´Xêƒ8 "
b"\x01 É┌íºòp¨ÅBqÅ`BA\x01 "
b"\x01 É┌íº│sÏÁ\x0F +{h┌d\x07 "
b"\x01 É┌íº¤r¹ñ▀┌Áí\x12 6% "
b"\x01 É┌íºÙr6ä\x12 ‗£ØZ\e ä "
b"\x01 É┌í¿Öq¦ä¬[XoýÍ\x05 "
b"\x01 É┌í®IqdÂiXÈ:úI} "
b"\x01 É┌í®sq╦¿\x1F Pz+\x1C ù° "
b"\x01 É┌í®òp3òP±%wsú4 "
b"\x01 É┌í®▒q═┤þZK«1r) "
b"\x01 É┌í®╬rUÀ\x01 õ\x0E Á®m\x1E "
b"\x01 É┌í®ýs®ƒÚÞH/Zõ¡ "
b"\x01 É┌í½mp¡│¬\x05 3·i7® "
b"\x01 É┌í½ôs#╗G3\x1E S]ÿà "
b"""
\x01 É┌í½Ás┼øòƒ\n
§Ñ\x05 :
"""
b"\x01 É┌í¼\x7F q│è&åçZ÷\x07 X "
b"\x01 É┌í¡bp\f »╚Ä*¬kÝV "
b"\x01 É┌í¡ÆqoÅõö%Ó╚Ú┼ "
b"\x01 É┌í«õq:ê¾`ÈÙ/ø§ "
b"\x01 É┌í░EsË©F ݶrTö "
b"\x01 É┌í░lpIÆÞ\x14 á─┴k├ "
b"\x01 É┌í│xruêìð«(\x04 =Ù "
b"\x01 É┌í┤'r┤½®\t ¸Ö\x15 ┐í "
b"\x01 É┌í┤Ìr:▓╔Ý\x03 ┬9²║ "
b"\x01 É┌íÁ®paÂKB(o§f7 "
b"\x01 É┌íÂjqI®╔u■¨IC┌ "
b"\x01 É┌íÀ(s\x02 ¿\x05\x01 gf¶G└ "
b"\x01 É┌íÀÓs\r │Aû4±7û\x06 "
b"\x01 É┌í©ñs▀è\x17 å!\x02 │T\x16 "
b"\x01 É┌í╣Yq@ó▒ÖÙìç╩p "
b"\x01 É┌í║$sê╣Òz)Oüo« "
b"\x01 É┌í║Þs╬¢~\x06 Ä$Du╗ "
b"\x01 É┌í╗ØrÄì║2\x1E Ñw\t | "
b"\x01 É┌í╝Ur\x1A ºÉ■í¾Â®C "
b"\x01 É┌í¢\x10 s«Æ¤YýDjw\x08 "
b"\x01 É┌í¥ðr■Ü\x17 ╩ð┼B1v "
b"\x01 É┌í¥¹pzå═.ô0äÍ0 "
b"\x01 É┌í┐\x1E p\x04 ║D┴á¦6Ü "
b"\x01 É┌í┐Òr\x0E Åê\x0F ┼┴L\x7F q "
b"\x01 É┌í└ðq6¿P┘6¢Ã\È "
b"\x01 É┌í└¹rD£┌/±¦o\x1D Ü "
b"\x01 É┌í┴\x1E r¦òÂ\x18 )u.6 "
b"\x01 É┌í┴;sß¿┐mW¨Ë╣r "
b"\x01 É┌í┬\x00 p'ç═ôÀM╦Íu "
b"\x01 É┌í┬+q ÿ7\x02 j[hÑ\x1F "
b"\x01 É┌í┬¹p#┐▄ê\x08 ÙÝ^\x04 "
b"\x01 É┌í├▓r\v ñþW0Á¿:ñ "
b"\x01 É┌í├¦sÂùG╠\x05 Ñ!+\x0E "
b"\x01 É┌í─òp}¥\x1D ¯&Ææ*â "
b"\x01 É┌íã/pv¥6#Ô┬ÍÊ─ "
b"\x01 É┌íãZq7Å\x10 ÉÔÎÄNh "
b"\x01 É┌íã}rqôÏç┬ºô`1 "
b"\x01 É┌íãÜs\x12 »!!▄lÿ╗¡ "
b"\x01 É┌íãÂrÿ¬J2'└=\x03 ║ "
b"\x01 É┌íÃpp\x1C Ñ\x1E\x06 ‗\x13 ]\x13 : "
b"\x01 É┌íÔÄs\x15 ¿´├é╩░B½ "
b"\x01 É┌íÔ½r(âÿ¬®Ó│█\x16 "
b"\x01 É┌íÒ\x7F q{Ç¡9é±3w\x0F "
b"\x01 É┌íõ]p\©Â§╬0ÁðM "
b"\x01 É┌íÕSp|â└╚È\x1E\x00 %Ñ "
b"\x01 É┌íÕ\x7F qVªY│Rëï\x12 " "
b"\x01 É┌íµ\x1C rÂÿÂ\x08 Сòå■ "
b"\x01 É┌íµFr\x07 ª\|ÈîU\x00 " "
b"\x01 É┌íµaq\x1D ÇiƒÜ\x1D ·IS "
b"\x01 É┌íþ\r q×║·®░q/ç┌ "
b"\x01 É┌íþÙsf®▒xx£ ®¶ "
b"\x01 É┌íÞÚr`â×gx¦²I¸ "
b"\x01 É┌íÚ\x1F r\x1E áiÉÂR[\x07 ) "
b"\x01 É┌íÚIpC¡Á~ÎÜ<+ô "
b"\x01 É┌íÚqrº¢\x1E ç¬\x7F hr "
b"\x01 É┌íÚìs\x02 æë-\x01 Aú ¯ "
b"\x01 É┌íÚ¼ruü\t ÔCýçQÌ "
b"\x01 É┌íÚ╔qèªà:k╣üª¶ "
b"\x01 É┌íÚýsïùìÛÝ\x18 Iõý "
b"\x01 É┌íÛ\x08 q█»\x15 Z6À▀├\x01 "
b"\x01 É┌íÙ╠rI×Ç·°°\x1E iÀ "
b"\x01 É┌íÙ·q═▒ô┌┐¥\x07 ─ð "
b"\x01 É┌íý\x1E sÏò┴=/ø╝1² "
b"\x01 É┌íý@pQºþ\x1E Ã>\\x19 î "
b"\x01 É┌íý\rrø¬W\x0F ÌÕp\x1D "
b"\x01 É┌íý\x7F q■ñ└¬ºËî]É "
b"\x01 É┌íý£s\x07 òªá\x0E Ã\x10 1Ô "
b"\x01 É┌íý╗q\x04 É\x06 -\x1A H\x17\x10 Æ "
b"\x01 É┌íý█p├ÆÃ¹Ì`ãzÏ "
b"\x01 É┌íý¸q\x04 æ\t à¬w░\x7F ╬ "
b"\x01 É┌í‗"sÉ»¼´þÀep³ "
b"\x01 É┌í‗Rr$ä\x0F ¸\x0F :P^┌ "
b"\x01 É┌í‗upѽá\x04 ®tÈ!\r "
b"\x01 É┌í‗òskÁàúC«×┘¿ "
b"\x01 É┌í¾\s\x13 Ѧ¤®î°)▄ "
b"\x01 É┌í¾ìs│É╠\x0F É\t ~ñ┴ "
b"\x01 É┌í¾▒sRü▄┬Å åÝ© "
b"\x01 É┌í¾ðqÆüÄ═Ò═õ\x16 ý "
b"\x01 É┌í¾Ýq\v ú═ôï\x02 ¸\x15 Ø "
b"\x01 É┌í¶\f q4ºB\x10\v ╣fÜ┐ "
b"\x01 É┌í§┬r}©Ê!Ò!│Òý "
b"\x01 É┌í÷╣pYÜÌqýåÆÄ\x16 "
b"\x01 É┌í÷Òs9Æf┘yh\x00 õã "
b"\x01 É┌í¸\x04 rõó ╝ê\x1D ´É¼ "
b"\x01 É┌í¸!rSæh·\x13 çB\x18 à "
b"\x01 É┌í¸¨r×ùæ▀F\x15 O=\x1A "
b"\x01 É┌í°'s¢ÿD▒x\x13 Côy "
b"\x01 É┌í°Irƒ¥┘j\x10 Gw[Ï "
b"\x01 É┌í°fs╔Æ┴╝T├î¡═ "
b"\x01 É┌í°ép*│·\x1F Xê¹¹Ì "
b"\x01 É┌í°ƒsÔç>\v ¦´Í%§ "
b"\x01 É┌í¨¥qÝÉî\t Kw[i^ "
b"\x01 É┌í¨Þquå[\x00 ³@ÿL\x1C "
b"\x01 É┌í·\x04 sÜ║7±Òq\x12 m¾ "
b"\x01 É┌í· p▄▓Mâ5sq¬~ "
b"\x01 É┌í·=rãümÚð_d¤þ "
b"\x01 É┌í·YqÄÆ\x06\x1A I╦Ûéj "
b"\x01 É┌í·usx░yd]▄?H> "
b"\x01 É┌í·æp\x05 óÀ.jØ#(¼ "
b"\x01 É┌í·«s█½V|c+V,4 "
b"\x01 É┌í¹qr╗É$Ao]└dÌ "
b"\x01 É┌í¹Öp\x11 ┐·\x04 ]\x17 └1ë "
b"\x01 É┌í¹┐r\x1D ¬H\x08 §▀╣▓ "
b"\x01 É┌í¹ÌpIè\x7F Þe\x04 UÉq "
b"\x01 É┌í¹·slí½!Û¾ÿ▒J "
b"\x01 É┌í³\x19 qvùyѼë¸Ê0 "
b"""
\x01 É┌í³6p└º\x0F &\n
Xb\x1A <
"""
b"\x01 É┌í³SrãèyéÚbLvF "
b"\x01 É┌í²1sú¡ï╣s\r ¼ä "
b"\x01 É┌í■\f s\äQ╠Ùþ@I "
b"\x01 É┌í■:pYïv\v ¾5öVi "
b"\x01 É┌í■_pÌóMıô;y└╔ "
b"\x01 É┌í■~s\x05 ▓[╬\e {\x16 ▓╩ "
b"\x01 É┌í■øs!¥=▀\x12 Ko\x01 ( "
b"\x01 É┌í■Àq\x19 »┘>ï\x07\x03 QÎ "
b"\x01 É┌í■ırIí\x13 Ìy\x16 ÙV) "
b"\x01 É┌ó\x01 èqR¼\x12 umíàTk "
b"\x01 É┌ó\x01 ÀpÝ┤\x19 Ñë┼aX5 "
b"\x01 É┌ó\x01 ¦päÆ7\x1E ╣0¦¢t "
b"\x01 É┌ó\x01 ³qlø\x7F oUa╣E░ "
b"\x01 É┌ó\x02 Úsb│╚zÒ]╝ƒº "
b"\x01 É┌ó\x05 ╗s\x7F â=³è█)Ý├ "
b"\x01 É┌ó\x05 Ôr¯╣ý-£/\Me "
b"\x01 É┌ó\x06\x04 r*ùÌ9ì¤îEÚ "
b"\x01 É┌ó\x06 s\x04 ë°\x14 ╗¬\x1A ®5 "
b"\x01 É┌ó\x06 =rWéð\x1E ═¦u¸\v "
b"\x01 É┌ó\x06 Yqp½Áqâ╝\x1A y& "
b"\x01 É┌ó\x06 ur█ó¬¦rýÈ\x00 ´ "
b"\x01 É┌ó\x06 æs$í«\x19 ZÙ ╩¤ "
b"\x01 É┌ó\x06 «sPå╠·öï:Zÿ "
b"\x01 É┌ó\x06 ╩sgÀxy│■\Û} "
b"\x01 É┌ó\x06 µq■í%┤²fX\x02 a "
b"\x01 É┌ó\x07\x02 p▄½\x0E =Î Ú┐┘ "
b"\x01 É┌ó\x08\x1A s{│ô¬±ýõ¾\x18 "
b"\x01 É┌ó\x08 Dr°┤acÒ²╠\f Å "
b"\x01 É┌ó\x08 eq^ó┌▒¬ò?»Ý "
b"\x01 É┌ó#±r}ñ╬D½]Á\x0E\x05 "
b"\x01 É┌ó$╔sYàÃ14®ÃL╩ "
b"\x01 É┌ó%£r\x11 ó╣>@╔å+╔ "
b"\x01 É┌ó)½rÙÉlZ4a*\x05\x1A "
b"\x01 É┌ó-╝q]┐¿VÏíã\x11 6 "
b"\x01 É┌ó-µqõä)Ì£4[~Ð "
b"""
\x01 É┌ó.\n
s&úݬy_ì╦\x1C
"""
b"\x01 É┌ó.&rÎ╗*╝õÌ60] "
b"\x01 É┌ó.þrÜ¡:¯\x11 ╬íhH "
b"\x01 É┌ó/ñr4ñ¤\x05 ½ÕÓ█\x06 "
b"\x01 É┌ó/╦quä█Ø\x10 Ô\x13\x07 & "
b"\x01 É┌ó/Ýp─ƒËfê¢çQW "
b"\x01 É┌ó0\r pÿôq2ÜnØÅr "
b"\x01 É┌ó0-r+£#&«╦ä˾ "
b"\x01 É┌ó0NrnÁ?p_█L×( "
b"\x01 É┌ó0mp\x11 ¬\x17 _üß½*└ "
b"\x01 É┌ó0ìpWô ª\x1C 2& d "
b"\x01 É┌ó0¡q-╗■╠ß/\x07 >╦ "
b"\x01 É┌ó1år0Æ▀.rÏh*║ "
b"\x01 É┌ó1░r0®>[DÛ\x10 $, "
b"\x01 É┌ó1╠pE«═\x1D ?X├═└ "
b"\x01 É┌ó1Úr ÿ\x1C Ý└]$Iw "
b"\x01 É┌ó2\x05 rتÈÒkåºCW "
b"\x01 É┌ó2"qÉùi vìïþ╝ "
b"\x01 É┌ó2┌sð®┘¦&1\!┬ "
b"\x01 É┌ó3\x04 q╔à\x17 z\x00 _s>À "
b"\x01 É┌ó3%r9»%Tê╗á■ï "
b"\x01 É┌ó3þq¥ÜGßDµþÌ\x7F "
b"\x01 É┌ó4ØpºÇıwe¸£a\x0F "
b"\x01 É┌ó4ÃqÌümRn\x04 Eª" "
b"\x01 É┌ó4Þpb×¼¥¡pÐ4ï "
b"\x01 É┌ó5\x05 ràúË└õìEó¾ "
b"\x01 É┌ó5"sƒ║▒¾¼¡»/k "
b"\x01 É┌ó5>r&©Q╣ä\x18\x16 ╚Í "
b"\x01 É┌ó6\x1E qoï´ý╣mÔ!\x03 "
b"\x01 É┌ó6Rpfà{H!\x0F Aúê "
b"\x01 É┌ó6ns┬£è\x0F ¥yY¦£ "
b"\x01 É┌ó6ëp6ÿpzØUp*- "
b"\x01 É┌ó7*r)Æ\x13 tìä╦R( "
b"\x01 É┌ó7Ýsöù-ÚMVëÎP "
b"\x01 É┌ó8\x17 p╝®:Ðþ¬ñ\e p "
b"\x01 É┌ó89ph╝ªãà■-‗õ "
b"\x01 É┌ó8UpïÄ\x1C Fíújú\x16 "
b"\x01 É┌ó8qp╩ñRõ/Qg╣ë "
b"\x01 É┌ó8Äp‗Éb\x10 ¥\x1D ¶Ý\x1C "
b"\x01 É┌ó8¬p\t £ÿ▒oI▓é< "
b"\x01 É┌ó9cr\x02 ïg║°I\x08 ;╔ "
b"\x01 É┌ó9îrbù\v !M-Åõö "
b"\x01 É┌ó9½s█Ü¿W=Yó¯\x18 "
b"\x01 É┌ó9ãs█×RQ¼╩©]± "
b"\x01 É┌ó9Ôrã║ÿ,╦\x05 v╝Ï "
b"\x01 É┌ó9²qlà╠\x1D U\x7F DÅ\x19 "
b"\x01 É┌ó:\x18 r┌®G╔└╬Ñ\x06 g "
b"\x01 É┌ó:4s▒ñÐ"\x12 ¯~\x0F W "
b"\x01 É┌ó:Opvƒºƒ┤A»╩Q "
b"\x01 É┌ó:jq\x07 £\x01 ┬\x02 ·\f ¬Ã "
b"\x01 É┌ó;\v p\e ƒÈw\x1A .9P┌ "
b"\x01 É┌ó;┬p╩ùøgÍ\x1F e)ç "
b"\x01 É┌ó;ÞqëªÅ\r \x0E ã\x13 ╣, "
b"\x01 É┌ó<\x05 s³ñnPë[─·² "
b"\x01 É┌ó< pÌ╝O¶ÿı║®G "
b"\x01 É┌ó<;qvùVø£│\°X "
b"\x01 É┌ó<VsËêúX┐\x19 ┘.╦ "
b"\x01 É┌ó<¾pÙÂ\x00 ì\x11 yb; "
b"\x01 É┌ó=\x1A p\x13 ƒ©ãÎï‗ýÒ "
b"\x01 É┌ó>pq½®Ç»ôÍ└h╗ "
b"\x01 É┌ó?+q £┘╣ðÀp!╩ "
b"\x01 É┌ó?Usúרf\t Z├Hè "
b"\x01 É┌ó@>rxøB!sÓß═\x07 "
b"\x01 É┌ó@hrï©╚vË#ý¯Q "
b"\x01 É┌ó@àsºäø\x05 VªTR¹ "
b"\x01 É┌ó@ís1æ_\r '+\x04\x1F\x1C "
b"\x01 É┌ó@¥q▄½Õ\ǰRX> "
b"\x01 É┌óAÅr5╣S╚╦µ-×╔ "
b"\x01 É┌óBIs§░¤\x01 ]▒\e ʨ "
b"\x01 É┌óBsp\t ó┘Q.û\v .Û "
b"\x01 É┌óC9s¹ì(\x03 cw┼(Ç "
b"\x01 É┌óCVq¹»¨ÓPt¬\x01\x15 "
b"\x01 É┌óCsrë,±¨AD\x0E\x17 "
b"\x01 É┌óCÅsZÉ┌f$fÚ;È "
b"\x01 É┌óC¼p{Ø-å±w.Ìá "
b"\x01 É┌óC╚sN╣3Øá┤\f º° "
b"\x01 É┌óCÕs\x12 ÿ‗╠┘bgjú "
b"\x01 É┌óD┐q\x12 ░ÅiÊ«þ?¼ "
b"\x01 É┌óEvrYúÈÖå┤zë┴ "
b"\x01 É┌óF\x7F q¡úJ▓oK¡═É "
b"\x01 É┌óGBqûØéÔv$,?| "
b"\x01 É┌óJÜpñɽ\x06 ö³ø┌e "
b"\x01 É┌óJ─qmÿ\x05 8jhèUn "
b"\x01 É┌óJµs¬Æ\x02 Ô╠W¨2£ "
b"\x01 É┌óK\x03 p¼ê£\x07 µÅtA\x10 "
b"\x01 É┌óNMp5▒`\x10\x05 ƒY╔© "
b"\x01 É┌óNzqêôÛ;ö6f\x10 ÷ "
b"\x01 É┌óS█qc╗å█£F\x07 » "
b"\x01 É┌óT\x03 s3┤ùèT\x05 îâQ "
b"\x01 É┌óT põê+╝\f V1(k "
b"\x01 É┌óT>r/©\x12 ©&Ý▒½6 "
b"\x01 É┌óT[sö½ù\x17 c\x17 Ôà» "
b"\x01 É┌óoár˽rY\x05 º+<` "
b"\x01 É┌óo┴p çïG╩«╣ûà "
b"\x01 É┌óu░rPé‗òÍY\x07\x1F ¢ "
b"\x01 É┌óu█pkö┬ß0Á┘PÌ "
b"\x01 É┌óu°qÍójßàÖÌ\e "
b"\x01 É┌óv\x15 råú½Í╩´‗k½ "
b"\x01 É┌óv2q'òyê*EcQ8 "
b"\x01 É┌óvOp┤│R└ð═▓½¯ "
b"\x01 É┌óvlq\x06 º"X!¾4ü\x03 "
b"\x01 É┌ów8pxìæÔ┼░T¯\x10 "
b"\x01 É┌ówas╩╣ ÿØ;Y─ô "
b"\x01 É┌ówérμU,╝k\x1A\x1F n "
b"\x01 É┌ów×r|èí╦7x■\x16\x19 "
b"\x01 É┌óy²s`Áú7#èóıt "
b"\x01 É┌óz%qÌà╬è\r \x08 n}┘ "
b"\x01 É┌óz@rÝÁýÜ▀2c\x1C ┴ "
b"\x01 É┌óz\s>Â└╩=\x1E õ³ "
b"\x01 É┌ózys║ïáû\x7F ¸E‗¹ "
b"""
\x01 É┌ózòpºô1.╣\x01 ï\n
ã
"""
b"\x01 É┌óz▒p4Ö\x12 ý┤&vyx "
b"\x01 É┌óz═r\x0F ÿG┬U\x10 lÄm "
b"\x01 É┌ózÚs0½╬èEäàs\x11 "
b"\x01 É┌ó{\x05 rUôé╗بjÆä "
b"\x01 É┌ó{!re║▓â╦\x07 @M¬ "
b"\x01 É┌ó{=qVò▓¹õ▄Ùê\x1C "
b"\x01 É┌ó{Ùs$öïó┴╗û]╔ "
b"\x01 É┌ó|\x17 q(¢\x01 ¢ÉwÐR┘ "
b"\x01 É┌ó|4q§ï q,┌«,X "
b"\x01 É┌ó|Qr╠騦Jø\x05 ½{ "
b"\x01 É┌ó|nrÊêºË╝²\x1D ×° "
b"\x01 É┌ó|èpÌ░1ð±{à¼Z "
b"\x01 É┌ó|ºrhó═4ä \x1D LÜ "
b"\x01 É┌ó|─sM¬ØyIp½J¯ "
b"\x01 É┌ó}¼p³Æ`2p\x1F\x1D\x1F ø "
b"\x01 É┌ó}Ër«ò\v ̱,'\x1C\x18 "
b"\x01 É┌ó}¶s¨ò³Í'├I╠? "
b"\x01 É┌ó~\x11 pû┤ê!7v\WW "
b"\x01 É┌ó~-r\x10 æ@ÞQ| ÿ¨ "
b"\x01 É┌ó~JpîÿÆ4\x10\x01 qáò "
b"\x01 É┌ó~gs\x17 ¼$║o4ê²È "
b"\x01 É┌ó~äp\x1D ½O\x06 v[\x16 £Ø "
b"\x01 É┌óâ\v sù©zN)<þsf "
b"\x01 É┌óâ(rö®íä:¥BÏC "
b"\x01 É┌óâDpú©Ï3ìÁo╔9 "
b"\x01 É┌óâ`p}ïU×│NÌ\e o "
b"""
\x01 É┌óê║pZà\n
0hyì8G
"""
b"\x01 É┌óêµpà©©╩àÃl]å "
b"""
\x01 É┌óë\n
sAò¡á\ı²\x16 à
"""
b"\x01 É┌óë+q¥öè\x15 SQ@Ðÿ "
b"\x01 É┌óëIq~»}o├Æô\x14 "
b"\x01 É┌óëgr,ò¦|u¥_^§ "
b"\x01 É┌óëäse¬Ùð3│Cä® "
b"\x01 É┌óëísÐá╬Þ$%·J\x05 "
b"\x01 É┌óë¥p?¥¬\x15 Óı¶©¯ "
b"\x01 É┌óë█q┌çT╬FW\x1A q\x10 "
b"\x01 É┌óë°seèB§2þ(\x03 ( "
b"\x01 É┌óè\x15 r#û\x1D ß\x02\x19\x1C +Ë "
b"""
\x01 É┌óè1rÊê\n
P╠°åIÍ
"""
b"\x01 É┌óèNqç╗óQ©{ÊV» "
b"\x01 É┌óèkp└░æ═6Ü&p· "
b"\x01 É┌óèêsyï"╦@Ïbv[ "
b"\x01 É┌óèÑr¨Ñu─û½░ö┘ "
b"\x01 É┌óè┴q├ç╬O▀Ó─¬| "
b"\x01 É┌óèÌp¡à┼■╩│ñ\x02 6 "
b"\x01 É┌óè¹pßë┘Òh;ÜÒÙ "
b"\x01 É┌óï\x18 r)ÀB\t LWº¡┐ "
b"\x01 É┌óï4r²ùÐô÷:\x07 ÇË "
b"\x01 É┌óïQq{¡ƒ¸\x7F Ã;½f "
b"\x01 É┌óïnr®ñ2JhÙìsï "
b"\x01 É┌óïïq┤ø\x18\x17 &uÄfã "
b"\x01 É┌óïºsûöÎ\x10 ÖÅ╠H▀ "
b"\x01 É┌óï─s,╗K·Â\x01 f¸Â "
b"\x01 É┌óïßq\x1D â\x1E\x17\x07 =h│o "
b"\x01 É┌óï■rÏ»ãMÿ¢ê0\x19 "
b"\x01 É┌óî\e q\x1F ÁNéá└\x1D ╔ "
b"\x01 É┌óî8r0«»_R└O\x0E\x08 "
b"\x01 É┌óîUs╠½jC=┌║!\x10 "
b"\x01 É┌óîqr\x01 òÎ"5TvÞ┘ "
b"\x01 É┌óîÄq¦âá§¥»ë5s "
b"\x01 É┌óî½r¢ÿ»é\x0F\v\x05 7å "
b"\x01 É┌óî╚qpÁÎ4Ú{Õw! "
b"\x01 É┌óîõs5▓ÌÅÚ®AÓà "
b"\x01 É┌óì\x01 s4┐\x08 ±\½Øuò "
b"\x01 É┌óì\x1E sDÜà}þ3W\x15\x06 "
b"\x01 É┌óì;r‗áø\x07 µk¡S "
b"\x01 É┌óì[rݽÉ█U<\x1A F) "
b"\x01 É┌óìxrìƒòs%═\x12 Ü+ "
b"\x01 É┌óÄ1s\x1A á┼²¨µdÄø "
b"\x01 É┌óÄOq¾ø\x18 ║&\x18 %ô╗ "
b"\x01 É┌óÄlsS£¦zÃ▄D\x11\x02 "
b"\x01 É┌óÄërÙ¡~©¦o9å "
b"\x01 É┌óÄ®s\x1C ╣à\x10 T┼YC\x00 "
b"\x01 É┌óÄ┼qÅæ3¤[\P·° "
b"\x01 É┌óÄÕs■òüç┤ûÚ\x11 õ "
b"\x01 É┌óÅ\x02 rÜå|O\x01 ß│àÝ "
b"\x01 É┌óÅ"q¤▒\f ýiD"╝± "
b"\x01 É┌óÅðqrè\r Ïé\x1D ø]â "
b"\x01 É┌óŨp█┐\x0F\t\x0E m<Vä "
b"\x01 É┌óÉ\x1A rÃÆ\x10 ÃÐÏ)÷\x7F "
b"""
\x01 É┌óÉ7sHÁe│▄\n
þ1
"""
b"\x01 É┌ó»¡sØü\x12\x1A Û:p\e ç "
b"\x01 É┌ó»╩qz╗┬\x1C ³¤ërP "
b"\x01 É┌ó»þqE┐ø»_«=Éh "
b"\x01 É┌ó░\x04 qöøj¥\x06 ╝$d\x13 "
b"\x01 É┌ó░!sHögñ/a║ïÞ "
b"\x01 É┌ó░=q|à╠òk<Ü~Ý "
b"\x01 É┌ó░Zppƒl)ËÐ█`/ "
b"\x01 É┌ó░wpñè@,c¢\x01\x1D ó "
b"\x01 É┌ó░ôs,óF\x10 Un<¼Î "
b"\x01 É┌ó░░sù┤á\e }qrÕ "
b"\x01 É┌ó░╠pEÂYE{┬!\v t "
b"\x01 É┌ó▒wp\x06 ó\v ÕÚ>ØU¢ "
b"\x01 É┌óÁLr«╣\x0E Ùgå?8! "
b"\x01 É┌óÁtp÷é\x0E ò'tÕ1 "
b"\x01 É┌óÁÉq÷ä>12ää²¹ "
b"\x01 É┌óÁ¡sV│ß\x08 :»%╠Ï "
b"\x01 É┌óÁ╔s£¥Ê\x13 T╦߬\x17 "
b"\x01 É┌óÁµqâ×§¥¬╚!Âó "
b"""
\x01 É┌óÂ\n
rßÜ>─┬ÉNÿÑ
"""
b"\x01 É┌óÂ'rF│i®T¿O$J "
b"\x01 É┌óÂDqrÂd~_d1▀| "
b"\x01 É┌óÂ`sÃĬØqNC*\t "
b"\x01 É┌óÂ}pj©[º'Yñݽ "
b"\x01 É┌óÂÜs¸ëH┌.»ã¶4 "
b"""
\x01 É┌óÂÀr\x13 ¼po\n
\t ¢\x11 ╩
"""
b"\x01 É┌óÂËsü«úÌ\x13 vнΠ"
b"\x01 É┌óÂqƽP·àÓcÉ\x12 "
b"\x01 É┌óÀ\r pOÑØòW\x04 m╩õ "
b"\x01 É┌óÀ*s)ú\t Õ)Àtø "
b"\x01 É┌óÀFssï\x13 Þ£bÚvû "
b"\x01 É┌óÀcp\x0F ▓xó╠\║×q "
b"\x01 É┌óÀÇp7Ü\-rC╗ठ"
b"\x01 É┌óÀØpRÅ^?¬\r \x17 Æ. "
b"\x01 É┌óÀ║p(æ\x19 ^¯▄êYÓ "
b"\x01 É┌óÀÍq▒À¬ÜÂÃ╝¨¾ "
b"\x01 É┌óÀ¾p▓8\x08 ó╦¨²\x13 "
b"\x01 É┌ó©\x10 q╣áFc_zç<A "
b"\x01 É┌ó©-r╠º░Ûi¿åë\x10 "
b"\x01 É┌ó©JpA┐Èo#ðÑ~o "
b"\x01 É┌ó©gp*¬{Ð┘ßÍÈ┘ "
b"\x01 É┌ó©âs´Ç%_╚\x0E ïù\x17 "
b"\x01 É┌ó©ár$ƒéúdJ§│\t "
b"\x01 É┌ó©¢rí©#╠\x08 :×╔┬ "
b"\x01 É┌ó©┌sj¬T\x04 zÜ■Ðp "
b"\x01 É┌ó©¸rrÑd§┤ ©\x02 R "
b"\x01 É┌ó╣\x13 pz»\x13 (‗q¶?ú "
b"\x01 É┌ó╣0sz®nÀÞ°\x19 Q "
b"\x01 É┌ó╣Mr │½|\x08 ■ðé╝ "
b"\x01 É┌ó╣jp^èʬÔûJ4H "
b"\x01 É┌ó╣åp:åúøÄzU?c "
b"\x01 É┌ó╝<sã¬█┤½!=FX "
b"\x01 É┌ó╝ppL╗ß§0VR\x0F < "
b"\x01 É┌ó╝ÿqÎ▒Á╣$Í]MZ "
b"\x01 É┌ó╝┤qdÅ^2YÐS&ã "
b"\x01 É┌ó╝Îr.╗‗çôþ¡\x1A Þ "
b"\x01 É┌ó╝¶r\x02 ºý\x19 \r èXÕ└ "
b"\x01 É┌ó¢\x17 sÁ¼îjö┬\x04\v * "
b"\x01 É┌ó¢3r▄¥ä´\x1D Íao "
b"\x01 É┌ó¢Vsó¥õÕùÞa\x05 < "
b"\x01 É┌ó¢ssËú\x15 ╬3ÖâÓ\e "
b"\x01 É┌ó¢ûr\r ƒ¾¨T0(^/ "
b"\x01 É┌ó¢│rkÀ>\v aìºj├ "
b"\x01 É┌ó¢Íp6è╦û╩nsöƒ "
b"\x01 É┌ó¢‗r·¢╦Ú\x08 `\x1F -ø "
b"\x01 É┌ó¥\x15 raÿj \r ¨█»j "
b"\x01 É┌ó¥2r\x01 ê║`┴cþúé "
b"\x01 É┌ó¥UrNÑ¿è┤┌\x13\x00\x19 "
b"\x01 É┌ó¥rs▀▓ñÖõO\x10 Z: "
b"\x01 É┌ó¥òq¶àÚ\x01 ÒıèS\f "
b"\x01 É┌ó¥▒q7ëܱ╦ú$aÍ "
b"\x01 É┌ó¥Ès±É4ºK'²\x0F\x02 "
b"\x01 É┌ó¥±sZü¶iB=EÒ\x07 "
b"\x01 É┌ó┐\x14 rÜÑ,╦j┬¢k\x08 "
b"\x01 É┌ó┐1qL▒5ZØÂ}Èë "
b"""
\x01 É┌ó┐Tr¬Âåa\n
Ë\n
\n
]
"""
b"\x01 É┌ó┐ps¡ê>║juuBí "
b"\x01 É┌ó┐ör\x19 ¿PÀà\x14 ¶«╠ "
b"\x01 É┌ó┐░p\t òL²┤Ú\x03 ã# "
b"\x01 É┌ó┐ËpÚÄC<\x04 ░ütù "
b"\x01 É┌ó┐soàçp¥\\f O╚ "
b"\x01 É┌ó└\x13 pfƒ\x05 äC\x14 ▓─┘ "
b"\x01 É┌ó└0pG¿0OÐÛÐ^╝ "
b"\x01 É┌ó└Sr¯Âa¡àR\x0F Ã\x06 "
b"\x01 É┌ó└op_ÿ-Ölë,:¸ "
b"\x01 É┌ó└ÆrZÀüÜø╝kµB "
b"\x01 É┌ó└»rÔÖâ\x06 VãTÎ┬ "
b"\x01 É┌ó└Êrºøç«¿\x1C LY┴ "
b"\x01 É┌ó└´sÊÿXàN\\t\f * "
b"\x01 É┌ó┴╬qÖĬ§L»▒\x08 ┬ "
b"\x01 É┌ó┴¹qcƶ\x1D >HüÛ‗ "
b"\x01 É┌ó┬\x1D pÃò‗!{³N╝Y "
b"\x01 É┌ó┬=p╬è\x11\x14 ea\x13 ab "
b"\x01 É┌ó┬_r%ú]\x1D ÛX9hÙ "
b"\x01 É┌ó┬}r\x1C ¿‗\f Rt`ü "
b"\x01 É┌ó┬ør%ÿ©YÝ\x16 ýZ» "
b"\x01 É┌ó┬¢q\x1E ╝NuÅy÷á^ "
b"\x01 É┌ó┬█q(┐▒\x0E ▄Wá&. "
b"\x01 É┌ó┬ rÒúfÔ5│Éëæ "
b"\x01 É┌ó├╠p■Á¸^─)p└Z "
b"\x01 É┌ó─ësÙ«a]╣ì1\e Ý "
b"\x01 É┌óß\x13 s·ÜæÏ¢Ý<Q6 "
b"\x01 É┌óß┬q■ñCÃéÓ~eÕ "
b"\x01 É┌óÔ»p\x02 í¯du\x0E ┼╦? "
b"\x01 É┌óÒòs\x18 ì\x1E ¡▀B─'/ "
b"\x01 É┌óões¶ûÞ\x1E\f Ü\x11 45 "
b"\x01 É┌óÕBp\x18 ▒ã\x1A ╔¬"X` "
b"\x01 É┌óµ\r q\x06 »\x16 ,yÌmã "
b"\x01 É┌óµÓr╣┤]l┴î@\f ; "
b"\x01 É┌óþ┐p|ïRLyÚ2D4 "
b"\x01 É┌óÞæpÛïW±~8sba "
b"\x01 É┌óÚUps╣}▒LT╚d\x10 "
b"\x01 É┌óÚäp²┐cÚ╝ó\x08 ┐¥ "
b"\x01 É┌óÛZqµ¥`█æÄ+é "
b"\x01 É┌óÙzp»ö9\x03 ╝öît\e "
b"\x01 É┌óýërV粃uð_[c "
b"\x01 É┌óÝás\r ùM3«Ë┬èä "
b"\x01 É┌ó¯îrúü7ùË·"┐1 "
b"\x01 É┌ó¯¢sy┐ÕÂ}Å\f Ê= "
b"\x01 É┌ó¯µs\x05 ┐ÿÿG=²k "
b"\x01 É┌ó´£p\x17 ╗Ô\x14 -Àë®È "
b"\x01 É┌ó´╦s ¡6d^x\x0E ÷ì "
b"\x01 É┌ó´¯r¨Á┘èØ}\x00 ╠¡ "
b"\x01 É┌ó\v rÊÂ÷ñvá\x07 Wc "
b"\x01 É┌ó█qöº\x16 d\x7F æ╝└d "
b"\x01 É┌ó±\v q╠╣Iû\x1F ÞÃë7 "
b"\x01 É┌ó±4p~¡¿&'=¶\x12 L "
b"\x01 É┌ó¸¹sH╗¹▄\e\x12 3èm "
b"\x01 É┌ó°-s┬ºD,Í┐wë1 "
b"\x01 É┌ó°TqÏìf3ª·q{\x05 "
b"\x01 É┌ó°pqVÅ\x13 ë‗Ì▒▓h "
b"\x01 É┌ó°Éq\ñ║\x14 <─\x16 S╗ "
b"\x01 É┌ó°¡rûæ\x1E ê®[G╠Ý "
b"\x01 É┌ó°╠p╬ê\x19 ■}Á╔█Á "
b"\x01 É┌ó°ÚsÐò¸║\x02 c)¸§ "
b"\x01 É┌ó¨\v qhÿ\t\x14 Î╠ s± "
b"\x01 É┌ó¨'qõÿLYMÕÊÙw "
b"\x01 É┌ó¨Hqdè¦\x01 æ\x1F\x13 ^á "
b"\x01 É┌ó¨ds/▓VÚ¡´ä¹, "
b"\x01 É┌ó¨àpF│\x06 ~!§{║D "
b"\x01 É┌ó¨óp\v Ä\x0E\t ä¯Í╣▓ "
b"\x01 É┌ó¨├saÆã▄┬×Gì· "
b"\x01 É┌ó¨Óp\x10 Æ┬c!F\x18 ¿> "
b"\x01 É┌ó·\x01 q\v ¡$█M╗ù'? "
b"\x01 É┌ó·\x1D r\x01 éù{Ñú3¯┤ "
b"\x01 É┌ó·>qæÉK±\x00 Ê│( "
b"\x01 É┌ó·[qÃüäèý-zå "
b"\x01 É┌ó·zr\x05 á dÞ\x19 \x18 Ç "
b"\x01 É┌ó¹_qêå¯á"DÉÈð "
b"\x01 É┌ó¹Ärý¢qõ=\x00 Uv_ "
b"\x01 É┌ó¹Èr¢¥\x0F äÿ\v `mY "
b"\x01 É┌ó■\x1E sÍÀ#\t sí©¹á "
b"\x01 É┌ó■Ks\x1D ö▄-╣K┼³L "
b"\x01 É┌ó■qsú«╠é·'░▒» "
b"\x01 É┌ó BpïØ~\x1C \r ¹ü\x0E ä "
b"\x01 É┌ó lsã£┤+½èZ¨N "
b"\x01 É┌ó ìrÔëé├wlUõ╚ "
b"\x01 É┌ó ¬qŽ$'qe\x1C ║q "
b"\x01 É┌ó ╔rh▒Ày┌┼s\x08 ‗ "
b"\x01 É┌ó µp»┐§®\x00\x00 né╦ "
b"\x01 É┌ú\x00\x03 sðëo{³êT¢Ç "
b"\x01 É┌ú\x00 #r<ØÝ&a╗\x1E j* "
b"\x01 É┌ú\x00 ?r\e ®÷8®Q8¨£ "
b"\x01 É┌ú\x00 _sTÅFs2\Z³ÿ "
b"\x01 É┌ú\x00 |p\x02 ©3Oú‗¬Áü "
b"\x01 É┌ú\x00 ÿs#á[àÛ?uh\x03 "
b"\x01 É┌ú\x00 Áp\x15 ü¦{─/▄ƒ┐ "
b"\x01 É┌ú\x00 Ðrë┤D\r HÌ%hý "
b"\x01 É┌ú\x00 ¯rNÑ´b¶"öØù "
b"""
\x01 É┌ú\x01 \n
q³À2¸\x04 øÌ:
"""
b"\x01 É┌ú\x01 'p\r å<¦eMSùå "
b"\x01 É┌ú\x01 Cp\x7F ï\x14 ╠¿\x10\x15 b\v "
b"\x01 É┌ú\x01 `slÆF<@\x14 Eüº "
b"\x01 É┌ú\x01 |rKè-À■█Ä-B "
b"\x01 É┌ú\x02 Dr?Â^þ\e õwøË "
b"\x01 É┌ú\x03\x12 sÚö\x1F\x07 Ðc▓üØ "
b"\x01 É┌ú\x04 ╗q¿×ç£\x19\x02 ¬Ñ "
b"\x01 É┌ú\x04 Õplä▄×ÔBE¤Ä "
b"\x01 É┌ú\x05\x06 r┤║Õýdt5\x1F 6 "
b"\x01 É┌ú\x05 Ëq1é.È¥~K4N "
b"\x01 É┌ú\x05 ²pı¼gK¹µ¢\x08 ì "
b"\x01 É┌ú\x06\x1E r¸ÆypøÃ~Ù■ "
b"\x01 É┌ú\x06 ;rXï×┼Eær¤╠ "
b"\x01 É┌ú\x07 2sqìëVvá3âÛ "
b"\x01 É┌ú\x07 _pïªØä½sôÒ\ "
b"\x01 É┌ú\x07 ârÓ¢\x02 ╔§EÃ├ø "
b"\x01 É┌ú\x07 ásVï£$÷[~nÆ "
b"\x01 É┌ú\x07 ¢rùêîJ^v±äb "
b"\x01 É┌ú\x07 ┌q\x11 àÀÆÍÁ░┬þ "
b"\x01 É┌ú\x07 ¸s8ùï*Hß║Î: "
b"\x01 É┌ú\x08\x14 r%»B\x12 wSº±é "
b"\x01 É┌ú$Gr\x1C ñð\x1F rÛð│º "
b"""
\x01 É┌ú$os\x10 ╝ð\n
àFË÷ß
"""
b"\x01 É┌ú$ôrÍê\v ¿<-=³> "
b"\x01 É┌ú%çpÂů┘Ô▀Æ┤ò "
b"\x01 É┌ú&Zr`ÉÂ\x08 ]fKþÜ "
b"\x01 É┌ú' q¶┐5fÅ\x06 ╚6Õ "
b"\x01 É┌ú'Orñ▒YÉ®°\x1A\x05 ò "
b"\x01 É┌ú'sq@®-д$┌¦ "
b"\x01 É┌ú'Ér*Öe\x13 LÞ,tó "
b"\x01 É┌ú'¡r:Ä\x10 Ã├Âðá" "
b"\x01 É┌ú(pr╔ÅÊÉ*┌·x´ "
b"\x01 É┌ú(ÿp~ï9░c┘\x1C\v - "
b"\x01 É┌ú(Áq┤á¬W_ƒ\\ "
b"\x01 É┌ú(Êp£¬Þø¼‗óI "
b"\x01 É┌ú(s▒¥/)╠ÀÆ)\x14 "
b"\x01 É┌ú)\r q▒í$®\x0F ؤ¶§ "
b"\x01 É┌ú)*p.üμ/\x1E -ÿO "
b"\x01 É┌ú)Gpݼ \x06 #B}Næ "
b"\x01 É┌ú)ep]Øg¿ýÄ▒ Ï "
b"\x01 É┌ú)érAïEú¶èI\x7F I "
b"\x01 É┌ú*Msp¢R╝µÖ\x1D ¬ "
b"\x01 É┌ú*xsBæaô╠`}6ý "
b"""
\x01 É┌ú*øpÓøF£ê{\n
/Ì
"""
b"\x01 É┌ú*©r╗ù9Äßê┼[¿ "
b"\x01 É┌ú*ıq\x1F ƒH¿ÜÑ|▀ "
b"\x01 É┌ú0Mpâ╣»▒▄ê!s® "
b"\x01 É┌ú1*rÝ¡ıû²1%.R "
b"\x01 É┌ú1¦r©æÆ\x07 ì\x11 i\x03 à "
b"\x01 É┌ú2╦s©îq\Ø═(` "
b"\x01 É┌ú2¸p˽│p¨b\x1D ôÆ "
b"\x01 É┌ú3\x19 qÜô½\x08 l;■7f "
b"""
\x01 É┌ú36qÙÄÜ\x03 Z\n
(ú.
"""
b"\x01 É┌ú3Xr¿é^q┤1\f oó "
b"\x01 É┌ú3usj«ªlZà╔\x00 "
b"\x01 É┌ú3ûr┴®>\x19\t\x18 <kJ "
b"\x01 É┌ú3│q½öÔ´¼;<]\n "
b"\x01 É┌ú3Ëpúä[Y"ð\x15 ┘ "
b"\x01 É┌ú3r}£®\f @▓ ├\x00 "
b"\x01 É┌ú4\x13 sÈ┤%}Mı®ä¸ "
b"\x01 É┌ú40s└º©+²ñHîa "
b"\x01 É┌ú4Ss;Øáêç\x1D {│\x06 "
b"\x01 É┌ú5\x0E rM║ÝO\x0E\x10 i\x03 g "
b"\x01 É┌ú58p■┐ `oSð\x17 W "
b"\x01 É┌ú5‗p"░╚â\x01 mÆ×Ý "
b"\x01 É┌ú6Ôq(┤*î┼╗\x1F\v\x1E "
b"\x01 É┌ú7\v p²©#\x1A G│\x7F g\x1A "
b"\x01 É┌ú72sÜñ£\e 2(}PÍ "
b"\x01 É┌ú7Qræíw%\x05 !ïå{ "
b"\x01 É┌ú7up\x05 Å╩\v ³\x07 Òc┌ "
b"\x01 É┌ú7ôpÅ║òKÍt>3h "
b"\x01 É┌ú8zsßê╝/!öâO┼ "
b"\x01 É┌ú8ñsøôuT\x05 ┬r0| "
b"\x01 É┌ú8╦pìª\x18 ■ßBÞõı "
b"\x01 É┌ú8ÞqA▓a3.`'\x7F Y "
b"\x01 É┌ú9\t rá¬}L[\ggy "
b"\x01 É┌ú9&r«║¾Ë┤\x03 U\x17 ┬ "
b"\x01 É┌ú9IqñÂY¨─\f E!´ "
b"\x01 É┌ú9gq┘å}é¬L¾\x15 D "
b"\x01 É┌ú9çqV┐úà`>àñ¿ "
b"\x01 É┌ú9ñsFƒþ`æ‗öJI "
b"\x01 É┌ú9ãp\x07 å÷OK\t 2"õ "
b"\x01 É┌ú9ÒsãÆÚ2\x00 yNÇx "
b"\x01 É┌ú:\x06 q┐¥‗]UÚé│Ä "
b"\x01 É┌ú:#rÅí&ì¿«÷tj "
b"\x01 É┌ú;\x14 r±ÉÁ@³Â£Ý\f "
b"\x01 É┌ú;@p&çgÑmá0í\x0E "
b"\x01 É┌ú;kp┴êàÀ═R¾ÁÛ "
b"\x01 É┌ú;ês░ØUr@\t\x16 <\x1E "
b"\x01 É┌ú;ªr0╝'øÑ\x7F Þ├© "
b"\x01 É┌ú<xp\t í\x19 `░¢\x18 ¢\x1A "
b"\x01 É┌ú<íqÆï▓(\t Ç×}\x03 "
b"\x01 É┌ú<┬p┬èËöX▒VíU "
b"\x01 É┌ú<▀q°╗╚§ôç╔¬o "
b"\x01 É┌ú<³qô܃µØ\x03 v)\x14 "
b"\x01 É┌ú=\x1A pø¥íð═8³K0 "
b"\x01 É┌ú=¾s¦Â1Ý á!cø "
b"\x01 É┌ú>\x1D s\x12 ▓ÄÎK¨B7æ "
b"\x01 É┌ú>>q\x01 ª\x0E ßÊ░\x1F ~Ø "
b"\x01 É┌ú>[ptélâ,ÙO% "
b"\x01 É┌ú>xs{¢╩╠Ãéý°╠ "
b"\x01 É┌ú>òqÓÿ©¯ò&Ü-Î "
b"\x01 É┌ú>▓q<É1Ú╠XÒ╠\x17 "
b"\x01 É┌ú@▒q¡»Ví─\x12 ðr¹ "
b"\x01 É┌ú@▄q┤é&K ©\x7F )\e "
b"\x01 É┌ú@¨píñb\r rR }y "
b"\x01 É┌úA\x16 pı®cÝçíw▓{ "
b"\x01 É┌úA3pôÂu)>cýw% "
b"\x01 É┌úAPp\x1F Üê#╣ÙÙ\x03 ( "
b"\x01 É┌úAmr«é‗\t ▓ä┼:Y "
b"\x01 É┌úAèrXû‗S½\x11 ‗Æ@ "
b"\x01 É┌úA¿rí║\x14\x7F Ðõ┬gl "
b"\x01 “b‰–/rÒ¡¿aJJàw\x1F "
b"\x01 ôbì\x06 Õs\x19 ü«╔ÈÂ|7à "
b"\x01 ôbì\x07 1q\x07 ┤\x1C\x11\x12 ╣yÜ} "
b"\x01 ôbì\x07 ~p+ëFıíÈ\x04 çz "
b"\x01 ôbì\t ═søÆ\x0E ¤Æõ\x00 ·· "
b"""
\x01 ôbì\n
\x19 q╠Ñgß#;'½T
"""
b"""
\x01 ôbì\n
fqHóHg\x7F\x04 o§\x0F
"""
b"""
\x01 ôbì\n
│so¢h+lÐ\x0F g¯
"""
b"\x01 ôbì\v\x01 pÍèqòWz\x03 vg "
b"\x01 ôbì\v OsÉæ╠\x03 l\x0F\x15 Þ╣ "
b"\x01 ôbì\x11 ;s?ÿ$ðJJ‗òh "
b"""
\x01 ôbì\x11 ìp<æ▄Gõ\n
ñ4¢
"""
b"\x01 ôbì\x11 Óq%É5µxÇÀr® "
b"\x01 ôbì\x12 0pöüÿè■"áó8 "
b"\x01 ôbì\x12 ~qÈ╗░\x16 ┐º)«â "
b"\x01 ôbì\x12 ╩r\x05 äe\v ═KU\e ╦ "
b"\x01 ôbì\x13\x1D p├ù\x1A ¢`\x05 È\r Ð "
b"\x01 ôbì\x13 jqú║uÙÖR┐@% "
b"\x01 ôbì\x13 Âqâ¬'·-íw9t "
b"\x01 ôbì\x14\x07 p\x10 úê\x06 ½¾B2l "
b"\x01 ôbì\x14 Zp(û£\x17 §DÝ\v\x1C "
b"\x01 ôbì\x14 ¬sJ£|\x14 âÈÖ5\x11 "
b"\x01 ôbì\x14 °sí░ì@§ÆÿüD "
b"\x01 ôbì\x15 Hsåî\x1D ɧ\x03 #]· "
b"\x01 ôbì\x15 ÜqöîÉÛ\x0E\x1A º6\x10 "
b"\x01 ôbì\x15 µq═éRÿv(_®e "
b"\x01 ôbì\x16 7qNºc\x18 ÖÊ´µT "
b"\x01 ôbì\x16 ès┴▓Ë┼8¢ Î\x12 "
b"\x01 ôbì\x16 ÍrÚá╩\x0F ]B\x15 áÚ "
b"\x01 ôbì\x1A Ôr/ÿx\t ~ëk\x1E × "
b"\x01 ôbì\e /rͪÕzÙýq/\x03 "
b"\x01 ôbì\x1E\x18 pZôJ|4Jc(} "
b"\x01 ôbì\x1E eq╦û\f\x06 ░;aÏO "
b"\x01 ôbì \v pËå'øxì.J╔ "
b"\x01 ôbì XsÀÑgr\x10 M╝i» "
b"\x01 ôbì%╚q4¿\x18 s\x15 ÷ë0& "
b"\x01 ôbì&\x1E q}»cw2\v Ãı¹ "
b"\x01 ôbì-QsÃàûBO\x15 Z\x1D X "
b"\x01 ôbì-ípYì_tÊá%q¹ "
b"\x01 ôbì0%pUìCÊ,~║┬. "
b"\x01 ôbì0wsw░ÙÓ-■\x19\x0E M "
b"\x01 ôbì0╩pP║l║«lú┘┤ "
b"\x01 ôbì3÷sÌ×`BǪ╝\x00 N "
b"\x01 ôbì5┬q\x10 ╝»dÄ\x1F ■\x06 # "
b"\x01 ôbì6\x12 sÐäBMñ▄+░w "
b"\x01 ôbì6_rðÑ│à5e╗├/ "
b"\x01 ôbì7ns\x01 áR>\x06 ï©╬l "
b"\x01 ôbì7¢q¾ùDì-¹\x07 :\ "
b"\x01 ôbì8\x0E ræ¥19zÆß\t ¥ "
b"\x01 ôbì8`p\x7F öµbwÅBÜ\x08 "
b"\x01 ôbì9·pTè,Ùk╦\x1A d> "
b"\x01 ôbì:GrçÀj╩ã«u4ê "
b"\x01 ôbì:ôq²╣╗\x16 <Õ²\x00 Q "
b"\x01 ôbì:Ópuô°U1 ®-1 "
b"\x01 ôbì;,p~ä9\x1C ÇIf─Ç "
b"\x01 ôbì;yrbï╦¯└└\x01 ±D "
b"\x01 ôbì;┼qÓü\x0E\x1F d\x15 ░Ë "
b"\x01 ôbì<\x13 qôçq°\x06 í\x10 ├= "
b"\x01 ôbì<ar\t £Ü\n ;\x00 ÄÄ\n "
b"\x01 ôbì<»s ▓é bDÙQv "
b"\x01 ôbì<³r┘Ñÿ▄╬Q«_? "
b"\x01 ôbì=Hrm½¬åd/\x06 Án "
b"\x01 ôbì=òr~ÇöS8J═┼ñ "
b"\x01 ôbì=Ôr.ê¸+\x02 âx\v £ "
b"\x01 ôbì]uq#Å$\x0F\t ■M»q "
b"\x01 ôbì]ÊqƒÑFÞ6³:\x1A "
b"\x01 ôbì^\x1E soñ¶▄QRD▀¤ "
b"\x01 ôbì^kp\x04 æâ┤└\x1A ÿåE "
b"\x01 ôbì^©r\x17 ôÁ\x00 8q¦l/ "
b"\x01 ôbì_\x04 p▒ª╣=Åþ>\x1E Þ "
b"\x01 ôbì_Qs\x10 ök\x1D ´aizá "
b"\x01 ôbì`kp├ó¦2\x1F ┬!>Ì "
b"\x01 ôbìagqæÅ÷ÙvE×°3 "
b"\x01 ôbìa┤s«┤æ'ÿçm\x07 l "
b"\x01 ôbìb\x02 r}ö)i\x13 ¡╣‗û "
b"\x01 ôbìbPqXù\x04 u¹Óê¿Ê "
b"\x01 ôbìb£q\x0F ª©~┤µV╚ì "
b"\x01 ôbìbÚs\x10 │%©ó▒£Äò "
b"\x01 ôbìc6siè`è\x08 0Ýþ┘ "
b"\x01 ôbì}╬s «Q$\x1F v╠\x1E\e "
b"\x01 ôbì~iq~ô╬14^█M\x07 "
b"""
\x01 ôbì\x7F \n
pK«ì²0wIb)
"""
b"\x01 ôbì\x7F ¼qÏö╬¸²ÛäT\x05 "
b"\x01 ôbìüÏqiî}Ã2\x0F ¤&Õ "
b"\x01 ôbìé¥r0¡JtçkT\x16 ¼ "
b"\x01 ôbìâXp-ú¦╔cD\x1F ´$ "
b"\x01 ôbìâªrì©Ê\e ñ±\v 6A "
b"\x01 ôbìäBpçä>jW\x13 l╠× "
b"\x01 “bŽášp\x1F «ê\e ônoD{ "
b"\x01 “bŽáæq\x1F žM46‹kɰ "
b"\x01 “bŽåPs¡‹Í×\x19 ö©+… "
b"\x01 ôbÄÕØrh¥\v v+Z\x7F *\ "
b"\x01 “bŽåépë¤òA'6p%’ "
b"\x01 “bŽæ5qí¸¯Ðå£|¬Þ "
b"\x01 “bŽæ‚q‚‹w»;@¯ŸÏ "
b"\x01 “bŽæÏs\v ®ž•Kô\x19 Š· "
b"\x01 ôbÄþ\x1E q.é%¬6µì╠q "
b"\x01 “bŽçksßjÃ\x08 ÙŒŠø "
b"\x01 “bŽç·pÌŸ+L³½ÒÚ7 "
b"\x01 “bŽè\x03 px—€Œ÷ê–\e a "
b"\x01 “bŽèOpú°¦¯\x17 Ý9P3 "
b"\x01 “bŽè›rx˜\x0F\x0E ¹\x19 (\x0F É "
b"\x01 ôbÄÞþpâ䨡º¬±Ç "
b"\x01 ôbÄÚ3pAü═ÃèüL3┌ "
b"\x01 “bŽï\x13 q®…L\x0E Ë(G/« "
b"\x01 “bŽï~sbŸðæ×̰ڳ "
b"\x01 “bŽïÊsêšÖ\x1C\x16 *X\r ì "
b"\x01 “bŽð\x17 s(«¤Õçø¥ÒÁ "
b"\x01 “bŽðcsg€\x03 ˜ô\x11 =\x14 # "
b"\x01 “bŽð°sêˆrÂeH`n‡ "
b"""
\x01 “bŽðür%£\n
\r É\n
Û\v f
"""
b"\x01 ôbıJr É>\f ªo\t e¥ "
b"\x01 ôbıÿq/ü ~sFy-╗ "
b"\x01 “bŽñær\x1A ·ÿ*PõÚDœ "
b"\x01 “bŽò4qΡ~>\x18\x05 JÁ\x04 "
b"\x01 “bŽò€qì’á‚S\x18 €Væ "
b"\x01 ôbÄ‗╠sò£kR»KNü8 "
b"\x01 “bŽó\x19 p)¶‡Û\x1F ñ?;À "
b"\x01 “bŽófqÒƒâ\x02 }Ý|ÿÓ "
b"\x01 “bŽó³r6£e]²\x06 Ca¯ "
b"\x01 “bŽóÿpÃ’Ø¢\x17 §ÐŸ "
b"\x01 “bŽôKsa¢\x10 ÏC\x01 3#ð "
b"\x01 “bŽõîr\x1F °ö0î\x11 º(Ô "
b"\x01 “bŽö;p¯˜e`!L6P€ "
b"\x01 “bŽø.qíŒÒSãú;0l "
b"\x01 ôbİzs÷ê▀u┘üd¯Q "
b"\x01 “bŽøÆrê™>€âÆ)\x16 f "
b"\x01 “bŽù\x13 s>•Så*®ñ„s "
b"\x01 “bŽù_rñ°bWÚùaÌZ "
b"\x01 “bŽù¬p.ˆ\x01 &i‘ÿ\x08 | "
b"\x01 “bŽùør~•i\t §™°UÏ "
b"\x01 “bŽúDq5Œ-Ge³}œñ "
b"\x01 ôbÄ·Ésc¥ï╬2ù\x14 1░ "
b"\x01 ôbÄ·▄pâ│,=Â\x00 Þüë "
b"\x01 “bŽû(p¥ΙöZ¾B§ "
b"\x01 ôbĹus╚Éa\f çmH~¹ "
b"\x01 “bŽûÂrº¡\x03 ¸=Ó¿\x07\x13 "
b"\x01 ôbij\x10 pÝØ$▒`ñ\x1C ýÁ "
b"\x01 “bŽü^r½®P}“þâ¸\x1D "
b"\x01 “bŽüªrá‘f\t\x1E éÁ\x05 Q "
b"\x01 “bŽüôq\x11 µô\x1C røf•- "
b"\x01 ôbIJ?pE®╦ì1bb╝7 "
b"\x01 “bŽýŠpÐ Ï\x06\x1F H\1) "
b"\x01 “bŽýÕr\x04 ®¥|\r \G0Æ "
b"\x01 ôbÄ■ q■ä\x0E Ø=(´ÖÕ "
b"\x01 ôbÄ■ks»üÁÔ×z¡`¸ "
b"\x01 “bŽþ¶p¾½ev9Ý>g^ "
b"\x01 ôbÅ\x04 òrÍä ù±ÌrAÉ "
b"\x01 ôbÅ\x04 ýpõ┐2┐ê¶2:┐ "
b"\x01 ôbÅ\x05 ?s┴½¯Òæ\Là÷ "
b"\x01 ôbÅ\x05 ÉsËñ┤▒¿ã~©½ "
b"\x01 ôbÅ\x05 Òp║Än■Òfß}ý "
b"\x01 ôbÅ\x06 6pµ┐õ±Û\x16 ▒¨& "
b"\x01 ôbÅ\x06 ër│äIB█Áåò├ "
b"\x01 ôbÅ\x06 █rÖû*Æ├EÙþV "
b"\x01 ôbÅ\x07 -shÄUëÏ\x15 UÜj "
b"\x01 ôbÅ5Ys\t ïC=Ë‗*\x0E õ "
b"\x01 ôbÅ5ñq~ê^g¤®µ± "
b"\x01 ôbÅ5q│┘Î╝_c\x01 "
b"\x01 ôbÅ6=p|ºÉú¡\x06 ×Aù "
b"\x01 ôbÅ6èp\ø\x12 8Àµ┼TÖ "
b"\x01 ôbÅ6┘p\x05 ×´\f ©iË\x00 ü "
b"\x01 ôbÅ7%sDñ└Æ»Í"¥█ "
b"\x01 ôbÅ7rs\f ô\x02 mÝhÉRÖ "
b"\x01 ôbÅ8êpkåø;JJ¯Ó$ "
b"\x01 ôbÅ8ısFâxø\x10\x15 ▒ÊÉ "
b"\x01 ôbÅ9!q!Ƨ9Á▄\x1C é┴ "
b"\x01 ôbÅ9mq┼»çð┬iü&T "
b"\x01 ôbÅ9©rçò0Üèü\x1F ,ç "
b"\x01 ôbÅ:\x04 rNâ¾kí╩L\e ³ "
b"\x01 ôbÅ?¤pîçdwí|\t %└ "
b"\x01 ôbÅ@#rkæ\x12\x1F î├[½f "
b"\x01 ôbÅEvr´áÝ╔\x1E Þ7§´ "
b"\x01 ôbÅM6p`¿¿ ø╗"o\x0E "
b"\x01 ôbÅN╬ré¥%\x1D /ÙÔÆ× "
b"\x01 ôbÅQ`pU╗kª[╬@\e\x06 "
b"\x01 ôbÅX©p■ñLÀãÖ╚ÌR "
b"""
\x01 ôbÅY\n
r½ë\x01 G¦°ì░Z
"""
b"\x01 ôbÅ]5ríì*A░█°$¹ "
b"\x01 ôbÅ]éq?ñwëÿô\x18 <\x10 "
b"\x01 ôbÅ]╬p#ì3GàË\x02 ,á "
b"\x01 ôbÅ`\x16 rÚè²╩Ù¨¸\x10 ë "
b"\x01 ôbÅh\x1A så║.\x08 ╝s╗\x0E + "
b"\x01 ôbÅhgqºû\x16\x10 ¨.\x11 ü¥ "
b"\x01 ôbÅÄùp┬½é┐[ÝäÑ┴ "
b"\x01 ôbÅÅ2s(è└±\x17 +%éØ "
b"\x01 ôbÅÅ\x7F qá¼1ê\x18 õ3┴╬ "
b"\x01 ôbÅÅ╠sàÂC¤ÍöÚf┌ "
b"\x01 ôbÅÉ\x18 rïª\x15 iÈ@¹¦3 "
b"\x01 ôbÅÉfríà?ÝgÄyÝË "
b"\x01 ôbÅÉ┤q3ê\x02 ═\±^ÙY "
b"\x01 ôbÅæ\x04 sß½6\x1A ┘³╬&4 "
b"\x01 ôbÅæSp®¢ªR¸═øëm "
b"\x01 ôbŃCrjüõ¸\x01 ÈÂ\x07 Ü "
b"\x01 ôbÅ▓6r╣Â+ýÕ\x7F 6■G "
b"\x01 ôbÅÁüs'êÞ&R?ÆZé "
b"\x01 ôbÅõ5r¸Å£äò{gÀ` "
b"\x01 ôbÅõép┬ÇOç\x7F z^Ö\x15 "
b"\x01 ôbÅõ═sã®þÁ(´îå\x16 "
b"\x01 ôbÅÕ\x19 q\x08 ▓G~N]ûÅ. "
b"\x01 ôbÅÕfs÷ø!ÐRÌ\x0F Zñ "
b"\x01 ôbÅÕ▓rÿâÔ‗?¬Ü-\f "
b"\x01 ôbÅý qr½½0}¥y\x08 X "
b"\x01 ôbÅÝTs=áÿ#¥×~¦O "
b"\x01 ôbÅÝóq\x19 `\x08 ╣╠ð "
b"\x01 ôbÅݯsÉÇ!WÄ\x1D <\9 "
b"\x01 ôbů:sL┐╚═+È\f hî "
b"\x01 ôbůçrÆìWÉ‗Dz\ "
b"\x01 “b•×|p6´Àj ¨Lþö "
b"\x01 “b•×ÊpòŒ\x1C B\x08\x1D\x16 –\x03 "
]
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 , 0x0190DA88114773A2900E240BE6FD70E3 , 0x0190DA88115D70919D5FA398C51BC80D , 0x0190DA88117472A98888339BA4B0C26F , 0x0190DA88118B722298F888CE424A5FA5 , 0x0190DA88119F708EB5C101BD0EC4E15B , 0x0190DA88299570319F9FA74FB434E2FF , 0x0190DA8829A372C9B883F248F3D4948A , 0x0190DA8829B2725882D2FA872580110E , 0x0190DA882B58724B8DE9DA2414649E1D , 0x0190DA882B6E71B6BF89B5B66471CE1B , 0x0190DA882B8572D6BAD23FD75BA5AB4D , 0x0190DA882B9C716F8F0BB901FAF9B242 , 0x0190DA882BB1715E8A05E5F6A6F4455B , 0x0190DA882BC67395A101D1DB806E09B3 , 0x0190DA882BD9713CA376BC2BA02AC66C , 0x0190DA882BEC708DB5A9BF9E56A2526A , 0x0190DA882BFA7250B41FC18DEADE8DD7 , 0x0190DA882C0D7259BECFB05D27C8D63D , 0x0190DA882CD670279A367C834D7D9ED8 , 0x0190DA882CED715494B82B939F888D5E , 0x0190DA882D037368A5D4E747A0DD9908 , 0x0190DA882D1B720A848F8FD71F722A9A , 0x0190DA882D31727B99E8896B2419EECE , 0x0190DA882D4670838F62EAC5C643B9FB , 0x0190DA882D59700A9518311A5D5F32B6 , 0x0190DA882E1B73B3AE21E8A0BE5F69EE , 0x0190DA882E3271F598CA09174C3BBE66 , 0x0190DA882E4871F0AC304D133B52ABD4 , 0x0190DA882E5E733782338AF8F8F3E8EE , 0x0190DA882E7171DCA48DD0E05685FE68 , 0x0190DA882E87704192DD580D012C59B4 , 0x0190DA882E9B736E894738E0846961F2 , 0x0190DA882EAE72F9A6136A90D4B6CB5F , 0x0190DA882EC470888F44B8B3A35DA5D5 , 0x0190DA8CF7BA7181AF72B14FBEFBE0E5 , 0x0190DA8CF87D71AA88AE9244975D71FA , 0x0190DA9FE246727D87F6DA6ADE05CE56 , 0x0190DA9FE337717EB0C3D459B00C95B2 , 0x0190DAA13CE0719A9B7221DFEBEAD44D , 0x0190DAA13E5E70B698B7FA98B406EA45 , 0x0190DAA13E86724A93276FFFC4A34132 , 0x0190DAA13F59731B909287766101BDD7 , 0x0190DAA13F8370EF9233023340A10C7A , 0x0190DAA1405C706F8FF3C9EAE6DC4FC0 , 0x0190DAA150AB730D96978B2AF776ECD6 , 0x0190DAA1519F725091B06C5F8FD60948 , 0x0190DAA153E171F0ADBB41C3A8D88150 , 0x0190DAA154E172C39038B6AC943470E4 , 0x0190DAA1550B70898D0F3F66CEBB2641 , 0x0190DAA157EA715D9DA13051988B37E8 , 0x0190DAA158A5730089BBF8B68CCB6CF6 , 0x0190DAA1596F7102BEA00F1878408E22 , 0x0190DAA15A4873F3B7ECDBFA912B32CD , 0x0190DAA15D1470DDBDA79199375D2C36 , 0x0190DAA15DEF73F8A2080DF5E30D4982 , 0x0190DAA15EE171A6856EF4C07F20EBED , 0x0190DAA15FBF7279A52DC094A93AF23D , 0x0190DAA16119724D964F310402E03595 , 0x0190DAA162697147AD2717EE40A18A91 , 0x0190DAA1637373A8A4D4A84E4F8F2EFF , 0x0190DAA168287265B6E7A7030BA5805A , 0x0190DAA169AD70CDAAFDBA8D1A4B78F1 , 0x0190DAA16A6D713BB4F70A7F95A0FFC2 , 0x0190DAA16B5671E0B9C905B25A744C8A , 0x0190DAA16C237264B9107ED1096AE178 , 0x0190DAA16D8F7026A045328FC657D595 , 0x0190DAA17060736BA2CB289F10FD6E60 , 0x0190DAA1711A700A81C0F37E8BE2133B , 0x0190DAA1714371EC9A1A5A2A56A23968 , 0x0190DAA171647277A880FD2F8FABA0C5 , 0x0190DAA172B17379A45CF3AEFD3C55C0 , 0x0190DAA172DB720F90A4F59A745BB3C3 , 0x0190DAA173A9735889DDE8B03EA43E03 , 0x0190DAA173D372B9ACD51B8E641FCFA1 , 0x0190DAA173EE70B9A13F02C99640C2C6 , 0x0190DAA176FC72FBB97767DE3C3D5211 , 0x0190DAA177EE710A9A1C16B243B912CD , 0x0190DAA1781870B7984F43A67DC9781F , 0x0190DAA178F5709B916338A72C08C682 , 0x0190DAA1791F72C491A7CB2ADF115867 , 0x0190DAA19E1570F897982CB37866AA9A , 0x0190DAA19E3F72CE904C0EA38E944C09 , 0x0190DAA19F8873ECB0C011F09AC3B21C , 0x0190DAA19FB371A286938BA0630FBC71 , 0x0190DAA19FD672A1BFE6C8371FE8ECB8 , 0x0190DAA19FF37081A2310AE9C0C4C65D , 0x0190DAA1A00F702E876FAB3FE0FA4F24 , 0x0190DAA1A02B718791307A5D5EF4FF88 , 0x0190DAA1A0487312A9FE290E37E153F7 , 0x0190DAA1A1917241A7B94F3F1ACB747A , 0x0190DAA1A1BB726BA91D252A4A79DCB9 , 0x0190DAA1A1DC7097B9188E9E628C9CA1 , 0x0190DAA1A1F973F9B6427CB06B73FA87 , 0x0190DAA1A21672A8BCE387529B4F3C05 , 0x0190DAA1A23371AF94D97452769BDD38 , 0x0190DAA1A2E972DF90B6B84330A8CF89 , 0x0190DAA1A31270FEB5B5BF0347347108 , 0x0190DAA1A3347310888B35197951468D , 0x0190DAA1A35072F59F5E44A3856DE6EE , 0x0190DAA1A36C73459320ECE97F363743 , 0x0190DAA1A38973539DF5EF278DB86941 , 0x0190DAA1A43F71D1B8744F722609FC28 , 0x0190DAA1A4687262ACA598A148D0682F , 0x0190DAA1A48A72348A6EBFAFEA20CDF7 , 0x0190DAA1A4A67374847CE88EFE9620BA , 0x0190DAA1A4C273C3B6A4C10A4B98AD19 , 0x0190DAA1A4DE732DB97E8AEF6F7E7149 , 0x0190DAA1A58D737AAE9E7B2F6BFE74F0 , 0x0190DAA1A5B47293AD5B7887589232FF , 0x0190DAA1A5D670E98C6E08EE94C4E093 , 0x0190DAA1A5F27254A78282F9111558DC , 0x0190DAA1A60E702CB6B9267A594DA834 , 0x0190DAA1A62B70A1BE58FF0B95BF24EB , 0x0190DAA1A6497290AE04B3F85FD3F770 , 0x0190DAA1A667733186CB6ABF87E2C529 , 0x0190DAA1A6F872C1A4936446E75211BF , 0x0190DAA1A721707CBEA6A974D7E8953A , 0x0190DAA1A74172F2A39CECB88BE7D258 , 0x0190DAA1A75D71E09838A4D295B4BB1E , 0x0190DAA1A7787183A376C0EF58889F38 , 0x0190DAA1A79570F98F42718F60424101 , 0x0190DAA1A7B373D8B50F2B7B68DA6407 , 0x0190DAA1A7CF72FBA4DFDAB5A1123625 , 0x0190DAA1A7EB72368412F29C9D5A1B84 , 0x0190DAA1A89971DD84AA5B586FECD605 , 0x0190DAA1A9497164B66958D43AA3497D , 0x0190DAA1A97371CBA81F507A2B1C97F8 , 0x0190DAA1A99570339550F1257773A334 , 0x0190DAA1A9B171CDB4E75A4BAE317229 , 0x0190DAA1A9CE7255B701E40EB5A96D1E , 0x0190DAA1A9EC73A99FE9E8482F5AE4AD , 0x0190DAA1AB6D70ADB3AA0533FA6937A9 , 0x0190DAA1AB937323BB47331E535D98C7 , 0x0190DAA1ABB573C59B959F0AF5A5053A , 0x0190DAA1AC7F71B38A2686875AF60758 , 0x0190DAA1AD62700CAFC88E2AAA6BED56 , 0x0190DAA1AD92716F8FE49425E0C8E9C5 , 0x0190DAA1AEE4713A88F360D4EB2F9BF5 , 0x0190DAA1B04573D3B846FFEDF4725494 , 0x0190DAA1B06C704992E814A0C4C16BC3 , 0x0190DAA1B3787275888DD0AE28043DEB , 0x0190DAA1B42772B4ABA909F79915BFA1 , 0x0190DAA1B4DE723AB2C9ED03C239FDBA , 0x0190DAA1B5A97061B64B42286FF56637 , 0x0190DAA1B66A7149A9C975FEF94943DA , 0x0190DAA1B7287302A805016766F447C0 , 0x0190DAA1B7E0730DB3419634F1379606 , 0x0190DAA1B8A473DF8A17862102B35416 , 0x0190DAA1B9597140A2B199EB8D87CA70 , 0x0190DAA1BA247388B9E37A294F816FAE , 0x0190DAA1BAE873CEBD7E068E244475BB , 0x0190DAA1BB9D728E8DBA321EA577097C , 0x0190DAA1BC55721AA790FEA1F3B6A943 , 0x0190DAA1BD1073AE92CF59EC446A7708 , 0x0190DAA1BED072FE9A17CAD0C5423176 , 0x0190DAA1BEFB707A86CD2E933084D630 , 0x0190DAA1BF1E7004BA44C1A0B6DD369A , 0x0190DAA1BFE3720E8F880FC5C14C7F71 , 0x0190DAA1C0D07136A850D936BDC75CD4 , 0x0190DAA1C0FB72449CDA2FF1DD6F1D9A , 0x0190DAA1C11E72DD95B61829752E36B6 , 0x0190DAA1C13B73E1A8BF6D57F9D3B972 , 0x0190DAA1C200702787CD93B74DCBD675 , 0x0190DAA1C22B71FF9837026A5B68A51F , 0x0190DAA1C2FB7023BFDC8808EBED5E04 , 0x0190DAA1C3B2720BA4E75730B5A83AA4 , 0x0190DAA1C3DD73B69747CC05A5212B0E , 0x0190DAA1C495707DBE1DEE2692912A83 , 0x0190DAA1C62F7076BE3623E2C2D6D2C4 , 0x0190DAA1C65A71378F1090E2D78E4E68 , 0x0190DAA1C67D727193D887C2A7936031 , 0x0190DAA1C69A7312AF2121DC6C98BBAD , 0x0190DAA1C6B67298AA4A3227C03D03BA , 0x0190DAA1C770701CA51E06F2135D133A , 0x0190DAA1E28E7315A8EFC382CAB042AB , 0x0190DAA1E2AB72288398AAA9E0B3DB16 , 0x0190DAA1E37F717B80AD3982F133770F , 0x0190DAA1E45D705CB8B6F5CE30B5D04D , 0x0190DAA1E553707C83C0C8D41E0025A5 , 0x0190DAA1E57F7156A659B352898B1222 , 0x0190DAA1E61C72B698B608D1AD9586FE , 0x0190DAA1E6467207A65C7CD48C550022 , 0x0190DAA1E661711D80699F9A1DFA4953 , 0x0190DAA1E70D719EBAFAA9B0712F87DA , 0x0190DAA1E7EB7366A9B178789CFFA9F4 , 0x0190DAA1E8E97260839E6778DDFD49F7 , 0x0190DAA1E91F721EA06990B6525B0729 , 0x0190DAA1E9497043ADB57ED79A3C2B93 , 0x0190DAA1E97172A7BD1E87AA7FF06872 , 0x0190DAA1E98D730291892D0141A3FFEE , 0x0190DAA1E9AC72758109E243EC8751DE , 0x0190DAA1E9C9718AA6853A6BB981A6F4 , 0x0190DAA1E9EC738B978DEAED1849E4EC , 0x0190DAA1EA0871DBAF155A36B7DFC301 , 0x0190DAA1EBCC72499E80FAF8F81E69B7 , 0x0190DAA1EBFA71CDB193DABFBE07C4D0 , 0x0190DAA1EC1E73D895C13D2F9BBC31FD , 0x0190DAA1EC407051A7E71EC73E5C198C , 0x0190DAA1EC5C72729BAA570FDEE5701D , 0x0190DAA1EC7F71FEA4C0AAA7D38C5D90 , 0x0190DAA1EC9C730795A6A00EC71031E2 , 0x0190DAA1ECBB710490062D1A48171092 , 0x0190DAA1ECDB70C392C7FBDE60C67AD8 , 0x0190DAA1ECF77104910985AA77B07FCE , 0x0190DAA1F2227390AFACEFE7B76570FC , 0x0190DAA1F2527224840FF70F3A505EDA , 0x0190DAA1F27570A5ABA004A974D4210D , 0x0190DAA1F295736BB585A343AE9ED9A8 , 0x0190DAA1F35C7313A5DDCFA98CF829DC , 0x0190DAA1F38D73B390CC0F90097EA4C1 , 0x0190DAA1F3B1735281DCC28F2086EDB8 , 0x0190DAA1F3D07192818ECDE3CDE416EC , 0x0190DAA1F3ED710BA3CD938B02F7159D , 0x0190DAA1F40C7134A742100BB9669ABF , 0x0190DAA1F5C2727DB8D221E321B3E3EC , 0x0190DAA1F6B970599ADE71EC86928E16 , 0x0190DAA1F6E373399266D9796800E4C6 , 0x0190DAA1F70472E4A2FFBC881DEF90AC , 0x0190DAA1F72172539168FA13874218C7 , 0x0190DAA1F7F9729E9791DF46154F3D1A , 0x0190DAA1F82773BD9844B17813439379 , 0x0190DAA1F849729FBED96A1047775BD8 , 0x0190DAA1F86673C992C1BC54C38CADCD , 0x0190DAA1F882702AB3FA1F5888FBFBDE , 0x0190DAA1F89F73E2873E0BDDEFD625F5 , 0x0190DAA1F9BE71ED908C094B775B695E , 0x0190DAA1F9E87175865B00FC40984C1C , 0x0190DAA1FA04739ABA37F1E371126DF3 , 0x0190DAA1FA2070DCB24D83357371AA7E , 0x0190DAA1FA3D72C6816DE9D05F64CFE7 , 0x0190DAA1FA59718E92061A49CBEA826A , 0x0190DAA1FA757378B079645DDC3F483E , 0x0190DAA1FA917005A2B72E6A9D2328AC , 0x0190DAA1FAAE73DBAB567C632B562C34 , 0x0190DAA1FB7172BB9024416F5DC064DE , 0x0190DAA1FB997011BFFA045D17C03189 , 0x0190DAA1FBBF721DB6AA4808F5DFB9B2 , 0x0190DAA1FBDE70498A7FE86504559071 , 0x0190DAA1FBFA736CA1AB21EAF398B14A , 0x0190DAA1FC1971769779A5AC89F7D230 , 0x0190DAA1FC3670C0A70F260A58621A3C , 0x0190DAA1FC5372C68A7982E9624C7646 , 0x0190DAA1FD3173A3AD8BB9F0730DAC84 , 0x0190DAA1FE0C735C8451CCEBE74049FF , 0x0190DAA1FE3A70598B760BF335945669 , 0x0190DAA1FE5F70DEA24DD5933B79C0C9 , 0x0190DAA1FE7E7305B25BCE1B7B16B2CA , 0x0190DAA1FE9B7321BE3DDF124B6F0128 , 0x0190DAA1FEB77119AFD93E8B070351D7 , 0x0190DAA1FED57249A113DE7916EB5629 , 0x0190DAA2018A7152AC12756DA185546B , 0x0190DAA201B770EDB419A589C5615835 , 0x0190DAA201DD708492371EB930DDBD74 , 0x0190DAA201FC716C9B7F6F5561B945B0 , 0x0190DAA202E97362B3C87AE35DBC9FA7 , 0x0190DAA205BB737F833DFC8ADB29EDC3 , 0x0190DAA205E272EEB9EC2D9C2F5C4D65 , 0x0190DAA20604722A97DE398DCF8C45E9 , 0x0190DAA20620730489F814BBAA1AA935 , 0x0190DAA2063D725782D01ECDDD75F70B , 0x0190DAA206597170ABB57183BC1A7926 , 0x0190DAA2067572DBA2AADD72ECD400EF , 0x0190DAA206917324A1AE195AEBFFCACF , 0x0190DAA206AE735086CCFA948B3A5A98 , 0x0190DAA206CA7367B77879B3FE5CEA7D , 0x0190DAA206E671FEA125B4FD66580261 , 0x0190DAA2070270DCAB0E3DD720E9BFD9 , 0x0190DAA2081A737BB393AAF1ECE4F318 , 0x0190DAA2084472F8B46163E3FDCC0C8F , 0x0190DAA20865715EA2DAB1AA953FAFED , 0x0190DAA223F1727DA4CE44AB5DB50E05 , 0x0190DAA224C9735985C73134A9C74CCA , 0x0190DAA2259C7211A2B93E40C9862BC9 , 0x0190DAA229AB72EB906C5A34612A051A , 0x0190DAA22DBC715DBFA856D8A1C61136 , 0x0190DAA22DE671E48429DE9C345B7ED1 , 0x0190DAA22E0A7326A3EDAA795F8DCB1C , 0x0190DAA22E2672D7BB2ABCE4DE36305D , 0x0190DAA22EE7729AAD3AEE11CEA16848 , 0x0190DAA22FA47234A4CF05ABE5E0DB06 , 0x0190DAA22FCB717584DB9D10E2130726 , 0x0190DAA22FED70C49FD36688BD875157 , 0x0190DAA2300D70989371329A6E9D8F72 , 0x0190DAA2302D722B9C2326AECB84D3F3 , 0x0190DAA2304E726EB53F705FDB4C9E28 , 0x0190DAA2306D7011AA175F81E1AB2AC0 , 0x0190DAA2308D705793FFA61C32262064 , 0x0190DAA230AD712DBBFECCE12F073ECB , 0x0190DAA23186723092DF2E72D8682ABA , 0x0190DAA231B07230A93E5B44EA10242C , 0x0190DAA231CC7045AECD1D3F58C3CDC0 , 0x0190DAA231E97220981CEDC05D244977 , 0x0190DAA23205729DA6D4E36B86A74357 , 0x0190DAA232227190976920768D8BE7BC , 0x0190DAA232DA73D0A9D9DD26315C21C2 , 0x0190DAA2330471C985177A005F733EB7 , 0x0190DAA233257239AF255488BBA0FE8B , 0x0190DAA233E771BE9A47E144E6E7DE7F , 0x0190DAA2349D70A780D57765F79C610F , 0x0190DAA234C771DE816D526E0445A622 , 0x0190DAA234E870629EACBEAD70D1348B , 0x0190DAA235057285A3D3C0E48D45A2F3 , 0x0190DAA23522739FBAB1F3ACADAF2F6B , 0x0190DAA2353E7226B851B9841816C8D6 , 0x0190DAA2361E716F8BEFECB96DE22103 , 0x0190DAA236527066857B48210F41A388 , 0x0190DAA2366E73C29C8A0FBE7959DD9C , 0x0190DAA23689703698707A9D55702A2D , 0x0190DAA2372A72299213748D84CB5228 , 0x0190DAA237ED7394972DE94D5689D750 , 0x0190DAA2381770BCA93AD1E7AAA41B70 , 0x0190DAA238397068BCA6C685FE2DF2E4 , 0x0190DAA23855708B8E1C46A1A36AA316 , 0x0190DAA2387170CAA452E42F5167B989 , 0x0190DAA2388E70F2906210BE1DF4ED1C , 0x0190DAA238AA70099C98B16F49B2823C , 0x0190DAA2396372028B67BAF849083BC9 , 0x0190DAA2398C7262970B214D2D8FE494 , 0x0190DAA239AB73DB9AA8573D59A2EE18 , 0x0190DAA239C673DB9E5251ACCAB85DF1 , 0x0190DAA239E272C6BA982CCB0576BCD8 , 0x0190DAA239FD716C85CC1D557F448F19 , 0x0190DAA23A1872DAA947C9C0CEA50667 , 0x0190DAA23A3473B1A4D12212EE7E0F57 , 0x0190DAA23A4F70769FA79FB441AFCA51 , 0x0190DAA23A6A71079C01C202FA0CAAC7 , 0x0190DAA23B0B701B9FD4771A2E3950DA , 0x0190DAA23BC270CA979B67D61F652987 , 0x0190DAA23BE87189A68F0D0EC613B92C , 0x0190DAA23C0573FCA46E50895BC4FAFD , 0x0190DAA23C2070DEBC4FF498D5BAA947 , 0x0190DAA23C3B717697569B9CB35CF858 , 0x0190DAA23C5673D388A358BF19D92ECB , 0x0190DAA23CF370EBB6008D1179F0623B , 0x0190DAA23D1A70139FB8C6D78BF2ECE3 , 0x0190DAA23E7071ABA980AF93D6C068BB , 0x0190DAA23F2B71FF9CD9B9D0B77021CA , 0x0190DAA23F5573A39E9D66095AC3488A , 0x0190DAA2403E72789B422173E0E1CD07 , 0x0190DAA24068728BB8C876D323ECEE51 , 0x0190DAA2408573A7849B0556A65452FB , 0x0190DAA240A17331915F0D272B041F1C , 0x0190DAA240BE71DCABE55C80F852583E , 0x0190DAA2418F7235B953C8CBE62D9EC9 , 0x0190DAA2424973F5B0CF015DB11BD2F9 , 0x0190DAA242737009A2D9512E960B2EEA , 0x0190DAA2433973FB8D28036377C52880 , 0x0190DAA2435671FBAFF9E05074AA0115 , 0x0190DAA2437372C7AE2CF1F941440E17 , 0x0190DAA2438F735A90DA662466E93BD4 , 0x0190DAA243AC707B9D2D86F1772EDEA0 , 0x0190DAA243C8734EB9339DA0B40CA7F8 , 0x0190DAA243E5731298F2CCD962676AA3 , 0x0190DAA244BF7112B08F69D2AEE73FAC , 0x0190DAA245767259A3D49986B47A89C1 , 0x0190DAA2467F71ADA34AB26F4BADCD90 , 0x0190DAA2474271969D82E276242C3F7C , 0x0190DAA24A9A70A490AB0694FC9BDA65 , 0x0190DAA24AC4716D9805386A688A556E , 0x0190DAA24AE673AA9202E2CC57F9329C , 0x0190DAA24B0370AC889C07E68F744110 , 0x0190DAA24E4D7035B16010059F59C9B8 , 0x0190DAA24E7A718893EA3B94366610F6 , 0x0190DAA253DB7163BB86DB9C4607AFF0 , 0x0190DAA254037333B4978A54058C8351 , 0x0190DAA2542070E4882BBC0C5631286B , 0x0190DAA2543E722FB812B826EDB1AB36 , 0x0190DAA2545B7394AB97176317E285AF , 0x0190DAA26FA072D3AB725905A72B3C60 , 0x0190DAA26FC17020878B47CAAEB996C7 , 0x0190DAA275B0725082F295D659071FBD , 0x0190DAA275DB706B94C2E130B5D950DE , 0x0190DAA275F871D6A2F06AE18599DE1B , 0x0190DAA276157286A3ABD6CAEFF26BAB , 0x0190DAA2763271279579882A45635138 , 0x0190DAA2764F70B4B352C0D0CDB2ABEE , 0x0190DAA2766C7106A7225821F3348103 , 0x0190DAA2773870788D91E2C5B054EE10 , 0x0190DAA2776173CAB9FF989D3B59C493 , 0x0190DAA2778272D7AC552CBC6B1A1F6E , 0x0190DAA2779E727C8AA1CB3778FE1619 , 0x0190DAA279FD7360B5A337238AA2D574 , 0x0190DAA27A2571DE85CE8A0D086E7DD9 , 0x0190DAA27A4072EDB5EC9ADF32631CC1 , 0x0190DAA27A5C733EB6C0CA3D1EFFE4FC , 0x0190DAA27A7973BA8BA0967FF745F2FB , 0x0190DAA27A9570A793312EB9018B0AC6 , 0x0190DAA27AB170349912ECB426767978 , 0x0190DAA27ACD720F9847C255106C8E6D , 0x0190DAA27AE97330ABCE8A4584857311 , 0x0190DAA27B0572559382BB9DF96A9284 , 0x0190DAA27B217265BAB283CB07404DAA , 0x0190DAA27B3D715695B2FBE4DCEB881C , 0x0190DAA27BEB7324948BA2C1BB965DC9 , 0x0190DAA27C177128BD01BD9077D152D9 , 0x0190DAA27C3471F58BFF712CDAAE2C58 , 0x0190DAA27C5172CC82F9DD4A9B05AB7B , 0x0190DAA27C6E72D288A7D3BCFD1D9EF8 , 0x0190DAA27C8A70DEB031D0F17B85AC5A , 0x0190DAA27CA77268A2CD3484FF1D4C9A , 0x0190DAA27CC4734DAA9D794970AB4AEE , 0x0190DAA27DAC70FC926032701F1D1F9B , 0x0190DAA27DD372AE950BDEF12C271C18 , 0x0190DAA27DF473F995FCD627C349CC3F , 0x0190DAA27E117096B4882137765C5757 , 0x0190DAA27E2D72109140E8517C2098F9 , 0x0190DAA27E4A708C989234100171A095 , 0x0190DAA27E677317AC24BA6F3488FDD4 , 0x0190DAA27E84701DAB4F06765B169C9D , 0x0190DAA2830B7397B87A4E293CE77366 , 0x0190DAA283287294A9A1843ABE42D843 , 0x0190DAA2834470A3B8D8338DB56FC939 , 0x0190DAA28360707D8B559EB34EDE1B6F , 0x0190DAA288BA705A850A3068798D3847 , 0x0190DAA288E67085B8B8CA85C76C5D86 , 0x0190DAA2890A734195ADA05CD5FD1685 , 0x0190DAA2892B71BE948A15535140D198 , 0x0190DAA28949717EAF7D6FC39293F014 , 0x0190DAA28967722C95DD7C75BE5F5EF5 , 0x0190DAA289847365AAEBD033B34384A9 , 0x0190DAA289A173D1A0CEE82425FA4A05 , 0x0190DAA289BE703FBEAA15E0D5F4B8EE , 0x0190DAA289DB71DA8754CE46571A7110 , 0x0190DAA289F873658A42F532E7280328 , 0x0190DAA28A157223961DE102191C2BD3 , 0x0190DAA28A3172D2880A50CCF88649D6 , 0x0190DAA28A4E7187BBA251B87BD256AF , 0x0190DAA28A6B70C0B091CD369A2670FA , 0x0190DAA28A8873798B22CB40D862765B , 0x0190DAA28AA572F9A575C496ABB094D9 , 0x0190DAA28AC171C387CE4FDFE0C4AA7C , 0x0190DAA28ADE70AD85C5FECAB3A40236 , 0x0190DAA28AFB70E189D9E3683B9AE3EB , 0x0190DAA28B187229B742094C57A7ADBF , 0x0190DAA28B3472FD97D193F63A0780D3 , 0x0190DAA28B51717BAD9FF77FC73BAB66 , 0x0190DAA28B6E72A9A4324A68EB8D738B , 0x0190DAA28B8B71B49B181726758E66C6 , 0x0190DAA28BA7739694D710998FCC48DF , 0x0190DAA28BC4732CBB4BFAB60166F7B6 , 0x0190DAA28BE1711D831E17073D68B36F , 0x0190DAA28BFE72D8AFC64D98BD883019 , 0x0190DAA28C1B711FB54E82A0C01D20C9 , 0x0190DAA28C387230AEAF5F52C04F0E08 , 0x0190DAA28C5573CCAB6A433DDABA2110 , 0x0190DAA28C71720195D722355476E8D9 , 0x0190DAA28C8E71DD83A0F5BEAF893573 , 0x0190DAA28CAB72BD98AF820F0B053786 , 0x0190DAA28CC87170B5D734E97BE57721 , 0x0190DAA28CE47335B2DE8FE9A941E085 , 0x0190DAA28D017334BF08F15CAB9D7595 , 0x0190DAA28D1E73449A857DE733571506 , 0x0190DAA28D3B72F2A09B07E66BADF053 , 0x0190DAA28D5B72EDAB90DB553C1A4629 , 0x0190DAA28D78728D9F957325CD129A2B , 0x0190DAA28E31731AA0C5FDF9E6648E9B , 0x0190DAA28E4F71F39B18BA26182593BB , 0x0190DAA28E6C73539CDD7AC7DC441102 , 0x0190DAA28E8972EBAD7EB8DD6F39F086 , 0x0190DAA28EA9731CB9851054C5594300 , 0x0190DAA28EC5718F9133CF5B5C50FAF8 , 0x0190DAA28EE573FE958187B496E911E4 , 0x0190DAA28F02729A867C4F01E1B385ED , 0x0190DAA28F2271CFB10CEC694422BCF1 , 0x0190DAA28FD071728A0DD8821D9B5D83 , 0x0190DAA28FF970DBBF0F090E6D3C5684 , 0x0190DAA2901A72C79210C7D1D829F67F , 0x0190DAA290377348B565B3DC0AC7F331 , 0x0190DAA2AFAD739D81121AEA3A701B87 , 0x0190DAA2AFCA717ABBC21CFCCF897250 , 0x0190DAA2AFE77145BF9BAF5FAE3D9068 , 0x0190DAA2B00471949B6ABE06BC246413 , 0x0190DAA2B02173489467A42F61BA8BE8 , 0x0190DAA2B03D717C85CC956B3C9A7EED , 0x0190DAA2B05A70709F6C29D3D1DB602F , 0x0190DAA2B07770A48A402C63BD011DA2 , 0x0190DAA2B093732CA24610556E3CACD7 , 0x0190DAA2B0B07397B4A01BFF7D7172E5 , 0x0190DAA2B0CC7045B659457BC2210B74 , 0x0190DAA2B1777006A20BE5E93E9D55BD , 0x0190DAA2B54C72AEB90EEB67863F3821 , 0x0190DAA2B57470F6820E952774E5F031 , 0x0190DAA2B59071F6843E31328484FDFB , 0x0190DAA2B5AD7356B3E1083AAF25CCD8 , 0x0190DAA2B5C9739CBED21354CBE1AA17 , 0x0190DAA2B5E671839EF5BEAAC821B6A2 , 0x0190DAA2B60A72E19A3EC4C2904E98A5 , 0x0190DAA2B6277246B369A954A84F244A , 0x0190DAA2B6447172B6647E5F6431DF7C , 0x0190DAA2B66073C78EAA9D714E432A09 , 0x0190DAA2B67D706AB85BA72759A4EDAB , 0x0190DAA2B69A73F78948DA2EAFC6F434 , 0x0190DAA2B6B77213AC706F0A09BD11CA , 0x0190DAA2B6D37381AEA3DE1376D1ABD7 , 0x0190DAA2B6F07192AB50FA85E0639012 , 0x0190DAA2B70D704FA59D9557046DCAE4 , 0x0190DAA2B72A7329A309E529B7749B20 , 0x0190DAA2B74673738B13E89C62E97696 , 0x0190DAA2B763700FB278A2CC5CBA9E71 , 0x0190DAA2B78070379A5C2D7243BB85CF , 0x0190DAA2B79D70528F5E3FAA0D17922E , 0x0190DAA2B7BA702891195EEEDC8859E0 , 0x0190DAA2B7D671B1B7AA9AB6C7BCF9F3 , 0x0190DAA2B7F370F0B23808A2CBF9FD13 , 0x0190DAA2B81071B9A046635F7A873C41 , 0x0190DAA2B82D72CCA7B0EA69A8868910 , 0x0190DAA2B84A7041BFD46F23D0A57E6F , 0x0190DAA2B867702AAA7BD1D9E1D6D4D9 , 0x0190DAA2B88373EF80255FC80E8B9717 , 0x0190DAA2B8A072249F82A3644AF5B309 , 0x0190DAA2B8BD72A1B823CC083A9EC9C2 , 0x0190DAA2B8DA736AAA54047A9AFED170 , 0x0190DAA2B8F77272A564F5B4FFB80252 , 0x0190DAA2B913707AAF1328F271F43FA3 , 0x0190DAA2B930737AB6A96EB7E8F81951 , 0x0190DAA2B94D7220B3AB7C08FED082BC , 0x0190DAA2B96A705E8AD2AAE2964A3448 , 0x0190DAA2B986703A86A39B8E7A553F63 , 0x0190DAA2BC3C73C6AADBB4AB213D4658 , 0x0190DAA2BC70704CBBE1F53056520F3C , 0x0190DAA2BC9871D7B1B5B924D65D4D5A , 0x0190DAA2BCB471648F5E3259D15326C6 , 0x0190DAA2BCD7722EBBF28793E7AD1AE8 , 0x0190DAA2BCF47202A7EC190D8A58E5C0 , 0x0190DAA2BD1773B5AC8C6A94C2040B2A , 0x0190DAA2BD3372DCBE84F0EF1DD6616F , 0x0190DAA2BD5673A2BEE4E597E861053C , 0x0190DAA2BD7373D3A315CE339983E01B , 0x0190DAA2BD96720D9FF3F95430285E2F , 0x0190DAA2BDB3726BB73E0B618DA76AC3 , 0x0190DAA2BDD670368ACB96CA6E73949F , 0x0190DAA2BDF272FABDCBE908601F2D9B , 0x0190DAA2BE157261986AFF0DF9DBAF6A , 0x0190DAA2BE32720188BA60C163E7A382 , 0x0190DAA2BE55724EA5A88AB4DA130019 , 0x0190DAA2BE7273DFB2A499E44F105A3A , 0x0190DAA2BE9571F485E901E3D58A530C , 0x0190DAA2BEB17137899AF1CBA32461D6 , 0x0190DAA2BED473F19034A74B27FD0F02 , 0x0190DAA2BEF1735A81F469423D45E307 , 0x0190DAA2BF14729AA52CCB6AC2BD6B08 , 0x0190DAA2BF31714CB1355A9DB67DD489 , 0x0190DAA2BF5472AAB686610AD30A0A5D , 0x0190DAA2BF7073AD883EBA6A757542A1 , 0x0190DAA2BF947219A850B78514F4AECC , 0x0190DAA2BFB07009954CFDB4E903C623 , 0x0190DAA2BFD370E98E433C04B0817497 , 0x0190DAA2BFF0736F858770BE5C0C4FC8 , 0x0190DAA2C01370669F05844314B2C4D9 , 0x0190DAA2C0307047A8304FD1EAD15EBC , 0x0190DAA2C05372EEB661AD85520FC706 , 0x0190DAA2C06F705F982D996C892C3AF7 , 0x0190DAA2C092725AB7819A9BBC6BE642 , 0x0190DAA2C0AF72E299830656C654D7C2 , 0x0190DAA2C0D272A79B87AEA81C4C59C1 , 0x0190DAA2C0EF73D29858854E5C090C2A , 0x0190DAA2C1CE71998EAAF54CAFB108C2 , 0x0190DAA2C1FB716392F41D3E4881EAF2 , 0x0190DAA2C21D70C795F2217BFC4EBC59 , 0x0190DAA2C23D70CE8A11146561136162 , 0x0190DAA2C25F7225A35D1DEA583968EB , 0x0190DAA2C27D721CB6A8F20C52746081 , 0x0190DAA2C29B722598B859ED16EC5AAF , 0x0190DAA2C2BD711EBC4E758F79F6A05E , 0x0190DAA2C2DB7128BFB10EDC57A0262E , 0x0190DAA2C2FF72E3A366E235B3908991 , 0x0190DAA2C3CC70FEB5F75EC42970C05A , 0x0190DAA2C48973EBAE615DB98D311BED , 0x0190DAA2E11373FA9A91D8BDED3C5136 , 0x0190DAA2E1C271FEA443C782E07E65E5 , 0x0190DAA2E2AF7002A1EE64750EC5CB3F , 0x0190DAA2E39573188D1EADDF42C4272F , 0x0190DAA2E46573F496E81E0C9A113435 , 0x0190DAA2E5427018B1C61AC9AA225860 , 0x0190DAA2E60D7106AFF0162C79DE6DC6 , 0x0190DAA2E6E072B9B45D6CC18C400C3B , 0x0190DAA2E7BF707C8B524C79E9324434 , 0x0190DAA2E89170EA8B57F17E38736261 , 0x0190DAA2E9557073B97DB14C54C86410 , 0x0190DAA2E98470FDBF63E9BCA208BFBE , 0x0190DAA2EA5A71E6BE60DB91F08E2B82 , 0x0190DAA2EB7A70AF943903BC948C741B , 0x0190DAA2EC89725687FD9F75D05F5B63 , 0x0190DAA2EDA0730D974D33AED3C28A84 , 0x0190DAA2EE8C72A3813797D3FA22BF31 , 0x0190DAA2EEBD7379BFE5B67D8F0CD23D , 0x0190DAA2EEE67305BF9898473DFD6BF0 , 0x0190DAA2EF9C7017BBE2142DB789A9D4 , 0x0190DAA2EFCB7320AD36645E780EF68D , 0x0190DAA2EFEE72F9B5D98A9D7D00CCAD , 0x0190DAA2F00B72D2B6F6A476A0075763 , 0x0190DAA2F0DB7194A716647F91BCC064 , 0x0190DAA2F10B71CCB949961FE8C78937 , 0x0190DAA2F134707EADA826273DF4124C , 0x0190DAA2F7FB7348BBFBDC1B12338A6D , 0x0190DAA2F82D73C2A7442CD6BF778931 , 0x0190DAA2F85471D88D6633A6FA717B05 , 0x0190DAA2F87071568F1389F2DEB1B268 , 0x0190DAA2F890715CA4BA143CC41653BB , 0x0190DAA2F8AD7296911E88A95B47CCED , 0x0190DAA2F8CC70CE8819FE7DB5C9DBB5 , 0x0190DAA2F8E973D195F7BA026329F7F5 , 0x0190DAA2F90B7168980914D7CCFF73F1 , 0x0190DAA2F92771E4984C594DE5D2EB77 , 0x0190DAA2F94871648ADD01911F135EA0 , 0x0190DAA2F964732FB256E9ADEF84FB2C , 0x0190DAA2F9857046B3067E21F57BBA44 , 0x0190DAA2F9A2700B8E0E0984EED6B9B2 , 0x0190DAA2F9C3736192C6DCC29E478DFA , 0x0190DAA2F9E0701092C263214618A83E , 0x0190DAA2FA01710BAD24DB4DBB97273F , 0x0190DAA2FA1D720182977BA5A333EEB4 , 0x0190DAA2FA3E7191904BF100F0D2B328 , 0x0190DAA2FA5B71C78184F08AEC2D7A86 , 0x0190DAA2FA7A7205A0FF64E819FF1880 , 0x0190DAA2FB5F718886EEA0224490D4D0 , 0x0190DAA2FB8E72ECBD71E43D0055765F , 0x0190DAA2FBD472BDBE0F84980B606D59 , 0x0190DAA2FE1E73D6B7230973A1B8FBA0 , 0x0190DAA2FE4B731D94DC2DB94BC5FC4C , 0x0190DAA2FE7173A3AECC82FA27B0B1AF , 0x0190DAA2FF42708B9D7E1C0DFB810E84 , 0x0190DAA2FF6C73C69CB42BAB8A5AF94E , 0x0190DAA2FF8D72E28982C3776C55E4C8 , 0x0190DAA2FFAA718FAB242771651CBA71 , 0x0190DAA2FFC97268B1B779DAC57308F2 , 0x0190DAA2FFE670AFBFF5A900006E82CB , 0x0190DAA3000373D0896F7BFC8854BD80 , 0x0190DAA30023723C9DED2661BB1E6A2A , 0x0190DAA3003F721BA9F638A95138F99C , 0x0190DAA3005F73548F4673325C5AFC98 , 0x0190DAA3007C7002B8334FA3F2AAB581 , 0x0190DAA300987323A05B85EA3F756803 , 0x0190DAA300B5701581DD7BC42FDC9FBF , 0x0190DAA300D17289B4440D48DE2568EC , 0x0190DAA300EE724EA5EF62F422949D97 , 0x0190DAA3010A71FCB732F7049BDE3AFF , 0x0190DAA30127700D863CDD654D539786 , 0x0190DAA30143707F8B14CCA81015620B , 0x0190DAA30160736C92463C40144581A7 , 0x0190DAA3017C724B8A2DB7FEDB8E2D42 , 0x0190DAA30244723FB65EE71BE4779BD3 , 0x0190DAA3031273E9941F07D163B2819D , 0x0190DAA304BB71A89E879C1902AAA5B6 , 0x0190DAA304E5706C84DC9EE24245CF8E , 0x0190DAA3050672B4BAE5EC6474351F36 , 0x0190DAA305D37131822ED4BE7E4B344E , 0x0190DAA305FD70D5AC674BFBE6BD088D , 0x0190DAA3061E72F79279709BC77EEBFE , 0x0190DAA3063B72588B9EC5459172CFCC , 0x0190DAA3073273718D895676A03383EA , 0x0190DAA3075F708BA69D84AB7393E35C , 0x0190DAA3078372E0BD02C9F545C7C39B , 0x0190DAA307A073568B9C24F65B7E6E92 , 0x0190DAA307BD7297888C4A5E76F18462 , 0x0190DAA307DA711185B792D6B5B0C2E7 , 0x0190DAA307F77338978B2A48E1BAD73A , 0x0190DAA308147225AF42127753A7F182 , 0x0190DAA32447721CA4D01F72EAD0B3A7 , 0x0190DAA3246F7310BCD00A8546D3F6E1 , 0x0190DAA3249372D6880BA83C2D3DFC3E , 0x0190DAA3258770B68FEED9E2DF92B495 , 0x0190DAA3265A726090B6085D664BE79A , 0x0190DAA3272071F4BF35668F06C836E5 , 0x0190DAA3274F72A4B15990A9F81A0595 , 0x0190DAA327737140A92DD1B6EF24DADD , 0x0190DAA32790722A9965134CE82C74A2 , 0x0190DAA327AD723A8E10C7C3B6D0A022 , 0x0190DAA3287072C98FD2902ADAFA78EF , 0x0190DAA32898707E8B39B063D91C0B2D , 0x0190DAA328B571B4A0AAF0575F9F5C5C , 0x0190DAA328D2709CAAE89BACF2F0A249 , 0x0190DAA328F073B1BE2F29CCB7922914 , 0x0190DAA3290D71B1A124A90F9DCFF4F5 , 0x0190DAA3292A702E81D7AC2F1E2D984F , 0x0190DAA3294770EDACFF0623427D4E91 , 0x0190DAA32965705D9D67A8EC8EB1FFD8 , 0x0190DAA3298272418B45A3F48A497F49 , 0x0190DAA32A4D7370BD52BCE6991DB6AA , 0x0190DAA32A787342916193CC607D36EC , 0x0190DAA32A9B70E09B469C887B0A2FDE , 0x0190DAA32AB872BB97398EE188C55BA8 , 0x0190DAA32AD5711F9F48A89AA57CDF20 , 0x0190DAA3304D7083B9AFB1DC882173A9 , 0x0190DAA3312A72EDADD596FD31252E52 , 0x0190DAA331DD72B89192078D11690385 , 0x0190DAA332CB73B6B88C715C9DCD2860 , 0x0190DAA332F770D3ABB370F9621D9392 , 0x0190DAA33319719A93AB086C3BFE3766 , 0x0190DAA3333671EB8E9A035A0A28A32E , 0x0190DAA3335872A8825E71B4310C6FA2 , 0x0190DAA33375736AAEA66C5A85C900FF , 0x0190DAA3339672C1A93E1909183C6B4A , 0x0190DAA333B371AB94E2EFAC3B3C5D0A , 0x0190DAA333D370A3845B5922C7F815D9 , 0x0190DAA333F0727D9CA90C40B220C300 , 0x0190DAA3341373D4B4257D4DD5A984F7 , 0x0190DAA3343073C0A7B82BFDA4488C61 , 0x0190DAA33453733B9DA088871D7BB306 , 0x0190DAA3350E724DBAED4F0E10690367 , 0x0190DAA3353870FEBF20606F53D01757 , 0x0190DAA335F27022B0C883016D929EED , 0x0190DAA336E27128B42A8CC5BB1F0B1E , 0x0190DAA3370B70FDB8231A47B37F671A , 0x0190DAA33732739AA49C1B32287D50D6 , 0x0190DAA337517291A1772505218B867B , 0x0190DAA3377570058FCA0BFC07E363DA , 0x0190DAA33793708FBA954BD6743E3368 , 0x0190DAA3387A73E188BC2F2194834FC5 , 0x0190DAA338A4739B93755405C272307C , 0x0190DAA338CB708DA618FEE142E8E4D5 , 0x0190DAA338E87141B261332E60277F59 , 0x0190DAA3390972A0AA7D4C5B5C676779 , 0x0190DAA3392672AEBAF3D3B4035517C2 , 0x0190DAA3394971A4B659F9C40C4521EF , 0x0190DAA3396771D9867D82AA4CF31544 , 0x0190DAA339877156BFA385603E85A4A8 , 0x0190DAA339A473469FE76091F2944A49 , 0x0190DAA339C6700786F64F4B093222E4 , 0x0190DAA339E373C692E93200794E8078 , 0x0190DAA33A0671BFBEF25D55E982B38E , 0x0190DAA33A23728FA1268DA8AEF6746A , 0x0190DAA33B1472F190B540FCB69CED0C , 0x0190DAA33B4070268767A56DA030A10E , 0x0190DAA33B6B70C18885B7CD52F3B5EA , 0x0190DAA33B8873B09D55724009163C1E , 0x0190DAA33BA67230BC279BA57FE8C3B8 , 0x0190DAA33C787009A11960B0BD18BD1A , 0x0190DAA33CA171928BB22809809E7D03 , 0x0190DAA33CC270C28AD39458B156A155 , 0x0190DAA33CDF71F8BBC8F59387C9AA6F , 0x0190DAA33CFC71939A9FE69D03762914 , 0x0190DAA33D1A709BBEA1D0CD38FC4B30 , 0x0190DAA33DF373DDB631ED20A021639B , 0x0190DAA33E1D7312B28ED74BF9423791 , 0x0190DAA33E3E7101A60EE1D2B01F7E9D , 0x0190DAA33E5B7074826C832CF0EB4F25 , 0x0190DAA33E78737BBDCACCC782ECF8CC , 0x0190DAA33E9571E098B8EE95269A2DD7 , 0x0190DAA33EB2713C9031E9CC58E3CC17 , 0x0190DAA340B171ADAF56A1C412D072FB , 0x0190DAA340DC71B482264B20B87F291B , 0x0190DAA340F970A1A4620D7252FF7D79 , 0x0190DAA3411670D5A963ED87A177B27B , 0x0190DAA341337093B675293E63EC7725 , 0x0190DAA34150701F9A8823B9EBEB0328 , 0x0190DAA3416D72AE82F209B284C53A59 , 0x0190DAA3418A725896F253AB11F29240 , 0x0190DAA341A872A1BA147FD1E4C2676C , 0x01936289962F72D2A1BF614A4AE0771F , 0x0193628D06E5731981AEC9D4B67C3785 , 0x0193628D07317107B41C1112B9799A7D , 0x0193628D077E702B8946D5A1D404877A , 0x0193628D09CD739B920ECF92E400FAFA , 0x0193628D0A1971CCA567E1233B27AB54 , 0x0193628D0A667148A248677F046FF50F , 0x0193628D0AB3736FBD682B6CD10F67EE , 0x0193628D0B0170D68A7195577A037667 , 0x0193628D0B4F739091CC036C0F15E8B9 , 0x0193628D113B733F9824D04A4AF29568 , 0x0193628D118D703C91DC47E40AA434BD , 0x0193628D11E071259035E67880B772A9 , 0x0193628D1230709481988AFE22A0A238 , 0x0193628D127E71D4BBB016BFA729AE83 , 0x0193628D12CA720584650BCD4B551BCB , 0x0193628D131D70C3971ABD6005D40DD1 , 0x0193628D136A71A3BA75EB9952BF4025 , 0x0193628D13B67183AA27FA2DA1773974 , 0x0193628D14077010A38806ABF342326C , 0x0193628D145A7028969C17F544ED0B1C , 0x0193628D14AA734A9C7C1483D4993511 , 0x0193628D14F873A1B08D40F592988144 , 0x0193628D154873868C1D90F503235DFA , 0x0193628D159A71948C90EA0E1AA73610 , 0x0193628D15E671CD82529876285FA965 , 0x0193628D1637714EA7631899D2EFE654 , 0x0193628D168A73C1B2D3C538BD20D712 , 0x0193628D16D672E9A0CA0F5D4215A0E9 , 0x0193628D1AE2722F9878097E896B1E9E , 0x0193628D1B2F72D6A6E57AEBEC712F03 , 0x0193628D1E18705A934A7C344A63287D , 0x0193628D1E6571CB960C06B03B61D84F , 0x0193628D200B70D386279B788D2E4AC9 , 0x0193628D205873B7A56772104DBC69AF , 0x0193628D25C87134A8187315F6893026 , 0x0193628D261E717DAF6377320BC7D5FB , 0x0193628D2D5173C78596424F155A1D58 , 0x0193628D2DA170598D5F74D2A02571FB , 0x0193628D302570558D43D22C7EBAC22E , 0x0193628D30777377B0EBE02DFE190E4D , 0x0193628D30CA7050BA6CBAAE6CA3D9B4 , 0x0193628D33F673DE9E604280A6BC004E , 0x0193628D35C27110BCAF648E1FFE0623 , 0x0193628D361273D184424DA4DC2BB077 , 0x0193628D365F72D0A5B3853565BBC32F , 0x0193628D376E7301A0523E068BB8CE6C , 0x0193628D37BD71F397448D2DFB073A5C , 0x0193628D380E7291BE31397A92E109BE , 0x0193628D3860707F94E662778F429A08 , 0x0193628D39FA70548A2CEB6BCB1A643E , 0x0193628D3A477287B76ACAC6AE753488 , 0x0193628D3A9371FDB9BB163CE5FD0051 , 0x0193628D3AE0707593F85531FFA92D31 , 0x0193628D3B2C707E84391C804966C480 , 0x0193628D3B7972628BCBEEC0C001F144 , 0x0193628D3BC571E0810E1F6415B0F0D3 , 0x0193628D3C1371938771F806A110C33D , 0x0193628D3C6172099C9A0A3B008E8E0A , 0x0193628D3CAF73FFB282FF6244EB5176 , 0x0193628D3CFC72D9A598DCCE51AE5F3F , 0x0193628D3D48726DABAA86642F06B56E , 0x0193628D3D95727E809453384ACDC5A4 , 0x0193628D3DE2722E88F72B0283780B9C , 0x0193628D5D7571238F240F09FE4DAF71 , 0x0193628D5DD2719FA546E836B6FC3A1A , 0x0193628D5E1E736FA4F4DC515244DFCF , 0x0193628D5E6B70049183B4C01A988645 , 0x0193628D5EB8721793B5003871DD6C2F , 0x0193628D5F0470B1A6B93D8FE73E1EE8 , 0x0193628D5F517310946B1DEF61697AA0 , 0x0193628D606B70C3A2DD321FC2213EDE , 0x0193628D616771918FF6EB76459EF833 , 0x0193628D61B473AEB4912798876D076C , 0x0193628D6202727D94296913ADB9F296 , 0x0193628D62507158970475FBE088A8D2 , 0x0193628D629C710FA6B87EB4E656C88D , 0x0193628D62E97310B325B8A2B19C8E95 , 0x0193628D633673698A608A0830EDE7D9 , 0x0193628D7DCE73FFAE51241F76CC1E1B , 0x0193628D7E69717E93CE31345EDB4D07 , 0x0193628D7F0A704BAE8DFD3077496229 , 0x0193628D7FAC71D894CEF7FDEA845405 , 0x0193628D81D871698C7DC7320FCF26E5 , 0x0193628D82BE7230AD4A74876B5416AC , 0x0193628D8358702DA3DDC963441FEF24 , 0x0193628D83A6728DB8D21BA4F10B3641 , 0x0193628D84427087843E6A57136CCC9E , 0x0193628EE19A701FABEA1BF46E6F447B , 0x0193628EE1E6711F9E4D34368B6BC9B0 , 0x0193628EE55073A18BCDD719F6A92B85 , 0x0193628EE59D7268BE0B762B5A7F2A5C , 0x0193628EE5E970EBA4F2412736702592 , 0x0193628EE63571EDB8AFD0E5A37CACDE , 0x0193628EE68271828B77BB3B40AF9FCF , 0x0193628EE6CF730BAE9E954BF4198AB7 , 0x0193628EE71E712E8225AA36E68DCC71 , 0x0193628EE76B73DFAD6AC308D98C8AF8 , 0x0193628EE7B770CC9F2B4CB3BDD2DA37 , 0x0193628EE803707897808CF7EA961B61 , 0x0193628EE84F70FAB0A6AF17DD395033 , 0x0193628EE89B7278980F0EB919280FC9 , 0x0193628EE8E77083849DADA7AAF180B6 , 0x0193628EE933704181CDC78A814C33DA , 0x0193628EEF1371AE854C0ECB28472FAB , 0x0193628EEF7E73629FF0E6D7CCB0DAB3 , 0x0193628EEFCA73EA9AD61C162A580DEC , 0x0193628EF0177328ABA4D5E7F8A5D2C1 , 0x0193628EF0637367800398F4113D1423 , 0x0193628EF0B073EA8872C26548606E87 , 0x0193628EF0FC7225A30A0DC90ADB0B66 , 0x0193628EF14A72FF903E0CA66F0965BE , 0x0193628EF198712F81207E7346792DBB , 0x0193628EF1E6721AB7FF2A50F5DA449C , 0x0193628EF23471CEA17E3E18054AC104 , 0x0193628EF28071EC92E18253188056E6 , 0x0193628EF2CC73959C6B52AF4B4E8138 , 0x0193628EF3197029B687DB1FF13F3BC0 , 0x0193628EF36671D283E2027DDD7CFFD3 , 0x0193628EF3B37236A3655DB2064361AF , 0x0193628EF3FF70C392D8A217ADA7D09F , 0x0193628EF44B7361A210CF43013323F0 , 0x0193628EF5EE721FB0F630EE11BA28D4 , 0x0193628EF63B70AF986560214C365080 , 0x0193628EF82E71ED8CD253E3FA3B306C , 0x0193628EF87A73F688DF75D98164EE51 , 0x0193628EF8C672EA993E80E2C6291666 , 0x0193628EF913733E9553E52AAEF18473 , 0x0193628EF95F72F1B06257DAF961CC5A , 0x0193628EF9AC702E8801266991FF087C , 0x0193628EF9F8727E956909A799B055CF , 0x0193628EFA4471358C2D4765B37D9CF1 , 0x0193628EFA907363BE8BCE32971431B0 , 0x0193628EFADC7083B32C3DB600E88189 , 0x0193628EFB2870C2A5CE99F65ABE42A7 , 0x0193628EFB7573C890610C876D487EFB , 0x0193628EFBC272BAA103B83DD3BF0713 , 0x0193628EFC1070ED9D24B160A41CECB5 , 0x0193628EFC5E72BDAE507D93FEE2B81D , 0x0193628EFCAA72E19166091EE9C10551 , 0x0193628EFCF47111B5F41C72F866952D , 0x0193628EFD3F7045A9CB8D316262BC37 , 0x0193628EFD8A70D0A0CF061F485C3129 , 0x0193628EFDD57204AEA57C0D5C4730C6 , 0x0193628EFE2071FE840E9D3D28EF99E5 , 0x0193628EFE6B73AF81B5E29E7AAD60F7 , 0x0193628EFEB670BEBD657639DD3E675E , 0x0193628F049572D684FF97F1DE724190 , 0x0193628F04EC70E4BF32BF88F4323ABF , 0x0193628F053F73C1ABEEE3915C4C85F6 , 0x0193628F059073D3A4B4B1A8C67EB8AB , 0x0193628F05E370BA8E6EFEE366E17DEC , 0x0193628F063670E6BFE4F1EA16B1F926 , 0x0193628F068972B3844942DBB58695C3 , 0x0193628F06DB7299962A92C345EBE756 , 0x0193628F072D73688E5589D815559A6A , 0x0193628F355973098B433DD3F22A0EE4 , 0x0193628F35A4717E885E67CFF0A9E6F1 , 0x0193628F35F071F0B3D9D7BC5FF06301 , 0x0193628F363D707CA790A3AD069E4197 , 0x0193628F368A705C9B1238B7E6C55499 , 0x0193628F36D970059EEF0CB869D30081 , 0x0193628F37257344A4C092AFD622BEDB , 0x0193628F3772730C93026DED68905299 , 0x0193628F3888706B869B3B4A4AEEE024 , 0x0193628F38D5734683789B1015B1D290 , 0x0193628F3921712192F539B5DC1C82C1 , 0x0193628F396D71C5AF87D0C269812654 , 0x0193628F39B8728795309A8A811F2C87 , 0x0193628F3A04724E83F36BA1CA4C1BFC , 0x0193628F3FCF708C876477A17C0925C0 , 0x0193628F4023726B91121F8CC35BAB66 , 0x0193628F457672EFA0EDC91EE837F5EF , 0x0193628F4D367060A8A8FF9BBB226F0E , 0x0193628F4ECE7282BE251D2FEBE2929E , 0x0193628F51607055BB6BA65BCE401B06 , 0x0193628F58B870FEA44CB7C699C8DE52 , 0x0193628F590A72AB890147DDF88DB05A , 0x0193628F5D3572A18D2A41B0DBF824FB , 0x0193628F5D82713FA477899893183C10 , 0x0193628F5DCE70238D334785D3022CA0 , 0x0193628F601672E98AFDCAEBF9F71089 , 0x0193628F681A7386BA2E08BC73BB0E2B , 0x0193628F686771A7961610F92E1181BE , 0x0193628F8E9770C2AB82BF5BED84A5C1 , 0x0193628F8F3273288AC0F1172B25829D , 0x0193628F8F7F71A0AC318818E433C1CE , 0x0193628F8FCC7385B643CFD694E966DA , 0x0193628F9018728BA61569D440FBDD33 , 0x0193628F906672A1853FED678E79EDD3 , 0x0193628F90B471338802CD5CF15EEB59 , 0x0193628F910473E1AB361AD9FCCE2634 , 0x0193628F915370A9BDA652F7CD9B896D , 0x0193628F9F43726A81E4F701D4B6079A , 0x0193628FB23672B9B62BECE57F36FE47 , 0x0193628FB581732788E826523F925A82 , 0x0193628FE43572F78F9C84957B67B760 , 0x0193628FE48270C2804F877F7A5E9915 , 0x0193628FE4CD73C6A9E7B528EF8C8616 , 0x0193628FE5197108B2477E4E5D968F2E , 0x0193628FE56673F69B21D152DE0F5AA4 , 0x0193628FE5B2729883E2F23FAA9A2D0C , 0x0193628FECFF7172ABAB307DBE790858 , 0x0193628FED54733DA09823BE9E7EDD4F , 0x0193628FEDA271198CABCF6008B9CCD0 , 0x0193628FEDEE73908021578E1D3C5C39 , 0x0193628FEE3A734CBFC8CD2BD40C688C , 0x0193628FEE8772928D5790F244F07A5C , 0x01936295D77C7036B4C06A20A84CFEF6 , 0x01936295D7CA70F28C1C42081D169603 )) 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 É┌ê\x11 GsóÉ\x0E $\v µ²pÒ "
b"\x01 É┌ê\x11 ]pæØ_úÿ┼\e ╚\r "
b"\x01 É┌ê\x11 tr®êê3øñ░┬o "
b"\x01 É┌ê\x11 ïr"ÿ°ê╬BJ_Ñ "
b"\x01 É┌ê\x11 ƒpÄÁ┴\x01 ¢\x0E ─ß[ "
b"\x01 É┌ê)òp1ƒƒºO┤4Ô "
b"\x01 É┌ê)úr╔©â‗H¾Èöè "
b"\x01 É┌ê)▓rXéÊ·ç%Ç\x11\x0E "
b"\x01 É┌ê+XrKìÚ┌$\x14 d×\x1D "
b"\x01 É┌ê+nqÂ┐ëÁÂdq╬\e "
b"\x01 É┌ê+àrÍ║Ê?Î[ѽM "
b"\x01 É┌ê+£qoÅ\v ╣\x01 ·¨▓B "
b"\x01 É┌ê+▒q^è\x05 Õ÷ª¶E[ "
b"\x01 É┌ê+ãsòí\x01 Ð█Çn\t │ "
b"\x01 É┌ê+┘q<úv╝+á*ãl "
b"\x01 É┌ê+ýpìÁ®┐×VóRj "
b"\x01 É┌ê+·rP┤\x1F ┴ìÛÌìÎ "
b"\x01 É┌ê,\r rY¥¤░]'╚Í= "
b"\x01 É┌ê,Íp'Ü6|âM}×Ï "
b"\x01 É┌ê,ÝqTö©+ôƒêì^ "
b"\x01 É┌ê-\x03 shÑÈþGá¦Ö\x08 "
b"""
\x01 É┌ê-\e r\n
äÅÅÎ\x1F r*Ü
"""
b"\x01 É┌ê-1r{ÖÞëk$\x19 ¯╬ "
b"\x01 É┌ê-FpâÅbÛ┼ãC╣¹ "
b"""
\x01 É┌ê-Yp\n
ò\x18 1\x1A ]_2Â
"""
b"\x01 É┌ê.\e s│«!Þá¥_i¯ "
b"\x01 É┌ê.2q§ÿ╩\t\x17 L;¥f "
b"\x01 É┌ê.Hq¼0M\x13 ;R½È "
b"\x01 É┌ê.^s7é3è°°¾Þ¯ "
b"\x01 É┌ê.qq▄ñìðÓVà■h "
b"\x01 É┌ê.çpAƦX\r \x01 ,Y┤ "
b"\x01 É┌ê.øsnëG8Óäia‗ "
b"\x01 É┌ê.«r¨ª\x13 jÉÈÂ╦_ "
b"\x01 É┌ê.─pêÅD©│ú]Ñı "
b"\x01 É┌î¸║qü»r▒O¥¹ÓÕ "
b"\x01 É┌î°}q¬ê«ÆDù]q· "
b"\x01 É┌ƒÔFr}ç÷┌jÌ\x05 ╬V "
b"\x01 É┌ƒÒ7q~░├ÈY░\f ò▓ "
b"\x01 É┌í<ÓqÜør!▀ÙÛÈM "
b"\x01 É┌í>^pÂÿÀ·ÿ┤\x06 ÛE "
b"\x01 É┌í>årJô'o ─úA2 "
b"\x01 É┌í?Ys\e ÉÆçva\x01 ¢Î "
b"\x01 É┌í?âp´Æ3\x02 3@í\f z "
b"\x01 É┌í@\pož╔Ûµ▄O└ "
b"\x01 É┌íP½s\r ûùï*¸výÍ "
b"\x01 É┌íQƒrPæ░l_ÅÍ\t H "
b"\x01 É┌íSßq¡╗A├¿ÏüP "
b"\x01 É┌íTßr├É8¼ö4põ "
b"\x01 É┌íU\v pëì\x0F ?f╬╗&A "
b"\x01 É┌íWÛq]Øí0Qÿï7Þ "
b"\x01 É┌íXÑs\x00 ë╗°Âî╦l÷ "
b"\x01 É┌íYoq\x02 ¥á\x0F\x18 x@Ä" "
b"\x01 É┌íZHs¾Àý█·æ+2═ "
b"\x01 É┌í]\x14 p¦¢ºæÖ7],6 "
b"\x01 É┌í]´s°ó\x08 \r §Ò\r Ié "
b"\x01 É┌í^ßqªàn¶└\x7F ÙÝ "
b"\x01 É┌í_┐ryÑ-└ö®:‗= "
b"\x01 É┌ía\x19 rMûO1\x04\x02 Ó5ò "
b"\x01 É┌íbiqG¡'\x17 ¯@íèæ "
b"\x01 É┌ícss¿ñÈ¿NOÅ. "
b"\x01 É┌íh(reÂþº\x03\v ÑÇZ "
b"\x01 É┌íi¡p═¬²║ì\x1A Kx± "
b"""
\x01 É┌íjmq;┤¸\n
\x7F òá ┬
"""
b"\x01 É┌íkVqÓ╣╔\x05 ▓ZtLè "
b"\x01 É┌íl#rd╣\x10 ~Ð\t jßx "
b"\x01 É┌ímÅp&áE2ÅãWıò "
b"\x01 É┌íp`skó╦(ƒ\x10 ²n` "
b"""
\x01 É┌íq\x1A p\n
ü└¾~ïÔ\x13 ;
"""
b"\x01 É┌íqCqýÜ\x1A Z*Vó9h "
b"\x01 É┌íqdrw¿Ç²/Žá┼ "
b"\x01 É┌ír▒syñ\¾«²<U└ "
b"\x01 É┌ír█r\x0F Éñ§Üt[│├ "
b"\x01 É┌ís®sXë¦Þ░>ñ>\x03 "
b"\x01 É┌ísËr╣¼ı\e Äd\x1F ¤í "
b"\x01 É┌ís¯p╣í?\x02 ╔û@┬ã "
b"\x01 É┌ív³r¹╣wgÌ<=R\x11 "
b"""
\x01 É┌íw¯q\n
Ü\x1C\x16 ▓C╣\x12 ═
"""
b"\x01 É┌íx\x18 pÀÿOCª}╔x\x1F "
b"\x01 É┌íx§pøæc8º,\x08 ãé "
b"\x01 É┌íy\x1F r─æº╦*▀\x11 Xg "
b"\x01 É┌í×\x15 p°ùÿ,│xf¬Ü "
b"\x01 É┌í×?r╬ÉL\x0E úÄöL\t "
b"\x01 É┌íƒêsý░└\x11 Ü├▓\x1C "
b"\x01 É┌íƒ│qóåôïác\x0F ╝q "
b"\x01 É┌íƒÍrí┐µ╚7\x1F Þý© "
b"""
\x01 É┌탾püó1\n
Ú└─ã]
"""
b"\x01 É┌íá\x0F p.ço½?Ó·O$ "
b"\x01 É┌íá+qçæ0z]^¶ ê "
b"\x01 É┌íáHs\x12 ®■)\x0E 7ßS¸ "
b"\x01 É┌ííærAº╣O?\x1A ╦tz "
b"\x01 É┌íí╗rk®\x1D %*Jy▄╣ "
b"\x01 É┌íí▄pù╣\x18 Ä×bî£í "
b"\x01 É┌íí¨s¨ÂB|░ks·ç "
b"\x01 É┌íó\x16 r¿╝ÒçRøO<\x05 "
b"\x01 É┌íó3q»ö┘tRvø¦8 "
b"\x01 É┌íóÚr▀É©C0¿¤ë "
b"\x01 É┌íú\x12 p■ÁÁ┐\x03 G4q\x08 "
b"\x01 É┌íú4s\x10 êï5\x19 yQFì "
b"\x01 É┌íúPr§ƒ^Dúàmµ¯ "
b"\x01 É┌íúlsEô ýÚ\x7F 67C "
b"\x01 É┌íúësSا´'ì©iA "
b"\x01 É┌íñ?qЩtOr&\t ³( "
b"\x01 É┌íñhrb¼ÑÿíHðh/ "
b"\x01 É┌íñèr4èn┐»Û ═¸ "
b"\x01 É┌íñªstä|ÞÄ■û ║ "
b"""
\x01 É┌íñ┬s├Âñ┴\n
Kÿ¡\x19
"""
b"\x01 É┌íñÌs-╣~è´o~qI "
b"\x01 É┌íÑìsz«×{/k■t "
b"\x01 É┌íÑ┤rô¡[xçXÆ2 "
b"\x01 É┌íÑÍpÚîn\x08 ¯ö─Óô "
b"\x01 É┌íÑ‗rTºéé¨\x11\x15 X▄ "
b"\x01 É┌íª\x0E p,Â╣&zYM¿4 "
b"\x01 É┌íª+pí¥X \v ò┐$Ù "
b"\x01 É┌íªIrÉ«\x04 │°_˸p "
b"\x01 É┌íªgs1å╦j┐çÔ┼) "
b"\x01 É┌íª°r┴ñôdFþR\x11 ┐ "
b"\x01 É┌íº!p|¥ª®tÎÞò: "
b"\x01 É┌íºAr‗ú£ý©ïþÊX "
b"\x01 É┌íº]qÓÿ8ñÊò┤╗\x1E "
b"\x01 É┌íºxqâúv└´Xêƒ8 "
b"\x01 É┌íºòp¨ÅBqÅ`BA\x01 "
b"\x01 É┌íº│sÏÁ\x0F +{h┌d\x07 "
b"\x01 É┌íº¤r¹ñ▀┌Áí\x12 6% "
b"\x01 É┌íºÙr6ä\x12 ‗£ØZ\e ä "
b"\x01 É┌í¿Öq¦ä¬[XoýÍ\x05 "
b"\x01 É┌í®IqdÂiXÈ:úI} "
b"\x01 É┌í®sq╦¿\x1F Pz+\x1C ù° "
b"\x01 É┌í®òp3òP±%wsú4 "
b"\x01 É┌í®▒q═┤þZK«1r) "
b"\x01 É┌í®╬rUÀ\x01 õ\x0E Á®m\x1E "
b"\x01 É┌í®ýs®ƒÚÞH/Zõ¡ "
b"\x01 É┌í½mp¡│¬\x05 3·i7® "
b"\x01 É┌í½ôs#╗G3\x1E S]ÿà "
b"""
\x01 É┌í½Ás┼øòƒ\n
§Ñ\x05 :
"""
b"\x01 É┌í¼\x7F q│è&åçZ÷\x07 X "
b"\x01 É┌í¡bp\f »╚Ä*¬kÝV "
b"\x01 É┌í¡ÆqoÅõö%Ó╚Ú┼ "
b"\x01 É┌í«õq:ê¾`ÈÙ/ø§ "
b"\x01 É┌í░EsË©F ݶrTö "
b"\x01 É┌í░lpIÆÞ\x14 á─┴k├ "
b"\x01 É┌í│xruêìð«(\x04 =Ù "
b"\x01 É┌í┤'r┤½®\t ¸Ö\x15 ┐í "
b"\x01 É┌í┤Ìr:▓╔Ý\x03 ┬9²║ "
b"\x01 É┌íÁ®paÂKB(o§f7 "
b"\x01 É┌íÂjqI®╔u■¨IC┌ "
b"\x01 É┌íÀ(s\x02 ¿\x05\x01 gf¶G└ "
b"\x01 É┌íÀÓs\r │Aû4±7û\x06 "
b"\x01 É┌í©ñs▀è\x17 å!\x02 │T\x16 "
b"\x01 É┌í╣Yq@ó▒ÖÙìç╩p "
b"\x01 É┌í║$sê╣Òz)Oüo« "
b"\x01 É┌í║Þs╬¢~\x06 Ä$Du╗ "
b"\x01 É┌í╗ØrÄì║2\x1E Ñw\t | "
b"\x01 É┌í╝Ur\x1A ºÉ■í¾Â®C "
b"\x01 É┌í¢\x10 s«Æ¤YýDjw\x08 "
b"\x01 É┌í¥ðr■Ü\x17 ╩ð┼B1v "
b"\x01 É┌í¥¹pzå═.ô0äÍ0 "
b"\x01 É┌í┐\x1E p\x04 ║D┴á¦6Ü "
b"\x01 É┌í┐Òr\x0E Åê\x0F ┼┴L\x7F q "
b"\x01 É┌í└ðq6¿P┘6¢Ã\È "
b"\x01 É┌í└¹rD£┌/±¦o\x1D Ü "
b"\x01 É┌í┴\x1E r¦òÂ\x18 )u.6 "
b"\x01 É┌í┴;sß¿┐mW¨Ë╣r "
b"\x01 É┌í┬\x00 p'ç═ôÀM╦Íu "
b"\x01 É┌í┬+q ÿ7\x02 j[hÑ\x1F "
b"\x01 É┌í┬¹p#┐▄ê\x08 ÙÝ^\x04 "
b"\x01 É┌í├▓r\v ñþW0Á¿:ñ "
b"\x01 É┌í├¦sÂùG╠\x05 Ñ!+\x0E "
b"\x01 É┌í─òp}¥\x1D ¯&Ææ*â "
b"\x01 É┌íã/pv¥6#Ô┬ÍÊ─ "
b"\x01 É┌íãZq7Å\x10 ÉÔÎÄNh "
b"\x01 É┌íã}rqôÏç┬ºô`1 "
b"\x01 É┌íãÜs\x12 »!!▄lÿ╗¡ "
b"\x01 É┌íãÂrÿ¬J2'└=\x03 ║ "
b"\x01 É┌íÃpp\x1C Ñ\x1E\x06 ‗\x13 ]\x13 : "
b"\x01 É┌íÔÄs\x15 ¿´├é╩░B½ "
b"\x01 É┌íÔ½r(âÿ¬®Ó│█\x16 "
b"\x01 É┌íÒ\x7F q{Ç¡9é±3w\x0F "
b"\x01 É┌íõ]p\©Â§╬0ÁðM "
b"\x01 É┌íÕSp|â└╚È\x1E\x00 %Ñ "
b"\x01 É┌íÕ\x7F qVªY│Rëï\x12 " "
b"\x01 É┌íµ\x1C rÂÿÂ\x08 Сòå■ "
b"\x01 É┌íµFr\x07 ª\|ÈîU\x00 " "
b"\x01 É┌íµaq\x1D ÇiƒÜ\x1D ·IS "
b"\x01 É┌íþ\r q×║·®░q/ç┌ "
b"\x01 É┌íþÙsf®▒xx£ ®¶ "
b"\x01 É┌íÞÚr`â×gx¦²I¸ "
b"\x01 É┌íÚ\x1F r\x1E áiÉÂR[\x07 ) "
b"\x01 É┌íÚIpC¡Á~ÎÜ<+ô "
b"\x01 É┌íÚqrº¢\x1E ç¬\x7F hr "
b"\x01 É┌íÚìs\x02 æë-\x01 Aú ¯ "
b"\x01 É┌íÚ¼ruü\t ÔCýçQÌ "
b"\x01 É┌íÚ╔qèªà:k╣üª¶ "
b"\x01 É┌íÚýsïùìÛÝ\x18 Iõý "
b"\x01 É┌íÛ\x08 q█»\x15 Z6À▀├\x01 "
b"\x01 É┌íÙ╠rI×Ç·°°\x1E iÀ "
b"\x01 É┌íÙ·q═▒ô┌┐¥\x07 ─ð "
b"\x01 É┌íý\x1E sÏò┴=/ø╝1² "
b"\x01 É┌íý@pQºþ\x1E Ã>\\x19 î "
b"\x01 É┌íý\rrø¬W\x0F ÌÕp\x1D "
b"\x01 É┌íý\x7F q■ñ└¬ºËî]É "
b"\x01 É┌íý£s\x07 òªá\x0E Ã\x10 1Ô "
b"\x01 É┌íý╗q\x04 É\x06 -\x1A H\x17\x10 Æ "
b"\x01 É┌íý█p├ÆÃ¹Ì`ãzÏ "
b"\x01 É┌íý¸q\x04 æ\t à¬w░\x7F ╬ "
b"\x01 É┌í‗"sÉ»¼´þÀep³ "
b"\x01 É┌í‗Rr$ä\x0F ¸\x0F :P^┌ "
b"\x01 É┌í‗upѽá\x04 ®tÈ!\r "
b"\x01 É┌í‗òskÁàúC«×┘¿ "
b"\x01 É┌í¾\s\x13 Ѧ¤®î°)▄ "
b"\x01 É┌í¾ìs│É╠\x0F É\t ~ñ┴ "
b"\x01 É┌í¾▒sRü▄┬Å åÝ© "
b"\x01 É┌í¾ðqÆüÄ═Ò═õ\x16 ý "
b"\x01 É┌í¾Ýq\v ú═ôï\x02 ¸\x15 Ø "
b"\x01 É┌í¶\f q4ºB\x10\v ╣fÜ┐ "
b"\x01 É┌í§┬r}©Ê!Ò!│Òý "
b"\x01 É┌í÷╣pYÜÌqýåÆÄ\x16 "
b"\x01 É┌í÷Òs9Æf┘yh\x00 õã "
b"\x01 É┌í¸\x04 rõó ╝ê\x1D ´É¼ "
b"\x01 É┌í¸!rSæh·\x13 çB\x18 à "
b"\x01 É┌í¸¨r×ùæ▀F\x15 O=\x1A "
b"\x01 É┌í°'s¢ÿD▒x\x13 Côy "
b"\x01 É┌í°Irƒ¥┘j\x10 Gw[Ï "
b"\x01 É┌í°fs╔Æ┴╝T├î¡═ "
b"\x01 É┌í°ép*│·\x1F Xê¹¹Ì "
b"\x01 É┌í°ƒsÔç>\v ¦´Í%§ "
b"\x01 É┌í¨¥qÝÉî\t Kw[i^ "
b"\x01 É┌í¨Þquå[\x00 ³@ÿL\x1C "
b"\x01 É┌í·\x04 sÜ║7±Òq\x12 m¾ "
b"\x01 É┌í· p▄▓Mâ5sq¬~ "
b"\x01 É┌í·=rãümÚð_d¤þ "
b"\x01 É┌í·YqÄÆ\x06\x1A I╦Ûéj "
b"\x01 É┌í·usx░yd]▄?H> "
b"\x01 É┌í·æp\x05 óÀ.jØ#(¼ "
b"\x01 É┌í·«s█½V|c+V,4 "
b"\x01 É┌í¹qr╗É$Ao]└dÌ "
b"\x01 É┌í¹Öp\x11 ┐·\x04 ]\x17 └1ë "
b"\x01 É┌í¹┐r\x1D ¬H\x08 §▀╣▓ "
b"\x01 É┌í¹ÌpIè\x7F Þe\x04 UÉq "
b"\x01 É┌í¹·slí½!Û¾ÿ▒J "
b"\x01 É┌í³\x19 qvùyѼë¸Ê0 "
b"""
\x01 É┌í³6p└º\x0F &\n
Xb\x1A <
"""
b"\x01 É┌í³SrãèyéÚbLvF "
b"\x01 É┌í²1sú¡ï╣s\r ¼ä "
b"\x01 É┌í■\f s\äQ╠Ùþ@I "
b"\x01 É┌í■:pYïv\v ¾5öVi "
b"\x01 É┌í■_pÌóMıô;y└╔ "
b"\x01 É┌í■~s\x05 ▓[╬\e {\x16 ▓╩ "
b"\x01 É┌í■øs!¥=▀\x12 Ko\x01 ( "
b"\x01 É┌í■Àq\x19 »┘>ï\x07\x03 QÎ "
b"\x01 É┌í■ırIí\x13 Ìy\x16 ÙV) "
b"\x01 É┌ó\x01 èqR¼\x12 umíàTk "
b"\x01 É┌ó\x01 ÀpÝ┤\x19 Ñë┼aX5 "
b"\x01 É┌ó\x01 ¦päÆ7\x1E ╣0¦¢t "
b"\x01 É┌ó\x01 ³qlø\x7F oUa╣E░ "
b"\x01 É┌ó\x02 Úsb│╚zÒ]╝ƒº "
b"\x01 É┌ó\x05 ╗s\x7F â=³è█)Ý├ "
b"\x01 É┌ó\x05 Ôr¯╣ý-£/\Me "
b"\x01 É┌ó\x06\x04 r*ùÌ9ì¤îEÚ "
b"\x01 É┌ó\x06 s\x04 ë°\x14 ╗¬\x1A ®5 "
b"\x01 É┌ó\x06 =rWéð\x1E ═¦u¸\v "
b"\x01 É┌ó\x06 Yqp½Áqâ╝\x1A y& "
b"\x01 É┌ó\x06 ur█ó¬¦rýÈ\x00 ´ "
b"\x01 É┌ó\x06 æs$í«\x19 ZÙ ╩¤ "
b"\x01 É┌ó\x06 «sPå╠·öï:Zÿ "
b"\x01 É┌ó\x06 ╩sgÀxy│■\Û} "
b"\x01 É┌ó\x06 µq■í%┤²fX\x02 a "
b"\x01 É┌ó\x07\x02 p▄½\x0E =Î Ú┐┘ "
b"\x01 É┌ó\x08\x1A s{│ô¬±ýõ¾\x18 "
b"\x01 É┌ó\x08 Dr°┤acÒ²╠\f Å "
b"\x01 É┌ó\x08 eq^ó┌▒¬ò?»Ý "
b"\x01 É┌ó#±r}ñ╬D½]Á\x0E\x05 "
b"\x01 É┌ó$╔sYàÃ14®ÃL╩ "
b"\x01 É┌ó%£r\x11 ó╣>@╔å+╔ "
b"\x01 É┌ó)½rÙÉlZ4a*\x05\x1A "
b"\x01 É┌ó-╝q]┐¿VÏíã\x11 6 "
b"\x01 É┌ó-µqõä)Ì£4[~Ð "
b"""
\x01 É┌ó.\n
s&úݬy_ì╦\x1C
"""
b"\x01 É┌ó.&rÎ╗*╝õÌ60] "
b"\x01 É┌ó.þrÜ¡:¯\x11 ╬íhH "
b"\x01 É┌ó/ñr4ñ¤\x05 ½ÕÓ█\x06 "
b"\x01 É┌ó/╦quä█Ø\x10 Ô\x13\x07 & "
b"\x01 É┌ó/Ýp─ƒËfê¢çQW "
b"\x01 É┌ó0\r pÿôq2ÜnØÅr "
b"\x01 É┌ó0-r+£#&«╦ä˾ "
b"\x01 É┌ó0NrnÁ?p_█L×( "
b"\x01 É┌ó0mp\x11 ¬\x17 _üß½*└ "
b"\x01 É┌ó0ìpWô ª\x1C 2& d "
b"\x01 É┌ó0¡q-╗■╠ß/\x07 >╦ "
b"\x01 É┌ó1år0Æ▀.rÏh*║ "
b"\x01 É┌ó1░r0®>[DÛ\x10 $, "
b"\x01 É┌ó1╠pE«═\x1D ?X├═└ "
b"\x01 É┌ó1Úr ÿ\x1C Ý└]$Iw "
b"\x01 É┌ó2\x05 rتÈÒkåºCW "
b"\x01 É┌ó2"qÉùi vìïþ╝ "
b"\x01 É┌ó2┌sð®┘¦&1\!┬ "
b"\x01 É┌ó3\x04 q╔à\x17 z\x00 _s>À "
b"\x01 É┌ó3%r9»%Tê╗á■ï "
b"\x01 É┌ó3þq¥ÜGßDµþÌ\x7F "
b"\x01 É┌ó4ØpºÇıwe¸£a\x0F "
b"\x01 É┌ó4ÃqÌümRn\x04 Eª" "
b"\x01 É┌ó4Þpb×¼¥¡pÐ4ï "
b"\x01 É┌ó5\x05 ràúË└õìEó¾ "
b"\x01 É┌ó5"sƒ║▒¾¼¡»/k "
b"\x01 É┌ó5>r&©Q╣ä\x18\x16 ╚Í "
b"\x01 É┌ó6\x1E qoï´ý╣mÔ!\x03 "
b"\x01 É┌ó6Rpfà{H!\x0F Aúê "
b"\x01 É┌ó6ns┬£è\x0F ¥yY¦£ "
b"\x01 É┌ó6ëp6ÿpzØUp*- "
b"\x01 É┌ó7*r)Æ\x13 tìä╦R( "
b"\x01 É┌ó7Ýsöù-ÚMVëÎP "
b"\x01 É┌ó8\x17 p╝®:Ðþ¬ñ\e p "
b"\x01 É┌ó89ph╝ªãà■-‗õ "
b"\x01 É┌ó8UpïÄ\x1C Fíújú\x16 "
b"\x01 É┌ó8qp╩ñRõ/Qg╣ë "
b"\x01 É┌ó8Äp‗Éb\x10 ¥\x1D ¶Ý\x1C "
b"\x01 É┌ó8¬p\t £ÿ▒oI▓é< "
b"\x01 É┌ó9cr\x02 ïg║°I\x08 ;╔ "
b"\x01 É┌ó9îrbù\v !M-Åõö "
b"\x01 É┌ó9½s█Ü¿W=Yó¯\x18 "
b"\x01 É┌ó9ãs█×RQ¼╩©]± "
b"\x01 É┌ó9Ôrã║ÿ,╦\x05 v╝Ï "
b"\x01 É┌ó9²qlà╠\x1D U\x7F DÅ\x19 "
b"\x01 É┌ó:\x18 r┌®G╔└╬Ñ\x06 g "
b"\x01 É┌ó:4s▒ñÐ"\x12 ¯~\x0F W "
b"\x01 É┌ó:Opvƒºƒ┤A»╩Q "
b"\x01 É┌ó:jq\x07 £\x01 ┬\x02 ·\f ¬Ã "
b"\x01 É┌ó;\v p\e ƒÈw\x1A .9P┌ "
b"\x01 É┌ó;┬p╩ùøgÍ\x1F e)ç "
b"\x01 É┌ó;ÞqëªÅ\r \x0E ã\x13 ╣, "
b"\x01 É┌ó<\x05 s³ñnPë[─·² "
b"\x01 É┌ó< pÌ╝O¶ÿı║®G "
b"\x01 É┌ó<;qvùVø£│\°X "
b"\x01 É┌ó<VsËêúX┐\x19 ┘.╦ "
b"\x01 É┌ó<¾pÙÂ\x00 ì\x11 yb; "
b"\x01 É┌ó=\x1A p\x13 ƒ©ãÎï‗ýÒ "
b"\x01 É┌ó>pq½®Ç»ôÍ└h╗ "
b"\x01 É┌ó?+q £┘╣ðÀp!╩ "
b"\x01 É┌ó?Usúרf\t Z├Hè "
b"\x01 É┌ó@>rxøB!sÓß═\x07 "
b"\x01 É┌ó@hrï©╚vË#ý¯Q "
b"\x01 É┌ó@àsºäø\x05 VªTR¹ "
b"\x01 É┌ó@ís1æ_\r '+\x04\x1F\x1C "
b"\x01 É┌ó@¥q▄½Õ\ǰRX> "
b"\x01 É┌óAÅr5╣S╚╦µ-×╔ "
b"\x01 É┌óBIs§░¤\x01 ]▒\e ʨ "
b"\x01 É┌óBsp\t ó┘Q.û\v .Û "
b"\x01 É┌óC9s¹ì(\x03 cw┼(Ç "
b"\x01 É┌óCVq¹»¨ÓPt¬\x01\x15 "
b"\x01 É┌óCsrë,±¨AD\x0E\x17 "
b"\x01 É┌óCÅsZÉ┌f$fÚ;È "
b"\x01 É┌óC¼p{Ø-å±w.Ìá "
b"\x01 É┌óC╚sN╣3Øá┤\f º° "
b"\x01 É┌óCÕs\x12 ÿ‗╠┘bgjú "
b"\x01 É┌óD┐q\x12 ░ÅiÊ«þ?¼ "
b"\x01 É┌óEvrYúÈÖå┤zë┴ "
b"\x01 É┌óF\x7F q¡úJ▓oK¡═É "
b"\x01 É┌óGBqûØéÔv$,?| "
b"\x01 É┌óJÜpñɽ\x06 ö³ø┌e "
b"\x01 É┌óJ─qmÿ\x05 8jhèUn "
b"\x01 É┌óJµs¬Æ\x02 Ô╠W¨2£ "
b"\x01 É┌óK\x03 p¼ê£\x07 µÅtA\x10 "
b"\x01 É┌óNMp5▒`\x10\x05 ƒY╔© "
b"\x01 É┌óNzqêôÛ;ö6f\x10 ÷ "
b"\x01 É┌óS█qc╗å█£F\x07 » "
b"\x01 É┌óT\x03 s3┤ùèT\x05 îâQ "
b"\x01 É┌óT põê+╝\f V1(k "
b"\x01 É┌óT>r/©\x12 ©&Ý▒½6 "
b"\x01 É┌óT[sö½ù\x17 c\x17 Ôà» "
b"\x01 É┌óoár˽rY\x05 º+<` "
b"\x01 É┌óo┴p çïG╩«╣ûà "
b"\x01 É┌óu░rPé‗òÍY\x07\x1F ¢ "
b"\x01 É┌óu█pkö┬ß0Á┘PÌ "
b"\x01 É┌óu°qÍójßàÖÌ\e "
b"\x01 É┌óv\x15 råú½Í╩´‗k½ "
b"\x01 É┌óv2q'òyê*EcQ8 "
b"\x01 É┌óvOp┤│R└ð═▓½¯ "
b"\x01 É┌óvlq\x06 º"X!¾4ü\x03 "
b"\x01 É┌ów8pxìæÔ┼░T¯\x10 "
b"\x01 É┌ówas╩╣ ÿØ;Y─ô "
b"\x01 É┌ówérμU,╝k\x1A\x1F n "
b"\x01 É┌ów×r|èí╦7x■\x16\x19 "
b"\x01 É┌óy²s`Áú7#èóıt "
b"\x01 É┌óz%qÌà╬è\r \x08 n}┘ "
b"\x01 É┌óz@rÝÁýÜ▀2c\x1C ┴ "
b"\x01 É┌óz\s>Â└╩=\x1E õ³ "
b"\x01 É┌ózys║ïáû\x7F ¸E‗¹ "
b"""
\x01 É┌ózòpºô1.╣\x01 ï\n
ã
"""
b"\x01 É┌óz▒p4Ö\x12 ý┤&vyx "
b"\x01 É┌óz═r\x0F ÿG┬U\x10 lÄm "
b"\x01 É┌ózÚs0½╬èEäàs\x11 "
b"\x01 É┌ó{\x05 rUôé╗بjÆä "
b"\x01 É┌ó{!re║▓â╦\x07 @M¬ "
b"\x01 É┌ó{=qVò▓¹õ▄Ùê\x1C "
b"\x01 É┌ó{Ùs$öïó┴╗û]╔ "
b"\x01 É┌ó|\x17 q(¢\x01 ¢ÉwÐR┘ "
b"\x01 É┌ó|4q§ï q,┌«,X "
b"\x01 É┌ó|Qr╠騦Jø\x05 ½{ "
b"\x01 É┌ó|nrÊêºË╝²\x1D ×° "
b"\x01 É┌ó|èpÌ░1ð±{à¼Z "
b"\x01 É┌ó|ºrhó═4ä \x1D LÜ "
b"\x01 É┌ó|─sM¬ØyIp½J¯ "
b"\x01 É┌ó}¼p³Æ`2p\x1F\x1D\x1F ø "
b"\x01 É┌ó}Ër«ò\v ̱,'\x1C\x18 "
b"\x01 É┌ó}¶s¨ò³Í'├I╠? "
b"\x01 É┌ó~\x11 pû┤ê!7v\WW "
b"\x01 É┌ó~-r\x10 æ@ÞQ| ÿ¨ "
b"\x01 É┌ó~JpîÿÆ4\x10\x01 qáò "
b"\x01 É┌ó~gs\x17 ¼$║o4ê²È "
b"\x01 É┌ó~äp\x1D ½O\x06 v[\x16 £Ø "
b"\x01 É┌óâ\v sù©zN)<þsf "
b"\x01 É┌óâ(rö®íä:¥BÏC "
b"\x01 É┌óâDpú©Ï3ìÁo╔9 "
b"\x01 É┌óâ`p}ïU×│NÌ\e o "
b"""
\x01 É┌óê║pZà\n
0hyì8G
"""
b"\x01 É┌óêµpà©©╩àÃl]å "
b"""
\x01 É┌óë\n
sAò¡á\ı²\x16 à
"""
b"\x01 É┌óë+q¥öè\x15 SQ@Ðÿ "
b"\x01 É┌óëIq~»}o├Æô\x14 "
b"\x01 É┌óëgr,ò¦|u¥_^§ "
b"\x01 É┌óëäse¬Ùð3│Cä® "
b"\x01 É┌óëísÐá╬Þ$%·J\x05 "
b"\x01 É┌óë¥p?¥¬\x15 Óı¶©¯ "
b"\x01 É┌óë█q┌çT╬FW\x1A q\x10 "
b"\x01 É┌óë°seèB§2þ(\x03 ( "
b"\x01 É┌óè\x15 r#û\x1D ß\x02\x19\x1C +Ë "
b"""
\x01 É┌óè1rÊê\n
P╠°åIÍ
"""
b"\x01 É┌óèNqç╗óQ©{ÊV» "
b"\x01 É┌óèkp└░æ═6Ü&p· "
b"\x01 É┌óèêsyï"╦@Ïbv[ "
b"\x01 É┌óèÑr¨Ñu─û½░ö┘ "
b"\x01 É┌óè┴q├ç╬O▀Ó─¬| "
b"\x01 É┌óèÌp¡à┼■╩│ñ\x02 6 "
b"\x01 É┌óè¹pßë┘Òh;ÜÒÙ "
b"\x01 É┌óï\x18 r)ÀB\t LWº¡┐ "
b"\x01 É┌óï4r²ùÐô÷:\x07 ÇË "
b"\x01 É┌óïQq{¡ƒ¸\x7F Ã;½f "
b"\x01 É┌óïnr®ñ2JhÙìsï "
b"\x01 É┌óïïq┤ø\x18\x17 &uÄfã "
b"\x01 É┌óïºsûöÎ\x10 ÖÅ╠H▀ "
b"\x01 É┌óï─s,╗K·Â\x01 f¸Â "
b"\x01 É┌óïßq\x1D â\x1E\x17\x07 =h│o "
b"\x01 É┌óï■rÏ»ãMÿ¢ê0\x19 "
b"\x01 É┌óî\e q\x1F ÁNéá└\x1D ╔ "
b"\x01 É┌óî8r0«»_R└O\x0E\x08 "
b"\x01 É┌óîUs╠½jC=┌║!\x10 "
b"\x01 É┌óîqr\x01 òÎ"5TvÞ┘ "
b"\x01 É┌óîÄq¦âá§¥»ë5s "
b"\x01 É┌óî½r¢ÿ»é\x0F\v\x05 7å "
b"\x01 É┌óî╚qpÁÎ4Ú{Õw! "
b"\x01 É┌óîõs5▓ÌÅÚ®AÓà "
b"\x01 É┌óì\x01 s4┐\x08 ±\½Øuò "
b"\x01 É┌óì\x1E sDÜà}þ3W\x15\x06 "
b"\x01 É┌óì;r‗áø\x07 µk¡S "
b"\x01 É┌óì[rݽÉ█U<\x1A F) "
b"\x01 É┌óìxrìƒòs%═\x12 Ü+ "
b"\x01 É┌óÄ1s\x1A á┼²¨µdÄø "
b"\x01 É┌óÄOq¾ø\x18 ║&\x18 %ô╗ "
b"\x01 É┌óÄlsS£¦zÃ▄D\x11\x02 "
b"\x01 É┌óÄërÙ¡~©¦o9å "
b"\x01 É┌óÄ®s\x1C ╣à\x10 T┼YC\x00 "
b"\x01 É┌óÄ┼qÅæ3¤[\P·° "
b"\x01 É┌óÄÕs■òüç┤ûÚ\x11 õ "
b"\x01 É┌óÅ\x02 rÜå|O\x01 ß│àÝ "
b"\x01 É┌óÅ"q¤▒\f ýiD"╝± "
b"\x01 É┌óÅðqrè\r Ïé\x1D ø]â "
b"\x01 É┌óŨp█┐\x0F\t\x0E m<Vä "
b"\x01 É┌óÉ\x1A rÃÆ\x10 ÃÐÏ)÷\x7F "
b"""
\x01 É┌óÉ7sHÁe│▄\n
þ1
"""
b"\x01 É┌ó»¡sØü\x12\x1A Û:p\e ç "
b"\x01 É┌ó»╩qz╗┬\x1C ³¤ërP "
b"\x01 É┌ó»þqE┐ø»_«=Éh "
b"\x01 É┌ó░\x04 qöøj¥\x06 ╝$d\x13 "
b"\x01 É┌ó░!sHögñ/a║ïÞ "
b"\x01 É┌ó░=q|à╠òk<Ü~Ý "
b"\x01 É┌ó░Zppƒl)ËÐ█`/ "
b"\x01 É┌ó░wpñè@,c¢\x01\x1D ó "
b"\x01 É┌ó░ôs,óF\x10 Un<¼Î "
b"\x01 É┌ó░░sù┤á\e }qrÕ "
b"\x01 É┌ó░╠pEÂYE{┬!\v t "
b"\x01 É┌ó▒wp\x06 ó\v ÕÚ>ØU¢ "
b"\x01 É┌óÁLr«╣\x0E Ùgå?8! "
b"\x01 É┌óÁtp÷é\x0E ò'tÕ1 "
b"\x01 É┌óÁÉq÷ä>12ää²¹ "
b"\x01 É┌óÁ¡sV│ß\x08 :»%╠Ï "
b"\x01 É┌óÁ╔s£¥Ê\x13 T╦߬\x17 "
b"\x01 É┌óÁµqâ×§¥¬╚!Âó "
b"""
\x01 É┌óÂ\n
rßÜ>─┬ÉNÿÑ
"""
b"\x01 É┌óÂ'rF│i®T¿O$J "
b"\x01 É┌óÂDqrÂd~_d1▀| "
b"\x01 É┌óÂ`sÃĬØqNC*\t "
b"\x01 É┌óÂ}pj©[º'Yñݽ "
b"\x01 É┌óÂÜs¸ëH┌.»ã¶4 "
b"""
\x01 É┌óÂÀr\x13 ¼po\n
\t ¢\x11 ╩
"""
b"\x01 É┌óÂËsü«úÌ\x13 vнΠ"
b"\x01 É┌óÂqƽP·àÓcÉ\x12 "
b"\x01 É┌óÀ\r pOÑØòW\x04 m╩õ "
b"\x01 É┌óÀ*s)ú\t Õ)Àtø "
b"\x01 É┌óÀFssï\x13 Þ£bÚvû "
b"\x01 É┌óÀcp\x0F ▓xó╠\║×q "
b"\x01 É┌óÀÇp7Ü\-rC╗ठ"
b"\x01 É┌óÀØpRÅ^?¬\r \x17 Æ. "
b"\x01 É┌óÀ║p(æ\x19 ^¯▄êYÓ "
b"\x01 É┌óÀÍq▒À¬ÜÂÃ╝¨¾ "
b"\x01 É┌óÀ¾p▓8\x08 ó╦¨²\x13 "
b"\x01 É┌ó©\x10 q╣áFc_zç<A "
b"\x01 É┌ó©-r╠º░Ûi¿åë\x10 "
b"\x01 É┌ó©JpA┐Èo#ðÑ~o "
b"\x01 É┌ó©gp*¬{Ð┘ßÍÈ┘ "
b"\x01 É┌ó©âs´Ç%_╚\x0E ïù\x17 "
b"\x01 É┌ó©ár$ƒéúdJ§│\t "
b"\x01 É┌ó©¢rí©#╠\x08 :×╔┬ "
b"\x01 É┌ó©┌sj¬T\x04 zÜ■Ðp "
b"\x01 É┌ó©¸rrÑd§┤ ©\x02 R "
b"\x01 É┌ó╣\x13 pz»\x13 (‗q¶?ú "
b"\x01 É┌ó╣0sz®nÀÞ°\x19 Q "
b"\x01 É┌ó╣Mr │½|\x08 ■ðé╝ "
b"\x01 É┌ó╣jp^èʬÔûJ4H "
b"\x01 É┌ó╣åp:åúøÄzU?c "
b"\x01 É┌ó╝<sã¬█┤½!=FX "
b"\x01 É┌ó╝ppL╗ß§0VR\x0F < "
b"\x01 É┌ó╝ÿqÎ▒Á╣$Í]MZ "
b"\x01 É┌ó╝┤qdÅ^2YÐS&ã "
b"\x01 É┌ó╝Îr.╗‗çôþ¡\x1A Þ "
b"\x01 É┌ó╝¶r\x02 ºý\x19 \r èXÕ└ "
b"\x01 É┌ó¢\x17 sÁ¼îjö┬\x04\v * "
b"\x01 É┌ó¢3r▄¥ä´\x1D Íao "
b"\x01 É┌ó¢Vsó¥õÕùÞa\x05 < "
b"\x01 É┌ó¢ssËú\x15 ╬3ÖâÓ\e "
b"\x01 É┌ó¢ûr\r ƒ¾¨T0(^/ "
b"\x01 É┌ó¢│rkÀ>\v aìºj├ "
b"\x01 É┌ó¢Íp6è╦û╩nsöƒ "
b"\x01 É┌ó¢‗r·¢╦Ú\x08 `\x1F -ø "
b"\x01 É┌ó¥\x15 raÿj \r ¨█»j "
b"\x01 É┌ó¥2r\x01 ê║`┴cþúé "
b"\x01 É┌ó¥UrNÑ¿è┤┌\x13\x00\x19 "
b"\x01 É┌ó¥rs▀▓ñÖõO\x10 Z: "
b"\x01 É┌ó¥òq¶àÚ\x01 ÒıèS\f "
b"\x01 É┌ó¥▒q7ëܱ╦ú$aÍ "
b"\x01 É┌ó¥Ès±É4ºK'²\x0F\x02 "
b"\x01 É┌ó¥±sZü¶iB=EÒ\x07 "
b"\x01 É┌ó┐\x14 rÜÑ,╦j┬¢k\x08 "
b"\x01 É┌ó┐1qL▒5ZØÂ}Èë "
b"""
\x01 É┌ó┐Tr¬Âåa\n
Ë\n
\n
]
"""
b"\x01 É┌ó┐ps¡ê>║juuBí "
b"\x01 É┌ó┐ör\x19 ¿PÀà\x14 ¶«╠ "
b"\x01 É┌ó┐░p\t òL²┤Ú\x03 ã# "
b"\x01 É┌ó┐ËpÚÄC<\x04 ░ütù "
b"\x01 É┌ó┐soàçp¥\\f O╚ "
b"\x01 É┌ó└\x13 pfƒ\x05 äC\x14 ▓─┘ "
b"\x01 É┌ó└0pG¿0OÐÛÐ^╝ "
b"\x01 É┌ó└Sr¯Âa¡àR\x0F Ã\x06 "
b"\x01 É┌ó└op_ÿ-Ölë,:¸ "
b"\x01 É┌ó└ÆrZÀüÜø╝kµB "
b"\x01 É┌ó└»rÔÖâ\x06 VãTÎ┬ "
b"\x01 É┌ó└Êrºøç«¿\x1C LY┴ "
b"\x01 É┌ó└´sÊÿXàN\\t\f * "
b"\x01 É┌ó┴╬qÖĬ§L»▒\x08 ┬ "
b"\x01 É┌ó┴¹qcƶ\x1D >HüÛ‗ "
b"\x01 É┌ó┬\x1D pÃò‗!{³N╝Y "
b"\x01 É┌ó┬=p╬è\x11\x14 ea\x13 ab "
b"\x01 É┌ó┬_r%ú]\x1D ÛX9hÙ "
b"\x01 É┌ó┬}r\x1C ¿‗\f Rt`ü "
b"\x01 É┌ó┬ør%ÿ©YÝ\x16 ýZ» "
b"\x01 É┌ó┬¢q\x1E ╝NuÅy÷á^ "
b"\x01 É┌ó┬█q(┐▒\x0E ▄Wá&. "
b"\x01 É┌ó┬ rÒúfÔ5│Éëæ "
b"\x01 É┌ó├╠p■Á¸^─)p└Z "
b"\x01 É┌ó─ësÙ«a]╣ì1\e Ý "
b"\x01 É┌óß\x13 s·ÜæÏ¢Ý<Q6 "
b"\x01 É┌óß┬q■ñCÃéÓ~eÕ "
b"\x01 É┌óÔ»p\x02 í¯du\x0E ┼╦? "
b"\x01 É┌óÒòs\x18 ì\x1E ¡▀B─'/ "
b"\x01 É┌óões¶ûÞ\x1E\f Ü\x11 45 "
b"\x01 É┌óÕBp\x18 ▒ã\x1A ╔¬"X` "
b"\x01 É┌óµ\r q\x06 »\x16 ,yÌmã "
b"\x01 É┌óµÓr╣┤]l┴î@\f ; "
b"\x01 É┌óþ┐p|ïRLyÚ2D4 "
b"\x01 É┌óÞæpÛïW±~8sba "
b"\x01 É┌óÚUps╣}▒LT╚d\x10 "
b"\x01 É┌óÚäp²┐cÚ╝ó\x08 ┐¥ "
b"\x01 É┌óÛZqµ¥`█æÄ+é "
b"\x01 É┌óÙzp»ö9\x03 ╝öît\e "
b"\x01 É┌óýërV粃uð_[c "
b"\x01 É┌óÝás\r ùM3«Ë┬èä "
b"\x01 É┌ó¯îrúü7ùË·"┐1 "
b"\x01 É┌ó¯¢sy┐ÕÂ}Å\f Ê= "
b"\x01 É┌ó¯µs\x05 ┐ÿÿG=²k "
b"\x01 É┌ó´£p\x17 ╗Ô\x14 -Àë®È "
b"\x01 É┌ó´╦s ¡6d^x\x0E ÷ì "
b"\x01 É┌ó´¯r¨Á┘èØ}\x00 ╠¡ "
b"\x01 É┌ó\v rÊÂ÷ñvá\x07 Wc "
b"\x01 É┌ó█qöº\x16 d\x7F æ╝└d "
b"\x01 É┌ó±\v q╠╣Iû\x1F ÞÃë7 "
b"\x01 É┌ó±4p~¡¿&'=¶\x12 L "
b"\x01 É┌ó¸¹sH╗¹▄\e\x12 3èm "
b"\x01 É┌ó°-s┬ºD,Í┐wë1 "
b"\x01 É┌ó°TqÏìf3ª·q{\x05 "
b"\x01 É┌ó°pqVÅ\x13 ë‗Ì▒▓h "
b"\x01 É┌ó°Éq\ñ║\x14 <─\x16 S╗ "
b"\x01 É┌ó°¡rûæ\x1E ê®[G╠Ý "
b"\x01 É┌ó°╠p╬ê\x19 ■}Á╔█Á "
b"\x01 É┌ó°ÚsÐò¸║\x02 c)¸§ "
b"\x01 É┌ó¨\v qhÿ\t\x14 Î╠ s± "
b"\x01 É┌ó¨'qõÿLYMÕÊÙw "
b"\x01 É┌ó¨Hqdè¦\x01 æ\x1F\x13 ^á "
b"\x01 É┌ó¨ds/▓VÚ¡´ä¹, "
b"\x01 É┌ó¨àpF│\x06 ~!§{║D "
b"\x01 É┌ó¨óp\v Ä\x0E\t ä¯Í╣▓ "
b"\x01 É┌ó¨├saÆã▄┬×Gì· "
b"\x01 É┌ó¨Óp\x10 Æ┬c!F\x18 ¿> "
b"\x01 É┌ó·\x01 q\v ¡$█M╗ù'? "
b"\x01 É┌ó·\x1D r\x01 éù{Ñú3¯┤ "
b"\x01 É┌ó·>qæÉK±\x00 Ê│( "
b"\x01 É┌ó·[qÃüäèý-zå "
b"\x01 É┌ó·zr\x05 á dÞ\x19 \x18 Ç "
b"\x01 É┌ó¹_qêå¯á"DÉÈð "
b"\x01 É┌ó¹Ärý¢qõ=\x00 Uv_ "
b"\x01 É┌ó¹Èr¢¥\x0F äÿ\v `mY "
b"\x01 É┌ó■\x1E sÍÀ#\t sí©¹á "
b"\x01 É┌ó■Ks\x1D ö▄-╣K┼³L "
b"\x01 É┌ó■qsú«╠é·'░▒» "
b"\x01 É┌ó BpïØ~\x1C \r ¹ü\x0E ä "
b"\x01 É┌ó lsã£┤+½èZ¨N "
b"\x01 É┌ó ìrÔëé├wlUõ╚ "
b"\x01 É┌ó ¬qŽ$'qe\x1C ║q "
b"\x01 É┌ó ╔rh▒Ày┌┼s\x08 ‗ "
b"\x01 É┌ó µp»┐§®\x00\x00 né╦ "
b"\x01 É┌ú\x00\x03 sðëo{³êT¢Ç "
b"\x01 É┌ú\x00 #r<ØÝ&a╗\x1E j* "
b"\x01 É┌ú\x00 ?r\e ®÷8®Q8¨£ "
b"\x01 É┌ú\x00 _sTÅFs2\Z³ÿ "
b"\x01 É┌ú\x00 |p\x02 ©3Oú‗¬Áü "
b"\x01 É┌ú\x00 ÿs#á[àÛ?uh\x03 "
b"\x01 É┌ú\x00 Áp\x15 ü¦{─/▄ƒ┐ "
b"\x01 É┌ú\x00 Ðrë┤D\r HÌ%hý "
b"\x01 É┌ú\x00 ¯rNÑ´b¶"öØù "
b"""
\x01 É┌ú\x01 \n
q³À2¸\x04 øÌ:
"""
b"\x01 É┌ú\x01 'p\r å<¦eMSùå "
b"\x01 É┌ú\x01 Cp\x7F ï\x14 ╠¿\x10\x15 b\v "
b"\x01 É┌ú\x01 `slÆF<@\x14 Eüº "
b"\x01 É┌ú\x01 |rKè-À■█Ä-B "
b"\x01 É┌ú\x02 Dr?Â^þ\e õwøË "
b"\x01 É┌ú\x03\x12 sÚö\x1F\x07 Ðc▓üØ "
b"\x01 É┌ú\x04 ╗q¿×ç£\x19\x02 ¬Ñ "
b"\x01 É┌ú\x04 Õplä▄×ÔBE¤Ä "
b"\x01 É┌ú\x05\x06 r┤║Õýdt5\x1F 6 "
b"\x01 É┌ú\x05 Ëq1é.È¥~K4N "
b"\x01 É┌ú\x05 ²pı¼gK¹µ¢\x08 ì "
b"\x01 É┌ú\x06\x1E r¸ÆypøÃ~Ù■ "
b"\x01 É┌ú\x06 ;rXï×┼Eær¤╠ "
b"\x01 É┌ú\x07 2sqìëVvá3âÛ "
b"\x01 É┌ú\x07 _pïªØä½sôÒ\ "
b"\x01 É┌ú\x07 ârÓ¢\x02 ╔§EÃ├ø "
b"\x01 É┌ú\x07 ásVï£$÷[~nÆ "
b"\x01 É┌ú\x07 ¢rùêîJ^v±äb "
b"\x01 É┌ú\x07 ┌q\x11 àÀÆÍÁ░┬þ "
b"\x01 É┌ú\x07 ¸s8ùï*Hß║Î: "
b"\x01 É┌ú\x08\x14 r%»B\x12 wSº±é "
b"\x01 É┌ú$Gr\x1C ñð\x1F rÛð│º "
b"""
\x01 É┌ú$os\x10 ╝ð\n
àFË÷ß
"""
b"\x01 É┌ú$ôrÍê\v ¿<-=³> "
b"\x01 É┌ú%çpÂů┘Ô▀Æ┤ò "
b"\x01 É┌ú&Zr`ÉÂ\x08 ]fKþÜ "
b"\x01 É┌ú' q¶┐5fÅ\x06 ╚6Õ "
b"\x01 É┌ú'Orñ▒YÉ®°\x1A\x05 ò "
b"\x01 É┌ú'sq@®-д$┌¦ "
b"\x01 É┌ú'Ér*Öe\x13 LÞ,tó "
b"\x01 É┌ú'¡r:Ä\x10 Ã├Âðá" "
b"\x01 É┌ú(pr╔ÅÊÉ*┌·x´ "
b"\x01 É┌ú(ÿp~ï9░c┘\x1C\v - "
b"\x01 É┌ú(Áq┤á¬W_ƒ\\ "
b"\x01 É┌ú(Êp£¬Þø¼‗óI "
b"\x01 É┌ú(s▒¥/)╠ÀÆ)\x14 "
b"\x01 É┌ú)\r q▒í$®\x0F ؤ¶§ "
b"\x01 É┌ú)*p.üμ/\x1E -ÿO "
b"\x01 É┌ú)Gpݼ \x06 #B}Næ "
b"\x01 É┌ú)ep]Øg¿ýÄ▒ Ï "
b"\x01 É┌ú)érAïEú¶èI\x7F I "
b"\x01 É┌ú*Msp¢R╝µÖ\x1D ¬ "
b"\x01 É┌ú*xsBæaô╠`}6ý "
b"""
\x01 É┌ú*øpÓøF£ê{\n
/Ì
"""
b"\x01 É┌ú*©r╗ù9Äßê┼[¿ "
b"\x01 É┌ú*ıq\x1F ƒH¿ÜÑ|▀ "
b"\x01 É┌ú0Mpâ╣»▒▄ê!s® "
b"\x01 É┌ú1*rÝ¡ıû²1%.R "
b"\x01 É┌ú1¦r©æÆ\x07 ì\x11 i\x03 à "
b"\x01 É┌ú2╦s©îq\Ø═(` "
b"\x01 É┌ú2¸p˽│p¨b\x1D ôÆ "
b"\x01 É┌ú3\x19 qÜô½\x08 l;■7f "
b"""
\x01 É┌ú36qÙÄÜ\x03 Z\n
(ú.
"""
b"\x01 É┌ú3Xr¿é^q┤1\f oó "
b"\x01 É┌ú3usj«ªlZà╔\x00 "
b"\x01 É┌ú3ûr┴®>\x19\t\x18 <kJ "
b"\x01 É┌ú3│q½öÔ´¼;<]\n "
b"\x01 É┌ú3Ëpúä[Y"ð\x15 ┘ "
b"\x01 É┌ú3r}£®\f @▓ ├\x00 "
b"\x01 É┌ú4\x13 sÈ┤%}Mı®ä¸ "
b"\x01 É┌ú40s└º©+²ñHîa "
b"\x01 É┌ú4Ss;Øáêç\x1D {│\x06 "
b"\x01 É┌ú5\x0E rM║ÝO\x0E\x10 i\x03 g "
b"\x01 É┌ú58p■┐ `oSð\x17 W "
b"\x01 É┌ú5‗p"░╚â\x01 mÆ×Ý "
b"\x01 É┌ú6Ôq(┤*î┼╗\x1F\v\x1E "
b"\x01 É┌ú7\v p²©#\x1A G│\x7F g\x1A "
b"\x01 É┌ú72sÜñ£\e 2(}PÍ "
b"\x01 É┌ú7Qræíw%\x05 !ïå{ "
b"\x01 É┌ú7up\x05 Å╩\v ³\x07 Òc┌ "
b"\x01 É┌ú7ôpÅ║òKÍt>3h "
b"\x01 É┌ú8zsßê╝/!öâO┼ "
b"\x01 É┌ú8ñsøôuT\x05 ┬r0| "
b"\x01 É┌ú8╦pìª\x18 ■ßBÞõı "
b"\x01 É┌ú8ÞqA▓a3.`'\x7F Y "
b"\x01 É┌ú9\t rá¬}L[\ggy "
b"\x01 É┌ú9&r«║¾Ë┤\x03 U\x17 ┬ "
b"\x01 É┌ú9IqñÂY¨─\f E!´ "
b"\x01 É┌ú9gq┘å}é¬L¾\x15 D "
b"\x01 É┌ú9çqV┐úà`>àñ¿ "
b"\x01 É┌ú9ñsFƒþ`æ‗öJI "
b"\x01 É┌ú9ãp\x07 å÷OK\t 2"õ "
b"\x01 É┌ú9ÒsãÆÚ2\x00 yNÇx "
b"\x01 É┌ú:\x06 q┐¥‗]UÚé│Ä "
b"\x01 É┌ú:#rÅí&ì¿«÷tj "
b"\x01 É┌ú;\x14 r±ÉÁ@³Â£Ý\f "
b"\x01 É┌ú;@p&çgÑmá0í\x0E "
b"\x01 É┌ú;kp┴êàÀ═R¾ÁÛ "
b"\x01 É┌ú;ês░ØUr@\t\x16 <\x1E "
b"\x01 É┌ú;ªr0╝'øÑ\x7F Þ├© "
b"\x01 É┌ú<xp\t í\x19 `░¢\x18 ¢\x1A "
b"\x01 É┌ú<íqÆï▓(\t Ç×}\x03 "
b"\x01 É┌ú<┬p┬èËöX▒VíU "
b"\x01 É┌ú<▀q°╗╚§ôç╔¬o "
b"\x01 É┌ú<³qô܃µØ\x03 v)\x14 "
b"\x01 É┌ú=\x1A pø¥íð═8³K0 "
b"\x01 É┌ú=¾s¦Â1Ý á!cø "
b"\x01 É┌ú>\x1D s\x12 ▓ÄÎK¨B7æ "
b"\x01 É┌ú>>q\x01 ª\x0E ßÊ░\x1F ~Ø "
b"\x01 É┌ú>[ptélâ,ÙO% "
b"\x01 É┌ú>xs{¢╩╠Ãéý°╠ "
b"\x01 É┌ú>òqÓÿ©¯ò&Ü-Î "
b"\x01 É┌ú>▓q<É1Ú╠XÒ╠\x17 "
b"\x01 É┌ú@▒q¡»Ví─\x12 ðr¹ "
b"\x01 É┌ú@▄q┤é&K ©\x7F )\e "
b"\x01 É┌ú@¨píñb\r rR }y "
b"\x01 É┌úA\x16 pı®cÝçíw▓{ "
b"\x01 É┌úA3pôÂu)>cýw% "
b"\x01 É┌úAPp\x1F Üê#╣ÙÙ\x03 ( "
b"\x01 É┌úAmr«é‗\t ▓ä┼:Y "
b"\x01 É┌úAèrXû‗S½\x11 ‗Æ@ "
b"\x01 É┌úA¿rí║\x14\x7F Ðõ┬gl "
b"\x01 “b‰–/rÒ¡¿aJJàw\x1F "
b"\x01 ôbì\x06 Õs\x19 ü«╔ÈÂ|7à "
b"\x01 ôbì\x07 1q\x07 ┤\x1C\x11\x12 ╣yÜ} "
b"\x01 ôbì\x07 ~p+ëFıíÈ\x04 çz "
b"\x01 ôbì\t ═søÆ\x0E ¤Æõ\x00 ·· "
b"""
\x01 ôbì\n
\x19 q╠Ñgß#;'½T
"""
b"""
\x01 ôbì\n
fqHóHg\x7F\x04 o§\x0F
"""
b"""
\x01 ôbì\n
│so¢h+lÐ\x0F g¯
"""
b"\x01 ôbì\v\x01 pÍèqòWz\x03 vg "
b"\x01 ôbì\v OsÉæ╠\x03 l\x0F\x15 Þ╣ "
b"\x01 ôbì\x11 ;s?ÿ$ðJJ‗òh "
b"""
\x01 ôbì\x11 ìp<æ▄Gõ\n
ñ4¢
"""
b"\x01 ôbì\x11 Óq%É5µxÇÀr® "
b"\x01 ôbì\x12 0pöüÿè■"áó8 "
b"\x01 ôbì\x12 ~qÈ╗░\x16 ┐º)«â "
b"\x01 ôbì\x12 ╩r\x05 äe\v ═KU\e ╦ "
b"\x01 ôbì\x13\x1D p├ù\x1A ¢`\x05 È\r Ð "
b"\x01 ôbì\x13 jqú║uÙÖR┐@% "
b"\x01 ôbì\x13 Âqâ¬'·-íw9t "
b"\x01 ôbì\x14\x07 p\x10 úê\x06 ½¾B2l "
b"\x01 ôbì\x14 Zp(û£\x17 §DÝ\v\x1C "
b"\x01 ôbì\x14 ¬sJ£|\x14 âÈÖ5\x11 "
b"\x01 ôbì\x14 °sí░ì@§ÆÿüD "
b"\x01 ôbì\x15 Hsåî\x1D ɧ\x03 #]· "
b"\x01 ôbì\x15 ÜqöîÉÛ\x0E\x1A º6\x10 "
b"\x01 ôbì\x15 µq═éRÿv(_®e "
b"\x01 ôbì\x16 7qNºc\x18 ÖÊ´µT "
b"\x01 ôbì\x16 ès┴▓Ë┼8¢ Î\x12 "
b"\x01 ôbì\x16 ÍrÚá╩\x0F ]B\x15 áÚ "
b"\x01 ôbì\x1A Ôr/ÿx\t ~ëk\x1E × "
b"\x01 ôbì\e /rͪÕzÙýq/\x03 "
b"\x01 ôbì\x1E\x18 pZôJ|4Jc(} "
b"\x01 ôbì\x1E eq╦û\f\x06 ░;aÏO "
b"\x01 ôbì \v pËå'øxì.J╔ "
b"\x01 ôbì XsÀÑgr\x10 M╝i» "
b"\x01 ôbì%╚q4¿\x18 s\x15 ÷ë0& "
b"\x01 ôbì&\x1E q}»cw2\v Ãı¹ "
b"\x01 ôbì-QsÃàûBO\x15 Z\x1D X "
b"\x01 ôbì-ípYì_tÊá%q¹ "
b"\x01 ôbì0%pUìCÊ,~║┬. "
b"\x01 ôbì0wsw░ÙÓ-■\x19\x0E M "
b"\x01 ôbì0╩pP║l║«lú┘┤ "
b"\x01 ôbì3÷sÌ×`BǪ╝\x00 N "
b"\x01 ôbì5┬q\x10 ╝»dÄ\x1F ■\x06 # "
b"\x01 ôbì6\x12 sÐäBMñ▄+░w "
b"\x01 ôbì6_rðÑ│à5e╗├/ "
b"\x01 ôbì7ns\x01 áR>\x06 ï©╬l "
b"\x01 ôbì7¢q¾ùDì-¹\x07 :\ "
b"\x01 ôbì8\x0E ræ¥19zÆß\t ¥ "
b"\x01 ôbì8`p\x7F öµbwÅBÜ\x08 "
b"\x01 ôbì9·pTè,Ùk╦\x1A d> "
b"\x01 ôbì:GrçÀj╩ã«u4ê "
b"\x01 ôbì:ôq²╣╗\x16 <Õ²\x00 Q "
b"\x01 ôbì:Ópuô°U1 ®-1 "
b"\x01 ôbì;,p~ä9\x1C ÇIf─Ç "
b"\x01 ôbì;yrbï╦¯└└\x01 ±D "
b"\x01 ôbì;┼qÓü\x0E\x1F d\x15 ░Ë "
b"\x01 ôbì<\x13 qôçq°\x06 í\x10 ├= "
b"\x01 ôbì<ar\t £Ü\n ;\x00 ÄÄ\n "
b"\x01 ôbì<»s ▓é bDÙQv "
b"\x01 ôbì<³r┘Ñÿ▄╬Q«_? "
b"\x01 ôbì=Hrm½¬åd/\x06 Án "
b"\x01 ôbì=òr~ÇöS8J═┼ñ "
b"\x01 ôbì=Ôr.ê¸+\x02 âx\v £ "
b"\x01 ôbì]uq#Å$\x0F\t ■M»q "
b"\x01 ôbì]ÊqƒÑFÞ6³:\x1A "
b"\x01 ôbì^\x1E soñ¶▄QRD▀¤ "
b"\x01 ôbì^kp\x04 æâ┤└\x1A ÿåE "
b"\x01 ôbì^©r\x17 ôÁ\x00 8q¦l/ "
b"\x01 ôbì_\x04 p▒ª╣=Åþ>\x1E Þ "
b"\x01 ôbì_Qs\x10 ök\x1D ´aizá "
b"\x01 ôbì`kp├ó¦2\x1F ┬!>Ì "
b"\x01 ôbìagqæÅ÷ÙvE×°3 "
b"\x01 ôbìa┤s«┤æ'ÿçm\x07 l "
b"\x01 ôbìb\x02 r}ö)i\x13 ¡╣‗û "
b"\x01 ôbìbPqXù\x04 u¹Óê¿Ê "
b"\x01 ôbìb£q\x0F ª©~┤µV╚ì "
b"\x01 ôbìbÚs\x10 │%©ó▒£Äò "
b"\x01 ôbìc6siè`è\x08 0Ýþ┘ "
b"\x01 ôbì}╬s «Q$\x1F v╠\x1E\e "
b"\x01 ôbì~iq~ô╬14^█M\x07 "
b"""
\x01 ôbì\x7F \n
pK«ì²0wIb)
"""
b"\x01 ôbì\x7F ¼qÏö╬¸²ÛäT\x05 "
b"\x01 ôbìüÏqiî}Ã2\x0F ¤&Õ "
b"\x01 ôbìé¥r0¡JtçkT\x16 ¼ "
b"\x01 ôbìâXp-ú¦╔cD\x1F ´$ "
b"\x01 ôbìâªrì©Ê\e ñ±\v 6A "
b"\x01 ôbìäBpçä>jW\x13 l╠× "
b"\x01 “bŽášp\x1F «ê\e ônoD{ "
b"\x01 “bŽáæq\x1F žM46‹kɰ "
b"\x01 “bŽåPs¡‹Í×\x19 ö©+… "
b"\x01 ôbÄÕØrh¥\v v+Z\x7F *\ "
b"\x01 “bŽåépë¤òA'6p%’ "
b"\x01 “bŽæ5qí¸¯Ðå£|¬Þ "
b"\x01 “bŽæ‚q‚‹w»;@¯ŸÏ "
b"\x01 “bŽæÏs\v ®ž•Kô\x19 Š· "
b"\x01 ôbÄþ\x1E q.é%¬6µì╠q "
b"\x01 “bŽçksßjÃ\x08 ÙŒŠø "
b"\x01 “bŽç·pÌŸ+L³½ÒÚ7 "
b"\x01 “bŽè\x03 px—€Œ÷ê–\e a "
b"\x01 “bŽèOpú°¦¯\x17 Ý9P3 "
b"\x01 “bŽè›rx˜\x0F\x0E ¹\x19 (\x0F É "
b"\x01 ôbÄÞþpâ䨡º¬±Ç "
b"\x01 ôbÄÚ3pAü═ÃèüL3┌ "
b"\x01 “bŽï\x13 q®…L\x0E Ë(G/« "
b"\x01 “bŽï~sbŸðæ×̰ڳ "
b"\x01 “bŽïÊsêšÖ\x1C\x16 *X\r ì "
b"\x01 “bŽð\x17 s(«¤Õçø¥ÒÁ "
b"\x01 “bŽðcsg€\x03 ˜ô\x11 =\x14 # "
b"\x01 “bŽð°sêˆrÂeH`n‡ "
b"""
\x01 “bŽðür%£\n
\r É\n
Û\v f
"""
b"\x01 ôbıJr É>\f ªo\t e¥ "
b"\x01 ôbıÿq/ü ~sFy-╗ "
b"\x01 “bŽñær\x1A ·ÿ*PõÚDœ "
b"\x01 “bŽò4qΡ~>\x18\x05 JÁ\x04 "
b"\x01 “bŽò€qì’á‚S\x18 €Væ "
b"\x01 ôbÄ‗╠sò£kR»KNü8 "
b"\x01 “bŽó\x19 p)¶‡Û\x1F ñ?;À "
b"\x01 “bŽófqÒƒâ\x02 }Ý|ÿÓ "
b"\x01 “bŽó³r6£e]²\x06 Ca¯ "
b"\x01 “bŽóÿpÃ’Ø¢\x17 §ÐŸ "
b"\x01 “bŽôKsa¢\x10 ÏC\x01 3#ð "
b"\x01 “bŽõîr\x1F °ö0î\x11 º(Ô "
b"\x01 “bŽö;p¯˜e`!L6P€ "
b"\x01 “bŽø.qíŒÒSãú;0l "
b"\x01 ôbİzs÷ê▀u┘üd¯Q "
b"\x01 “bŽøÆrê™>€âÆ)\x16 f "
b"\x01 “bŽù\x13 s>•Så*®ñ„s "
b"\x01 “bŽù_rñ°bWÚùaÌZ "
b"\x01 “bŽù¬p.ˆ\x01 &i‘ÿ\x08 | "
b"\x01 “bŽùør~•i\t §™°UÏ "
b"\x01 “bŽúDq5Œ-Ge³}œñ "
b"\x01 ôbÄ·Ésc¥ï╬2ù\x14 1░ "
b"\x01 ôbÄ·▄pâ│,=Â\x00 Þüë "
b"\x01 “bŽû(p¥ΙöZ¾B§ "
b"\x01 ôbĹus╚Éa\f çmH~¹ "
b"\x01 “bŽûÂrº¡\x03 ¸=Ó¿\x07\x13 "
b"\x01 ôbij\x10 pÝØ$▒`ñ\x1C ýÁ "
b"\x01 “bŽü^r½®P}“þâ¸\x1D "
b"\x01 “bŽüªrá‘f\t\x1E éÁ\x05 Q "
b"\x01 “bŽüôq\x11 µô\x1C røf•- "
b"\x01 ôbIJ?pE®╦ì1bb╝7 "
b"\x01 “bŽýŠpÐ Ï\x06\x1F H\1) "
b"\x01 “bŽýÕr\x04 ®¥|\r \G0Æ "
b"\x01 ôbÄ■ q■ä\x0E Ø=(´ÖÕ "
b"\x01 ôbÄ■ks»üÁÔ×z¡`¸ "
b"\x01 “bŽþ¶p¾½ev9Ý>g^ "
b"\x01 ôbÅ\x04 òrÍä ù±ÌrAÉ "
b"\x01 ôbÅ\x04 ýpõ┐2┐ê¶2:┐ "
b"\x01 ôbÅ\x05 ?s┴½¯Òæ\Là÷ "
b"\x01 ôbÅ\x05 ÉsËñ┤▒¿ã~©½ "
b"\x01 ôbÅ\x05 Òp║Än■Òfß}ý "
b"\x01 ôbÅ\x06 6pµ┐õ±Û\x16 ▒¨& "
b"\x01 ôbÅ\x06 ër│äIB█Áåò├ "
b"\x01 ôbÅ\x06 █rÖû*Æ├EÙþV "
b"\x01 ôbÅ\x07 -shÄUëÏ\x15 UÜj "
b"\x01 ôbÅ5Ys\t ïC=Ë‗*\x0E õ "
b"\x01 ôbÅ5ñq~ê^g¤®µ± "
b"\x01 ôbÅ5q│┘Î╝_c\x01 "
b"\x01 ôbÅ6=p|ºÉú¡\x06 ×Aù "
b"\x01 ôbÅ6èp\ø\x12 8Àµ┼TÖ "
b"\x01 ôbÅ6┘p\x05 ×´\f ©iË\x00 ü "
b"\x01 ôbÅ7%sDñ└Æ»Í"¥█ "
b"\x01 ôbÅ7rs\f ô\x02 mÝhÉRÖ "
b"\x01 ôbÅ8êpkåø;JJ¯Ó$ "
b"\x01 ôbÅ8ısFâxø\x10\x15 ▒ÊÉ "
b"\x01 ôbÅ9!q!Ƨ9Á▄\x1C é┴ "
b"\x01 ôbÅ9mq┼»çð┬iü&T "
b"\x01 ôbÅ9©rçò0Üèü\x1F ,ç "
b"\x01 ôbÅ:\x04 rNâ¾kí╩L\e ³ "
b"\x01 ôbÅ?¤pîçdwí|\t %└ "
b"\x01 ôbÅ@#rkæ\x12\x1F î├[½f "
b"\x01 ôbÅEvr´áÝ╔\x1E Þ7§´ "
b"\x01 ôbÅM6p`¿¿ ø╗"o\x0E "
b"\x01 ôbÅN╬ré¥%\x1D /ÙÔÆ× "
b"\x01 ôbÅQ`pU╗kª[╬@\e\x06 "
b"\x01 ôbÅX©p■ñLÀãÖ╚ÌR "
b"""
\x01 ôbÅY\n
r½ë\x01 G¦°ì░Z
"""
b"\x01 ôbÅ]5ríì*A░█°$¹ "
b"\x01 ôbÅ]éq?ñwëÿô\x18 <\x10 "
b"\x01 ôbÅ]╬p#ì3GàË\x02 ,á "
b"\x01 ôbÅ`\x16 rÚè²╩Ù¨¸\x10 ë "
b"\x01 ôbÅh\x1A så║.\x08 ╝s╗\x0E + "
b"\x01 ôbÅhgqºû\x16\x10 ¨.\x11 ü¥ "
b"\x01 ôbÅÄùp┬½é┐[ÝäÑ┴ "
b"\x01 ôbÅÅ2s(è└±\x17 +%éØ "
b"\x01 ôbÅÅ\x7F qá¼1ê\x18 õ3┴╬ "
b"\x01 ôbÅÅ╠sàÂC¤ÍöÚf┌ "
b"\x01 ôbÅÉ\x18 rïª\x15 iÈ@¹¦3 "
b"\x01 ôbÅÉfríà?ÝgÄyÝË "
b"\x01 ôbÅÉ┤q3ê\x02 ═\±^ÙY "
b"\x01 ôbÅæ\x04 sß½6\x1A ┘³╬&4 "
b"\x01 ôbÅæSp®¢ªR¸═øëm "
b"\x01 ôbŃCrjüõ¸\x01 ÈÂ\x07 Ü "
b"\x01 ôbÅ▓6r╣Â+ýÕ\x7F 6■G "
b"\x01 ôbÅÁüs'êÞ&R?ÆZé "
b"\x01 ôbÅõ5r¸Å£äò{gÀ` "
b"\x01 ôbÅõép┬ÇOç\x7F z^Ö\x15 "
b"\x01 ôbÅõ═sã®þÁ(´îå\x16 "
b"\x01 ôbÅÕ\x19 q\x08 ▓G~N]ûÅ. "
b"\x01 ôbÅÕfs÷ø!ÐRÌ\x0F Zñ "
b"\x01 ôbÅÕ▓rÿâÔ‗?¬Ü-\f "
b"\x01 ôbÅý qr½½0}¥y\x08 X "
b"\x01 ôbÅÝTs=áÿ#¥×~¦O "
b"\x01 ôbÅÝóq\x19 `\x08 ╣╠ð "
b"\x01 ôbÅݯsÉÇ!WÄ\x1D <\9 "
b"\x01 ôbů:sL┐╚═+È\f hî "
b"\x01 ôbůçrÆìWÉ‗Dz\ "
b"\x01 “b•×|p6´Àj ¨Lþö "
b"\x01 “b•×ÊpòŒ\x1C B\x08\x1D\x16 –\x03 "
]
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 , 0x0190DA88114773A2900E240BE6FD70E3 , 0x0190DA88115D70919D5FA398C51BC80D , 0x0190DA88117472A98888339BA4B0C26F , 0x0190DA88118B722298F888CE424A5FA5 , 0x0190DA88119F708EB5C101BD0EC4E15B , 0x0190DA88299570319F9FA74FB434E2FF , 0x0190DA8829A372C9B883F248F3D4948A , 0x0190DA8829B2725882D2FA872580110E , 0x0190DA882B58724B8DE9DA2414649E1D , 0x0190DA882B6E71B6BF89B5B66471CE1B , 0x0190DA882B8572D6BAD23FD75BA5AB4D , 0x0190DA882B9C716F8F0BB901FAF9B242 , 0x0190DA882BB1715E8A05E5F6A6F4455B , 0x0190DA882BC67395A101D1DB806E09B3 , 0x0190DA882BD9713CA376BC2BA02AC66C , 0x0190DA882BEC708DB5A9BF9E56A2526A , 0x0190DA882BFA7250B41FC18DEADE8DD7 , 0x0190DA882C0D7259BECFB05D27C8D63D , 0x0190DA882CD670279A367C834D7D9ED8 , 0x0190DA882CED715494B82B939F888D5E , 0x0190DA882D037368A5D4E747A0DD9908 , 0x0190DA882D1B720A848F8FD71F722A9A , 0x0190DA882D31727B99E8896B2419EECE , 0x0190DA882D4670838F62EAC5C643B9FB , 0x0190DA882D59700A9518311A5D5F32B6 , 0x0190DA882E1B73B3AE21E8A0BE5F69EE , 0x0190DA882E3271F598CA09174C3BBE66 , 0x0190DA882E4871F0AC304D133B52ABD4 , 0x0190DA882E5E733782338AF8F8F3E8EE , 0x0190DA882E7171DCA48DD0E05685FE68 , 0x0190DA882E87704192DD580D012C59B4 , 0x0190DA882E9B736E894738E0846961F2 , 0x0190DA882EAE72F9A6136A90D4B6CB5F , 0x0190DA882EC470888F44B8B3A35DA5D5 , 0x0190DA8CF7BA7181AF72B14FBEFBE0E5 , 0x0190DA8CF87D71AA88AE9244975D71FA , 0x0190DA9FE246727D87F6DA6ADE05CE56 , 0x0190DA9FE337717EB0C3D459B00C95B2 , 0x0190DAA13CE0719A9B7221DFEBEAD44D , 0x0190DAA13E5E70B698B7FA98B406EA45 , 0x0190DAA13E86724A93276FFFC4A34132 , 0x0190DAA13F59731B909287766101BDD7 , 0x0190DAA13F8370EF9233023340A10C7A , 0x0190DAA1405C706F8FF3C9EAE6DC4FC0 , 0x0190DAA150AB730D96978B2AF776ECD6 , 0x0190DAA1519F725091B06C5F8FD60948 , 0x0190DAA153E171F0ADBB41C3A8D88150 , 0x0190DAA154E172C39038B6AC943470E4 , 0x0190DAA1550B70898D0F3F66CEBB2641 , 0x0190DAA157EA715D9DA13051988B37E8 , 0x0190DAA158A5730089BBF8B68CCB6CF6 , 0x0190DAA1596F7102BEA00F1878408E22 , 0x0190DAA15A4873F3B7ECDBFA912B32CD , 0x0190DAA15D1470DDBDA79199375D2C36 , 0x0190DAA15DEF73F8A2080DF5E30D4982 , 0x0190DAA15EE171A6856EF4C07F20EBED , 0x0190DAA15FBF7279A52DC094A93AF23D , 0x0190DAA16119724D964F310402E03595 , 0x0190DAA162697147AD2717EE40A18A91 , 0x0190DAA1637373A8A4D4A84E4F8F2EFF , 0x0190DAA168287265B6E7A7030BA5805A , 0x0190DAA169AD70CDAAFDBA8D1A4B78F1 , 0x0190DAA16A6D713BB4F70A7F95A0FFC2 , 0x0190DAA16B5671E0B9C905B25A744C8A , 0x0190DAA16C237264B9107ED1096AE178 , 0x0190DAA16D8F7026A045328FC657D595 , 0x0190DAA17060736BA2CB289F10FD6E60 , 0x0190DAA1711A700A81C0F37E8BE2133B , 0x0190DAA1714371EC9A1A5A2A56A23968 , 0x0190DAA171647277A880FD2F8FABA0C5 , 0x0190DAA172B17379A45CF3AEFD3C55C0 , 0x0190DAA172DB720F90A4F59A745BB3C3 , 0x0190DAA173A9735889DDE8B03EA43E03 , 0x0190DAA173D372B9ACD51B8E641FCFA1 , 0x0190DAA173EE70B9A13F02C99640C2C6 , 0x0190DAA176FC72FBB97767DE3C3D5211 , 0x0190DAA177EE710A9A1C16B243B912CD , 0x0190DAA1781870B7984F43A67DC9781F , 0x0190DAA178F5709B916338A72C08C682 , 0x0190DAA1791F72C491A7CB2ADF115867 , 0x0190DAA19E1570F897982CB37866AA9A , 0x0190DAA19E3F72CE904C0EA38E944C09 , 0x0190DAA19F8873ECB0C011F09AC3B21C , 0x0190DAA19FB371A286938BA0630FBC71 , 0x0190DAA19FD672A1BFE6C8371FE8ECB8 , 0x0190DAA19FF37081A2310AE9C0C4C65D , 0x0190DAA1A00F702E876FAB3FE0FA4F24 , 0x0190DAA1A02B718791307A5D5EF4FF88 , 0x0190DAA1A0487312A9FE290E37E153F7 , 0x0190DAA1A1917241A7B94F3F1ACB747A , 0x0190DAA1A1BB726BA91D252A4A79DCB9 , 0x0190DAA1A1DC7097B9188E9E628C9CA1 , 0x0190DAA1A1F973F9B6427CB06B73FA87 , 0x0190DAA1A21672A8BCE387529B4F3C05 , 0x0190DAA1A23371AF94D97452769BDD38 , 0x0190DAA1A2E972DF90B6B84330A8CF89 , 0x0190DAA1A31270FEB5B5BF0347347108 , 0x0190DAA1A3347310888B35197951468D , 0x0190DAA1A35072F59F5E44A3856DE6EE , 0x0190DAA1A36C73459320ECE97F363743 , 0x0190DAA1A38973539DF5EF278DB86941 , 0x0190DAA1A43F71D1B8744F722609FC28 , 0x0190DAA1A4687262ACA598A148D0682F , 0x0190DAA1A48A72348A6EBFAFEA20CDF7 , 0x0190DAA1A4A67374847CE88EFE9620BA , 0x0190DAA1A4C273C3B6A4C10A4B98AD19 , 0x0190DAA1A4DE732DB97E8AEF6F7E7149 , 0x0190DAA1A58D737AAE9E7B2F6BFE74F0 , 0x0190DAA1A5B47293AD5B7887589232FF , 0x0190DAA1A5D670E98C6E08EE94C4E093 , 0x0190DAA1A5F27254A78282F9111558DC , 0x0190DAA1A60E702CB6B9267A594DA834 , 0x0190DAA1A62B70A1BE58FF0B95BF24EB , 0x0190DAA1A6497290AE04B3F85FD3F770 , 0x0190DAA1A667733186CB6ABF87E2C529 , 0x0190DAA1A6F872C1A4936446E75211BF , 0x0190DAA1A721707CBEA6A974D7E8953A , 0x0190DAA1A74172F2A39CECB88BE7D258 , 0x0190DAA1A75D71E09838A4D295B4BB1E , 0x0190DAA1A7787183A376C0EF58889F38 , 0x0190DAA1A79570F98F42718F60424101 , 0x0190DAA1A7B373D8B50F2B7B68DA6407 , 0x0190DAA1A7CF72FBA4DFDAB5A1123625 , 0x0190DAA1A7EB72368412F29C9D5A1B84 , 0x0190DAA1A89971DD84AA5B586FECD605 , 0x0190DAA1A9497164B66958D43AA3497D , 0x0190DAA1A97371CBA81F507A2B1C97F8 , 0x0190DAA1A99570339550F1257773A334 , 0x0190DAA1A9B171CDB4E75A4BAE317229 , 0x0190DAA1A9CE7255B701E40EB5A96D1E , 0x0190DAA1A9EC73A99FE9E8482F5AE4AD , 0x0190DAA1AB6D70ADB3AA0533FA6937A9 , 0x0190DAA1AB937323BB47331E535D98C7 , 0x0190DAA1ABB573C59B959F0AF5A5053A , 0x0190DAA1AC7F71B38A2686875AF60758 , 0x0190DAA1AD62700CAFC88E2AAA6BED56 , 0x0190DAA1AD92716F8FE49425E0C8E9C5 , 0x0190DAA1AEE4713A88F360D4EB2F9BF5 , 0x0190DAA1B04573D3B846FFEDF4725494 , 0x0190DAA1B06C704992E814A0C4C16BC3 , 0x0190DAA1B3787275888DD0AE28043DEB , 0x0190DAA1B42772B4ABA909F79915BFA1 , 0x0190DAA1B4DE723AB2C9ED03C239FDBA , 0x0190DAA1B5A97061B64B42286FF56637 , 0x0190DAA1B66A7149A9C975FEF94943DA , 0x0190DAA1B7287302A805016766F447C0 , 0x0190DAA1B7E0730DB3419634F1379606 , 0x0190DAA1B8A473DF8A17862102B35416 , 0x0190DAA1B9597140A2B199EB8D87CA70 , 0x0190DAA1BA247388B9E37A294F816FAE , 0x0190DAA1BAE873CEBD7E068E244475BB , 0x0190DAA1BB9D728E8DBA321EA577097C , 0x0190DAA1BC55721AA790FEA1F3B6A943 , 0x0190DAA1BD1073AE92CF59EC446A7708 , 0x0190DAA1BED072FE9A17CAD0C5423176 , 0x0190DAA1BEFB707A86CD2E933084D630 , 0x0190DAA1BF1E7004BA44C1A0B6DD369A , 0x0190DAA1BFE3720E8F880FC5C14C7F71 , 0x0190DAA1C0D07136A850D936BDC75CD4 , 0x0190DAA1C0FB72449CDA2FF1DD6F1D9A , 0x0190DAA1C11E72DD95B61829752E36B6 , 0x0190DAA1C13B73E1A8BF6D57F9D3B972 , 0x0190DAA1C200702787CD93B74DCBD675 , 0x0190DAA1C22B71FF9837026A5B68A51F , 0x0190DAA1C2FB7023BFDC8808EBED5E04 , 0x0190DAA1C3B2720BA4E75730B5A83AA4 , 0x0190DAA1C3DD73B69747CC05A5212B0E , 0x0190DAA1C495707DBE1DEE2692912A83 , 0x0190DAA1C62F7076BE3623E2C2D6D2C4 , 0x0190DAA1C65A71378F1090E2D78E4E68 , 0x0190DAA1C67D727193D887C2A7936031 , 0x0190DAA1C69A7312AF2121DC6C98BBAD , 0x0190DAA1C6B67298AA4A3227C03D03BA , 0x0190DAA1C770701CA51E06F2135D133A , 0x0190DAA1E28E7315A8EFC382CAB042AB , 0x0190DAA1E2AB72288398AAA9E0B3DB16 , 0x0190DAA1E37F717B80AD3982F133770F , 0x0190DAA1E45D705CB8B6F5CE30B5D04D , 0x0190DAA1E553707C83C0C8D41E0025A5 , 0x0190DAA1E57F7156A659B352898B1222 , 0x0190DAA1E61C72B698B608D1AD9586FE , 0x0190DAA1E6467207A65C7CD48C550022 , 0x0190DAA1E661711D80699F9A1DFA4953 , 0x0190DAA1E70D719EBAFAA9B0712F87DA , 0x0190DAA1E7EB7366A9B178789CFFA9F4 , 0x0190DAA1E8E97260839E6778DDFD49F7 , 0x0190DAA1E91F721EA06990B6525B0729 , 0x0190DAA1E9497043ADB57ED79A3C2B93 , 0x0190DAA1E97172A7BD1E87AA7FF06872 , 0x0190DAA1E98D730291892D0141A3FFEE , 0x0190DAA1E9AC72758109E243EC8751DE , 0x0190DAA1E9C9718AA6853A6BB981A6F4 , 0x0190DAA1E9EC738B978DEAED1849E4EC , 0x0190DAA1EA0871DBAF155A36B7DFC301 , 0x0190DAA1EBCC72499E80FAF8F81E69B7 , 0x0190DAA1EBFA71CDB193DABFBE07C4D0 , 0x0190DAA1EC1E73D895C13D2F9BBC31FD , 0x0190DAA1EC407051A7E71EC73E5C198C , 0x0190DAA1EC5C72729BAA570FDEE5701D , 0x0190DAA1EC7F71FEA4C0AAA7D38C5D90 , 0x0190DAA1EC9C730795A6A00EC71031E2 , 0x0190DAA1ECBB710490062D1A48171092 , 0x0190DAA1ECDB70C392C7FBDE60C67AD8 , 0x0190DAA1ECF77104910985AA77B07FCE , 0x0190DAA1F2227390AFACEFE7B76570FC , 0x0190DAA1F2527224840FF70F3A505EDA , 0x0190DAA1F27570A5ABA004A974D4210D , 0x0190DAA1F295736BB585A343AE9ED9A8 , 0x0190DAA1F35C7313A5DDCFA98CF829DC , 0x0190DAA1F38D73B390CC0F90097EA4C1 , 0x0190DAA1F3B1735281DCC28F2086EDB8 , 0x0190DAA1F3D07192818ECDE3CDE416EC , 0x0190DAA1F3ED710BA3CD938B02F7159D , 0x0190DAA1F40C7134A742100BB9669ABF , 0x0190DAA1F5C2727DB8D221E321B3E3EC , 0x0190DAA1F6B970599ADE71EC86928E16 , 0x0190DAA1F6E373399266D9796800E4C6 , 0x0190DAA1F70472E4A2FFBC881DEF90AC , 0x0190DAA1F72172539168FA13874218C7 , 0x0190DAA1F7F9729E9791DF46154F3D1A , 0x0190DAA1F82773BD9844B17813439379 , 0x0190DAA1F849729FBED96A1047775BD8 , 0x0190DAA1F86673C992C1BC54C38CADCD , 0x0190DAA1F882702AB3FA1F5888FBFBDE , 0x0190DAA1F89F73E2873E0BDDEFD625F5 , 0x0190DAA1F9BE71ED908C094B775B695E , 0x0190DAA1F9E87175865B00FC40984C1C , 0x0190DAA1FA04739ABA37F1E371126DF3 , 0x0190DAA1FA2070DCB24D83357371AA7E , 0x0190DAA1FA3D72C6816DE9D05F64CFE7 , 0x0190DAA1FA59718E92061A49CBEA826A , 0x0190DAA1FA757378B079645DDC3F483E , 0x0190DAA1FA917005A2B72E6A9D2328AC , 0x0190DAA1FAAE73DBAB567C632B562C34 , 0x0190DAA1FB7172BB9024416F5DC064DE , 0x0190DAA1FB997011BFFA045D17C03189 , 0x0190DAA1FBBF721DB6AA4808F5DFB9B2 , 0x0190DAA1FBDE70498A7FE86504559071 , 0x0190DAA1FBFA736CA1AB21EAF398B14A , 0x0190DAA1FC1971769779A5AC89F7D230 , 0x0190DAA1FC3670C0A70F260A58621A3C , 0x0190DAA1FC5372C68A7982E9624C7646 , 0x0190DAA1FD3173A3AD8BB9F0730DAC84 , 0x0190DAA1FE0C735C8451CCEBE74049FF , 0x0190DAA1FE3A70598B760BF335945669 , 0x0190DAA1FE5F70DEA24DD5933B79C0C9 , 0x0190DAA1FE7E7305B25BCE1B7B16B2CA , 0x0190DAA1FE9B7321BE3DDF124B6F0128 , 0x0190DAA1FEB77119AFD93E8B070351D7 , 0x0190DAA1FED57249A113DE7916EB5629 , 0x0190DAA2018A7152AC12756DA185546B , 0x0190DAA201B770EDB419A589C5615835 , 0x0190DAA201DD708492371EB930DDBD74 , 0x0190DAA201FC716C9B7F6F5561B945B0 , 0x0190DAA202E97362B3C87AE35DBC9FA7 , 0x0190DAA205BB737F833DFC8ADB29EDC3 , 0x0190DAA205E272EEB9EC2D9C2F5C4D65 , 0x0190DAA20604722A97DE398DCF8C45E9 , 0x0190DAA20620730489F814BBAA1AA935 , 0x0190DAA2063D725782D01ECDDD75F70B , 0x0190DAA206597170ABB57183BC1A7926 , 0x0190DAA2067572DBA2AADD72ECD400EF , 0x0190DAA206917324A1AE195AEBFFCACF , 0x0190DAA206AE735086CCFA948B3A5A98 , 0x0190DAA206CA7367B77879B3FE5CEA7D , 0x0190DAA206E671FEA125B4FD66580261 , 0x0190DAA2070270DCAB0E3DD720E9BFD9 , 0x0190DAA2081A737BB393AAF1ECE4F318 , 0x0190DAA2084472F8B46163E3FDCC0C8F , 0x0190DAA20865715EA2DAB1AA953FAFED , 0x0190DAA223F1727DA4CE44AB5DB50E05 , 0x0190DAA224C9735985C73134A9C74CCA , 0x0190DAA2259C7211A2B93E40C9862BC9 , 0x0190DAA229AB72EB906C5A34612A051A , 0x0190DAA22DBC715DBFA856D8A1C61136 , 0x0190DAA22DE671E48429DE9C345B7ED1 , 0x0190DAA22E0A7326A3EDAA795F8DCB1C , 0x0190DAA22E2672D7BB2ABCE4DE36305D , 0x0190DAA22EE7729AAD3AEE11CEA16848 , 0x0190DAA22FA47234A4CF05ABE5E0DB06 , 0x0190DAA22FCB717584DB9D10E2130726 , 0x0190DAA22FED70C49FD36688BD875157 , 0x0190DAA2300D70989371329A6E9D8F72 , 0x0190DAA2302D722B9C2326AECB84D3F3 , 0x0190DAA2304E726EB53F705FDB4C9E28 , 0x0190DAA2306D7011AA175F81E1AB2AC0 , 0x0190DAA2308D705793FFA61C32262064 , 0x0190DAA230AD712DBBFECCE12F073ECB , 0x0190DAA23186723092DF2E72D8682ABA , 0x0190DAA231B07230A93E5B44EA10242C , 0x0190DAA231CC7045AECD1D3F58C3CDC0 , 0x0190DAA231E97220981CEDC05D244977 , 0x0190DAA23205729DA6D4E36B86A74357 , 0x0190DAA232227190976920768D8BE7BC , 0x0190DAA232DA73D0A9D9DD26315C21C2 , 0x0190DAA2330471C985177A005F733EB7 , 0x0190DAA233257239AF255488BBA0FE8B , 0x0190DAA233E771BE9A47E144E6E7DE7F , 0x0190DAA2349D70A780D57765F79C610F , 0x0190DAA234C771DE816D526E0445A622 , 0x0190DAA234E870629EACBEAD70D1348B , 0x0190DAA235057285A3D3C0E48D45A2F3 , 0x0190DAA23522739FBAB1F3ACADAF2F6B , 0x0190DAA2353E7226B851B9841816C8D6 , 0x0190DAA2361E716F8BEFECB96DE22103 , 0x0190DAA236527066857B48210F41A388 , 0x0190DAA2366E73C29C8A0FBE7959DD9C , 0x0190DAA23689703698707A9D55702A2D , 0x0190DAA2372A72299213748D84CB5228 , 0x0190DAA237ED7394972DE94D5689D750 , 0x0190DAA2381770BCA93AD1E7AAA41B70 , 0x0190DAA238397068BCA6C685FE2DF2E4 , 0x0190DAA23855708B8E1C46A1A36AA316 , 0x0190DAA2387170CAA452E42F5167B989 , 0x0190DAA2388E70F2906210BE1DF4ED1C , 0x0190DAA238AA70099C98B16F49B2823C , 0x0190DAA2396372028B67BAF849083BC9 , 0x0190DAA2398C7262970B214D2D8FE494 , 0x0190DAA239AB73DB9AA8573D59A2EE18 , 0x0190DAA239C673DB9E5251ACCAB85DF1 , 0x0190DAA239E272C6BA982CCB0576BCD8 , 0x0190DAA239FD716C85CC1D557F448F19 , 0x0190DAA23A1872DAA947C9C0CEA50667 , 0x0190DAA23A3473B1A4D12212EE7E0F57 , 0x0190DAA23A4F70769FA79FB441AFCA51 , 0x0190DAA23A6A71079C01C202FA0CAAC7 , 0x0190DAA23B0B701B9FD4771A2E3950DA , 0x0190DAA23BC270CA979B67D61F652987 , 0x0190DAA23BE87189A68F0D0EC613B92C , 0x0190DAA23C0573FCA46E50895BC4FAFD , 0x0190DAA23C2070DEBC4FF498D5BAA947 , 0x0190DAA23C3B717697569B9CB35CF858 , 0x0190DAA23C5673D388A358BF19D92ECB , 0x0190DAA23CF370EBB6008D1179F0623B , 0x0190DAA23D1A70139FB8C6D78BF2ECE3 , 0x0190DAA23E7071ABA980AF93D6C068BB , 0x0190DAA23F2B71FF9CD9B9D0B77021CA , 0x0190DAA23F5573A39E9D66095AC3488A , 0x0190DAA2403E72789B422173E0E1CD07 , 0x0190DAA24068728BB8C876D323ECEE51 , 0x0190DAA2408573A7849B0556A65452FB , 0x0190DAA240A17331915F0D272B041F1C , 0x0190DAA240BE71DCABE55C80F852583E , 0x0190DAA2418F7235B953C8CBE62D9EC9 , 0x0190DAA2424973F5B0CF015DB11BD2F9 , 0x0190DAA242737009A2D9512E960B2EEA , 0x0190DAA2433973FB8D28036377C52880 , 0x0190DAA2435671FBAFF9E05074AA0115 , 0x0190DAA2437372C7AE2CF1F941440E17 , 0x0190DAA2438F735A90DA662466E93BD4 , 0x0190DAA243AC707B9D2D86F1772EDEA0 , 0x0190DAA243C8734EB9339DA0B40CA7F8 , 0x0190DAA243E5731298F2CCD962676AA3 , 0x0190DAA244BF7112B08F69D2AEE73FAC , 0x0190DAA245767259A3D49986B47A89C1 , 0x0190DAA2467F71ADA34AB26F4BADCD90 , 0x0190DAA2474271969D82E276242C3F7C , 0x0190DAA24A9A70A490AB0694FC9BDA65 , 0x0190DAA24AC4716D9805386A688A556E , 0x0190DAA24AE673AA9202E2CC57F9329C , 0x0190DAA24B0370AC889C07E68F744110 , 0x0190DAA24E4D7035B16010059F59C9B8 , 0x0190DAA24E7A718893EA3B94366610F6 , 0x0190DAA253DB7163BB86DB9C4607AFF0 , 0x0190DAA254037333B4978A54058C8351 , 0x0190DAA2542070E4882BBC0C5631286B , 0x0190DAA2543E722FB812B826EDB1AB36 , 0x0190DAA2545B7394AB97176317E285AF , 0x0190DAA26FA072D3AB725905A72B3C60 , 0x0190DAA26FC17020878B47CAAEB996C7 , 0x0190DAA275B0725082F295D659071FBD , 0x0190DAA275DB706B94C2E130B5D950DE , 0x0190DAA275F871D6A2F06AE18599DE1B , 0x0190DAA276157286A3ABD6CAEFF26BAB , 0x0190DAA2763271279579882A45635138 , 0x0190DAA2764F70B4B352C0D0CDB2ABEE , 0x0190DAA2766C7106A7225821F3348103 , 0x0190DAA2773870788D91E2C5B054EE10 , 0x0190DAA2776173CAB9FF989D3B59C493 , 0x0190DAA2778272D7AC552CBC6B1A1F6E , 0x0190DAA2779E727C8AA1CB3778FE1619 , 0x0190DAA279FD7360B5A337238AA2D574 , 0x0190DAA27A2571DE85CE8A0D086E7DD9 , 0x0190DAA27A4072EDB5EC9ADF32631CC1 , 0x0190DAA27A5C733EB6C0CA3D1EFFE4FC , 0x0190DAA27A7973BA8BA0967FF745F2FB , 0x0190DAA27A9570A793312EB9018B0AC6 , 0x0190DAA27AB170349912ECB426767978 , 0x0190DAA27ACD720F9847C255106C8E6D , 0x0190DAA27AE97330ABCE8A4584857311 , 0x0190DAA27B0572559382BB9DF96A9284 , 0x0190DAA27B217265BAB283CB07404DAA , 0x0190DAA27B3D715695B2FBE4DCEB881C , 0x0190DAA27BEB7324948BA2C1BB965DC9 , 0x0190DAA27C177128BD01BD9077D152D9 , 0x0190DAA27C3471F58BFF712CDAAE2C58 , 0x0190DAA27C5172CC82F9DD4A9B05AB7B , 0x0190DAA27C6E72D288A7D3BCFD1D9EF8 , 0x0190DAA27C8A70DEB031D0F17B85AC5A , 0x0190DAA27CA77268A2CD3484FF1D4C9A , 0x0190DAA27CC4734DAA9D794970AB4AEE , 0x0190DAA27DAC70FC926032701F1D1F9B , 0x0190DAA27DD372AE950BDEF12C271C18 , 0x0190DAA27DF473F995FCD627C349CC3F , 0x0190DAA27E117096B4882137765C5757 , 0x0190DAA27E2D72109140E8517C2098F9 , 0x0190DAA27E4A708C989234100171A095 , 0x0190DAA27E677317AC24BA6F3488FDD4 , 0x0190DAA27E84701DAB4F06765B169C9D , 0x0190DAA2830B7397B87A4E293CE77366 , 0x0190DAA283287294A9A1843ABE42D843 , 0x0190DAA2834470A3B8D8338DB56FC939 , 0x0190DAA28360707D8B559EB34EDE1B6F , 0x0190DAA288BA705A850A3068798D3847 , 0x0190DAA288E67085B8B8CA85C76C5D86 , 0x0190DAA2890A734195ADA05CD5FD1685 , 0x0190DAA2892B71BE948A15535140D198 , 0x0190DAA28949717EAF7D6FC39293F014 , 0x0190DAA28967722C95DD7C75BE5F5EF5 , 0x0190DAA289847365AAEBD033B34384A9 , 0x0190DAA289A173D1A0CEE82425FA4A05 , 0x0190DAA289BE703FBEAA15E0D5F4B8EE , 0x0190DAA289DB71DA8754CE46571A7110 , 0x0190DAA289F873658A42F532E7280328 , 0x0190DAA28A157223961DE102191C2BD3 , 0x0190DAA28A3172D2880A50CCF88649D6 , 0x0190DAA28A4E7187BBA251B87BD256AF , 0x0190DAA28A6B70C0B091CD369A2670FA , 0x0190DAA28A8873798B22CB40D862765B , 0x0190DAA28AA572F9A575C496ABB094D9 , 0x0190DAA28AC171C387CE4FDFE0C4AA7C , 0x0190DAA28ADE70AD85C5FECAB3A40236 , 0x0190DAA28AFB70E189D9E3683B9AE3EB , 0x0190DAA28B187229B742094C57A7ADBF , 0x0190DAA28B3472FD97D193F63A0780D3 , 0x0190DAA28B51717BAD9FF77FC73BAB66 , 0x0190DAA28B6E72A9A4324A68EB8D738B , 0x0190DAA28B8B71B49B181726758E66C6 , 0x0190DAA28BA7739694D710998FCC48DF , 0x0190DAA28BC4732CBB4BFAB60166F7B6 , 0x0190DAA28BE1711D831E17073D68B36F , 0x0190DAA28BFE72D8AFC64D98BD883019 , 0x0190DAA28C1B711FB54E82A0C01D20C9 , 0x0190DAA28C387230AEAF5F52C04F0E08 , 0x0190DAA28C5573CCAB6A433DDABA2110 , 0x0190DAA28C71720195D722355476E8D9 , 0x0190DAA28C8E71DD83A0F5BEAF893573 , 0x0190DAA28CAB72BD98AF820F0B053786 , 0x0190DAA28CC87170B5D734E97BE57721 , 0x0190DAA28CE47335B2DE8FE9A941E085 , 0x0190DAA28D017334BF08F15CAB9D7595 , 0x0190DAA28D1E73449A857DE733571506 , 0x0190DAA28D3B72F2A09B07E66BADF053 , 0x0190DAA28D5B72EDAB90DB553C1A4629 , 0x0190DAA28D78728D9F957325CD129A2B , 0x0190DAA28E31731AA0C5FDF9E6648E9B , 0x0190DAA28E4F71F39B18BA26182593BB , 0x0190DAA28E6C73539CDD7AC7DC441102 , 0x0190DAA28E8972EBAD7EB8DD6F39F086 , 0x0190DAA28EA9731CB9851054C5594300 , 0x0190DAA28EC5718F9133CF5B5C50FAF8 , 0x0190DAA28EE573FE958187B496E911E4 , 0x0190DAA28F02729A867C4F01E1B385ED , 0x0190DAA28F2271CFB10CEC694422BCF1 , 0x0190DAA28FD071728A0DD8821D9B5D83 , 0x0190DAA28FF970DBBF0F090E6D3C5684 , 0x0190DAA2901A72C79210C7D1D829F67F , 0x0190DAA290377348B565B3DC0AC7F331 , 0x0190DAA2AFAD739D81121AEA3A701B87 , 0x0190DAA2AFCA717ABBC21CFCCF897250 , 0x0190DAA2AFE77145BF9BAF5FAE3D9068 , 0x0190DAA2B00471949B6ABE06BC246413 , 0x0190DAA2B02173489467A42F61BA8BE8 , 0x0190DAA2B03D717C85CC956B3C9A7EED , 0x0190DAA2B05A70709F6C29D3D1DB602F , 0x0190DAA2B07770A48A402C63BD011DA2 , 0x0190DAA2B093732CA24610556E3CACD7 , 0x0190DAA2B0B07397B4A01BFF7D7172E5 , 0x0190DAA2B0CC7045B659457BC2210B74 , 0x0190DAA2B1777006A20BE5E93E9D55BD , 0x0190DAA2B54C72AEB90EEB67863F3821 , 0x0190DAA2B57470F6820E952774E5F031 , 0x0190DAA2B59071F6843E31328484FDFB , 0x0190DAA2B5AD7356B3E1083AAF25CCD8 , 0x0190DAA2B5C9739CBED21354CBE1AA17 , 0x0190DAA2B5E671839EF5BEAAC821B6A2 , 0x0190DAA2B60A72E19A3EC4C2904E98A5 , 0x0190DAA2B6277246B369A954A84F244A , 0x0190DAA2B6447172B6647E5F6431DF7C , 0x0190DAA2B66073C78EAA9D714E432A09 , 0x0190DAA2B67D706AB85BA72759A4EDAB , 0x0190DAA2B69A73F78948DA2EAFC6F434 , 0x0190DAA2B6B77213AC706F0A09BD11CA , 0x0190DAA2B6D37381AEA3DE1376D1ABD7 , 0x0190DAA2B6F07192AB50FA85E0639012 , 0x0190DAA2B70D704FA59D9557046DCAE4 , 0x0190DAA2B72A7329A309E529B7749B20 , 0x0190DAA2B74673738B13E89C62E97696 , 0x0190DAA2B763700FB278A2CC5CBA9E71 , 0x0190DAA2B78070379A5C2D7243BB85CF , 0x0190DAA2B79D70528F5E3FAA0D17922E , 0x0190DAA2B7BA702891195EEEDC8859E0 , 0x0190DAA2B7D671B1B7AA9AB6C7BCF9F3 , 0x0190DAA2B7F370F0B23808A2CBF9FD13 , 0x0190DAA2B81071B9A046635F7A873C41 , 0x0190DAA2B82D72CCA7B0EA69A8868910 , 0x0190DAA2B84A7041BFD46F23D0A57E6F , 0x0190DAA2B867702AAA7BD1D9E1D6D4D9 , 0x0190DAA2B88373EF80255FC80E8B9717 , 0x0190DAA2B8A072249F82A3644AF5B309 , 0x0190DAA2B8BD72A1B823CC083A9EC9C2 , 0x0190DAA2B8DA736AAA54047A9AFED170 , 0x0190DAA2B8F77272A564F5B4FFB80252 , 0x0190DAA2B913707AAF1328F271F43FA3 , 0x0190DAA2B930737AB6A96EB7E8F81951 , 0x0190DAA2B94D7220B3AB7C08FED082BC , 0x0190DAA2B96A705E8AD2AAE2964A3448 , 0x0190DAA2B986703A86A39B8E7A553F63 , 0x0190DAA2BC3C73C6AADBB4AB213D4658 , 0x0190DAA2BC70704CBBE1F53056520F3C , 0x0190DAA2BC9871D7B1B5B924D65D4D5A , 0x0190DAA2BCB471648F5E3259D15326C6 , 0x0190DAA2BCD7722EBBF28793E7AD1AE8 , 0x0190DAA2BCF47202A7EC190D8A58E5C0 , 0x0190DAA2BD1773B5AC8C6A94C2040B2A , 0x0190DAA2BD3372DCBE84F0EF1DD6616F , 0x0190DAA2BD5673A2BEE4E597E861053C , 0x0190DAA2BD7373D3A315CE339983E01B , 0x0190DAA2BD96720D9FF3F95430285E2F , 0x0190DAA2BDB3726BB73E0B618DA76AC3 , 0x0190DAA2BDD670368ACB96CA6E73949F , 0x0190DAA2BDF272FABDCBE908601F2D9B , 0x0190DAA2BE157261986AFF0DF9DBAF6A , 0x0190DAA2BE32720188BA60C163E7A382 , 0x0190DAA2BE55724EA5A88AB4DA130019 , 0x0190DAA2BE7273DFB2A499E44F105A3A , 0x0190DAA2BE9571F485E901E3D58A530C , 0x0190DAA2BEB17137899AF1CBA32461D6 , 0x0190DAA2BED473F19034A74B27FD0F02 , 0x0190DAA2BEF1735A81F469423D45E307 , 0x0190DAA2BF14729AA52CCB6AC2BD6B08 , 0x0190DAA2BF31714CB1355A9DB67DD489 , 0x0190DAA2BF5472AAB686610AD30A0A5D , 0x0190DAA2BF7073AD883EBA6A757542A1 , 0x0190DAA2BF947219A850B78514F4AECC , 0x0190DAA2BFB07009954CFDB4E903C623 , 0x0190DAA2BFD370E98E433C04B0817497 , 0x0190DAA2BFF0736F858770BE5C0C4FC8 , 0x0190DAA2C01370669F05844314B2C4D9 , 0x0190DAA2C0307047A8304FD1EAD15EBC , 0x0190DAA2C05372EEB661AD85520FC706 , 0x0190DAA2C06F705F982D996C892C3AF7 , 0x0190DAA2C092725AB7819A9BBC6BE642 , 0x0190DAA2C0AF72E299830656C654D7C2 , 0x0190DAA2C0D272A79B87AEA81C4C59C1 , 0x0190DAA2C0EF73D29858854E5C090C2A , 0x0190DAA2C1CE71998EAAF54CAFB108C2 , 0x0190DAA2C1FB716392F41D3E4881EAF2 , 0x0190DAA2C21D70C795F2217BFC4EBC59 , 0x0190DAA2C23D70CE8A11146561136162 , 0x0190DAA2C25F7225A35D1DEA583968EB , 0x0190DAA2C27D721CB6A8F20C52746081 , 0x0190DAA2C29B722598B859ED16EC5AAF , 0x0190DAA2C2BD711EBC4E758F79F6A05E , 0x0190DAA2C2DB7128BFB10EDC57A0262E , 0x0190DAA2C2FF72E3A366E235B3908991 , 0x0190DAA2C3CC70FEB5F75EC42970C05A , 0x0190DAA2C48973EBAE615DB98D311BED , 0x0190DAA2E11373FA9A91D8BDED3C5136 , 0x0190DAA2E1C271FEA443C782E07E65E5 , 0x0190DAA2E2AF7002A1EE64750EC5CB3F , 0x0190DAA2E39573188D1EADDF42C4272F , 0x0190DAA2E46573F496E81E0C9A113435 , 0x0190DAA2E5427018B1C61AC9AA225860 , 0x0190DAA2E60D7106AFF0162C79DE6DC6 , 0x0190DAA2E6E072B9B45D6CC18C400C3B , 0x0190DAA2E7BF707C8B524C79E9324434 , 0x0190DAA2E89170EA8B57F17E38736261 , 0x0190DAA2E9557073B97DB14C54C86410 , 0x0190DAA2E98470FDBF63E9BCA208BFBE , 0x0190DAA2EA5A71E6BE60DB91F08E2B82 , 0x0190DAA2EB7A70AF943903BC948C741B , 0x0190DAA2EC89725687FD9F75D05F5B63 , 0x0190DAA2EDA0730D974D33AED3C28A84 , 0x0190DAA2EE8C72A3813797D3FA22BF31 , 0x0190DAA2EEBD7379BFE5B67D8F0CD23D , 0x0190DAA2EEE67305BF9898473DFD6BF0 , 0x0190DAA2EF9C7017BBE2142DB789A9D4 , 0x0190DAA2EFCB7320AD36645E780EF68D , 0x0190DAA2EFEE72F9B5D98A9D7D00CCAD , 0x0190DAA2F00B72D2B6F6A476A0075763 , 0x0190DAA2F0DB7194A716647F91BCC064 , 0x0190DAA2F10B71CCB949961FE8C78937 , 0x0190DAA2F134707EADA826273DF4124C , 0x0190DAA2F7FB7348BBFBDC1B12338A6D , 0x0190DAA2F82D73C2A7442CD6BF778931 , 0x0190DAA2F85471D88D6633A6FA717B05 , 0x0190DAA2F87071568F1389F2DEB1B268 , 0x0190DAA2F890715CA4BA143CC41653BB , 0x0190DAA2F8AD7296911E88A95B47CCED , 0x0190DAA2F8CC70CE8819FE7DB5C9DBB5 , 0x0190DAA2F8E973D195F7BA026329F7F5 , 0x0190DAA2F90B7168980914D7CCFF73F1 , 0x0190DAA2F92771E4984C594DE5D2EB77 , 0x0190DAA2F94871648ADD01911F135EA0 , 0x0190DAA2F964732FB256E9ADEF84FB2C , 0x0190DAA2F9857046B3067E21F57BBA44 , 0x0190DAA2F9A2700B8E0E0984EED6B9B2 , 0x0190DAA2F9C3736192C6DCC29E478DFA , 0x0190DAA2F9E0701092C263214618A83E , 0x0190DAA2FA01710BAD24DB4DBB97273F , 0x0190DAA2FA1D720182977BA5A333EEB4 , 0x0190DAA2FA3E7191904BF100F0D2B328 , 0x0190DAA2FA5B71C78184F08AEC2D7A86 , 0x0190DAA2FA7A7205A0FF64E819FF1880 , 0x0190DAA2FB5F718886EEA0224490D4D0 , 0x0190DAA2FB8E72ECBD71E43D0055765F , 0x0190DAA2FBD472BDBE0F84980B606D59 , 0x0190DAA2FE1E73D6B7230973A1B8FBA0 , 0x0190DAA2FE4B731D94DC2DB94BC5FC4C , 0x0190DAA2FE7173A3AECC82FA27B0B1AF , 0x0190DAA2FF42708B9D7E1C0DFB810E84 , 0x0190DAA2FF6C73C69CB42BAB8A5AF94E , 0x0190DAA2FF8D72E28982C3776C55E4C8 , 0x0190DAA2FFAA718FAB242771651CBA71 , 0x0190DAA2FFC97268B1B779DAC57308F2 , 0x0190DAA2FFE670AFBFF5A900006E82CB , 0x0190DAA3000373D0896F7BFC8854BD80 , 0x0190DAA30023723C9DED2661BB1E6A2A , 0x0190DAA3003F721BA9F638A95138F99C , 0x0190DAA3005F73548F4673325C5AFC98 , 0x0190DAA3007C7002B8334FA3F2AAB581 , 0x0190DAA300987323A05B85EA3F756803 , 0x0190DAA300B5701581DD7BC42FDC9FBF , 0x0190DAA300D17289B4440D48DE2568EC , 0x0190DAA300EE724EA5EF62F422949D97 , 0x0190DAA3010A71FCB732F7049BDE3AFF , 0x0190DAA30127700D863CDD654D539786 , 0x0190DAA30143707F8B14CCA81015620B , 0x0190DAA30160736C92463C40144581A7 , 0x0190DAA3017C724B8A2DB7FEDB8E2D42 , 0x0190DAA30244723FB65EE71BE4779BD3 , 0x0190DAA3031273E9941F07D163B2819D , 0x0190DAA304BB71A89E879C1902AAA5B6 , 0x0190DAA304E5706C84DC9EE24245CF8E , 0x0190DAA3050672B4BAE5EC6474351F36 , 0x0190DAA305D37131822ED4BE7E4B344E , 0x0190DAA305FD70D5AC674BFBE6BD088D , 0x0190DAA3061E72F79279709BC77EEBFE , 0x0190DAA3063B72588B9EC5459172CFCC , 0x0190DAA3073273718D895676A03383EA , 0x0190DAA3075F708BA69D84AB7393E35C , 0x0190DAA3078372E0BD02C9F545C7C39B , 0x0190DAA307A073568B9C24F65B7E6E92 , 0x0190DAA307BD7297888C4A5E76F18462 , 0x0190DAA307DA711185B792D6B5B0C2E7 , 0x0190DAA307F77338978B2A48E1BAD73A , 0x0190DAA308147225AF42127753A7F182 , 0x0190DAA32447721CA4D01F72EAD0B3A7 , 0x0190DAA3246F7310BCD00A8546D3F6E1 , 0x0190DAA3249372D6880BA83C2D3DFC3E , 0x0190DAA3258770B68FEED9E2DF92B495 , 0x0190DAA3265A726090B6085D664BE79A , 0x0190DAA3272071F4BF35668F06C836E5 , 0x0190DAA3274F72A4B15990A9F81A0595 , 0x0190DAA327737140A92DD1B6EF24DADD , 0x0190DAA32790722A9965134CE82C74A2 , 0x0190DAA327AD723A8E10C7C3B6D0A022 , 0x0190DAA3287072C98FD2902ADAFA78EF , 0x0190DAA32898707E8B39B063D91C0B2D , 0x0190DAA328B571B4A0AAF0575F9F5C5C , 0x0190DAA328D2709CAAE89BACF2F0A249 , 0x0190DAA328F073B1BE2F29CCB7922914 , 0x0190DAA3290D71B1A124A90F9DCFF4F5 , 0x0190DAA3292A702E81D7AC2F1E2D984F , 0x0190DAA3294770EDACFF0623427D4E91 , 0x0190DAA32965705D9D67A8EC8EB1FFD8 , 0x0190DAA3298272418B45A3F48A497F49 , 0x0190DAA32A4D7370BD52BCE6991DB6AA , 0x0190DAA32A787342916193CC607D36EC , 0x0190DAA32A9B70E09B469C887B0A2FDE , 0x0190DAA32AB872BB97398EE188C55BA8 , 0x0190DAA32AD5711F9F48A89AA57CDF20 , 0x0190DAA3304D7083B9AFB1DC882173A9 , 0x0190DAA3312A72EDADD596FD31252E52 , 0x0190DAA331DD72B89192078D11690385 , 0x0190DAA332CB73B6B88C715C9DCD2860 , 0x0190DAA332F770D3ABB370F9621D9392 , 0x0190DAA33319719A93AB086C3BFE3766 , 0x0190DAA3333671EB8E9A035A0A28A32E , 0x0190DAA3335872A8825E71B4310C6FA2 , 0x0190DAA33375736AAEA66C5A85C900FF , 0x0190DAA3339672C1A93E1909183C6B4A , 0x0190DAA333B371AB94E2EFAC3B3C5D0A , 0x0190DAA333D370A3845B5922C7F815D9 , 0x0190DAA333F0727D9CA90C40B220C300 , 0x0190DAA3341373D4B4257D4DD5A984F7 , 0x0190DAA3343073C0A7B82BFDA4488C61 , 0x0190DAA33453733B9DA088871D7BB306 , 0x0190DAA3350E724DBAED4F0E10690367 , 0x0190DAA3353870FEBF20606F53D01757 , 0x0190DAA335F27022B0C883016D929EED , 0x0190DAA336E27128B42A8CC5BB1F0B1E , 0x0190DAA3370B70FDB8231A47B37F671A , 0x0190DAA33732739AA49C1B32287D50D6 , 0x0190DAA337517291A1772505218B867B , 0x0190DAA3377570058FCA0BFC07E363DA , 0x0190DAA33793708FBA954BD6743E3368 , 0x0190DAA3387A73E188BC2F2194834FC5 , 0x0190DAA338A4739B93755405C272307C , 0x0190DAA338CB708DA618FEE142E8E4D5 , 0x0190DAA338E87141B261332E60277F59 , 0x0190DAA3390972A0AA7D4C5B5C676779 , 0x0190DAA3392672AEBAF3D3B4035517C2 , 0x0190DAA3394971A4B659F9C40C4521EF , 0x0190DAA3396771D9867D82AA4CF31544 , 0x0190DAA339877156BFA385603E85A4A8 , 0x0190DAA339A473469FE76091F2944A49 , 0x0190DAA339C6700786F64F4B093222E4 , 0x0190DAA339E373C692E93200794E8078 , 0x0190DAA33A0671BFBEF25D55E982B38E , 0x0190DAA33A23728FA1268DA8AEF6746A , 0x0190DAA33B1472F190B540FCB69CED0C , 0x0190DAA33B4070268767A56DA030A10E , 0x0190DAA33B6B70C18885B7CD52F3B5EA , 0x0190DAA33B8873B09D55724009163C1E , 0x0190DAA33BA67230BC279BA57FE8C3B8 , 0x0190DAA33C787009A11960B0BD18BD1A , 0x0190DAA33CA171928BB22809809E7D03 , 0x0190DAA33CC270C28AD39458B156A155 , 0x0190DAA33CDF71F8BBC8F59387C9AA6F , 0x0190DAA33CFC71939A9FE69D03762914 , 0x0190DAA33D1A709BBEA1D0CD38FC4B30 , 0x0190DAA33DF373DDB631ED20A021639B , 0x0190DAA33E1D7312B28ED74BF9423791 , 0x0190DAA33E3E7101A60EE1D2B01F7E9D , 0x0190DAA33E5B7074826C832CF0EB4F25 , 0x0190DAA33E78737BBDCACCC782ECF8CC , 0x0190DAA33E9571E098B8EE95269A2DD7 , 0x0190DAA33EB2713C9031E9CC58E3CC17 , 0x0190DAA340B171ADAF56A1C412D072FB , 0x0190DAA340DC71B482264B20B87F291B , 0x0190DAA340F970A1A4620D7252FF7D79 , 0x0190DAA3411670D5A963ED87A177B27B , 0x0190DAA341337093B675293E63EC7725 , 0x0190DAA34150701F9A8823B9EBEB0328 , 0x0190DAA3416D72AE82F209B284C53A59 , 0x0190DAA3418A725896F253AB11F29240 , 0x0190DAA341A872A1BA147FD1E4C2676C , 0x01936289962F72D2A1BF614A4AE0771F , 0x0193628D06E5731981AEC9D4B67C3785 , 0x0193628D07317107B41C1112B9799A7D , 0x0193628D077E702B8946D5A1D404877A , 0x0193628D09CD739B920ECF92E400FAFA , 0x0193628D0A1971CCA567E1233B27AB54 , 0x0193628D0A667148A248677F046FF50F , 0x0193628D0AB3736FBD682B6CD10F67EE , 0x0193628D0B0170D68A7195577A037667 , 0x0193628D0B4F739091CC036C0F15E8B9 , 0x0193628D113B733F9824D04A4AF29568 , 0x0193628D118D703C91DC47E40AA434BD , 0x0193628D11E071259035E67880B772A9 , 0x0193628D1230709481988AFE22A0A238 , 0x0193628D127E71D4BBB016BFA729AE83 , 0x0193628D12CA720584650BCD4B551BCB , 0x0193628D131D70C3971ABD6005D40DD1 , 0x0193628D136A71A3BA75EB9952BF4025 , 0x0193628D13B67183AA27FA2DA1773974 , 0x0193628D14077010A38806ABF342326C , 0x0193628D145A7028969C17F544ED0B1C , 0x0193628D14AA734A9C7C1483D4993511 , 0x0193628D14F873A1B08D40F592988144 , 0x0193628D154873868C1D90F503235DFA , 0x0193628D159A71948C90EA0E1AA73610 , 0x0193628D15E671CD82529876285FA965 , 0x0193628D1637714EA7631899D2EFE654 , 0x0193628D168A73C1B2D3C538BD20D712 , 0x0193628D16D672E9A0CA0F5D4215A0E9 , 0x0193628D1AE2722F9878097E896B1E9E , 0x0193628D1B2F72D6A6E57AEBEC712F03 , 0x0193628D1E18705A934A7C344A63287D , 0x0193628D1E6571CB960C06B03B61D84F , 0x0193628D200B70D386279B788D2E4AC9 , 0x0193628D205873B7A56772104DBC69AF , 0x0193628D25C87134A8187315F6893026 , 0x0193628D261E717DAF6377320BC7D5FB , 0x0193628D2D5173C78596424F155A1D58 , 0x0193628D2DA170598D5F74D2A02571FB , 0x0193628D302570558D43D22C7EBAC22E , 0x0193628D30777377B0EBE02DFE190E4D , 0x0193628D30CA7050BA6CBAAE6CA3D9B4 , 0x0193628D33F673DE9E604280A6BC004E , 0x0193628D35C27110BCAF648E1FFE0623 , 0x0193628D361273D184424DA4DC2BB077 , 0x0193628D365F72D0A5B3853565BBC32F , 0x0193628D376E7301A0523E068BB8CE6C , 0x0193628D37BD71F397448D2DFB073A5C , 0x0193628D380E7291BE31397A92E109BE , 0x0193628D3860707F94E662778F429A08 , 0x0193628D39FA70548A2CEB6BCB1A643E , 0x0193628D3A477287B76ACAC6AE753488 , 0x0193628D3A9371FDB9BB163CE5FD0051 , 0x0193628D3AE0707593F85531FFA92D31 , 0x0193628D3B2C707E84391C804966C480 , 0x0193628D3B7972628BCBEEC0C001F144 , 0x0193628D3BC571E0810E1F6415B0F0D3 , 0x0193628D3C1371938771F806A110C33D , 0x0193628D3C6172099C9A0A3B008E8E0A , 0x0193628D3CAF73FFB282FF6244EB5176 , 0x0193628D3CFC72D9A598DCCE51AE5F3F , 0x0193628D3D48726DABAA86642F06B56E , 0x0193628D3D95727E809453384ACDC5A4 , 0x0193628D3DE2722E88F72B0283780B9C , 0x0193628D5D7571238F240F09FE4DAF71 , 0x0193628D5DD2719FA546E836B6FC3A1A , 0x0193628D5E1E736FA4F4DC515244DFCF , 0x0193628D5E6B70049183B4C01A988645 , 0x0193628D5EB8721793B5003871DD6C2F , 0x0193628D5F0470B1A6B93D8FE73E1EE8 , 0x0193628D5F517310946B1DEF61697AA0 , 0x0193628D606B70C3A2DD321FC2213EDE , 0x0193628D616771918FF6EB76459EF833 , 0x0193628D61B473AEB4912798876D076C , 0x0193628D6202727D94296913ADB9F296 , 0x0193628D62507158970475FBE088A8D2 , 0x0193628D629C710FA6B87EB4E656C88D , 0x0193628D62E97310B325B8A2B19C8E95 , 0x0193628D633673698A608A0830EDE7D9 , 0x0193628D7DCE73FFAE51241F76CC1E1B , 0x0193628D7E69717E93CE31345EDB4D07 , 0x0193628D7F0A704BAE8DFD3077496229 , 0x0193628D7FAC71D894CEF7FDEA845405 , 0x0193628D81D871698C7DC7320FCF26E5 , 0x0193628D82BE7230AD4A74876B5416AC , 0x0193628D8358702DA3DDC963441FEF24 , 0x0193628D83A6728DB8D21BA4F10B3641 , 0x0193628D84427087843E6A57136CCC9E , 0x0193628EE19A701FABEA1BF46E6F447B , 0x0193628EE1E6711F9E4D34368B6BC9B0 , 0x0193628EE55073A18BCDD719F6A92B85 , 0x0193628EE59D7268BE0B762B5A7F2A5C , 0x0193628EE5E970EBA4F2412736702592 , 0x0193628EE63571EDB8AFD0E5A37CACDE , 0x0193628EE68271828B77BB3B40AF9FCF , 0x0193628EE6CF730BAE9E954BF4198AB7 , 0x0193628EE71E712E8225AA36E68DCC71 , 0x0193628EE76B73DFAD6AC308D98C8AF8 , 0x0193628EE7B770CC9F2B4CB3BDD2DA37 , 0x0193628EE803707897808CF7EA961B61 , 0x0193628EE84F70FAB0A6AF17DD395033 , 0x0193628EE89B7278980F0EB919280FC9 , 0x0193628EE8E77083849DADA7AAF180B6 , 0x0193628EE933704181CDC78A814C33DA , 0x0193628EEF1371AE854C0ECB28472FAB , 0x0193628EEF7E73629FF0E6D7CCB0DAB3 , 0x0193628EEFCA73EA9AD61C162A580DEC , 0x0193628EF0177328ABA4D5E7F8A5D2C1 , 0x0193628EF0637367800398F4113D1423 , 0x0193628EF0B073EA8872C26548606E87 , 0x0193628EF0FC7225A30A0DC90ADB0B66 , 0x0193628EF14A72FF903E0CA66F0965BE , 0x0193628EF198712F81207E7346792DBB , 0x0193628EF1E6721AB7FF2A50F5DA449C , 0x0193628EF23471CEA17E3E18054AC104 , 0x0193628EF28071EC92E18253188056E6 , 0x0193628EF2CC73959C6B52AF4B4E8138 , 0x0193628EF3197029B687DB1FF13F3BC0 , 0x0193628EF36671D283E2027DDD7CFFD3 , 0x0193628EF3B37236A3655DB2064361AF , 0x0193628EF3FF70C392D8A217ADA7D09F , 0x0193628EF44B7361A210CF43013323F0 , 0x0193628EF5EE721FB0F630EE11BA28D4 , 0x0193628EF63B70AF986560214C365080 , 0x0193628EF82E71ED8CD253E3FA3B306C , 0x0193628EF87A73F688DF75D98164EE51 , 0x0193628EF8C672EA993E80E2C6291666 , 0x0193628EF913733E9553E52AAEF18473 , 0x0193628EF95F72F1B06257DAF961CC5A , 0x0193628EF9AC702E8801266991FF087C , 0x0193628EF9F8727E956909A799B055CF , 0x0193628EFA4471358C2D4765B37D9CF1 , 0x0193628EFA907363BE8BCE32971431B0 , 0x0193628EFADC7083B32C3DB600E88189 , 0x0193628EFB2870C2A5CE99F65ABE42A7 , 0x0193628EFB7573C890610C876D487EFB , 0x0193628EFBC272BAA103B83DD3BF0713 , 0x0193628EFC1070ED9D24B160A41CECB5 , 0x0193628EFC5E72BDAE507D93FEE2B81D , 0x0193628EFCAA72E19166091EE9C10551 , 0x0193628EFCF47111B5F41C72F866952D , 0x0193628EFD3F7045A9CB8D316262BC37 , 0x0193628EFD8A70D0A0CF061F485C3129 , 0x0193628EFDD57204AEA57C0D5C4730C6 , 0x0193628EFE2071FE840E9D3D28EF99E5 , 0x0193628EFE6B73AF81B5E29E7AAD60F7 , 0x0193628EFEB670BEBD657639DD3E675E , 0x0193628F049572D684FF97F1DE724190 , 0x0193628F04EC70E4BF32BF88F4323ABF , 0x0193628F053F73C1ABEEE3915C4C85F6 , 0x0193628F059073D3A4B4B1A8C67EB8AB , 0x0193628F05E370BA8E6EFEE366E17DEC , 0x0193628F063670E6BFE4F1EA16B1F926 , 0x0193628F068972B3844942DBB58695C3 , 0x0193628F06DB7299962A92C345EBE756 , 0x0193628F072D73688E5589D815559A6A , 0x0193628F355973098B433DD3F22A0EE4 , 0x0193628F35A4717E885E67CFF0A9E6F1 , 0x0193628F35F071F0B3D9D7BC5FF06301 , 0x0193628F363D707CA790A3AD069E4197 , 0x0193628F368A705C9B1238B7E6C55499 , 0x0193628F36D970059EEF0CB869D30081 , 0x0193628F37257344A4C092AFD622BEDB , 0x0193628F3772730C93026DED68905299 , 0x0193628F3888706B869B3B4A4AEEE024 , 0x0193628F38D5734683789B1015B1D290 , 0x0193628F3921712192F539B5DC1C82C1 , 0x0193628F396D71C5AF87D0C269812654 , 0x0193628F39B8728795309A8A811F2C87 , 0x0193628F3A04724E83F36BA1CA4C1BFC , 0x0193628F3FCF708C876477A17C0925C0 , 0x0193628F4023726B91121F8CC35BAB66 , 0x0193628F457672EFA0EDC91EE837F5EF , 0x0193628F4D367060A8A8FF9BBB226F0E , 0x0193628F4ECE7282BE251D2FEBE2929E , 0x0193628F51607055BB6BA65BCE401B06 , 0x0193628F58B870FEA44CB7C699C8DE52 , 0x0193628F590A72AB890147DDF88DB05A , 0x0193628F5D3572A18D2A41B0DBF824FB , 0x0193628F5D82713FA477899893183C10 , 0x0193628F5DCE70238D334785D3022CA0 , 0x0193628F601672E98AFDCAEBF9F71089 , 0x0193628F681A7386BA2E08BC73BB0E2B , 0x0193628F686771A7961610F92E1181BE , 0x0193628F8E9770C2AB82BF5BED84A5C1 , 0x0193628F8F3273288AC0F1172B25829D , 0x0193628F8F7F71A0AC318818E433C1CE , 0x0193628F8FCC7385B643CFD694E966DA , 0x0193628F9018728BA61569D440FBDD33 , 0x0193628F906672A1853FED678E79EDD3 , 0x0193628F90B471338802CD5CF15EEB59 , 0x0193628F910473E1AB361AD9FCCE2634 , 0x0193628F915370A9BDA652F7CD9B896D , 0x0193628F9F43726A81E4F701D4B6079A , 0x0193628FB23672B9B62BECE57F36FE47 , 0x0193628FB581732788E826523F925A82 , 0x0193628FE43572F78F9C84957B67B760 , 0x0193628FE48270C2804F877F7A5E9915 , 0x0193628FE4CD73C6A9E7B528EF8C8616 , 0x0193628FE5197108B2477E4E5D968F2E , 0x0193628FE56673F69B21D152DE0F5AA4 , 0x0193628FE5B2729883E2F23FAA9A2D0C , 0x0193628FECFF7172ABAB307DBE790858 , 0x0193628FED54733DA09823BE9E7EDD4F , 0x0193628FEDA271198CABCF6008B9CCD0 , 0x0193628FEDEE73908021578E1D3C5C39 , 0x0193628FEE3A734CBFC8CD2BD40C688C , 0x0193628FEE8772928D5790F244F07A5C , 0x01936295D77C7036B4C06A20A84CFEF6 , 0x01936295D7CA70F28C1C42081D169603 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
78
0.14 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.12 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"\x01 É┌kh═q<ïãeÄvBe┘ "
]
SELECT path FROM category WHERE id = 0x0190DA6B68CD713C8BC6658E764265D9 ;
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.24 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
82
0.28 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"""
\x01 Ž\n
\x1A 4œv6½ž^ K´ï™
"""
b"\x01 Å▄ð╝╠sPƒ┤1Iù\x08 Ìz "
b"\x01 Ž\r €²<wIŒX¹ßÕ\v ⟠"
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x018E0A1A349C7636BD9E5E204BB4EF99 , 0x018FDCD0BCCC73509FB431499708DE7A , 0x018E0D80B23C77498C58B9DFD50BE29F ));
Copy
83
0.18 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.08 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
85
0.06 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.11 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.06 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
88
0.14 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.15 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.16 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.23 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.65 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 É┌kh═q<ïãeÄvBe┘ "
]
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 (0x0190DA6B68CD713C8BC6658E764265D9 ));
Copy
93
0.45 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 É┌kh═q<ïãeÄvBe┘ "
]
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 , 0x0190DA6B68CD713C8BC6658E764265D9 ));
Copy
94
6.52 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/0190da6b68cd713c8bc6658e764265d9 "
"/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/0190da6b68dc70cba9e366a1acb369ee "
"/navigation/0190da6b695a70c4bef46d769934ffd6 "
"/navigation/0190da6b69df70f18aa98ed2c8280ae0 "
"/navigation/0190da6b6a7771b7bf370ff0363ac9c2 "
"/navigation/0190da6b6b137230ab10935861ff6fc9 "
"/navigation/0190da6b6bb773b49c2800463d8c1a8d "
"/navigation/0190da6b6c5f70ffaef9adb88b6b81c8 "
"/navigation/0190da6b6d0f73649dc20bcbd26482d4 "
"/navigation/0190da6b6dc67135823f3195aacbbae3 "
"/navigation/0190da6b6dd570e8b56469dac2b85859 "
"/navigation/0190da6b6e5470228f5affb8fb32d7c5 "
"/navigation/0190da6b6ed4733d95f110b22a852942 "
"/navigation/0193531076a3736aac97f4f6037fa531 "
"/navigation/0190da6b6f5c70b5b3f23bd6fe97cb8d "
"/navigation/0190da6b6feb703eb921dc1e76fe23d7 "
"/navigation/0190da6b708a72f1816f6d92ab9cee14 "
"/navigation/0190da6b712f73c286b85387f4970cef "
"/navigation/0190da6b71dc7392a312a28e57c330fc "
"/navigation/0190da6b7290704392c9867973adb2c6 "
"/navigation/0190da6b734b72679c508ff54b5ac6eb "
"/navigation/0190da6b740d71fcb138602a76b33752 "
"/navigation/0190da6b741c703088731b59c8008ea7 "
"/navigation/0190da6b74957160b6c6ad6286e3706c "
"/navigation/0190da6b751572588f4bee18324f6d8d "
"/navigation/0190da6b75a37360ac302cc9cefd1452 "
"/navigation/0190da6b75b2703cb51073e03106a71c "
"/navigation/0190da6b762a7098acf391f8e9a64528 "
"/navigation/0190da6b76aa719ea381dbb620a14dfe "
"/navigation/0190da6b7732704295cfaba3f7cdceff "
"/navigation/0190da6b7741725cace93eacf684150d "
"/navigation/0190da6b77ba7224a2416580247e6c23 "
"/navigation/0190da6b783a71169dd2a95430a481ee "
"/navigation/0190da6b78c373cc9f84ed14d5b2474c "
"/navigation/0190da6b79537146887b5d57a7419d68 "
"/navigation/0190da6b79f673ec92b9e175db13d506 "
"/navigation/0190da6b7a9673738b78c77099906d9e "
"/navigation/0190da6b7b46722f97bbc42b053e36ed "
"/navigation/0190da6b7bfd72f496d8db8c0e0043e9 "
"/navigation/0190da6b7cc9709b8c97fbf75cb06b6d "
"/navigation/0190da6b7da27090845813d9e9e7c4fc "
"/navigation/0190da6b7e7d722fa351108101dc0d0e "
"/navigation/0190da6b7f6773a9bf3c4847189780c6 "
"/navigation/0190da6b805a728aa9fdead7ba735dda "
"/navigation/0190da6b815671309bf080078735260c "
"/navigation/0190da6b825a701489d4c5880aa0dc4a "
"/navigation/0190da6b836771148973176799bfe672 "
"/navigation/0190da6b847f713f86e30c0f1da09d02 "
"/navigation/0190da6b859f724c866ffe6f47c24193 "
"/navigation/0190da6b86a77005b38b945bad0add23 "
"/navigation/0190da6b86b673ba95e30ba6845ce950 "
"/navigation/0190da6b86c573efbf6b12f6a18220e8 "
"/navigation/0190da6b86d4729c9e63a9e58b5e39b6 "
"/navigation/0190da6b875070e48e4bc3a910691c92 "
"/navigation/0190da6b87d3739598076c4b21fc5936 "
"/navigation/0190da6b885e71569e3c2a9e9e53dbf4 "
"/navigation/0190da6b88ff7312b1c1661a6a5ab285 "
"/navigation/0190da6b89b5737daa8ed3f07fbbd026 "
"/navigation/0190da6b8a5b710aac630e88fd1781b1 "
"/navigation/0190da6b8b0c73058638ee4347315f4d "
"/navigation/0190da6b8bc972f889c7c990b2349580 "
"/navigation/0190da6b8bd97212a0d598597b9aafb8 "
"/navigation/0190da6b8c567235a1c48675a7986026 "
"/navigation/0190da6b8cda720cbcd4880e7ac8539d "
"/navigation/0190da6b8d6671448e76fd736ebb3cc8 "
"/navigation/0190da6b8df87300b867b26fd4cbed5f "
"/navigation/0190da6b8ea1711a9c16c2e437fdbeef "
"/navigation/0190da6b8f4d71749e713960b86a4479 "
"/navigation/0190da6b8ffd717ca4484d6253a62839 "
"/navigation/0190da6b90b571cf99a5a4265d2392c8 "
"/navigation/0190da6b9180721e9e168f71f24ec510 "
"/navigation/0190da6b925273c99c7fa9666354522c "
"/navigation/0190da6b932472079a1a24fdad531a3a "
"/navigation/0190da6b9334702fba5c86a9ac7785e5 "
"/navigation/0190da6b93ae7214b2dbfce8e9626609 "
"/navigation/0190da6b942f70f8b05f63acd111d21e "
"/navigation/0190da6b94b3703ebc94fe3e77bb3733 "
"/navigation/01935310ba9971eb8fe07c78f0fa8610 "
"/navigation/0190da6b9543719aabf2f8f7c46c0bbe "
"/navigation/0190da6b95ed73b09ddb2932c20c91b3 "
"/navigation/0190da6b969e71c5a565e3d037c25a05 "
"/navigation/0190da6b972773c0a9278c891fbca036 "
"/navigation/0190da6b97a87093a6f9060b405ada04 "
"/navigation/0190da6b98317143847e4964b0e79aaa "
"/navigation/0190da6b98c27161816e8a8d9f7368c2 "
"/navigation/01935310c1b872e59dabd25b1516ef5a "
"/navigation/01935310c465737ba72fb0c5450780df "
"/navigation/0190da6b9963711288acf26a73acba65 "
"/navigation/01935310c76f734aaf0290a2e911ef5d "
"/navigation/01935310c7d072699e734e15fb2b6fdc "
"/navigation/0190da6b9af87278aeb49ad7144a602f "
"/navigation/0190da6b9b087177ac3bdf3c08a07474 "
"/navigation/0190da6b9b8373d88ff7df8dbc18d465 "
"/navigation/0190da6b9c067153a912db6036f39e30 "
"/navigation/0190da6b9c8f73978067432d46b52fe2 "
"/navigation/0190da6b9d2170659f56b705e7230f4e "
"/navigation/0190da6b9dc470f0960cbe4c2f9ccaf2 "
"/navigation/0190da6b9e6f70efb68b9640c9f35a93 "
"/navigation/0190da6b9f2173528f0e32eee0742f16 "
"/navigation/018e094a67a67363b280f9fde3b3bfe4 "
"/navigation/018e094a66b37270b8fdb26d85a42979 "
"/navigation/018e094a6532730ea4524f8014127326 "
"/navigation/018e094a672a73a0b3f6fde0db20094b "
"/navigation/018e094a7a5573999bca1d3b00290b7b "
"/navigation/018e094a715873c28fd8cea2d22e111b "
"/navigation/018e094a731b7142a8c9da8dfca4ee45 "
"/navigation/018e094a736a702c985ef817386bacde "
"/navigation/018e094a7b04700795828df23dc36629 "
"/navigation/018e094a7b1571d8a72419abb2990255 "
"/navigation/018e094a7c1170dc8726812d94d0fd8c "
"/navigation/018e094a750e7247a9afa9cfc21dd792 "
"/navigation/018e094a75b572019b0ba665e70420b7 "
"/navigation/018e094a762e724fa589f61c6657c8eb "
"/navigation/018e094a792b73e2802ebb9f6f36efca "
"/navigation/018e094a79ac71a0ba68164192a6e42f "
"/navigation/018e094a79f973b4b0f2133e99e7e932 "
"/navigation/018e094a76a973249c8a6b5cc8d80b36 "
"/navigation/018e094a775e70e480c4c2b08a49d9fa "
"/navigation/018e094a77c07331907e8618474fa10b "
"/navigation/018e094a782970d99d9f6926c97c281b "
"/navigation/018e094a789f73cebf2c1d8d66d28c43 "
"/navigation/018e094a78e373f49bab5d5d0f3411d3 "
"/navigation/018e094a73b8717eabde1be0b16685cf "
"/navigation/018e094a742a7202825adc11655a86cd "
"/navigation/018e094a748f731894dd34437b3c47f3 "
"/navigation/018e094a8fe971b491b7d25355f51e4a "
"/navigation/018e094a938a7020a209909d7d5f01fd "
"/navigation/018e094a9400714692eb168f469d3170 "
"/navigation/018e094a94ed73e890e5b25a3306177c "
"/navigation/018e094a9473713b8ddebda5757d8e8e "
"/navigation/018e094a956e731fadb04f802f295091 "
"/navigation/018e094a9603737d9d29f8057d764d6d "
"/navigation/018e094a967270448c2599478746adcf "
"/navigation/018e094a62947243ae498ec01078e18d "
"/navigation/018e094a5d7f71eaa2500f802828aa42 "
"/navigation/018e094a5f4c7341b4112e049fc90a2b "
"/navigation/018e094a5f9f71aba4d5d426972c38c4 "
"/navigation/018e094a5ddd714ab173a3deedef12c8 "
"/navigation/018e094a61e87245a42b124035729a63 "
"/navigation/018e094a60027285a759666e15a0fe9d "
"/navigation/018e094a60e773ce854c119414ed112c "
"/navigation/018e094a607170e8b33a3082f6037523 "
"/navigation/018e094a61697217be035a73229ee805 "
"/navigation/018e094a84e0736b85d111fdc41f49c7 "
"/navigation/018e094a8818725684035e1772cf7f2b "
"/navigation/018e094a89047019aa9e391381074701 "
"/navigation/018e094a888a70bdb163dad321677e1f "
"/navigation/018e094a6f4e70208df7200bff56d69e "
"/navigation/018e094a6fd0733e915c09143bef0af2 "
"/navigation/018e094a706f70a7a5471064a4946dbe "
"/navigation/018e094a70e473249afd934f32ca3b72 "
"/navigation/018e094a6c7070fa9362e8ca77b17bc7 "
"/navigation/018e094a6ecd718f8d0ca01aad84d3f6 "
"/navigation/018e094a6e5a720fa78af5a895a6f374 "
"/navigation/018e094a58537093a750a5da452649f2 "
"/navigation/018e094a5cc773c1be797895bcb57891 "
"/navigation/018e094a5863700aa587b1a649df8e17 "
"/navigation/018e094a595871578324f5509f1eb1c4 "
"/navigation/018e094a53ac70359459db7119922d94 "
"/navigation/018e094a549373d8a088d3f0d4e3df80 "
"/navigation/018e094a55f673f2a72826301b8cdd55 "
"/navigation/018e094a558173bf95c3ee389edc24ee "
"/navigation/018e094a56717282994904be564ea29f "
"/navigation/018e094a56f37172a7ea52e19b2ed487 "
"/navigation/018e094a570d73dd825ac42745bcfb6d "
"/navigation/018e094a4e8972b0a738114f8b15043f "
"/navigation/018e094a51c5704ca48641da73140326 "
"/navigation/018e094a4faa7262baad53bb8af2e792 "
"/navigation/018e094a502571c1aa4549cf53863eb3 "
"/navigation/018e094a526270ae8715cf17c132311d "
"/navigation/018e094a512d71f3b806322541d16e88 "
"/navigation/018e094a530373ec9633e38719e6aece "
"/navigation/018e094a4f3471489e58aa2a3c016992 "
"/navigation/018e094a50a7735db379f61f913cb4d3 "
"/navigation/018e094a59c97091a82f4bde32eb843b "
"/navigation/018e094a5ab071a795b88e73d14e56b3 "
"/navigation/018e094a5c71735ba69e50f01349e139 "
"/navigation/018e094a5b23717a8c32015cceb44d98 "
"/navigation/018e094a4a4272ec9e8a040a6c81253b "
"/navigation/018e094a4ab5738893cc2b40f6ba2316 "
"/navigation/018e094a4c2c7299b22da95f78375be4 "
"/navigation/018e094a4b2b739d8c142a839e61f187 "
"/navigation/018e094a4ba97178b9a1743121a10f37 "
"/navigation/018e094a4cb37375beaca6cda0242845 "
"/navigation/018e094a4de871b0a998505efbe3ad5e "
"/navigation/018e094a4d4d73e68bdb97df92ff0817 "
"/navigation/018e094a634d735ea7d25b755be528a1 "
"/navigation/018e094a63b272e9b0e3b9aeec304ae1 "
"/navigation/018e094a8997710b9543bbf561cb48f4 "
"/navigation/018e094a8cdc708fa293f3f547dbc139 "
"/navigation/018e094a8dca71a2984fde4743f6c583 "
"/navigation/018e094a8d4f7387b404601fd8591f1b "
"/navigation/018e094a8e4b73798196fe3db87d6810 "
"/navigation/018e094a8edf70b8a88923b28c9c0dfa "
"/navigation/018e094a8f5270a9a8c297d19deca51a "
"/detail/4610b2b3f891511590bc3e20e074bd52 "
"/detail/d3f33943fcd950e2b47195a23b046d01 "
"/detail/1a36cb5237c55457b4b8c91cdf44fc34 "
"/detail/07d8d48cc5b555bfa8f2b52bb65be338 "
"/detail/71754decd9695b98a1989c848b63a0ce "
"/detail/500584d86f385beab90936a46e392441 "
"/detail/932e14886f4c57c39520253cb69a0a5d "
"/detail/d6dbe8495c2258bdaca36081e8c86a7f "
"/detail/fdde0f508b6f54379067a0c2fe14bcde "
"/detail/b7f88a83e9215eb6a5d13efd896928e8 "
"/detail/1eef9bd19352520fb6a2cc8984169401 "
"/detail/bd444453b0c65019872c084b2c097339 "
"/detail/0e59a90a97a85994a148257c3463e465 "
"/detail/a3470a5087e555df82f96b9ad3f5bc0a "
"/detail/49204f3786525d0c87e7f4ea71adbc49 "
"/detail/280fea70815951b1b48c7d7310ce4e2f "
"/detail/f2906bdc20ed59909ef62557ef6c75b5 "
"/detail/80c687acec0058ccb32c222808c54c69 "
"/detail/2a44d46a3cb9597eb6b0304adcd9ea0b "
"/detail/fb1ab94f78135b148738b149df06efd6 "
"/detail/8bd331b0a20e5d039ea9341e8ecb9802 "
"/detail/13e4e643a613597894a263dc45571f20 "
"/detail/aeb526c9f9505ab2ae3470914fa489eb "
"/detail/ce3d10d4790a561495ef2836836e298e "
"/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/0190da6b68cd713c8bc6658e764265d9' , '/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/0190da6b68dc70cba9e366a1acb369ee' , '/navigation/0190da6b695a70c4bef46d769934ffd6' , '/navigation/0190da6b69df70f18aa98ed2c8280ae0' , '/navigation/0190da6b6a7771b7bf370ff0363ac9c2' , '/navigation/0190da6b6b137230ab10935861ff6fc9' , '/navigation/0190da6b6bb773b49c2800463d8c1a8d' , '/navigation/0190da6b6c5f70ffaef9adb88b6b81c8' , '/navigation/0190da6b6d0f73649dc20bcbd26482d4' , '/navigation/0190da6b6dc67135823f3195aacbbae3' , '/navigation/0190da6b6dd570e8b56469dac2b85859' , '/navigation/0190da6b6e5470228f5affb8fb32d7c5' , '/navigation/0190da6b6ed4733d95f110b22a852942' , '/navigation/0193531076a3736aac97f4f6037fa531' , '/navigation/0190da6b6f5c70b5b3f23bd6fe97cb8d' , '/navigation/0190da6b6feb703eb921dc1e76fe23d7' , '/navigation/0190da6b708a72f1816f6d92ab9cee14' , '/navigation/0190da6b712f73c286b85387f4970cef' , '/navigation/0190da6b71dc7392a312a28e57c330fc' , '/navigation/0190da6b7290704392c9867973adb2c6' , '/navigation/0190da6b734b72679c508ff54b5ac6eb' , '/navigation/0190da6b740d71fcb138602a76b33752' , '/navigation/0190da6b741c703088731b59c8008ea7' , '/navigation/0190da6b74957160b6c6ad6286e3706c' , '/navigation/0190da6b751572588f4bee18324f6d8d' , '/navigation/0190da6b75a37360ac302cc9cefd1452' , '/navigation/0190da6b75b2703cb51073e03106a71c' , '/navigation/0190da6b762a7098acf391f8e9a64528' , '/navigation/0190da6b76aa719ea381dbb620a14dfe' , '/navigation/0190da6b7732704295cfaba3f7cdceff' , '/navigation/0190da6b7741725cace93eacf684150d' , '/navigation/0190da6b77ba7224a2416580247e6c23' , '/navigation/0190da6b783a71169dd2a95430a481ee' , '/navigation/0190da6b78c373cc9f84ed14d5b2474c' , '/navigation/0190da6b79537146887b5d57a7419d68' , '/navigation/0190da6b79f673ec92b9e175db13d506' , '/navigation/0190da6b7a9673738b78c77099906d9e' , '/navigation/0190da6b7b46722f97bbc42b053e36ed' , '/navigation/0190da6b7bfd72f496d8db8c0e0043e9' , '/navigation/0190da6b7cc9709b8c97fbf75cb06b6d' , '/navigation/0190da6b7da27090845813d9e9e7c4fc' , '/navigation/0190da6b7e7d722fa351108101dc0d0e' , '/navigation/0190da6b7f6773a9bf3c4847189780c6' , '/navigation/0190da6b805a728aa9fdead7ba735dda' , '/navigation/0190da6b815671309bf080078735260c' , '/navigation/0190da6b825a701489d4c5880aa0dc4a' , '/navigation/0190da6b836771148973176799bfe672' , '/navigation/0190da6b847f713f86e30c0f1da09d02' , '/navigation/0190da6b859f724c866ffe6f47c24193' , '/navigation/0190da6b86a77005b38b945bad0add23' , '/navigation/0190da6b86b673ba95e30ba6845ce950' , '/navigation/0190da6b86c573efbf6b12f6a18220e8' , '/navigation/0190da6b86d4729c9e63a9e58b5e39b6' , '/navigation/0190da6b875070e48e4bc3a910691c92' , '/navigation/0190da6b87d3739598076c4b21fc5936' , '/navigation/0190da6b885e71569e3c2a9e9e53dbf4' , '/navigation/0190da6b88ff7312b1c1661a6a5ab285' , '/navigation/0190da6b89b5737daa8ed3f07fbbd026' , '/navigation/0190da6b8a5b710aac630e88fd1781b1' , '/navigation/0190da6b8b0c73058638ee4347315f4d' , '/navigation/0190da6b8bc972f889c7c990b2349580' , '/navigation/0190da6b8bd97212a0d598597b9aafb8' , '/navigation/0190da6b8c567235a1c48675a7986026' , '/navigation/0190da6b8cda720cbcd4880e7ac8539d' , '/navigation/0190da6b8d6671448e76fd736ebb3cc8' , '/navigation/0190da6b8df87300b867b26fd4cbed5f' , '/navigation/0190da6b8ea1711a9c16c2e437fdbeef' , '/navigation/0190da6b8f4d71749e713960b86a4479' , '/navigation/0190da6b8ffd717ca4484d6253a62839' , '/navigation/0190da6b90b571cf99a5a4265d2392c8' , '/navigation/0190da6b9180721e9e168f71f24ec510' , '/navigation/0190da6b925273c99c7fa9666354522c' , '/navigation/0190da6b932472079a1a24fdad531a3a' , '/navigation/0190da6b9334702fba5c86a9ac7785e5' , '/navigation/0190da6b93ae7214b2dbfce8e9626609' , '/navigation/0190da6b942f70f8b05f63acd111d21e' , '/navigation/0190da6b94b3703ebc94fe3e77bb3733' , '/navigation/01935310ba9971eb8fe07c78f0fa8610' , '/navigation/0190da6b9543719aabf2f8f7c46c0bbe' , '/navigation/0190da6b95ed73b09ddb2932c20c91b3' , '/navigation/0190da6b969e71c5a565e3d037c25a05' , '/navigation/0190da6b972773c0a9278c891fbca036' , '/navigation/0190da6b97a87093a6f9060b405ada04' , '/navigation/0190da6b98317143847e4964b0e79aaa' , '/navigation/0190da6b98c27161816e8a8d9f7368c2' , '/navigation/01935310c1b872e59dabd25b1516ef5a' , '/navigation/01935310c465737ba72fb0c5450780df' , '/navigation/0190da6b9963711288acf26a73acba65' , '/navigation/01935310c76f734aaf0290a2e911ef5d' , '/navigation/01935310c7d072699e734e15fb2b6fdc' , '/navigation/0190da6b9af87278aeb49ad7144a602f' , '/navigation/0190da6b9b087177ac3bdf3c08a07474' , '/navigation/0190da6b9b8373d88ff7df8dbc18d465' , '/navigation/0190da6b9c067153a912db6036f39e30' , '/navigation/0190da6b9c8f73978067432d46b52fe2' , '/navigation/0190da6b9d2170659f56b705e7230f4e' , '/navigation/0190da6b9dc470f0960cbe4c2f9ccaf2' , '/navigation/0190da6b9e6f70efb68b9640c9f35a93' , '/navigation/0190da6b9f2173528f0e32eee0742f16' , '/navigation/018e094a67a67363b280f9fde3b3bfe4' , '/navigation/018e094a66b37270b8fdb26d85a42979' , '/navigation/018e094a6532730ea4524f8014127326' , '/navigation/018e094a672a73a0b3f6fde0db20094b' , '/navigation/018e094a7a5573999bca1d3b00290b7b' , '/navigation/018e094a715873c28fd8cea2d22e111b' , '/navigation/018e094a731b7142a8c9da8dfca4ee45' , '/navigation/018e094a736a702c985ef817386bacde' , '/navigation/018e094a7b04700795828df23dc36629' , '/navigation/018e094a7b1571d8a72419abb2990255' , '/navigation/018e094a7c1170dc8726812d94d0fd8c' , '/navigation/018e094a750e7247a9afa9cfc21dd792' , '/navigation/018e094a75b572019b0ba665e70420b7' , '/navigation/018e094a762e724fa589f61c6657c8eb' , '/navigation/018e094a792b73e2802ebb9f6f36efca' , '/navigation/018e094a79ac71a0ba68164192a6e42f' , '/navigation/018e094a79f973b4b0f2133e99e7e932' , '/navigation/018e094a76a973249c8a6b5cc8d80b36' , '/navigation/018e094a775e70e480c4c2b08a49d9fa' , '/navigation/018e094a77c07331907e8618474fa10b' , '/navigation/018e094a782970d99d9f6926c97c281b' , '/navigation/018e094a789f73cebf2c1d8d66d28c43' , '/navigation/018e094a78e373f49bab5d5d0f3411d3' , '/navigation/018e094a73b8717eabde1be0b16685cf' , '/navigation/018e094a742a7202825adc11655a86cd' , '/navigation/018e094a748f731894dd34437b3c47f3' , '/navigation/018e094a8fe971b491b7d25355f51e4a' , '/navigation/018e094a938a7020a209909d7d5f01fd' , '/navigation/018e094a9400714692eb168f469d3170' , '/navigation/018e094a94ed73e890e5b25a3306177c' , '/navigation/018e094a9473713b8ddebda5757d8e8e' , '/navigation/018e094a956e731fadb04f802f295091' , '/navigation/018e094a9603737d9d29f8057d764d6d' , '/navigation/018e094a967270448c2599478746adcf' , '/navigation/018e094a62947243ae498ec01078e18d' , '/navigation/018e094a5d7f71eaa2500f802828aa42' , '/navigation/018e094a5f4c7341b4112e049fc90a2b' , '/navigation/018e094a5f9f71aba4d5d426972c38c4' , '/navigation/018e094a5ddd714ab173a3deedef12c8' , '/navigation/018e094a61e87245a42b124035729a63' , '/navigation/018e094a60027285a759666e15a0fe9d' , '/navigation/018e094a60e773ce854c119414ed112c' , '/navigation/018e094a607170e8b33a3082f6037523' , '/navigation/018e094a61697217be035a73229ee805' , '/navigation/018e094a84e0736b85d111fdc41f49c7' , '/navigation/018e094a8818725684035e1772cf7f2b' , '/navigation/018e094a89047019aa9e391381074701' , '/navigation/018e094a888a70bdb163dad321677e1f' , '/navigation/018e094a6f4e70208df7200bff56d69e' , '/navigation/018e094a6fd0733e915c09143bef0af2' , '/navigation/018e094a706f70a7a5471064a4946dbe' , '/navigation/018e094a70e473249afd934f32ca3b72' , '/navigation/018e094a6c7070fa9362e8ca77b17bc7' , '/navigation/018e094a6ecd718f8d0ca01aad84d3f6' , '/navigation/018e094a6e5a720fa78af5a895a6f374' , '/navigation/018e094a58537093a750a5da452649f2' , '/navigation/018e094a5cc773c1be797895bcb57891' , '/navigation/018e094a5863700aa587b1a649df8e17' , '/navigation/018e094a595871578324f5509f1eb1c4' , '/navigation/018e094a53ac70359459db7119922d94' , '/navigation/018e094a549373d8a088d3f0d4e3df80' , '/navigation/018e094a55f673f2a72826301b8cdd55' , '/navigation/018e094a558173bf95c3ee389edc24ee' , '/navigation/018e094a56717282994904be564ea29f' , '/navigation/018e094a56f37172a7ea52e19b2ed487' , '/navigation/018e094a570d73dd825ac42745bcfb6d' , '/navigation/018e094a4e8972b0a738114f8b15043f' , '/navigation/018e094a51c5704ca48641da73140326' , '/navigation/018e094a4faa7262baad53bb8af2e792' , '/navigation/018e094a502571c1aa4549cf53863eb3' , '/navigation/018e094a526270ae8715cf17c132311d' , '/navigation/018e094a512d71f3b806322541d16e88' , '/navigation/018e094a530373ec9633e38719e6aece' , '/navigation/018e094a4f3471489e58aa2a3c016992' , '/navigation/018e094a50a7735db379f61f913cb4d3' , '/navigation/018e094a59c97091a82f4bde32eb843b' , '/navigation/018e094a5ab071a795b88e73d14e56b3' , '/navigation/018e094a5c71735ba69e50f01349e139' , '/navigation/018e094a5b23717a8c32015cceb44d98' , '/navigation/018e094a4a4272ec9e8a040a6c81253b' , '/navigation/018e094a4ab5738893cc2b40f6ba2316' , '/navigation/018e094a4c2c7299b22da95f78375be4' , '/navigation/018e094a4b2b739d8c142a839e61f187' , '/navigation/018e094a4ba97178b9a1743121a10f37' , '/navigation/018e094a4cb37375beaca6cda0242845' , '/navigation/018e094a4de871b0a998505efbe3ad5e' , '/navigation/018e094a4d4d73e68bdb97df92ff0817' , '/navigation/018e094a634d735ea7d25b755be528a1' , '/navigation/018e094a63b272e9b0e3b9aeec304ae1' , '/navigation/018e094a8997710b9543bbf561cb48f4' , '/navigation/018e094a8cdc708fa293f3f547dbc139' , '/navigation/018e094a8dca71a2984fde4743f6c583' , '/navigation/018e094a8d4f7387b404601fd8591f1b' , '/navigation/018e094a8e4b73798196fe3db87d6810' , '/navigation/018e094a8edf70b8a88923b28c9c0dfa' , '/navigation/018e094a8f5270a9a8c297d19deca51a' , '/detail/4610b2b3f891511590bc3e20e074bd52' , '/detail/d3f33943fcd950e2b47195a23b046d01' , '/detail/1a36cb5237c55457b4b8c91cdf44fc34' , '/detail/07d8d48cc5b555bfa8f2b52bb65be338' , '/detail/71754decd9695b98a1989c848b63a0ce' , '/detail/500584d86f385beab90936a46e392441' , '/detail/932e14886f4c57c39520253cb69a0a5d' , '/detail/d6dbe8495c2258bdaca36081e8c86a7f' , '/detail/fdde0f508b6f54379067a0c2fe14bcde' , '/detail/b7f88a83e9215eb6a5d13efd896928e8' , '/detail/1eef9bd19352520fb6a2cc8984169401' , '/detail/bd444453b0c65019872c084b2c097339' , '/detail/0e59a90a97a85994a148257c3463e465' , '/detail/a3470a5087e555df82f96b9ad3f5bc0a' , '/detail/49204f3786525d0c87e7f4ea71adbc49' , '/detail/280fea70815951b1b48c7d7310ce4e2f' , '/detail/f2906bdc20ed59909ef62557ef6c75b5' , '/detail/80c687acec0058ccb32c222808c54c69' , '/detail/2a44d46a3cb9597eb6b0304adcd9ea0b' , '/detail/fb1ab94f78135b148738b149df06efd6' , '/detail/8bd331b0a20e5d039ea9341e8ecb9802' , '/detail/13e4e643a613597894a263dc45571f20' , '/detail/aeb526c9f9505ab2ae3470914fa489eb' , '/detail/ce3d10d4790a561495ef2836836e298e' , '/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.20 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