1
0.93 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
2
0.17 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
3
0.37 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.25 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
5
0.75 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
6
0.43 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"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"Power-Parts/Fahrwerk-Gabelbruecke/Gabelbruecken "
"Power-Parts/Fahrwerk-Gabelbruecke/Gabelbruecken/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR sales_channel_id IS NULL )) AND ((seo_path_info = 'Power-Parts/Fahrwerk-Gabelbruecke/Gabelbruecken' OR seo_path_info = 'Power-Parts/Fahrwerk-Gabelbruecke/Gabelbruecken/' ));
Copy
7
0.75 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
8
0.24 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
9
0.23 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"cTTl8Hll5wqqzcr9RGEU9dSt2S4q2VXY "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (token = 'cTTl8Hll5wqqzcr9RGEU9dSt2S4q2VXY' ) LIMIT 1 ;
Copy
10
0.31 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"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
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 = 0x274605D71D2B4479A3882D8FD62BFF5C
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
11
0.55 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"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
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 (0x274605D71D2B4479A3882D8FD62BFF5C );
Copy
12
0.26 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"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
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 (0x274605D71D2B4479A3882D8FD62BFF5C ));
Copy
13
0.26 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"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
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 (0x274605D71D2B4479A3882D8FD62BFF5C )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
14
0.36 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = ? )) AND (`language` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ));
Copy
15
0.26 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
16
0.31 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"¡×[¶&ÙNc‡öº\x12 —•+) "
]
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 (0xA1D75BB626D94E6387F6BA1297952B29 );
Copy
17
0.29 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
18
0.16 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
19
0.49 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"W(\x19 ¥ÅRNì§ù\x7F 5†´*@ "
b"×ã`4ÛåIð‘7âù_\x1C\x01 "
b"÷ìlÙÏÄBgü─▀ÆÄg╚ï "
]
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 (0x572819A5C5524EECA7F97F3586B42A40 , 0xD7E36034DBE549F09137C3A2F95F1C01 , 0xF68D6CEBD88E426781C4DF928E67C88B ));
Copy
20
0.49 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"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
]
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 (0x707FEF2F724A4547A0249D181B4679DF );
Copy
21
0.54 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"'´º•òHÁH°ð·^ÇY "
]
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 (0x27B4BA95F2AD48C1AD48B0F0B75EC759 );
Copy
22
0.20 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"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0xA1D75BB626D94E6387F6BA1297952B29 ) LIMIT 1 ;
Copy
23
0.18 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"cTTl8Hll5wqqzcr9RGEU9dSt2S4q2VXY "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'cTTl8Hll5wqqzcr9RGEU9dSt2S4q2VXY' ;
Copy
24
0.24 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
25
0.46 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"\x06 9ÎΈ\x1F EùƒØà€•¨\f z "
b"†;orw>Jj²»Úï\x06 бQ "
b"øÆQ{o*MÚ¹œVu“2!, "
b"\x01 ˜§RqMx!†F\x14 â\x7F ‚Õ® "
b"\x16 a®\x11 Õ\x12 J^É\x04\x15\x1F ù\x1E ┘5 "
b"\x17 \Ò7V\x1A O~„PŒM9ö‰î "
b""\x15 ÿ;4üBÉàãÛÔ\r Â\x16 < "
b""¶±\v opA\x1D –zM®ì—we "
b"dꙦvÎK˜¿½Dh\x04\x00 µ! "
b"nœ¯å[\x1D @o£Ô\x1C\e ÚûÇs "
b"‡¯—zš1@𮡹fî÷²4 "
b"ïïY¯w"C\x1A íd░rýÀ\x15 É "
b"¦5?²¶ÂM(¡@\x0E µZÊŽE "
b"¼Ú¦ïTõO?’y\t \r ~¥ôŽ "
b"┌kÀpëÂAU¢¤»█tüu+ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"JxKq\x15 éM\x0F µq.¡Ñ\x1E ‰Ï "
b"K‡Øl1ÄL\x03 ®Îy¥±HÃ_ "
b"_þz\x06 e¹@-¾Ç:d\t\x12 d, "
b"“ª'KùøMN–ÎQ\r bÝ\x03 ¤ "
b"¦.\x1F j\x1A\v E\x19 ¯@\e bp£qI "
b"│ì╔╝¶c@\e î╦²4É\r Îó "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"ýÌ┬ã&ØNÔí7¹Å¶_äÒ "
b"»l™órþEj‰ŒgÏ¡Dåh "
b"f`uS+àOuž=ƒµlCáY "
b"º«\x1E\x1C ■╝D(ìÕ╚S│ãd┴ "
b"<\x04 À–õÌBïš-<¸íì\x10 ) "
b"""
<õA6žmJ/§\n
¨hzeü-
"""
b"Íþ»\x00\x03 <Aà’¢©\x00 ¹bqp "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"""
.örVh\n
Mкƒ¢\x11\x16 ¤zû
"""
b"ViÞý\x03 ÎM†¥\x18 \r ÿ¸þ* "
b"`ZèœHF/‰\t »\x01 ŽóÚ "
b"e–Ö"\x19 fK%ŸÊ-ª}è1æ "
b"iÒ-À±\x07 L\x08 ™¥\t j’ÙÔH "
b"w(öc2\x15 Aü▒╠Õ╔ß─+Q "
b"z3\x13 ˜K«DÎŽ“ø¾Á©-> "
b"„é\e óÛÌAÈ·ôÉÂóŠS¤ "
b"ˆ>'ZTÊM"‡\x11 n,j¯\x03 \n "
b"Šiaz\x02 ìO\x15 “\e r¨äa¡\f "
b"«ÈÜ<®ºE࿵*y¯[Wr "
b"’[˺>Jè“Ä¢\x03 ü8=¸ "
b"¼†\x15 æœ;IÁ¯Æq480Êî "
b"ûð\x13 ·AsØ.pX\x07 õeÊ "
b"Ê*\v 3.ÅM▓║ÙÞÊÞe\ý "
b"Ê:+\x1C á¿Cl©╣þHRQØe "
b"ä,gl“±LŸª\x0F žÃíÝ›î "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x0639CECE881F45F983D8E08095A80C7A , 0x863B6F72773E4A6AB2BBDAEF06D0B151 , 0xF8C6517B6F2A4DDAB99C56759332212C , 0x0198A752714D7821864614E27F82D5AE , 0x1661A911E5124A5E9004151F971ED935 , 0x175CD237561A4F7E84508C4D39F689EE , 0x2215983B3481429085C6EAE20DB6163C , 0x22B6B10B6F70411D967A4DAEEC977765 , 0x64EA99A676CE4B98BFBD44680400B521 , 0x6E9CAFE55B1D406FA3D41C1BDAFBC773 , 0x87AF977A9A3140F0AEA1B966EEF7B234 , 0x8B8B59EE7722431AA164B072ECB71590 , 0xA6353FB2B6C24D28A1400EB55ACA8E45 , 0xBCDAA6EF54F54F3F9279090D7EA5F48E , 0xDA6BB77089B64155BDCFAFDB7481752B , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x4A784B7115E94D0FB5712EA1D11E89CF , 0x4B87D86C31C44C03AECE79A5B148C35F , 0x5FFE7A0665B9402DBEC73A640912642C , 0x93AA274BF9F84D4E96CE510D62DD03A4 , 0xA62E1F6A1A0B4519AF401B6270A37149 , 0xB38DC9BCF463401B8CCBFD34900DD7A2 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xECDEC2C6269D4EE2A137FB8FF45F84E3 , 0xBB6C99F372FE456A898C67CFA144E568 , 0x666075532BE04F759E3D83B56C43E159 , 0xA7AE1E1CFEBC44288DE5C853B3C664C1 , 0x3C04C096F5CC42EF9A2D3CB8EDEC1029 , 0x3CF541369E6D4A2FA70AA8687A65FC2D , 0xCDFEBB00033C41E092A2A900B9627170 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x2EF67256680A4DD0BA83A21116A47AFB , 0x5669DEFD03CE4D86A518200DFFB8FE2A , 0x605AADE89C48462F8909BB018EF3DAAD , 0x6596D62219664B259FCA2DAA7DE831E6 , 0x69D22DC0B1074C0899A5096A92D9D448 , 0x7728946332154181B1CCE5C9E1C42B51 , 0x7A3313984BAB44CE8E93F8BEC1A92D3E , 0x84E91BF3DBCC41C8B7F4C9C2F38A53A4 , 0x883E275A54CA4D2287116E2C6AAF030A , 0x8A69617A02EC4F15931B72A8E461A10C , 0xABC8DC3CAEBA45E0BFB52A79AF5B5772 , 0xAD925BCBBA3E4AE893C4A203FC383DB8 , 0xBC8615E69C3B49C1AFC671343830CAEE , 0xC7AFD013F0FA41739D2E705807E465D2 , 0xD22A0B332E8F4DB2BAEBE8D2E8655CEC , 0xD23A2B1CA0A8436CB8B9E74852519D65 , 0xE42C676C93B14C9FAA0F9EC3EDDD9BEE , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy
26
0.23 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
27
0.40 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ˜Ð \x06 [p»¹á\f -¦²*C "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x0198D0A0065B70BBB9E10C2DA6B22A43 );
Copy
28
0.19 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ˜Ð \x06 [p»¹á\f -¦²*C "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0198D0A0065B70BBB9E10C2DA6B22A43 ));
Copy
29
0.50 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ˜Ð %Ærº¢¼DWR«3~ "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x0198D0A025C672BAA2BC445752AB337E );
Copy
30
0.22 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ˜Ð %Ærº¢¼DWR«3~ "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0198D0A025C672BAA2BC445752AB337E ));
Copy
31
0.36 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
32
0.22 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
33
0.18 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"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel_country` . `country_id` = 0xA1D75BB626D94E6387F6BA1297952B29 );
Copy
34
0.86 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"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
35
0.56 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x79A36140A28A4CE6AC6D0E2CED062741 OR `parent_id` = 0x79A36140A28A4CE6AC6D0E2CED062741 OR `id` = 0x79A36140A28A4CE6AC6D0E2CED062741
;
Copy
36
3.33 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% "
"%|79a36140a28a4ce6ac6d0e2ced062741|% "
1
12
]
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 '%|79a36140a28a4ce6ac6d0e2ced062741|%' AND (`category` . `level` > 1 AND `category` . `level` < = 12 )));
Copy
37
0.42 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% "
"%|79a36140a28a4ce6ac6d0e2ced062741|% "
12
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 '%|79a36140a28a4ce6ac6d0e2ced062741|%' AND `category` . `level` = 12 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
38
0.53 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
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 (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
39
0.63 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"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
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` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
40
0.41 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
41
1.00 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"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
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` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `currency` . `id` ;
Copy
42
0.31 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
43
0.27 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `parent_id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B
;
Copy
44
1.61 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|dda3ec5fdb8042acb8f8c841f70efe8b|% "
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 '%|dda3ec5fdb8042acb8f8c841f70efe8b|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
45
0.79 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% "
"%|dda3ec5fdb8042acb8f8c841f70efe8b|% "
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 '%|dda3ec5fdb8042acb8f8c841f70efe8b|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
46
1.32 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
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 (0xDDA3EC5FDB8042ACB8F8C841F70EFE8B ));
Copy
47
0.43 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"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
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` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
48
0.67 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"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
b"$)v‹Ì\x04 Eüƒð?·Í2\x02 % "
b"=\x16 uıã;O\x13 ©1\e ì}:\x1D × "
b"E;|™\x7F VO¾¼HZ4ä(r¡ "
b"iŒØ\e ’•Hæ³JkΧ¸v‘ "
b"”ú_›Ž¬JgŒÕ\x13 ð½ß\x1E r "
b"W}╗p/ìG\r ®x\x12\x1D 7╔B- "
b"\x1F äÀ\x13\x1F ¦BÓªLƒ\v ³ž¯A "
b"±¶ƒi‹\x11 @E±¢¿T½\x16 Õ, "
]
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 (0x707FEF2F724A4547A0249D181B4679DF , 0x2429768BCC0445FC83F03FB7CD320225 , 0x3D1675D5C63B4F13B8311B8D7D3A1D9E , 0x453B7C997F564FBEBC485A34E42872A1 , 0x698CD81B929548E6B34A6BCEA7B87691 , 0x94FA5F9B8EAC4A678CD513F0BDDF1E72 , 0x577DBB702F8D470DA978121D37C9422D , 0x1FE4C0131FA642D3AA4C830BB39EAF41 , 0xB1B683698B114045B1A2BF54BD16D52C );
Copy
49
0.39 ms
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
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` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
50
0.59 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"ÇÑ6îÚ\v HtŸc{l9ØPÉ "
b"ùD\x14 Îm¨NÖ³PÑŸ‹"âÎ "
b"•t`\x05 zaJ<“@½¸ô\*ø "
b"'´º•òHÁH°ð·^ÇY "
]
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 (0xC7D136EEDA0B48749F637B6C39D850C9 , 0xF94414CE6DA84ED6B350D19F8B22E2CE , 0x957460057A614A3C9340BDB8F45C2AF8 , 0x27B4BA95F2AD48C1AD48B0F0B75EC759 );
Copy
51
0.28 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
52
0.19 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
53
0.21 ms
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0x707FEF2F724A4547A0249D181B4679DF AND
pm . `active` = 1 ;
Copy
54
0.17 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
55
0.28 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
56
0.53 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Iø#‚k8Hq®Â0®~âñT "
]
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 (0x49F823826B384871AEC230AE7EE2F154 ));
Copy
57
0.28 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"q÷Þ¨>EJI¶\x11 H2\t Fz” "
]
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 (0x71F7DEA83E454A49B611483209467A94 ));
Copy
58
0.38 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"q÷Þ¨>EJI¶\x11 H2\t Fz” "
]
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 (0x71F7DEA83E454A49B611483209467A94 )));
Copy
59
0.38 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"ü·#█V©@MôÝ¿Î7«M; "
]
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 (0x81FA23DB56B8404D93EDA8D737AE4D3B )));
Copy
60
0.18 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
61
0.39 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"\x19 0_\x10 2±D©‹¢\e TËE; "
b"""
(î$×\n
ÓA¤£\n
§Œ\x16 Ž@ú
"""
b"""
O±s\n
ÓjHߌ£®&uàr
"""
b"ThbM6b@â«\f ˆ·\x14 %åà "
b"ˆìƒc¤ŠKò¨[\x1C\x13 ¢ 5a "
b"ï'ºW{ñMPƒ*#½ßöŠÞ "
]
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 (0x19305F1032B144C2A98BA21B54CB453B , 0x28EE24D70AD341A4A30AA78C168E40FA , 0x4FB1730AD36A48DF8CA3AE2675ADE072 , 0x5468624D366240E2AB0C88B71425E5C3 , 0x88EC8363A48A4BF2A85B1C13A2A03561 , 0xEF27BA577BF14D50832A23BDDFF68ADE )));
Copy
62
0.22 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
63
0.33 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"""
]\n
ø×ºlO&¶—€œ\x13 Hcå
"""
b"\x14 åßÉ¡>Gè▓kÀ>\t B§} "
b"""
ä\x1E \n
¾ñF\x7F ²½œÒԖݼ
"""
b"L\x0F ¸ºü:Mß\x15\x13 0@JÕø "
b"\r Ø╦\r 4,A»è6┤\x1F P\x07 ×╠ "
b"¹§║<└\x00 E4ñüsüe<¤ "
]
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 (0x5D0AF8D7BA6C4F26B697809C134863E5 , 0x1486E190AD3E478AB26BB73E0942F57D , 0xE41E0A20BEF1467FB2BD9CD2D496DDBC , 0x4C0FB8BAFC3A4DDFAD151330404AD5F8 , 0x0D9DCB0D342C41AF8A36B41F50079ECC , 0xFBF5BA3CC0004534A4C7AC7381653CCF );
Copy
64
0.21 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"Iø#‚k8Hq®Â0®~âñT "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x49F823826B384871AEC230AE7EE2F154 )) LIMIT 1 ;
Copy
65
0.18 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"Iø#‚k8Hq®Â0®~âñT "
]
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 (0x49F823826B384871AEC230AE7EE2F154 ));
Copy
66
1.32 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `name` as `product.translation.name` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `name` as `product.parent.translation.name` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product` . `display_group` ORDER BY MIN (COALESCE (`product.translation.name` , `product.parent.translation.name` )) ASC , MIN (`product` . `id` ) ASC LIMIT 24
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"Iø#‚k8Hq®Â0®~âñT "
null
true
false
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `name` as `product.translation.name` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `name` as `product.parent.translation.name` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x49F823826B384871AEC230AE7EE2F154 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product` . `display_group` ORDER BY MIN (COALESCE (`product.translation.name` , `product.parent.translation.name` )) ASC , MIN (`product` . `id` ) ASC LIMIT 24 ;
Copy
67
0.79 ms
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `name` as `product.translation.name` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `name` as `product.parent.translation.name` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product` . `display_group` ) total
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"Iø#‚k8Hq®Â0®~âñT "
null
true
false
]
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `name` as `product.translation.name` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `name` as `product.parent.translation.name` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x49F823826B384871AEC230AE7EE2F154 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product` . `display_group` ) total ;
Copy
68
0.84 ms
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"Iø#‚k8Hq®Â0®~âñT "
null
true
false
]
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x49F823826B384871AEC230AE7EE2F154 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
69
0.29 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"\x1A\x1C Ðÿ/®NØ®ö¢\x03 $@4Þ "
b"†ÞþÊ2\x1A @8¯dD/Ú`ð\x01 "
b"""
┤©b┘µ!BuÄ\t ü¥µ©\n
)
"""
]
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 (0x1A1CD1982FA94E9DA994BD03244034E8 , 0x86DEFECA321A4038AF64442FDA60F001 , 0xB4B862D9E62142758E0981BEE6B80A29 ));
Copy
70
1.48 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"Iø#‚k8Hq®Â0®~âñT "
null
true
false
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.min` ,
MAX (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.max`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id`
AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id`
LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id`
AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND `product.categoriesRo` . `id` = ?
AND NOT (`product` . `display_group` < = > ? )
AND NOT (
IFNULL (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) < = > ?
AND `product` . `available` < = > ?
)
)
)
Copy
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule863b6f72773e4a6ab2bbdaef06d0b151.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule3858957016644de4ae48c0500bf3ccc8.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4b87d86c31c44c03aece79a5b148c35f.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule93aa274bf9f84d4e96ce510d62dd03a4.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulea62e1f6a1a0b4519af401b6270a37149.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb38dc9bcf463401b8ccbfd34900dd7a2.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee1378db7808a478f919e0d740d5d6c1a.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule28caae75a5624f0d985abd0eb32aa160.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruled22a0b332e8f4db2baebe8d2e8655cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulee44e6782c64247b796b891cf25ae38f7.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x49F823826B384871AEC230AE7EE2F154 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 )));
Copy
71
0.54 ms
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"Iø#‚k8Hq®Â0®~âñT "
null
true
false
0
]
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x49F823826B384871AEC230AE7EE2F154 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
72
0.59 ms
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = ? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"Iø#‚k8Hq®Â0®~âñT "
null
true
false
true
]
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x49F823826B384871AEC230AE7EE2F154 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
73
3.69 ms
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product.properties` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"Iø#‚k8Hq®Â0®~âñT "
null
true
false
]
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x49F823826B384871AEC230AE7EE2F154 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product.properties` . `id` ;
Copy
74
0.76 ms
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product.options` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"Iø#‚k8Hq®Â0®~âñT "
null
true
false
]
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0x49F823826B384871AEC230AE7EE2F154 AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product.options` . `id` ;
Copy
75
0.91 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"nå‰_=+A̬¸eÕ"ü‰] "
b"é4│øüOIDÁ\x06 1NpÊ>b "
b"Aÿ!â.p@0‚O\f G\x01 Käz "
b"─Ã}Ò¢'JüöA\e u █Åb "
b"ÏtTVÛ`Aò£MØ,\x01\x08\x18 > "
b"X«ž\t _äEÚ _$í\x15 ³U) "
]
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 (0x6EE5895F3D2B41CCACB865D522FC895D , 0x8234B39B814F4944B506314E70D23E62 , 0x41FF21E22E704030824F0C47014BE47A , 0xC4C77DE3BD274A8194411B75FFDB8F62 , 0xCF745456DB6041F2A34DD82C0108183E , 0x58AB9E095FE445DAA05F24ED15B35529 );
Copy
76
0.39 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"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"nå‰_=+A̬¸eÕ"ü‰] "
b"é4│øüOIDÁ\x06 1NpÊ>b "
b"Aÿ!â.p@0‚O\f G\x01 Käz "
b"─Ã}Ò¢'JüöA\e u █Åb "
b"ÏtTVÛ`Aò£MØ,\x01\x08\x18 > "
b"X«ž\t _äEÚ _$í\x15 ³U) "
]
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` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x6EE5895F3D2B41CCACB865D522FC895D , 0x8234B39B814F4944B506314E70D23E62 , 0x41FF21E22E704030824F0C47014BE47A , 0xC4C77DE3BD274A8194411B75FFDB8F62 , 0xCF745456DB6041F2A34DD82C0108183E , 0x58AB9E095FE445DAA05F24ED15B35529 )) GROUP BY `product` . `id` ;
Copy
77
2.90 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` , `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"nå‰_=+A̬¸eÕ"ü‰] "
b"é4│øüOIDÁ\x06 1NpÊ>b "
b"Aÿ!â.p@0‚O\f G\x01 Käz "
b"─Ã}Ò¢'JüöA\e u █Åb "
b"ÏtTVÛ`Aò£MØ,\x01\x08\x18 > "
b"X«ž\t _äEÚ _$í\x15 ³U) "
]
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` ,
`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` , `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 (0x6EE5895F3D2B41CCACB865D522FC895D , 0x8234B39B814F4944B506314E70D23E62 , 0x41FF21E22E704030824F0C47014BE47A , 0xC4C77DE3BD274A8194411B75FFDB8F62 , 0xCF745456DB6041F2A34DD82C0108183E , 0x58AB9E095FE445DAA05F24ED15B35529 ));
Copy
78
0.57 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"Aÿ!â.p@0‚O\f G\x01 Käz "
b"X«ž\t _äEÚ _$í\x15 ³U) "
b"nå‰_=+A̬¸eÕ"ü‰] "
b"é4│øüOIDÁ\x06 1NpÊ>b "
b"─Ã}Ò¢'JüöA\e u █Åb "
b"ÏtTVÛ`Aò£MØ,\x01\x08\x18 > "
]
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 (0x41FF21E22E704030824F0C47014BE47A , 0x58AB9E095FE445DAA05F24ED15B35529 , 0x6EE5895F3D2B41CCACB865D522FC895D , 0x8234B39B814F4944B506314E70D23E62 , 0xC4C77DE3BD274A8194411B75FFDB8F62 , 0xCF745456DB6041F2A34DD82C0108183E )));
Copy
79
0.37 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
80
16.36 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"\x11 %gVŠœGÒ³\x01 ÕåR¡\x1E\x16 "
b"\x1C 7µÙ\x7F "@DŒ½¾â¥¼Ê| "
b"\x1F yÏSaÍO.†ÙL,\t É\x1D [ "
b" 7úƒa9L¥Ö,=┴Åùƒq "
b"*ÚwȇCD\v ¸¨Þ{J^k… "
b",┴Å9ëkGÎæ \x07 ¯çÀ>þ "
b",ŵ\x00 v:Gö“k¥o’æSE "
b"6Úyõ\x12 œD\x0F ŠÏ=U'dëd "
b"7\x03 Y´!┼B©¡ü;S╦Vqw "
b"?¢J7Ñ!AêÅ_\x02 9&Ò┐( "
b"G”½hª„AÖ¦oÀ\x06 gœ\x14 k "
b"GÖ,’'³@ ¾#óÉÞÀ\x1D — "
b"IɦâÒõKn¼¦µzV\x10 $ "
b"K\x18 Û£‰dA¦¨ðk]Æ…WB "
b"\È\x03 Š©›Dã¨\x1E ý+š<°\x0F "
b"aÓˆYR\x07 @ª˜\x04 í—-[„m "
b"n\x1D >g_wEf›<²õÀ\f y\x0E "
b"u¶±_#wAöƒ\x04 S¬Ø8>┴ "
b"\x7F º¿]Aj@8ŠM˜‰T\x1E žˆ "
b"ü5\x11 @j├G\x1D ç┴░üaı#` "
b"‚Ððíƒ%KK•ü…öÂKP\n "
b"„håÇ\x06 %I̱¯\x1D\x19 ä%?à "
b"èe8«UùD\x13 ½Å¬×\¾\x14 b "
b"’~·¢¥çLñ¦†kc\x06 ‘¹\x00 "
b"Æìá \x7F ³E]àSh■\x06 5¾ò "
b"•h‡‹%\x19 G@“ó\x13 ã:`+» "
b"ƒA█1/A│üø¼m╠hÎ@ "
b"¸Ÿ§ìÛ6LP²9Ádòè¯ "
b"""
Áí\x02 ƒ\n
²ACº:R»°\x12 »
"""
b"ÉŸÔè<œOm“¯¿:öÔ›á "
b"Éᤙ7PMä¢u<F‡\x19 [2 "
b"ÒpT’n\v Oÿµ=d(ìèl' "
b"Ór¡^[\x1D F\x12 ›÷wR‚¯¾\x0E "
b"×þ\x0E Îð\x17 LE°\v\x03 ÝÝ«Ò\x08 "
b"Ú \f 므O\x1C ª\x10 Ìk—¦\x0E Þ "
b"î\x7F ÿËõ†OÆ…g\x1E UU÷5ö "
b"¾YNØçnFk│<▓õ▀Î}¸ "
b"ÿãµ° PIë¾ø\x17 Þm–tN "
b"\x00 /Çþy‚H\f ´}I\f ¶KËÚ "
b"\x00 Çt+\x06 ÚCbšóÒ!Œ¢Ï¼ "
b"\x00 æÑ%¨\x16 DEž%`\x17 ÝþH "
b"\x01 <‘f‹\x0E Oî\x1F VÜO\x14 u€ "
b"\x01 ¶›ÔvôGì–Ô7\x1D ,3X6 "
b"\x02 (ëÝòŽL»‡\x7F |Ø—8²x "
b"\x02 =q™Æ\x19 G\x14 ‘\a"\x0E\x03 ’m "
b"\x02 ò›ár®A:š\x03\x01 UB|Ïö "
b"\x03 VÉ·zæIt¥\x16 ŠeÒã7@ "
b"\x03 m°\x13 ─NùøO¾\x16 ìÉ`« "
b"\x03 ÁJþ¶┌EB¿┐Á7ü¡:ñ "
b"\x03 ¾¼-uòG\x06 °~\r ºQaï… "
b"\x03 ùÕƒŒ²CÕªbYŸ`šGP "
b"\x04 Wˆ\x12 ¦gA€—*&k-\x1A\f Ô "
b"\x04 bî\x05 ;3F\t ·k:\x00 iÈSÆ "
b"\x05 Ÿ{ô¡4M)¢}¶ûÏ‚\x06 ü "
b"\x06 <€˜ˆkH…Ží…„¡Ý2Æ "
b"\x06 ]6Å\x13 iLvÉTÌ,¾÷MW "
b"\x06 ÎV +ëA½ˆõÖ|\x00 ;.] "
b"\x06 Ý¯Ž–*Fœl\x01\x16 ¿ÅlN "
b"\x06 ïhÄ\x13 F®ìÁ$╬\x04 ýZ& "
b"\x07 0ÐW\x1D –H`¯gÛÔ)@ýú "
b"\x07 £§}ÂIHùìç^│$4ý¯ "
b"\x07 ñzÑ®\x17 Kœ†x+!xÀ“q "
b"\x08 Ñ\x07 'C¾@€µ\x1F ’N\x12 ^A+ "
b"\t\x19 D×ÖâC▀ü-░5çÎH" "
b"\t ü½ÜÀ\x06 OP½u╬╦\f É\x1D Ç "
b"\v ûV¿\x1A vH·’þ'>[LŠ\x1C "
b"\f\x04 ½õå4B\x03 ›\r \x1D õ°.\x16 "
b"\f W{„Ø€O_•I\x13 ·ã6-\r "
b"\f ©©¸W›J|§\x04 Å(ÿ¡.\x1A "
b"\r ì▄┼|FAêúÊ\x07 +´▓▀\x02 "
b"\r ç+ç= Gcµ÷²L´#’ˆ "
b"\x0E\x07 yÿëÖC¹€Ÿ.\x00 !rW\x1C "
b"\x0E 1ØÕé■F/îYÙäkOGÕ "
b"\x0E Eöïƒ\x1E B?—÷\f „¢áÝÀ "
b"\x0E Joé÷█FÂÉj¦c£\x1A ù) "
b"\x0E d\x10 ¬§g@\f ´Ä2\x01 S\x12 Ëh "
b"\x0F\x06 ƒåÜìM=àd,y«BÝF "
b"\x11\x18 4ñåÅH0ïS®KÆ-&ü "
b"\x11 Gêιë@\x1D „Y\x12 >0ö\x18 "
b"\x11 Öæ£èŸA¶¹˜\x08 Ôæ“B¬ "
b"\x12 Ö\x08 ìɽIVù╣êim*ë "
b"\x13 ┼p§TìFh┤Jéü▒┌$Ú "
b"\x13 ╬/k«tCb┤░ìT╠ÚLÖ "
b"\x14\x08 aºóıAWÀ\t ã|5¬┴ì "
b"\x14 3Ù\e Ó÷Mëš¡q\x12 0£×‰ "
b"\x15\x14 £Ù\t UDŠ®‹ô)n~{Æ "
b"\x15 2ÊÞ/üL_¦9ǵè¼?\x7F "
b"\x16 Po\x1D ìA‗¼.öø7═j³ "
b"\x16 Z[Wa\x17 B† \x05 WA0ñœI "
b"\x16 zýÝWÅHë×\x1C 7Ê|è)░ "
b"\x16 Ó¸ÑÒªIx©Ë¿àÖíqò "
b"\x16 æqÙ“$@^¡†Å^?A]õ "
b"\x17 5¶-;gF»‰\x06 †J&¹É "
b"\x17 o2ØlæF¥—6naµŠH "
b"\x17 ¾¼¹\x14 þO-Ÿ×ç_w”?V "
b"\x18 ▒╝ÅѦMví:\x14 "9û└\v "
b"\x19 ö¾║ı¦O#¼¶sñçK´Å "
b"\x1A R o"µGc¬Ô¼E\x1A õ$\x0E "
b"\x1A R~\f ÌÝO~ïê\x1E\x07 ìº:\f "
b"\x1A Sùdž¢O™»-5׸þ\x10 ¦ "
b"\e H!8Ý Cå½Ä\x13 *WÁdW "
b"\x1C cÜ©KAH·ˆ:R\x18 ²\v ªF "
b"\x1D Fv¬Ë¯F›ª\x0F ¸Ûua\x7F À "
b"\x1D ´Ï\x07 4\f O¤‡ÈšÃ:—’ "
b"\x1E Jh‗MîM\x10 «Ç,³▓ì¤\x07 "
b"\x1F cc«\f ÅJ\v ”\x1A ã׳2ç8 "
b"\x1F hßôL┴F█¿ı\x16 \ü¹ý "
b" T\e ÜqtM”¦{ˆÓŠÇ\x7F "
b" ¾qcà¸N\r ¾ØVŽ‚:\x06 f "
b"!JûNþDO\x0F Œ\x0F ý@%çJ\x03 "
b"!zt\x10 │ÏBÖ│àÈ70\x0E Ø╗ "
b""pA‡Æ.J7žNm\x06\x04 1Lý "
b""ì\x1E -ZÕG>¶4˜\x1C ×\x1D ߨ "
b"#[Ð\x02 °ÁIû¢”\t ÜæÏP1 "
b"$1ú\x1E —7Cu™f‚\x0E §à"[ "
b"$6.¿œ’L*‡”hÎ\x0E 3e\x13 "
b"'\x08 “\™wGó•g¡6)å&, "
b"(Jt0tEJAÉË\x15 └ËÂ\x15 d "
b")hSÑ~0BÙì'‗7▒±G "
b")Ò4\x0E ¿FNΫØÌw²94™ "
b"*Ê5Çâ.OtÉ|õ▓\x05 █$à "
b"+Ic\x05 SÃO¢†qù<qMÞ[ "
b"+V.H/\x02 M×½Åðÿl?2╔ "
b"+yQI·ÁF»›Q)²Í^¿® "
b"+¡Àëc‚Aו\x0F\x1C ÌR¦?^ "
b"+õ\x10 *×▀NÅïq!·Ü\»\x08 "
b",>\x1D W\v\x01 J@°õY‰KæÁ¥ "
b",‗a$\x1C ÕF©üÄáo"+¸á "
b"-\x1A obÑBLÀ½R▒¹°╔aì "
b".FÀw—uK/‡\x15 Aí¥¸Þ€ "
b"/U,‘/ƒE=†dPݳu\x1D\x1C "
b"/v½ôp"F$¶Ý\x1F Úv#öÉ "
b"/š—-\x0E ˆLxª\x1A ¥OpP“r "
b"/ J–\x13 éE\v §[S\x7F ðþÒÇ "
b"/µ[âá¡A[¼\v {ú©ß¢Ø "
b"1ESÕmÀB]¸”…ùìƒQ™ "
b"1[æ3\x1E ƒE╣Åy┌»═æEô "
b"2@2à±1N؇®û@õÿò‡ "
b"3Ç«ô›ÞI~‚—[å†0fú "
b"5\x08 ¨oÑ\x05 Oh‘ÖÒ\ÊzÊf "
b"5öëËj°HH³ÓN8öJˆô "
b"6„·’¥§BÖˆ¹Ð\x06 'LWr "
b"6ó˜p\x06 TK\x1A ™\x00 ÉH«BúË "
b"7jÑÒø\x1C Br¹ÓHÖ\x19 ÃnÉ "
b"8\x01 ×ì&êIéŒ×D—ë\r yí "
b"8–K\x11 gIO²®.*%3Õ³™ "
b"8Ø─é╚DJFÇ¢.nóc3\x1E "
b"8·c\x0F 'LN¦§OØëíNS "
b"92p“©\x14 C\x08 œ˜¹êŸ%?\x11 "
b"9U\x0F\x06 uc@ ’ƒn\x06 ÿö\x04 Ê "
b":‘\x0E M2HCD¹±<Ê\x7F 5fè "
b":─{*ÓëG█©─*┼╠É╔' "
b";\x08 ¯pmºB”½èy.Ú;Ÿ= "
b";Aß.KrMœ§Ž¯\x10 ã\x04 æÀ "
b"<\x18 ù}S\x1F HI§\x07 #oÅ'è— "
b"<6ŸñÄÅO\v ‹š”ß[6\x07 5 "
b"<GƒÚ” @\x17 ŒTYYÙ=¬N "
b"<s™\n ð>EÚ«\x16\x00\v ¯cÊõ "
b"<tÓÔªÔKçØâ:]b¨Ò\x7F "
b"<z¯ÕµÆI€ŸÂùÇ\x19 ØžÙ "
b"<ÂK\x1C \r KLÞ¼$CþàSÌó "
b"<Ê\x02\x08 ø?C\x1A –=\v ü;ªïa "
b"= ▄:g█GAì½\x13\f rE¾î "
b"=ÕŽ|EOJR®¸êaEã\x15 1 "
b">1àì\x10 aMÿž±8\r m\x08 ŠP "
b">Ó¦«±0M¸¶¯ý"$\x17 ]8 "
b"?iSk™\x04 F²¨\x16\x01 €ò\x7F 4, "
b"?u&tC[F9r\x1F W•C‘ž "
b"?É¢\x02 ö╬E·║QU╚\x18\e ï\x01 "
b"?¢ÏX:˜B^ŽA\r 0G…×\x1E "
b"?«6†À³Mó¸U\x00 i¼`×è "
b"?µ\x11 ù¶ËG\x17 ›yÄyÒ†Ÿ\x18 "
b"?õ3aU+O\x10 ¸Øø„¿½† "
b"@gë\x1D ËuK]©qÊlsþ\x07 "
b"@ò‘4 ™Dþ«ï}‰Mi×Ð "
b"A\x10 8å\x0F æNÛüЮJÖ\x0F ýP "
b"AD&p\x04 2M°ª7Þ(-\x12 N° "
b"An(:TƒLo«ı~õÓ\x1D Öì "
b"A€)\x14 *RH•£L\x1F 2©4]r "
b"C¢*ŒÐ€Aò®”\†7D7v "
b"CÓÏWÚ`EŸµ»é,¹ç?Y "
b"D‰ÄäI·Ms’@Ú\e Å\ôÇ "
b"Em¸Y\YFޝ\x19 èV\t\x16 »Ú "
b"E║■xÊ£J╩ì┘k\x0F ┘Ct8 "
b"EøÃÍÈjC| \x16 ó64wÊÃ "
b"GD˜Ø÷ÃHtž¶\x08 ç^\x1C ¬Á "
b"GDþJÜ\r J‡¶ý@—,\x07 Ÿ\x06 "
b"GW(££ÜG\x07 Œ\x07 ðK½\r H\x05 "
b"Gø\x13 W„*E\x12 ŠØ”TÛ\x14 <¯ "
b"I3`P®µE■é\t üÕ\x16 #êW "
b"I«ÖÁ!ÔH\x05 ¾.%ÑRÜO{ "
b"Lm´O®zKÓµÛøÑ>Dúv "
b"L²2ÁåÚIæ›Dú€éÔ@¬ "
b"LÍWËŽQJ^¸Ã|ô“Š”9 "
b"NL\x0F ¹Õ2D[ˆ9,-}\x02 ð¶ "
b"N‰'Ü—ƒNв(ÝLg=}\n "
b"O-ø^ñŒBʽ¤\x03 D.µ\x12 C "
b"O\x7F £o>(J·’\x11 Ž\x11 ÝŸK† "
b"R¾èE¬æA걨dø\x13 ·á\x00 "
b"Su³╔Ó EcÉ╗╣É-ë\x7F ▒ "
b"S´GkùvN¹®\x12 ¡B!{+i "
b"Sþ\x1E qîpNü–F\x08 ¾Z‰Î¶ "
b"T\x10\x14 “ƒùC˜‚>&ßý\f ×ý "
b"Tµ¨P\x01 ÀOx€X_Åë)x© "
b"U¥…ÙB?N:µê¹©N·V‚ "
b"V+ŽT°BB[½æv$ª+œÓ "
b"W&~}U®M\x08 ±W\x14 ÍŸGGÑ "
b"""
WUÇ.c¨K\x08 «È|En\n
µß
"""
b"X\x1F Jˆï½K(’+Éì´Fý\t "
b"XoÍí\f ØM³únÁÐ\x11 _K" "
b"XïXéJ\x17 CI¢\x08 ?öÕ…\x7F Î "
b"Y$‗µ║ûOJüغêv\x18 ┘Ï "
b"YÖ │s\e H\x1F ü»h■Ûƒ\x04  "
b"Y™à(àUDØ¿ÁÍ‹\x1A “Œ— "
b"""
[Î‗;É\x1F M╦å\x04 k\n
}\n
╔H
"""
b"[þ;×ÿ┤J'ûàê\x0E -É\v F "
b"""
\\x1A \n
\x01 òG\v ¶bÛGgFŽ6
"""
b"""
\0\x1C \n
>HD3 ÎûÃꢘ®
"""
b"\ZaéR`H^”û4gŠ„î_ "
b"\nN¸S■J╚£æëò╗ìô▄ "
b"\Œ»z³ÒI“¤§EE7TåÚ "
b"\¹9\v †ˆG.¼\x0F sP\x15 ³++ "
b"]DóDöîK\x08 ØMå\x05\x14 ¸y) "
b"]p»¶`7B„™XÂòº¢ÿ« "
b"^ƒ\x13 l.AEm¹îTM¯ÑËç "
b"_]¡è…²Kt—\v M\x15 ð/\x15 ò "
b"_t╬\x1C yØDXòÇêÊÙÀq° "
b"`\x00 go\e\e CËÜîÉ\x0F\x16 0ô0 "
b"`\x13 ×¥¢‡@0µ\x06 ¦õ$\x07\x11 § "
b"`u[|\x07 iLÇü╬ïqºò³H "
b"`└§_\x7F ìOÖø\x03 ÐFËÃ-ú "
b"`þ1\x15\x12 ’MpµH:xY~º\x07 "
b"aã÷sÒ+JJ±B\r xá~ê\x15 "
b"a¸¨OrÒA8│Ø"äƒâ&a "
b"""
bœˆÇ@\x08 Nø«Œ\n
«d[”$
"""
b"cT*ùM&MŒ¸ïeèÝq\x17 ò "
b"""
dš“\n
zÓCA_\x01 À\x1A ¦G\x14
"""
b"dÕo´RËDüùOä┤╣é\x0F w "
b"e\x05 f [{K4ñ┤>\x18 ÅÉ¸Æ "
b"eÖ\t ãMmJ)ìÇ8ÚbPú\x12 "
b"eÎÌ!¸5FܻҞÜ\x13\x17 •0 "
b"f@7Æ\x16 -H“ˆJE\r Íc©U "
b"gé\x00 9ÅcGpî-Þ\x7F 3Ö%> "
b"i\x17 ¡«8ÀF[¿$CíÝg¤÷ "
b"iB:Ö%\x1A Iš´\x7F ÍÄ\x18 <G‹ "
b"iù/&‗7IïÄüuGËÀ¾K "
b"iý8™ßlMx«‘ç\x08 Ü)"¯ "
b"jñÊÇj¢EJ¢Ù\t ìká\x11\x15 "
b"kÊkíÀ2I8¢ÌßóY{‘F "
b"l\x04 KÚ^o@DÅNª\x1A ¶ÎòÇ "
b"lfYò,ïG\x1A ‹j§\x18 ¥tŒ/ "
b"lwð" ãC\x18 ¨¿°HŸÕ3$ "
b"m+£Ì§ÿFoŒ,\x11 3`\x02 -b "
b"o)ûbH†MÁ‡HÄ\x04 s ê\x06 "
b"oKè\x1D ªþBf¸\x07 1Z˜D~9 "
b"o×o³m_C\x02 ä\e ░É\x00 q¥\x07 "
b"oêêÑêûL×´õÝó×ãI‹ "
b"sß\x07 ªñ'G̸ͼáyå\x06 @ "
b"u\x05 —G‰ÞC*º•\x1E ˜6ð\x18 g "
b"ut±ûWôK¯L>]Êâ‚\v "
b"uøW-¯(F*‹::\x1C\x1C o\x7F › "
b"v`DlÊoB=¹æ}±Rµ\x1E Á "
b"wþE)a{@’›\x00\x18 NëULF "
b"xêOtÀûB:ºÞìÉ\x00 òÏ€ "
b"yù▀wå\v F;üûI\x1E Ø{.\x7F "
b"yÛ6„dì@ꛂý(í2\x06\x1C "
b"zàƒÕ´¿JÍ¿ÇÌÐÉ/þ* "
b"zãk/Y³E‘¾MµQ\x11 ÓÝp "
b"{\x15 Ô‰IáLŠ»u\x03 ôCð_ö "
b"{of_Ô\x1A D|¦ˆ\x01\x01 ×Î} "
b"{äâãcDL¸¼íQì®\f ¼Æ "
b"}8lÅÊAL[▒║\v ò¶¨.Æ "
b"}9µ÷▄\x1D KÉ░Ví0*Ù}\x0E "
b"~XÊo\x18 …H\x04 ƒ¶Ð\x04 úäÒ\x0F "
b"\x7F &ŸÜ$ÈF\x08 °P`ßD•C\x1F "
b"\x7F ³o8Ò¬L²ž\x18 i“E·ä "
b"\x7F ÷4\x7F \n \x00 C=‰íò÷@\x1D fM "
b"€’OLmºC\x0F –Ê\x1D ¨ò'h} "
b"ÇÌ»╩ÊçAÔüú«Ñ>_\x13 µ "
b"€äI^?îB·Œ£Üyúk É "
b"üWìÃCÏJcâÉ\x1D \j`_ù "
b"üXô·StCî¡-M\t ╬vÛP "
b"üöÒ3Ý\x7F B┤º¼/'qw░© "
b"‚Ru|E<JŠ—TÍôb·\x11 ¯ "
b"‚ZßA\x10\x18 G\x1D ·R\x13 C²|ó– "
b"ƒ¯¢Õ6xN§¹kÖÓý~Or "
b"„\x10\x01\x02 Lw@¾7¾qúoœ¨ "
b"„\e j^Mï@_ŒÏüÚdn ê "
b"àY\x15 ÅÙ`G╗ëK┤GýîK╣ "
b"…ÿ)êO\x05 Js‰iaW-𲘠"
b"†„Uv ÛEf•SÎB½Þ\x08 0 "
b"†L5VúJ޺僜Aá( "
b"†Ø\x1C hc\x12 B~–Xë¹?Ú“ü "
b"‡–#q¦ÿKñŠJ\x1F ßö2\x0E ‹ "
b"ê\e }G°ªD¿Å\x07 Tm9¡\x19 ã "
b"‰UÅ‘ÙÛD¿•‚‡\x19 àF¸§ "
b"‰ËBcJ4J¯ïò`‹\e ÃÎ "
b"Šm\x1C 0\x1E a@d¸×lp×\x10 b… "
b"Љs\f ÍHDô²‰Ršë(\x17 ´ "
b"о£)Ý…E›«\f ±¼åô\x01 £ "
b"‹^~€íÌDÏ—³Z\x02 2AÃ< "
b"‹Ç,‰uöK/¤Œ!¶ÑO‚« "
b"‹ÇÀ_y"LÞ¿©tÍh9š’ "
b"Œ_\x1D òNJD§åøÑºž¦Þ "
b"î┌5ºEsDF║ìË\ÂíÚ╚ "
b"ìWÖð¢\x03 E\x1D ô²g\x16 Ѭ,\t "
b"ìrqÓ7┌K\x12 í²\x11 ÒÕR&\x08 "
b"Ž\x15 V4UHK\x04 ·–ž’(\t T "
b"Ž\e ÒŸy AÞ’•\x11 ¾>\x07 ·% "
b"Ž;w\x1F ’fOL‚¿¼©·íµ” "
b"ÄDÈT"kD╠¬F\t d.tüT "
b"Äì\x08 Ç\x14 ¡H{ôóo"|│" "
b"Å'áõeÈKv®^ÔÔ?ß▄Z "
b"ÅÉ\x08 !\x19 QEHÄ╬¸.ÇF\x13 â "
b"ÅÚ\x1F bô.@\f ║¡$░¦³²Ð "
b"É.Z«°\x07 D»ä×á╣═̸? "
b"É5ó╣ÂÐH\x1C üºç²GÛH└ "
b"É╬&_·\x06 B═╣pÖд┤╔´ "
b"æü§°\x11 Ä@rû \x00\e Ù«ùã "
b"æ█╬ÆwBAü«1øª²Õ9ç "
b"‘þÓðÿ{Bþ¤‘>£Æd8² "
b"’\x03 âQû\t Iͨ\x00 3\x1D ¬;§Ô "
b"ÆÉ'▓‗\t AlñØË\x13 W=>X "
b"""
’Ë\n
yèbG¾½ÆäÄÒ\v g\n
"""
b"“˜—ˆ6SHy¨¬9h\x17 -'± "
b"ô╦e´íkJ{èüÉdOµÀE "
b"–SÒ¨”jLI»²–V& "
b"–Û_sû©GT£×ß"}’¡\x12 "
b"–á>Ù\x01 2GYŒ\x15\f QW<©¯ "
b"ù\x03 [É%ùIJÑ~█k0ù═¿ "
b"—Ï$àq‰FŸž«×+n<“. "
b"—ãôð+¥B\e ¾‰ª%«%¤s "
b"˜½Æ@œjBß ¢ûh†-{Ž "
b"™Yà5ìÒCyžj°\x1F ŸÏÅÊ "
b"™¥”ä„|H‡±¼¸#þ\x17 L‚ "
b"™ãc&Ð_Où¢&·Å¾ìp/ "
b"š\e !õ2ŸI©“òùÅ\x03 V”¦ "
b"šˆM7X#F?‡"•„$\r\r ý "
b"› \t ØQ“A\x11 ¶–ˆ\x01\x7F ºÔ| "
b"øÍÆH\x15 ÉF¥Ç\x04 ~é'╬d½ "
b"Øq¯ép&@╚▓└BL\x10 MÓ\x08 "
b"Ø╚{R£nM«ÿu▓K╣AY\x18 "
b"ØÊLê(┼N!é_=bÙ■«w "
b"ØÓµf\x10 5Cªü╩¹╔½)Úû "
b"ØþøñY▄D\x06 ╝~¿\r ╔ªWs "
b"Ø÷<îsÊLÝ┤█^▀■î\x01 ö "
b"žE³’-I’½4\x03 …¶ÂeÝ "
b"""
žuý¾VŠEa¸/\n
Œx\x01 ˆ“
"""
b"×╣bBÕüA\t ó_\x18 ┐ùKóR "
b"Ÿ,´¿7ŸE\x15 ‘–€:ªNPß "
b"Ÿš\x1A ÛXqNCš\x1C ½VˆØØ¢ "
b"¡\x1A ü\x04 ©uH1‚ˇ\x07 O“û\x03 "
b"¡›ø7_¢AmŸ5LÜØ\x19 ý\x1A "
b"¢Cj¤PoBû³p9˜Åœ¦Æ "
b"úýØÎ¹êK,çî\x01 2¢\x11 ÒÑ "
b"¤\x10\x07 }r€E$’[wr™t<Ù "
b"¥=·©•£D«¥GqX‹÷\x07 B "
b"¥¨øõF˜G6¥²9÷œº][ "
b"¥ïÒ…ÿùKÜ®•\x1E {01Áæ "
b"¦\t R€:ŽC…ºœ,yÆÎåÉ "
b"ªZßı±gL*׺"┼»Xìí "
b"¦€äSjŒBÊœqöÛ7\x12 ¯¤ "
b"¨\x07 ¯c\\x05 CP‰Ö'Y™•¿] "
b"¨,è\x00 r…J–Š\x05 ‘Õbmºý "
b"¨fš „«Nü ·M7}‹+\x01 "
b"¨Ž¼yÞ\r D´–´¹Þ¼Á?~ "
b"©\x05 =YëýMG²Þk\x13 ¾\x03\x05 "
b"ª\x1C ‹\x1D dÿIš‚‡óа?-Ê "
b"ªaR5î¸Dè²í?\x00 æô‰\x07 "
b"«\x12 Œ8€VCî®Ò¼J^š\x05 K "
b"½¯&þF¬@\x06 ¼IÅı\e ê&▀ "
b"¬)\x15 ô‘i@‚ŸMKâ1Vq\x7F "
b"¡LìEÙýAĺ\ýç\x10 ÷Z6 "
b"T˜à£ôHƇpnÔŠ«Nè "
b"¸øØv\x06 B´ž'Ê\x02 nˆ>\x06 "
b"®6@óO®@\t ±,ßß?ÔI² "
b"®c\Ù´òLþ¢z\r ‘öX¥" "
b"®ÝcU¶ž@~š}/þ f" "
b"¯\x17\x1D ›ž±K”ª`Áˆ+´(\v "
b"¯Ž'¦ånK\r ™’•Nâ\e UÐ "
b"°ì\x14 Ë'wE$¶M\x12 ì\x1E eb* "
b"±2jk[cKÿ€3¯½Ò&ªj "
b"²ÇÇÝ\—C\x18 ™À\x05 )gF‡\e "
b"´’\x08\f a€E—º\x10\x10 ™*« s "
b"´Å£eù†@{£\x1D ¯'¸>Ùþ "
b"Á\x01 ë▀ZöLIìÕ9┘ªØaV "
b"µZ—v\x1F GL\v ¥\x03 ‘œ3ïó "
b"Áì²┌$¥@}£$ãfm»█Ó "
b"À\x10 ã\x0E bI`üø└╠V®g& "
b"""
·w{M×)MQŠãÙÅÆ@\n
-
"""
b"¸ŸÇi¿<Ey™¡ï¡QRrÜ "
b"¹Ó—ÇIGE½–\x1C B›?„\x1D\x12 "
b"¹àÜ‚€ÀMá‹£€“[SmÊ "
b"ºFX¨ŽóB†¶=‹&ó¨Þ+ "
b"»*Î;·ÃIùœf\x1E !¼(.E "
b"»ƒRóšÊC¼¦»´õ•¦ 1 "
b"»¯£e3_O6½3s·Ÿ$g» "
b"╗ı¨XS▀HSŧG!¶¾{\x1C "
b"¼bê\x06\x13 J\x1A “ûÑÙ\x0F\x10 ˆ] "
b"¼iB¯%/C]£«0ȧ#‹Î "
b"¾]4syMFú»)±\v ÞzÖ˜ "
b"¿ßU:ä¶B^‡„‘\x07 *©ÒÞ "
b"ÀQY\r ŠòI=–yíü8ƒ"› "
b"À§\x00 #ÏvFT´Ä>Ð+Gã4 "
b"┬\x08 üm»┌H¼©øéų▒Q@ "
b"Â\x1D &0…DGä´¿§Ú’+—Z "
b"Â<Òý 5F\f \x12 eÄ—‘ì\x16 "
b"ÂU|í^¯F¯‹ªàs$ƒ\r ¢ "
b"┬Çí┬║_L▒ôk?ï:}Ø\x7F "
b"ÃpúüØH@m¢wÉK³]d´ "
b"ç(?‡…Ea§6ƒ-NCÏ\x15 "
b"ÅLÒGÈÖHN‹Úž›x\x13\x12 · "
b"ÅWŠ¥?‰KQ¼<9¬çThÑ "
b"Å®*?ëDJ|·\x08 G±V\x1A ^\x1A "
b"ÅÃÓ\v µoL丙G>PÌv. "
b"Æ\x14 ÎrçOO¼‹œ‰žÞ—~É "
b"Æ7<“\x10 vGa‚\x17 ^i¨¨x "
b"ÆC\t öÐÙCè¡¼èø¿ŠjF "
b"ÆÔàV\t iHWˆ$ùGçeèa "
b"Ã\f ┐▀óHAfØ_Aæ‗B>³ "
b"ÇÕª³ó‡Nü¢Ø4®ÿÊ=\x0E "
b"È]GƉ\f K´‡lºÑ…8s\x13 "
b"ÈsǼ‘ùFz‡]ôÁ\x18 ˆä\x1A "
b"╩\x08 £▒#hJÚÉpê╩{_│® "
b"Ê\x12 ç\x1F €&M⢱]ÆS¡9l "
b"╩+ZÝvYKØñ8\t 9╔¢;. "
b"ʤ’ßl«H\x15 \x11 $£Â¡›š "
b"ÊÎVß·@D\x12 –ß/#”bÊó "
b"ÊÏ\x10 'o±F\x11 ½CÒ·ô(ª "
b"ËŠ¿9Z”G\x0E ‡VLÇ\x1A -\f È "
b"̨“V×\e DÛ‹‹Á³\e\x18\x03 ¥ "
b"Íx¡š¹×EÉ•\x18 V\x0F ÎÆ¯õ "
b"═ùoY┤ßLØ¿\r Ö-Mõ 8 "
b"╬ÜØá╦>M±Ñ\v ò¥q\x7F Ô\x13 "
b"""
¤\x1E ¤ì´NL2á>ÿ├\x7F \n
ò
"""
b"¤×█¡┐ÔKÉèö¥5Çd"\n "
b"Ð\x1E ÷i§NH¬’¤I¢ê»Ôj "
b"ЂyBÜ‚O&•7\x05 iU/›9 "
b"ѧdù¬ÃMuŒ¡gY@ÜæF "
b"Ñ›‘Ò=L]‘.›ÿG“+> "
b"ÑëÊPb%@€¡Š€œ«JŠ_ "
b"о+ìÂ╬Ij©ä§þ│\x7F\x7F ) "
b"Ñþò<ÈŸAܼȟtX/ôË "
b"Ò,;ŽJÅC³ \x1C ÃÞ.ÒeÎ "
b"""
Òž\v \n
\x1C\x11 F¯½öâaÃ04m
"""
b"ʽDf#fIêø®\t GôÍüu "
b"ÓJsðV³MΪ{\x03 ks.ÎÌ "
b"ÓR\x1F xø…F+µ\x11 šI>ó&° "
b"ËöüÄXûAö¢\x19 ±`2ùø▄ "
b"Ô\x17 Ž|yöBÙ\x07 O\x7F ôÒ "
b"Ô8b¯a\x17 LÓ²q'þ·_²« "
b"Èa¸P}9F\x13 ½\f ÉB\v ,┐¥ "
b"ÕQ\x0E %\x15 sIæ“d¬War¶“ "
b"ÖS§šPãAwº˜P\x19 •Ãä_ "
b"×þ´\x18 –M¥ž3«¨î\x7F }ˆ "
b"ØC¢\x16 ¤\x07 Bc¹YÛÇ\x00 ‚ß' "
b"Ù\x08 dy\x01 ÎL±šï]Ès°é} "
b"Ù\x12 Œ¼\x1C 'BˆŒ)\x1D U’›…¯ "
b"""
Ùt©‚\r ìD<ˆ+\n
\x1C øXüo
"""
b"Ú\x10\x0E ':FM\š™±\x10 ¦±T\x07 "
b"Ú6?QWÉD\x14 „Ê·UË\x0F §W "
b"ÛcJk\x08 †Gû—[\x1F m\x03 ¦ðà "
b"ÛÓyðå(DX‚ú¢¸\x08 ÒÓj "
b"▄;É«\x0E "H#û/[år88ê "
b"Ü\†jËkA¾²üî(\x03\x0F ÁJ "
b"Üf\x13 ¤OqAa‹FÁ)cT4\x0E "
b"Ü¥ð~‹^Já‰C5»éÑg] "
b"¦\x04 ½█\x1A\x1A E@è5XÉO‗░\x1A "
b"Ý\x12 Ïʨ“B¼¡P¾\x1F Ý Üµ "
b"Ý1”Sæ\x10 Kÿ¯S6•à‚ªÞ "
b"Þ\v z‚O÷@¼“Tq˜'4Ð "
b"Þ’çú=-K½†¨Ìæø8/Á "
b"ß•Xþ ÍE\x17 ’4\x1C î•\x01 Ðà "
b"▀¥Áj├çO\x05 ìL!RP\x1A\x12 6 "
b"ßÿ\x02 ŒN E:•ø'øCUÊ@ "
b"àUâc^\x18 BVŸšA_0\r U´ "
b"àw…3d1MÙœ‰ìÙÿ_\x03 Ó "
b"Ô_\x02\x1D V\x1F M■£¥n\x0F N\x17 ìå "
b"""
âkôú+N@á‰Ù\n
\x13 RŸ\x18 °
"""
b"Òóe▓þäEwÉ;m\x1E ?Sû╔ "
b"ãÙ¾2R\x1A Nt¸—À\x01\x01 e‹) "
b"ãð×\x1D â†C¥³ûlA\x0E uË) "
b"ä\x04 ûè“¡G÷®à• "WÛ\x17 "
b"ä%¿±-ÇGi„Ö·”“ü=\x1C "
b"äÞ&@©/J\x08 “§¾Å‰¶À\x14 "
b"Õ\x10 4#¸\x13 A^┐¬â(µêɺ "
b"ÕLø¡pºG¯É┬\x06 íM▄. "
b"æ\v 3š—$EO¤S\x1A ]¢oCž "
b"æl8&^ØM\x15 ¿\x16 “Ñ“;>ö "
b"µ╣E╔Ôà@\e ÅßI╔jJéN "
b"è0(7\x17 ·CT®xß\x7F ¯ËÓÅ "
b"èV¦\x1D\x08 [Gç‰ë'<mr]T "
b"訬ô¼¦L\x0F ¬.¼<?$?? "
b"êŠÿ\x16 Ê8K‰šD\x04 VyLÛ\x17 "
b"Û┬¥LAHL±ü6±¢╣\x19 ¿┘ "
b"êðBí`WEb“¾Ÿ#y[\x04 ¤ "
b"ìÞûó²°EF¯WwÅ™\x0F öm "
b"í\x01\x17 Í\x0F bKë™_5£L':Ü "
b"í™õƒç>N”»‡hÔ»À¥‰ "
b"î· tý\x14 N‹“Á/ÎX\f\x7F L "
b"ïx‹ûðF[²)ÖU×ð(‹ "
b"ðËPý¨\x1A @¸‡¹ÜþÀÈïE "
b"ðê\x1E &* F‹¤C9êM\t •« "
b"ðù©˜çH@–¦=™tžÕ} "
b"ñä¥T#ƒF‡”ÀQ\x13 >3TU "
b"ñò\x17 €ÌHL΂ìÍhÛÿ\x07 ¨ "
b"‗¿×ÆDXN<▓»\x0F DÉÑÚê "
b"‗¹w@$ýG\e ûÒÞf?Å▓z "
b"ó’Ó·\v ÚGаn„\x1D ƒ¡ýc "
b"¾═\x12 ;╬ÜK\x18 ü«m└c/!n "
b"¶-3ñn┴Cüؼ0\x17 ´╬[ß "
b"¶G\r Z%ÞAo┤L^-Å\x02 p\x05 "
b"¶ªúê┐óHÜ▒R╩Å■Ëkþ "
b"ôºÈ××CAA¸ª¥ƒü²ö¡ "
b"""
ö\x11\x11 njàAƒ†Ê÷\n
Qø\x1A
"""
b"ö\x1D Q8ÉpEk›Ò;®íO*¬ "
b"¸\x7F KEù\x05 C\x11 ü~ý╬\_e« "
b"¸¼jU1tE½ô3éî\x12 SØÇ "
b"¸Í!û\r «H(ºÅ Âèeb\x1E "
b"ø\x1C Môw„K7–V½\x1A ߤ¯º "
b"ør‡cc\x04 K\e ¶VýØ9\x18 à "
b"""
°t$ı╚¬LqàòÉ\n
)}õã
"""
b"ø€¯Cq3Aª½AÔÝ&\x07 ó "
b"ø‰Î–ê~O5‰Òô¯m‚&\x1F "
b"°îü×júHTü§Á\x19 pd°7 "
b"øûV„¤ŽCp™y\x07 ïM*…, "
b"¨\x08 í_kÆO(Åb#×;_d‗ "
b"·\f ^7×÷C\x1D ╝xü\x1F ®¾@¿ "
b"ú¯4-…/EÚ«È\x06 ~RŽau "
b"""
úÁ\x1F .\n
ßJÙ¹3ywèh)y
"""
b"""
²\x1A Ø\n
M¬F╝▓Õ»\t LÅn╬
"""
b"■\x07 \9É,DåúCY®┘Ý£A "
b"þ_PÎ\x07 ¥F[²ùlTö±¨< "
b"■Ø×PÄ\x1E FOÂ\x0F ¨*ÇÁiO "
b"\x04 I\v mJAíŠ<d;\x17 x–\x12 "
b"\x07\x04 ¹Á{\x1C KŸŽ"0·\x10 ®žÑ "
b"\x07 YiœT©C!«è¡Ç,J\x02\x16 "
b"\x1F ýkcˆGL\x07 …¢Íâqyذ "
b"$\x1F yGª╚D├æ#±╗\x08 øÅ\x1C "
b".Ë€JVÈIu¿8ÿ¯½Þt? "
b"0\x0E\x0E 3X¬A?ƒz\t ŸÆr<‘ "
b"Mb¿gè\x7F M¾°ÏáÇô€\x0F , "
b"Uhƒ'´ÒD»Ÿ7Cƒžå\x16\x10 "
b"X€Eþ\JLGªu‰ÛwDœì "
b"^f\`ÚÈCj‡ºu\e )\x1A §ó "
b"døNútïF÷¬K^@\x00 B‹Q "
b"o\x02 1ÆŠ\x03 Jf”\x03 |&Ð)\x03 Ó "
b"xíýz┐MASïÆàì▒æ)n "
b"|pò/8çB5™vx8Ý\f ‡œ "
b"žÖw\t uôBJ¯í«2][\x16 ¬ "
b"¯‘\x1D ž‡VH»¼\x12 ¯†\x05 úóà "
b"¯Ù“¶0N ¯âΗpm;” "
b"│+qÉd\x19 FÝÅ\x19 1)N‗tý "
b"¸\x1C »…ê×Lµ€Ç\x1C ¨¥šˆ "
b"¹B‚ð\x1F\x0F M‹ªd5$¼EJ{ "
b"¾£sˆÐîKý½´ÈÃEV\x1A ¬ "
b"Â5±¨ŸÈJ;Žt‚\v 4އý "
b"É*à\x10 ;(Aô³\x1F …B\x1E t“® "
b"Ü\x15 —\e 2ˆE`·å¢¹»”]\x10 "
b"ìhXí@\x02 C\x02 …†‘¢\x1D t‡Í "
b"\x01 ‘uغ/J4¼Å8G;éww "
b"\x06 >\x14 2"¾C2œ'( IÖ¡Ê "
b"\f a+\x1C jºM±”\f vçÆyL÷ "
b"\x13 ðóç˜G;¶CìcYUš3 "
b" C\x0F ╩Í\f E«ò▄║ƒg╩îÅ "
b"!<šùìzN\x17 ®¼(@=.G+ "
b"*wBÖªÊGß²ÂÎ'WôÁ· "
b"""
5EÉñ\n
›G\x19 †\x12 ˜ÒQØÏ®
"""
b"@õÔ>íõB§²”Á45{ü@ "
b"""
I…b\x08 h\x04 N\n
¦»\x10 ‡õÕÏ\x1F
"""
b"R\x00 Ÿ\x12 érE\x11 ½s×"PÃ#Ž "
b"REM²ùB²¬\x07 š)oEJ\x10 "
b"Xj%Y|vD‰Ÿé(íhF–M "
b"^„\x1E zÐËOé’8€7Ó\r \x00 f "
b"m$þ©n\x0F CÅû/┤\x05 ·M╩¢ "
b"{ÆñÛ+ðEbÇõF7ÓèÉ╬ "
b"€‚X5ZìC\e ž\x02 ¢è#µ©\x10 "
b"üó¦\x05 BÇBßö¬Ü;\x10 8\x12 a "
b"–ªÕ~¨OB#¥Dm¬õÞ=\x1E "
b"˜\x1C åÄãŸIt±×*Ñå“Ù~ "
b"ŸË®\x19 šÓA:—´\x1F o\x03 YŽ/ "
b"¬Ã├üÀ┴H~®}Ã\~Ù╗▒ "
b"X\x12 .-gHЮuÇûœXTD "
b"Ç\x18 ½?,BCÊ“¢µ_ü[gn "
b"╚\x13\x04\x1C fG├Ç┤çüzr\x04 y "
b"Ú¥\x11 —¿SKG‰\x06 Žíܼf– "
b"ÛüEjð¬MX´'?ÄFÑ)“ "
b"ÝÍFš~~Iw¹½î-›7.± "
b"çùR\x1D úˆFç¶%Yމ¯<l "
b"õ\x03 Žk.!AJ¨¶æ²¤ëƦ "
b"\x1A $Þf\x12 )K]·\x18 ¼(Ì‘â "
b"_Iø\x1A êáHǶ¬‘3äÔÍ; "
b"i┬F\x13 ¾╚Lùä\x04 ì╔~\f ° "
b"Àz1ŒKÆJ£‰\x1D /(\e ý\x1F f "
b"┬Gì%äÓF@┐ÔÝÝǵ´\x19 "
b"ûçNqg3KfŒVÀ[¯pzÄ "
b"\x02 äGÑ”1Dª´Œ<˜qEhP "
b"\x08\x07 Ø¡\x1E ¦JñºYüÂ\x12 -‹û "
b"\f r\x16 Yœ%L`°ŠÀ\x00 ¨Pvô "
b"\r \x1C †ôî¬F™´µæyFEu? "
b"\x0E\x17\x06 ã\x0E\x06 K?¸Œ±FÒ’Ô– "
b"\x0F .`öÿzEñœîÚÞ{bTx "
b"\x11\x1E 7¸šu@ú”%ŠÒ–˜õÙ "
b"\x17 ´\x12 Ìb]Cy7™@“)ºï "
b"\x1D Çb»±(Ew’£Y$ üÍi "
b"\x1E Ú/ÈÎ\x11 M…†{7^ððöÎ "
b"$ðÏÝ•ÄJ‘ŽóJö\x14 $g "
b"&)²¹Ê$AÕ·û¶\v\x0E N\x17\t "
b"4DÌÅŽ\x00 Có‡Ò†¤ýâÓå "
b"@\v ”\x1C Q9C@„R}ׇ¼·î "
b"@cfjå2F4œˆ\x18\x02 Ìs—¦ "
b"UÄ~\r ╣▓K>ìô1_■ä¹a "
b"n`kÞÇvC ‘§FùçÝlÄ "
b"nqí¶\x1F uJ\x10 ½wHg[\x19 êC "
b"q$ÿzÔ°OX‡í¦p¥åáä "
b"|JE½¬ÝNá–‡A{¹y^| "
b"ˆÓ3Z%QC\x0F †À[Û$UN$ "
b"‰ºuk¦OIã»5/‰ÝÝÖÒ "
b"‹Í0‚zÌMæŠJ€HH€è5 "
b"–aI¯ó\x1F @(…ß^Pmîjp "
b"ûØD4ÝËE$égãZ▓'Õ9 "
b"Ø▄3\x1C\x00 kAñÇ\e >Î╝Ç┬Ç "
b"ž8[D\x16 `F¯¼jhZ#És¿ "
b"º\x1F ðÞ[tD\x18 ØX\x08 c\x7F\x0F\t { "
b"µôqÓhÓN&²E¸\x1A Oè1é "
b"·æ?þãSEYš\x1F Ò8º\x1A ßó "
b"½ÐíFr]@7¼7”×ð‘yÌ "
b"Ã]A\¸¢@¢ \x1C ¤‚'GCì "
b"""
Ä\n
·åsºJ ¨†\x1C 2¬É´Þ
"""
b"ËßnþùSH÷£†\x05 ¦˜±ÐÞ "
b"ÐÝsáéí@¦†"¬‡.™Å³ "
b"Ò£¢¹‚¿E¶¥4.% dù= "
b"▄ÅUSǸAzáÎä xö¥ø "
b"áà\x7F е\x0E BÅŸ1Ìø„¦ÏI "
b"ÔØ«‗näH{øx.ó½\x14 O└ "
b"è$QµL÷Ov´Ÿ\x1D ™\x13 8¾æ "
b"Ú\x7F ,ß"¿B┌ù)¯^ü?\x0F ╬ "
b"îRìÂ\$F¿—êÛËå„sÙ "
b"¾/@bù\x16 H{ó¤ØO░DT\x11 "
b"""
ó•Ï’\x1D šAË´\x7F \n
[ V•\r
"""
b"ó¡Å\x1A\x0E\x1C A5¬Ñ\v ùØsÄ] "
b"õ³ÒjòÚGCƒ³€®]GàÆ "
b"ø·:`\x17\x17 J\x08 ¥\x1C DˈÜI "
b"¹e¡▀ßÎNÉ¥ı║\║aZi "
b"ý+\x07 ’0$A8¸\x16 #*†·8Ý "
]
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 (0x112567568A9C47D2B301D5E552A11E16 , 0x1C37B5D97F2240448CBDBEE2A5BCCA7C , 0x1F79CF5361CD4F2E86D94C2C09C91D5B , 0x2037A39F61394CBE992C3DC18F979F71 , 0x2ADA77C88743440BB8A8DE7B4A5E6B85 , 0x2CC18F39896B47D791FF07EE87B73EE7 , 0x2CC5B500763A47F6936BA56F92E65345 , 0x36DA79F5129C440F8ACF3D552764EB64 , 0x370359EF21C542B8AD813B53CB567177 , 0x3FBD4A37A52141888F5F023926E3BF28 , 0x4794BD68AA8441D6A66FC006679C146B , 0x47D62C9227B34020BE23F3C9DEC01D97 , 0x4990DD83E3E44B6EACDDE6F07A561024 , 0x4B18DBA3896441A6A8F06B5DC6855742 , 0x5CC8038AA99B44E3A81EFD2B9A3CB00F , 0x61D38859520740AA9804ED972D5B846D , 0x6E1D3E675F7745669B3CB2F5C00C790E , 0x75F4F15F237741949F0453AA9D383EC1 , 0x7FBABF5D416A40388A4D9889541E9E88 , 0x813511406AC3471D87C1B08161D52360 , 0x82D0F0ED83254B4B95FC85F6C24B500A , 0x8468E5C7062549CCB1AF1D19E4253FE0 , 0x8A6538AE55974413AB8FAA9E5CF31462 , 0x927EB7A2A5E74CF1A6866B630691B900 , 0x928DA0FF7FFC455D855368FE0635F395 , 0x9568878B2519474093F313E33A602BBB , 0x9F41DB31F02F41B3819BAC6DCC68D740 , 0xB89FA7ECDB364C50B239C164F2E8AFA0 , 0xC1ED02830AB24143BA3A52BBB012BBAD , 0xC99FD4E83C9C4F6D93AFBF3AF6D49BE1 , 0xC9E1A49937504DE4A2753C4687195B32 , 0xD27054926E0B4FFFB53D6428ECE86C27 , 0xD372A15E5B1D46129BF7775282AFBE0E , 0xD7FE0ECEF0174C45B00B03DDDDABD208 , 0xDAA00CEBAF804F1CAA10CC6B97A60EDE , 0xEE7FFFCBF5864FC685671E5555F735F6 , 0xF3594E9D876E466BB33CB2E4DFD77DF7 , 0xFFE3B5B0205049EBBEF817DE6D96744E , 0x002FC7FE7982480CB47D490CB64BCBDA , 0x00C7742B06DA43629AF3D2218CA2CFBC , 0x00E6D125A8164445AD9E256017DDFE48 , 0x013C91668B0E4FC3AE1F56DC4F147580 , 0x01B69BD476F447EC96D4371D2C335836 , 0x0228EBDDF28E4CBB877F7CD89738B278 , 0x023D7199C6194714915C61220E03926D , 0x02F29BE172AE413A9A030155427CCFF6 , 0x0356C9B77AE64974A5168A65D2E33740 , 0x036DF813F0C44E979B4FF3168D9060AE , 0x03B54AE7F4DA4542A8BFB53781AD3AA4 , 0x03BEBC2D75F24706B07E0DBA5161EF85 , 0x03F9D5838CB243D5AA62599F609A4750 , 0x04578812A6674180972A266B2D1A0CD4 , 0x0462EE053B334609B76B3A0069C853C6 , 0x059F7BF4A1344D29A27DB6FBCF8206FC , 0x063C8098886B48858EED8584A1DD32C6 , 0x065D368F13694C769054DE2CF3F64D57 , 0x06CE56A02BEB41BD88F5D67C003B2E5D , 0x06DDAF8E962A46AD9C6C0116BFC56C4E , 0x06F08B688E1346A98DB524CE04EC5A26 , 0x0730D0571D964860AF67DBD42940FDFA , 0x079CF57DB64948978D875EB32434ECEE , 0x07F17AD1AE174B9C86782B2178C09371 , 0x08D1072743BE4080B51F924E125E412B , 0x0919449E998343DF812DB03587D74822 , 0x0981AB9AB7064F50AB75CECB0C901D80 , 0x0BFB56BF1A7648B792FE273E5B4C8A1C , 0x0C04BDF5E53442039B0D1DF5C2B02E16 , 0x0C577B84D8804F5F954913B7E3362D0D , 0x0CA9A9B8579B4A7CA704C528FFA12E1A , 0x0D8DDCC57C464188A3D2072BEFB2DF02 , 0x0DE72BE73D204763B5F7B24CB4239288 , 0x0E0779FFEBD643B9809F2E002172571C , 0x0E319DE582FE462F8C59EB846B4F47E5 , 0x0E45F6EF831E423F97F70C84A2E1DDC0 , 0x0E4A6F82F6DB46B6906ADD639C1A9729 , 0x0E6410ACA767400CB4C432015312CB68 , 0x0F069F869A8D4D3D85642C79AE42ED46 , 0x111834A4868F48308B53A94B922D2681 , 0x1147EACEB9EB401D8459123E30C3B618 , 0x11D6E6A3E89F41B6B99808D4E69342AC , 0x1299088D90AB495697B988F0696D2A89 , 0x13C570F5548D4668B44A8281B1DA24E9 , 0x13CE2F6BAE744362B4B08D54CCE94C99 , 0x140861A7A2D54157B709C67C35AAC18D , 0x1433D91BD3F74DEB9AA1711230A3D789 , 0x1514A3D90955448AAE8BF4296E7E7BC6 , 0x1532CADE2FFC4C5FA639C7B5E8BC3F7F , 0x1650F06F1D8D41F2AC2E949B37CD6AFC , 0x165A5B5761174286A005574130F19C49 , 0x167AECED578F48899E1C37D27C8A29B0 , 0x16D3B8D1D2AA4978A9CBBFE0D6ED71F2 , 0x16E671D99324405EA186C55E3F415DF5 , 0x1735B62D3B6746BB8906864A26B9C9A0 , 0x176F32D86CE646A597366E61B58A4820 , 0x17BEBCB914FE4F2D9FD7E75F77943F56 , 0x18B1BC8FA5DD4D76A13A14223996C00B , 0x1994F3BAD5DD4F23ACF473A4874BEF8F , 0x1A52206F22B54763ACD4BC451AF5240E , 0x1A527E0CDEED4F7E8B881E078DA73A0C , 0x1A53F9C786A24F99BB2D35D7B8FE10A6 , 0x1B482138DD2043E5BDC4132A57C16457 , 0x1C63DCA94B4148B7883A5218B20BAA46 , 0x1D4676ACCBAF469BAA0FB8DB75617FC0 , 0x1DB4CF07340C4FA487C8AD9AC33A9792 , 0x1E4A68F24D8C4D10AE802CFCB28DCF07 , 0x1F6363AB0CC54A0B941AE3D7B332E738 , 0x1F68E1934CC146DBA8D5165CF081FBEC , 0x20541BDC71744DC294A67B88D38AC77F , 0x20BE7163E0B84E0DBED8568E823A0666 , 0x214AFB4EFE444F0F8C0FFD4025E74A03 , 0x217A7410B3D84299B385D437300E9DBB , 0x22704187C62E4A379E4E6D0604314CFD , 0x22EC1E2D5AD5473EB634981CD71DDFA8 , 0x235BD002B0C149FBA29409DCE6CF5031 , 0x2431FA1E973743759966820EA7E0225B , 0x24362EBF9C924C2A879468CE0E336513 , 0x2708935C997747F39567A13629E5262C , 0x284A743074454A4190D315C0D3B61564 , 0x296853A57E3042EB8D27F237B1F147B6 , 0x29D2340EBF464ECEABD8CC77B2393499 , 0x2AD23580832E4F74907CE4B205DB2485 , 0x2B49630553C34FA28671F93C714DDE5B , 0x2B562E482F024D9EAB8FD0986C3F32C9 , 0x2B795149B7C146BB9B5129B2CD5EBFAE , 0x2BA1C0EB638241D7950F1CCC52A63F5E , 0x2BE4102A9EDF4E8F8B7121FA9A5CAF08 , 0x2C3E1D570B014A40B0F559894BE6C1A5 , 0x2CF261241CE546B8818EA06F222BF7A0 , 0x2D1A6F62A5424CB7AB52B1FBF8C9618D , 0x2E46C07797754B2F871541EDA5B8DE80 , 0x2F552C912F83453D866450DDB3751D1C , 0x2F76BDF470224624B6DD1FDA7623F6C9 , 0x2F9A972D0E884C78AA1AA54F70509372 , 0x2FA04A9613E9450BA75B537FF0FED2C7 , 0x2FE65B83A0AD415BAC0B7BA3B8E1BD9D , 0x314553D56DC0425DB89485F9EC835199 , 0x315B91331E9F45B98F79DAAFCD914593 , 0x324032E0B1314ED887AEFB40F5FFF287 , 0x33C7ABF49BDE497E82975BE5863066FA , 0x3508A86FD1054F6891D6D25CCA7ACA66 , 0x35F6EBCB6AB04848B3D34E38F64A88F4 , 0x3684B792A5A742D688B9D006274C5772 , 0x36F3987006544B1A9900C948AB42FACB , 0x376AD1D2F81C4272B9D348D619C36EC9 , 0x3801D7EC26EA49E98CD74497EB0D79ED , 0x38964B1167494FB2AE2E2A2533D5B399 , 0x389DC482C8444A4680BD2E6EA263331E , 0x38B7AD630F274C4EA6A74FD8EBED4E53 , 0x39327093A91443089C98B9EA9F253F11 , 0x39550F067563402092836E06FFF604CA , 0x3A910E4D32484344B9B13CCA7F3566E8 , 0x3AC47B2AE08947DBB8C42AC5CC90C927 , 0x3B08AF706DBA4294BDE8792EDA3B9F3D , 0x3B41DF2E4B724D9CA78EAF10E304E6C0 , 0x3C18F97D531F4849A707236FC527E897 , 0x3C369FF1C4C54F0B8B9A94DF5B360735 , 0x3C4783DA94A040178C545959D93DAC4E , 0x3C73990AF03E45DAAB16000BAF63CAF5 , 0x3C74E0E2A6E24B879D833A5D62F9E37F , 0x3C7AAFD5B5C649809FC2F9C719D89ED9 , 0x3CC24B1C0D4B4CDEBC2443FEE053CCF3 , 0x3CCA0208F83F431A963D0BFC3BAAEF61 , 0x3D20DC3A67DB47418DAB130C7245F38C , 0x3DD58E7C454F4A52AEB8EA6145E31531 , 0x3E31E0EC10614DFF9EB1380D6D088A50 , 0x3ED3A6ABB1304DB8B6AFFD2224175D38 , 0x3F69536B990446B2A8160180F27F342C , 0x3F752674435B4639AD721F579543919E , 0x3F90BD0294CE45FABA5155C8181B8B01 , 0x3FA2CF583A98425E8E410D304785D71E , 0x3FAB3686C0B34DF3B8550069BC60D7E8 , 0x3FB511F9B6CB47179B79C479D2869F18 , 0x3FF53361552B4F10ADB8D8F884BFBD86 , 0x4067EB1DCB754B5DA971C38A6C73FE07 , 0x40F29134A09944FEABEF7D894D69D7D0 , 0x411038860F914EEA81D1A94A990FEC50 , 0x4144267004324DB0AA37DE282D124EB0 , 0x416E283A549F4C6FAED57EE4E01D998D , 0x418029142A524895A34C1F32A9345D72 , 0x43A22A8CD08041F2AE945C8637443776 , 0x43D3CF57DA60459FB5BBE92CB9E73F59 , 0x4489C4E449B74D739240DA1BC55CF4C7 , 0x456DB8595C59468EAF19E8560916BBDA , 0x45BAFE78D29C4ACA8DD96B0FD9437438 , 0x45F8C3CDC86A437CA016F3363477CAC3 , 0x474498D8F7C348749EB608E75E1CACC1 , 0x4744FE4ADC0D4A87B6FD40972C079F06 , 0x475728A3A3DC47078C07F04BBD0D4805 , 0x47F81357842A45128AD89454DB143CAF , 0x49336050A9E645FE820981E516238857 , 0x49ABD6C121D44805BE2E25D152DC4F7B , 0x4C6DB44FAE7A4BD3B5DBF8D13E44FA76 , 0x4CB232C1E5DA49E69B44FA80E9D440AC , 0x4CCD57CB8E514A5EB8C37CF4938A9439 , 0x4E4C0FB9D532445B88392C2D7D02F0B6 , 0x4E8927DC97834ED0B228DD4C673D7D0A , 0x4F2DF85EF18C42CABDA403442EB51243 , 0x4F7FA36F3E284AB792118E11DD9F4B86 , 0x52BEE845ACE641EAB1A864F813B7E100 , 0x5375FCC9E0FF456390BBB9902D897FB1 , 0x53B4476BF9764EB9AE12A142217B2B69 , 0x53FE1E71EE704EFC964608BE5A89CEB6 , 0x5410149383F94398823E26DFFD0CD7FD , 0x54B5A85001C04F7880585FC5EB2978A9 , 0x55A585D9423F4E3AB5EAB9A94EB75682 , 0x562B8E54B042425BBDE67624AA2B9CD3 , 0x57267E7D55AE4D08B15714CD9F4747D1 , 0x5755C72E63A84B08ABC87C456E0AB5DF , 0x581F4A88EFBD4B28922BC9ECB446FD09 , 0x586FD6A10C9D4DFCA36EB5D1115F4B22 , 0x58EF58E94A174349A2083FF6D5857FCE , 0x5924F2E6BA964F4A819DA7887618D9D8 , 0x599920B3731B481F81AF68FEEA9F04B6 , 0x5999E028E05544D8BFC1CD8B1A938C97 , 0x5BD7F23B901F4DCB86046B0A7D0AC948 , 0x5BE73B9E98B44A279685880E2D900B46 , 0x5C1A0A01A0F2470BB662DB4767468E36 , 0x5C301C0A3E484433A0CEFBC3EAA298AE , 0x5C5A61E95260485E94FB34678A84EE5F , 0x5C6E4EF753FE4AC89C918995BB8D93DC , 0x5C8CBB7AB3D24993A4A745453754E5DA , 0x5CB9390B8688472EBC0F735015B32B2B , 0x5D44A244948C4B089D4D860514F77929 , 0x5D70BBB6603742849958C2F2BAA2FFAB , 0x5E83136C2E41456DB9EE544DAFD1CBE7 , 0x5F5DA1E885B24B74970B4D15F02F15F2 , 0x5F74CE1C799D4458958088D2EBB771F8 , 0x6000676F1B1B43D39A8C900F16309330 , 0x6013D7A5A2874030B506A6F5240711A7 , 0x60755B7C07694C8081CE8B71A795FC48 , 0x60C0F55F7F8D4F999B03D146D3C72DA3 , 0x60FE311512924D70B5483A78597EBA07 , 0x61E3F773D22B4A4AB1420D78E17EEA15 , 0x61F7F94F72E34138B39D22849F832661 , 0x629C88C740084EF8AB8C0AAB645B9424 , 0x63542AF94D264D8CB8EF65E8DD7117F2 , 0x649A930A7AD34341AD5F01C01AA64714 , 0x64E56FEF52D34481974F84B4B9820F77 , 0x650566FF5B7B4B34A4B43E188F90F792 , 0x659909C64D6D4A298D8038E96250A312 , 0x65CECC21B83546DCBBD29EDC13179530 , 0x664037C6162D4893884A450DCD63A955 , 0x678200398F6347708C2DE87F3399253E , 0x6917A1AB38C0465BBF2443EDDD67A4F7 , 0x69423AD6251A499AB47FCDC4183C478B , 0x69972F26F237498B8E817547D3B7F34B , 0x69FD3899DF6C4D78AB91E708DC2922AF , 0x6AA4D2806ABD454ABDEB098D6BA01115 , 0x6BCA6BEDC0324938A2CCDFF3597B9146 , 0x6C044BE95E6F40448F4EA61AF4D79580 , 0x6C6659F22CEF471A8B6AA718A5748C2F , 0x6C77F02220E34318A8BFB0489FD53324 , 0x6D2BA3CCA7FF466F8C2C113360022D62 , 0x6F29FB6248864DC18748C4047320EA06 , 0x6F4BE81DAAFE4266B807315A98447E39 , 0x6F9E6FFC6D5F4302841BB0900071BE07 , 0x6FEAEAD1EAFB4CD7B4F5DDF3D7E3498B , 0x73DF07AAF12747CCB8CDBCE179E50640 , 0x7505974789DE432ABA951E9836F01867 , 0x7574B1FB57F44BADAF4C3E5DCAE2820B , 0x75F8572DAF28462A8B3A3A1C1C6F7F9B , 0x7660446CCA6F423DB9E67DB152B51EC1 , 0x77FE4529617B40929B00184EEB554C46 , 0x78EA4F74C0FB423ABADEECC900F2CF80 , 0x7997DF77860B463B8196491E9D7B2E7F , 0x79DB368464EC40EA9B82FD28ED32061C , 0x7AE083D5B4BF4ACDBFC7CCD0C92FFE2A , 0x7AE36B2F59B34591BE4DB55111D3DD70 , 0x7B15D48949E14C8ABB7503F443F05FF6 , 0x7B6F665FD41A447CADA6880101D7CE7D , 0x7B8483C663444CF7ACA1518DA90CAC92 , 0x7D386C8FD2414C5BB1BA0B95F4F92E92 , 0x7D39E6F6DC1D4B90B056A1302AEB7D0E , 0x7E58CA6F1885480483B6D004FAE4D20F , 0x7F269FDC24C84608B05060DF4495431F , 0x7FB36F38D2AC4CC2B29E18699345B7E4 , 0x7FF7347F0A00433D89EDF2F7401D664D , 0x80924F4C6DBA430F96CA1DA8F227687D , 0x80DEAFCAD28741E281A3AEA53E5F13E6 , 0x80E4495E3FEE42B78CA3DC79FA6BA0C9 , 0x81578DC743D84A6383901D5C6A605F97 , 0x815893FA5374438CAD2D4D09CE76EA50 , 0x8194E333ED7F42B4A7AC2F277177B0B8 , 0x8252757C453C4A8A9754CDF462B711AF , 0x825ADF411018471DB7521343B27CF396 , 0x83AFA2D536784EA7B96BD6D3FD7E4F72 , 0x841001024C7740C2BE37BE71FA6F9CA8 , 0x841B6A5E4DEF405F8CCFFCDA646E20EA , 0x8559158FEB6047BB894BB447EC8C4BB9 , 0x85FF29EA4F054A73896961572DF0B298 , 0x8684557620DB45669553CE42BDDE0830 , 0x86AD4C3556FA4ADEADBAE5839C41E128 , 0x86D81C686312427E9658EBB93FDA93FC , 0x87962371A6FF4BF18A4A1FDFF6320E8B , 0x881B7D47F8A644A88F07546D39AD19C6 , 0x8955C591D9DB44BF95828719E046B8A7 , 0x89CB42634A344AC2AFEFF2608B1BC3CE , 0x8A6D1C301E614064B8D76C70D7106285 , 0x8A89730CCD4844F4B289529AEB2817B4 , 0x8ABEA329DD85459BAB0CB1BCE5F401A3 , 0x8B5E7E80EDCC44CF97B35A023241C33C , 0x8BC72C8975F64B2FA48C21B6D14F82AB , 0x8BC7C05F79224CDEBFA974CD68399A92 , 0x8C5F1D20F24E4A44A7E5F8D1BA9EA6DE , 0x8CDA35A745734446BA8DD35CB6A1E9C8 , 0x8D5799D0BD03451D93FD6716A5AA2C09 , 0x8D7271E037DA4B12A1FD11E3E5522608 , 0x8E15563455484B04B7969E92280954A0 , 0x8E1BD29F792041DE929511BE3E07B725 , 0x8E3B771F92664F4C82BFBCA9B7EDB594 , 0x8E44D454226B44CCAA4609642E748154 , 0x8E8D088014AD487B93A2F06F227CB322 , 0x8F27A0E465D44B76A95EE2E23FE1DC5A , 0x8F900821195145488ECEF72E80461383 , 0x8FE91F62932E400CBAAD24B0DDFCFDD1 , 0x902E5AAEF80744AF849EA0B9CDDEF73F , 0x9035A2B9B6D1481C81A787FD47EA48C0 , 0x90CE265FFA0642CDB97099D1EFB4C9EF , 0x9181F5F8118E40729620001BEBAE97C6 , 0x91DBCE9277424181AE319BA6FDE53987 , 0x91FED3F0FF7B42FEA4913EA3C66438B2 , 0x9203E251FB0949CDA800331DAC3BA7D4 , 0x929027B2F209416CA49DD313573D3E58 , 0x92CB0A79E86247BEBDC6E4C4D20B670A , 0x9398978836534879A8AC3968172D27B1 , 0x93CB65EFA16B4A7B8A8190644FE6B745 , 0x9653D2A8946A4C49BBB29656EEA2BA26 , 0x96DB5F73FBA94754A3D7DF227D92A112 , 0x96E13ED9013247598C150C51573CA9AF , 0x97035B902597494AA57EDB6B3097CDA8 , 0x97CF24E07189469F9EABD72B6E3C932E , 0x97E3F4F02BA5421BBE89AA25AB25A473 , 0x98BDC6409C6A42DFA0A2FB68862D7B8E , 0x9959E035ECD243799E6AB01F9FCFC5CA , 0x99A594E4847C4887B1BCB823FE174C82 , 0x99E36326D05F4FF9A226B7C5BEEC702F , 0x9A1B21F5329F49A993F2F9C5035694A6 , 0x9A884D375823463F87229584240D0DFD , 0x9B2009D851934111B69688017FBAD47C , 0x9BD69248159046BE80047E8227CE64AB , 0x9D71EE82702640C8B2C0424C104DE008 , 0x9DC87B529C6E4DAE9875B24BB9415918 , 0x9DD24C8828C54E21825F3D62EBFEAE77 , 0x9DE0E666103543A681CAFBC9AB29E996 , 0x9DE79BA459DC4406BC7EA80DC9A65773 , 0x9DF63C8C73D24CEDB4DB5EDFFE8C0194 , 0x9E45C2B3922D4992BD340385B6C265DD , 0x9E75FDBE568A4561B82F0A8C78018893 , 0x9EB96242E5814109A25F18BF974BA252 , 0x9F2CB4BF379F45159196803AAA4E50DF , 0x9F9A1ADB58714E439A1CBD5688D8D8A2 , 0xA11AFC04A975483182CB87074F93FB03 , 0xA19BF8375FA2416D9F354CDCD819FD1A , 0xA2436AA4506F42FBB3703998C59CA6C6 , 0xA3EC9DD7FB884B2C878C0132BD11E3A5 , 0xA410077D72804524925B777299743CD9 , 0xA53DB7A995A344ABA54771588BF70742 , 0xA5A8F8F546984736A5B239F79CBA5D5B , 0xA5EFD285FFF94BDCAE951E7B3031C1E6 , 0xA60952803A8E4385BA9C2C79C6CEE5C9 , 0xA65AE1D5F1674C2A9EA722C5AF588DA1 , 0xA680E4536A8C42CA9C71F6DB3712AFA4 , 0xA807AF635C05435089D627599995BF5D , 0xA82CE80072854A968A0591D5626DBAFD , 0xA8669A2084AB4EFCA0B74D377D8B2B01 , 0xA88EBC79DE0D44B496B4B9DEBCC13F7E , 0xA9053D59EBFD4D47B2DE6B13C2BE0305 , 0xAA1C8B1D64FF499A8287F38AB03F2DCA , 0xAA615235EEB844E8B2ED3F00E6F48907 , 0xAB128C38805643EEAED2BC4A5E9A054B , 0xABEE26E746AA4006AC498FD51B8826DF , 0xAC2915F4916940829F4D4BE23156717F , 0xAD4C8D45EBEC418EA75CEC8710F65A36 , 0xAD5498E0A3F448C687706ED48AAB4EE8 , 0xADB8F8D8760642B49E27CA026E883E06 , 0xAE3640F34FAE4009B12CDFDF3FD449B2 , 0xAE635CD9B4F24CFEA27A0D91F658A522 , 0xAEDD6355B69E407E9A7D2FFE206622AD , 0xAF171D9B9EB14B94AA60C1882BB4280B , 0xAF8E27A6E56E4B0D9992954EE21B55D0 , 0xB0EC14CB27774524B64D12EC1E65622A , 0xB1326A6B5B634BFF8033AFBDD226AA6A , 0xB2C7C7DD5C97431899C005296746871B , 0xB492080C61804597BA1010992AABA073 , 0xB4C5A365F986407BA31DAF27B83ED9FE , 0xB50189DF5A944C498DE539D9A69D6156 , 0xB55A97761F474C0BA50391C29C33EFF3 , 0xB58DFDDA24BE407D9C24C6666DAFDBE0 , 0xB710C60EF0624960819BC0CC56A96726 , 0xB7777B4DD7294D518AE3D9C5C6400A2D , 0xB89FC769BF3C457999A1EFA1515272DC , 0xB9D397C7494745BD961C429B3F841D12 , 0xB9E0DC8280C04DE18BA380935B536DCA , 0xBA4658A88EF34286B63D8B26F3A8DE2B , 0xBB2ACE3BB7C349F99C661E21BC282E45 , 0xBB8352F39ACA43BCA6BBB4F595A62031 , 0xBBAFA365335F4F36BD3373B79F2467BB , 0xBBD5F95853DF48538FF54721F4F37B1C , 0xBC62EA0613A04A1A93FBD1D90F10885D , 0xBC6942AF252F435DA3AB30C8A7238BCE , 0xBE5D3473794D46FABB29B10BDE7AD698 , 0xBFDF553AE4B6425E878491072AA9D2DE , 0xC051590D8AF2493D9679EDFC3883229B , 0xC0A70023CF764654B4C43ED02B47E334 , 0xC208816DAFDA48ACB89B828FFCB15140 , 0xC21D2630854447E4B4BFA7DA922B975A , 0xC23CD2FD2035460CAD1265C49791EC16 , 0xC2557CED5EAF46AF8BAAE07324830DA2 , 0xC280A1C2BA5F4CB1936B3F8B3A7D9D7F , 0xC370FAFCD848406DA277C94BB35D64B4 , 0xC3A7283F87854561A736832D4E43CF15 , 0xC54CD247C8D6484E8BDA9E9B781312B7 , 0xC5578AA53F894B51BC3C39ACE75468D1 , 0xC5AE2A3FEB444A7CB70847B1561A5E1A , 0xC5C3D30BB56F4CE4B899473E50CC762E , 0xC614CE72E74F4FBC8B9C899EDE977EC9 , 0xC6373C931076476182175E69A8A878AD , 0xC64309F6D0D943E8A1BCE8F8BF8A6A46 , 0xC6D4E056096948578824F947E765E861 , 0xC70CBFDFA24841669D5F4191F2423EFC , 0xC7D5AAB3F3874EFCA2D834AEFFCA3D0E , 0xC85D47C6890C4BB4876CBAD185387313 , 0xC873C7BC91F9467A875DF4C11888E41A , 0xCA089CB123684AE9907088CA7B5FB3A9 , 0xCA12E71F80264DE2A2B15DC653A1396C , 0xCA2B5AED76594B9DA4380939C9BD3B2E , 0xCAA492DF6CAB4815A01124A3C2A19B9A , 0xCACE56DFB740441296DF2F239462CAF3 , 0xCACF10276FB14611BD43D2CE87F428AA , 0xCB8ABF395A94470E87564CC71A2D0CC8 , 0xCCA89356D71B44DB8B8BC1B31B1803A5 , 0xCD78A19AB9D745C99518560FCEC6AFF5 , 0xCD976F59B4E14C9DA80D992D4DE42038 , 0xCE9A9DA0CB3E4DF1A50B95BE717FE213 , 0xCF1ECF8DEF4E4C32A03E98C37F0AF095 , 0xCF9EDBADBFE24B908A94BE358064220A , 0xD01EF769A74E48AC92A449A2EABBD46A , 0xD0827942DC824F2695370569552F9B39 , 0xD1A764F9ACC34D758CA1675940DCE646 , 0xD1C29B91D23D4C5D912E9BFF47932B3E , 0xD1EBCA5062254080A18A809CAB4A8A5F , 0xD1F32B8DB6CE496AB884F5E7B37F7F29 , 0xD1FEF23CC89F41DCBCC89F74582FF4CB , 0xD22C3B8E4AC543B3A01CC3DE2ED265CE , 0xD29E0B0A1C1146AFBDF6E261C330346D , 0xD2AB4466236649889BA9094793D68175 , 0xD34A73F056B34DCEAA7B036B732ECECC , 0xD3521F78F885462BB5119A493EF326B0 , 0xD394818E58964194BD19F16032979BDC , 0xD4178E7C79F642EE9892D9074F7FF4D2 , 0xD43862AF61174CD3B27127FEB75FB2AB , 0xD461F7507D394613AB0C90420B2CBFBE , 0xD5510E25157349E69364AC576172B693 , 0xD653A79A50E34177BA98501995C3E45F , 0xD7FEB418C2964DA59E33ABA8EE7F7D88 , 0xD843A216A4074263B959DBC70082DF27 , 0xD908647901CE4CB19AEF5DC873B0E97D , 0xD9128CBC1C2742888C291D55929B85AF , 0xD974A9820DEC443C882B0A1CF858FC6F , 0xDA100E273A464D5C9A99B110A6B15407 , 0xDA363F5157C9441484CAB755CB0FA757 , 0xDB634A6B088647FB975B1F6D03A6F0C3 , 0xDBD379F0E528445882FAA2B808D2D36A , 0xDC3B90AE0E224823962F5B8672383888 , 0xDC5C866ACB6B41BEB2FCEE28030FC14A , 0xDC6613A44F7141618B46C1296354340E , 0xDCA5F07E8B5E4AE1894335BBE9D1675D , 0xDD04ABDB1A1A45408A3558904FF2B01A , 0xDD12CFCAA89342BCA150BE1FDDA0DCB5 , 0xDD319453E6104BFFAF533695E082AADE , 0xDE0B7A824FF740BC935471C2982734D0 , 0xDE92E7FA3D2D4BBD86A8CCE6F8382FC1 , 0xDF9558FE20CD451792341CEE9501D0C3 , 0xDFBEB56AC3874F058D4C2152501A1236 , 0xDFFF028C4E20453A95F827F84355CA40 , 0xE055E2635E1842569F9A415F300D55B4 , 0xE077853364314DD99C89ECD9FF5F03D3 , 0xE25F021D561F4DFE9CBE6E0F4E178D86 , 0xE26BF4FA2B4E40E189D90A13529F18B0 , 0xE3A265B2E7844577903B6D1E3F5396C9 , 0xE3D9BE32521A4E74B897C00101658B29 , 0xE3F0D71DE28643A5B3FB6C410E75CB29 , 0xE404FBE893A147F7AEE095A02257DB17 , 0xE425BFB12DC7476984D6B79493FC3D1C , 0xE4DE2640A92F4A0893A7BEC589B6C014 , 0xE5103423F713415EBFAA8328E68890A7 , 0xE54C9BAD70A747EE90C206A14DDC2EB6 , 0xE60B339A9724454FA4531A5DA26F439E , 0xE66C38265ED84D15BF1693D1933B3EF6 , 0xE6B945C9E285401B8FE149C96A4A824E , 0xE830283717B74354AE78DF7FAFCBD3C5 , 0xE856A61D085B47E789EB273C6D725D54 , 0xE8A8ACF4BCA64C0FAC2EBC3C3F243F3F , 0xEA8AFF16CA384B899A440456794CDB17 , 0xEAC2BE4C41484CF18136F1BDB919A8D9 , 0xEAF042ED6057456293BE9F23795B04A4 , 0xECDEFBF3B2B04546AF5777C5990FF66D , 0xED0117CD0F624BEB995F35A34C273ADC , 0xED99F583E73E4E94BB8768D4BBC0A589 , 0xEEB7A074FD144E8B93C12FCE580C7F4C , 0xEF78C28BFBF0465BB229D655D7F0288B , 0xF0CB50FDA81A40B887B9DCFEC0C8EF45 , 0xF0EA1E262A20468BA44339EA4D0995AB , 0xF0F9A998E7484096A63DAD99749ED57D , 0xF1E4A5542383468794C051133E335455 , 0xF1F21780CC484CCE82ECCD68DBFF07A8 , 0xF2A89E9244584E3CB2AF0F4490A5E988 , 0xF2FB774024EC471B96E3E8663F8FB27A , 0xF392D3B70BDA47D0B06E841D83A1FD63 , 0xF3CD123BCE9A4B1881AE6DC0632F216E , 0xF42D33A46EC143819DAC3017EFCE5BE1 , 0xF4470D5A25E8416FB44C5E2D8F027005 , 0xF4A6A388BFA2489AB152CA8FFED36BE7 , 0xF4BAC8D7D7434141B8AAA583FCB2F6A1 , 0xF611116E6AE0418386CAF70A51F8AD1A , 0xF61D5138C970456B9BD23BAEED4F2AAC , 0xF77F4B4597054311817EECCE5C5F65AE , 0xF7AC6A55317445AB9333828C12539D80 , 0xF7D621960DAE4828A78F20B68A65621E , 0xF81C4DF477844B379656BD1ADFA4AFBA , 0xF872876363044B1BB656FDD83918ADE0 , 0xF87424D5C8AA4C718595900A297DE4C6 , 0xF880AF43713341AABD41D4ADDD2607F3 , 0xF889CE96EA7E4F3589D2F4AF6D82261F , 0xF88C819E6AA3485481F5B5197064F837 , 0xF8FB5684A48E4370997907EF4D2A852C , 0xF908A15F6B924F288F62239E3B5F64F2 , 0xFA0C5E379EF6431DBC78811FA9F340A8 , 0xFAAF342D852F45DAABC8067E528E6175 , 0xFAC11F2E0ADF4AD9B9337977E8682979 , 0xFD1A9D0A4DAA46BCB2E5AF094C8F6ECE , 0xFE075C39902C4486A34359A9D9ED9C41 , 0xFE5F50CE07A5465BB2F96C54F6B1A83C , 0xFE9D9E508E1E464FB60FF92A80B5694F , 0x04490BAD6D4A41ED8A3C643B17789612 , 0x0704B9C17B1C4B9F8E2230B710AE9ED1 , 0x0759699C54A94321ABE8A1C72C4A0216 , 0x1FFD6B6388474C0785A2CDE27179D8B0 , 0x241F7947A6C844C39123F1BB089B8F1C , 0x2ECB804A56C84975BF38FFAFBDDE743F , 0x300E0E3358AC413F837A099FC6723C91 , 0x4D62BF67E87F4DBEB0CFE1C7F4800F2C , 0x55688327B4D244BB9F3743839EE51610 , 0x588045FE5C4A4C47AA7589DB77449CEC , 0x5E665C60DAC8436A87BA751B291AA7F3 , 0x64F84EFA74EF46F7AC4B5E4000428B51 , 0x6F0231C68A034A6694037C26D02903D3 , 0x78A1EC7ABF4D41538B92858DB191296E , 0x7C70F22F38E7423599767838DD0C879C , 0x9ED6770975F4424AAFEDAB325D5B16AC , 0xAF911D9E875648BBBC12AF8605FAF3E0 , 0xAFD993C2B6304E20AFE2CE97706D3B94 , 0xB32B7190641946ED8F1931294EF274EC , 0xB81CBB85EAD74CB580C71C20A8A59A88 , 0xB94282F01F0F4D8BAA643524BC454A7B , 0xBEA37388D0EE4BFDBDB4C8C345561AAC , 0xC235B1A89FC84A3B8E74820B348E87FD , 0xC92AE0103B2841F4B31F85421E7493AE , 0xDC15971B32884560B7E5A2B9BB945D10 , 0xEC6858ED40024302858691A21D7487CD , 0x019175D8BA2F4A34BCC538473BE97777 , 0x063E143222BE43329C2728A049D6A1CA , 0x0C612B1C6ABA4DB1940C76E7C6794CF7 , 0x13ADF0F3E798473BB643EC6359559A33 , 0x20430FCAD60C45AE95DCBA9F67CA8C8F , 0x213C9AF9EC7A4E17AEBC28403D2E472B , 0x2A7742D6AACA47DFB2C2CE2757F4C1B7 , 0x3545C9F10A9B4719861298D251D8CFAE , 0x40F5D43EEDF542A7B294C134357BFC40 , 0x4985620868044E0AA6BB1087F5D5CF1F , 0x52009F12E9724511BD73D72250C3238E , 0x52454DB2ADF942B2AC079A296F454A10 , 0x586A25597C7644899FE928ED6846964D , 0x5E841E7AD0CB4FE992388037D30D0066 , 0x6D24E7B86E0F438F962FB405FA4DCABD , 0x7B92A4EA2BD0456280E44637E08A90CE , 0x808258355AEC431B9E02A2E823B5A910 , 0x81A2DD05428042E194AA9A3B10381261 , 0x96AAD57EA84F4223A5446DACF5DE3D1E , 0x981CE5C4E39F4974B1D72AD1E593D97E , 0x9FCBAE199AD3413A97B41F6F03598E2F , 0xAAC7C381B7C1487EA97DC75C7EEBBBB1 , 0xAD58122E2D6748D0AE75C7FB9C585444 , 0xC718BD3F2C4243CA93A2B55FFC5B676E , 0xC813041CF06647C380B487817A720479 , 0xDAA51197BF534B4789068EEDDCBC6696 , 0xDBFC456AF0AC4D58B4273FC446D12993 , 0xDDCD469A7E7E4977B9BDEE2D9B372EB1 , 0xE7F9521DFA8846E7B625598E89AF3C6C , 0xF5038E6B2E21414AA8B6E6B2A4EBC6A6 , 0x1A24DE6612294B5DB718BCAD28CC91E2 , 0x5F49F81AEAE148C7B6AC9133E4D4CD3B , 0x69C24613F3C84C9784048DC97E0CFFF8 , 0xC07A318C4BC64AA3891D2F281BFD1F66 , 0xC2478D2584E04640BFE2EDED80E6EF19 , 0xFBE74E7167334B668C56C05BAF707AC4 , 0x02E447D1943144AAB48C3C9871456850 , 0x0807D8A11EA64AF1BA59FCC2122D8BFB , 0x0C7216599C254C60B08AC000A85076F4 , 0x0D1C86F4EEAC4699B4B5E6794645753F , 0x0E1706E30E064B3FB88CB146D292D496 , 0x0F2E60F6FF7A45F19CEEDADE7B625478 , 0x111E37B89A7540FA94258AD29698F5D9 , 0x17B412CC625D4379AD3799409329BAEF , 0x1DC762BBB128457792A35924A0FCCD69 , 0x1EDA2FC8CE114D85867B375EF0F0F6CE , 0x24F0CFDD95C44A918EF34AF614246720 , 0x2629B2B9CA2441D5B7FBB60B0E4E1709 , 0x3444CCC58E0043F387D286A4FDE2D3E5 , 0x400B941C5139434084527DD787BCB7EE , 0x4063666AE53246349C881802CC7397A6 , 0x558E7E0DB9B24B3E8D93315FFE84FB61 , 0x6E606BDEC77643A091A746F9E7DD6CC4 , 0x6E71EDB61F754A10BD7748675B19EA43 , 0x7124FF7AD4B04F5887EDA670A5E5E1E4 , 0x7C4A45BDACDD4EE19687417BB9795E7C , 0x88D3335A2551430F86C05BDB24554E24 , 0x89BA756BA64F49E3BB352F89DDDDD6D2 , 0x8BCD30827ACC4DE68A4A80484880E835 , 0x966149AFF31F402885DF5E506DEE6A70 , 0x969D4434EDD345248267C65AB227E539 , 0x9DDC331C006B41A4801B3ED7BC80C280 , 0x9E385B44166046AFBC6A685A23C973BF , 0xA71FD0E85B7444189D5808637F0F097B , 0xB5F471D368D34E26B245B81A4FE831E9 , 0xB7E63FFEE35345599A1FD238BA1ADFF3 , 0xBDD0ED46725D4037BC3794D7F09179CC , 0xC35D415CB8A240A2A01CA482274743EC , 0xC40AB7E573BA4A20A8861C32ACC9B4DE , 0xCBDF6EFEF95348F7A38605A698B1D0DE , 0xD0DD73E1E9ED40A68622AC872E99C5B3 , 0xD2A3A2B982BF45B6A5342E252064F93D , 0xDC8F555380F7417AA0D784207894BE9B , 0xE1E07F8AB50E42C59F31CCF884A6CF49 , 0xE29DAEF26E84487B9B782EA2AB144FC0 , 0xE82451B54CF74F76B49F1D991338BEE6 , 0xE97F2CE122A842DA9729EE5E813F0FCE , 0xEE52ECC25C2446BF97EADBCBE58473D9 , 0xF32F40629716487BA2CF9D4FB0445411 , 0xF395CF921D9A41CBB47F0A5BA056950D , 0xF3A1C51A0E1C4135ACD10BF9D873C45D , 0xF5B3D26AF2DA474383B380AE5D47E0C6 , 0xF8B73A6017174A08A51C44CB88DC49C2 , 0xFB65ADDFE1D74E90BED5BA5CBA615A69 , 0xFD2B079230244138B816232A86B738DD )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
81
5.13 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x00 /Çþy‚H\f ´}I\f ¶KËÚ "
b"\x00 Çt+\x06 ÚCbšóÒ!Œ¢Ï¼ "
b"\x00 æÑ%¨\x16 DEž%`\x17 ÝþH "
b"\x01 <‘f‹\x0E Oî\x1F VÜO\x14 u€ "
b"\x01 ‘uغ/J4¼Å8G;éww "
b"\x01 ¶›ÔvôGì–Ô7\x1D ,3X6 "
b"\x02 (ëÝòŽL»‡\x7F |Ø—8²x "
b"\x02 =q™Æ\x19 G\x14 ‘\a"\x0E\x03 ’m "
b"\x02 äGÑ”1Dª´Œ<˜qEhP "
b"\x02 ò›ár®A:š\x03\x01 UB|Ïö "
b"\x03 VÉ·zæIt¥\x16 ŠeÒã7@ "
b"\x03 m°\x13 ─NùøO¾\x16 ìÉ`« "
b"\x03 ÁJþ¶┌EB¿┐Á7ü¡:ñ "
b"\x03 ¾¼-uòG\x06 °~\r ºQaï… "
b"\x03 ùÕƒŒ²CÕªbYŸ`šGP "
b"\x04 I\v mJAíŠ<d;\x17 x–\x12 "
b"\x04 Wˆ\x12 ¦gA€—*&k-\x1A\f Ô "
b"\x04 bî\x05 ;3F\t ·k:\x00 iÈSÆ "
b"\x05 Ÿ{ô¡4M)¢}¶ûÏ‚\x06 ü "
b"\x06 <€˜ˆkH…Ží…„¡Ý2Æ "
b"\x06 >\x14 2"¾C2œ'( IÖ¡Ê "
b"\x06 ]6Å\x13 iLvÉTÌ,¾÷MW "
b"\x06 ÎV +ëA½ˆõÖ|\x00 ;.] "
b"\x06 Ý¯Ž–*Fœl\x01\x16 ¿ÅlN "
b"\x06 ïhÄ\x13 F®ìÁ$╬\x04 ýZ& "
b"\x07\x04 ¹Á{\x1C KŸŽ"0·\x10 ®žÑ "
b"\x07 0ÐW\x1D –H`¯gÛÔ)@ýú "
b"\x07 YiœT©C!«è¡Ç,J\x02\x16 "
b"\x07 £§}ÂIHùìç^│$4ý¯ "
b"\x07 ñzÑ®\x17 Kœ†x+!xÀ“q "
b"\x08\x07 Ø¡\x1E ¦JñºYüÂ\x12 -‹û "
b"\x08 Ñ\x07 'C¾@€µ\x1F ’N\x12 ^A+ "
b"\t\x19 D×ÖâC▀ü-░5çÎH" "
b"\t ü½ÜÀ\x06 OP½u╬╦\f É\x1D Ç "
b"\v ûV¿\x1A vH·’þ'>[LŠ\x1C "
b"\f\x04 ½õå4B\x03 ›\r \x1D õ°.\x16 "
b"\f W{„Ø€O_•I\x13 ·ã6-\r "
b"\f a+\x1C jºM±”\f vçÆyL÷ "
b"\f r\x16 Yœ%L`°ŠÀ\x00 ¨Pvô "
b"\f ©©¸W›J|§\x04 Å(ÿ¡.\x1A "
b"\r \x1C †ôî¬F™´µæyFEu? "
b"\r ì▄┼|FAêúÊ\x07 +´▓▀\x02 "
b"\r ç+ç= Gcµ÷²L´#’ˆ "
b"\x0E\x07 yÿëÖC¹€Ÿ.\x00 !rW\x1C "
b"\x0E\x17\x06 ã\x0E\x06 K?¸Œ±FÒ’Ô– "
b"\x0E 1ØÕé■F/îYÙäkOGÕ "
b"\x0E Eöïƒ\x1E B?—÷\f „¢áÝÀ "
b"\x0E Joé÷█FÂÉj¦c£\x1A ù) "
b"\x0E d\x10 ¬§g@\f ´Ä2\x01 S\x12 Ëh "
b"\x0F\x06 ƒåÜìM=àd,y«BÝF "
b"\x0F .`öÿzEñœîÚÞ{bTx "
b"\x11\x18 4ñåÅH0ïS®KÆ-&ü "
b"\x11\x1E 7¸šu@ú”%ŠÒ–˜õÙ "
b"\x11 %gVŠœGÒ³\x01 ÕåR¡\x1E\x16 "
b"\x11 Gêιë@\x1D „Y\x12 >0ö\x18 "
b"\x11 Öæ£èŸA¶¹˜\x08 Ôæ“B¬ "
b"\x12 Ö\x08 ìɽIVù╣êim*ë "
b"\x13 ðóç˜G;¶CìcYUš3 "
b"\x13 ┼p§TìFh┤Jéü▒┌$Ú "
b"\x13 ╬/k«tCb┤░ìT╠ÚLÖ "
b"\x14\x08 aºóıAWÀ\t ã|5¬┴ì "
b"\x14 3Ù\e Ó÷Mëš¡q\x12 0£×‰ "
b"\x15\x14 £Ù\t UDŠ®‹ô)n~{Æ "
b"\x15 2ÊÞ/üL_¦9ǵè¼?\x7F "
b"\x16 Po\x1D ìA‗¼.öø7═j³ "
b"\x16 Z[Wa\x17 B† \x05 WA0ñœI "
b"\x16 zýÝWÅHë×\x1C 7Ê|è)░ "
b"\x16 Ó¸ÑÒªIx©Ë¿àÖíqò "
b"\x16 æqÙ“$@^¡†Å^?A]õ "
b"\x17 5¶-;gF»‰\x06 †J&¹É "
b"\x17 o2ØlæF¥—6naµŠH "
b"\x17 ´\x12 Ìb]Cy7™@“)ºï "
b"\x17 ¾¼¹\x14 þO-Ÿ×ç_w”?V "
b"\x18 ▒╝ÅѦMví:\x14 "9û└\v "
b"\x19 ö¾║ı¦O#¼¶sñçK´Å "
b"\x1A $Þf\x12 )K]·\x18 ¼(Ì‘â "
b"\x1A R o"µGc¬Ô¼E\x1A õ$\x0E "
b"\x1A R~\f ÌÝO~ïê\x1E\x07 ìº:\f "
b"\x1A Sùdž¢O™»-5׸þ\x10 ¦ "
b"\e H!8Ý Cå½Ä\x13 *WÁdW "
b"\x1C 7µÙ\x7F "@DŒ½¾â¥¼Ê| "
b"\x1C cÜ©KAH·ˆ:R\x18 ²\v ªF "
b"\x1D Fv¬Ë¯F›ª\x0F ¸Ûua\x7F À "
b"\x1D ´Ï\x07 4\f O¤‡ÈšÃ:—’ "
b"\x1D Çb»±(Ew’£Y$ üÍi "
b"\x1E Jh‗MîM\x10 «Ç,³▓ì¤\x07 "
b"\x1E Ú/ÈÎ\x11 M…†{7^ððöÎ "
b"\x1F cc«\f ÅJ\v ”\x1A ã׳2ç8 "
b"\x1F hßôL┴F█¿ı\x16 \ü¹ý "
b"\x1F yÏSaÍO.†ÙL,\t É\x1D [ "
b"\x1F ýkcˆGL\x07 …¢Íâqyذ "
b" 7úƒa9L¥Ö,=┴Åùƒq "
b" C\x0F ╩Í\f E«ò▄║ƒg╩îÅ "
b" T\e ÜqtM”¦{ˆÓŠÇ\x7F "
b" ¾qcà¸N\r ¾ØVŽ‚:\x06 f "
b"!<šùìzN\x17 ®¼(@=.G+ "
b"!JûNþDO\x0F Œ\x0F ý@%çJ\x03 "
b"!zt\x10 │ÏBÖ│àÈ70\x0E Ø╗ "
b""pA‡Æ.J7žNm\x06\x04 1Lý "
b""ì\x1E -ZÕG>¶4˜\x1C ×\x1D ߨ "
b"#[Ð\x02 °ÁIû¢”\t ÜæÏP1 "
b"$\x1F yGª╚D├æ#±╗\x08 øÅ\x1C "
b"$1ú\x1E —7Cu™f‚\x0E §à"[ "
b"$6.¿œ’L*‡”hÎ\x0E 3e\x13 "
b"$ðÏÝ•ÄJ‘ŽóJö\x14 $g "
b"&)²¹Ê$AÕ·û¶\v\x0E N\x17\t "
b"'\x08 “\™wGó•g¡6)å&, "
b"(Jt0tEJAÉË\x15 └ËÂ\x15 d "
b")hSÑ~0BÙì'‗7▒±G "
b")Ò4\x0E ¿FNΫØÌw²94™ "
b"*wBÖªÊGß²ÂÎ'WôÁ· "
b"*Ê5Çâ.OtÉ|õ▓\x05 █$à "
b"*ÚwȇCD\v ¸¨Þ{J^k… "
b"+Ic\x05 SÃO¢†qù<qMÞ[ "
b"+V.H/\x02 M×½Åðÿl?2╔ "
b"+yQI·ÁF»›Q)²Í^¿® "
b"+¡Àëc‚Aו\x0F\x1C ÌR¦?^ "
b"+õ\x10 *×▀NÅïq!·Ü\»\x08 "
b",>\x1D W\v\x01 J@°õY‰KæÁ¥ "
b",┴Å9ëkGÎæ \x07 ¯çÀ>þ "
b",ŵ\x00 v:Gö“k¥o’æSE "
b",‗a$\x1C ÕF©üÄáo"+¸á "
b"-\x1A obÑBLÀ½R▒¹°╔aì "
b".FÀw—uK/‡\x15 Aí¥¸Þ€ "
b".Ë€JVÈIu¿8ÿ¯½Þt? "
b"/U,‘/ƒE=†dPݳu\x1D\x1C "
b"/v½ôp"F$¶Ý\x1F Úv#öÉ "
b"/š—-\x0E ˆLxª\x1A ¥OpP“r "
b"/ J–\x13 éE\v §[S\x7F ðþÒÇ "
b"/µ[âá¡A[¼\v {ú©ß¢Ø "
b"0\x0E\x0E 3X¬A?ƒz\t ŸÆr<‘ "
b"1ESÕmÀB]¸”…ùìƒQ™ "
b"1[æ3\x1E ƒE╣Åy┌»═æEô "
b"2@2à±1N؇®û@õÿò‡ "
b"3Ç«ô›ÞI~‚—[å†0fú "
b"4DÌÅŽ\x00 Có‡Ò†¤ýâÓå "
b"5\x08 ¨oÑ\x05 Oh‘ÖÒ\ÊzÊf "
b"""
5EÉñ\n
›G\x19 †\x12 ˜ÒQØÏ®
"""
b"5öëËj°HH³ÓN8öJˆô "
b"6„·’¥§BÖˆ¹Ð\x06 'LWr "
b"6Úyõ\x12 œD\x0F ŠÏ=U'dëd "
b"6ó˜p\x06 TK\x1A ™\x00 ÉH«BúË "
b"7\x03 Y´!┼B©¡ü;S╦Vqw "
b"7jÑÒø\x1C Br¹ÓHÖ\x19 ÃnÉ "
b"8\x01 ×ì&êIéŒ×D—ë\r yí "
b"8–K\x11 gIO²®.*%3Õ³™ "
b"8Ø─é╚DJFÇ¢.nóc3\x1E "
b"8·c\x0F 'LN¦§OØëíNS "
b"92p“©\x14 C\x08 œ˜¹êŸ%?\x11 "
b"9U\x0F\x06 uc@ ’ƒn\x06 ÿö\x04 Ê "
b":‘\x0E M2HCD¹±<Ê\x7F 5fè "
b":─{*ÓëG█©─*┼╠É╔' "
b";\x08 ¯pmºB”½èy.Ú;Ÿ= "
b";Aß.KrMœ§Ž¯\x10 ã\x04 æÀ "
b"<\x18 ù}S\x1F HI§\x07 #oÅ'è— "
b"<6ŸñÄÅO\v ‹š”ß[6\x07 5 "
b"<GƒÚ” @\x17 ŒTYYÙ=¬N "
b"<s™\n ð>EÚ«\x16\x00\v ¯cÊõ "
b"<tÓÔªÔKçØâ:]b¨Ò\x7F "
b"<z¯ÕµÆI€ŸÂùÇ\x19 ØžÙ "
b"<ÂK\x1C \r KLÞ¼$CþàSÌó "
b"<Ê\x02\x08 ø?C\x1A –=\v ü;ªïa "
b"= ▄:g█GAì½\x13\f rE¾î "
b"=ÕŽ|EOJR®¸êaEã\x15 1 "
b">1àì\x10 aMÿž±8\r m\x08 ŠP "
b">Ó¦«±0M¸¶¯ý"$\x17 ]8 "
b"?iSk™\x04 F²¨\x16\x01 €ò\x7F 4, "
b"?u&tC[F9r\x1F W•C‘ž "
b"?É¢\x02 ö╬E·║QU╚\x18\e ï\x01 "
b"?¢ÏX:˜B^ŽA\r 0G…×\x1E "
b"?«6†À³Mó¸U\x00 i¼`×è "
b"?µ\x11 ù¶ËG\x17 ›yÄyÒ†Ÿ\x18 "
b"?¢J7Ñ!AêÅ_\x02 9&Ò┐( "
b"?õ3aU+O\x10 ¸Øø„¿½† "
b"@\v ”\x1C Q9C@„R}ׇ¼·î "
b"@cfjå2F4œˆ\x18\x02 Ìs—¦ "
b"@gë\x1D ËuK]©qÊlsþ\x07 "
b"@ò‘4 ™Dþ«ï}‰Mi×Ð "
b"@õÔ>íõB§²”Á45{ü@ "
b"A\x10 8å\x0F æNÛüЮJÖ\x0F ýP "
b"AD&p\x04 2M°ª7Þ(-\x12 N° "
b"An(:TƒLo«ı~õÓ\x1D Öì "
b"A€)\x14 *RH•£L\x1F 2©4]r "
b"C¢*ŒÐ€Aò®”\†7D7v "
b"CÓÏWÚ`EŸµ»é,¹ç?Y "
b"D‰ÄäI·Ms’@Ú\e Å\ôÇ "
b"Em¸Y\YFޝ\x19 èV\t\x16 »Ú "
b"E║■xÊ£J╩ì┘k\x0F ┘Ct8 "
b"EøÃÍÈjC| \x16 ó64wÊÃ "
b"GD˜Ø÷ÃHtž¶\x08 ç^\x1C ¬Á "
b"GDþJÜ\r J‡¶ý@—,\x07 Ÿ\x06 "
b"GW(££ÜG\x07 Œ\x07 ðK½\r H\x05 "
b"G”½hª„AÖ¦oÀ\x06 gœ\x14 k "
b"GÖ,’'³@ ¾#óÉÞÀ\x1D — "
b"Gø\x13 W„*E\x12 ŠØ”TÛ\x14 <¯ "
b"I3`P®µE■é\t üÕ\x16 #êW "
b"""
I…b\x08 h\x04 N\n
¦»\x10 ‡õÕÏ\x1F
"""
b"IɦâÒõKn¼¦µzV\x10 $ "
b"I«ÖÁ!ÔH\x05 ¾.%ÑRÜO{ "
b"K\x18 Û£‰dA¦¨ðk]Æ…WB "
b"Lm´O®zKÓµÛøÑ>Dúv "
b"L²2ÁåÚIæ›Dú€éÔ@¬ "
b"LÍWËŽQJ^¸Ã|ô“Š”9 "
b"Mb¿gè\x7F M¾°ÏáÇô€\x0F , "
b"NL\x0F ¹Õ2D[ˆ9,-}\x02 ð¶ "
b"N‰'Ü—ƒNв(ÝLg=}\n "
b"O-ø^ñŒBʽ¤\x03 D.µ\x12 C "
b"O\x7F £o>(J·’\x11 Ž\x11 ÝŸK† "
b"R\x00 Ÿ\x12 érE\x11 ½s×"PÃ#Ž "
b"REM²ùB²¬\x07 š)oEJ\x10 "
b"R¾èE¬æA걨dø\x13 ·á\x00 "
b"Su³╔Ó EcÉ╗╣É-ë\x7F ▒ "
b"S´GkùvN¹®\x12 ¡B!{+i "
b"Sþ\x1E qîpNü–F\x08 ¾Z‰Î¶ "
b"T\x10\x14 “ƒùC˜‚>&ßý\f ×ý "
b"Tµ¨P\x01 ÀOx€X_Åë)x© "
b"Uhƒ'´ÒD»Ÿ7Cƒžå\x16\x10 "
b"UÄ~\r ╣▓K>ìô1_■ä¹a "
b"U¥…ÙB?N:µê¹©N·V‚ "
b"V+ŽT°BB[½æv$ª+œÓ "
b"W&~}U®M\x08 ±W\x14 ÍŸGGÑ "
b"""
WUÇ.c¨K\x08 «È|En\n
µß
"""
b"X\x1F Jˆï½K(’+Éì´Fý\t "
b"Xj%Y|vD‰Ÿé(íhF–M "
b"XoÍí\f ØM³únÁÐ\x11 _K" "
b"X€Eþ\JLGªu‰ÛwDœì "
b"XïXéJ\x17 CI¢\x08 ?öÕ…\x7F Î "
b"Y$‗µ║ûOJüغêv\x18 ┘Ï "
b"YÖ │s\e H\x1F ü»h■Ûƒ\x04  "
b"Y™à(àUDØ¿ÁÍ‹\x1A “Œ— "
b"""
[Î‗;É\x1F M╦å\x04 k\n
}\n
╔H
"""
b"[þ;×ÿ┤J'ûàê\x0E -É\v F "
b"""
\\x1A \n
\x01 òG\v ¶bÛGgFŽ6
"""
b"""
\0\x1C \n
>HD3 ÎûÃꢘ®
"""
b"\ZaéR`H^”û4gŠ„î_ "
b"\nN¸S■J╚£æëò╗ìô▄ "
b"\Œ»z³ÒI“¤§EE7TåÚ "
b"\¹9\v †ˆG.¼\x0F sP\x15 ³++ "
b"\È\x03 Š©›Dã¨\x1E ý+š<°\x0F "
b"]DóDöîK\x08 ØMå\x05\x14 ¸y) "
b"]p»¶`7B„™XÂòº¢ÿ« "
b"^f\`ÚÈCj‡ºu\e )\x1A §ó "
b"^ƒ\x13 l.AEm¹îTM¯ÑËç "
b"^„\x1E zÐËOé’8€7Ó\r \x00 f "
b"_Iø\x1A êáHǶ¬‘3äÔÍ; "
b"_]¡è…²Kt—\v M\x15 ð/\x15 ò "
b"_t╬\x1C yØDXòÇêÊÙÀq° "
b"`\x00 go\e\e CËÜîÉ\x0F\x16 0ô0 "
b"`\x13 ×¥¢‡@0µ\x06 ¦õ$\x07\x11 § "
b"`u[|\x07 iLÇü╬ïqºò³H "
b"`└§_\x7F ìOÖø\x03 ÐFËÃ-ú "
b"`þ1\x15\x12 ’MpµH:xY~º\x07 "
b"aÓˆYR\x07 @ª˜\x04 í—-[„m "
b"aã÷sÒ+JJ±B\r xá~ê\x15 "
b"a¸¨OrÒA8│Ø"äƒâ&a "
b"""
bœˆÇ@\x08 Nø«Œ\n
«d[”$
"""
b"cT*ùM&MŒ¸ïeèÝq\x17 ò "
b"""
dš“\n
zÓCA_\x01 À\x1A ¦G\x14
"""
b"dÕo´RËDüùOä┤╣é\x0F w "
b"døNútïF÷¬K^@\x00 B‹Q "
b"e\x05 f [{K4ñ┤>\x18 ÅÉ¸Æ "
b"eÖ\t ãMmJ)ìÇ8ÚbPú\x12 "
b"eÎÌ!¸5FܻҞÜ\x13\x17 •0 "
b"f@7Æ\x16 -H“ˆJE\r Íc©U "
b"gé\x00 9ÅcGpî-Þ\x7F 3Ö%> "
b"i\x17 ¡«8ÀF[¿$CíÝg¤÷ "
b"iB:Ö%\x1A Iš´\x7F ÍÄ\x18 <G‹ "
b"iù/&‗7IïÄüuGËÀ¾K "
b"i┬F\x13 ¾╚Lùä\x04 ì╔~\f ° "
b"iý8™ßlMx«‘ç\x08 Ü)"¯ "
b"jñÊÇj¢EJ¢Ù\t ìká\x11\x15 "
b"kÊkíÀ2I8¢ÌßóY{‘F "
b"l\x04 KÚ^o@DÅNª\x1A ¶ÎòÇ "
b"lfYò,ïG\x1A ‹j§\x18 ¥tŒ/ "
b"lwð" ãC\x18 ¨¿°HŸÕ3$ "
b"m$þ©n\x0F CÅû/┤\x05 ·M╩¢ "
b"m+£Ì§ÿFoŒ,\x11 3`\x02 -b "
b"n\x1D >g_wEf›<²õÀ\f y\x0E "
b"n`kÞÇvC ‘§FùçÝlÄ "
b"nqí¶\x1F uJ\x10 ½wHg[\x19 êC "
b"o\x02 1ÆŠ\x03 Jf”\x03 |&Ð)\x03 Ó "
b"o)ûbH†MÁ‡HÄ\x04 s ê\x06 "
b"oKè\x1D ªþBf¸\x07 1Z˜D~9 "
b"o×o³m_C\x02 ä\e ░É\x00 q¥\x07 "
b"oêêÑêûL×´õÝó×ãI‹ "
b"q$ÿzÔ°OX‡í¦p¥åáä "
b"sß\x07 ªñ'G̸ͼáyå\x06 @ "
b"u\x05 —G‰ÞC*º•\x1E ˜6ð\x18 g "
b"ut±ûWôK¯L>]Êâ‚\v "
b"u¶±_#wAöƒ\x04 S¬Ø8>┴ "
b"uøW-¯(F*‹::\x1C\x1C o\x7F › "
b"v`DlÊoB=¹æ}±Rµ\x1E Á "
b"wþE)a{@’›\x00\x18 NëULF "
b"xíýz┐MASïÆàì▒æ)n "
b"xêOtÀûB:ºÞìÉ\x00 òÏ€ "
b"yù▀wå\v F;üûI\x1E Ø{.\x7F "
b"yÛ6„dì@ꛂý(í2\x06\x1C "
b"zàƒÕ´¿JÍ¿ÇÌÐÉ/þ* "
b"zãk/Y³E‘¾MµQ\x11 ÓÝp "
b"{\x15 Ô‰IáLŠ»u\x03 ôCð_ö "
b"{of_Ô\x1A D|¦ˆ\x01\x01 ×Î} "
b"{äâãcDL¸¼íQì®\f ¼Æ "
b"{ÆñÛ+ðEbÇõF7ÓèÉ╬ "
b"|JE½¬ÝNá–‡A{¹y^| "
b"|pò/8çB5™vx8Ý\f ‡œ "
b"}8lÅÊAL[▒║\v ò¶¨.Æ "
b"}9µ÷▄\x1D KÉ░Ví0*Ù}\x0E "
b"~XÊo\x18 …H\x04 ƒ¶Ð\x04 úäÒ\x0F "
b"\x7F &ŸÜ$ÈF\x08 °P`ßD•C\x1F "
b"\x7F ³o8Ò¬L²ž\x18 i“E·ä "
b"\x7F º¿]Aj@8ŠM˜‰T\x1E žˆ "
b"\x7F ÷4\x7F \n \x00 C=‰íò÷@\x1D fM "
b"€‚X5ZìC\e ž\x02 ¢è#µ©\x10 "
b"€’OLmºC\x0F –Ê\x1D ¨ò'h} "
b"ÇÌ»╩ÊçAÔüú«Ñ>_\x13 µ "
b"€äI^?îB·Œ£Üyúk É "
b"ü5\x11 @j├G\x1D ç┴░üaı#` "
b"üWìÃCÏJcâÉ\x1D \j`_ù "
b"üXô·StCî¡-M\t ╬vÛP "
b"üöÒ3Ý\x7F B┤º¼/'qw░© "
b"üó¦\x05 BÇBßö¬Ü;\x10 8\x12 a "
b"‚Ru|E<JŠ—TÍôb·\x11 ¯ "
b"‚ZßA\x10\x18 G\x1D ·R\x13 C²|ó– "
b"‚Ððíƒ%KK•ü…öÂKP\n "
b"ƒ¯¢Õ6xN§¹kÖÓý~Or "
b"„\x10\x01\x02 Lw@¾7¾qúoœ¨ "
b"„\e j^Mï@_ŒÏüÚdn ê "
b"„håÇ\x06 %I̱¯\x1D\x19 ä%?à "
b"àY\x15 ÅÙ`G╗ëK┤GýîK╣ "
b"…ÿ)êO\x05 Js‰iaW-𲘠"
b"†„Uv ÛEf•SÎB½Þ\x08 0 "
b"†L5VúJ޺僜Aá( "
b"†Ø\x1C hc\x12 B~–Xë¹?Ú“ü "
b"‡–#q¦ÿKñŠJ\x1F ßö2\x0E ‹ "
b"ê\e }G°ªD¿Å\x07 Tm9¡\x19 ã "
b"ˆÓ3Z%QC\x0F †À[Û$UN$ "
b"‰UÅ‘ÙÛD¿•‚‡\x19 àF¸§ "
b"‰ºuk¦OIã»5/‰ÝÝÖÒ "
b"‰ËBcJ4J¯ïò`‹\e ÃÎ "
b"èe8«UùD\x13 ½Å¬×\¾\x14 b "
b"Šm\x1C 0\x1E a@d¸×lp×\x10 b… "
b"Љs\f ÍHDô²‰Ršë(\x17 ´ "
b"о£)Ý…E›«\f ±¼åô\x01 £ "
b"‹^~€íÌDÏ—³Z\x02 2AÃ< "
b"‹Ç,‰uöK/¤Œ!¶ÑO‚« "
b"‹ÇÀ_y"LÞ¿©tÍh9š’ "
b"‹Í0‚zÌMæŠJ€HH€è5 "
b"Œ_\x1D òNJD§åøÑºž¦Þ "
b"î┌5ºEsDF║ìË\ÂíÚ╚ "
b"ìWÖð¢\x03 E\x1D ô²g\x16 Ѭ,\t "
b"ìrqÓ7┌K\x12 í²\x11 ÒÕR&\x08 "
b"Ž\x15 V4UHK\x04 ·–ž’(\t T "
b"Ž\e ÒŸy AÞ’•\x11 ¾>\x07 ·% "
b"Ž;w\x1F ’fOL‚¿¼©·íµ” "
b"ÄDÈT"kD╠¬F\t d.tüT "
b"Äì\x08 Ç\x14 ¡H{ôóo"|│" "
b"Å'áõeÈKv®^ÔÔ?ß▄Z "
b"ÅÉ\x08 !\x19 QEHÄ╬¸.ÇF\x13 â "
b"ÅÚ\x1F bô.@\f ║¡$░¦³²Ð "
b"É.Z«°\x07 D»ä×á╣═̸? "
b"É5ó╣ÂÐH\x1C üºç²GÛH└ "
b"É╬&_·\x06 B═╣pÖд┤╔´ "
b"æü§°\x11 Ä@rû \x00\e Ù«ùã "
b"æ█╬ÆwBAü«1øª²Õ9ç "
b"‘þÓðÿ{Bþ¤‘>£Æd8² "
b"’\x03 âQû\t Iͨ\x00 3\x1D ¬;§Ô "
b"’~·¢¥çLñ¦†kc\x06 ‘¹\x00 "
b"Æìá \x7F ³E]àSh■\x06 5¾ò "
b"ÆÉ'▓‗\t AlñØË\x13 W=>X "
b"""
’Ë\n
yèbG¾½ÆäÄÒ\v g\n
"""
b"“˜—ˆ6SHy¨¬9h\x17 -'± "
b"ô╦e´íkJ{èüÉdOµÀE "
b"•h‡‹%\x19 G@“ó\x13 ã:`+» "
b"–SÒ¨”jLI»²–V& "
b"–aI¯ó\x1F @(…ß^Pmîjp "
b"ûØD4ÝËE$égãZ▓'Õ9 "
b"–ªÕ~¨OB#¥Dm¬õÞ=\x1E "
b"–Û_sû©GT£×ß"}’¡\x12 "
b"–á>Ù\x01 2GYŒ\x15\f QW<©¯ "
b"ù\x03 [É%ùIJÑ~█k0ù═¿ "
b"—Ï$àq‰FŸž«×+n<“. "
b"—ãôð+¥B\e ¾‰ª%«%¤s "
b"˜\x1C åÄãŸIt±×*Ñå“Ù~ "
b"˜½Æ@œjBß ¢ûh†-{Ž "
b"™Yà5ìÒCyžj°\x1F ŸÏÅÊ "
b"™¥”ä„|H‡±¼¸#þ\x17 L‚ "
b"™ãc&Ð_Où¢&·Å¾ìp/ "
b"š\e !õ2ŸI©“òùÅ\x03 V”¦ "
b"šˆM7X#F?‡"•„$\r\r ý "
b"› \t ØQ“A\x11 ¶–ˆ\x01\x7F ºÔ| "
b"øÍÆH\x15 ÉF¥Ç\x04 ~é'╬d½ "
b"Øq¯ép&@╚▓└BL\x10 MÓ\x08 "
b"Ø╚{R£nM«ÿu▓K╣AY\x18 "
b"ØÊLê(┼N!é_=bÙ■«w "
b"Ø▄3\x1C\x00 kAñÇ\e >Î╝Ç┬Ç "
b"ØÓµf\x10 5Cªü╩¹╔½)Úû "
b"ØþøñY▄D\x06 ╝~¿\r ╔ªWs "
b"Ø÷<îsÊLÝ┤█^▀■î\x01 ö "
b"ž8[D\x16 `F¯¼jhZ#És¿ "
b"žE³’-I’½4\x03 …¶ÂeÝ "
b"""
žuý¾VŠEa¸/\n
Œx\x01 ˆ“
"""
b"×╣bBÕüA\t ó_\x18 ┐ùKóR "
b"žÖw\t uôBJ¯í«2][\x16 ¬ "
b"Ÿ,´¿7ŸE\x15 ‘–€:ªNPß "
b"ƒA█1/A│üø¼m╠hÎ@ "
b"Ÿš\x1A ÛXqNCš\x1C ½VˆØØ¢ "
b"ŸË®\x19 šÓA:—´\x1F o\x03 YŽ/ "
b"¡\x1A ü\x04 ©uH1‚ˇ\x07 O“û\x03 "
b"¡›ø7_¢AmŸ5LÜØ\x19 ý\x1A "
b"¢Cj¤PoBû³p9˜Åœ¦Æ "
b"úýØÎ¹êK,çî\x01 2¢\x11 ÒÑ "
b"¤\x10\x07 }r€E$’[wr™t<Ù "
b"¥=·©•£D«¥GqX‹÷\x07 B "
b"¥¨øõF˜G6¥²9÷œº][ "
b"¥ïÒ…ÿùKÜ®•\x1E {01Áæ "
b"¦\t R€:ŽC…ºœ,yÆÎåÉ "
b"ªZßı±gL*׺"┼»Xìí "
b"¦€äSjŒBÊœqöÛ7\x12 ¯¤ "
b"º\x1F ðÞ[tD\x18 ØX\x08 c\x7F\x0F\t { "
b"¨\x07 ¯c\\x05 CP‰Ö'Y™•¿] "
b"¨,è\x00 r…J–Š\x05 ‘Õbmºý "
b"¨fš „«Nü ·M7}‹+\x01 "
b"¨Ž¼yÞ\r D´–´¹Þ¼Á?~ "
b"©\x05 =YëýMG²Þk\x13 ¾\x03\x05 "
b"ª\x1C ‹\x1D dÿIš‚‡óа?-Ê "
b"ªaR5î¸Dè²í?\x00 æô‰\x07 "
b"¬Ã├üÀ┴H~®}Ã\~Ù╗▒ "
b"«\x12 Œ8€VCî®Ò¼J^š\x05 K "
b"½¯&þF¬@\x06 ¼IÅı\e ê&▀ "
b"¬)\x15 ô‘i@‚ŸMKâ1Vq\x7F "
b"¡LìEÙýAĺ\ýç\x10 ÷Z6 "
b"T˜à£ôHƇpnÔŠ«Nè "
b"X\x12 .-gHЮuÇûœXTD "
b"¸øØv\x06 B´ž'Ê\x02 nˆ>\x06 "
b"®6@óO®@\t ±,ßß?ÔI² "
b"®c\Ù´òLþ¢z\r ‘öX¥" "
b"®ÝcU¶ž@~š}/þ f" "
b"¯\x17\x1D ›ž±K”ª`Áˆ+´(\v "
b"¯Ž'¦ånK\r ™’•Nâ\e UÐ "
b"¯‘\x1D ž‡VH»¼\x12 ¯†\x05 úóà "
b"¯Ù“¶0N ¯âΗpm;” "
b"°ì\x14 Ë'wE$¶M\x12 ì\x1E eb* "
b"±2jk[cKÿ€3¯½Ò&ªj "
b"²ÇÇÝ\—C\x18 ™À\x05 )gF‡\e "
b"│+qÉd\x19 FÝÅ\x19 1)N‗tý "
b"´’\x08\f a€E—º\x10\x10 ™*« s "
b"´Å£eù†@{£\x1D ¯'¸>Ùþ "
b"Á\x01 ë▀ZöLIìÕ9┘ªØaV "
b"µZ—v\x1F GL\v ¥\x03 ‘œ3ïó "
b"Áì²┌$¥@}£$ãfm»█Ó "
b"µôqÓhÓN&²E¸\x1A Oè1é "
b"À\x10 ã\x0E bI`üø└╠V®g& "
b"""
·w{M×)MQŠãÙÅÆ@\n
-
"""
b"·æ?þãSEYš\x1F Ò8º\x1A ßó "
b"¸\x1C »…ê×Lµ€Ç\x1C ¨¥šˆ "
b"¸Ÿ§ìÛ6LP²9Ádòè¯ "
b"¸ŸÇi¿<Ey™¡ï¡QRrÜ "
b"¹B‚ð\x1F\x0F M‹ªd5$¼EJ{ "
b"¹Ó—ÇIGE½–\x1C B›?„\x1D\x12 "
b"¹àÜ‚€ÀMá‹£€“[SmÊ "
b"ºFX¨ŽóB†¶=‹&ó¨Þ+ "
b"»*Î;·ÃIùœf\x1E !¼(.E "
b"»ƒRóšÊC¼¦»´õ•¦ 1 "
b"»¯£e3_O6½3s·Ÿ$g» "
b"╗ı¨XS▀HSŧG!¶¾{\x1C "
b"¼bê\x06\x13 J\x1A “ûÑÙ\x0F\x10 ˆ] "
b"¼iB¯%/C]£«0ȧ#‹Î "
b"½ÐíFr]@7¼7”×ð‘yÌ "
b"¾]4syMFú»)±\v ÞzÖ˜ "
b"¾£sˆÐîKý½´ÈÃEV\x1A ¬ "
b"¿ßU:ä¶B^‡„‘\x07 *©ÒÞ "
b"ÀQY\r ŠòI=–yíü8ƒ"› "
b"Àz1ŒKÆJ£‰\x1D /(\e ý\x1F f "
b"À§\x00 #ÏvFT´Ä>Ð+Gã4 "
b"""
Áí\x02 ƒ\n
²ACº:R»°\x12 »
"""
b"┬\x08 üm»┌H¼©øéų▒Q@ "
b"Â\x1D &0…DGä´¿§Ú’+—Z "
b"Â5±¨ŸÈJ;Žt‚\v 4އý "
b"Â<Òý 5F\f \x12 eÄ—‘ì\x16 "
b"┬Gì%äÓF@┐ÔÝÝǵ´\x19 "
b"ÂU|í^¯F¯‹ªàs$ƒ\r ¢ "
b"┬Çí┬║_L▒ôk?ï:}Ø\x7F "
b"Ã]A\¸¢@¢ \x1C ¤‚'GCì "
b"ÃpúüØH@m¢wÉK³]d´ "
b"ç(?‡…Ea§6ƒ-NCÏ\x15 "
b"""
Ä\n
·åsºJ ¨†\x1C 2¬É´Þ
"""
b"ÅLÒGÈÖHN‹Úž›x\x13\x12 · "
b"ÅWŠ¥?‰KQ¼<9¬çThÑ "
b"Å®*?ëDJ|·\x08 G±V\x1A ^\x1A "
b"ÅÃÓ\v µoL丙G>PÌv. "
b"Æ\x14 ÎrçOO¼‹œ‰žÞ—~É "
b"Æ7<“\x10 vGa‚\x17 ^i¨¨x "
b"ÆC\t öÐÙCè¡¼èø¿ŠjF "
b"ÆÔàV\t iHWˆ$ùGçeèa "
b"Ã\f ┐▀óHAfØ_Aæ‗B>³ "
b"Ç\x18 ½?,BCÊ“¢µ_ü[gn "
b"ÇÕª³ó‡Nü¢Ø4®ÿÊ=\x0E "
b"╚\x13\x04\x1C fG├Ç┤çüzr\x04 y "
b"È]GƉ\f K´‡lºÑ…8s\x13 "
b"ÈsǼ‘ùFz‡]ôÁ\x18 ˆä\x1A "
]
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 (0x002FC7FE7982480CB47D490CB64BCBDA , 0x00C7742B06DA43629AF3D2218CA2CFBC , 0x00E6D125A8164445AD9E256017DDFE48 , 0x013C91668B0E4FC3AE1F56DC4F147580 , 0x019175D8BA2F4A34BCC538473BE97777 , 0x01B69BD476F447EC96D4371D2C335836 , 0x0228EBDDF28E4CBB877F7CD89738B278 , 0x023D7199C6194714915C61220E03926D , 0x02E447D1943144AAB48C3C9871456850 , 0x02F29BE172AE413A9A030155427CCFF6 , 0x0356C9B77AE64974A5168A65D2E33740 , 0x036DF813F0C44E979B4FF3168D9060AE , 0x03B54AE7F4DA4542A8BFB53781AD3AA4 , 0x03BEBC2D75F24706B07E0DBA5161EF85 , 0x03F9D5838CB243D5AA62599F609A4750 , 0x04490BAD6D4A41ED8A3C643B17789612 , 0x04578812A6674180972A266B2D1A0CD4 , 0x0462EE053B334609B76B3A0069C853C6 , 0x059F7BF4A1344D29A27DB6FBCF8206FC , 0x063C8098886B48858EED8584A1DD32C6 , 0x063E143222BE43329C2728A049D6A1CA , 0x065D368F13694C769054DE2CF3F64D57 , 0x06CE56A02BEB41BD88F5D67C003B2E5D , 0x06DDAF8E962A46AD9C6C0116BFC56C4E , 0x06F08B688E1346A98DB524CE04EC5A26 , 0x0704B9C17B1C4B9F8E2230B710AE9ED1 , 0x0730D0571D964860AF67DBD42940FDFA , 0x0759699C54A94321ABE8A1C72C4A0216 , 0x079CF57DB64948978D875EB32434ECEE , 0x07F17AD1AE174B9C86782B2178C09371 , 0x0807D8A11EA64AF1BA59FCC2122D8BFB , 0x08D1072743BE4080B51F924E125E412B , 0x0919449E998343DF812DB03587D74822 , 0x0981AB9AB7064F50AB75CECB0C901D80 , 0x0BFB56BF1A7648B792FE273E5B4C8A1C , 0x0C04BDF5E53442039B0D1DF5C2B02E16 , 0x0C577B84D8804F5F954913B7E3362D0D , 0x0C612B1C6ABA4DB1940C76E7C6794CF7 , 0x0C7216599C254C60B08AC000A85076F4 , 0x0CA9A9B8579B4A7CA704C528FFA12E1A , 0x0D1C86F4EEAC4699B4B5E6794645753F , 0x0D8DDCC57C464188A3D2072BEFB2DF02 , 0x0DE72BE73D204763B5F7B24CB4239288 , 0x0E0779FFEBD643B9809F2E002172571C , 0x0E1706E30E064B3FB88CB146D292D496 , 0x0E319DE582FE462F8C59EB846B4F47E5 , 0x0E45F6EF831E423F97F70C84A2E1DDC0 , 0x0E4A6F82F6DB46B6906ADD639C1A9729 , 0x0E6410ACA767400CB4C432015312CB68 , 0x0F069F869A8D4D3D85642C79AE42ED46 , 0x0F2E60F6FF7A45F19CEEDADE7B625478 , 0x111834A4868F48308B53A94B922D2681 , 0x111E37B89A7540FA94258AD29698F5D9 , 0x112567568A9C47D2B301D5E552A11E16 , 0x1147EACEB9EB401D8459123E30C3B618 , 0x11D6E6A3E89F41B6B99808D4E69342AC , 0x1299088D90AB495697B988F0696D2A89 , 0x13ADF0F3E798473BB643EC6359559A33 , 0x13C570F5548D4668B44A8281B1DA24E9 , 0x13CE2F6BAE744362B4B08D54CCE94C99 , 0x140861A7A2D54157B709C67C35AAC18D , 0x1433D91BD3F74DEB9AA1711230A3D789 , 0x1514A3D90955448AAE8BF4296E7E7BC6 , 0x1532CADE2FFC4C5FA639C7B5E8BC3F7F , 0x1650F06F1D8D41F2AC2E949B37CD6AFC , 0x165A5B5761174286A005574130F19C49 , 0x167AECED578F48899E1C37D27C8A29B0 , 0x16D3B8D1D2AA4978A9CBBFE0D6ED71F2 , 0x16E671D99324405EA186C55E3F415DF5 , 0x1735B62D3B6746BB8906864A26B9C9A0 , 0x176F32D86CE646A597366E61B58A4820 , 0x17B412CC625D4379AD3799409329BAEF , 0x17BEBCB914FE4F2D9FD7E75F77943F56 , 0x18B1BC8FA5DD4D76A13A14223996C00B , 0x1994F3BAD5DD4F23ACF473A4874BEF8F , 0x1A24DE6612294B5DB718BCAD28CC91E2 , 0x1A52206F22B54763ACD4BC451AF5240E , 0x1A527E0CDEED4F7E8B881E078DA73A0C , 0x1A53F9C786A24F99BB2D35D7B8FE10A6 , 0x1B482138DD2043E5BDC4132A57C16457 , 0x1C37B5D97F2240448CBDBEE2A5BCCA7C , 0x1C63DCA94B4148B7883A5218B20BAA46 , 0x1D4676ACCBAF469BAA0FB8DB75617FC0 , 0x1DB4CF07340C4FA487C8AD9AC33A9792 , 0x1DC762BBB128457792A35924A0FCCD69 , 0x1E4A68F24D8C4D10AE802CFCB28DCF07 , 0x1EDA2FC8CE114D85867B375EF0F0F6CE , 0x1F6363AB0CC54A0B941AE3D7B332E738 , 0x1F68E1934CC146DBA8D5165CF081FBEC , 0x1F79CF5361CD4F2E86D94C2C09C91D5B , 0x1FFD6B6388474C0785A2CDE27179D8B0 , 0x2037A39F61394CBE992C3DC18F979F71 , 0x20430FCAD60C45AE95DCBA9F67CA8C8F , 0x20541BDC71744DC294A67B88D38AC77F , 0x20BE7163E0B84E0DBED8568E823A0666 , 0x213C9AF9EC7A4E17AEBC28403D2E472B , 0x214AFB4EFE444F0F8C0FFD4025E74A03 , 0x217A7410B3D84299B385D437300E9DBB , 0x22704187C62E4A379E4E6D0604314CFD , 0x22EC1E2D5AD5473EB634981CD71DDFA8 , 0x235BD002B0C149FBA29409DCE6CF5031 , 0x241F7947A6C844C39123F1BB089B8F1C , 0x2431FA1E973743759966820EA7E0225B , 0x24362EBF9C924C2A879468CE0E336513 , 0x24F0CFDD95C44A918EF34AF614246720 , 0x2629B2B9CA2441D5B7FBB60B0E4E1709 , 0x2708935C997747F39567A13629E5262C , 0x284A743074454A4190D315C0D3B61564 , 0x296853A57E3042EB8D27F237B1F147B6 , 0x29D2340EBF464ECEABD8CC77B2393499 , 0x2A7742D6AACA47DFB2C2CE2757F4C1B7 , 0x2AD23580832E4F74907CE4B205DB2485 , 0x2ADA77C88743440BB8A8DE7B4A5E6B85 , 0x2B49630553C34FA28671F93C714DDE5B , 0x2B562E482F024D9EAB8FD0986C3F32C9 , 0x2B795149B7C146BB9B5129B2CD5EBFAE , 0x2BA1C0EB638241D7950F1CCC52A63F5E , 0x2BE4102A9EDF4E8F8B7121FA9A5CAF08 , 0x2C3E1D570B014A40B0F559894BE6C1A5 , 0x2CC18F39896B47D791FF07EE87B73EE7 , 0x2CC5B500763A47F6936BA56F92E65345 , 0x2CF261241CE546B8818EA06F222BF7A0 , 0x2D1A6F62A5424CB7AB52B1FBF8C9618D , 0x2E46C07797754B2F871541EDA5B8DE80 , 0x2ECB804A56C84975BF38FFAFBDDE743F , 0x2F552C912F83453D866450DDB3751D1C , 0x2F76BDF470224624B6DD1FDA7623F6C9 , 0x2F9A972D0E884C78AA1AA54F70509372 , 0x2FA04A9613E9450BA75B537FF0FED2C7 , 0x2FE65B83A0AD415BAC0B7BA3B8E1BD9D , 0x300E0E3358AC413F837A099FC6723C91 , 0x314553D56DC0425DB89485F9EC835199 , 0x315B91331E9F45B98F79DAAFCD914593 , 0x324032E0B1314ED887AEFB40F5FFF287 , 0x33C7ABF49BDE497E82975BE5863066FA , 0x3444CCC58E0043F387D286A4FDE2D3E5 , 0x3508A86FD1054F6891D6D25CCA7ACA66 , 0x3545C9F10A9B4719861298D251D8CFAE , 0x35F6EBCB6AB04848B3D34E38F64A88F4 , 0x3684B792A5A742D688B9D006274C5772 , 0x36DA79F5129C440F8ACF3D552764EB64 , 0x36F3987006544B1A9900C948AB42FACB , 0x370359EF21C542B8AD813B53CB567177 , 0x376AD1D2F81C4272B9D348D619C36EC9 , 0x3801D7EC26EA49E98CD74497EB0D79ED , 0x38964B1167494FB2AE2E2A2533D5B399 , 0x389DC482C8444A4680BD2E6EA263331E , 0x38B7AD630F274C4EA6A74FD8EBED4E53 , 0x39327093A91443089C98B9EA9F253F11 , 0x39550F067563402092836E06FFF604CA , 0x3A910E4D32484344B9B13CCA7F3566E8 , 0x3AC47B2AE08947DBB8C42AC5CC90C927 , 0x3B08AF706DBA4294BDE8792EDA3B9F3D , 0x3B41DF2E4B724D9CA78EAF10E304E6C0 , 0x3C18F97D531F4849A707236FC527E897 , 0x3C369FF1C4C54F0B8B9A94DF5B360735 , 0x3C4783DA94A040178C545959D93DAC4E , 0x3C73990AF03E45DAAB16000BAF63CAF5 , 0x3C74E0E2A6E24B879D833A5D62F9E37F , 0x3C7AAFD5B5C649809FC2F9C719D89ED9 , 0x3CC24B1C0D4B4CDEBC2443FEE053CCF3 , 0x3CCA0208F83F431A963D0BFC3BAAEF61 , 0x3D20DC3A67DB47418DAB130C7245F38C , 0x3DD58E7C454F4A52AEB8EA6145E31531 , 0x3E31E0EC10614DFF9EB1380D6D088A50 , 0x3ED3A6ABB1304DB8B6AFFD2224175D38 , 0x3F69536B990446B2A8160180F27F342C , 0x3F752674435B4639AD721F579543919E , 0x3F90BD0294CE45FABA5155C8181B8B01 , 0x3FA2CF583A98425E8E410D304785D71E , 0x3FAB3686C0B34DF3B8550069BC60D7E8 , 0x3FB511F9B6CB47179B79C479D2869F18 , 0x3FBD4A37A52141888F5F023926E3BF28 , 0x3FF53361552B4F10ADB8D8F884BFBD86 , 0x400B941C5139434084527DD787BCB7EE , 0x4063666AE53246349C881802CC7397A6 , 0x4067EB1DCB754B5DA971C38A6C73FE07 , 0x40F29134A09944FEABEF7D894D69D7D0 , 0x40F5D43EEDF542A7B294C134357BFC40 , 0x411038860F914EEA81D1A94A990FEC50 , 0x4144267004324DB0AA37DE282D124EB0 , 0x416E283A549F4C6FAED57EE4E01D998D , 0x418029142A524895A34C1F32A9345D72 , 0x43A22A8CD08041F2AE945C8637443776 , 0x43D3CF57DA60459FB5BBE92CB9E73F59 , 0x4489C4E449B74D739240DA1BC55CF4C7 , 0x456DB8595C59468EAF19E8560916BBDA , 0x45BAFE78D29C4ACA8DD96B0FD9437438 , 0x45F8C3CDC86A437CA016F3363477CAC3 , 0x474498D8F7C348749EB608E75E1CACC1 , 0x4744FE4ADC0D4A87B6FD40972C079F06 , 0x475728A3A3DC47078C07F04BBD0D4805 , 0x4794BD68AA8441D6A66FC006679C146B , 0x47D62C9227B34020BE23F3C9DEC01D97 , 0x47F81357842A45128AD89454DB143CAF , 0x49336050A9E645FE820981E516238857 , 0x4985620868044E0AA6BB1087F5D5CF1F , 0x4990DD83E3E44B6EACDDE6F07A561024 , 0x49ABD6C121D44805BE2E25D152DC4F7B , 0x4B18DBA3896441A6A8F06B5DC6855742 , 0x4C6DB44FAE7A4BD3B5DBF8D13E44FA76 , 0x4CB232C1E5DA49E69B44FA80E9D440AC , 0x4CCD57CB8E514A5EB8C37CF4938A9439 , 0x4D62BF67E87F4DBEB0CFE1C7F4800F2C , 0x4E4C0FB9D532445B88392C2D7D02F0B6 , 0x4E8927DC97834ED0B228DD4C673D7D0A , 0x4F2DF85EF18C42CABDA403442EB51243 , 0x4F7FA36F3E284AB792118E11DD9F4B86 , 0x52009F12E9724511BD73D72250C3238E , 0x52454DB2ADF942B2AC079A296F454A10 , 0x52BEE845ACE641EAB1A864F813B7E100 , 0x5375FCC9E0FF456390BBB9902D897FB1 , 0x53B4476BF9764EB9AE12A142217B2B69 , 0x53FE1E71EE704EFC964608BE5A89CEB6 , 0x5410149383F94398823E26DFFD0CD7FD , 0x54B5A85001C04F7880585FC5EB2978A9 , 0x55688327B4D244BB9F3743839EE51610 , 0x558E7E0DB9B24B3E8D93315FFE84FB61 , 0x55A585D9423F4E3AB5EAB9A94EB75682 , 0x562B8E54B042425BBDE67624AA2B9CD3 , 0x57267E7D55AE4D08B15714CD9F4747D1 , 0x5755C72E63A84B08ABC87C456E0AB5DF , 0x581F4A88EFBD4B28922BC9ECB446FD09 , 0x586A25597C7644899FE928ED6846964D , 0x586FD6A10C9D4DFCA36EB5D1115F4B22 , 0x588045FE5C4A4C47AA7589DB77449CEC , 0x58EF58E94A174349A2083FF6D5857FCE , 0x5924F2E6BA964F4A819DA7887618D9D8 , 0x599920B3731B481F81AF68FEEA9F04B6 , 0x5999E028E05544D8BFC1CD8B1A938C97 , 0x5BD7F23B901F4DCB86046B0A7D0AC948 , 0x5BE73B9E98B44A279685880E2D900B46 , 0x5C1A0A01A0F2470BB662DB4767468E36 , 0x5C301C0A3E484433A0CEFBC3EAA298AE , 0x5C5A61E95260485E94FB34678A84EE5F , 0x5C6E4EF753FE4AC89C918995BB8D93DC , 0x5C8CBB7AB3D24993A4A745453754E5DA , 0x5CB9390B8688472EBC0F735015B32B2B , 0x5CC8038AA99B44E3A81EFD2B9A3CB00F , 0x5D44A244948C4B089D4D860514F77929 , 0x5D70BBB6603742849958C2F2BAA2FFAB , 0x5E665C60DAC8436A87BA751B291AA7F3 , 0x5E83136C2E41456DB9EE544DAFD1CBE7 , 0x5E841E7AD0CB4FE992388037D30D0066 , 0x5F49F81AEAE148C7B6AC9133E4D4CD3B , 0x5F5DA1E885B24B74970B4D15F02F15F2 , 0x5F74CE1C799D4458958088D2EBB771F8 , 0x6000676F1B1B43D39A8C900F16309330 , 0x6013D7A5A2874030B506A6F5240711A7 , 0x60755B7C07694C8081CE8B71A795FC48 , 0x60C0F55F7F8D4F999B03D146D3C72DA3 , 0x60FE311512924D70B5483A78597EBA07 , 0x61D38859520740AA9804ED972D5B846D , 0x61E3F773D22B4A4AB1420D78E17EEA15 , 0x61F7F94F72E34138B39D22849F832661 , 0x629C88C740084EF8AB8C0AAB645B9424 , 0x63542AF94D264D8CB8EF65E8DD7117F2 , 0x649A930A7AD34341AD5F01C01AA64714 , 0x64E56FEF52D34481974F84B4B9820F77 , 0x64F84EFA74EF46F7AC4B5E4000428B51 , 0x650566FF5B7B4B34A4B43E188F90F792 , 0x659909C64D6D4A298D8038E96250A312 , 0x65CECC21B83546DCBBD29EDC13179530 , 0x664037C6162D4893884A450DCD63A955 , 0x678200398F6347708C2DE87F3399253E , 0x6917A1AB38C0465BBF2443EDDD67A4F7 , 0x69423AD6251A499AB47FCDC4183C478B , 0x69972F26F237498B8E817547D3B7F34B , 0x69C24613F3C84C9784048DC97E0CFFF8 , 0x69FD3899DF6C4D78AB91E708DC2922AF , 0x6AA4D2806ABD454ABDEB098D6BA01115 , 0x6BCA6BEDC0324938A2CCDFF3597B9146 , 0x6C044BE95E6F40448F4EA61AF4D79580 , 0x6C6659F22CEF471A8B6AA718A5748C2F , 0x6C77F02220E34318A8BFB0489FD53324 , 0x6D24E7B86E0F438F962FB405FA4DCABD , 0x6D2BA3CCA7FF466F8C2C113360022D62 , 0x6E1D3E675F7745669B3CB2F5C00C790E , 0x6E606BDEC77643A091A746F9E7DD6CC4 , 0x6E71EDB61F754A10BD7748675B19EA43 , 0x6F0231C68A034A6694037C26D02903D3 , 0x6F29FB6248864DC18748C4047320EA06 , 0x6F4BE81DAAFE4266B807315A98447E39 , 0x6F9E6FFC6D5F4302841BB0900071BE07 , 0x6FEAEAD1EAFB4CD7B4F5DDF3D7E3498B , 0x7124FF7AD4B04F5887EDA670A5E5E1E4 , 0x73DF07AAF12747CCB8CDBCE179E50640 , 0x7505974789DE432ABA951E9836F01867 , 0x7574B1FB57F44BADAF4C3E5DCAE2820B , 0x75F4F15F237741949F0453AA9D383EC1 , 0x75F8572DAF28462A8B3A3A1C1C6F7F9B , 0x7660446CCA6F423DB9E67DB152B51EC1 , 0x77FE4529617B40929B00184EEB554C46 , 0x78A1EC7ABF4D41538B92858DB191296E , 0x78EA4F74C0FB423ABADEECC900F2CF80 , 0x7997DF77860B463B8196491E9D7B2E7F , 0x79DB368464EC40EA9B82FD28ED32061C , 0x7AE083D5B4BF4ACDBFC7CCD0C92FFE2A , 0x7AE36B2F59B34591BE4DB55111D3DD70 , 0x7B15D48949E14C8ABB7503F443F05FF6 , 0x7B6F665FD41A447CADA6880101D7CE7D , 0x7B8483C663444CF7ACA1518DA90CAC92 , 0x7B92A4EA2BD0456280E44637E08A90CE , 0x7C4A45BDACDD4EE19687417BB9795E7C , 0x7C70F22F38E7423599767838DD0C879C , 0x7D386C8FD2414C5BB1BA0B95F4F92E92 , 0x7D39E6F6DC1D4B90B056A1302AEB7D0E , 0x7E58CA6F1885480483B6D004FAE4D20F , 0x7F269FDC24C84608B05060DF4495431F , 0x7FB36F38D2AC4CC2B29E18699345B7E4 , 0x7FBABF5D416A40388A4D9889541E9E88 , 0x7FF7347F0A00433D89EDF2F7401D664D , 0x808258355AEC431B9E02A2E823B5A910 , 0x80924F4C6DBA430F96CA1DA8F227687D , 0x80DEAFCAD28741E281A3AEA53E5F13E6 , 0x80E4495E3FEE42B78CA3DC79FA6BA0C9 , 0x813511406AC3471D87C1B08161D52360 , 0x81578DC743D84A6383901D5C6A605F97 , 0x815893FA5374438CAD2D4D09CE76EA50 , 0x8194E333ED7F42B4A7AC2F277177B0B8 , 0x81A2DD05428042E194AA9A3B10381261 , 0x8252757C453C4A8A9754CDF462B711AF , 0x825ADF411018471DB7521343B27CF396 , 0x82D0F0ED83254B4B95FC85F6C24B500A , 0x83AFA2D536784EA7B96BD6D3FD7E4F72 , 0x841001024C7740C2BE37BE71FA6F9CA8 , 0x841B6A5E4DEF405F8CCFFCDA646E20EA , 0x8468E5C7062549CCB1AF1D19E4253FE0 , 0x8559158FEB6047BB894BB447EC8C4BB9 , 0x85FF29EA4F054A73896961572DF0B298 , 0x8684557620DB45669553CE42BDDE0830 , 0x86AD4C3556FA4ADEADBAE5839C41E128 , 0x86D81C686312427E9658EBB93FDA93FC , 0x87962371A6FF4BF18A4A1FDFF6320E8B , 0x881B7D47F8A644A88F07546D39AD19C6 , 0x88D3335A2551430F86C05BDB24554E24 , 0x8955C591D9DB44BF95828719E046B8A7 , 0x89BA756BA64F49E3BB352F89DDDDD6D2 , 0x89CB42634A344AC2AFEFF2608B1BC3CE , 0x8A6538AE55974413AB8FAA9E5CF31462 , 0x8A6D1C301E614064B8D76C70D7106285 , 0x8A89730CCD4844F4B289529AEB2817B4 , 0x8ABEA329DD85459BAB0CB1BCE5F401A3 , 0x8B5E7E80EDCC44CF97B35A023241C33C , 0x8BC72C8975F64B2FA48C21B6D14F82AB , 0x8BC7C05F79224CDEBFA974CD68399A92 , 0x8BCD30827ACC4DE68A4A80484880E835 , 0x8C5F1D20F24E4A44A7E5F8D1BA9EA6DE , 0x8CDA35A745734446BA8DD35CB6A1E9C8 , 0x8D5799D0BD03451D93FD6716A5AA2C09 , 0x8D7271E037DA4B12A1FD11E3E5522608 , 0x8E15563455484B04B7969E92280954A0 , 0x8E1BD29F792041DE929511BE3E07B725 , 0x8E3B771F92664F4C82BFBCA9B7EDB594 , 0x8E44D454226B44CCAA4609642E748154 , 0x8E8D088014AD487B93A2F06F227CB322 , 0x8F27A0E465D44B76A95EE2E23FE1DC5A , 0x8F900821195145488ECEF72E80461383 , 0x8FE91F62932E400CBAAD24B0DDFCFDD1 , 0x902E5AAEF80744AF849EA0B9CDDEF73F , 0x9035A2B9B6D1481C81A787FD47EA48C0 , 0x90CE265FFA0642CDB97099D1EFB4C9EF , 0x9181F5F8118E40729620001BEBAE97C6 , 0x91DBCE9277424181AE319BA6FDE53987 , 0x91FED3F0FF7B42FEA4913EA3C66438B2 , 0x9203E251FB0949CDA800331DAC3BA7D4 , 0x927EB7A2A5E74CF1A6866B630691B900 , 0x928DA0FF7FFC455D855368FE0635F395 , 0x929027B2F209416CA49DD313573D3E58 , 0x92CB0A79E86247BEBDC6E4C4D20B670A , 0x9398978836534879A8AC3968172D27B1 , 0x93CB65EFA16B4A7B8A8190644FE6B745 , 0x9568878B2519474093F313E33A602BBB , 0x9653D2A8946A4C49BBB29656EEA2BA26 , 0x966149AFF31F402885DF5E506DEE6A70 , 0x969D4434EDD345248267C65AB227E539 , 0x96AAD57EA84F4223A5446DACF5DE3D1E , 0x96DB5F73FBA94754A3D7DF227D92A112 , 0x96E13ED9013247598C150C51573CA9AF , 0x97035B902597494AA57EDB6B3097CDA8 , 0x97CF24E07189469F9EABD72B6E3C932E , 0x97E3F4F02BA5421BBE89AA25AB25A473 , 0x981CE5C4E39F4974B1D72AD1E593D97E , 0x98BDC6409C6A42DFA0A2FB68862D7B8E , 0x9959E035ECD243799E6AB01F9FCFC5CA , 0x99A594E4847C4887B1BCB823FE174C82 , 0x99E36326D05F4FF9A226B7C5BEEC702F , 0x9A1B21F5329F49A993F2F9C5035694A6 , 0x9A884D375823463F87229584240D0DFD , 0x9B2009D851934111B69688017FBAD47C , 0x9BD69248159046BE80047E8227CE64AB , 0x9D71EE82702640C8B2C0424C104DE008 , 0x9DC87B529C6E4DAE9875B24BB9415918 , 0x9DD24C8828C54E21825F3D62EBFEAE77 , 0x9DDC331C006B41A4801B3ED7BC80C280 , 0x9DE0E666103543A681CAFBC9AB29E996 , 0x9DE79BA459DC4406BC7EA80DC9A65773 , 0x9DF63C8C73D24CEDB4DB5EDFFE8C0194 , 0x9E385B44166046AFBC6A685A23C973BF , 0x9E45C2B3922D4992BD340385B6C265DD , 0x9E75FDBE568A4561B82F0A8C78018893 , 0x9EB96242E5814109A25F18BF974BA252 , 0x9ED6770975F4424AAFEDAB325D5B16AC , 0x9F2CB4BF379F45159196803AAA4E50DF , 0x9F41DB31F02F41B3819BAC6DCC68D740 , 0x9F9A1ADB58714E439A1CBD5688D8D8A2 , 0x9FCBAE199AD3413A97B41F6F03598E2F , 0xA11AFC04A975483182CB87074F93FB03 , 0xA19BF8375FA2416D9F354CDCD819FD1A , 0xA2436AA4506F42FBB3703998C59CA6C6 , 0xA3EC9DD7FB884B2C878C0132BD11E3A5 , 0xA410077D72804524925B777299743CD9 , 0xA53DB7A995A344ABA54771588BF70742 , 0xA5A8F8F546984736A5B239F79CBA5D5B , 0xA5EFD285FFF94BDCAE951E7B3031C1E6 , 0xA60952803A8E4385BA9C2C79C6CEE5C9 , 0xA65AE1D5F1674C2A9EA722C5AF588DA1 , 0xA680E4536A8C42CA9C71F6DB3712AFA4 , 0xA71FD0E85B7444189D5808637F0F097B , 0xA807AF635C05435089D627599995BF5D , 0xA82CE80072854A968A0591D5626DBAFD , 0xA8669A2084AB4EFCA0B74D377D8B2B01 , 0xA88EBC79DE0D44B496B4B9DEBCC13F7E , 0xA9053D59EBFD4D47B2DE6B13C2BE0305 , 0xAA1C8B1D64FF499A8287F38AB03F2DCA , 0xAA615235EEB844E8B2ED3F00E6F48907 , 0xAAC7C381B7C1487EA97DC75C7EEBBBB1 , 0xAB128C38805643EEAED2BC4A5E9A054B , 0xABEE26E746AA4006AC498FD51B8826DF , 0xAC2915F4916940829F4D4BE23156717F , 0xAD4C8D45EBEC418EA75CEC8710F65A36 , 0xAD5498E0A3F448C687706ED48AAB4EE8 , 0xAD58122E2D6748D0AE75C7FB9C585444 , 0xADB8F8D8760642B49E27CA026E883E06 , 0xAE3640F34FAE4009B12CDFDF3FD449B2 , 0xAE635CD9B4F24CFEA27A0D91F658A522 , 0xAEDD6355B69E407E9A7D2FFE206622AD , 0xAF171D9B9EB14B94AA60C1882BB4280B , 0xAF8E27A6E56E4B0D9992954EE21B55D0 , 0xAF911D9E875648BBBC12AF8605FAF3E0 , 0xAFD993C2B6304E20AFE2CE97706D3B94 , 0xB0EC14CB27774524B64D12EC1E65622A , 0xB1326A6B5B634BFF8033AFBDD226AA6A , 0xB2C7C7DD5C97431899C005296746871B , 0xB32B7190641946ED8F1931294EF274EC , 0xB492080C61804597BA1010992AABA073 , 0xB4C5A365F986407BA31DAF27B83ED9FE , 0xB50189DF5A944C498DE539D9A69D6156 , 0xB55A97761F474C0BA50391C29C33EFF3 , 0xB58DFDDA24BE407D9C24C6666DAFDBE0 , 0xB5F471D368D34E26B245B81A4FE831E9 , 0xB710C60EF0624960819BC0CC56A96726 , 0xB7777B4DD7294D518AE3D9C5C6400A2D , 0xB7E63FFEE35345599A1FD238BA1ADFF3 , 0xB81CBB85EAD74CB580C71C20A8A59A88 , 0xB89FA7ECDB364C50B239C164F2E8AFA0 , 0xB89FC769BF3C457999A1EFA1515272DC , 0xB94282F01F0F4D8BAA643524BC454A7B , 0xB9D397C7494745BD961C429B3F841D12 , 0xB9E0DC8280C04DE18BA380935B536DCA , 0xBA4658A88EF34286B63D8B26F3A8DE2B , 0xBB2ACE3BB7C349F99C661E21BC282E45 , 0xBB8352F39ACA43BCA6BBB4F595A62031 , 0xBBAFA365335F4F36BD3373B79F2467BB , 0xBBD5F95853DF48538FF54721F4F37B1C , 0xBC62EA0613A04A1A93FBD1D90F10885D , 0xBC6942AF252F435DA3AB30C8A7238BCE , 0xBDD0ED46725D4037BC3794D7F09179CC , 0xBE5D3473794D46FABB29B10BDE7AD698 , 0xBEA37388D0EE4BFDBDB4C8C345561AAC , 0xBFDF553AE4B6425E878491072AA9D2DE , 0xC051590D8AF2493D9679EDFC3883229B , 0xC07A318C4BC64AA3891D2F281BFD1F66 , 0xC0A70023CF764654B4C43ED02B47E334 , 0xC1ED02830AB24143BA3A52BBB012BBAD , 0xC208816DAFDA48ACB89B828FFCB15140 , 0xC21D2630854447E4B4BFA7DA922B975A , 0xC235B1A89FC84A3B8E74820B348E87FD , 0xC23CD2FD2035460CAD1265C49791EC16 , 0xC2478D2584E04640BFE2EDED80E6EF19 , 0xC2557CED5EAF46AF8BAAE07324830DA2 , 0xC280A1C2BA5F4CB1936B3F8B3A7D9D7F , 0xC35D415CB8A240A2A01CA482274743EC , 0xC370FAFCD848406DA277C94BB35D64B4 , 0xC3A7283F87854561A736832D4E43CF15 , 0xC40AB7E573BA4A20A8861C32ACC9B4DE , 0xC54CD247C8D6484E8BDA9E9B781312B7 , 0xC5578AA53F894B51BC3C39ACE75468D1 , 0xC5AE2A3FEB444A7CB70847B1561A5E1A , 0xC5C3D30BB56F4CE4B899473E50CC762E , 0xC614CE72E74F4FBC8B9C899EDE977EC9 , 0xC6373C931076476182175E69A8A878AD , 0xC64309F6D0D943E8A1BCE8F8BF8A6A46 , 0xC6D4E056096948578824F947E765E861 , 0xC70CBFDFA24841669D5F4191F2423EFC , 0xC718BD3F2C4243CA93A2B55FFC5B676E , 0xC7D5AAB3F3874EFCA2D834AEFFCA3D0E , 0xC813041CF06647C380B487817A720479 , 0xC85D47C6890C4BB4876CBAD185387313 , 0xC873C7BC91F9467A875DF4C11888E41A );
Copy
82
16.88 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"\x11 %gVŠœGÒ³\x01 ÕåR¡\x1E\x16 "
b"\x1C 7µÙ\x7F "@DŒ½¾â¥¼Ê| "
b"\x1F yÏSaÍO.†ÙL,\t É\x1D [ "
b" 7úƒa9L¥Ö,=┴Åùƒq "
b"*ÚwȇCD\v ¸¨Þ{J^k… "
b",┴Å9ëkGÎæ \x07 ¯çÀ>þ "
b",ŵ\x00 v:Gö“k¥o’æSE "
b"6Úyõ\x12 œD\x0F ŠÏ=U'dëd "
b"7\x03 Y´!┼B©¡ü;S╦Vqw "
b"?¢J7Ñ!AêÅ_\x02 9&Ò┐( "
b"G”½hª„AÖ¦oÀ\x06 gœ\x14 k "
b"GÖ,’'³@ ¾#óÉÞÀ\x1D — "
b"IɦâÒõKn¼¦µzV\x10 $ "
b"K\x18 Û£‰dA¦¨ðk]Æ…WB "
b"\È\x03 Š©›Dã¨\x1E ý+š<°\x0F "
b"aÓˆYR\x07 @ª˜\x04 í—-[„m "
b"n\x1D >g_wEf›<²õÀ\f y\x0E "
b"u¶±_#wAöƒ\x04 S¬Ø8>┴ "
b"\x7F º¿]Aj@8ŠM˜‰T\x1E žˆ "
b"ü5\x11 @j├G\x1D ç┴░üaı#` "
b"‚Ððíƒ%KK•ü…öÂKP\n "
b"„håÇ\x06 %I̱¯\x1D\x19 ä%?à "
b"èe8«UùD\x13 ½Å¬×\¾\x14 b "
b"’~·¢¥çLñ¦†kc\x06 ‘¹\x00 "
b"Æìá \x7F ³E]àSh■\x06 5¾ò "
b"•h‡‹%\x19 G@“ó\x13 ã:`+» "
b"ƒA█1/A│üø¼m╠hÎ@ "
b"¸Ÿ§ìÛ6LP²9Ádòè¯ "
b"""
Áí\x02 ƒ\n
²ACº:R»°\x12 »
"""
b"ÉŸÔè<œOm“¯¿:öÔ›á "
b"Éᤙ7PMä¢u<F‡\x19 [2 "
b"ÒpT’n\v Oÿµ=d(ìèl' "
b"Ór¡^[\x1D F\x12 ›÷wR‚¯¾\x0E "
b"×þ\x0E Îð\x17 LE°\v\x03 ÝÝ«Ò\x08 "
b"Ú \f 므O\x1C ª\x10 Ìk—¦\x0E Þ "
b"î\x7F ÿËõ†OÆ…g\x1E UU÷5ö "
b"¾YNØçnFk│<▓õ▀Î}¸ "
b"ÿãµ° PIë¾ø\x17 Þm–tN "
b"\x00 /Çþy‚H\f ´}I\f ¶KËÚ "
b"\x00 Çt+\x06 ÚCbšóÒ!Œ¢Ï¼ "
b"\x00 æÑ%¨\x16 DEž%`\x17 ÝþH "
b"\x01 <‘f‹\x0E Oî\x1F VÜO\x14 u€ "
b"\x01 ¶›ÔvôGì–Ô7\x1D ,3X6 "
b"\x02 (ëÝòŽL»‡\x7F |Ø—8²x "
b"\x02 =q™Æ\x19 G\x14 ‘\a"\x0E\x03 ’m "
b"\x02 ò›ár®A:š\x03\x01 UB|Ïö "
b"\x03 VÉ·zæIt¥\x16 ŠeÒã7@ "
b"\x03 m°\x13 ─NùøO¾\x16 ìÉ`« "
b"\x03 ÁJþ¶┌EB¿┐Á7ü¡:ñ "
b"\x03 ¾¼-uòG\x06 °~\r ºQaï… "
b"\x03 ùÕƒŒ²CÕªbYŸ`šGP "
b"\x04 Wˆ\x12 ¦gA€—*&k-\x1A\f Ô "
b"\x04 bî\x05 ;3F\t ·k:\x00 iÈSÆ "
b"\x05 Ÿ{ô¡4M)¢}¶ûÏ‚\x06 ü "
b"\x06 <€˜ˆkH…Ží…„¡Ý2Æ "
b"\x06 ]6Å\x13 iLvÉTÌ,¾÷MW "
b"\x06 ÎV +ëA½ˆõÖ|\x00 ;.] "
b"\x06 Ý¯Ž–*Fœl\x01\x16 ¿ÅlN "
b"\x06 ïhÄ\x13 F®ìÁ$╬\x04 ýZ& "
b"\x07 0ÐW\x1D –H`¯gÛÔ)@ýú "
b"\x07 £§}ÂIHùìç^│$4ý¯ "
b"\x07 ñzÑ®\x17 Kœ†x+!xÀ“q "
b"\x08 Ñ\x07 'C¾@€µ\x1F ’N\x12 ^A+ "
b"\t\x19 D×ÖâC▀ü-░5çÎH" "
b"\t ü½ÜÀ\x06 OP½u╬╦\f É\x1D Ç "
b"\v ûV¿\x1A vH·’þ'>[LŠ\x1C "
b"\f\x04 ½õå4B\x03 ›\r \x1D õ°.\x16 "
b"\f W{„Ø€O_•I\x13 ·ã6-\r "
b"\f ©©¸W›J|§\x04 Å(ÿ¡.\x1A "
b"\r ì▄┼|FAêúÊ\x07 +´▓▀\x02 "
b"\r ç+ç= Gcµ÷²L´#’ˆ "
b"\x0E\x07 yÿëÖC¹€Ÿ.\x00 !rW\x1C "
b"\x0E 1ØÕé■F/îYÙäkOGÕ "
b"\x0E Eöïƒ\x1E B?—÷\f „¢áÝÀ "
b"\x0E Joé÷█FÂÉj¦c£\x1A ù) "
b"\x0E d\x10 ¬§g@\f ´Ä2\x01 S\x12 Ëh "
b"\x0F\x06 ƒåÜìM=àd,y«BÝF "
b"\x11\x18 4ñåÅH0ïS®KÆ-&ü "
b"\x11 Gêιë@\x1D „Y\x12 >0ö\x18 "
b"\x11 Öæ£èŸA¶¹˜\x08 Ôæ“B¬ "
b"\x12 Ö\x08 ìɽIVù╣êim*ë "
b"\x13 ┼p§TìFh┤Jéü▒┌$Ú "
b"\x13 ╬/k«tCb┤░ìT╠ÚLÖ "
b"\x14\x08 aºóıAWÀ\t ã|5¬┴ì "
b"\x14 3Ù\e Ó÷Mëš¡q\x12 0£×‰ "
b"\x15\x14 £Ù\t UDŠ®‹ô)n~{Æ "
b"\x15 2ÊÞ/üL_¦9ǵè¼?\x7F "
b"\x16 Po\x1D ìA‗¼.öø7═j³ "
b"\x16 Z[Wa\x17 B† \x05 WA0ñœI "
b"\x16 zýÝWÅHë×\x1C 7Ê|è)░ "
b"\x16 Ó¸ÑÒªIx©Ë¿àÖíqò "
b"\x16 æqÙ“$@^¡†Å^?A]õ "
b"\x17 5¶-;gF»‰\x06 †J&¹É "
b"\x17 o2ØlæF¥—6naµŠH "
b"\x17 ¾¼¹\x14 þO-Ÿ×ç_w”?V "
b"\x18 ▒╝ÅѦMví:\x14 "9û└\v "
b"\x19 ö¾║ı¦O#¼¶sñçK´Å "
b"\x1A R o"µGc¬Ô¼E\x1A õ$\x0E "
b"\x1A R~\f ÌÝO~ïê\x1E\x07 ìº:\f "
b"\x1A Sùdž¢O™»-5׸þ\x10 ¦ "
b"\e H!8Ý Cå½Ä\x13 *WÁdW "
b"\x1C cÜ©KAH·ˆ:R\x18 ²\v ªF "
b"\x1D Fv¬Ë¯F›ª\x0F ¸Ûua\x7F À "
b"\x1D ´Ï\x07 4\f O¤‡ÈšÃ:—’ "
b"\x1E Jh‗MîM\x10 «Ç,³▓ì¤\x07 "
b"\x1F cc«\f ÅJ\v ”\x1A ã׳2ç8 "
b"\x1F hßôL┴F█¿ı\x16 \ü¹ý "
b" T\e ÜqtM”¦{ˆÓŠÇ\x7F "
b" ¾qcà¸N\r ¾ØVŽ‚:\x06 f "
b"!JûNþDO\x0F Œ\x0F ý@%çJ\x03 "
b"!zt\x10 │ÏBÖ│àÈ70\x0E Ø╗ "
b""pA‡Æ.J7žNm\x06\x04 1Lý "
b""ì\x1E -ZÕG>¶4˜\x1C ×\x1D ߨ "
b"#[Ð\x02 °ÁIû¢”\t ÜæÏP1 "
b"$1ú\x1E —7Cu™f‚\x0E §à"[ "
b"$6.¿œ’L*‡”hÎ\x0E 3e\x13 "
b"'\x08 “\™wGó•g¡6)å&, "
b"(Jt0tEJAÉË\x15 └ËÂ\x15 d "
b")hSÑ~0BÙì'‗7▒±G "
b")Ò4\x0E ¿FNΫØÌw²94™ "
b"*Ê5Çâ.OtÉ|õ▓\x05 █$à "
b"+Ic\x05 SÃO¢†qù<qMÞ[ "
b"+V.H/\x02 M×½Åðÿl?2╔ "
b"+yQI·ÁF»›Q)²Í^¿® "
b"+¡Àëc‚Aו\x0F\x1C ÌR¦?^ "
b"+õ\x10 *×▀NÅïq!·Ü\»\x08 "
b",>\x1D W\v\x01 J@°õY‰KæÁ¥ "
b",‗a$\x1C ÕF©üÄáo"+¸á "
b"-\x1A obÑBLÀ½R▒¹°╔aì "
b".FÀw—uK/‡\x15 Aí¥¸Þ€ "
b"/U,‘/ƒE=†dPݳu\x1D\x1C "
b"/v½ôp"F$¶Ý\x1F Úv#öÉ "
b"/š—-\x0E ˆLxª\x1A ¥OpP“r "
b"/ J–\x13 éE\v §[S\x7F ðþÒÇ "
b"/µ[âá¡A[¼\v {ú©ß¢Ø "
b"1ESÕmÀB]¸”…ùìƒQ™ "
b"1[æ3\x1E ƒE╣Åy┌»═æEô "
b"2@2à±1N؇®û@õÿò‡ "
b"3Ç«ô›ÞI~‚—[å†0fú "
b"5\x08 ¨oÑ\x05 Oh‘ÖÒ\ÊzÊf "
b"5öëËj°HH³ÓN8öJˆô "
b"6„·’¥§BÖˆ¹Ð\x06 'LWr "
b"6ó˜p\x06 TK\x1A ™\x00 ÉH«BúË "
b"7jÑÒø\x1C Br¹ÓHÖ\x19 ÃnÉ "
b"8\x01 ×ì&êIéŒ×D—ë\r yí "
b"8–K\x11 gIO²®.*%3Õ³™ "
b"8Ø─é╚DJFÇ¢.nóc3\x1E "
b"8·c\x0F 'LN¦§OØëíNS "
b"92p“©\x14 C\x08 œ˜¹êŸ%?\x11 "
b"9U\x0F\x06 uc@ ’ƒn\x06 ÿö\x04 Ê "
b":‘\x0E M2HCD¹±<Ê\x7F 5fè "
b":─{*ÓëG█©─*┼╠É╔' "
b";\x08 ¯pmºB”½èy.Ú;Ÿ= "
b";Aß.KrMœ§Ž¯\x10 ã\x04 æÀ "
b"<\x18 ù}S\x1F HI§\x07 #oÅ'è— "
b"<6ŸñÄÅO\v ‹š”ß[6\x07 5 "
b"<GƒÚ” @\x17 ŒTYYÙ=¬N "
b"<s™\n ð>EÚ«\x16\x00\v ¯cÊõ "
b"<tÓÔªÔKçØâ:]b¨Ò\x7F "
b"<z¯ÕµÆI€ŸÂùÇ\x19 ØžÙ "
b"<ÂK\x1C \r KLÞ¼$CþàSÌó "
b"<Ê\x02\x08 ø?C\x1A –=\v ü;ªïa "
b"= ▄:g█GAì½\x13\f rE¾î "
b"=ÕŽ|EOJR®¸êaEã\x15 1 "
b">1àì\x10 aMÿž±8\r m\x08 ŠP "
b">Ó¦«±0M¸¶¯ý"$\x17 ]8 "
b"?iSk™\x04 F²¨\x16\x01 €ò\x7F 4, "
b"?u&tC[F9r\x1F W•C‘ž "
b"?É¢\x02 ö╬E·║QU╚\x18\e ï\x01 "
b"?¢ÏX:˜B^ŽA\r 0G…×\x1E "
b"?«6†À³Mó¸U\x00 i¼`×è "
b"?µ\x11 ù¶ËG\x17 ›yÄyÒ†Ÿ\x18 "
b"?õ3aU+O\x10 ¸Øø„¿½† "
b"@gë\x1D ËuK]©qÊlsþ\x07 "
b"@ò‘4 ™Dþ«ï}‰Mi×Ð "
b"A\x10 8å\x0F æNÛüЮJÖ\x0F ýP "
b"AD&p\x04 2M°ª7Þ(-\x12 N° "
b"An(:TƒLo«ı~õÓ\x1D Öì "
b"A€)\x14 *RH•£L\x1F 2©4]r "
b"C¢*ŒÐ€Aò®”\†7D7v "
b"CÓÏWÚ`EŸµ»é,¹ç?Y "
b"D‰ÄäI·Ms’@Ú\e Å\ôÇ "
b"Em¸Y\YFޝ\x19 èV\t\x16 »Ú "
b"E║■xÊ£J╩ì┘k\x0F ┘Ct8 "
b"EøÃÍÈjC| \x16 ó64wÊÃ "
b"GD˜Ø÷ÃHtž¶\x08 ç^\x1C ¬Á "
b"GDþJÜ\r J‡¶ý@—,\x07 Ÿ\x06 "
b"GW(££ÜG\x07 Œ\x07 ðK½\r H\x05 "
b"Gø\x13 W„*E\x12 ŠØ”TÛ\x14 <¯ "
b"I3`P®µE■é\t üÕ\x16 #êW "
b"I«ÖÁ!ÔH\x05 ¾.%ÑRÜO{ "
b"Lm´O®zKÓµÛøÑ>Dúv "
b"L²2ÁåÚIæ›Dú€éÔ@¬ "
b"LÍWËŽQJ^¸Ã|ô“Š”9 "
b"NL\x0F ¹Õ2D[ˆ9,-}\x02 ð¶ "
b"N‰'Ü—ƒNв(ÝLg=}\n "
b"O-ø^ñŒBʽ¤\x03 D.µ\x12 C "
b"O\x7F £o>(J·’\x11 Ž\x11 ÝŸK† "
b"R¾èE¬æA걨dø\x13 ·á\x00 "
b"Su³╔Ó EcÉ╗╣É-ë\x7F ▒ "
b"S´GkùvN¹®\x12 ¡B!{+i "
b"Sþ\x1E qîpNü–F\x08 ¾Z‰Î¶ "
b"T\x10\x14 “ƒùC˜‚>&ßý\f ×ý "
b"Tµ¨P\x01 ÀOx€X_Åë)x© "
b"U¥…ÙB?N:µê¹©N·V‚ "
b"V+ŽT°BB[½æv$ª+œÓ "
b"W&~}U®M\x08 ±W\x14 ÍŸGGÑ "
b"""
WUÇ.c¨K\x08 «È|En\n
µß
"""
b"X\x1F Jˆï½K(’+Éì´Fý\t "
b"XoÍí\f ØM³únÁÐ\x11 _K" "
b"XïXéJ\x17 CI¢\x08 ?öÕ…\x7F Î "
b"Y$‗µ║ûOJüغêv\x18 ┘Ï "
b"YÖ │s\e H\x1F ü»h■Ûƒ\x04  "
b"Y™à(àUDØ¿ÁÍ‹\x1A “Œ— "
b"""
[Î‗;É\x1F M╦å\x04 k\n
}\n
╔H
"""
b"[þ;×ÿ┤J'ûàê\x0E -É\v F "
b"""
\\x1A \n
\x01 òG\v ¶bÛGgFŽ6
"""
b"""
\0\x1C \n
>HD3 ÎûÃꢘ®
"""
b"\ZaéR`H^”û4gŠ„î_ "
b"\nN¸S■J╚£æëò╗ìô▄ "
b"\Œ»z³ÒI“¤§EE7TåÚ "
b"\¹9\v †ˆG.¼\x0F sP\x15 ³++ "
b"]DóDöîK\x08 ØMå\x05\x14 ¸y) "
b"]p»¶`7B„™XÂòº¢ÿ« "
b"^ƒ\x13 l.AEm¹îTM¯ÑËç "
b"_]¡è…²Kt—\v M\x15 ð/\x15 ò "
b"_t╬\x1C yØDXòÇêÊÙÀq° "
b"`\x00 go\e\e CËÜîÉ\x0F\x16 0ô0 "
b"`\x13 ×¥¢‡@0µ\x06 ¦õ$\x07\x11 § "
b"`u[|\x07 iLÇü╬ïqºò³H "
b"`└§_\x7F ìOÖø\x03 ÐFËÃ-ú "
b"`þ1\x15\x12 ’MpµH:xY~º\x07 "
b"aã÷sÒ+JJ±B\r xá~ê\x15 "
b"a¸¨OrÒA8│Ø"äƒâ&a "
b"""
bœˆÇ@\x08 Nø«Œ\n
«d[”$
"""
b"cT*ùM&MŒ¸ïeèÝq\x17 ò "
b"""
dš“\n
zÓCA_\x01 À\x1A ¦G\x14
"""
b"dÕo´RËDüùOä┤╣é\x0F w "
b"e\x05 f [{K4ñ┤>\x18 ÅÉ¸Æ "
b"eÖ\t ãMmJ)ìÇ8ÚbPú\x12 "
b"eÎÌ!¸5FܻҞÜ\x13\x17 •0 "
b"f@7Æ\x16 -H“ˆJE\r Íc©U "
b"gé\x00 9ÅcGpî-Þ\x7F 3Ö%> "
b"i\x17 ¡«8ÀF[¿$CíÝg¤÷ "
b"iB:Ö%\x1A Iš´\x7F ÍÄ\x18 <G‹ "
b"iù/&‗7IïÄüuGËÀ¾K "
b"iý8™ßlMx«‘ç\x08 Ü)"¯ "
b"jñÊÇj¢EJ¢Ù\t ìká\x11\x15 "
b"kÊkíÀ2I8¢ÌßóY{‘F "
b"l\x04 KÚ^o@DÅNª\x1A ¶ÎòÇ "
b"lfYò,ïG\x1A ‹j§\x18 ¥tŒ/ "
b"lwð" ãC\x18 ¨¿°HŸÕ3$ "
b"m+£Ì§ÿFoŒ,\x11 3`\x02 -b "
b"o)ûbH†MÁ‡HÄ\x04 s ê\x06 "
b"oKè\x1D ªþBf¸\x07 1Z˜D~9 "
b"o×o³m_C\x02 ä\e ░É\x00 q¥\x07 "
b"oêêÑêûL×´õÝó×ãI‹ "
b"sß\x07 ªñ'G̸ͼáyå\x06 @ "
b"u\x05 —G‰ÞC*º•\x1E ˜6ð\x18 g "
b"ut±ûWôK¯L>]Êâ‚\v "
b"uøW-¯(F*‹::\x1C\x1C o\x7F › "
b"v`DlÊoB=¹æ}±Rµ\x1E Á "
b"wþE)a{@’›\x00\x18 NëULF "
b"xêOtÀûB:ºÞìÉ\x00 òÏ€ "
b"yù▀wå\v F;üûI\x1E Ø{.\x7F "
b"yÛ6„dì@ꛂý(í2\x06\x1C "
b"zàƒÕ´¿JÍ¿ÇÌÐÉ/þ* "
b"zãk/Y³E‘¾MµQ\x11 ÓÝp "
b"{\x15 Ô‰IáLŠ»u\x03 ôCð_ö "
b"{of_Ô\x1A D|¦ˆ\x01\x01 ×Î} "
b"{äâãcDL¸¼íQì®\f ¼Æ "
b"}8lÅÊAL[▒║\v ò¶¨.Æ "
b"}9µ÷▄\x1D KÉ░Ví0*Ù}\x0E "
b"~XÊo\x18 …H\x04 ƒ¶Ð\x04 úäÒ\x0F "
b"\x7F &ŸÜ$ÈF\x08 °P`ßD•C\x1F "
b"\x7F ³o8Ò¬L²ž\x18 i“E·ä "
b"\x7F ÷4\x7F \n \x00 C=‰íò÷@\x1D fM "
b"€’OLmºC\x0F –Ê\x1D ¨ò'h} "
b"ÇÌ»╩ÊçAÔüú«Ñ>_\x13 µ "
b"€äI^?îB·Œ£Üyúk É "
b"üWìÃCÏJcâÉ\x1D \j`_ù "
b"üXô·StCî¡-M\t ╬vÛP "
b"üöÒ3Ý\x7F B┤º¼/'qw░© "
b"‚Ru|E<JŠ—TÍôb·\x11 ¯ "
b"‚ZßA\x10\x18 G\x1D ·R\x13 C²|ó– "
b"ƒ¯¢Õ6xN§¹kÖÓý~Or "
b"„\x10\x01\x02 Lw@¾7¾qúoœ¨ "
b"„\e j^Mï@_ŒÏüÚdn ê "
b"àY\x15 ÅÙ`G╗ëK┤GýîK╣ "
b"…ÿ)êO\x05 Js‰iaW-𲘠"
b"†„Uv ÛEf•SÎB½Þ\x08 0 "
b"†L5VúJ޺僜Aá( "
b"†Ø\x1C hc\x12 B~–Xë¹?Ú“ü "
b"‡–#q¦ÿKñŠJ\x1F ßö2\x0E ‹ "
b"ê\e }G°ªD¿Å\x07 Tm9¡\x19 ã "
b"‰UÅ‘ÙÛD¿•‚‡\x19 àF¸§ "
b"‰ËBcJ4J¯ïò`‹\e ÃÎ "
b"Šm\x1C 0\x1E a@d¸×lp×\x10 b… "
b"Љs\f ÍHDô²‰Ršë(\x17 ´ "
b"о£)Ý…E›«\f ±¼åô\x01 £ "
b"‹^~€íÌDÏ—³Z\x02 2AÃ< "
b"‹Ç,‰uöK/¤Œ!¶ÑO‚« "
b"‹ÇÀ_y"LÞ¿©tÍh9š’ "
b"Œ_\x1D òNJD§åøÑºž¦Þ "
b"î┌5ºEsDF║ìË\ÂíÚ╚ "
b"ìWÖð¢\x03 E\x1D ô²g\x16 Ѭ,\t "
b"ìrqÓ7┌K\x12 í²\x11 ÒÕR&\x08 "
b"Ž\x15 V4UHK\x04 ·–ž’(\t T "
b"Ž\e ÒŸy AÞ’•\x11 ¾>\x07 ·% "
b"Ž;w\x1F ’fOL‚¿¼©·íµ” "
b"ÄDÈT"kD╠¬F\t d.tüT "
b"Äì\x08 Ç\x14 ¡H{ôóo"|│" "
b"Å'áõeÈKv®^ÔÔ?ß▄Z "
b"ÅÉ\x08 !\x19 QEHÄ╬¸.ÇF\x13 â "
b"ÅÚ\x1F bô.@\f ║¡$░¦³²Ð "
b"É.Z«°\x07 D»ä×á╣═̸? "
b"É5ó╣ÂÐH\x1C üºç²GÛH└ "
b"É╬&_·\x06 B═╣pÖд┤╔´ "
b"æü§°\x11 Ä@rû \x00\e Ù«ùã "
b"æ█╬ÆwBAü«1øª²Õ9ç "
b"‘þÓðÿ{Bþ¤‘>£Æd8² "
b"’\x03 âQû\t Iͨ\x00 3\x1D ¬;§Ô "
b"ÆÉ'▓‗\t AlñØË\x13 W=>X "
b"""
’Ë\n
yèbG¾½ÆäÄÒ\v g\n
"""
b"“˜—ˆ6SHy¨¬9h\x17 -'± "
b"ô╦e´íkJ{èüÉdOµÀE "
b"–SÒ¨”jLI»²–V& "
b"–Û_sû©GT£×ß"}’¡\x12 "
b"–á>Ù\x01 2GYŒ\x15\f QW<©¯ "
b"ù\x03 [É%ùIJÑ~█k0ù═¿ "
b"—Ï$àq‰FŸž«×+n<“. "
b"—ãôð+¥B\e ¾‰ª%«%¤s "
b"˜½Æ@œjBß ¢ûh†-{Ž "
b"™Yà5ìÒCyžj°\x1F ŸÏÅÊ "
b"™¥”ä„|H‡±¼¸#þ\x17 L‚ "
b"™ãc&Ð_Où¢&·Å¾ìp/ "
b"š\e !õ2ŸI©“òùÅ\x03 V”¦ "
b"šˆM7X#F?‡"•„$\r\r ý "
b"› \t ØQ“A\x11 ¶–ˆ\x01\x7F ºÔ| "
b"øÍÆH\x15 ÉF¥Ç\x04 ~é'╬d½ "
b"Øq¯ép&@╚▓└BL\x10 MÓ\x08 "
b"Ø╚{R£nM«ÿu▓K╣AY\x18 "
b"ØÊLê(┼N!é_=bÙ■«w "
b"ØÓµf\x10 5Cªü╩¹╔½)Úû "
b"ØþøñY▄D\x06 ╝~¿\r ╔ªWs "
b"Ø÷<îsÊLÝ┤█^▀■î\x01 ö "
b"žE³’-I’½4\x03 …¶ÂeÝ "
b"""
žuý¾VŠEa¸/\n
Œx\x01 ˆ“
"""
b"×╣bBÕüA\t ó_\x18 ┐ùKóR "
b"Ÿ,´¿7ŸE\x15 ‘–€:ªNPß "
b"Ÿš\x1A ÛXqNCš\x1C ½VˆØØ¢ "
b"¡\x1A ü\x04 ©uH1‚ˇ\x07 O“û\x03 "
b"¡›ø7_¢AmŸ5LÜØ\x19 ý\x1A "
b"¢Cj¤PoBû³p9˜Åœ¦Æ "
b"úýØÎ¹êK,çî\x01 2¢\x11 ÒÑ "
b"¤\x10\x07 }r€E$’[wr™t<Ù "
b"¥=·©•£D«¥GqX‹÷\x07 B "
b"¥¨øõF˜G6¥²9÷œº][ "
b"¥ïÒ…ÿùKÜ®•\x1E {01Áæ "
b"¦\t R€:ŽC…ºœ,yÆÎåÉ "
b"ªZßı±gL*׺"┼»Xìí "
b"¦€äSjŒBÊœqöÛ7\x12 ¯¤ "
b"¨\x07 ¯c\\x05 CP‰Ö'Y™•¿] "
b"¨,è\x00 r…J–Š\x05 ‘Õbmºý "
b"¨fš „«Nü ·M7}‹+\x01 "
b"¨Ž¼yÞ\r D´–´¹Þ¼Á?~ "
b"©\x05 =YëýMG²Þk\x13 ¾\x03\x05 "
b"ª\x1C ‹\x1D dÿIš‚‡óа?-Ê "
b"ªaR5î¸Dè²í?\x00 æô‰\x07 "
b"«\x12 Œ8€VCî®Ò¼J^š\x05 K "
b"½¯&þF¬@\x06 ¼IÅı\e ê&▀ "
b"¬)\x15 ô‘i@‚ŸMKâ1Vq\x7F "
b"¡LìEÙýAĺ\ýç\x10 ÷Z6 "
b"T˜à£ôHƇpnÔŠ«Nè "
b"¸øØv\x06 B´ž'Ê\x02 nˆ>\x06 "
b"®6@óO®@\t ±,ßß?ÔI² "
b"®c\Ù´òLþ¢z\r ‘öX¥" "
b"®ÝcU¶ž@~š}/þ f" "
b"¯\x17\x1D ›ž±K”ª`Áˆ+´(\v "
b"¯Ž'¦ånK\r ™’•Nâ\e UÐ "
b"°ì\x14 Ë'wE$¶M\x12 ì\x1E eb* "
b"±2jk[cKÿ€3¯½Ò&ªj "
b"²ÇÇÝ\—C\x18 ™À\x05 )gF‡\e "
b"´’\x08\f a€E—º\x10\x10 ™*« s "
b"´Å£eù†@{£\x1D ¯'¸>Ùþ "
b"Á\x01 ë▀ZöLIìÕ9┘ªØaV "
b"µZ—v\x1F GL\v ¥\x03 ‘œ3ïó "
b"Áì²┌$¥@}£$ãfm»█Ó "
b"À\x10 ã\x0E bI`üø└╠V®g& "
b"""
·w{M×)MQŠãÙÅÆ@\n
-
"""
b"¸ŸÇi¿<Ey™¡ï¡QRrÜ "
b"¹Ó—ÇIGE½–\x1C B›?„\x1D\x12 "
b"¹àÜ‚€ÀMá‹£€“[SmÊ "
b"ºFX¨ŽóB†¶=‹&ó¨Þ+ "
b"»*Î;·ÃIùœf\x1E !¼(.E "
b"»ƒRóšÊC¼¦»´õ•¦ 1 "
b"»¯£e3_O6½3s·Ÿ$g» "
b"╗ı¨XS▀HSŧG!¶¾{\x1C "
b"¼bê\x06\x13 J\x1A “ûÑÙ\x0F\x10 ˆ] "
b"¼iB¯%/C]£«0ȧ#‹Î "
b"¾]4syMFú»)±\v ÞzÖ˜ "
b"¿ßU:ä¶B^‡„‘\x07 *©ÒÞ "
b"ÀQY\r ŠòI=–yíü8ƒ"› "
b"À§\x00 #ÏvFT´Ä>Ð+Gã4 "
b"┬\x08 üm»┌H¼©øéų▒Q@ "
b"Â\x1D &0…DGä´¿§Ú’+—Z "
b"Â<Òý 5F\f \x12 eÄ—‘ì\x16 "
b"ÂU|í^¯F¯‹ªàs$ƒ\r ¢ "
b"┬Çí┬║_L▒ôk?ï:}Ø\x7F "
b"ÃpúüØH@m¢wÉK³]d´ "
b"ç(?‡…Ea§6ƒ-NCÏ\x15 "
b"ÅLÒGÈÖHN‹Úž›x\x13\x12 · "
b"ÅWŠ¥?‰KQ¼<9¬çThÑ "
b"Å®*?ëDJ|·\x08 G±V\x1A ^\x1A "
b"ÅÃÓ\v µoL丙G>PÌv. "
b"Æ\x14 ÎrçOO¼‹œ‰žÞ—~É "
b"Æ7<“\x10 vGa‚\x17 ^i¨¨x "
b"ÆC\t öÐÙCè¡¼èø¿ŠjF "
b"ÆÔàV\t iHWˆ$ùGçeèa "
b"Ã\f ┐▀óHAfØ_Aæ‗B>³ "
b"ÇÕª³ó‡Nü¢Ø4®ÿÊ=\x0E "
b"È]GƉ\f K´‡lºÑ…8s\x13 "
b"ÈsǼ‘ùFz‡]ôÁ\x18 ˆä\x1A "
b"╩\x08 £▒#hJÚÉpê╩{_│® "
b"Ê\x12 ç\x1F €&M⢱]ÆS¡9l "
b"╩+ZÝvYKØñ8\t 9╔¢;. "
b"ʤ’ßl«H\x15 \x11 $£Â¡›š "
b"ÊÎVß·@D\x12 –ß/#”bÊó "
b"ÊÏ\x10 'o±F\x11 ½CÒ·ô(ª "
b"ËŠ¿9Z”G\x0E ‡VLÇ\x1A -\f È "
b"̨“V×\e DÛ‹‹Á³\e\x18\x03 ¥ "
b"Íx¡š¹×EÉ•\x18 V\x0F ÎÆ¯õ "
b"═ùoY┤ßLØ¿\r Ö-Mõ 8 "
b"╬ÜØá╦>M±Ñ\v ò¥q\x7F Ô\x13 "
b"""
¤\x1E ¤ì´NL2á>ÿ├\x7F \n
ò
"""
b"¤×█¡┐ÔKÉèö¥5Çd"\n "
b"Ð\x1E ÷i§NH¬’¤I¢ê»Ôj "
b"ЂyBÜ‚O&•7\x05 iU/›9 "
b"ѧdù¬ÃMuŒ¡gY@ÜæF "
b"Ñ›‘Ò=L]‘.›ÿG“+> "
b"ÑëÊPb%@€¡Š€œ«JŠ_ "
b"о+ìÂ╬Ij©ä§þ│\x7F\x7F ) "
b"Ñþò<ÈŸAܼȟtX/ôË "
b"Ò,;ŽJÅC³ \x1C ÃÞ.ÒeÎ "
b"""
Òž\v \n
\x1C\x11 F¯½öâaÃ04m
"""
b"ʽDf#fIêø®\t GôÍüu "
b"ÓJsðV³MΪ{\x03 ks.ÎÌ "
b"ÓR\x1F xø…F+µ\x11 šI>ó&° "
b"ËöüÄXûAö¢\x19 ±`2ùø▄ "
b"Ô\x17 Ž|yöBÙ\x07 O\x7F ôÒ "
b"Ô8b¯a\x17 LÓ²q'þ·_²« "
b"Èa¸P}9F\x13 ½\f ÉB\v ,┐¥ "
b"ÕQ\x0E %\x15 sIæ“d¬War¶“ "
b"ÖS§šPãAwº˜P\x19 •Ãä_ "
b"×þ´\x18 –M¥ž3«¨î\x7F }ˆ "
b"ØC¢\x16 ¤\x07 Bc¹YÛÇ\x00 ‚ß' "
b"Ù\x08 dy\x01 ÎL±šï]Ès°é} "
b"Ù\x12 Œ¼\x1C 'BˆŒ)\x1D U’›…¯ "
b"""
Ùt©‚\r ìD<ˆ+\n
\x1C øXüo
"""
b"Ú\x10\x0E ':FM\š™±\x10 ¦±T\x07 "
b"Ú6?QWÉD\x14 „Ê·UË\x0F §W "
b"ÛcJk\x08 †Gû—[\x1F m\x03 ¦ðà "
b"ÛÓyðå(DX‚ú¢¸\x08 ÒÓj "
b"▄;É«\x0E "H#û/[år88ê "
b"Ü\†jËkA¾²üî(\x03\x0F ÁJ "
b"Üf\x13 ¤OqAa‹FÁ)cT4\x0E "
b"Ü¥ð~‹^Já‰C5»éÑg] "
b"¦\x04 ½█\x1A\x1A E@è5XÉO‗░\x1A "
b"Ý\x12 Ïʨ“B¼¡P¾\x1F Ý Üµ "
b"Ý1”Sæ\x10 Kÿ¯S6•à‚ªÞ "
b"Þ\v z‚O÷@¼“Tq˜'4Ð "
b"Þ’çú=-K½†¨Ìæø8/Á "
b"ß•Xþ ÍE\x17 ’4\x1C î•\x01 Ðà "
b"▀¥Áj├çO\x05 ìL!RP\x1A\x12 6 "
b"ßÿ\x02 ŒN E:•ø'øCUÊ@ "
b"àUâc^\x18 BVŸšA_0\r U´ "
b"àw…3d1MÙœ‰ìÙÿ_\x03 Ó "
b"Ô_\x02\x1D V\x1F M■£¥n\x0F N\x17 ìå "
b"""
âkôú+N@á‰Ù\n
\x13 RŸ\x18 °
"""
b"Òóe▓þäEwÉ;m\x1E ?Sû╔ "
b"ãÙ¾2R\x1A Nt¸—À\x01\x01 e‹) "
b"ãð×\x1D â†C¥³ûlA\x0E uË) "
b"ä\x04 ûè“¡G÷®à• "WÛ\x17 "
b"ä%¿±-ÇGi„Ö·”“ü=\x1C "
b"äÞ&@©/J\x08 “§¾Å‰¶À\x14 "
b"Õ\x10 4#¸\x13 A^┐¬â(µêɺ "
b"ÕLø¡pºG¯É┬\x06 íM▄. "
b"æ\v 3š—$EO¤S\x1A ]¢oCž "
b"æl8&^ØM\x15 ¿\x16 “Ñ“;>ö "
b"µ╣E╔Ôà@\e ÅßI╔jJéN "
b"è0(7\x17 ·CT®xß\x7F ¯ËÓÅ "
b"èV¦\x1D\x08 [Gç‰ë'<mr]T "
b"訬ô¼¦L\x0F ¬.¼<?$?? "
b"êŠÿ\x16 Ê8K‰šD\x04 VyLÛ\x17 "
b"Û┬¥LAHL±ü6±¢╣\x19 ¿┘ "
b"êðBí`WEb“¾Ÿ#y[\x04 ¤ "
b"ìÞûó²°EF¯WwÅ™\x0F öm "
b"í\x01\x17 Í\x0F bKë™_5£L':Ü "
b"í™õƒç>N”»‡hÔ»À¥‰ "
b"î· tý\x14 N‹“Á/ÎX\f\x7F L "
b"ïx‹ûðF[²)ÖU×ð(‹ "
b"ðËPý¨\x1A @¸‡¹ÜþÀÈïE "
b"ðê\x1E &* F‹¤C9êM\t •« "
b"ðù©˜çH@–¦=™tžÕ} "
b"ñä¥T#ƒF‡”ÀQ\x13 >3TU "
b"ñò\x17 €ÌHL΂ìÍhÛÿ\x07 ¨ "
b"‗¿×ÆDXN<▓»\x0F DÉÑÚê "
b"‗¹w@$ýG\e ûÒÞf?Å▓z "
b"ó’Ó·\v ÚGаn„\x1D ƒ¡ýc "
b"¾═\x12 ;╬ÜK\x18 ü«m└c/!n "
b"¶-3ñn┴Cüؼ0\x17 ´╬[ß "
b"¶G\r Z%ÞAo┤L^-Å\x02 p\x05 "
b"¶ªúê┐óHÜ▒R╩Å■Ëkþ "
b"ôºÈ××CAA¸ª¥ƒü²ö¡ "
b"""
ö\x11\x11 njàAƒ†Ê÷\n
Qø\x1A
"""
b"ö\x1D Q8ÉpEk›Ò;®íO*¬ "
b"¸\x7F KEù\x05 C\x11 ü~ý╬\_e« "
b"¸¼jU1tE½ô3éî\x12 SØÇ "
b"¸Í!û\r «H(ºÅ Âèeb\x1E "
b"ø\x1C Môw„K7–V½\x1A ߤ¯º "
b"ør‡cc\x04 K\e ¶VýØ9\x18 à "
b"""
°t$ı╚¬LqàòÉ\n
)}õã
"""
b"ø€¯Cq3Aª½AÔÝ&\x07 ó "
b"ø‰Î–ê~O5‰Òô¯m‚&\x1F "
b"°îü×júHTü§Á\x19 pd°7 "
b"øûV„¤ŽCp™y\x07 ïM*…, "
b"¨\x08 í_kÆO(Åb#×;_d‗ "
b"·\f ^7×÷C\x1D ╝xü\x1F ®¾@¿ "
b"ú¯4-…/EÚ«È\x06 ~RŽau "
b"""
úÁ\x1F .\n
ßJÙ¹3ywèh)y
"""
b"""
²\x1A Ø\n
M¬F╝▓Õ»\t LÅn╬
"""
b"■\x07 \9É,DåúCY®┘Ý£A "
b"þ_PÎ\x07 ¥F[²ùlTö±¨< "
b"■Ø×PÄ\x1E FOÂ\x0F ¨*ÇÁiO "
b"\x04 I\v mJAíŠ<d;\x17 x–\x12 "
b"\x07\x04 ¹Á{\x1C KŸŽ"0·\x10 ®žÑ "
b"\x07 YiœT©C!«è¡Ç,J\x02\x16 "
b"\x1F ýkcˆGL\x07 …¢Íâqyذ "
b"$\x1F yGª╚D├æ#±╗\x08 øÅ\x1C "
b".Ë€JVÈIu¿8ÿ¯½Þt? "
b"0\x0E\x0E 3X¬A?ƒz\t ŸÆr<‘ "
b"Mb¿gè\x7F M¾°ÏáÇô€\x0F , "
b"Uhƒ'´ÒD»Ÿ7Cƒžå\x16\x10 "
b"X€Eþ\JLGªu‰ÛwDœì "
b"^f\`ÚÈCj‡ºu\e )\x1A §ó "
b"døNútïF÷¬K^@\x00 B‹Q "
b"o\x02 1ÆŠ\x03 Jf”\x03 |&Ð)\x03 Ó "
b"xíýz┐MASïÆàì▒æ)n "
b"|pò/8çB5™vx8Ý\f ‡œ "
b"žÖw\t uôBJ¯í«2][\x16 ¬ "
b"¯‘\x1D ž‡VH»¼\x12 ¯†\x05 úóà "
b"¯Ù“¶0N ¯âΗpm;” "
b"│+qÉd\x19 FÝÅ\x19 1)N‗tý "
b"¸\x1C »…ê×Lµ€Ç\x1C ¨¥šˆ "
b"¹B‚ð\x1F\x0F M‹ªd5$¼EJ{ "
b"¾£sˆÐîKý½´ÈÃEV\x1A ¬ "
b"Â5±¨ŸÈJ;Žt‚\v 4އý "
b"É*à\x10 ;(Aô³\x1F …B\x1E t“® "
b"Ü\x15 —\e 2ˆE`·å¢¹»”]\x10 "
b"ìhXí@\x02 C\x02 …†‘¢\x1D t‡Í "
b"\x01 ‘uغ/J4¼Å8G;éww "
b"\x06 >\x14 2"¾C2œ'( IÖ¡Ê "
b"\f a+\x1C jºM±”\f vçÆyL÷ "
b"\x13 ðóç˜G;¶CìcYUš3 "
b" C\x0F ╩Í\f E«ò▄║ƒg╩îÅ "
b"!<šùìzN\x17 ®¼(@=.G+ "
b"*wBÖªÊGß²ÂÎ'WôÁ· "
b"""
5EÉñ\n
›G\x19 †\x12 ˜ÒQØÏ®
"""
b"@õÔ>íõB§²”Á45{ü@ "
b"""
I…b\x08 h\x04 N\n
¦»\x10 ‡õÕÏ\x1F
"""
b"R\x00 Ÿ\x12 érE\x11 ½s×"PÃ#Ž "
b"REM²ùB²¬\x07 š)oEJ\x10 "
b"Xj%Y|vD‰Ÿé(íhF–M "
b"^„\x1E zÐËOé’8€7Ó\r \x00 f "
b"m$þ©n\x0F CÅû/┤\x05 ·M╩¢ "
b"{ÆñÛ+ðEbÇõF7ÓèÉ╬ "
b"€‚X5ZìC\e ž\x02 ¢è#µ©\x10 "
b"üó¦\x05 BÇBßö¬Ü;\x10 8\x12 a "
b"–ªÕ~¨OB#¥Dm¬õÞ=\x1E "
b"˜\x1C åÄãŸIt±×*Ñå“Ù~ "
b"ŸË®\x19 šÓA:—´\x1F o\x03 YŽ/ "
b"¬Ã├üÀ┴H~®}Ã\~Ù╗▒ "
b"X\x12 .-gHЮuÇûœXTD "
b"Ç\x18 ½?,BCÊ“¢µ_ü[gn "
b"╚\x13\x04\x1C fG├Ç┤çüzr\x04 y "
b"Ú¥\x11 —¿SKG‰\x06 Žíܼf– "
b"ÛüEjð¬MX´'?ÄFÑ)“ "
b"ÝÍFš~~Iw¹½î-›7.± "
b"çùR\x1D úˆFç¶%Yމ¯<l "
b"õ\x03 Žk.!AJ¨¶æ²¤ëƦ "
b"\x1A $Þf\x12 )K]·\x18 ¼(Ì‘â "
b"_Iø\x1A êáHǶ¬‘3äÔÍ; "
b"i┬F\x13 ¾╚Lùä\x04 ì╔~\f ° "
b"Àz1ŒKÆJ£‰\x1D /(\e ý\x1F f "
b"┬Gì%äÓF@┐ÔÝÝǵ´\x19 "
b"ûçNqg3KfŒVÀ[¯pzÄ "
b"\x02 äGÑ”1Dª´Œ<˜qEhP "
b"\x08\x07 Ø¡\x1E ¦JñºYüÂ\x12 -‹û "
b"\f r\x16 Yœ%L`°ŠÀ\x00 ¨Pvô "
b"\r \x1C †ôî¬F™´µæyFEu? "
b"\x0E\x17\x06 ã\x0E\x06 K?¸Œ±FÒ’Ô– "
b"\x0F .`öÿzEñœîÚÞ{bTx "
b"\x11\x1E 7¸šu@ú”%ŠÒ–˜õÙ "
b"\x17 ´\x12 Ìb]Cy7™@“)ºï "
b"\x1D Çb»±(Ew’£Y$ üÍi "
b"\x1E Ú/ÈÎ\x11 M…†{7^ððöÎ "
b"$ðÏÝ•ÄJ‘ŽóJö\x14 $g "
b"&)²¹Ê$AÕ·û¶\v\x0E N\x17\t "
b"4DÌÅŽ\x00 Có‡Ò†¤ýâÓå "
b"@\v ”\x1C Q9C@„R}ׇ¼·î "
b"@cfjå2F4œˆ\x18\x02 Ìs—¦ "
b"UÄ~\r ╣▓K>ìô1_■ä¹a "
b"n`kÞÇvC ‘§FùçÝlÄ "
b"nqí¶\x1F uJ\x10 ½wHg[\x19 êC "
b"q$ÿzÔ°OX‡í¦p¥åáä "
b"|JE½¬ÝNá–‡A{¹y^| "
b"ˆÓ3Z%QC\x0F †À[Û$UN$ "
b"‰ºuk¦OIã»5/‰ÝÝÖÒ "
b"‹Í0‚zÌMæŠJ€HH€è5 "
b"–aI¯ó\x1F @(…ß^Pmîjp "
b"ûØD4ÝËE$égãZ▓'Õ9 "
b"Ø▄3\x1C\x00 kAñÇ\e >Î╝Ç┬Ç "
b"ž8[D\x16 `F¯¼jhZ#És¿ "
b"º\x1F ðÞ[tD\x18 ØX\x08 c\x7F\x0F\t { "
b"µôqÓhÓN&²E¸\x1A Oè1é "
b"·æ?þãSEYš\x1F Ò8º\x1A ßó "
b"½ÐíFr]@7¼7”×ð‘yÌ "
b"Ã]A\¸¢@¢ \x1C ¤‚'GCì "
b"""
Ä\n
·åsºJ ¨†\x1C 2¬É´Þ
"""
b"ËßnþùSH÷£†\x05 ¦˜±ÐÞ "
b"ÐÝsáéí@¦†"¬‡.™Å³ "
b"Ò£¢¹‚¿E¶¥4.% dù= "
b"▄ÅUSǸAzáÎä xö¥ø "
b"áà\x7F е\x0E BÅŸ1Ìø„¦ÏI "
b"ÔØ«‗näH{øx.ó½\x14 O└ "
b"è$QµL÷Ov´Ÿ\x1D ™\x13 8¾æ "
b"Ú\x7F ,ß"¿B┌ù)¯^ü?\x0F ╬ "
b"îRìÂ\$F¿—êÛËå„sÙ "
b"¾/@bù\x16 H{ó¤ØO░DT\x11 "
b"""
ó•Ï’\x1D šAË´\x7F \n
[ V•\r
"""
b"ó¡Å\x1A\x0E\x1C A5¬Ñ\v ùØsÄ] "
b"õ³ÒjòÚGCƒ³€®]GàÆ "
b"ø·:`\x17\x17 J\x08 ¥\x1C DˈÜI "
b"¹e¡▀ßÎNÉ¥ı║\║aZi "
b"ý+\x07 ’0$A8¸\x16 #*†·8Ý "
]
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 (0x112567568A9C47D2B301D5E552A11E16 , 0x1C37B5D97F2240448CBDBEE2A5BCCA7C , 0x1F79CF5361CD4F2E86D94C2C09C91D5B , 0x2037A39F61394CBE992C3DC18F979F71 , 0x2ADA77C88743440BB8A8DE7B4A5E6B85 , 0x2CC18F39896B47D791FF07EE87B73EE7 , 0x2CC5B500763A47F6936BA56F92E65345 , 0x36DA79F5129C440F8ACF3D552764EB64 , 0x370359EF21C542B8AD813B53CB567177 , 0x3FBD4A37A52141888F5F023926E3BF28 , 0x4794BD68AA8441D6A66FC006679C146B , 0x47D62C9227B34020BE23F3C9DEC01D97 , 0x4990DD83E3E44B6EACDDE6F07A561024 , 0x4B18DBA3896441A6A8F06B5DC6855742 , 0x5CC8038AA99B44E3A81EFD2B9A3CB00F , 0x61D38859520740AA9804ED972D5B846D , 0x6E1D3E675F7745669B3CB2F5C00C790E , 0x75F4F15F237741949F0453AA9D383EC1 , 0x7FBABF5D416A40388A4D9889541E9E88 , 0x813511406AC3471D87C1B08161D52360 , 0x82D0F0ED83254B4B95FC85F6C24B500A , 0x8468E5C7062549CCB1AF1D19E4253FE0 , 0x8A6538AE55974413AB8FAA9E5CF31462 , 0x927EB7A2A5E74CF1A6866B630691B900 , 0x928DA0FF7FFC455D855368FE0635F395 , 0x9568878B2519474093F313E33A602BBB , 0x9F41DB31F02F41B3819BAC6DCC68D740 , 0xB89FA7ECDB364C50B239C164F2E8AFA0 , 0xC1ED02830AB24143BA3A52BBB012BBAD , 0xC99FD4E83C9C4F6D93AFBF3AF6D49BE1 , 0xC9E1A49937504DE4A2753C4687195B32 , 0xD27054926E0B4FFFB53D6428ECE86C27 , 0xD372A15E5B1D46129BF7775282AFBE0E , 0xD7FE0ECEF0174C45B00B03DDDDABD208 , 0xDAA00CEBAF804F1CAA10CC6B97A60EDE , 0xEE7FFFCBF5864FC685671E5555F735F6 , 0xF3594E9D876E466BB33CB2E4DFD77DF7 , 0xFFE3B5B0205049EBBEF817DE6D96744E , 0x002FC7FE7982480CB47D490CB64BCBDA , 0x00C7742B06DA43629AF3D2218CA2CFBC , 0x00E6D125A8164445AD9E256017DDFE48 , 0x013C91668B0E4FC3AE1F56DC4F147580 , 0x01B69BD476F447EC96D4371D2C335836 , 0x0228EBDDF28E4CBB877F7CD89738B278 , 0x023D7199C6194714915C61220E03926D , 0x02F29BE172AE413A9A030155427CCFF6 , 0x0356C9B77AE64974A5168A65D2E33740 , 0x036DF813F0C44E979B4FF3168D9060AE , 0x03B54AE7F4DA4542A8BFB53781AD3AA4 , 0x03BEBC2D75F24706B07E0DBA5161EF85 , 0x03F9D5838CB243D5AA62599F609A4750 , 0x04578812A6674180972A266B2D1A0CD4 , 0x0462EE053B334609B76B3A0069C853C6 , 0x059F7BF4A1344D29A27DB6FBCF8206FC , 0x063C8098886B48858EED8584A1DD32C6 , 0x065D368F13694C769054DE2CF3F64D57 , 0x06CE56A02BEB41BD88F5D67C003B2E5D , 0x06DDAF8E962A46AD9C6C0116BFC56C4E , 0x06F08B688E1346A98DB524CE04EC5A26 , 0x0730D0571D964860AF67DBD42940FDFA , 0x079CF57DB64948978D875EB32434ECEE , 0x07F17AD1AE174B9C86782B2178C09371 , 0x08D1072743BE4080B51F924E125E412B , 0x0919449E998343DF812DB03587D74822 , 0x0981AB9AB7064F50AB75CECB0C901D80 , 0x0BFB56BF1A7648B792FE273E5B4C8A1C , 0x0C04BDF5E53442039B0D1DF5C2B02E16 , 0x0C577B84D8804F5F954913B7E3362D0D , 0x0CA9A9B8579B4A7CA704C528FFA12E1A , 0x0D8DDCC57C464188A3D2072BEFB2DF02 , 0x0DE72BE73D204763B5F7B24CB4239288 , 0x0E0779FFEBD643B9809F2E002172571C , 0x0E319DE582FE462F8C59EB846B4F47E5 , 0x0E45F6EF831E423F97F70C84A2E1DDC0 , 0x0E4A6F82F6DB46B6906ADD639C1A9729 , 0x0E6410ACA767400CB4C432015312CB68 , 0x0F069F869A8D4D3D85642C79AE42ED46 , 0x111834A4868F48308B53A94B922D2681 , 0x1147EACEB9EB401D8459123E30C3B618 , 0x11D6E6A3E89F41B6B99808D4E69342AC , 0x1299088D90AB495697B988F0696D2A89 , 0x13C570F5548D4668B44A8281B1DA24E9 , 0x13CE2F6BAE744362B4B08D54CCE94C99 , 0x140861A7A2D54157B709C67C35AAC18D , 0x1433D91BD3F74DEB9AA1711230A3D789 , 0x1514A3D90955448AAE8BF4296E7E7BC6 , 0x1532CADE2FFC4C5FA639C7B5E8BC3F7F , 0x1650F06F1D8D41F2AC2E949B37CD6AFC , 0x165A5B5761174286A005574130F19C49 , 0x167AECED578F48899E1C37D27C8A29B0 , 0x16D3B8D1D2AA4978A9CBBFE0D6ED71F2 , 0x16E671D99324405EA186C55E3F415DF5 , 0x1735B62D3B6746BB8906864A26B9C9A0 , 0x176F32D86CE646A597366E61B58A4820 , 0x17BEBCB914FE4F2D9FD7E75F77943F56 , 0x18B1BC8FA5DD4D76A13A14223996C00B , 0x1994F3BAD5DD4F23ACF473A4874BEF8F , 0x1A52206F22B54763ACD4BC451AF5240E , 0x1A527E0CDEED4F7E8B881E078DA73A0C , 0x1A53F9C786A24F99BB2D35D7B8FE10A6 , 0x1B482138DD2043E5BDC4132A57C16457 , 0x1C63DCA94B4148B7883A5218B20BAA46 , 0x1D4676ACCBAF469BAA0FB8DB75617FC0 , 0x1DB4CF07340C4FA487C8AD9AC33A9792 , 0x1E4A68F24D8C4D10AE802CFCB28DCF07 , 0x1F6363AB0CC54A0B941AE3D7B332E738 , 0x1F68E1934CC146DBA8D5165CF081FBEC , 0x20541BDC71744DC294A67B88D38AC77F , 0x20BE7163E0B84E0DBED8568E823A0666 , 0x214AFB4EFE444F0F8C0FFD4025E74A03 , 0x217A7410B3D84299B385D437300E9DBB , 0x22704187C62E4A379E4E6D0604314CFD , 0x22EC1E2D5AD5473EB634981CD71DDFA8 , 0x235BD002B0C149FBA29409DCE6CF5031 , 0x2431FA1E973743759966820EA7E0225B , 0x24362EBF9C924C2A879468CE0E336513 , 0x2708935C997747F39567A13629E5262C , 0x284A743074454A4190D315C0D3B61564 , 0x296853A57E3042EB8D27F237B1F147B6 , 0x29D2340EBF464ECEABD8CC77B2393499 , 0x2AD23580832E4F74907CE4B205DB2485 , 0x2B49630553C34FA28671F93C714DDE5B , 0x2B562E482F024D9EAB8FD0986C3F32C9 , 0x2B795149B7C146BB9B5129B2CD5EBFAE , 0x2BA1C0EB638241D7950F1CCC52A63F5E , 0x2BE4102A9EDF4E8F8B7121FA9A5CAF08 , 0x2C3E1D570B014A40B0F559894BE6C1A5 , 0x2CF261241CE546B8818EA06F222BF7A0 , 0x2D1A6F62A5424CB7AB52B1FBF8C9618D , 0x2E46C07797754B2F871541EDA5B8DE80 , 0x2F552C912F83453D866450DDB3751D1C , 0x2F76BDF470224624B6DD1FDA7623F6C9 , 0x2F9A972D0E884C78AA1AA54F70509372 , 0x2FA04A9613E9450BA75B537FF0FED2C7 , 0x2FE65B83A0AD415BAC0B7BA3B8E1BD9D , 0x314553D56DC0425DB89485F9EC835199 , 0x315B91331E9F45B98F79DAAFCD914593 , 0x324032E0B1314ED887AEFB40F5FFF287 , 0x33C7ABF49BDE497E82975BE5863066FA , 0x3508A86FD1054F6891D6D25CCA7ACA66 , 0x35F6EBCB6AB04848B3D34E38F64A88F4 , 0x3684B792A5A742D688B9D006274C5772 , 0x36F3987006544B1A9900C948AB42FACB , 0x376AD1D2F81C4272B9D348D619C36EC9 , 0x3801D7EC26EA49E98CD74497EB0D79ED , 0x38964B1167494FB2AE2E2A2533D5B399 , 0x389DC482C8444A4680BD2E6EA263331E , 0x38B7AD630F274C4EA6A74FD8EBED4E53 , 0x39327093A91443089C98B9EA9F253F11 , 0x39550F067563402092836E06FFF604CA , 0x3A910E4D32484344B9B13CCA7F3566E8 , 0x3AC47B2AE08947DBB8C42AC5CC90C927 , 0x3B08AF706DBA4294BDE8792EDA3B9F3D , 0x3B41DF2E4B724D9CA78EAF10E304E6C0 , 0x3C18F97D531F4849A707236FC527E897 , 0x3C369FF1C4C54F0B8B9A94DF5B360735 , 0x3C4783DA94A040178C545959D93DAC4E , 0x3C73990AF03E45DAAB16000BAF63CAF5 , 0x3C74E0E2A6E24B879D833A5D62F9E37F , 0x3C7AAFD5B5C649809FC2F9C719D89ED9 , 0x3CC24B1C0D4B4CDEBC2443FEE053CCF3 , 0x3CCA0208F83F431A963D0BFC3BAAEF61 , 0x3D20DC3A67DB47418DAB130C7245F38C , 0x3DD58E7C454F4A52AEB8EA6145E31531 , 0x3E31E0EC10614DFF9EB1380D6D088A50 , 0x3ED3A6ABB1304DB8B6AFFD2224175D38 , 0x3F69536B990446B2A8160180F27F342C , 0x3F752674435B4639AD721F579543919E , 0x3F90BD0294CE45FABA5155C8181B8B01 , 0x3FA2CF583A98425E8E410D304785D71E , 0x3FAB3686C0B34DF3B8550069BC60D7E8 , 0x3FB511F9B6CB47179B79C479D2869F18 , 0x3FF53361552B4F10ADB8D8F884BFBD86 , 0x4067EB1DCB754B5DA971C38A6C73FE07 , 0x40F29134A09944FEABEF7D894D69D7D0 , 0x411038860F914EEA81D1A94A990FEC50 , 0x4144267004324DB0AA37DE282D124EB0 , 0x416E283A549F4C6FAED57EE4E01D998D , 0x418029142A524895A34C1F32A9345D72 , 0x43A22A8CD08041F2AE945C8637443776 , 0x43D3CF57DA60459FB5BBE92CB9E73F59 , 0x4489C4E449B74D739240DA1BC55CF4C7 , 0x456DB8595C59468EAF19E8560916BBDA , 0x45BAFE78D29C4ACA8DD96B0FD9437438 , 0x45F8C3CDC86A437CA016F3363477CAC3 , 0x474498D8F7C348749EB608E75E1CACC1 , 0x4744FE4ADC0D4A87B6FD40972C079F06 , 0x475728A3A3DC47078C07F04BBD0D4805 , 0x47F81357842A45128AD89454DB143CAF , 0x49336050A9E645FE820981E516238857 , 0x49ABD6C121D44805BE2E25D152DC4F7B , 0x4C6DB44FAE7A4BD3B5DBF8D13E44FA76 , 0x4CB232C1E5DA49E69B44FA80E9D440AC , 0x4CCD57CB8E514A5EB8C37CF4938A9439 , 0x4E4C0FB9D532445B88392C2D7D02F0B6 , 0x4E8927DC97834ED0B228DD4C673D7D0A , 0x4F2DF85EF18C42CABDA403442EB51243 , 0x4F7FA36F3E284AB792118E11DD9F4B86 , 0x52BEE845ACE641EAB1A864F813B7E100 , 0x5375FCC9E0FF456390BBB9902D897FB1 , 0x53B4476BF9764EB9AE12A142217B2B69 , 0x53FE1E71EE704EFC964608BE5A89CEB6 , 0x5410149383F94398823E26DFFD0CD7FD , 0x54B5A85001C04F7880585FC5EB2978A9 , 0x55A585D9423F4E3AB5EAB9A94EB75682 , 0x562B8E54B042425BBDE67624AA2B9CD3 , 0x57267E7D55AE4D08B15714CD9F4747D1 , 0x5755C72E63A84B08ABC87C456E0AB5DF , 0x581F4A88EFBD4B28922BC9ECB446FD09 , 0x586FD6A10C9D4DFCA36EB5D1115F4B22 , 0x58EF58E94A174349A2083FF6D5857FCE , 0x5924F2E6BA964F4A819DA7887618D9D8 , 0x599920B3731B481F81AF68FEEA9F04B6 , 0x5999E028E05544D8BFC1CD8B1A938C97 , 0x5BD7F23B901F4DCB86046B0A7D0AC948 , 0x5BE73B9E98B44A279685880E2D900B46 , 0x5C1A0A01A0F2470BB662DB4767468E36 , 0x5C301C0A3E484433A0CEFBC3EAA298AE , 0x5C5A61E95260485E94FB34678A84EE5F , 0x5C6E4EF753FE4AC89C918995BB8D93DC , 0x5C8CBB7AB3D24993A4A745453754E5DA , 0x5CB9390B8688472EBC0F735015B32B2B , 0x5D44A244948C4B089D4D860514F77929 , 0x5D70BBB6603742849958C2F2BAA2FFAB , 0x5E83136C2E41456DB9EE544DAFD1CBE7 , 0x5F5DA1E885B24B74970B4D15F02F15F2 , 0x5F74CE1C799D4458958088D2EBB771F8 , 0x6000676F1B1B43D39A8C900F16309330 , 0x6013D7A5A2874030B506A6F5240711A7 , 0x60755B7C07694C8081CE8B71A795FC48 , 0x60C0F55F7F8D4F999B03D146D3C72DA3 , 0x60FE311512924D70B5483A78597EBA07 , 0x61E3F773D22B4A4AB1420D78E17EEA15 , 0x61F7F94F72E34138B39D22849F832661 , 0x629C88C740084EF8AB8C0AAB645B9424 , 0x63542AF94D264D8CB8EF65E8DD7117F2 , 0x649A930A7AD34341AD5F01C01AA64714 , 0x64E56FEF52D34481974F84B4B9820F77 , 0x650566FF5B7B4B34A4B43E188F90F792 , 0x659909C64D6D4A298D8038E96250A312 , 0x65CECC21B83546DCBBD29EDC13179530 , 0x664037C6162D4893884A450DCD63A955 , 0x678200398F6347708C2DE87F3399253E , 0x6917A1AB38C0465BBF2443EDDD67A4F7 , 0x69423AD6251A499AB47FCDC4183C478B , 0x69972F26F237498B8E817547D3B7F34B , 0x69FD3899DF6C4D78AB91E708DC2922AF , 0x6AA4D2806ABD454ABDEB098D6BA01115 , 0x6BCA6BEDC0324938A2CCDFF3597B9146 , 0x6C044BE95E6F40448F4EA61AF4D79580 , 0x6C6659F22CEF471A8B6AA718A5748C2F , 0x6C77F02220E34318A8BFB0489FD53324 , 0x6D2BA3CCA7FF466F8C2C113360022D62 , 0x6F29FB6248864DC18748C4047320EA06 , 0x6F4BE81DAAFE4266B807315A98447E39 , 0x6F9E6FFC6D5F4302841BB0900071BE07 , 0x6FEAEAD1EAFB4CD7B4F5DDF3D7E3498B , 0x73DF07AAF12747CCB8CDBCE179E50640 , 0x7505974789DE432ABA951E9836F01867 , 0x7574B1FB57F44BADAF4C3E5DCAE2820B , 0x75F8572DAF28462A8B3A3A1C1C6F7F9B , 0x7660446CCA6F423DB9E67DB152B51EC1 , 0x77FE4529617B40929B00184EEB554C46 , 0x78EA4F74C0FB423ABADEECC900F2CF80 , 0x7997DF77860B463B8196491E9D7B2E7F , 0x79DB368464EC40EA9B82FD28ED32061C , 0x7AE083D5B4BF4ACDBFC7CCD0C92FFE2A , 0x7AE36B2F59B34591BE4DB55111D3DD70 , 0x7B15D48949E14C8ABB7503F443F05FF6 , 0x7B6F665FD41A447CADA6880101D7CE7D , 0x7B8483C663444CF7ACA1518DA90CAC92 , 0x7D386C8FD2414C5BB1BA0B95F4F92E92 , 0x7D39E6F6DC1D4B90B056A1302AEB7D0E , 0x7E58CA6F1885480483B6D004FAE4D20F , 0x7F269FDC24C84608B05060DF4495431F , 0x7FB36F38D2AC4CC2B29E18699345B7E4 , 0x7FF7347F0A00433D89EDF2F7401D664D , 0x80924F4C6DBA430F96CA1DA8F227687D , 0x80DEAFCAD28741E281A3AEA53E5F13E6 , 0x80E4495E3FEE42B78CA3DC79FA6BA0C9 , 0x81578DC743D84A6383901D5C6A605F97 , 0x815893FA5374438CAD2D4D09CE76EA50 , 0x8194E333ED7F42B4A7AC2F277177B0B8 , 0x8252757C453C4A8A9754CDF462B711AF , 0x825ADF411018471DB7521343B27CF396 , 0x83AFA2D536784EA7B96BD6D3FD7E4F72 , 0x841001024C7740C2BE37BE71FA6F9CA8 , 0x841B6A5E4DEF405F8CCFFCDA646E20EA , 0x8559158FEB6047BB894BB447EC8C4BB9 , 0x85FF29EA4F054A73896961572DF0B298 , 0x8684557620DB45669553CE42BDDE0830 , 0x86AD4C3556FA4ADEADBAE5839C41E128 , 0x86D81C686312427E9658EBB93FDA93FC , 0x87962371A6FF4BF18A4A1FDFF6320E8B , 0x881B7D47F8A644A88F07546D39AD19C6 , 0x8955C591D9DB44BF95828719E046B8A7 , 0x89CB42634A344AC2AFEFF2608B1BC3CE , 0x8A6D1C301E614064B8D76C70D7106285 , 0x8A89730CCD4844F4B289529AEB2817B4 , 0x8ABEA329DD85459BAB0CB1BCE5F401A3 , 0x8B5E7E80EDCC44CF97B35A023241C33C , 0x8BC72C8975F64B2FA48C21B6D14F82AB , 0x8BC7C05F79224CDEBFA974CD68399A92 , 0x8C5F1D20F24E4A44A7E5F8D1BA9EA6DE , 0x8CDA35A745734446BA8DD35CB6A1E9C8 , 0x8D5799D0BD03451D93FD6716A5AA2C09 , 0x8D7271E037DA4B12A1FD11E3E5522608 , 0x8E15563455484B04B7969E92280954A0 , 0x8E1BD29F792041DE929511BE3E07B725 , 0x8E3B771F92664F4C82BFBCA9B7EDB594 , 0x8E44D454226B44CCAA4609642E748154 , 0x8E8D088014AD487B93A2F06F227CB322 , 0x8F27A0E465D44B76A95EE2E23FE1DC5A , 0x8F900821195145488ECEF72E80461383 , 0x8FE91F62932E400CBAAD24B0DDFCFDD1 , 0x902E5AAEF80744AF849EA0B9CDDEF73F , 0x9035A2B9B6D1481C81A787FD47EA48C0 , 0x90CE265FFA0642CDB97099D1EFB4C9EF , 0x9181F5F8118E40729620001BEBAE97C6 , 0x91DBCE9277424181AE319BA6FDE53987 , 0x91FED3F0FF7B42FEA4913EA3C66438B2 , 0x9203E251FB0949CDA800331DAC3BA7D4 , 0x929027B2F209416CA49DD313573D3E58 , 0x92CB0A79E86247BEBDC6E4C4D20B670A , 0x9398978836534879A8AC3968172D27B1 , 0x93CB65EFA16B4A7B8A8190644FE6B745 , 0x9653D2A8946A4C49BBB29656EEA2BA26 , 0x96DB5F73FBA94754A3D7DF227D92A112 , 0x96E13ED9013247598C150C51573CA9AF , 0x97035B902597494AA57EDB6B3097CDA8 , 0x97CF24E07189469F9EABD72B6E3C932E , 0x97E3F4F02BA5421BBE89AA25AB25A473 , 0x98BDC6409C6A42DFA0A2FB68862D7B8E , 0x9959E035ECD243799E6AB01F9FCFC5CA , 0x99A594E4847C4887B1BCB823FE174C82 , 0x99E36326D05F4FF9A226B7C5BEEC702F , 0x9A1B21F5329F49A993F2F9C5035694A6 , 0x9A884D375823463F87229584240D0DFD , 0x9B2009D851934111B69688017FBAD47C , 0x9BD69248159046BE80047E8227CE64AB , 0x9D71EE82702640C8B2C0424C104DE008 , 0x9DC87B529C6E4DAE9875B24BB9415918 , 0x9DD24C8828C54E21825F3D62EBFEAE77 , 0x9DE0E666103543A681CAFBC9AB29E996 , 0x9DE79BA459DC4406BC7EA80DC9A65773 , 0x9DF63C8C73D24CEDB4DB5EDFFE8C0194 , 0x9E45C2B3922D4992BD340385B6C265DD , 0x9E75FDBE568A4561B82F0A8C78018893 , 0x9EB96242E5814109A25F18BF974BA252 , 0x9F2CB4BF379F45159196803AAA4E50DF , 0x9F9A1ADB58714E439A1CBD5688D8D8A2 , 0xA11AFC04A975483182CB87074F93FB03 , 0xA19BF8375FA2416D9F354CDCD819FD1A , 0xA2436AA4506F42FBB3703998C59CA6C6 , 0xA3EC9DD7FB884B2C878C0132BD11E3A5 , 0xA410077D72804524925B777299743CD9 , 0xA53DB7A995A344ABA54771588BF70742 , 0xA5A8F8F546984736A5B239F79CBA5D5B , 0xA5EFD285FFF94BDCAE951E7B3031C1E6 , 0xA60952803A8E4385BA9C2C79C6CEE5C9 , 0xA65AE1D5F1674C2A9EA722C5AF588DA1 , 0xA680E4536A8C42CA9C71F6DB3712AFA4 , 0xA807AF635C05435089D627599995BF5D , 0xA82CE80072854A968A0591D5626DBAFD , 0xA8669A2084AB4EFCA0B74D377D8B2B01 , 0xA88EBC79DE0D44B496B4B9DEBCC13F7E , 0xA9053D59EBFD4D47B2DE6B13C2BE0305 , 0xAA1C8B1D64FF499A8287F38AB03F2DCA , 0xAA615235EEB844E8B2ED3F00E6F48907 , 0xAB128C38805643EEAED2BC4A5E9A054B , 0xABEE26E746AA4006AC498FD51B8826DF , 0xAC2915F4916940829F4D4BE23156717F , 0xAD4C8D45EBEC418EA75CEC8710F65A36 , 0xAD5498E0A3F448C687706ED48AAB4EE8 , 0xADB8F8D8760642B49E27CA026E883E06 , 0xAE3640F34FAE4009B12CDFDF3FD449B2 , 0xAE635CD9B4F24CFEA27A0D91F658A522 , 0xAEDD6355B69E407E9A7D2FFE206622AD , 0xAF171D9B9EB14B94AA60C1882BB4280B , 0xAF8E27A6E56E4B0D9992954EE21B55D0 , 0xB0EC14CB27774524B64D12EC1E65622A , 0xB1326A6B5B634BFF8033AFBDD226AA6A , 0xB2C7C7DD5C97431899C005296746871B , 0xB492080C61804597BA1010992AABA073 , 0xB4C5A365F986407BA31DAF27B83ED9FE , 0xB50189DF5A944C498DE539D9A69D6156 , 0xB55A97761F474C0BA50391C29C33EFF3 , 0xB58DFDDA24BE407D9C24C6666DAFDBE0 , 0xB710C60EF0624960819BC0CC56A96726 , 0xB7777B4DD7294D518AE3D9C5C6400A2D , 0xB89FC769BF3C457999A1EFA1515272DC , 0xB9D397C7494745BD961C429B3F841D12 , 0xB9E0DC8280C04DE18BA380935B536DCA , 0xBA4658A88EF34286B63D8B26F3A8DE2B , 0xBB2ACE3BB7C349F99C661E21BC282E45 , 0xBB8352F39ACA43BCA6BBB4F595A62031 , 0xBBAFA365335F4F36BD3373B79F2467BB , 0xBBD5F95853DF48538FF54721F4F37B1C , 0xBC62EA0613A04A1A93FBD1D90F10885D , 0xBC6942AF252F435DA3AB30C8A7238BCE , 0xBE5D3473794D46FABB29B10BDE7AD698 , 0xBFDF553AE4B6425E878491072AA9D2DE , 0xC051590D8AF2493D9679EDFC3883229B , 0xC0A70023CF764654B4C43ED02B47E334 , 0xC208816DAFDA48ACB89B828FFCB15140 , 0xC21D2630854447E4B4BFA7DA922B975A , 0xC23CD2FD2035460CAD1265C49791EC16 , 0xC2557CED5EAF46AF8BAAE07324830DA2 , 0xC280A1C2BA5F4CB1936B3F8B3A7D9D7F , 0xC370FAFCD848406DA277C94BB35D64B4 , 0xC3A7283F87854561A736832D4E43CF15 , 0xC54CD247C8D6484E8BDA9E9B781312B7 , 0xC5578AA53F894B51BC3C39ACE75468D1 , 0xC5AE2A3FEB444A7CB70847B1561A5E1A , 0xC5C3D30BB56F4CE4B899473E50CC762E , 0xC614CE72E74F4FBC8B9C899EDE977EC9 , 0xC6373C931076476182175E69A8A878AD , 0xC64309F6D0D943E8A1BCE8F8BF8A6A46 , 0xC6D4E056096948578824F947E765E861 , 0xC70CBFDFA24841669D5F4191F2423EFC , 0xC7D5AAB3F3874EFCA2D834AEFFCA3D0E , 0xC85D47C6890C4BB4876CBAD185387313 , 0xC873C7BC91F9467A875DF4C11888E41A , 0xCA089CB123684AE9907088CA7B5FB3A9 , 0xCA12E71F80264DE2A2B15DC653A1396C , 0xCA2B5AED76594B9DA4380939C9BD3B2E , 0xCAA492DF6CAB4815A01124A3C2A19B9A , 0xCACE56DFB740441296DF2F239462CAF3 , 0xCACF10276FB14611BD43D2CE87F428AA , 0xCB8ABF395A94470E87564CC71A2D0CC8 , 0xCCA89356D71B44DB8B8BC1B31B1803A5 , 0xCD78A19AB9D745C99518560FCEC6AFF5 , 0xCD976F59B4E14C9DA80D992D4DE42038 , 0xCE9A9DA0CB3E4DF1A50B95BE717FE213 , 0xCF1ECF8DEF4E4C32A03E98C37F0AF095 , 0xCF9EDBADBFE24B908A94BE358064220A , 0xD01EF769A74E48AC92A449A2EABBD46A , 0xD0827942DC824F2695370569552F9B39 , 0xD1A764F9ACC34D758CA1675940DCE646 , 0xD1C29B91D23D4C5D912E9BFF47932B3E , 0xD1EBCA5062254080A18A809CAB4A8A5F , 0xD1F32B8DB6CE496AB884F5E7B37F7F29 , 0xD1FEF23CC89F41DCBCC89F74582FF4CB , 0xD22C3B8E4AC543B3A01CC3DE2ED265CE , 0xD29E0B0A1C1146AFBDF6E261C330346D , 0xD2AB4466236649889BA9094793D68175 , 0xD34A73F056B34DCEAA7B036B732ECECC , 0xD3521F78F885462BB5119A493EF326B0 , 0xD394818E58964194BD19F16032979BDC , 0xD4178E7C79F642EE9892D9074F7FF4D2 , 0xD43862AF61174CD3B27127FEB75FB2AB , 0xD461F7507D394613AB0C90420B2CBFBE , 0xD5510E25157349E69364AC576172B693 , 0xD653A79A50E34177BA98501995C3E45F , 0xD7FEB418C2964DA59E33ABA8EE7F7D88 , 0xD843A216A4074263B959DBC70082DF27 , 0xD908647901CE4CB19AEF5DC873B0E97D , 0xD9128CBC1C2742888C291D55929B85AF , 0xD974A9820DEC443C882B0A1CF858FC6F , 0xDA100E273A464D5C9A99B110A6B15407 , 0xDA363F5157C9441484CAB755CB0FA757 , 0xDB634A6B088647FB975B1F6D03A6F0C3 , 0xDBD379F0E528445882FAA2B808D2D36A , 0xDC3B90AE0E224823962F5B8672383888 , 0xDC5C866ACB6B41BEB2FCEE28030FC14A , 0xDC6613A44F7141618B46C1296354340E , 0xDCA5F07E8B5E4AE1894335BBE9D1675D , 0xDD04ABDB1A1A45408A3558904FF2B01A , 0xDD12CFCAA89342BCA150BE1FDDA0DCB5 , 0xDD319453E6104BFFAF533695E082AADE , 0xDE0B7A824FF740BC935471C2982734D0 , 0xDE92E7FA3D2D4BBD86A8CCE6F8382FC1 , 0xDF9558FE20CD451792341CEE9501D0C3 , 0xDFBEB56AC3874F058D4C2152501A1236 , 0xDFFF028C4E20453A95F827F84355CA40 , 0xE055E2635E1842569F9A415F300D55B4 , 0xE077853364314DD99C89ECD9FF5F03D3 , 0xE25F021D561F4DFE9CBE6E0F4E178D86 , 0xE26BF4FA2B4E40E189D90A13529F18B0 , 0xE3A265B2E7844577903B6D1E3F5396C9 , 0xE3D9BE32521A4E74B897C00101658B29 , 0xE3F0D71DE28643A5B3FB6C410E75CB29 , 0xE404FBE893A147F7AEE095A02257DB17 , 0xE425BFB12DC7476984D6B79493FC3D1C , 0xE4DE2640A92F4A0893A7BEC589B6C014 , 0xE5103423F713415EBFAA8328E68890A7 , 0xE54C9BAD70A747EE90C206A14DDC2EB6 , 0xE60B339A9724454FA4531A5DA26F439E , 0xE66C38265ED84D15BF1693D1933B3EF6 , 0xE6B945C9E285401B8FE149C96A4A824E , 0xE830283717B74354AE78DF7FAFCBD3C5 , 0xE856A61D085B47E789EB273C6D725D54 , 0xE8A8ACF4BCA64C0FAC2EBC3C3F243F3F , 0xEA8AFF16CA384B899A440456794CDB17 , 0xEAC2BE4C41484CF18136F1BDB919A8D9 , 0xEAF042ED6057456293BE9F23795B04A4 , 0xECDEFBF3B2B04546AF5777C5990FF66D , 0xED0117CD0F624BEB995F35A34C273ADC , 0xED99F583E73E4E94BB8768D4BBC0A589 , 0xEEB7A074FD144E8B93C12FCE580C7F4C , 0xEF78C28BFBF0465BB229D655D7F0288B , 0xF0CB50FDA81A40B887B9DCFEC0C8EF45 , 0xF0EA1E262A20468BA44339EA4D0995AB , 0xF0F9A998E7484096A63DAD99749ED57D , 0xF1E4A5542383468794C051133E335455 , 0xF1F21780CC484CCE82ECCD68DBFF07A8 , 0xF2A89E9244584E3CB2AF0F4490A5E988 , 0xF2FB774024EC471B96E3E8663F8FB27A , 0xF392D3B70BDA47D0B06E841D83A1FD63 , 0xF3CD123BCE9A4B1881AE6DC0632F216E , 0xF42D33A46EC143819DAC3017EFCE5BE1 , 0xF4470D5A25E8416FB44C5E2D8F027005 , 0xF4A6A388BFA2489AB152CA8FFED36BE7 , 0xF4BAC8D7D7434141B8AAA583FCB2F6A1 , 0xF611116E6AE0418386CAF70A51F8AD1A , 0xF61D5138C970456B9BD23BAEED4F2AAC , 0xF77F4B4597054311817EECCE5C5F65AE , 0xF7AC6A55317445AB9333828C12539D80 , 0xF7D621960DAE4828A78F20B68A65621E , 0xF81C4DF477844B379656BD1ADFA4AFBA , 0xF872876363044B1BB656FDD83918ADE0 , 0xF87424D5C8AA4C718595900A297DE4C6 , 0xF880AF43713341AABD41D4ADDD2607F3 , 0xF889CE96EA7E4F3589D2F4AF6D82261F , 0xF88C819E6AA3485481F5B5197064F837 , 0xF8FB5684A48E4370997907EF4D2A852C , 0xF908A15F6B924F288F62239E3B5F64F2 , 0xFA0C5E379EF6431DBC78811FA9F340A8 , 0xFAAF342D852F45DAABC8067E528E6175 , 0xFAC11F2E0ADF4AD9B9337977E8682979 , 0xFD1A9D0A4DAA46BCB2E5AF094C8F6ECE , 0xFE075C39902C4486A34359A9D9ED9C41 , 0xFE5F50CE07A5465BB2F96C54F6B1A83C , 0xFE9D9E508E1E464FB60FF92A80B5694F , 0x04490BAD6D4A41ED8A3C643B17789612 , 0x0704B9C17B1C4B9F8E2230B710AE9ED1 , 0x0759699C54A94321ABE8A1C72C4A0216 , 0x1FFD6B6388474C0785A2CDE27179D8B0 , 0x241F7947A6C844C39123F1BB089B8F1C , 0x2ECB804A56C84975BF38FFAFBDDE743F , 0x300E0E3358AC413F837A099FC6723C91 , 0x4D62BF67E87F4DBEB0CFE1C7F4800F2C , 0x55688327B4D244BB9F3743839EE51610 , 0x588045FE5C4A4C47AA7589DB77449CEC , 0x5E665C60DAC8436A87BA751B291AA7F3 , 0x64F84EFA74EF46F7AC4B5E4000428B51 , 0x6F0231C68A034A6694037C26D02903D3 , 0x78A1EC7ABF4D41538B92858DB191296E , 0x7C70F22F38E7423599767838DD0C879C , 0x9ED6770975F4424AAFEDAB325D5B16AC , 0xAF911D9E875648BBBC12AF8605FAF3E0 , 0xAFD993C2B6304E20AFE2CE97706D3B94 , 0xB32B7190641946ED8F1931294EF274EC , 0xB81CBB85EAD74CB580C71C20A8A59A88 , 0xB94282F01F0F4D8BAA643524BC454A7B , 0xBEA37388D0EE4BFDBDB4C8C345561AAC , 0xC235B1A89FC84A3B8E74820B348E87FD , 0xC92AE0103B2841F4B31F85421E7493AE , 0xDC15971B32884560B7E5A2B9BB945D10 , 0xEC6858ED40024302858691A21D7487CD , 0x019175D8BA2F4A34BCC538473BE97777 , 0x063E143222BE43329C2728A049D6A1CA , 0x0C612B1C6ABA4DB1940C76E7C6794CF7 , 0x13ADF0F3E798473BB643EC6359559A33 , 0x20430FCAD60C45AE95DCBA9F67CA8C8F , 0x213C9AF9EC7A4E17AEBC28403D2E472B , 0x2A7742D6AACA47DFB2C2CE2757F4C1B7 , 0x3545C9F10A9B4719861298D251D8CFAE , 0x40F5D43EEDF542A7B294C134357BFC40 , 0x4985620868044E0AA6BB1087F5D5CF1F , 0x52009F12E9724511BD73D72250C3238E , 0x52454DB2ADF942B2AC079A296F454A10 , 0x586A25597C7644899FE928ED6846964D , 0x5E841E7AD0CB4FE992388037D30D0066 , 0x6D24E7B86E0F438F962FB405FA4DCABD , 0x7B92A4EA2BD0456280E44637E08A90CE , 0x808258355AEC431B9E02A2E823B5A910 , 0x81A2DD05428042E194AA9A3B10381261 , 0x96AAD57EA84F4223A5446DACF5DE3D1E , 0x981CE5C4E39F4974B1D72AD1E593D97E , 0x9FCBAE199AD3413A97B41F6F03598E2F , 0xAAC7C381B7C1487EA97DC75C7EEBBBB1 , 0xAD58122E2D6748D0AE75C7FB9C585444 , 0xC718BD3F2C4243CA93A2B55FFC5B676E , 0xC813041CF06647C380B487817A720479 , 0xDAA51197BF534B4789068EEDDCBC6696 , 0xDBFC456AF0AC4D58B4273FC446D12993 , 0xDDCD469A7E7E4977B9BDEE2D9B372EB1 , 0xE7F9521DFA8846E7B625598E89AF3C6C , 0xF5038E6B2E21414AA8B6E6B2A4EBC6A6 , 0x1A24DE6612294B5DB718BCAD28CC91E2 , 0x5F49F81AEAE148C7B6AC9133E4D4CD3B , 0x69C24613F3C84C9784048DC97E0CFFF8 , 0xC07A318C4BC64AA3891D2F281BFD1F66 , 0xC2478D2584E04640BFE2EDED80E6EF19 , 0xFBE74E7167334B668C56C05BAF707AC4 , 0x02E447D1943144AAB48C3C9871456850 , 0x0807D8A11EA64AF1BA59FCC2122D8BFB , 0x0C7216599C254C60B08AC000A85076F4 , 0x0D1C86F4EEAC4699B4B5E6794645753F , 0x0E1706E30E064B3FB88CB146D292D496 , 0x0F2E60F6FF7A45F19CEEDADE7B625478 , 0x111E37B89A7540FA94258AD29698F5D9 , 0x17B412CC625D4379AD3799409329BAEF , 0x1DC762BBB128457792A35924A0FCCD69 , 0x1EDA2FC8CE114D85867B375EF0F0F6CE , 0x24F0CFDD95C44A918EF34AF614246720 , 0x2629B2B9CA2441D5B7FBB60B0E4E1709 , 0x3444CCC58E0043F387D286A4FDE2D3E5 , 0x400B941C5139434084527DD787BCB7EE , 0x4063666AE53246349C881802CC7397A6 , 0x558E7E0DB9B24B3E8D93315FFE84FB61 , 0x6E606BDEC77643A091A746F9E7DD6CC4 , 0x6E71EDB61F754A10BD7748675B19EA43 , 0x7124FF7AD4B04F5887EDA670A5E5E1E4 , 0x7C4A45BDACDD4EE19687417BB9795E7C , 0x88D3335A2551430F86C05BDB24554E24 , 0x89BA756BA64F49E3BB352F89DDDDD6D2 , 0x8BCD30827ACC4DE68A4A80484880E835 , 0x966149AFF31F402885DF5E506DEE6A70 , 0x969D4434EDD345248267C65AB227E539 , 0x9DDC331C006B41A4801B3ED7BC80C280 , 0x9E385B44166046AFBC6A685A23C973BF , 0xA71FD0E85B7444189D5808637F0F097B , 0xB5F471D368D34E26B245B81A4FE831E9 , 0xB7E63FFEE35345599A1FD238BA1ADFF3 , 0xBDD0ED46725D4037BC3794D7F09179CC , 0xC35D415CB8A240A2A01CA482274743EC , 0xC40AB7E573BA4A20A8861C32ACC9B4DE , 0xCBDF6EFEF95348F7A38605A698B1D0DE , 0xD0DD73E1E9ED40A68622AC872E99C5B3 , 0xD2A3A2B982BF45B6A5342E252064F93D , 0xDC8F555380F7417AA0D784207894BE9B , 0xE1E07F8AB50E42C59F31CCF884A6CF49 , 0xE29DAEF26E84487B9B782EA2AB144FC0 , 0xE82451B54CF74F76B49F1D991338BEE6 , 0xE97F2CE122A842DA9729EE5E813F0FCE , 0xEE52ECC25C2446BF97EADBCBE58473D9 , 0xF32F40629716487BA2CF9D4FB0445411 , 0xF395CF921D9A41CBB47F0A5BA056950D , 0xF3A1C51A0E1C4135ACD10BF9D873C45D , 0xF5B3D26AF2DA474383B380AE5D47E0C6 , 0xF8B73A6017174A08A51C44CB88DC49C2 , 0xFB65ADDFE1D74E90BED5BA5CBA615A69 , 0xFD2B079230244138B816232A86B738DD )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
83
2.38 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"É*à\x10 ;(Aô³\x1F …B\x1E t“® "
b"ÉŸÔè<œOm“¯¿:öÔ›á "
b"Éᤙ7PMä¢u<F‡\x19 [2 "
b"╩\x08 £▒#hJÚÉpê╩{_│® "
b"Ê\x12 ç\x1F €&M⢱]ÆS¡9l "
b"╩+ZÝvYKØñ8\t 9╔¢;. "
b"ʤ’ßl«H\x15 \x11 $£Â¡›š "
b"ÊÎVß·@D\x12 –ß/#”bÊó "
b"ÊÏ\x10 'o±F\x11 ½CÒ·ô(ª "
b"ËŠ¿9Z”G\x0E ‡VLÇ\x1A -\f È "
b"ËßnþùSH÷£†\x05 ¦˜±ÐÞ "
b"̨“V×\e DÛ‹‹Á³\e\x18\x03 ¥ "
b"Íx¡š¹×EÉ•\x18 V\x0F ÎÆ¯õ "
b"═ùoY┤ßLØ¿\r Ö-Mõ 8 "
b"╬ÜØá╦>M±Ñ\v ò¥q\x7F Ô\x13 "
b"""
¤\x1E ¤ì´NL2á>ÿ├\x7F \n
ò
"""
b"¤×█¡┐ÔKÉèö¥5Çd"\n "
b"Ð\x1E ÷i§NH¬’¤I¢ê»Ôj "
b"ЂyBÜ‚O&•7\x05 iU/›9 "
b"ÐÝsáéí@¦†"¬‡.™Å³ "
b"ѧdù¬ÃMuŒ¡gY@ÜæF "
b"Ñ›‘Ò=L]‘.›ÿG“+> "
b"ÑëÊPb%@€¡Š€œ«JŠ_ "
b"о+ìÂ╬Ij©ä§þ│\x7F\x7F ) "
b"Ñþò<ÈŸAܼȟtX/ôË "
b"Ò,;ŽJÅC³ \x1C ÃÞ.ÒeÎ "
b"ÒpT’n\v Oÿµ=d(ìèl' "
b"""
Òž\v \n
\x1C\x11 F¯½öâaÃ04m
"""
b"Ò£¢¹‚¿E¶¥4.% dù= "
b"ʽDf#fIêø®\t GôÍüu "
b"ÓJsðV³MΪ{\x03 ks.ÎÌ "
b"ÓR\x1F xø…F+µ\x11 šI>ó&° "
b"Ór¡^[\x1D F\x12 ›÷wR‚¯¾\x0E "
b"ËöüÄXûAö¢\x19 ±`2ùø▄ "
b"Ô\x17 Ž|yöBÙ\x07 O\x7F ôÒ "
b"Ô8b¯a\x17 LÓ²q'þ·_²« "
b"Èa¸P}9F\x13 ½\f ÉB\v ,┐¥ "
b"ÕQ\x0E %\x15 sIæ“d¬War¶“ "
b"ÖS§šPãAwº˜P\x19 •Ãä_ "
b"×þ\x0E Îð\x17 LE°\v\x03 ÝÝ«Ò\x08 "
b"×þ´\x18 –M¥ž3«¨î\x7F }ˆ "
b"ØC¢\x16 ¤\x07 Bc¹YÛÇ\x00 ‚ß' "
b"Ù\x08 dy\x01 ÎL±šï]Ès°é} "
b"Ù\x12 Œ¼\x1C 'BˆŒ)\x1D U’›…¯ "
b"""
Ùt©‚\r ìD<ˆ+\n
\x1C øXüo
"""
b"Ú\x10\x0E ':FM\š™±\x10 ¦±T\x07 "
b"Ú6?QWÉD\x14 „Ê·UË\x0F §W "
b"Ú \f 므O\x1C ª\x10 Ìk—¦\x0E Þ "
b"Ú¥\x11 —¿SKG‰\x06 Žíܼf– "
b"ÛcJk\x08 †Gû—[\x1F m\x03 ¦ðà "
b"ÛÓyðå(DX‚ú¢¸\x08 ÒÓj "
b"ÛüEjð¬MX´'?ÄFÑ)“ "
b"Ü\x15 —\e 2ˆE`·å¢¹»”]\x10 "
b"▄;É«\x0E "H#û/[år88ê "
b"Ü\†jËkA¾²üî(\x03\x0F ÁJ "
b"Üf\x13 ¤OqAa‹FÁ)cT4\x0E "
b"▄ÅUSǸAzáÎä xö¥ø "
b"Ü¥ð~‹^Já‰C5»éÑg] "
b"¦\x04 ½█\x1A\x1A E@è5XÉO‗░\x1A "
b"Ý\x12 Ïʨ“B¼¡P¾\x1F Ý Üµ "
b"Ý1”Sæ\x10 Kÿ¯S6•à‚ªÞ "
b"ÝÍFš~~Iw¹½î-›7.± "
b"Þ\v z‚O÷@¼“Tq˜'4Ð "
b"Þ’çú=-K½†¨Ìæø8/Á "
b"ß•Xþ ÍE\x17 ’4\x1C î•\x01 Ðà "
b"▀¥Áj├çO\x05 ìL!RP\x1A\x12 6 "
b"ßÿ\x02 ŒN E:•ø'øCUÊ@ "
b"àUâc^\x18 BVŸšA_0\r U´ "
b"àw…3d1MÙœ‰ìÙÿ_\x03 Ó "
b"áà\x7F е\x0E BÅŸ1Ìø„¦ÏI "
b"Ô_\x02\x1D V\x1F M■£¥n\x0F N\x17 ìå "
b"""
âkôú+N@á‰Ù\n
\x13 RŸ\x18 °
"""
b"ÔØ«‗näH{øx.ó½\x14 O└ "
b"Òóe▓þäEwÉ;m\x1E ?Sû╔ "
b"ãÙ¾2R\x1A Nt¸—À\x01\x01 e‹) "
b"ãð×\x1D â†C¥³ûlA\x0E uË) "
b"ä\x04 ûè“¡G÷®à• "WÛ\x17 "
b"ä%¿±-ÇGi„Ö·”“ü=\x1C "
b"äÞ&@©/J\x08 “§¾Å‰¶À\x14 "
b"Õ\x10 4#¸\x13 A^┐¬â(µêɺ "
b"ÕLø¡pºG¯É┬\x06 íM▄. "
b"æ\v 3š—$EO¤S\x1A ]¢oCž "
b"æl8&^ØM\x15 ¿\x16 “Ñ“;>ö "
b"µ╣E╔Ôà@\e ÅßI╔jJéN "
b"çùR\x1D úˆFç¶%Yމ¯<l "
b"è$QµL÷Ov´Ÿ\x1D ™\x13 8¾æ "
b"è0(7\x17 ·CT®xß\x7F ¯ËÓÅ "
b"èV¦\x1D\x08 [Gç‰ë'<mr]T "
b"訬ô¼¦L\x0F ¬.¼<?$?? "
b"Ú\x7F ,ß"¿B┌ù)¯^ü?\x0F ╬ "
b"êŠÿ\x16 Ê8K‰šD\x04 VyLÛ\x17 "
b"Û┬¥LAHL±ü6±¢╣\x19 ¿┘ "
b"êðBí`WEb“¾Ÿ#y[\x04 ¤ "
b"ìhXí@\x02 C\x02 …†‘¢\x1D t‡Í "
b"ìÞûó²°EF¯WwÅ™\x0F öm "
b"í\x01\x17 Í\x0F bKë™_5£L':Ü "
b"í™õƒç>N”»‡hÔ»À¥‰ "
b"îRìÂ\$F¿—êÛËå„sÙ "
b"î\x7F ÿËõ†OÆ…g\x1E UU÷5ö "
b"î· tý\x14 N‹“Á/ÎX\f\x7F L "
b"ïx‹ûðF[²)ÖU×ð(‹ "
b"ðËPý¨\x1A @¸‡¹ÜþÀÈïE "
b"ðê\x1E &* F‹¤C9êM\t •« "
b"ðù©˜çH@–¦=™tžÕ} "
b"ñä¥T#ƒF‡”ÀQ\x13 >3TU "
b"ñò\x17 €ÌHL΂ìÍhÛÿ\x07 ¨ "
b"‗¿×ÆDXN<▓»\x0F DÉÑÚê "
b"‗¹w@$ýG\e ûÒÞf?Å▓z "
b"¾/@bù\x16 H{ó¤ØO░DT\x11 "
b"¾YNØçnFk│<▓õ▀Î}¸ "
b"ó’Ó·\v ÚGаn„\x1D ƒ¡ýc "
b"""
ó•Ï’\x1D šAË´\x7F \n
[ V•\r
"""
b"ó¡Å\x1A\x0E\x1C A5¬Ñ\v ùØsÄ] "
b"¾═\x12 ;╬ÜK\x18 ü«m└c/!n "
b"¶-3ñn┴Cüؼ0\x17 ´╬[ß "
b"¶G\r Z%ÞAo┤L^-Å\x02 p\x05 "
b"¶ªúê┐óHÜ▒R╩Å■Ëkþ "
b"ôºÈ××CAA¸ª¥ƒü²ö¡ "
b"õ\x03 Žk.!AJ¨¶æ²¤ëƦ "
b"õ³ÒjòÚGCƒ³€®]GàÆ "
b"""
ö\x11\x11 njàAƒ†Ê÷\n
Qø\x1A
"""
b"ö\x1D Q8ÉpEk›Ò;®íO*¬ "
b"¸\x7F KEù\x05 C\x11 ü~ý╬\_e« "
b"¸¼jU1tE½ô3éî\x12 SØÇ "
b"¸Í!û\r «H(ºÅ Âèeb\x1E "
b"ø\x1C Môw„K7–V½\x1A ߤ¯º "
b"ør‡cc\x04 K\e ¶VýØ9\x18 à "
b"""
°t$ı╚¬LqàòÉ\n
)}õã
"""
b"ø€¯Cq3Aª½AÔÝ&\x07 ó "
b"ø‰Î–ê~O5‰Òô¯m‚&\x1F "
b"°îü×júHTü§Á\x19 pd°7 "
b"ø·:`\x17\x17 J\x08 ¥\x1C DˈÜI "
b"øûV„¤ŽCp™y\x07 ïM*…, "
b"¨\x08 í_kÆO(Åb#×;_d‗ "
b"·\f ^7×÷C\x1D ╝xü\x1F ®¾@¿ "
b"ú¯4-…/EÚ«È\x06 ~RŽau "
b"""
úÁ\x1F .\n
ßJÙ¹3ywèh)y
"""
b"¹e¡▀ßÎNÉ¥ı║\║aZi "
b"ûçNqg3KfŒVÀ[¯pzÄ "
b"""
²\x1A Ø\n
M¬F╝▓Õ»\t LÅn╬
"""
b"ý+\x07 ’0$A8¸\x16 #*†·8Ý "
b"■\x07 \9É,DåúCY®┘Ý£A "
b"þ_PÎ\x07 ¥F[²ùlTö±¨< "
b"■Ø×PÄ\x1E FOÂ\x0F ¨*ÇÁiO "
b"ÿãµ° PIë¾ø\x17 Þm–tN "
]
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 (0xC92AE0103B2841F4B31F85421E7493AE , 0xC99FD4E83C9C4F6D93AFBF3AF6D49BE1 , 0xC9E1A49937504DE4A2753C4687195B32 , 0xCA089CB123684AE9907088CA7B5FB3A9 , 0xCA12E71F80264DE2A2B15DC653A1396C , 0xCA2B5AED76594B9DA4380939C9BD3B2E , 0xCAA492DF6CAB4815A01124A3C2A19B9A , 0xCACE56DFB740441296DF2F239462CAF3 , 0xCACF10276FB14611BD43D2CE87F428AA , 0xCB8ABF395A94470E87564CC71A2D0CC8 , 0xCBDF6EFEF95348F7A38605A698B1D0DE , 0xCCA89356D71B44DB8B8BC1B31B1803A5 , 0xCD78A19AB9D745C99518560FCEC6AFF5 , 0xCD976F59B4E14C9DA80D992D4DE42038 , 0xCE9A9DA0CB3E4DF1A50B95BE717FE213 , 0xCF1ECF8DEF4E4C32A03E98C37F0AF095 , 0xCF9EDBADBFE24B908A94BE358064220A , 0xD01EF769A74E48AC92A449A2EABBD46A , 0xD0827942DC824F2695370569552F9B39 , 0xD0DD73E1E9ED40A68622AC872E99C5B3 , 0xD1A764F9ACC34D758CA1675940DCE646 , 0xD1C29B91D23D4C5D912E9BFF47932B3E , 0xD1EBCA5062254080A18A809CAB4A8A5F , 0xD1F32B8DB6CE496AB884F5E7B37F7F29 , 0xD1FEF23CC89F41DCBCC89F74582FF4CB , 0xD22C3B8E4AC543B3A01CC3DE2ED265CE , 0xD27054926E0B4FFFB53D6428ECE86C27 , 0xD29E0B0A1C1146AFBDF6E261C330346D , 0xD2A3A2B982BF45B6A5342E252064F93D , 0xD2AB4466236649889BA9094793D68175 , 0xD34A73F056B34DCEAA7B036B732ECECC , 0xD3521F78F885462BB5119A493EF326B0 , 0xD372A15E5B1D46129BF7775282AFBE0E , 0xD394818E58964194BD19F16032979BDC , 0xD4178E7C79F642EE9892D9074F7FF4D2 , 0xD43862AF61174CD3B27127FEB75FB2AB , 0xD461F7507D394613AB0C90420B2CBFBE , 0xD5510E25157349E69364AC576172B693 , 0xD653A79A50E34177BA98501995C3E45F , 0xD7FE0ECEF0174C45B00B03DDDDABD208 , 0xD7FEB418C2964DA59E33ABA8EE7F7D88 , 0xD843A216A4074263B959DBC70082DF27 , 0xD908647901CE4CB19AEF5DC873B0E97D , 0xD9128CBC1C2742888C291D55929B85AF , 0xD974A9820DEC443C882B0A1CF858FC6F , 0xDA100E273A464D5C9A99B110A6B15407 , 0xDA363F5157C9441484CAB755CB0FA757 , 0xDAA00CEBAF804F1CAA10CC6B97A60EDE , 0xDAA51197BF534B4789068EEDDCBC6696 , 0xDB634A6B088647FB975B1F6D03A6F0C3 , 0xDBD379F0E528445882FAA2B808D2D36A , 0xDBFC456AF0AC4D58B4273FC446D12993 , 0xDC15971B32884560B7E5A2B9BB945D10 , 0xDC3B90AE0E224823962F5B8672383888 , 0xDC5C866ACB6B41BEB2FCEE28030FC14A , 0xDC6613A44F7141618B46C1296354340E , 0xDC8F555380F7417AA0D784207894BE9B , 0xDCA5F07E8B5E4AE1894335BBE9D1675D , 0xDD04ABDB1A1A45408A3558904FF2B01A , 0xDD12CFCAA89342BCA150BE1FDDA0DCB5 , 0xDD319453E6104BFFAF533695E082AADE , 0xDDCD469A7E7E4977B9BDEE2D9B372EB1 , 0xDE0B7A824FF740BC935471C2982734D0 , 0xDE92E7FA3D2D4BBD86A8CCE6F8382FC1 , 0xDF9558FE20CD451792341CEE9501D0C3 , 0xDFBEB56AC3874F058D4C2152501A1236 , 0xDFFF028C4E20453A95F827F84355CA40 , 0xE055E2635E1842569F9A415F300D55B4 , 0xE077853364314DD99C89ECD9FF5F03D3 , 0xE1E07F8AB50E42C59F31CCF884A6CF49 , 0xE25F021D561F4DFE9CBE6E0F4E178D86 , 0xE26BF4FA2B4E40E189D90A13529F18B0 , 0xE29DAEF26E84487B9B782EA2AB144FC0 , 0xE3A265B2E7844577903B6D1E3F5396C9 , 0xE3D9BE32521A4E74B897C00101658B29 , 0xE3F0D71DE28643A5B3FB6C410E75CB29 , 0xE404FBE893A147F7AEE095A02257DB17 , 0xE425BFB12DC7476984D6B79493FC3D1C , 0xE4DE2640A92F4A0893A7BEC589B6C014 , 0xE5103423F713415EBFAA8328E68890A7 , 0xE54C9BAD70A747EE90C206A14DDC2EB6 , 0xE60B339A9724454FA4531A5DA26F439E , 0xE66C38265ED84D15BF1693D1933B3EF6 , 0xE6B945C9E285401B8FE149C96A4A824E , 0xE7F9521DFA8846E7B625598E89AF3C6C , 0xE82451B54CF74F76B49F1D991338BEE6 , 0xE830283717B74354AE78DF7FAFCBD3C5 , 0xE856A61D085B47E789EB273C6D725D54 , 0xE8A8ACF4BCA64C0FAC2EBC3C3F243F3F , 0xE97F2CE122A842DA9729EE5E813F0FCE , 0xEA8AFF16CA384B899A440456794CDB17 , 0xEAC2BE4C41484CF18136F1BDB919A8D9 , 0xEAF042ED6057456293BE9F23795B04A4 , 0xEC6858ED40024302858691A21D7487CD , 0xECDEFBF3B2B04546AF5777C5990FF66D , 0xED0117CD0F624BEB995F35A34C273ADC , 0xED99F583E73E4E94BB8768D4BBC0A589 , 0xEE52ECC25C2446BF97EADBCBE58473D9 , 0xEE7FFFCBF5864FC685671E5555F735F6 , 0xEEB7A074FD144E8B93C12FCE580C7F4C , 0xEF78C28BFBF0465BB229D655D7F0288B , 0xF0CB50FDA81A40B887B9DCFEC0C8EF45 , 0xF0EA1E262A20468BA44339EA4D0995AB , 0xF0F9A998E7484096A63DAD99749ED57D , 0xF1E4A5542383468794C051133E335455 , 0xF1F21780CC484CCE82ECCD68DBFF07A8 , 0xF2A89E9244584E3CB2AF0F4490A5E988 , 0xF2FB774024EC471B96E3E8663F8FB27A , 0xF32F40629716487BA2CF9D4FB0445411 , 0xF3594E9D876E466BB33CB2E4DFD77DF7 , 0xF392D3B70BDA47D0B06E841D83A1FD63 , 0xF395CF921D9A41CBB47F0A5BA056950D , 0xF3A1C51A0E1C4135ACD10BF9D873C45D , 0xF3CD123BCE9A4B1881AE6DC0632F216E , 0xF42D33A46EC143819DAC3017EFCE5BE1 , 0xF4470D5A25E8416FB44C5E2D8F027005 , 0xF4A6A388BFA2489AB152CA8FFED36BE7 , 0xF4BAC8D7D7434141B8AAA583FCB2F6A1 , 0xF5038E6B2E21414AA8B6E6B2A4EBC6A6 , 0xF5B3D26AF2DA474383B380AE5D47E0C6 , 0xF611116E6AE0418386CAF70A51F8AD1A , 0xF61D5138C970456B9BD23BAEED4F2AAC , 0xF77F4B4597054311817EECCE5C5F65AE , 0xF7AC6A55317445AB9333828C12539D80 , 0xF7D621960DAE4828A78F20B68A65621E , 0xF81C4DF477844B379656BD1ADFA4AFBA , 0xF872876363044B1BB656FDD83918ADE0 , 0xF87424D5C8AA4C718595900A297DE4C6 , 0xF880AF43713341AABD41D4ADDD2607F3 , 0xF889CE96EA7E4F3589D2F4AF6D82261F , 0xF88C819E6AA3485481F5B5197064F837 , 0xF8B73A6017174A08A51C44CB88DC49C2 , 0xF8FB5684A48E4370997907EF4D2A852C , 0xF908A15F6B924F288F62239E3B5F64F2 , 0xFA0C5E379EF6431DBC78811FA9F340A8 , 0xFAAF342D852F45DAABC8067E528E6175 , 0xFAC11F2E0ADF4AD9B9337977E8682979 , 0xFB65ADDFE1D74E90BED5BA5CBA615A69 , 0xFBE74E7167334B668C56C05BAF707AC4 , 0xFD1A9D0A4DAA46BCB2E5AF094C8F6ECE , 0xFD2B079230244138B816232A86B738DD , 0xFE075C39902C4486A34359A9D9ED9C41 , 0xFE5F50CE07A5465BB2F96C54F6B1A83C , 0xFE9D9E508E1E464FB60FF92A80B5694F , 0xFFE3B5B0205049EBBEF817DE6D96744E );
Copy
84
20.51 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 1000
Parameters :
[
true
b"\x11 %gVŠœGÒ³\x01 ÕåR¡\x1E\x16 "
b"\x1C 7µÙ\x7F "@DŒ½¾â¥¼Ê| "
b"\x1F yÏSaÍO.†ÙL,\t É\x1D [ "
b" 7úƒa9L¥Ö,=┴Åùƒq "
b"*ÚwȇCD\v ¸¨Þ{J^k… "
b",┴Å9ëkGÎæ \x07 ¯çÀ>þ "
b",ŵ\x00 v:Gö“k¥o’æSE "
b"6Úyõ\x12 œD\x0F ŠÏ=U'dëd "
b"7\x03 Y´!┼B©¡ü;S╦Vqw "
b"?¢J7Ñ!AêÅ_\x02 9&Ò┐( "
b"G”½hª„AÖ¦oÀ\x06 gœ\x14 k "
b"GÖ,’'³@ ¾#óÉÞÀ\x1D — "
b"IɦâÒõKn¼¦µzV\x10 $ "
b"K\x18 Û£‰dA¦¨ðk]Æ…WB "
b"\È\x03 Š©›Dã¨\x1E ý+š<°\x0F "
b"aÓˆYR\x07 @ª˜\x04 í—-[„m "
b"n\x1D >g_wEf›<²õÀ\f y\x0E "
b"u¶±_#wAöƒ\x04 S¬Ø8>┴ "
b"\x7F º¿]Aj@8ŠM˜‰T\x1E žˆ "
b"ü5\x11 @j├G\x1D ç┴░üaı#` "
b"‚Ððíƒ%KK•ü…öÂKP\n "
b"„håÇ\x06 %I̱¯\x1D\x19 ä%?à "
b"èe8«UùD\x13 ½Å¬×\¾\x14 b "
b"’~·¢¥çLñ¦†kc\x06 ‘¹\x00 "
b"Æìá \x7F ³E]àSh■\x06 5¾ò "
b"•h‡‹%\x19 G@“ó\x13 ã:`+» "
b"ƒA█1/A│üø¼m╠hÎ@ "
b"¸Ÿ§ìÛ6LP²9Ádòè¯ "
b"""
Áí\x02 ƒ\n
²ACº:R»°\x12 »
"""
b"ÉŸÔè<œOm“¯¿:öÔ›á "
b"Éᤙ7PMä¢u<F‡\x19 [2 "
b"ÒpT’n\v Oÿµ=d(ìèl' "
b"Ór¡^[\x1D F\x12 ›÷wR‚¯¾\x0E "
b"×þ\x0E Îð\x17 LE°\v\x03 ÝÝ«Ò\x08 "
b"Ú \f 므O\x1C ª\x10 Ìk—¦\x0E Þ "
b"î\x7F ÿËõ†OÆ…g\x1E UU÷5ö "
b"¾YNØçnFk│<▓õ▀Î}¸ "
b"ÿãµ° PIë¾ø\x17 Þm–tN "
b"\x00 /Çþy‚H\f ´}I\f ¶KËÚ "
b"\x00 Çt+\x06 ÚCbšóÒ!Œ¢Ï¼ "
b"\x00 æÑ%¨\x16 DEž%`\x17 ÝþH "
b"\x01 <‘f‹\x0E Oî\x1F VÜO\x14 u€ "
b"\x01 ¶›ÔvôGì–Ô7\x1D ,3X6 "
b"\x02 (ëÝòŽL»‡\x7F |Ø—8²x "
b"\x02 =q™Æ\x19 G\x14 ‘\a"\x0E\x03 ’m "
b"\x02 ò›ár®A:š\x03\x01 UB|Ïö "
b"\x03 VÉ·zæIt¥\x16 ŠeÒã7@ "
b"\x03 m°\x13 ─NùøO¾\x16 ìÉ`« "
b"\x03 ÁJþ¶┌EB¿┐Á7ü¡:ñ "
b"\x03 ¾¼-uòG\x06 °~\r ºQaï… "
b"\x03 ùÕƒŒ²CÕªbYŸ`šGP "
b"\x04 Wˆ\x12 ¦gA€—*&k-\x1A\f Ô "
b"\x04 bî\x05 ;3F\t ·k:\x00 iÈSÆ "
b"\x05 Ÿ{ô¡4M)¢}¶ûÏ‚\x06 ü "
b"\x06 <€˜ˆkH…Ží…„¡Ý2Æ "
b"\x06 ]6Å\x13 iLvÉTÌ,¾÷MW "
b"\x06 ÎV +ëA½ˆõÖ|\x00 ;.] "
b"\x06 Ý¯Ž–*Fœl\x01\x16 ¿ÅlN "
b"\x06 ïhÄ\x13 F®ìÁ$╬\x04 ýZ& "
b"\x07 0ÐW\x1D –H`¯gÛÔ)@ýú "
b"\x07 £§}ÂIHùìç^│$4ý¯ "
b"\x07 ñzÑ®\x17 Kœ†x+!xÀ“q "
b"\x08 Ñ\x07 'C¾@€µ\x1F ’N\x12 ^A+ "
b"\t\x19 D×ÖâC▀ü-░5çÎH" "
b"\t ü½ÜÀ\x06 OP½u╬╦\f É\x1D Ç "
b"\v ûV¿\x1A vH·’þ'>[LŠ\x1C "
b"\f\x04 ½õå4B\x03 ›\r \x1D õ°.\x16 "
b"\f W{„Ø€O_•I\x13 ·ã6-\r "
b"\f ©©¸W›J|§\x04 Å(ÿ¡.\x1A "
b"\r ì▄┼|FAêúÊ\x07 +´▓▀\x02 "
b"\r ç+ç= Gcµ÷²L´#’ˆ "
b"\x0E\x07 yÿëÖC¹€Ÿ.\x00 !rW\x1C "
b"\x0E 1ØÕé■F/îYÙäkOGÕ "
b"\x0E Eöïƒ\x1E B?—÷\f „¢áÝÀ "
b"\x0E Joé÷█FÂÉj¦c£\x1A ù) "
b"\x0E d\x10 ¬§g@\f ´Ä2\x01 S\x12 Ëh "
b"\x0F\x06 ƒåÜìM=àd,y«BÝF "
b"\x11\x18 4ñåÅH0ïS®KÆ-&ü "
b"\x11 Gêιë@\x1D „Y\x12 >0ö\x18 "
b"\x11 Öæ£èŸA¶¹˜\x08 Ôæ“B¬ "
b"\x12 Ö\x08 ìɽIVù╣êim*ë "
b"\x13 ┼p§TìFh┤Jéü▒┌$Ú "
b"\x13 ╬/k«tCb┤░ìT╠ÚLÖ "
b"\x14\x08 aºóıAWÀ\t ã|5¬┴ì "
b"\x14 3Ù\e Ó÷Mëš¡q\x12 0£×‰ "
b"\x15\x14 £Ù\t UDŠ®‹ô)n~{Æ "
b"\x15 2ÊÞ/üL_¦9ǵè¼?\x7F "
b"\x16 Po\x1D ìA‗¼.öø7═j³ "
b"\x16 Z[Wa\x17 B† \x05 WA0ñœI "
b"\x16 zýÝWÅHë×\x1C 7Ê|è)░ "
b"\x16 Ó¸ÑÒªIx©Ë¿àÖíqò "
b"\x16 æqÙ“$@^¡†Å^?A]õ "
b"\x17 5¶-;gF»‰\x06 †J&¹É "
b"\x17 o2ØlæF¥—6naµŠH "
b"\x17 ¾¼¹\x14 þO-Ÿ×ç_w”?V "
b"\x18 ▒╝ÅѦMví:\x14 "9û└\v "
b"\x19 ö¾║ı¦O#¼¶sñçK´Å "
b"\x1A R o"µGc¬Ô¼E\x1A õ$\x0E "
b"\x1A R~\f ÌÝO~ïê\x1E\x07 ìº:\f "
b"\x1A Sùdž¢O™»-5׸þ\x10 ¦ "
b"\e H!8Ý Cå½Ä\x13 *WÁdW "
b"\x1C cÜ©KAH·ˆ:R\x18 ²\v ªF "
b"\x1D Fv¬Ë¯F›ª\x0F ¸Ûua\x7F À "
b"\x1D ´Ï\x07 4\f O¤‡ÈšÃ:—’ "
b"\x1E Jh‗MîM\x10 «Ç,³▓ì¤\x07 "
b"\x1F cc«\f ÅJ\v ”\x1A ã׳2ç8 "
b"\x1F hßôL┴F█¿ı\x16 \ü¹ý "
b" T\e ÜqtM”¦{ˆÓŠÇ\x7F "
b" ¾qcà¸N\r ¾ØVŽ‚:\x06 f "
b"!JûNþDO\x0F Œ\x0F ý@%çJ\x03 "
b"!zt\x10 │ÏBÖ│àÈ70\x0E Ø╗ "
b""pA‡Æ.J7žNm\x06\x04 1Lý "
b""ì\x1E -ZÕG>¶4˜\x1C ×\x1D ߨ "
b"#[Ð\x02 °ÁIû¢”\t ÜæÏP1 "
b"$1ú\x1E —7Cu™f‚\x0E §à"[ "
b"$6.¿œ’L*‡”hÎ\x0E 3e\x13 "
b"'\x08 “\™wGó•g¡6)å&, "
b"(Jt0tEJAÉË\x15 └ËÂ\x15 d "
b")hSÑ~0BÙì'‗7▒±G "
b")Ò4\x0E ¿FNΫØÌw²94™ "
b"*Ê5Çâ.OtÉ|õ▓\x05 █$à "
b"+Ic\x05 SÃO¢†qù<qMÞ[ "
b"+V.H/\x02 M×½Åðÿl?2╔ "
b"+yQI·ÁF»›Q)²Í^¿® "
b"+¡Àëc‚Aו\x0F\x1C ÌR¦?^ "
b"+õ\x10 *×▀NÅïq!·Ü\»\x08 "
b",>\x1D W\v\x01 J@°õY‰KæÁ¥ "
b",‗a$\x1C ÕF©üÄáo"+¸á "
b"-\x1A obÑBLÀ½R▒¹°╔aì "
b".FÀw—uK/‡\x15 Aí¥¸Þ€ "
b"/U,‘/ƒE=†dPݳu\x1D\x1C "
b"/v½ôp"F$¶Ý\x1F Úv#öÉ "
b"/š—-\x0E ˆLxª\x1A ¥OpP“r "
b"/ J–\x13 éE\v §[S\x7F ðþÒÇ "
b"/µ[âá¡A[¼\v {ú©ß¢Ø "
b"1ESÕmÀB]¸”…ùìƒQ™ "
b"1[æ3\x1E ƒE╣Åy┌»═æEô "
b"2@2à±1N؇®û@õÿò‡ "
b"3Ç«ô›ÞI~‚—[å†0fú "
b"5\x08 ¨oÑ\x05 Oh‘ÖÒ\ÊzÊf "
b"5öëËj°HH³ÓN8öJˆô "
b"6„·’¥§BÖˆ¹Ð\x06 'LWr "
b"6ó˜p\x06 TK\x1A ™\x00 ÉH«BúË "
b"7jÑÒø\x1C Br¹ÓHÖ\x19 ÃnÉ "
b"8\x01 ×ì&êIéŒ×D—ë\r yí "
b"8–K\x11 gIO²®.*%3Õ³™ "
b"8Ø─é╚DJFÇ¢.nóc3\x1E "
b"8·c\x0F 'LN¦§OØëíNS "
b"92p“©\x14 C\x08 œ˜¹êŸ%?\x11 "
b"9U\x0F\x06 uc@ ’ƒn\x06 ÿö\x04 Ê "
b":‘\x0E M2HCD¹±<Ê\x7F 5fè "
b":─{*ÓëG█©─*┼╠É╔' "
b";\x08 ¯pmºB”½èy.Ú;Ÿ= "
b";Aß.KrMœ§Ž¯\x10 ã\x04 æÀ "
b"<\x18 ù}S\x1F HI§\x07 #oÅ'è— "
b"<6ŸñÄÅO\v ‹š”ß[6\x07 5 "
b"<GƒÚ” @\x17 ŒTYYÙ=¬N "
b"<s™\n ð>EÚ«\x16\x00\v ¯cÊõ "
b"<tÓÔªÔKçØâ:]b¨Ò\x7F "
b"<z¯ÕµÆI€ŸÂùÇ\x19 ØžÙ "
b"<ÂK\x1C \r KLÞ¼$CþàSÌó "
b"<Ê\x02\x08 ø?C\x1A –=\v ü;ªïa "
b"= ▄:g█GAì½\x13\f rE¾î "
b"=ÕŽ|EOJR®¸êaEã\x15 1 "
b">1àì\x10 aMÿž±8\r m\x08 ŠP "
b">Ó¦«±0M¸¶¯ý"$\x17 ]8 "
b"?iSk™\x04 F²¨\x16\x01 €ò\x7F 4, "
b"?u&tC[F9r\x1F W•C‘ž "
b"?É¢\x02 ö╬E·║QU╚\x18\e ï\x01 "
b"?¢ÏX:˜B^ŽA\r 0G…×\x1E "
b"?«6†À³Mó¸U\x00 i¼`×è "
b"?µ\x11 ù¶ËG\x17 ›yÄyÒ†Ÿ\x18 "
b"?õ3aU+O\x10 ¸Øø„¿½† "
b"@gë\x1D ËuK]©qÊlsþ\x07 "
b"@ò‘4 ™Dþ«ï}‰Mi×Ð "
b"A\x10 8å\x0F æNÛüЮJÖ\x0F ýP "
b"AD&p\x04 2M°ª7Þ(-\x12 N° "
b"An(:TƒLo«ı~õÓ\x1D Öì "
b"A€)\x14 *RH•£L\x1F 2©4]r "
b"C¢*ŒÐ€Aò®”\†7D7v "
b"CÓÏWÚ`EŸµ»é,¹ç?Y "
b"D‰ÄäI·Ms’@Ú\e Å\ôÇ "
b"Em¸Y\YFޝ\x19 èV\t\x16 »Ú "
b"E║■xÊ£J╩ì┘k\x0F ┘Ct8 "
b"EøÃÍÈjC| \x16 ó64wÊÃ "
b"GD˜Ø÷ÃHtž¶\x08 ç^\x1C ¬Á "
b"GDþJÜ\r J‡¶ý@—,\x07 Ÿ\x06 "
b"GW(££ÜG\x07 Œ\x07 ðK½\r H\x05 "
b"Gø\x13 W„*E\x12 ŠØ”TÛ\x14 <¯ "
b"I3`P®µE■é\t üÕ\x16 #êW "
b"I«ÖÁ!ÔH\x05 ¾.%ÑRÜO{ "
b"Lm´O®zKÓµÛøÑ>Dúv "
b"L²2ÁåÚIæ›Dú€éÔ@¬ "
b"LÍWËŽQJ^¸Ã|ô“Š”9 "
b"NL\x0F ¹Õ2D[ˆ9,-}\x02 ð¶ "
b"N‰'Ü—ƒNв(ÝLg=}\n "
b"O-ø^ñŒBʽ¤\x03 D.µ\x12 C "
b"O\x7F £o>(J·’\x11 Ž\x11 ÝŸK† "
b"R¾èE¬æA걨dø\x13 ·á\x00 "
b"Su³╔Ó EcÉ╗╣É-ë\x7F ▒ "
b"S´GkùvN¹®\x12 ¡B!{+i "
b"Sþ\x1E qîpNü–F\x08 ¾Z‰Î¶ "
b"T\x10\x14 “ƒùC˜‚>&ßý\f ×ý "
b"Tµ¨P\x01 ÀOx€X_Åë)x© "
b"U¥…ÙB?N:µê¹©N·V‚ "
b"V+ŽT°BB[½æv$ª+œÓ "
b"W&~}U®M\x08 ±W\x14 ÍŸGGÑ "
b"""
WUÇ.c¨K\x08 «È|En\n
µß
"""
b"X\x1F Jˆï½K(’+Éì´Fý\t "
b"XoÍí\f ØM³únÁÐ\x11 _K" "
b"XïXéJ\x17 CI¢\x08 ?öÕ…\x7F Î "
b"Y$‗µ║ûOJüغêv\x18 ┘Ï "
b"YÖ │s\e H\x1F ü»h■Ûƒ\x04  "
b"Y™à(àUDØ¿ÁÍ‹\x1A “Œ— "
b"""
[Î‗;É\x1F M╦å\x04 k\n
}\n
╔H
"""
b"[þ;×ÿ┤J'ûàê\x0E -É\v F "
b"""
\\x1A \n
\x01 òG\v ¶bÛGgFŽ6
"""
b"""
\0\x1C \n
>HD3 ÎûÃꢘ®
"""
b"\ZaéR`H^”û4gŠ„î_ "
b"\nN¸S■J╚£æëò╗ìô▄ "
b"\Œ»z³ÒI“¤§EE7TåÚ "
b"\¹9\v †ˆG.¼\x0F sP\x15 ³++ "
b"]DóDöîK\x08 ØMå\x05\x14 ¸y) "
b"]p»¶`7B„™XÂòº¢ÿ« "
b"^ƒ\x13 l.AEm¹îTM¯ÑËç "
b"_]¡è…²Kt—\v M\x15 ð/\x15 ò "
b"_t╬\x1C yØDXòÇêÊÙÀq° "
b"`\x00 go\e\e CËÜîÉ\x0F\x16 0ô0 "
b"`\x13 ×¥¢‡@0µ\x06 ¦õ$\x07\x11 § "
b"`u[|\x07 iLÇü╬ïqºò³H "
b"`└§_\x7F ìOÖø\x03 ÐFËÃ-ú "
b"`þ1\x15\x12 ’MpµH:xY~º\x07 "
b"aã÷sÒ+JJ±B\r xá~ê\x15 "
b"a¸¨OrÒA8│Ø"äƒâ&a "
b"""
bœˆÇ@\x08 Nø«Œ\n
«d[”$
"""
b"cT*ùM&MŒ¸ïeèÝq\x17 ò "
b"""
dš“\n
zÓCA_\x01 À\x1A ¦G\x14
"""
b"dÕo´RËDüùOä┤╣é\x0F w "
b"e\x05 f [{K4ñ┤>\x18 ÅÉ¸Æ "
b"eÖ\t ãMmJ)ìÇ8ÚbPú\x12 "
b"eÎÌ!¸5FܻҞÜ\x13\x17 •0 "
b"f@7Æ\x16 -H“ˆJE\r Íc©U "
b"gé\x00 9ÅcGpî-Þ\x7F 3Ö%> "
b"i\x17 ¡«8ÀF[¿$CíÝg¤÷ "
b"iB:Ö%\x1A Iš´\x7F ÍÄ\x18 <G‹ "
b"iù/&‗7IïÄüuGËÀ¾K "
b"iý8™ßlMx«‘ç\x08 Ü)"¯ "
b"jñÊÇj¢EJ¢Ù\t ìká\x11\x15 "
b"kÊkíÀ2I8¢ÌßóY{‘F "
b"l\x04 KÚ^o@DÅNª\x1A ¶ÎòÇ "
b"lfYò,ïG\x1A ‹j§\x18 ¥tŒ/ "
b"lwð" ãC\x18 ¨¿°HŸÕ3$ "
b"m+£Ì§ÿFoŒ,\x11 3`\x02 -b "
b"o)ûbH†MÁ‡HÄ\x04 s ê\x06 "
b"oKè\x1D ªþBf¸\x07 1Z˜D~9 "
b"o×o³m_C\x02 ä\e ░É\x00 q¥\x07 "
b"oêêÑêûL×´õÝó×ãI‹ "
b"sß\x07 ªñ'G̸ͼáyå\x06 @ "
b"u\x05 —G‰ÞC*º•\x1E ˜6ð\x18 g "
b"ut±ûWôK¯L>]Êâ‚\v "
b"uøW-¯(F*‹::\x1C\x1C o\x7F › "
b"v`DlÊoB=¹æ}±Rµ\x1E Á "
b"wþE)a{@’›\x00\x18 NëULF "
b"xêOtÀûB:ºÞìÉ\x00 òÏ€ "
b"yù▀wå\v F;üûI\x1E Ø{.\x7F "
b"yÛ6„dì@ꛂý(í2\x06\x1C "
b"zàƒÕ´¿JÍ¿ÇÌÐÉ/þ* "
b"zãk/Y³E‘¾MµQ\x11 ÓÝp "
b"{\x15 Ô‰IáLŠ»u\x03 ôCð_ö "
b"{of_Ô\x1A D|¦ˆ\x01\x01 ×Î} "
b"{äâãcDL¸¼íQì®\f ¼Æ "
b"}8lÅÊAL[▒║\v ò¶¨.Æ "
b"}9µ÷▄\x1D KÉ░Ví0*Ù}\x0E "
b"~XÊo\x18 …H\x04 ƒ¶Ð\x04 úäÒ\x0F "
b"\x7F &ŸÜ$ÈF\x08 °P`ßD•C\x1F "
b"\x7F ³o8Ò¬L²ž\x18 i“E·ä "
b"\x7F ÷4\x7F \n \x00 C=‰íò÷@\x1D fM "
b"€’OLmºC\x0F –Ê\x1D ¨ò'h} "
b"ÇÌ»╩ÊçAÔüú«Ñ>_\x13 µ "
b"€äI^?îB·Œ£Üyúk É "
b"üWìÃCÏJcâÉ\x1D \j`_ù "
b"üXô·StCî¡-M\t ╬vÛP "
b"üöÒ3Ý\x7F B┤º¼/'qw░© "
b"‚Ru|E<JŠ—TÍôb·\x11 ¯ "
b"‚ZßA\x10\x18 G\x1D ·R\x13 C²|ó– "
b"ƒ¯¢Õ6xN§¹kÖÓý~Or "
b"„\x10\x01\x02 Lw@¾7¾qúoœ¨ "
b"„\e j^Mï@_ŒÏüÚdn ê "
b"àY\x15 ÅÙ`G╗ëK┤GýîK╣ "
b"…ÿ)êO\x05 Js‰iaW-𲘠"
b"†„Uv ÛEf•SÎB½Þ\x08 0 "
b"†L5VúJ޺僜Aá( "
b"†Ø\x1C hc\x12 B~–Xë¹?Ú“ü "
b"‡–#q¦ÿKñŠJ\x1F ßö2\x0E ‹ "
b"ê\e }G°ªD¿Å\x07 Tm9¡\x19 ã "
b"‰UÅ‘ÙÛD¿•‚‡\x19 àF¸§ "
b"‰ËBcJ4J¯ïò`‹\e ÃÎ "
b"Šm\x1C 0\x1E a@d¸×lp×\x10 b… "
b"Љs\f ÍHDô²‰Ršë(\x17 ´ "
b"о£)Ý…E›«\f ±¼åô\x01 £ "
b"‹^~€íÌDÏ—³Z\x02 2AÃ< "
b"‹Ç,‰uöK/¤Œ!¶ÑO‚« "
b"‹ÇÀ_y"LÞ¿©tÍh9š’ "
b"Œ_\x1D òNJD§åøÑºž¦Þ "
b"î┌5ºEsDF║ìË\ÂíÚ╚ "
b"ìWÖð¢\x03 E\x1D ô²g\x16 Ѭ,\t "
b"ìrqÓ7┌K\x12 í²\x11 ÒÕR&\x08 "
b"Ž\x15 V4UHK\x04 ·–ž’(\t T "
b"Ž\e ÒŸy AÞ’•\x11 ¾>\x07 ·% "
b"Ž;w\x1F ’fOL‚¿¼©·íµ” "
b"ÄDÈT"kD╠¬F\t d.tüT "
b"Äì\x08 Ç\x14 ¡H{ôóo"|│" "
b"Å'áõeÈKv®^ÔÔ?ß▄Z "
b"ÅÉ\x08 !\x19 QEHÄ╬¸.ÇF\x13 â "
b"ÅÚ\x1F bô.@\f ║¡$░¦³²Ð "
b"É.Z«°\x07 D»ä×á╣═̸? "
b"É5ó╣ÂÐH\x1C üºç²GÛH└ "
b"É╬&_·\x06 B═╣pÖд┤╔´ "
b"æü§°\x11 Ä@rû \x00\e Ù«ùã "
b"æ█╬ÆwBAü«1øª²Õ9ç "
b"‘þÓðÿ{Bþ¤‘>£Æd8² "
b"’\x03 âQû\t Iͨ\x00 3\x1D ¬;§Ô "
b"ÆÉ'▓‗\t AlñØË\x13 W=>X "
b"""
’Ë\n
yèbG¾½ÆäÄÒ\v g\n
"""
b"“˜—ˆ6SHy¨¬9h\x17 -'± "
b"ô╦e´íkJ{èüÉdOµÀE "
b"–SÒ¨”jLI»²–V& "
b"–Û_sû©GT£×ß"}’¡\x12 "
b"–á>Ù\x01 2GYŒ\x15\f QW<©¯ "
b"ù\x03 [É%ùIJÑ~█k0ù═¿ "
b"—Ï$àq‰FŸž«×+n<“. "
b"—ãôð+¥B\e ¾‰ª%«%¤s "
b"˜½Æ@œjBß ¢ûh†-{Ž "
b"™Yà5ìÒCyžj°\x1F ŸÏÅÊ "
b"™¥”ä„|H‡±¼¸#þ\x17 L‚ "
b"™ãc&Ð_Où¢&·Å¾ìp/ "
b"š\e !õ2ŸI©“òùÅ\x03 V”¦ "
b"šˆM7X#F?‡"•„$\r\r ý "
b"› \t ØQ“A\x11 ¶–ˆ\x01\x7F ºÔ| "
b"øÍÆH\x15 ÉF¥Ç\x04 ~é'╬d½ "
b"Øq¯ép&@╚▓└BL\x10 MÓ\x08 "
b"Ø╚{R£nM«ÿu▓K╣AY\x18 "
b"ØÊLê(┼N!é_=bÙ■«w "
b"ØÓµf\x10 5Cªü╩¹╔½)Úû "
b"ØþøñY▄D\x06 ╝~¿\r ╔ªWs "
b"Ø÷<îsÊLÝ┤█^▀■î\x01 ö "
b"žE³’-I’½4\x03 …¶ÂeÝ "
b"""
žuý¾VŠEa¸/\n
Œx\x01 ˆ“
"""
b"×╣bBÕüA\t ó_\x18 ┐ùKóR "
b"Ÿ,´¿7ŸE\x15 ‘–€:ªNPß "
b"Ÿš\x1A ÛXqNCš\x1C ½VˆØØ¢ "
b"¡\x1A ü\x04 ©uH1‚ˇ\x07 O“û\x03 "
b"¡›ø7_¢AmŸ5LÜØ\x19 ý\x1A "
b"¢Cj¤PoBû³p9˜Åœ¦Æ "
b"úýØÎ¹êK,çî\x01 2¢\x11 ÒÑ "
b"¤\x10\x07 }r€E$’[wr™t<Ù "
b"¥=·©•£D«¥GqX‹÷\x07 B "
b"¥¨øõF˜G6¥²9÷œº][ "
b"¥ïÒ…ÿùKÜ®•\x1E {01Áæ "
b"¦\t R€:ŽC…ºœ,yÆÎåÉ "
b"ªZßı±gL*׺"┼»Xìí "
b"¦€äSjŒBÊœqöÛ7\x12 ¯¤ "
b"¨\x07 ¯c\\x05 CP‰Ö'Y™•¿] "
b"¨,è\x00 r…J–Š\x05 ‘Õbmºý "
b"¨fš „«Nü ·M7}‹+\x01 "
b"¨Ž¼yÞ\r D´–´¹Þ¼Á?~ "
b"©\x05 =YëýMG²Þk\x13 ¾\x03\x05 "
b"ª\x1C ‹\x1D dÿIš‚‡óа?-Ê "
b"ªaR5î¸Dè²í?\x00 æô‰\x07 "
b"«\x12 Œ8€VCî®Ò¼J^š\x05 K "
b"½¯&þF¬@\x06 ¼IÅı\e ê&▀ "
b"¬)\x15 ô‘i@‚ŸMKâ1Vq\x7F "
b"¡LìEÙýAĺ\ýç\x10 ÷Z6 "
b"T˜à£ôHƇpnÔŠ«Nè "
b"¸øØv\x06 B´ž'Ê\x02 nˆ>\x06 "
b"®6@óO®@\t ±,ßß?ÔI² "
b"®c\Ù´òLþ¢z\r ‘öX¥" "
b"®ÝcU¶ž@~š}/þ f" "
b"¯\x17\x1D ›ž±K”ª`Áˆ+´(\v "
b"¯Ž'¦ånK\r ™’•Nâ\e UÐ "
b"°ì\x14 Ë'wE$¶M\x12 ì\x1E eb* "
b"±2jk[cKÿ€3¯½Ò&ªj "
b"²ÇÇÝ\—C\x18 ™À\x05 )gF‡\e "
b"´’\x08\f a€E—º\x10\x10 ™*« s "
b"´Å£eù†@{£\x1D ¯'¸>Ùþ "
b"Á\x01 ë▀ZöLIìÕ9┘ªØaV "
b"µZ—v\x1F GL\v ¥\x03 ‘œ3ïó "
b"Áì²┌$¥@}£$ãfm»█Ó "
b"À\x10 ã\x0E bI`üø└╠V®g& "
b"""
·w{M×)MQŠãÙÅÆ@\n
-
"""
b"¸ŸÇi¿<Ey™¡ï¡QRrÜ "
b"¹Ó—ÇIGE½–\x1C B›?„\x1D\x12 "
b"¹àÜ‚€ÀMá‹£€“[SmÊ "
b"ºFX¨ŽóB†¶=‹&ó¨Þ+ "
b"»*Î;·ÃIùœf\x1E !¼(.E "
b"»ƒRóšÊC¼¦»´õ•¦ 1 "
b"»¯£e3_O6½3s·Ÿ$g» "
b"╗ı¨XS▀HSŧG!¶¾{\x1C "
b"¼bê\x06\x13 J\x1A “ûÑÙ\x0F\x10 ˆ] "
b"¼iB¯%/C]£«0ȧ#‹Î "
b"¾]4syMFú»)±\v ÞzÖ˜ "
b"¿ßU:ä¶B^‡„‘\x07 *©ÒÞ "
b"ÀQY\r ŠòI=–yíü8ƒ"› "
b"À§\x00 #ÏvFT´Ä>Ð+Gã4 "
b"┬\x08 üm»┌H¼©øéų▒Q@ "
b"Â\x1D &0…DGä´¿§Ú’+—Z "
b"Â<Òý 5F\f \x12 eÄ—‘ì\x16 "
b"ÂU|í^¯F¯‹ªàs$ƒ\r ¢ "
b"┬Çí┬║_L▒ôk?ï:}Ø\x7F "
b"ÃpúüØH@m¢wÉK³]d´ "
b"ç(?‡…Ea§6ƒ-NCÏ\x15 "
b"ÅLÒGÈÖHN‹Úž›x\x13\x12 · "
b"ÅWŠ¥?‰KQ¼<9¬çThÑ "
b"Å®*?ëDJ|·\x08 G±V\x1A ^\x1A "
b"ÅÃÓ\v µoL丙G>PÌv. "
b"Æ\x14 ÎrçOO¼‹œ‰žÞ—~É "
b"Æ7<“\x10 vGa‚\x17 ^i¨¨x "
b"ÆC\t öÐÙCè¡¼èø¿ŠjF "
b"ÆÔàV\t iHWˆ$ùGçeèa "
b"Ã\f ┐▀óHAfØ_Aæ‗B>³ "
b"ÇÕª³ó‡Nü¢Ø4®ÿÊ=\x0E "
b"È]GƉ\f K´‡lºÑ…8s\x13 "
b"ÈsǼ‘ùFz‡]ôÁ\x18 ˆä\x1A "
b"╩\x08 £▒#hJÚÉpê╩{_│® "
b"Ê\x12 ç\x1F €&M⢱]ÆS¡9l "
b"╩+ZÝvYKØñ8\t 9╔¢;. "
b"ʤ’ßl«H\x15 \x11 $£Â¡›š "
b"ÊÎVß·@D\x12 –ß/#”bÊó "
b"ÊÏ\x10 'o±F\x11 ½CÒ·ô(ª "
b"ËŠ¿9Z”G\x0E ‡VLÇ\x1A -\f È "
b"̨“V×\e DÛ‹‹Á³\e\x18\x03 ¥ "
b"Íx¡š¹×EÉ•\x18 V\x0F ÎÆ¯õ "
b"═ùoY┤ßLØ¿\r Ö-Mõ 8 "
b"╬ÜØá╦>M±Ñ\v ò¥q\x7F Ô\x13 "
b"""
¤\x1E ¤ì´NL2á>ÿ├\x7F \n
ò
"""
b"¤×█¡┐ÔKÉèö¥5Çd"\n "
b"Ð\x1E ÷i§NH¬’¤I¢ê»Ôj "
b"ЂyBÜ‚O&•7\x05 iU/›9 "
b"ѧdù¬ÃMuŒ¡gY@ÜæF "
b"Ñ›‘Ò=L]‘.›ÿG“+> "
b"ÑëÊPb%@€¡Š€œ«JŠ_ "
b"о+ìÂ╬Ij©ä§þ│\x7F\x7F ) "
b"Ñþò<ÈŸAܼȟtX/ôË "
b"Ò,;ŽJÅC³ \x1C ÃÞ.ÒeÎ "
b"""
Òž\v \n
\x1C\x11 F¯½öâaÃ04m
"""
b"ʽDf#fIêø®\t GôÍüu "
b"ÓJsðV³MΪ{\x03 ks.ÎÌ "
b"ÓR\x1F xø…F+µ\x11 šI>ó&° "
b"ËöüÄXûAö¢\x19 ±`2ùø▄ "
b"Ô\x17 Ž|yöBÙ\x07 O\x7F ôÒ "
b"Ô8b¯a\x17 LÓ²q'þ·_²« "
b"Èa¸P}9F\x13 ½\f ÉB\v ,┐¥ "
b"ÕQ\x0E %\x15 sIæ“d¬War¶“ "
b"ÖS§šPãAwº˜P\x19 •Ãä_ "
b"×þ´\x18 –M¥ž3«¨î\x7F }ˆ "
b"ØC¢\x16 ¤\x07 Bc¹YÛÇ\x00 ‚ß' "
b"Ù\x08 dy\x01 ÎL±šï]Ès°é} "
b"Ù\x12 Œ¼\x1C 'BˆŒ)\x1D U’›…¯ "
b"""
Ùt©‚\r ìD<ˆ+\n
\x1C øXüo
"""
b"Ú\x10\x0E ':FM\š™±\x10 ¦±T\x07 "
b"Ú6?QWÉD\x14 „Ê·UË\x0F §W "
b"ÛcJk\x08 †Gû—[\x1F m\x03 ¦ðà "
b"ÛÓyðå(DX‚ú¢¸\x08 ÒÓj "
b"▄;É«\x0E "H#û/[år88ê "
b"Ü\†jËkA¾²üî(\x03\x0F ÁJ "
b"Üf\x13 ¤OqAa‹FÁ)cT4\x0E "
b"Ü¥ð~‹^Já‰C5»éÑg] "
b"¦\x04 ½█\x1A\x1A E@è5XÉO‗░\x1A "
b"Ý\x12 Ïʨ“B¼¡P¾\x1F Ý Üµ "
b"Ý1”Sæ\x10 Kÿ¯S6•à‚ªÞ "
b"Þ\v z‚O÷@¼“Tq˜'4Ð "
b"Þ’çú=-K½†¨Ìæø8/Á "
b"ß•Xþ ÍE\x17 ’4\x1C î•\x01 Ðà "
b"▀¥Áj├çO\x05 ìL!RP\x1A\x12 6 "
b"ßÿ\x02 ŒN E:•ø'øCUÊ@ "
b"àUâc^\x18 BVŸšA_0\r U´ "
b"àw…3d1MÙœ‰ìÙÿ_\x03 Ó "
b"Ô_\x02\x1D V\x1F M■£¥n\x0F N\x17 ìå "
b"""
âkôú+N@á‰Ù\n
\x13 RŸ\x18 °
"""
b"Òóe▓þäEwÉ;m\x1E ?Sû╔ "
b"ãÙ¾2R\x1A Nt¸—À\x01\x01 e‹) "
b"ãð×\x1D â†C¥³ûlA\x0E uË) "
b"ä\x04 ûè“¡G÷®à• "WÛ\x17 "
b"ä%¿±-ÇGi„Ö·”“ü=\x1C "
b"äÞ&@©/J\x08 “§¾Å‰¶À\x14 "
b"Õ\x10 4#¸\x13 A^┐¬â(µêɺ "
b"ÕLø¡pºG¯É┬\x06 íM▄. "
b"æ\v 3š—$EO¤S\x1A ]¢oCž "
b"æl8&^ØM\x15 ¿\x16 “Ñ“;>ö "
b"µ╣E╔Ôà@\e ÅßI╔jJéN "
b"è0(7\x17 ·CT®xß\x7F ¯ËÓÅ "
b"èV¦\x1D\x08 [Gç‰ë'<mr]T "
b"訬ô¼¦L\x0F ¬.¼<?$?? "
b"êŠÿ\x16 Ê8K‰šD\x04 VyLÛ\x17 "
b"Û┬¥LAHL±ü6±¢╣\x19 ¿┘ "
b"êðBí`WEb“¾Ÿ#y[\x04 ¤ "
b"ìÞûó²°EF¯WwÅ™\x0F öm "
b"í\x01\x17 Í\x0F bKë™_5£L':Ü "
b"í™õƒç>N”»‡hÔ»À¥‰ "
b"î· tý\x14 N‹“Á/ÎX\f\x7F L "
b"ïx‹ûðF[²)ÖU×ð(‹ "
b"ðËPý¨\x1A @¸‡¹ÜþÀÈïE "
b"ðê\x1E &* F‹¤C9êM\t •« "
b"ðù©˜çH@–¦=™tžÕ} "
b"ñä¥T#ƒF‡”ÀQ\x13 >3TU "
b"ñò\x17 €ÌHL΂ìÍhÛÿ\x07 ¨ "
b"‗¿×ÆDXN<▓»\x0F DÉÑÚê "
b"‗¹w@$ýG\e ûÒÞf?Å▓z "
b"ó’Ó·\v ÚGаn„\x1D ƒ¡ýc "
b"¾═\x12 ;╬ÜK\x18 ü«m└c/!n "
b"¶-3ñn┴Cüؼ0\x17 ´╬[ß "
b"¶G\r Z%ÞAo┤L^-Å\x02 p\x05 "
b"¶ªúê┐óHÜ▒R╩Å■Ëkþ "
b"ôºÈ××CAA¸ª¥ƒü²ö¡ "
b"""
ö\x11\x11 njàAƒ†Ê÷\n
Qø\x1A
"""
b"ö\x1D Q8ÉpEk›Ò;®íO*¬ "
b"¸\x7F KEù\x05 C\x11 ü~ý╬\_e« "
b"¸¼jU1tE½ô3éî\x12 SØÇ "
b"¸Í!û\r «H(ºÅ Âèeb\x1E "
b"ø\x1C Môw„K7–V½\x1A ߤ¯º "
b"ør‡cc\x04 K\e ¶VýØ9\x18 à "
b"""
°t$ı╚¬LqàòÉ\n
)}õã
"""
b"ø€¯Cq3Aª½AÔÝ&\x07 ó "
b"ø‰Î–ê~O5‰Òô¯m‚&\x1F "
b"°îü×júHTü§Á\x19 pd°7 "
b"øûV„¤ŽCp™y\x07 ïM*…, "
b"¨\x08 í_kÆO(Åb#×;_d‗ "
b"·\f ^7×÷C\x1D ╝xü\x1F ®¾@¿ "
b"ú¯4-…/EÚ«È\x06 ~RŽau "
b"""
úÁ\x1F .\n
ßJÙ¹3ywèh)y
"""
b"""
²\x1A Ø\n
M¬F╝▓Õ»\t LÅn╬
"""
b"■\x07 \9É,DåúCY®┘Ý£A "
b"þ_PÎ\x07 ¥F[²ùlTö±¨< "
b"■Ø×PÄ\x1E FOÂ\x0F ¨*ÇÁiO "
b"\x04 I\v mJAíŠ<d;\x17 x–\x12 "
b"\x07\x04 ¹Á{\x1C KŸŽ"0·\x10 ®žÑ "
b"\x07 YiœT©C!«è¡Ç,J\x02\x16 "
b"\x1F ýkcˆGL\x07 …¢Íâqyذ "
b"$\x1F yGª╚D├æ#±╗\x08 øÅ\x1C "
b".Ë€JVÈIu¿8ÿ¯½Þt? "
b"0\x0E\x0E 3X¬A?ƒz\t ŸÆr<‘ "
b"Mb¿gè\x7F M¾°ÏáÇô€\x0F , "
b"Uhƒ'´ÒD»Ÿ7Cƒžå\x16\x10 "
b"X€Eþ\JLGªu‰ÛwDœì "
b"^f\`ÚÈCj‡ºu\e )\x1A §ó "
b"døNútïF÷¬K^@\x00 B‹Q "
b"o\x02 1ÆŠ\x03 Jf”\x03 |&Ð)\x03 Ó "
b"xíýz┐MASïÆàì▒æ)n "
b"|pò/8çB5™vx8Ý\f ‡œ "
b"žÖw\t uôBJ¯í«2][\x16 ¬ "
b"¯‘\x1D ž‡VH»¼\x12 ¯†\x05 úóà "
b"¯Ù“¶0N ¯âΗpm;” "
b"│+qÉd\x19 FÝÅ\x19 1)N‗tý "
b"¸\x1C »…ê×Lµ€Ç\x1C ¨¥šˆ "
b"¹B‚ð\x1F\x0F M‹ªd5$¼EJ{ "
b"¾£sˆÐîKý½´ÈÃEV\x1A ¬ "
b"Â5±¨ŸÈJ;Žt‚\v 4އý "
b"É*à\x10 ;(Aô³\x1F …B\x1E t“® "
b"Ü\x15 —\e 2ˆE`·å¢¹»”]\x10 "
b"ìhXí@\x02 C\x02 …†‘¢\x1D t‡Í "
b"\x01 ‘uغ/J4¼Å8G;éww "
b"\x06 >\x14 2"¾C2œ'( IÖ¡Ê "
b"\f a+\x1C jºM±”\f vçÆyL÷ "
b"\x13 ðóç˜G;¶CìcYUš3 "
b" C\x0F ╩Í\f E«ò▄║ƒg╩îÅ "
b"!<šùìzN\x17 ®¼(@=.G+ "
b"*wBÖªÊGß²ÂÎ'WôÁ· "
b"""
5EÉñ\n
›G\x19 †\x12 ˜ÒQØÏ®
"""
b"@õÔ>íõB§²”Á45{ü@ "
b"""
I…b\x08 h\x04 N\n
¦»\x10 ‡õÕÏ\x1F
"""
b"R\x00 Ÿ\x12 érE\x11 ½s×"PÃ#Ž "
b"REM²ùB²¬\x07 š)oEJ\x10 "
b"Xj%Y|vD‰Ÿé(íhF–M "
b"^„\x1E zÐËOé’8€7Ó\r \x00 f "
b"m$þ©n\x0F CÅû/┤\x05 ·M╩¢ "
b"{ÆñÛ+ðEbÇõF7ÓèÉ╬ "
b"€‚X5ZìC\e ž\x02 ¢è#µ©\x10 "
b"üó¦\x05 BÇBßö¬Ü;\x10 8\x12 a "
b"–ªÕ~¨OB#¥Dm¬õÞ=\x1E "
b"˜\x1C åÄãŸIt±×*Ñå“Ù~ "
b"ŸË®\x19 šÓA:—´\x1F o\x03 YŽ/ "
b"¬Ã├üÀ┴H~®}Ã\~Ù╗▒ "
b"X\x12 .-gHЮuÇûœXTD "
b"Ç\x18 ½?,BCÊ“¢µ_ü[gn "
b"╚\x13\x04\x1C fG├Ç┤çüzr\x04 y "
b"Ú¥\x11 —¿SKG‰\x06 Žíܼf– "
b"ÛüEjð¬MX´'?ÄFÑ)“ "
b"ÝÍFš~~Iw¹½î-›7.± "
b"çùR\x1D úˆFç¶%Yމ¯<l "
b"õ\x03 Žk.!AJ¨¶æ²¤ëƦ "
b"\x1A $Þf\x12 )K]·\x18 ¼(Ì‘â "
b"_Iø\x1A êáHǶ¬‘3äÔÍ; "
b"i┬F\x13 ¾╚Lùä\x04 ì╔~\f ° "
b"Àz1ŒKÆJ£‰\x1D /(\e ý\x1F f "
b"┬Gì%äÓF@┐ÔÝÝǵ´\x19 "
b"ûçNqg3KfŒVÀ[¯pzÄ "
b"\x02 äGÑ”1Dª´Œ<˜qEhP "
b"\x08\x07 Ø¡\x1E ¦JñºYüÂ\x12 -‹û "
b"\f r\x16 Yœ%L`°ŠÀ\x00 ¨Pvô "
b"\r \x1C †ôî¬F™´µæyFEu? "
b"\x0E\x17\x06 ã\x0E\x06 K?¸Œ±FÒ’Ô– "
b"\x0F .`öÿzEñœîÚÞ{bTx "
b"\x11\x1E 7¸šu@ú”%ŠÒ–˜õÙ "
b"\x17 ´\x12 Ìb]Cy7™@“)ºï "
b"\x1D Çb»±(Ew’£Y$ üÍi "
b"\x1E Ú/ÈÎ\x11 M…†{7^ððöÎ "
b"$ðÏÝ•ÄJ‘ŽóJö\x14 $g "
b"&)²¹Ê$AÕ·û¶\v\x0E N\x17\t "
b"4DÌÅŽ\x00 Có‡Ò†¤ýâÓå "
b"@\v ”\x1C Q9C@„R}ׇ¼·î "
b"@cfjå2F4œˆ\x18\x02 Ìs—¦ "
b"UÄ~\r ╣▓K>ìô1_■ä¹a "
b"n`kÞÇvC ‘§FùçÝlÄ "
b"nqí¶\x1F uJ\x10 ½wHg[\x19 êC "
b"q$ÿzÔ°OX‡í¦p¥åáä "
b"|JE½¬ÝNá–‡A{¹y^| "
b"ˆÓ3Z%QC\x0F †À[Û$UN$ "
b"‰ºuk¦OIã»5/‰ÝÝÖÒ "
b"‹Í0‚zÌMæŠJ€HH€è5 "
b"–aI¯ó\x1F @(…ß^Pmîjp "
b"ûØD4ÝËE$égãZ▓'Õ9 "
b"Ø▄3\x1C\x00 kAñÇ\e >Î╝Ç┬Ç "
b"ž8[D\x16 `F¯¼jhZ#És¿ "
b"º\x1F ðÞ[tD\x18 ØX\x08 c\x7F\x0F\t { "
b"µôqÓhÓN&²E¸\x1A Oè1é "
b"·æ?þãSEYš\x1F Ò8º\x1A ßó "
b"½ÐíFr]@7¼7”×ð‘yÌ "
b"Ã]A\¸¢@¢ \x1C ¤‚'GCì "
b"""
Ä\n
·åsºJ ¨†\x1C 2¬É´Þ
"""
b"ËßnþùSH÷£†\x05 ¦˜±ÐÞ "
b"ÐÝsáéí@¦†"¬‡.™Å³ "
b"Ò£¢¹‚¿E¶¥4.% dù= "
b"▄ÅUSǸAzáÎä xö¥ø "
b"áà\x7F е\x0E BÅŸ1Ìø„¦ÏI "
b"ÔØ«‗näH{øx.ó½\x14 O└ "
b"è$QµL÷Ov´Ÿ\x1D ™\x13 8¾æ "
b"Ú\x7F ,ß"¿B┌ù)¯^ü?\x0F ╬ "
b"îRìÂ\$F¿—êÛËå„sÙ "
b"¾/@bù\x16 H{ó¤ØO░DT\x11 "
b"""
ó•Ï’\x1D šAË´\x7F \n
[ V•\r
"""
b"ó¡Å\x1A\x0E\x1C A5¬Ñ\v ùØsÄ] "
b"õ³ÒjòÚGCƒ³€®]GàÆ "
b"ø·:`\x17\x17 J\x08 ¥\x1C DˈÜI "
b"¹e¡▀ßÎNÉ¥ı║\║aZi "
b"ý+\x07 ’0$A8¸\x16 #*†·8Ý "
]
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
1000
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 (0x112567568A9C47D2B301D5E552A11E16 , 0x1C37B5D97F2240448CBDBEE2A5BCCA7C , 0x1F79CF5361CD4F2E86D94C2C09C91D5B , 0x2037A39F61394CBE992C3DC18F979F71 , 0x2ADA77C88743440BB8A8DE7B4A5E6B85 , 0x2CC18F39896B47D791FF07EE87B73EE7 , 0x2CC5B500763A47F6936BA56F92E65345 , 0x36DA79F5129C440F8ACF3D552764EB64 , 0x370359EF21C542B8AD813B53CB567177 , 0x3FBD4A37A52141888F5F023926E3BF28 , 0x4794BD68AA8441D6A66FC006679C146B , 0x47D62C9227B34020BE23F3C9DEC01D97 , 0x4990DD83E3E44B6EACDDE6F07A561024 , 0x4B18DBA3896441A6A8F06B5DC6855742 , 0x5CC8038AA99B44E3A81EFD2B9A3CB00F , 0x61D38859520740AA9804ED972D5B846D , 0x6E1D3E675F7745669B3CB2F5C00C790E , 0x75F4F15F237741949F0453AA9D383EC1 , 0x7FBABF5D416A40388A4D9889541E9E88 , 0x813511406AC3471D87C1B08161D52360 , 0x82D0F0ED83254B4B95FC85F6C24B500A , 0x8468E5C7062549CCB1AF1D19E4253FE0 , 0x8A6538AE55974413AB8FAA9E5CF31462 , 0x927EB7A2A5E74CF1A6866B630691B900 , 0x928DA0FF7FFC455D855368FE0635F395 , 0x9568878B2519474093F313E33A602BBB , 0x9F41DB31F02F41B3819BAC6DCC68D740 , 0xB89FA7ECDB364C50B239C164F2E8AFA0 , 0xC1ED02830AB24143BA3A52BBB012BBAD , 0xC99FD4E83C9C4F6D93AFBF3AF6D49BE1 , 0xC9E1A49937504DE4A2753C4687195B32 , 0xD27054926E0B4FFFB53D6428ECE86C27 , 0xD372A15E5B1D46129BF7775282AFBE0E , 0xD7FE0ECEF0174C45B00B03DDDDABD208 , 0xDAA00CEBAF804F1CAA10CC6B97A60EDE , 0xEE7FFFCBF5864FC685671E5555F735F6 , 0xF3594E9D876E466BB33CB2E4DFD77DF7 , 0xFFE3B5B0205049EBBEF817DE6D96744E , 0x002FC7FE7982480CB47D490CB64BCBDA , 0x00C7742B06DA43629AF3D2218CA2CFBC , 0x00E6D125A8164445AD9E256017DDFE48 , 0x013C91668B0E4FC3AE1F56DC4F147580 , 0x01B69BD476F447EC96D4371D2C335836 , 0x0228EBDDF28E4CBB877F7CD89738B278 , 0x023D7199C6194714915C61220E03926D , 0x02F29BE172AE413A9A030155427CCFF6 , 0x0356C9B77AE64974A5168A65D2E33740 , 0x036DF813F0C44E979B4FF3168D9060AE , 0x03B54AE7F4DA4542A8BFB53781AD3AA4 , 0x03BEBC2D75F24706B07E0DBA5161EF85 , 0x03F9D5838CB243D5AA62599F609A4750 , 0x04578812A6674180972A266B2D1A0CD4 , 0x0462EE053B334609B76B3A0069C853C6 , 0x059F7BF4A1344D29A27DB6FBCF8206FC , 0x063C8098886B48858EED8584A1DD32C6 , 0x065D368F13694C769054DE2CF3F64D57 , 0x06CE56A02BEB41BD88F5D67C003B2E5D , 0x06DDAF8E962A46AD9C6C0116BFC56C4E , 0x06F08B688E1346A98DB524CE04EC5A26 , 0x0730D0571D964860AF67DBD42940FDFA , 0x079CF57DB64948978D875EB32434ECEE , 0x07F17AD1AE174B9C86782B2178C09371 , 0x08D1072743BE4080B51F924E125E412B , 0x0919449E998343DF812DB03587D74822 , 0x0981AB9AB7064F50AB75CECB0C901D80 , 0x0BFB56BF1A7648B792FE273E5B4C8A1C , 0x0C04BDF5E53442039B0D1DF5C2B02E16 , 0x0C577B84D8804F5F954913B7E3362D0D , 0x0CA9A9B8579B4A7CA704C528FFA12E1A , 0x0D8DDCC57C464188A3D2072BEFB2DF02 , 0x0DE72BE73D204763B5F7B24CB4239288 , 0x0E0779FFEBD643B9809F2E002172571C , 0x0E319DE582FE462F8C59EB846B4F47E5 , 0x0E45F6EF831E423F97F70C84A2E1DDC0 , 0x0E4A6F82F6DB46B6906ADD639C1A9729 , 0x0E6410ACA767400CB4C432015312CB68 , 0x0F069F869A8D4D3D85642C79AE42ED46 , 0x111834A4868F48308B53A94B922D2681 , 0x1147EACEB9EB401D8459123E30C3B618 , 0x11D6E6A3E89F41B6B99808D4E69342AC , 0x1299088D90AB495697B988F0696D2A89 , 0x13C570F5548D4668B44A8281B1DA24E9 , 0x13CE2F6BAE744362B4B08D54CCE94C99 , 0x140861A7A2D54157B709C67C35AAC18D , 0x1433D91BD3F74DEB9AA1711230A3D789 , 0x1514A3D90955448AAE8BF4296E7E7BC6 , 0x1532CADE2FFC4C5FA639C7B5E8BC3F7F , 0x1650F06F1D8D41F2AC2E949B37CD6AFC , 0x165A5B5761174286A005574130F19C49 , 0x167AECED578F48899E1C37D27C8A29B0 , 0x16D3B8D1D2AA4978A9CBBFE0D6ED71F2 , 0x16E671D99324405EA186C55E3F415DF5 , 0x1735B62D3B6746BB8906864A26B9C9A0 , 0x176F32D86CE646A597366E61B58A4820 , 0x17BEBCB914FE4F2D9FD7E75F77943F56 , 0x18B1BC8FA5DD4D76A13A14223996C00B , 0x1994F3BAD5DD4F23ACF473A4874BEF8F , 0x1A52206F22B54763ACD4BC451AF5240E , 0x1A527E0CDEED4F7E8B881E078DA73A0C , 0x1A53F9C786A24F99BB2D35D7B8FE10A6 , 0x1B482138DD2043E5BDC4132A57C16457 , 0x1C63DCA94B4148B7883A5218B20BAA46 , 0x1D4676ACCBAF469BAA0FB8DB75617FC0 , 0x1DB4CF07340C4FA487C8AD9AC33A9792 , 0x1E4A68F24D8C4D10AE802CFCB28DCF07 , 0x1F6363AB0CC54A0B941AE3D7B332E738 , 0x1F68E1934CC146DBA8D5165CF081FBEC , 0x20541BDC71744DC294A67B88D38AC77F , 0x20BE7163E0B84E0DBED8568E823A0666 , 0x214AFB4EFE444F0F8C0FFD4025E74A03 , 0x217A7410B3D84299B385D437300E9DBB , 0x22704187C62E4A379E4E6D0604314CFD , 0x22EC1E2D5AD5473EB634981CD71DDFA8 , 0x235BD002B0C149FBA29409DCE6CF5031 , 0x2431FA1E973743759966820EA7E0225B , 0x24362EBF9C924C2A879468CE0E336513 , 0x2708935C997747F39567A13629E5262C , 0x284A743074454A4190D315C0D3B61564 , 0x296853A57E3042EB8D27F237B1F147B6 , 0x29D2340EBF464ECEABD8CC77B2393499 , 0x2AD23580832E4F74907CE4B205DB2485 , 0x2B49630553C34FA28671F93C714DDE5B , 0x2B562E482F024D9EAB8FD0986C3F32C9 , 0x2B795149B7C146BB9B5129B2CD5EBFAE , 0x2BA1C0EB638241D7950F1CCC52A63F5E , 0x2BE4102A9EDF4E8F8B7121FA9A5CAF08 , 0x2C3E1D570B014A40B0F559894BE6C1A5 , 0x2CF261241CE546B8818EA06F222BF7A0 , 0x2D1A6F62A5424CB7AB52B1FBF8C9618D , 0x2E46C07797754B2F871541EDA5B8DE80 , 0x2F552C912F83453D866450DDB3751D1C , 0x2F76BDF470224624B6DD1FDA7623F6C9 , 0x2F9A972D0E884C78AA1AA54F70509372 , 0x2FA04A9613E9450BA75B537FF0FED2C7 , 0x2FE65B83A0AD415BAC0B7BA3B8E1BD9D , 0x314553D56DC0425DB89485F9EC835199 , 0x315B91331E9F45B98F79DAAFCD914593 , 0x324032E0B1314ED887AEFB40F5FFF287 , 0x33C7ABF49BDE497E82975BE5863066FA , 0x3508A86FD1054F6891D6D25CCA7ACA66 , 0x35F6EBCB6AB04848B3D34E38F64A88F4 , 0x3684B792A5A742D688B9D006274C5772 , 0x36F3987006544B1A9900C948AB42FACB , 0x376AD1D2F81C4272B9D348D619C36EC9 , 0x3801D7EC26EA49E98CD74497EB0D79ED , 0x38964B1167494FB2AE2E2A2533D5B399 , 0x389DC482C8444A4680BD2E6EA263331E , 0x38B7AD630F274C4EA6A74FD8EBED4E53 , 0x39327093A91443089C98B9EA9F253F11 , 0x39550F067563402092836E06FFF604CA , 0x3A910E4D32484344B9B13CCA7F3566E8 , 0x3AC47B2AE08947DBB8C42AC5CC90C927 , 0x3B08AF706DBA4294BDE8792EDA3B9F3D , 0x3B41DF2E4B724D9CA78EAF10E304E6C0 , 0x3C18F97D531F4849A707236FC527E897 , 0x3C369FF1C4C54F0B8B9A94DF5B360735 , 0x3C4783DA94A040178C545959D93DAC4E , 0x3C73990AF03E45DAAB16000BAF63CAF5 , 0x3C74E0E2A6E24B879D833A5D62F9E37F , 0x3C7AAFD5B5C649809FC2F9C719D89ED9 , 0x3CC24B1C0D4B4CDEBC2443FEE053CCF3 , 0x3CCA0208F83F431A963D0BFC3BAAEF61 , 0x3D20DC3A67DB47418DAB130C7245F38C , 0x3DD58E7C454F4A52AEB8EA6145E31531 , 0x3E31E0EC10614DFF9EB1380D6D088A50 , 0x3ED3A6ABB1304DB8B6AFFD2224175D38 , 0x3F69536B990446B2A8160180F27F342C , 0x3F752674435B4639AD721F579543919E , 0x3F90BD0294CE45FABA5155C8181B8B01 , 0x3FA2CF583A98425E8E410D304785D71E , 0x3FAB3686C0B34DF3B8550069BC60D7E8 , 0x3FB511F9B6CB47179B79C479D2869F18 , 0x3FF53361552B4F10ADB8D8F884BFBD86 , 0x4067EB1DCB754B5DA971C38A6C73FE07 , 0x40F29134A09944FEABEF7D894D69D7D0 , 0x411038860F914EEA81D1A94A990FEC50 , 0x4144267004324DB0AA37DE282D124EB0 , 0x416E283A549F4C6FAED57EE4E01D998D , 0x418029142A524895A34C1F32A9345D72 , 0x43A22A8CD08041F2AE945C8637443776 , 0x43D3CF57DA60459FB5BBE92CB9E73F59 , 0x4489C4E449B74D739240DA1BC55CF4C7 , 0x456DB8595C59468EAF19E8560916BBDA , 0x45BAFE78D29C4ACA8DD96B0FD9437438 , 0x45F8C3CDC86A437CA016F3363477CAC3 , 0x474498D8F7C348749EB608E75E1CACC1 , 0x4744FE4ADC0D4A87B6FD40972C079F06 , 0x475728A3A3DC47078C07F04BBD0D4805 , 0x47F81357842A45128AD89454DB143CAF , 0x49336050A9E645FE820981E516238857 , 0x49ABD6C121D44805BE2E25D152DC4F7B , 0x4C6DB44FAE7A4BD3B5DBF8D13E44FA76 , 0x4CB232C1E5DA49E69B44FA80E9D440AC , 0x4CCD57CB8E514A5EB8C37CF4938A9439 , 0x4E4C0FB9D532445B88392C2D7D02F0B6 , 0x4E8927DC97834ED0B228DD4C673D7D0A , 0x4F2DF85EF18C42CABDA403442EB51243 , 0x4F7FA36F3E284AB792118E11DD9F4B86 , 0x52BEE845ACE641EAB1A864F813B7E100 , 0x5375FCC9E0FF456390BBB9902D897FB1 , 0x53B4476BF9764EB9AE12A142217B2B69 , 0x53FE1E71EE704EFC964608BE5A89CEB6 , 0x5410149383F94398823E26DFFD0CD7FD , 0x54B5A85001C04F7880585FC5EB2978A9 , 0x55A585D9423F4E3AB5EAB9A94EB75682 , 0x562B8E54B042425BBDE67624AA2B9CD3 , 0x57267E7D55AE4D08B15714CD9F4747D1 , 0x5755C72E63A84B08ABC87C456E0AB5DF , 0x581F4A88EFBD4B28922BC9ECB446FD09 , 0x586FD6A10C9D4DFCA36EB5D1115F4B22 , 0x58EF58E94A174349A2083FF6D5857FCE , 0x5924F2E6BA964F4A819DA7887618D9D8 , 0x599920B3731B481F81AF68FEEA9F04B6 , 0x5999E028E05544D8BFC1CD8B1A938C97 , 0x5BD7F23B901F4DCB86046B0A7D0AC948 , 0x5BE73B9E98B44A279685880E2D900B46 , 0x5C1A0A01A0F2470BB662DB4767468E36 , 0x5C301C0A3E484433A0CEFBC3EAA298AE , 0x5C5A61E95260485E94FB34678A84EE5F , 0x5C6E4EF753FE4AC89C918995BB8D93DC , 0x5C8CBB7AB3D24993A4A745453754E5DA , 0x5CB9390B8688472EBC0F735015B32B2B , 0x5D44A244948C4B089D4D860514F77929 , 0x5D70BBB6603742849958C2F2BAA2FFAB , 0x5E83136C2E41456DB9EE544DAFD1CBE7 , 0x5F5DA1E885B24B74970B4D15F02F15F2 , 0x5F74CE1C799D4458958088D2EBB771F8 , 0x6000676F1B1B43D39A8C900F16309330 , 0x6013D7A5A2874030B506A6F5240711A7 , 0x60755B7C07694C8081CE8B71A795FC48 , 0x60C0F55F7F8D4F999B03D146D3C72DA3 , 0x60FE311512924D70B5483A78597EBA07 , 0x61E3F773D22B4A4AB1420D78E17EEA15 , 0x61F7F94F72E34138B39D22849F832661 , 0x629C88C740084EF8AB8C0AAB645B9424 , 0x63542AF94D264D8CB8EF65E8DD7117F2 , 0x649A930A7AD34341AD5F01C01AA64714 , 0x64E56FEF52D34481974F84B4B9820F77 , 0x650566FF5B7B4B34A4B43E188F90F792 , 0x659909C64D6D4A298D8038E96250A312 , 0x65CECC21B83546DCBBD29EDC13179530 , 0x664037C6162D4893884A450DCD63A955 , 0x678200398F6347708C2DE87F3399253E , 0x6917A1AB38C0465BBF2443EDDD67A4F7 , 0x69423AD6251A499AB47FCDC4183C478B , 0x69972F26F237498B8E817547D3B7F34B , 0x69FD3899DF6C4D78AB91E708DC2922AF , 0x6AA4D2806ABD454ABDEB098D6BA01115 , 0x6BCA6BEDC0324938A2CCDFF3597B9146 , 0x6C044BE95E6F40448F4EA61AF4D79580 , 0x6C6659F22CEF471A8B6AA718A5748C2F , 0x6C77F02220E34318A8BFB0489FD53324 , 0x6D2BA3CCA7FF466F8C2C113360022D62 , 0x6F29FB6248864DC18748C4047320EA06 , 0x6F4BE81DAAFE4266B807315A98447E39 , 0x6F9E6FFC6D5F4302841BB0900071BE07 , 0x6FEAEAD1EAFB4CD7B4F5DDF3D7E3498B , 0x73DF07AAF12747CCB8CDBCE179E50640 , 0x7505974789DE432ABA951E9836F01867 , 0x7574B1FB57F44BADAF4C3E5DCAE2820B , 0x75F8572DAF28462A8B3A3A1C1C6F7F9B , 0x7660446CCA6F423DB9E67DB152B51EC1 , 0x77FE4529617B40929B00184EEB554C46 , 0x78EA4F74C0FB423ABADEECC900F2CF80 , 0x7997DF77860B463B8196491E9D7B2E7F , 0x79DB368464EC40EA9B82FD28ED32061C , 0x7AE083D5B4BF4ACDBFC7CCD0C92FFE2A , 0x7AE36B2F59B34591BE4DB55111D3DD70 , 0x7B15D48949E14C8ABB7503F443F05FF6 , 0x7B6F665FD41A447CADA6880101D7CE7D , 0x7B8483C663444CF7ACA1518DA90CAC92 , 0x7D386C8FD2414C5BB1BA0B95F4F92E92 , 0x7D39E6F6DC1D4B90B056A1302AEB7D0E , 0x7E58CA6F1885480483B6D004FAE4D20F , 0x7F269FDC24C84608B05060DF4495431F , 0x7FB36F38D2AC4CC2B29E18699345B7E4 , 0x7FF7347F0A00433D89EDF2F7401D664D , 0x80924F4C6DBA430F96CA1DA8F227687D , 0x80DEAFCAD28741E281A3AEA53E5F13E6 , 0x80E4495E3FEE42B78CA3DC79FA6BA0C9 , 0x81578DC743D84A6383901D5C6A605F97 , 0x815893FA5374438CAD2D4D09CE76EA50 , 0x8194E333ED7F42B4A7AC2F277177B0B8 , 0x8252757C453C4A8A9754CDF462B711AF , 0x825ADF411018471DB7521343B27CF396 , 0x83AFA2D536784EA7B96BD6D3FD7E4F72 , 0x841001024C7740C2BE37BE71FA6F9CA8 , 0x841B6A5E4DEF405F8CCFFCDA646E20EA , 0x8559158FEB6047BB894BB447EC8C4BB9 , 0x85FF29EA4F054A73896961572DF0B298 , 0x8684557620DB45669553CE42BDDE0830 , 0x86AD4C3556FA4ADEADBAE5839C41E128 , 0x86D81C686312427E9658EBB93FDA93FC , 0x87962371A6FF4BF18A4A1FDFF6320E8B , 0x881B7D47F8A644A88F07546D39AD19C6 , 0x8955C591D9DB44BF95828719E046B8A7 , 0x89CB42634A344AC2AFEFF2608B1BC3CE , 0x8A6D1C301E614064B8D76C70D7106285 , 0x8A89730CCD4844F4B289529AEB2817B4 , 0x8ABEA329DD85459BAB0CB1BCE5F401A3 , 0x8B5E7E80EDCC44CF97B35A023241C33C , 0x8BC72C8975F64B2FA48C21B6D14F82AB , 0x8BC7C05F79224CDEBFA974CD68399A92 , 0x8C5F1D20F24E4A44A7E5F8D1BA9EA6DE , 0x8CDA35A745734446BA8DD35CB6A1E9C8 , 0x8D5799D0BD03451D93FD6716A5AA2C09 , 0x8D7271E037DA4B12A1FD11E3E5522608 , 0x8E15563455484B04B7969E92280954A0 , 0x8E1BD29F792041DE929511BE3E07B725 , 0x8E3B771F92664F4C82BFBCA9B7EDB594 , 0x8E44D454226B44CCAA4609642E748154 , 0x8E8D088014AD487B93A2F06F227CB322 , 0x8F27A0E465D44B76A95EE2E23FE1DC5A , 0x8F900821195145488ECEF72E80461383 , 0x8FE91F62932E400CBAAD24B0DDFCFDD1 , 0x902E5AAEF80744AF849EA0B9CDDEF73F , 0x9035A2B9B6D1481C81A787FD47EA48C0 , 0x90CE265FFA0642CDB97099D1EFB4C9EF , 0x9181F5F8118E40729620001BEBAE97C6 , 0x91DBCE9277424181AE319BA6FDE53987 , 0x91FED3F0FF7B42FEA4913EA3C66438B2 , 0x9203E251FB0949CDA800331DAC3BA7D4 , 0x929027B2F209416CA49DD313573D3E58 , 0x92CB0A79E86247BEBDC6E4C4D20B670A , 0x9398978836534879A8AC3968172D27B1 , 0x93CB65EFA16B4A7B8A8190644FE6B745 , 0x9653D2A8946A4C49BBB29656EEA2BA26 , 0x96DB5F73FBA94754A3D7DF227D92A112 , 0x96E13ED9013247598C150C51573CA9AF , 0x97035B902597494AA57EDB6B3097CDA8 , 0x97CF24E07189469F9EABD72B6E3C932E , 0x97E3F4F02BA5421BBE89AA25AB25A473 , 0x98BDC6409C6A42DFA0A2FB68862D7B8E , 0x9959E035ECD243799E6AB01F9FCFC5CA , 0x99A594E4847C4887B1BCB823FE174C82 , 0x99E36326D05F4FF9A226B7C5BEEC702F , 0x9A1B21F5329F49A993F2F9C5035694A6 , 0x9A884D375823463F87229584240D0DFD , 0x9B2009D851934111B69688017FBAD47C , 0x9BD69248159046BE80047E8227CE64AB , 0x9D71EE82702640C8B2C0424C104DE008 , 0x9DC87B529C6E4DAE9875B24BB9415918 , 0x9DD24C8828C54E21825F3D62EBFEAE77 , 0x9DE0E666103543A681CAFBC9AB29E996 , 0x9DE79BA459DC4406BC7EA80DC9A65773 , 0x9DF63C8C73D24CEDB4DB5EDFFE8C0194 , 0x9E45C2B3922D4992BD340385B6C265DD , 0x9E75FDBE568A4561B82F0A8C78018893 , 0x9EB96242E5814109A25F18BF974BA252 , 0x9F2CB4BF379F45159196803AAA4E50DF , 0x9F9A1ADB58714E439A1CBD5688D8D8A2 , 0xA11AFC04A975483182CB87074F93FB03 , 0xA19BF8375FA2416D9F354CDCD819FD1A , 0xA2436AA4506F42FBB3703998C59CA6C6 , 0xA3EC9DD7FB884B2C878C0132BD11E3A5 , 0xA410077D72804524925B777299743CD9 , 0xA53DB7A995A344ABA54771588BF70742 , 0xA5A8F8F546984736A5B239F79CBA5D5B , 0xA5EFD285FFF94BDCAE951E7B3031C1E6 , 0xA60952803A8E4385BA9C2C79C6CEE5C9 , 0xA65AE1D5F1674C2A9EA722C5AF588DA1 , 0xA680E4536A8C42CA9C71F6DB3712AFA4 , 0xA807AF635C05435089D627599995BF5D , 0xA82CE80072854A968A0591D5626DBAFD , 0xA8669A2084AB4EFCA0B74D377D8B2B01 , 0xA88EBC79DE0D44B496B4B9DEBCC13F7E , 0xA9053D59EBFD4D47B2DE6B13C2BE0305 , 0xAA1C8B1D64FF499A8287F38AB03F2DCA , 0xAA615235EEB844E8B2ED3F00E6F48907 , 0xAB128C38805643EEAED2BC4A5E9A054B , 0xABEE26E746AA4006AC498FD51B8826DF , 0xAC2915F4916940829F4D4BE23156717F , 0xAD4C8D45EBEC418EA75CEC8710F65A36 , 0xAD5498E0A3F448C687706ED48AAB4EE8 , 0xADB8F8D8760642B49E27CA026E883E06 , 0xAE3640F34FAE4009B12CDFDF3FD449B2 , 0xAE635CD9B4F24CFEA27A0D91F658A522 , 0xAEDD6355B69E407E9A7D2FFE206622AD , 0xAF171D9B9EB14B94AA60C1882BB4280B , 0xAF8E27A6E56E4B0D9992954EE21B55D0 , 0xB0EC14CB27774524B64D12EC1E65622A , 0xB1326A6B5B634BFF8033AFBDD226AA6A , 0xB2C7C7DD5C97431899C005296746871B , 0xB492080C61804597BA1010992AABA073 , 0xB4C5A365F986407BA31DAF27B83ED9FE , 0xB50189DF5A944C498DE539D9A69D6156 , 0xB55A97761F474C0BA50391C29C33EFF3 , 0xB58DFDDA24BE407D9C24C6666DAFDBE0 , 0xB710C60EF0624960819BC0CC56A96726 , 0xB7777B4DD7294D518AE3D9C5C6400A2D , 0xB89FC769BF3C457999A1EFA1515272DC , 0xB9D397C7494745BD961C429B3F841D12 , 0xB9E0DC8280C04DE18BA380935B536DCA , 0xBA4658A88EF34286B63D8B26F3A8DE2B , 0xBB2ACE3BB7C349F99C661E21BC282E45 , 0xBB8352F39ACA43BCA6BBB4F595A62031 , 0xBBAFA365335F4F36BD3373B79F2467BB , 0xBBD5F95853DF48538FF54721F4F37B1C , 0xBC62EA0613A04A1A93FBD1D90F10885D , 0xBC6942AF252F435DA3AB30C8A7238BCE , 0xBE5D3473794D46FABB29B10BDE7AD698 , 0xBFDF553AE4B6425E878491072AA9D2DE , 0xC051590D8AF2493D9679EDFC3883229B , 0xC0A70023CF764654B4C43ED02B47E334 , 0xC208816DAFDA48ACB89B828FFCB15140 , 0xC21D2630854447E4B4BFA7DA922B975A , 0xC23CD2FD2035460CAD1265C49791EC16 , 0xC2557CED5EAF46AF8BAAE07324830DA2 , 0xC280A1C2BA5F4CB1936B3F8B3A7D9D7F , 0xC370FAFCD848406DA277C94BB35D64B4 , 0xC3A7283F87854561A736832D4E43CF15 , 0xC54CD247C8D6484E8BDA9E9B781312B7 , 0xC5578AA53F894B51BC3C39ACE75468D1 , 0xC5AE2A3FEB444A7CB70847B1561A5E1A , 0xC5C3D30BB56F4CE4B899473E50CC762E , 0xC614CE72E74F4FBC8B9C899EDE977EC9 , 0xC6373C931076476182175E69A8A878AD , 0xC64309F6D0D943E8A1BCE8F8BF8A6A46 , 0xC6D4E056096948578824F947E765E861 , 0xC70CBFDFA24841669D5F4191F2423EFC , 0xC7D5AAB3F3874EFCA2D834AEFFCA3D0E , 0xC85D47C6890C4BB4876CBAD185387313 , 0xC873C7BC91F9467A875DF4C11888E41A , 0xCA089CB123684AE9907088CA7B5FB3A9 , 0xCA12E71F80264DE2A2B15DC653A1396C , 0xCA2B5AED76594B9DA4380939C9BD3B2E , 0xCAA492DF6CAB4815A01124A3C2A19B9A , 0xCACE56DFB740441296DF2F239462CAF3 , 0xCACF10276FB14611BD43D2CE87F428AA , 0xCB8ABF395A94470E87564CC71A2D0CC8 , 0xCCA89356D71B44DB8B8BC1B31B1803A5 , 0xCD78A19AB9D745C99518560FCEC6AFF5 , 0xCD976F59B4E14C9DA80D992D4DE42038 , 0xCE9A9DA0CB3E4DF1A50B95BE717FE213 , 0xCF1ECF8DEF4E4C32A03E98C37F0AF095 , 0xCF9EDBADBFE24B908A94BE358064220A , 0xD01EF769A74E48AC92A449A2EABBD46A , 0xD0827942DC824F2695370569552F9B39 , 0xD1A764F9ACC34D758CA1675940DCE646 , 0xD1C29B91D23D4C5D912E9BFF47932B3E , 0xD1EBCA5062254080A18A809CAB4A8A5F , 0xD1F32B8DB6CE496AB884F5E7B37F7F29 , 0xD1FEF23CC89F41DCBCC89F74582FF4CB , 0xD22C3B8E4AC543B3A01CC3DE2ED265CE , 0xD29E0B0A1C1146AFBDF6E261C330346D , 0xD2AB4466236649889BA9094793D68175 , 0xD34A73F056B34DCEAA7B036B732ECECC , 0xD3521F78F885462BB5119A493EF326B0 , 0xD394818E58964194BD19F16032979BDC , 0xD4178E7C79F642EE9892D9074F7FF4D2 , 0xD43862AF61174CD3B27127FEB75FB2AB , 0xD461F7507D394613AB0C90420B2CBFBE , 0xD5510E25157349E69364AC576172B693 , 0xD653A79A50E34177BA98501995C3E45F , 0xD7FEB418C2964DA59E33ABA8EE7F7D88 , 0xD843A216A4074263B959DBC70082DF27 , 0xD908647901CE4CB19AEF5DC873B0E97D , 0xD9128CBC1C2742888C291D55929B85AF , 0xD974A9820DEC443C882B0A1CF858FC6F , 0xDA100E273A464D5C9A99B110A6B15407 , 0xDA363F5157C9441484CAB755CB0FA757 , 0xDB634A6B088647FB975B1F6D03A6F0C3 , 0xDBD379F0E528445882FAA2B808D2D36A , 0xDC3B90AE0E224823962F5B8672383888 , 0xDC5C866ACB6B41BEB2FCEE28030FC14A , 0xDC6613A44F7141618B46C1296354340E , 0xDCA5F07E8B5E4AE1894335BBE9D1675D , 0xDD04ABDB1A1A45408A3558904FF2B01A , 0xDD12CFCAA89342BCA150BE1FDDA0DCB5 , 0xDD319453E6104BFFAF533695E082AADE , 0xDE0B7A824FF740BC935471C2982734D0 , 0xDE92E7FA3D2D4BBD86A8CCE6F8382FC1 , 0xDF9558FE20CD451792341CEE9501D0C3 , 0xDFBEB56AC3874F058D4C2152501A1236 , 0xDFFF028C4E20453A95F827F84355CA40 , 0xE055E2635E1842569F9A415F300D55B4 , 0xE077853364314DD99C89ECD9FF5F03D3 , 0xE25F021D561F4DFE9CBE6E0F4E178D86 , 0xE26BF4FA2B4E40E189D90A13529F18B0 , 0xE3A265B2E7844577903B6D1E3F5396C9 , 0xE3D9BE32521A4E74B897C00101658B29 , 0xE3F0D71DE28643A5B3FB6C410E75CB29 , 0xE404FBE893A147F7AEE095A02257DB17 , 0xE425BFB12DC7476984D6B79493FC3D1C , 0xE4DE2640A92F4A0893A7BEC589B6C014 , 0xE5103423F713415EBFAA8328E68890A7 , 0xE54C9BAD70A747EE90C206A14DDC2EB6 , 0xE60B339A9724454FA4531A5DA26F439E , 0xE66C38265ED84D15BF1693D1933B3EF6 , 0xE6B945C9E285401B8FE149C96A4A824E , 0xE830283717B74354AE78DF7FAFCBD3C5 , 0xE856A61D085B47E789EB273C6D725D54 , 0xE8A8ACF4BCA64C0FAC2EBC3C3F243F3F , 0xEA8AFF16CA384B899A440456794CDB17 , 0xEAC2BE4C41484CF18136F1BDB919A8D9 , 0xEAF042ED6057456293BE9F23795B04A4 , 0xECDEFBF3B2B04546AF5777C5990FF66D , 0xED0117CD0F624BEB995F35A34C273ADC , 0xED99F583E73E4E94BB8768D4BBC0A589 , 0xEEB7A074FD144E8B93C12FCE580C7F4C , 0xEF78C28BFBF0465BB229D655D7F0288B , 0xF0CB50FDA81A40B887B9DCFEC0C8EF45 , 0xF0EA1E262A20468BA44339EA4D0995AB , 0xF0F9A998E7484096A63DAD99749ED57D , 0xF1E4A5542383468794C051133E335455 , 0xF1F21780CC484CCE82ECCD68DBFF07A8 , 0xF2A89E9244584E3CB2AF0F4490A5E988 , 0xF2FB774024EC471B96E3E8663F8FB27A , 0xF392D3B70BDA47D0B06E841D83A1FD63 , 0xF3CD123BCE9A4B1881AE6DC0632F216E , 0xF42D33A46EC143819DAC3017EFCE5BE1 , 0xF4470D5A25E8416FB44C5E2D8F027005 , 0xF4A6A388BFA2489AB152CA8FFED36BE7 , 0xF4BAC8D7D7434141B8AAA583FCB2F6A1 , 0xF611116E6AE0418386CAF70A51F8AD1A , 0xF61D5138C970456B9BD23BAEED4F2AAC , 0xF77F4B4597054311817EECCE5C5F65AE , 0xF7AC6A55317445AB9333828C12539D80 , 0xF7D621960DAE4828A78F20B68A65621E , 0xF81C4DF477844B379656BD1ADFA4AFBA , 0xF872876363044B1BB656FDD83918ADE0 , 0xF87424D5C8AA4C718595900A297DE4C6 , 0xF880AF43713341AABD41D4ADDD2607F3 , 0xF889CE96EA7E4F3589D2F4AF6D82261F , 0xF88C819E6AA3485481F5B5197064F837 , 0xF8FB5684A48E4370997907EF4D2A852C , 0xF908A15F6B924F288F62239E3B5F64F2 , 0xFA0C5E379EF6431DBC78811FA9F340A8 , 0xFAAF342D852F45DAABC8067E528E6175 , 0xFAC11F2E0ADF4AD9B9337977E8682979 , 0xFD1A9D0A4DAA46BCB2E5AF094C8F6ECE , 0xFE075C39902C4486A34359A9D9ED9C41 , 0xFE5F50CE07A5465BB2F96C54F6B1A83C , 0xFE9D9E508E1E464FB60FF92A80B5694F , 0x04490BAD6D4A41ED8A3C643B17789612 , 0x0704B9C17B1C4B9F8E2230B710AE9ED1 , 0x0759699C54A94321ABE8A1C72C4A0216 , 0x1FFD6B6388474C0785A2CDE27179D8B0 , 0x241F7947A6C844C39123F1BB089B8F1C , 0x2ECB804A56C84975BF38FFAFBDDE743F , 0x300E0E3358AC413F837A099FC6723C91 , 0x4D62BF67E87F4DBEB0CFE1C7F4800F2C , 0x55688327B4D244BB9F3743839EE51610 , 0x588045FE5C4A4C47AA7589DB77449CEC , 0x5E665C60DAC8436A87BA751B291AA7F3 , 0x64F84EFA74EF46F7AC4B5E4000428B51 , 0x6F0231C68A034A6694037C26D02903D3 , 0x78A1EC7ABF4D41538B92858DB191296E , 0x7C70F22F38E7423599767838DD0C879C , 0x9ED6770975F4424AAFEDAB325D5B16AC , 0xAF911D9E875648BBBC12AF8605FAF3E0 , 0xAFD993C2B6304E20AFE2CE97706D3B94 , 0xB32B7190641946ED8F1931294EF274EC , 0xB81CBB85EAD74CB580C71C20A8A59A88 , 0xB94282F01F0F4D8BAA643524BC454A7B , 0xBEA37388D0EE4BFDBDB4C8C345561AAC , 0xC235B1A89FC84A3B8E74820B348E87FD , 0xC92AE0103B2841F4B31F85421E7493AE , 0xDC15971B32884560B7E5A2B9BB945D10 , 0xEC6858ED40024302858691A21D7487CD , 0x019175D8BA2F4A34BCC538473BE97777 , 0x063E143222BE43329C2728A049D6A1CA , 0x0C612B1C6ABA4DB1940C76E7C6794CF7 , 0x13ADF0F3E798473BB643EC6359559A33 , 0x20430FCAD60C45AE95DCBA9F67CA8C8F , 0x213C9AF9EC7A4E17AEBC28403D2E472B , 0x2A7742D6AACA47DFB2C2CE2757F4C1B7 , 0x3545C9F10A9B4719861298D251D8CFAE , 0x40F5D43EEDF542A7B294C134357BFC40 , 0x4985620868044E0AA6BB1087F5D5CF1F , 0x52009F12E9724511BD73D72250C3238E , 0x52454DB2ADF942B2AC079A296F454A10 , 0x586A25597C7644899FE928ED6846964D , 0x5E841E7AD0CB4FE992388037D30D0066 , 0x6D24E7B86E0F438F962FB405FA4DCABD , 0x7B92A4EA2BD0456280E44637E08A90CE , 0x808258355AEC431B9E02A2E823B5A910 , 0x81A2DD05428042E194AA9A3B10381261 , 0x96AAD57EA84F4223A5446DACF5DE3D1E , 0x981CE5C4E39F4974B1D72AD1E593D97E , 0x9FCBAE199AD3413A97B41F6F03598E2F , 0xAAC7C381B7C1487EA97DC75C7EEBBBB1 , 0xAD58122E2D6748D0AE75C7FB9C585444 , 0xC718BD3F2C4243CA93A2B55FFC5B676E , 0xC813041CF06647C380B487817A720479 , 0xDAA51197BF534B4789068EEDDCBC6696 , 0xDBFC456AF0AC4D58B4273FC446D12993 , 0xDDCD469A7E7E4977B9BDEE2D9B372EB1 , 0xE7F9521DFA8846E7B625598E89AF3C6C , 0xF5038E6B2E21414AA8B6E6B2A4EBC6A6 , 0x1A24DE6612294B5DB718BCAD28CC91E2 , 0x5F49F81AEAE148C7B6AC9133E4D4CD3B , 0x69C24613F3C84C9784048DC97E0CFFF8 , 0xC07A318C4BC64AA3891D2F281BFD1F66 , 0xC2478D2584E04640BFE2EDED80E6EF19 , 0xFBE74E7167334B668C56C05BAF707AC4 , 0x02E447D1943144AAB48C3C9871456850 , 0x0807D8A11EA64AF1BA59FCC2122D8BFB , 0x0C7216599C254C60B08AC000A85076F4 , 0x0D1C86F4EEAC4699B4B5E6794645753F , 0x0E1706E30E064B3FB88CB146D292D496 , 0x0F2E60F6FF7A45F19CEEDADE7B625478 , 0x111E37B89A7540FA94258AD29698F5D9 , 0x17B412CC625D4379AD3799409329BAEF , 0x1DC762BBB128457792A35924A0FCCD69 , 0x1EDA2FC8CE114D85867B375EF0F0F6CE , 0x24F0CFDD95C44A918EF34AF614246720 , 0x2629B2B9CA2441D5B7FBB60B0E4E1709 , 0x3444CCC58E0043F387D286A4FDE2D3E5 , 0x400B941C5139434084527DD787BCB7EE , 0x4063666AE53246349C881802CC7397A6 , 0x558E7E0DB9B24B3E8D93315FFE84FB61 , 0x6E606BDEC77643A091A746F9E7DD6CC4 , 0x6E71EDB61F754A10BD7748675B19EA43 , 0x7124FF7AD4B04F5887EDA670A5E5E1E4 , 0x7C4A45BDACDD4EE19687417BB9795E7C , 0x88D3335A2551430F86C05BDB24554E24 , 0x89BA756BA64F49E3BB352F89DDDDD6D2 , 0x8BCD30827ACC4DE68A4A80484880E835 , 0x966149AFF31F402885DF5E506DEE6A70 , 0x969D4434EDD345248267C65AB227E539 , 0x9DDC331C006B41A4801B3ED7BC80C280 , 0x9E385B44166046AFBC6A685A23C973BF , 0xA71FD0E85B7444189D5808637F0F097B , 0xB5F471D368D34E26B245B81A4FE831E9 , 0xB7E63FFEE35345599A1FD238BA1ADFF3 , 0xBDD0ED46725D4037BC3794D7F09179CC , 0xC35D415CB8A240A2A01CA482274743EC , 0xC40AB7E573BA4A20A8861C32ACC9B4DE , 0xCBDF6EFEF95348F7A38605A698B1D0DE , 0xD0DD73E1E9ED40A68622AC872E99C5B3 , 0xD2A3A2B982BF45B6A5342E252064F93D , 0xDC8F555380F7417AA0D784207894BE9B , 0xE1E07F8AB50E42C59F31CCF884A6CF49 , 0xE29DAEF26E84487B9B782EA2AB144FC0 , 0xE82451B54CF74F76B49F1D991338BEE6 , 0xE97F2CE122A842DA9729EE5E813F0FCE , 0xEE52ECC25C2446BF97EADBCBE58473D9 , 0xF32F40629716487BA2CF9D4FB0445411 , 0xF395CF921D9A41CBB47F0A5BA056950D , 0xF3A1C51A0E1C4135ACD10BF9D873C45D , 0xF5B3D26AF2DA474383B380AE5D47E0C6 , 0xF8B73A6017174A08A51C44CB88DC49C2 , 0xFB65ADDFE1D74E90BED5BA5CBA615A69 , 0xFD2B079230244138B816232A86B738DD )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 1000 ;
Copy
85
0.41 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
86
1.47 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
87
0.34 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"³µÝl3BJŃÏ×%÷3Á÷ "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0xFCE6ED6C33424A8F9FD89E25F633B5F6 );
Copy
88
0.39 ms
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = ?
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C ;
Copy
89
0.45 ms
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = ? AND `is_canonical` = 1 AND
`sales_channel_id` = ? AND `language_id` IN (? )
Parameters :
[
"/navigation/49f823826b384871aec230ae7ee2f154 "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/navigation/49f823826b384871aec230ae7ee2f154' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
90
0.58 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
91
0.36 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
92
0.28 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = ? )
Parameters :
[
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` FROM `language` WHERE (`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
93
0.36 ms
SELECT `locale` . `id` as `locale.id` , `locale` . `code` as `locale.code` , `locale` . `created_at` as `locale.createdAt` , `locale` . `updated_at` as `locale.updatedAt` , `locale.translation.name` , `locale.translation.name` as `locale.name` , `locale.translation.territory` , `locale.translation.territory` as `locale.territory` , `locale.translation.customFields` , `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation` . `locale_id` , `locale.translation` . `name` as `locale.translation.name` , `locale.translation` . `territory` as `locale.translation.territory` , `locale.translation` . `custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation` . `language_id` = ? ) `locale.locale_translation` ON `locale.locale_translation` . `locale_id` = `locale` . `id` WHERE (`locale` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"VÞGÀŽÊMT“*¸Æ³Qqƒ "
]
SELECT `locale` . `id` as `locale.id` , `locale` . `code` as `locale.code` , `locale` . `created_at` as `locale.createdAt` , `locale` . `updated_at` as `locale.updatedAt` , `locale.translation.name` , `locale.translation.name` as `locale.name` , `locale.translation.territory` , `locale.translation.territory` as `locale.territory` , `locale.translation.customFields` , `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation` . `locale_id` , `locale.translation` . `name` as `locale.translation.name` , `locale.translation` . `territory` as `locale.translation.territory` , `locale.translation` . `custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `locale.locale_translation` ON `locale.locale_translation` . `locale_id` = `locale` . `id` WHERE (`locale` . `id` = 0x56DE47C08ECA4D54932AB8C6B3517183 );
Copy
94
0.49 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
95
0.26 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
96
0.25 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT iso FROM snippet_set WHERE id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
97
0.34 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"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
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 = 0x274605D71D2B4479A3882D8FD62BFF5C
;
Copy
98
0.39 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagGmvReporting "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagGmvReporting' );
Copy
99
0.41 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
100
0.18 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
101
0.79 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
102
0.47 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
103
0.50 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"Iø#‚k8Hq®Â0®~âñT "
]
SELECT path FROM category WHERE id = 0x49F823826B384871AEC230AE7EE2F154 ;
Copy
104
0.18 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT min_search_length FROM product_search_config WHERE language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
105
1.09 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
106
0.77 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"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
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 (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
107
0.92 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"™²$ßâ\r Fé¬!¯Ü\x07 Á\x04 s "
]
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 (0x99B224DFE20D46E9AC21AFDC07C10473 );
Copy
108
0.81 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
109
0.62 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"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
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 (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
110
0.48 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
111
0.46 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"Iø#‚k8Hq®Â0®~âñT "
]
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 (0x49F823826B384871AEC230AE7EE2F154 ));
Copy
112
0.41 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"%\x14 H╣\e ÃBÌàd?_╠ÏÉQ "
b"Ó\x00\x0E\x05 ¿A̰•%9Â\²\x1C "
b"Iø#‚k8Hq®Â0®~âñT "
]
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 (0x251448B91BC742DE85643F5FCCD89051 , 0xD3000E05ADBF41CCB0952539C25CB21C , 0x49F823826B384871AEC230AE7EE2F154 ));
Copy
113
8.56 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/49f823826b384871aec230ae7ee2f154 "
"/navigation/251448b91bc742de85643f5fccd89051 "
"/navigation/ec2a4d4fb4474b5088b03df523675f08 "
"/navigation/859156a63cc442008cc67aa14505a8ca "
"/navigation/4851ecc7788447bfb1e74f488e708249 "
"/navigation/2350ba14e89143198d72042128b8519f "
"/navigation/f3f47b57953b40afb23cd462dda41731 "
"/navigation/075251ee45644d14bfeae2fce50073a0 "
"/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58 "
"/navigation/07d6d4c2753d4315814435763a756eb6 "
"/navigation/4784c622e7b34b139d9852ed9fb53adb "
"/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c "
"/navigation/7ca22766fd2846b39712928cd77b169b "
"/navigation/cc590dbc44b740169864cd7c989ddad0 "
"/navigation/275477acc6364fcbb3d3bfbe17317800 "
"/navigation/57e065cd29a24cb3b2d9fc39fc2abf50 "
"/navigation/aefcfa1180634bb98635452ad2dcdbf7 "
"/navigation/bda1448fb6f1449eae78e06d3dd07df3 "
"/navigation/2c38112820554a9598f0c8e77373625c "
"/navigation/310cbec927954c1ca5d68a3a49b532c7 "
"/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa "
"/navigation/c7643e90932e42f594f15a536998ed66 "
"/navigation/3abc5229293848c9b2fc1b27fd3d8421 "
"/navigation/514a31209c6e45c5b7f05cf2ce9205fb "
"/navigation/8539a768e5ce4f168833f890bae1d0a6 "
"/navigation/0923017eea79437bb043b5b0673e115f "
"/navigation/c6f322e9a6294eb896f7bb669251f305 "
"/navigation/8cfeb9558d524e17827ec792492c9122 "
"/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3 "
"/navigation/a3668172f857425f9bfe53224046ba51 "
"/navigation/505fcc508c4e47eb99d8e4627fe8bd32 "
"/navigation/82738af02a084bbdb851e11e8ec598dc "
"/navigation/aab03d74404b481ba120fb9530426d47 "
"/navigation/018c9125ea874ae287429a2cefd1f2d0 "
"/navigation/1a5c6210666443f19920fa7686428657 "
"/navigation/76780ee5e68042aab5f6574d7e25dcd3 "
"/navigation/bef74106cc0b4125978553246ff16ad6 "
"/navigation/c4aa5e8624d24b30b0312e22701162d6 "
"/navigation/c6dc84aee6e1469696ac2299c312fde9 "
"/navigation/d62f763a8391413b81a164ea482db739 "
"/navigation/dfdf2340aca14881a6652d08e7656163 "
"/navigation/ab1de20b216545318a6cdad2ee7e2a82 "
"/navigation/afed1ddda6d849c49d00ca0932a75b70 "
"/navigation/b55d905661614a2fa7f585ef697d6cfe "
"/navigation/c7156d3692b345c69d8c93126625814e "
"/navigation/004440dd20754671ada9bf79a2b75fbc "
"/navigation/0b73a534bf5044ed9dd6af4e301fc006 "
"/navigation/c9d1a6f276f24c67b7c66222804db52c "
"/navigation/f57dc8356f054004b0b2ae82257e6ab4 "
"/navigation/cd3cfa833d6046b89a14935aee1a7f8f "
"/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af "
"/navigation/a316e8972e0041bfa756d6f7acc23e7d "
"/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6 "
"/navigation/eeadca367c544275ac141449b234e23b "
"/navigation/0efa889b062a423c8fd11a73b02e28f4 "
"/navigation/52daaaf1c14242d699b579aa2eadba48 "
"/navigation/8537420f2eb44ac297adf8c04e163b3d "
"/navigation/d9db2acbb0ef4cfab89a07bc122d204c "
"/navigation/f501cdbc9c1c4609a8a519e227fc2bef "
"/navigation/f59522a887f947d8864e42c4ebc39266 "
"/navigation/f9e2050944fc498ea0537fdb55cba37d "
"/navigation/882667d91b2d4ab5a8cb33bcce661e38 "
"/navigation/35da856933d947239055eaf099933e29 "
"/navigation/4e2522fa9ec04f46bcab12cd36925cb6 "
"/navigation/552f1d0a97d7418d822959705696a65d "
"/navigation/7623cc38e1154a2797227b05b7d74503 "
"/navigation/78c4ca0a6208486cb940907b1298f747 "
"/navigation/37476b928c114f0692ad5a37af14e66b "
"/navigation/d3000e05adbf41ccb0952539c25cb21c "
"/navigation/1b15b427e9cb40b28d537a893668f15a "
"/navigation/43c83d522870493a8ab2df8abb5d556c "
"/navigation/e5a13fc2f1c542cd9057c9488b5c559a "
"/navigation/01fb819fa75744c8a56fdc0981381ba9 "
"/navigation/7182c23f1e214e85adba25d65afe398a "
"/navigation/73045f602ad1421fadf76dcecc9ca960 "
"/navigation/89a9b23c1a8b41c2bb4a66032fda3981 "
"/navigation/a585c54285844d1ebd1a64392ed3ee8c "
"/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f "
"/navigation/c76f09f24f1942b1822fb275e0080db3 "
"/navigation/e10596ecd9474c998247ceb3e50921c6 "
"/navigation/01797e0437b3448db94e690f14f43e5f "
"/navigation/7b34af3a47cb4c3ba3188ed1cee83967 "
"/navigation/7758ea41858d4231ad3623921c73e531 "
"/navigation/68376253ee4542d7aa4d93ac4958eb0a "
"/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e "
"/navigation/d867ffee71f646f09b1c069b267201e0 "
"/navigation/4fed7b490a09439dbe58747fe74f3e5d "
"/navigation/cf5a0b4136834eac88874e7ff81b8ba5 "
"/navigation/f19faba35fa04f30a1bdd354b051f625 "
"/navigation/4bc032eef6364672a0d09b8abe93d55e "
"/navigation/33b309eb71bc4c2a9976970795d500fa "
"/navigation/6dba75696b5148139136de033ffc6382 "
"/navigation/be2f3ca764534022a2ba79f972c9679d "
"/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6 "
"/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef "
"/navigation/7b7970e14b87448fb41d825fcec350d0 "
"/navigation/7d34ea33ebd2430b84ca71a999e7b708 "
"/navigation/abfa97de640b48c7a6afa067b88812bc "
"/navigation/1f423e85c6eb494980b22dde93e64a9c "
"/navigation/876b21ae9d7c41498115b90823beeb7b "
"/navigation/2b29710e5f0f44a8825513b4e6e2a98d "
"/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8 "
"/navigation/671bb3d9919346a1a0187fba6835a133 "
"/navigation/dfe70840626a4a9a88c56999fb42852b "
"/navigation/e4ae50f24b8d4d6483cbea48cedb146b "
"/navigation/73e9c784d8c448d8a7e304117eed2293 "
"/navigation/8fa76c45c7a14b1ca93353f7b1f85411 "
"/navigation/f2e70390e9e34ceda7549b53800c1e08 "
"/navigation/0bc41cae5ab441458dce00de02107388 "
"/navigation/5f149c7e1b2b48f9ae6364de8ce288fe "
"/navigation/903d01af296c4a2391205affb24423c2 "
"/navigation/89364c27afac40fa9ead1ec3136ec684 "
"/navigation/aecbd0f4de0742199dd75fadddec2013 "
"/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0 "
"/navigation/bccc5c020811472196379229044dc7fd "
"/navigation/2db3c8aa857a4bc6a6d11e3438350063 "
"/navigation/068567f45f424e389167089941c407ec "
"/navigation/165d387e909249889e89cd6584e6c81c "
"/navigation/20e44a7345fa48468f3d0e2298b4f067 "
"/navigation/224193720c2a4a45bc96cb2d055655ba "
"/navigation/3c24eab57c3d445698f26534ea18e660 "
"/navigation/444424ff93914a27a401e920bb33976e "
"/navigation/72202b824a384e9a8c11ae6afe2a9d75 "
"/navigation/7b182711a1294f69ae2266b5e37b5bc4 "
"/navigation/83868e2e81b340bfa067343e71965085 "
"/navigation/89d46426d44c4442993d4b524afc59a4 "
"/navigation/a16abde2699547c2b823b86c6b48d0d7 "
"/navigation/a3025fff20374024b907cddab6c39d43 "
"/navigation/d14cb43cbcf245eea471b31b87876e6d "
"/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d "
"/navigation/e5c66ca00fd140229735738d20618e8c "
"/navigation/b613bcea17d94cd68c0f1b01c96a843f "
"/navigation/f65330b5335b43a8ba39baec7d44aa54 "
"/navigation/fb3986cb89834cf3a3b42c5a651034a5 "
"/navigation/9eb6e1f2d32e4679aa85298c3e2fd678 "
"/navigation/a5d30272319c4e6f8577b8f344013d34 "
"/navigation/5be3b86f12b94044a39420702328fe79 "
"/navigation/e40c020ad4b74db7bc3e2e88c4c27be8 "
"/navigation/ab078ca87be74c748a7e971e766ceaf3 "
"/navigation/efef8f302349446dac0f0d67631b70cf "
"/navigation/f5e01e9054514b68a8653c5a4f2e5ee1 "
"/navigation/e485c99ca374414e851e1bae3f10af8e "
"/navigation/2fb093f95507419987f178312f1a3159 "
"/navigation/4823a61385b44ff1acf4e6382ddc6ed4 "
"/navigation/a6abb398e64e45f1895b6666ef5c48d1 "
"/navigation/00f37e830a0348d09705a9612c8c8cba "
"/navigation/71ca1150915f49e5a1f2fd538909d05a "
"/navigation/1c5e979155a844539448db12fd5ee768 "
"/navigation/8880adde82fa414eb680521ec3b57c4a "
"/navigation/edd74ffcfbd44ba9904d355f05d440a6 "
"/navigation/29bbfc2eb6d444f08a34e46f60b76e17 "
"/navigation/9228dba7d8ff47a897c5e6125f40dae0 "
"/navigation/500fe37e8fab4ec686d79803e58a8133 "
"/navigation/defbeb767ca44c1b970ab994d662a6a2 "
"/navigation/5d1b4c4fdc094289932a615f81db335b "
"/navigation/b3fcd7cc2e684a8b96f82adbb8615f55 "
"/navigation/1f6fc0d096e4433f847169a8653f9872 "
"/navigation/cdf0a23d5d72433783ef241128a9b070 "
"/navigation/273527558c5e4e2cb3168fbfbbf6db0e "
"/navigation/0fc49a5d23ec4742845d4d31898f67f2 "
"/navigation/9870b54fef794c4b87791c9dbc9b83b9 "
"/navigation/91314c7682154e58a203d7deb3c46e25 "
"/navigation/0198a84419397e96ae8527630cef7f63 "
"/navigation/019c03b8fcaa72dc9e2c6dd03b04916d "
"/navigation/5fdbefa88b0942d28155aa77fb9d1ef2 "
"/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27 "
"/navigation/6abcc304f8c84933a719a126f42a6651 "
"/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3 "
"/navigation/ea2fc00d192244b3b852128b45d74842 "
"/navigation/2a5c8fc96ef04011aef499b2fb4faca4 "
"/navigation/01971690d7e97455bdb6a13033fc4bea "
"/navigation/01971691bb387f7f8d6fa68ac5bc78b0 "
"/navigation/019a7cc2c0ed7c48bfd77766e7197c67 "
"/navigation/019841caba81739d847aaec4495335dd "
"/navigation/c760008290d84dbaae3f6f4b83269ddd "
"/navigation/019aea2480627a599fd1d0db6122e224 "
"/navigation/0197169587bc7ef2832928391108aef6 "
"/navigation/01992f21513c7fca831141b67a0ba2a6 "
"/navigation/0199288800f87feaabd6d217f0254df0 "
"/navigation/01983b68543b7476b25d1ed5006cd884 "
"/navigation/572804a509e74ad58d18d52ef0cfeb3c "
"/navigation/0199772279547efd8f94e76789b316b3 "
"/detail/6ee5895f3d2b41ccacb865d522fc895d "
"/detail/8234b39b814f4944b506314e70d23e62 "
"/detail/41ff21e22e704030824f0c47014be47a "
"/detail/c4c77de3bd274a8194411b75ffdb8f62 "
"/detail/cf745456db6041f2a34dd82c0108183e "
"/detail/58ab9e095fe445daa05f24ed15b35529 "
"/navigation/d1c8e7fd3f514b16a7c7c457c438b93f "
"/navigation/585d71242fa54b0fba56e331ed5adbe1 "
"/navigation/0199576db2937bbe9a41fb6156449782 "
"/navigation/08014c102bba43b09e93a823de238da1 "
"/navigation/04ac33f9be48438ba185ce8585682c3c "
"/navigation/ba9f9e3fd094425392c838f151773526 "
"/navigation/cda441a37060455fa34c8ce371928eb3 "
"/navigation/52242d7c7a3349359001e1b7b2c3df80 "
"/navigation/83586831f5bc43d6824ec80864e9314e "
"/navigation/0196d8a825c27a7e93a4b07323c246d6 "
"/navigation/ccd140695dc643408838c39c838a0a51 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
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/49f823826b384871aec230ae7ee2f154' , '/navigation/251448b91bc742de85643f5fccd89051' , '/navigation/ec2a4d4fb4474b5088b03df523675f08' , '/navigation/859156a63cc442008cc67aa14505a8ca' , '/navigation/4851ecc7788447bfb1e74f488e708249' , '/navigation/2350ba14e89143198d72042128b8519f' , '/navigation/f3f47b57953b40afb23cd462dda41731' , '/navigation/075251ee45644d14bfeae2fce50073a0' , '/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58' , '/navigation/07d6d4c2753d4315814435763a756eb6' , '/navigation/4784c622e7b34b139d9852ed9fb53adb' , '/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c' , '/navigation/7ca22766fd2846b39712928cd77b169b' , '/navigation/cc590dbc44b740169864cd7c989ddad0' , '/navigation/275477acc6364fcbb3d3bfbe17317800' , '/navigation/57e065cd29a24cb3b2d9fc39fc2abf50' , '/navigation/aefcfa1180634bb98635452ad2dcdbf7' , '/navigation/bda1448fb6f1449eae78e06d3dd07df3' , '/navigation/2c38112820554a9598f0c8e77373625c' , '/navigation/310cbec927954c1ca5d68a3a49b532c7' , '/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa' , '/navigation/c7643e90932e42f594f15a536998ed66' , '/navigation/3abc5229293848c9b2fc1b27fd3d8421' , '/navigation/514a31209c6e45c5b7f05cf2ce9205fb' , '/navigation/8539a768e5ce4f168833f890bae1d0a6' , '/navigation/0923017eea79437bb043b5b0673e115f' , '/navigation/c6f322e9a6294eb896f7bb669251f305' , '/navigation/8cfeb9558d524e17827ec792492c9122' , '/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3' , '/navigation/a3668172f857425f9bfe53224046ba51' , '/navigation/505fcc508c4e47eb99d8e4627fe8bd32' , '/navigation/82738af02a084bbdb851e11e8ec598dc' , '/navigation/aab03d74404b481ba120fb9530426d47' , '/navigation/018c9125ea874ae287429a2cefd1f2d0' , '/navigation/1a5c6210666443f19920fa7686428657' , '/navigation/76780ee5e68042aab5f6574d7e25dcd3' , '/navigation/bef74106cc0b4125978553246ff16ad6' , '/navigation/c4aa5e8624d24b30b0312e22701162d6' , '/navigation/c6dc84aee6e1469696ac2299c312fde9' , '/navigation/d62f763a8391413b81a164ea482db739' , '/navigation/dfdf2340aca14881a6652d08e7656163' , '/navigation/ab1de20b216545318a6cdad2ee7e2a82' , '/navigation/afed1ddda6d849c49d00ca0932a75b70' , '/navigation/b55d905661614a2fa7f585ef697d6cfe' , '/navigation/c7156d3692b345c69d8c93126625814e' , '/navigation/004440dd20754671ada9bf79a2b75fbc' , '/navigation/0b73a534bf5044ed9dd6af4e301fc006' , '/navigation/c9d1a6f276f24c67b7c66222804db52c' , '/navigation/f57dc8356f054004b0b2ae82257e6ab4' , '/navigation/cd3cfa833d6046b89a14935aee1a7f8f' , '/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af' , '/navigation/a316e8972e0041bfa756d6f7acc23e7d' , '/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6' , '/navigation/eeadca367c544275ac141449b234e23b' , '/navigation/0efa889b062a423c8fd11a73b02e28f4' , '/navigation/52daaaf1c14242d699b579aa2eadba48' , '/navigation/8537420f2eb44ac297adf8c04e163b3d' , '/navigation/d9db2acbb0ef4cfab89a07bc122d204c' , '/navigation/f501cdbc9c1c4609a8a519e227fc2bef' , '/navigation/f59522a887f947d8864e42c4ebc39266' , '/navigation/f9e2050944fc498ea0537fdb55cba37d' , '/navigation/882667d91b2d4ab5a8cb33bcce661e38' , '/navigation/35da856933d947239055eaf099933e29' , '/navigation/4e2522fa9ec04f46bcab12cd36925cb6' , '/navigation/552f1d0a97d7418d822959705696a65d' , '/navigation/7623cc38e1154a2797227b05b7d74503' , '/navigation/78c4ca0a6208486cb940907b1298f747' , '/navigation/37476b928c114f0692ad5a37af14e66b' , '/navigation/d3000e05adbf41ccb0952539c25cb21c' , '/navigation/1b15b427e9cb40b28d537a893668f15a' , '/navigation/43c83d522870493a8ab2df8abb5d556c' , '/navigation/e5a13fc2f1c542cd9057c9488b5c559a' , '/navigation/01fb819fa75744c8a56fdc0981381ba9' , '/navigation/7182c23f1e214e85adba25d65afe398a' , '/navigation/73045f602ad1421fadf76dcecc9ca960' , '/navigation/89a9b23c1a8b41c2bb4a66032fda3981' , '/navigation/a585c54285844d1ebd1a64392ed3ee8c' , '/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f' , '/navigation/c76f09f24f1942b1822fb275e0080db3' , '/navigation/e10596ecd9474c998247ceb3e50921c6' , '/navigation/01797e0437b3448db94e690f14f43e5f' , '/navigation/7b34af3a47cb4c3ba3188ed1cee83967' , '/navigation/7758ea41858d4231ad3623921c73e531' , '/navigation/68376253ee4542d7aa4d93ac4958eb0a' , '/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e' , '/navigation/d867ffee71f646f09b1c069b267201e0' , '/navigation/4fed7b490a09439dbe58747fe74f3e5d' , '/navigation/cf5a0b4136834eac88874e7ff81b8ba5' , '/navigation/f19faba35fa04f30a1bdd354b051f625' , '/navigation/4bc032eef6364672a0d09b8abe93d55e' , '/navigation/33b309eb71bc4c2a9976970795d500fa' , '/navigation/6dba75696b5148139136de033ffc6382' , '/navigation/be2f3ca764534022a2ba79f972c9679d' , '/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6' , '/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef' , '/navigation/7b7970e14b87448fb41d825fcec350d0' , '/navigation/7d34ea33ebd2430b84ca71a999e7b708' , '/navigation/abfa97de640b48c7a6afa067b88812bc' , '/navigation/1f423e85c6eb494980b22dde93e64a9c' , '/navigation/876b21ae9d7c41498115b90823beeb7b' , '/navigation/2b29710e5f0f44a8825513b4e6e2a98d' , '/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8' , '/navigation/671bb3d9919346a1a0187fba6835a133' , '/navigation/dfe70840626a4a9a88c56999fb42852b' , '/navigation/e4ae50f24b8d4d6483cbea48cedb146b' , '/navigation/73e9c784d8c448d8a7e304117eed2293' , '/navigation/8fa76c45c7a14b1ca93353f7b1f85411' , '/navigation/f2e70390e9e34ceda7549b53800c1e08' , '/navigation/0bc41cae5ab441458dce00de02107388' , '/navigation/5f149c7e1b2b48f9ae6364de8ce288fe' , '/navigation/903d01af296c4a2391205affb24423c2' , '/navigation/89364c27afac40fa9ead1ec3136ec684' , '/navigation/aecbd0f4de0742199dd75fadddec2013' , '/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0' , '/navigation/bccc5c020811472196379229044dc7fd' , '/navigation/2db3c8aa857a4bc6a6d11e3438350063' , '/navigation/068567f45f424e389167089941c407ec' , '/navigation/165d387e909249889e89cd6584e6c81c' , '/navigation/20e44a7345fa48468f3d0e2298b4f067' , '/navigation/224193720c2a4a45bc96cb2d055655ba' , '/navigation/3c24eab57c3d445698f26534ea18e660' , '/navigation/444424ff93914a27a401e920bb33976e' , '/navigation/72202b824a384e9a8c11ae6afe2a9d75' , '/navigation/7b182711a1294f69ae2266b5e37b5bc4' , '/navigation/83868e2e81b340bfa067343e71965085' , '/navigation/89d46426d44c4442993d4b524afc59a4' , '/navigation/a16abde2699547c2b823b86c6b48d0d7' , '/navigation/a3025fff20374024b907cddab6c39d43' , '/navigation/d14cb43cbcf245eea471b31b87876e6d' , '/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d' , '/navigation/e5c66ca00fd140229735738d20618e8c' , '/navigation/b613bcea17d94cd68c0f1b01c96a843f' , '/navigation/f65330b5335b43a8ba39baec7d44aa54' , '/navigation/fb3986cb89834cf3a3b42c5a651034a5' , '/navigation/9eb6e1f2d32e4679aa85298c3e2fd678' , '/navigation/a5d30272319c4e6f8577b8f344013d34' , '/navigation/5be3b86f12b94044a39420702328fe79' , '/navigation/e40c020ad4b74db7bc3e2e88c4c27be8' , '/navigation/ab078ca87be74c748a7e971e766ceaf3' , '/navigation/efef8f302349446dac0f0d67631b70cf' , '/navigation/f5e01e9054514b68a8653c5a4f2e5ee1' , '/navigation/e485c99ca374414e851e1bae3f10af8e' , '/navigation/2fb093f95507419987f178312f1a3159' , '/navigation/4823a61385b44ff1acf4e6382ddc6ed4' , '/navigation/a6abb398e64e45f1895b6666ef5c48d1' , '/navigation/00f37e830a0348d09705a9612c8c8cba' , '/navigation/71ca1150915f49e5a1f2fd538909d05a' , '/navigation/1c5e979155a844539448db12fd5ee768' , '/navigation/8880adde82fa414eb680521ec3b57c4a' , '/navigation/edd74ffcfbd44ba9904d355f05d440a6' , '/navigation/29bbfc2eb6d444f08a34e46f60b76e17' , '/navigation/9228dba7d8ff47a897c5e6125f40dae0' , '/navigation/500fe37e8fab4ec686d79803e58a8133' , '/navigation/defbeb767ca44c1b970ab994d662a6a2' , '/navigation/5d1b4c4fdc094289932a615f81db335b' , '/navigation/b3fcd7cc2e684a8b96f82adbb8615f55' , '/navigation/1f6fc0d096e4433f847169a8653f9872' , '/navigation/cdf0a23d5d72433783ef241128a9b070' , '/navigation/273527558c5e4e2cb3168fbfbbf6db0e' , '/navigation/0fc49a5d23ec4742845d4d31898f67f2' , '/navigation/9870b54fef794c4b87791c9dbc9b83b9' , '/navigation/91314c7682154e58a203d7deb3c46e25' , '/navigation/0198a84419397e96ae8527630cef7f63' , '/navigation/019c03b8fcaa72dc9e2c6dd03b04916d' , '/navigation/5fdbefa88b0942d28155aa77fb9d1ef2' , '/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27' , '/navigation/6abcc304f8c84933a719a126f42a6651' , '/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3' , '/navigation/ea2fc00d192244b3b852128b45d74842' , '/navigation/2a5c8fc96ef04011aef499b2fb4faca4' , '/navigation/01971690d7e97455bdb6a13033fc4bea' , '/navigation/01971691bb387f7f8d6fa68ac5bc78b0' , '/navigation/019a7cc2c0ed7c48bfd77766e7197c67' , '/navigation/019841caba81739d847aaec4495335dd' , '/navigation/c760008290d84dbaae3f6f4b83269ddd' , '/navigation/019aea2480627a599fd1d0db6122e224' , '/navigation/0197169587bc7ef2832928391108aef6' , '/navigation/01992f21513c7fca831141b67a0ba2a6' , '/navigation/0199288800f87feaabd6d217f0254df0' , '/navigation/01983b68543b7476b25d1ed5006cd884' , '/navigation/572804a509e74ad58d18d52ef0cfeb3c' , '/navigation/0199772279547efd8f94e76789b316b3' , '/detail/6ee5895f3d2b41ccacb865d522fc895d' , '/detail/8234b39b814f4944b506314e70d23e62' , '/detail/41ff21e22e704030824f0c47014be47a' , '/detail/c4c77de3bd274a8194411b75ffdb8f62' , '/detail/cf745456db6041f2a34dd82c0108183e' , '/detail/58ab9e095fe445daa05f24ed15b35529' , '/navigation/d1c8e7fd3f514b16a7c7c457c438b93f' , '/navigation/585d71242fa54b0fba56e331ed5adbe1' , '/navigation/0199576db2937bbe9a41fb6156449782' , '/navigation/08014c102bba43b09e93a823de238da1' , '/navigation/04ac33f9be48438ba185ce8585682c3c' , '/navigation/ba9f9e3fd094425392c838f151773526' , '/navigation/cda441a37060455fa34c8ce371928eb3' , '/navigation/52242d7c7a3349359001e1b7b2c3df80' , '/navigation/83586831f5bc43d6824ec80864e9314e' , '/navigation/0196d8a825c27a7e93a4b07323c246d6' , '/navigation/ccd140695dc643408838c39c838a0a51' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
114
0.43 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"†;orw>Jj²»Úï\x06 бQ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"K‡Øl1ÄL\x03 ®Îy¥±HÃ_ "
b"“ª'KùøMN–ÎQ\r bÝ\x03 ¤ "
b"¦.\x1F j\x1A\v E\x19 ¯@\e bp£qI "
b"│ì╔╝¶c@\e î╦²4É\r Îó "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"Ê*\v 3.ÅM▓║ÙÞÊÞe\ý "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x863B6F72773E4A6AB2BBDAEF06D0B151 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x4B87D86C31C44C03AECE79A5B148C35F , 0x93AA274BF9F84D4E96CE510D62DD03A4 , 0xA62E1F6A1A0B4519AF401B6270A37149 , 0xB38DC9BCF463401B8CCBFD34900DD7A2 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0xD22A0B332E8F4DB2BAEBE8D2E8655CEC , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy