1
0.20 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.19 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
3
0.19 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.21 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.11 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
6
0.40 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
7
0.55 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ŽÍù‡:qß«UóöDæf( "
"motor-teile "
"motor-teile/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x018ECDF9873A71DFAB55F3F644E66628 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'motor-teile' OR seo_path_info = 'motor-teile/' ));
Copy
8
0.28 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
9
0.19 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
10
0.26 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ŽÍù‡:qß«UóöDæf( "
"NKvzqulwe6YLFmJf8Mijcome0CMj8oOF "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x018ECDF9873A71DFAB55F3F644E66628 ) AND (token = 'NKvzqulwe6YLFmJf8Mijcome0CMj8oOF' ) LIMIT 1 ;
Copy
11
0.35 ms
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = ?
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor
Parameters :
[
b"\x01 ŽÍù‡:qß«UóöDæf( "
]
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 = 0x018ECDF9873A71DFAB55F3F644E66628
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
12
0.69 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ŽÍù‡:qß«UóöDæf( "
]
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 (0x018ECDF9873A71DFAB55F3F644E66628 );
Copy
13
0.35 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? ))
Parameters :
[
b"\x01 ŽÍù‡:qß«UóöDæf( "
]
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 (0x018ECDF9873A71DFAB55F3F644E66628 ));
Copy
14
0.34 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
15
0.36 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ŽÍ÷ß_pà‡\x05 c\t ý˜8ê "
]
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 (0x018ECDF7DF5F70E087056309FD9838EA );
Copy
16
0.34 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
17
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
18
0.58 ms
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Ä═¸▀█påìÅ\r «+ú\x11 "
b"\x01 Ä═¸▀█påìÅ\r «,l▒( "
b"\x01 Ä═¸Ùeq╚Á¯\e `oìü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 (0x018ECDF7DFDB70868D8F0DAE2BF0A311 , 0x018ECDF7DFDB70868D8F0DAE2C6CB128 , 0x018ECDF7EB6571C8B5EE1B606F8D8147 ));
Copy
19
0.56 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ŽÍú>\x14 qvŠDwÖþ€ß3 "
]
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 (0x018ECDFA3E1471768A4477D6FE80DF33 );
Copy
20
0.63 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ’”czýu\x0F ¢ö&¾\x17 Ì’\x19 "
]
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 (0x019294637AFD750FA2F626BE17CC9219 );
Copy
21
0.31 ms
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"\x01 ŽÍ÷ß_pà‡\x05 c\t ý˜8ê "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x018ECDF7DF5F70E087056309FD9838EA ) LIMIT 1 ;
Copy
22
0.27 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"NKvzqulwe6YLFmJf8Mijcome0CMj8oOF "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'NKvzqulwe6YLFmJf8Mijcome0CMj8oOF' ;
Copy
23
0.27 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
24
0.26 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x01 ŽÍ÷ßÏsNˆ\x06 ;¯xƒí¿ "
b"\x01 ŽÍ÷ߨsn•p(ÅŸÕ\x07 Š "
b"\x01 Ä═¸Þ¨q\x1A Å×│:Õ{¼\x05 "
b"\x01 “—‹dG}N‹f=*ÍhzR "
b"\x01 ŽÍ÷ßîrÛœC\v ´–2Ñ« "
b"\x01 ŽÍ÷ßîrÛœC\v ´—$Ù‡ "
b"\x01 ŽÍø\x04 ¹sDªôxÐýº\f\t "
b"\x01 Æög+ì}KÉ,\x0E ╣å£n| "
]
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 (0x018ECDF7DFCF734E88063BAF7883EDBF , 0x018ECDF7DFD8736E957028C59FD5078A , 0x018ECDF7E8F9711A8F9EB33AE57BAC05 , 0x0193978B64477D4E8B663D2ACD687A52 , 0x018ECDF7DFEE72DB9C430BB49632D1AB , 0x018ECDF7DFEE72DB9C430BB49724D987 , 0x018ECDF804B97344AAF478D0FDBA0C09 , 0x019294672B8D7D4B902C0EB9869C6E7C );
Copy
25
0.28 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
26
0.37 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
27
0.24 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
28
0.24 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"\x01 ŽÍù‡:qß«UóöDæf( "
b"\x01 ŽÍ÷ß_pà‡\x05 c\t ý˜8ê "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x018ECDF9873A71DFAB55F3F644E66628 AND `sales_channel_country` . `country_id` = 0x018ECDF7DF5F70E087056309FD9838EA );
Copy
29
0.39 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters :
[
b"\x01 ŽÍù‡:qß«UóöDæf( "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x018ECDF9873A71DFAB55F3F644E66628 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
30
0.21 ms
SELECT payload FROM tecdoc_customer_data WHERE `token` = ?
Parameters :
[
"NKvzqulwe6YLFmJf8Mijcome0CMj8oOF "
]
SELECT payload FROM tecdoc_customer_data WHERE `token` = 'NKvzqulwe6YLFmJf8Mijcome0CMj8oOF' ;
Copy
31
0.39 ms
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = ? AND `language.salesChannels` . `id` = ? ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC
Parameters :
[
b"\x01 ŽÍù‡:qß«UóöDæf( "
b"\x01 ŽÍù‡:qß«UóöDæf( "
]
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` = 0x018ECDF9873A71DFAB55F3F644E66628 AND `language.salesChannels` . `id` = 0x018ECDF9873A71DFAB55F3F644E66628 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
32
0.44 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ’.¦´Õsóžzb¹ßä¬ó "
]
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 , 0x01922EA6B4D573F39E7A62B9DFE4ACF3 );
Copy
33
0.36 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"\x01 ŽÍ÷ßÜr\x1C ¾˜ÇN}I9, "
b"\x01 ŽÍ÷ßÜr\x1C ¾˜ÇN}I9, "
b"\x01 ŽÍ÷ßÜr\x1C ¾˜ÇN}I9, "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x018ECDF7DFDC721CBE98C74E7D49392C OR `parent_id` = 0x018ECDF7DFDC721CBE98C74E7D49392C OR `id` = 0x018ECDF7DFDC721CBE98C74E7D49392C
;
Copy
34
2.49 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% "
"%|018ecdf7dfdc721cbe98c74e7d49392c|% "
1
5
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|018ecdf7dfdc721cbe98c74e7d49392c|%' AND (`category` . `level` > 1 AND `category` . `level` < = 5 )));
Copy
35
0.85 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
36
0.40 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% "
"%|018ecdf7dfdc721cbe98c74e7d49392c|% "
5
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|018ecdf7dfdc721cbe98c74e7d49392c|%' AND `category` . `level` = 5 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
37
0.50 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ŽÍ÷ßÜr\x1C ¾˜ÇN}I9, "
]
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 (0x018ECDF7DFDC721CBE98C74E7D49392C ));
Copy
38
0.38 ms
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = ? ) GROUP BY `currency` . `id`
Parameters :
[
b"\x01 ŽÍù‡:qß«UóöDæf( "
]
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` = 0x018ECDF9873A71DFAB55F3F644E66628 ) GROUP BY `currency` . `id` ;
Copy
39
0.29 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
40
0.26 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"\x01 ŽõTù1yÄœ½,„£²¼' "
b"\x01 ŽõTù1yÄœ½,„£²¼' "
b"\x01 ŽõTù1yÄœ½,„£²¼' "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x018EF554F93179C49CBD2C84A3B2BC27 OR `parent_id` = 0x018EF554F93179C49CBD2C84A3B2BC27 OR `id` = 0x018EF554F93179C49CBD2C84A3B2BC27
;
Copy
41
1.06 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% "
"%|018ef554f93179c49cbd2c84a3b2bc27|% "
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 '%|018ef554f93179c49cbd2c84a3b2bc27|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
42
0.93 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|018ef554f93179c49cbd2c84a3b2bc27|% "
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 '%|018ef554f93179c49cbd2c84a3b2bc27|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
43
0.51 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ŽõTù1yÄœ½,„£²¼' "
]
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 (0x018EF554F93179C49CBD2C84A3B2BC27 ));
Copy
44
0.40 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"\x01 ô0?\x18 jrïÜır:3#YÅ "
b"\x01 ô0?\x18 jrïÜır:3#YÅ "
b"\x01 ŽõTù1yÄœ½,„£²¼' "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x0193303F186A728B9AD5723A3323598F OR `parent_id` = 0x0193303F186A728B9AD5723A3323598F OR `id` = 0x018EF554F93179C49CBD2C84A3B2BC27
;
Copy
45
0.73 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “0?\x1A Js{©NѰÓ\x19 ‡ "
b"\x01 ô0?\x1A ¼p\x02 ¬sfÉ┤â] "
b"\x01 “0?\e\x10 s\x05 °¬îÜ_Ï\x1F B "
b"\x01 “0?\e ŽpÉ‘:E\x17 ÛÁ›e "
b"\x01 ô0?\x1C\x17 qTîHØCj-ͺ "
b"\x01 “0?\x1C ªra½g\x08 ’\x1A Öy` "
b"\x01 “0?\x1D Jp´ŽèL\x07 îóõB "
b"\x01 “0?\x1D ÑsSŸ\x03 />Ê-˜o "
b"\x01 “0?\x1E os7 Œ•\x14 b±º£ "
b"\x01 “0?\x1F\x02 r\x17 šÉ\x07 „~\x01 ¦ø "
b"\x01 ô0?\x1F ôp¾Ä9ä╗eÑØ\x07 "
b"\x01 “0? \x1F q˜Œ=z·\x15 }¦ã "
b"\x01 “0? ´rd·~¤‹yßfž "
b"\x01 ô0?!Ssèº├î÷Ï▄\x1F ì "
b"\x01 ô0?"\t qèØ\f Ú2Øénü "
b"\x01 “0?"«p¡´oÊ¥š Uë "
b"\x01 “0?#Vqf¼&®S\x06 L¦p "
b"\x01 ô0?$\x13 rt┐t\x05 s├ÉÌc "
b"\x01 “0?$År\x7F ¼Ä•ê¾‰è… "
b"\x01 “0?%wsm‡Õiâ~÷'+ "
b"\x01 ô0?&^s=©\x08 ┼┐É.ó "
b"\x01 “0?'\e rÚ®‹|¹To\x7F p "
b"\x01 ô0?'ÙrÇØE╬█ûì\x05 · "
b"\x01 “0?(Ís{·*‰–$<%p "
b"\x01 “0?)ÏsŸ ö\x16 d¡Ó¶¤ "
b"\x01 “0?*¨pH…‘Û\x1E\x0E 7\x1F 3 "
b"\x01 ô0?+}pÁêµýj╚É\v ¯ "
b"\x01 ô0?\x18 jrïÜır:3#YÅ "
b"\x01 ŽõTù1yÄœ½,„£²¼' "
]
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 (0x0193303F1A4A737BA94ED1B0D319C287 , 0x0193303F1AAC7002AA736690B4F0835D , 0x0193303F1B107305B0ACEEDC5FCF1F42 , 0x0193303F1B8E70C9913A4517DBC19B65 , 0x0193303F1C1771548C489D436A2DD6A7 , 0x0193303F1CAA7261BD6708921AD67960 , 0x0193303F1D4A70B48EE84C07EEF3F542 , 0x0193303F1DD173539F032F3ECA2D986F , 0x0193303F1E6F7337A08C951462B1BAA3 , 0x0193303F1F0272179AC907847E01A6F8 , 0x0193303F1F9370F38E3984BB65A59D07 , 0x0193303F201F71988C3D7AB7157DA6E3 , 0x0193303F20B47264B77EA48B79DF669E , 0x0193303F2153738AA7C38CF6D8DC1F8D , 0x0193303F2209718A9D0CE9329D826E81 , 0x0193303F22AB70A1B46FCAA59AA055EB , 0x0193303F23567166BC26AE53064CA670 , 0x0193303F24137274BF740573C390DE63 , 0x0193303F24C5727FBCC495EABE89E885 , 0x0193303F2577736D87D569E27EF7272B , 0x0193303F265E733DB808C5BF902EA2B6 , 0x0193303F271B72DAAE8B7CB9546F7F70 , 0x0193303F27EB72809D45CEDB968D05FA , 0x0193303F28CD737BB72A8996243C2570 , 0x0193303F29CF739FA0F61664A1D3B6A4 , 0x0193303F2AA870488591DB1E0E371F33 , 0x0193303F2B7D70B588E6EC6AC8900BEE , 0x0193303F186A728B9AD5723A3323598F , 0x018EF554F93179C49CBD2C84A3B2BC27 ));
Copy
46
0.27 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
47
0.25 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"\x01 ŽÍú>\x14 qvŠDwÖþ€ß3 "
]
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` = 0x018ECDFA3E1471768A4477D6FE80DF33 AND
pm . `active` = 1 ;
Copy
48
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
49
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
50
0.51 ms
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"\x01 ŽÍù‡:qß«UóöDæf( "
]
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` = 0x018ECDF9873A71DFAB55F3F644E66628 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
51
0.76 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ’”czýu\x0F ¢ö&¾\x17 Ì’\x19 "
b"\x01 ŽÍ÷ߨsn•p(ÅžZ-ü "
]
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 (0x019294637AFD750FA2F626BE17CC9219 , 0x018ECDF7DFD8736E957028C59E5A2DFC );
Copy
52
0.35 ms
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = ? AND `payment_method.salesChannels` . `id` = ? ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC
Parameters :
[
true
b"\x01 ŽÍù‡:qß«UóöDæf( "
]
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` = 0x018ECDF9873A71DFAB55F3F644E66628 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
53
0.51 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ŽÍú>\x14 qvŠDwÖþ€ß3 "
b"\x01 ’”eãU{|ŒE3š;¶eû "
b"\x01 Ä═¸▀ËrOÜÅ╬é¯ï┌~ "
]
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 (0x018ECDFA3E1471768A4477D6FE80DF33 , 0x01929465E3557B7C8C45339A3BB665FB , 0x018ECDF7DFD3724F9A8FCE82EE8BDA7E );
Copy
54
0.54 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ô0?\x18 jrïÜır:3#YÅ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0193303F186A728B9AD5723A3323598F ));
Copy
55
2.66 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ŽÍ÷äIstœºä°éCdk "
]
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 (0x018ECDF7E44973749CBAE4B0E943646B ));
Copy
56
1.51 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ŽÍ÷äIstœºä°éCdk "
]
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 (0x018ECDF7E44973749CBAE4B0E943646B )));
Copy
57
1.81 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ŽÍ÷äJpƒ•7T÷ÉT>g "
b"\x01 ŽÍ÷äJpƒ•7T÷Ê\x02 ¨± "
]
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 (0x018ECDF7E44A7083953754F7C9543E67 , 0x018ECDF7E44A7083953754F7CA02A8B1 )));
Copy
58
2.24 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ŽÍ÷äJpƒ•7T÷Ê\v %- "
b"\x01 ŽÍ÷äJpƒ•7T÷ʧc› "
b"\x01 ŽÍ÷äJpƒ•7T÷ÊîÇ\x0F "
b"\x01 ŽÍ÷äJpƒ•7T÷Ë3Q\x0E "
]
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 (0x018ECDF7E44A7083953754F7CA0B252D , 0x018ECDF7E44A7083953754F7CAA7639B , 0x018ECDF7E44A7083953754F7CAEEC70F , 0x018ECDF7E44A7083953754F7CB33510E )));
Copy
59
1.69 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ŽÍ÷î(p¬§ð¿ÇE?Un "
]
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 (0x018ECDF7EE2870ACA7F0BFC7453F556E );
Copy
60
0.21 ms
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = ? ) ORDER BY `product_sorting` . `priority` DESC
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = 1 ) ORDER BY `product_sorting` . `priority` DESC ;
Copy
61
0.32 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ŽÍ÷î(p¬§ð¿ÇE?Un "
b"\x01 ŽÍ÷î(p¬§ð¿ÇE’«Í "
b"\x01 ŽÍ÷î(p¬§ð¿ÇEÏ…g "
b"\x01 Ä═¸¯(p¼º┐ÃFmÀü "
b"\x01 ŽÍ÷î(p¬§ð¿ÇGA\x0E Ô "
b"\x01 Ä═¸\x01 q{ûñ%É,█>| "
]
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 (0x018ECDF7EE2870ACA7F0BFC7453F556E , 0x018ECDF7EE2870ACA7F0BFC74592ABCD , 0x018ECDF7EE2870ACA7F0BFC745CF8567 , 0x018ECDF7EE2870ACA7F0BFC7466DB781 , 0x018ECDF7EE2870ACA7F0BFC747410ED4 , 0x018ECDF7F001717B96A425902CDB3E7C );
Copy
62
0.42 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ô0?\x18 jrïÜır:3#YÅ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.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 (0x0193303F186A728B9AD5723A3323598F ));
Copy
63
0.19 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ô0?\x18 jrïÜır:3#YÅ "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0193303F186A728B9AD5723A3323598F )) LIMIT 1 ;
Copy
64
0.13 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ô0?\x18 jrïÜır:3#YÅ "
]
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 (0x0193303F186A728B9AD5723A3323598F ));
Copy
65
2.53 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ô$¿@åpìá«Æ\x13 ╦D┤▀ "
b"""
\x01 ô0¥hÉq"á▄¬^\n
S┬³
"""
b"\x01 •\x1A Q10sNŸÕ!º‹æ\x16 è "
b"\x01 ò\x19 ýØRpjØ\x15 H\x11 ┐\x19 µ░ "
b"\x01 •\x1A X¥as`¬Úhî\x7F\x1E A/ "
b"\x01 •\x19 Š<\x11 q\f ”©C¢\x18 w¨Â "
b"\x01 “H®Ö\x10 rq“9«\x17 "j¬Ü "
b"\x01 •\x19 ¥ôðsT¹Çúð³ã»Š "
b"\x01 “0©g`q€¤hq*å—Ål "
b"\x01 ò\x1A ü ur5ñJ.├\x10 ß[> "
b"\x01 •\x19\x7F ÌÇsG™u昩Ø4Y "
b"\x01 ò({²\x7F r°Å─ñ^4Ü\f A "
b"\x01 ò\x19 É2NsL¬kì╦LK\f\x08 "
b"\x01 ’Ÿh\r YsþºîÃh\x08 Ì£ˆ "
b"\x01 •\x1A :\x14 +qÜ™/ð€Žx\v Ÿ "
b"\x01 •\x1A o–›r"Ÿá‡\x06\x16 å\x08 "
b"\x01 ò\x19 ÞS4s÷Ø▒ûj¶Èú5 "
b"\x01 •\e v!Yp5—Lj\x00 ù_I¬ "
b"\x01 •\x1A ÁQ\x02 rõnúi)þ}¶ "
b"\x01 •\x19 ·\v žp¾³Rî`i\x08 éÍ "
b"\x01 ò\e \\Bs3░Ì\x1A M»Øúê "
b"\x01 •&-µ\x04 s"‰a…úAÓç€ "
b"\x01 “\e 6ðèsÿ¹•LU$µ\e å "
b"\x01 •\x1A ([µq\x13 ±ü…ëqý\x01 õ "
b"\x01 •\e Mä’p\x02 £ž\x14 v1òW\v "
b"\x01 •\x19 ûx qU’(½ñè²g\x1E "
b"\x01 ò\x1A Í%zpÕÉîê╝┐B&ë "
b"\x01 ò\x19 S|¾pU¼ü\e ¨èñ┤ "
b"\x01 •\x18 ét#q+©š2\x16\x14 }âJ "
b"\x01 •\x18 ìOxr&¼b]Ú¤VæÒ "
]
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 (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
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 (0x019324A84086708DA0AE9213CB44B4DF , 0x019330BE68907122A0DCAA5E0A53C2FC , 0x01951A513130734E9FD521BA8BE616E8 , 0x019519EC9D52706A9D154811BF19E6B0 , 0x01951A58A5617360ACDA68EE7F1E412F , 0x0195198A3C11710C94A943A21877A8C2 , 0x019348AED61072719339AB17226AACDC , 0x019519A5F4F07354B9C7FAF0B3E3BB8A , 0x019330A967607180A468712AE597C56C , 0x01951A81FF757235A44A2EC310E15B3E , 0x0195197FCCC773479975E698A9D83459 , 0x0195287BFD7F72F88FC4A45E349A0C41 , 0x01951990324E734CAA6B8DCB4C4B0C08 , 0x01929F680D5973FEBAEEC36808CCA388 , 0x01951A3A142B71DC992FF0808E780B9F , 0x01951A6F969B72229FE1870616E508A0 , 0x019519E8533473F69DB1966AF4D4A335 , 0x01951B7621597035974C6A00F95F49AC , 0x01951AC1510272F5AD6EFA6929FE7DB6 , 0x019519B70B9E70BEB352EE606908E9CD , 0x01951B5C5C427333B0DE1A4DAF9DA388 , 0x0195262DB5047322896185FA41D3E780 , 0x01931B36F0E873FFB9954C5524B51BE5 , 0x01951A285BB57113B1FC85EB71FD01F5 , 0x01951B4DE4927002A39E147631F2570B , 0x019519FB78A071559228BDF1E8B2671E , 0x01951AD6257A70E5908C88BCBF422689 , 0x019519537CF37055AC811BF9F08AA4B4 , 0x019518E97423712BA99A3216147DE24A , 0x019518EC4F787226BC625DDAA456E6D2 ));
Copy
66
7.08 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"\x01 •#;Fƒqå•ɘ>ÏŽƒŽ "
b"\x01 •#;F¡pÙ©ß"{!8|d "
b"\x01 •#;F¦s½§xÁ\x02 ké\e Ž "
b"\x01 •#;F¹q]•Ï“ƒ/´Óµ "
b"\x01 •#;FÂs}—E8Ë\x16 (²¾ "
b"\x01 •#;Fîqó–à{R™òøn "
b"\x01 •#;Fûs-™¿¶\x04 Ñ\x1D “¬ "
b"\x01 •#;e\x1F pT¶]Iˆ£\x17 U "
b"\x01 •#;“=r飯êë\x12 ·\x03 3 "
b"\x01 •#;§½s\t ¥Z²z%úEN "
b"\x01 ò#;¤┘rÔì║î╗5‗\x02 þ "
b"\x01 •#;ùjqeŽhš!Œþ¾| "
b"\x01 •#<\x07 Vs\x7F µJÏ!\x1E ÜY„ "
b"\x01 ò#<Fêsìé└ y╠µ8\x01 "
b"\x01 •#<Sws㘨ÿãŸ@O\x12 "
b"\x01 •#<v§qÔ›œšî"¤\x18 È "
b"\x01 •#<„Är±¼zÅ—l6¥á "
b"\x01 •#<¾Þp]º/-8±8\x01 n "
b"\x01 ò#<Î7s¬É¸5\x08 IÓl╩ "
b"\x01 •#<üºp§˜•£3èÈÜ© "
b"\x01 •#=/Zr¦¸\x06 e¢Œ5Öø "
b"\x01 ò#=@▓péÅ.!\x1C 3¨ÜS "
b"\x01 •#=F\x7F pé´¢'†ª0Þ "
b"\x01 ò#=KñrÏØV»\x7F üßD! "
]
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 (0x0195233B468371E595C9983ECF8E838E , 0x0195233B46A170D9A9DF227B21387C64 , 0x0195233B46A673BDA778C1026BE91B8E , 0x0195233B46B9715D95CF93832FB4D3B5 , 0x0195233B46C2737D974538CB1628B2BE , 0x0195233B46EE71F396E07B5299F2F86E , 0x0195233B46FB732D99BFB604D11D93AC , 0x0195233B651F7054B65D49C288A31755 , 0x0195233B933D72EFA8AAEAEB12B70333 , 0x0195233BA7BD7309A55AB27A25FA454E , 0x0195233BCFD972E28DBA8CBB35F202E7 , 0x0195233BF96A71658E689A218CFEBE7C , 0x0195233C0756737FB54ACF211EDC5984 , 0x0195233C4688738D82C02079CCE63801 , 0x0195233C537773E398A8FFE39F404F12 , 0x0195233C76A771D49B9C9AEE22A418C8 , 0x0195233C84C472B1BC7AC5976C36A5E1 , 0x0195233CBEDE705DBA2F2D38B138016E , 0x0195233CD73773AA90F7350849E06CCA , 0x0195233CFCBA70A79895A333E8C8DCA9 , 0x0195233D2F5A72A6B80665A28C35D6F8 , 0x0195233D40B270828F2E211C33F99A53 , 0x0195233D467F70E9B4A22786AA30DEC2 , 0x0195233D4BA472D89D56AF7F81E14421 );
Copy
67
2.60 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"\x01 ŽÍù‡:qß«UóöDæf( "
true
b"\x01 •#;Fƒqå•ɘ>ÏŽƒŽ "
b"\x01 •#;F¡pÙ©ß"{!8|d "
b"\x01 •#;F¦s½§xÁ\x02 ké\e Ž "
b"\x01 •#;F¹q]•Ï“ƒ/´Óµ "
b"\x01 •#;FÂs}—E8Ë\x16 (²¾ "
b"\x01 •#;Fîqó–à{R™òøn "
b"\x01 •#;Fûs-™¿¶\x04 Ñ\x1D “¬ "
b"\x01 •#;e\x1F pT¶]Iˆ£\x17 U "
b"\x01 •#;“=r飯êë\x12 ·\x03 3 "
b"\x01 •#;§½s\t ¥Z²z%úEN "
b"\x01 ò#;¤┘rÔì║î╗5‗\x02 þ "
b"\x01 •#;ùjqeŽhš!Œþ¾| "
b"\x01 •#<\x07 Vs\x7F µJÏ!\x1E ÜY„ "
b"\x01 ò#<Fêsìé└ y╠µ8\x01 "
b"\x01 •#<Sws㘨ÿãŸ@O\x12 "
b"\x01 •#<v§qÔ›œšî"¤\x18 È "
b"\x01 •#<„Är±¼zÅ—l6¥á "
b"\x01 •#<¾Þp]º/-8±8\x01 n "
b"\x01 ò#<Î7s¬É¸5\x08 IÓl╩ "
b"\x01 •#<üºp§˜•£3èÈÜ© "
b"\x01 •#=/Zr¦¸\x06 e¢Œ5Öø "
b"\x01 ò#=@▓péÅ.!\x1C 3¨ÜS "
b"\x01 •#=F\x7F pé´¢'†ª0Þ "
b"\x01 ò#=KñrÏØV»\x7F üßD! "
]
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` = 0x018ECDF9873A71DFAB55F3F644E66628 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x0195233B468371E595C9983ECF8E838E , 0x0195233B46A170D9A9DF227B21387C64 , 0x0195233B46A673BDA778C1026BE91B8E , 0x0195233B46B9715D95CF93832FB4D3B5 , 0x0195233B46C2737D974538CB1628B2BE , 0x0195233B46EE71F396E07B5299F2F86E , 0x0195233B46FB732D99BFB604D11D93AC , 0x0195233B651F7054B65D49C288A31755 , 0x0195233B933D72EFA8AAEAEB12B70333 , 0x0195233BA7BD7309A55AB27A25FA454E , 0x0195233BCFD972E28DBA8CBB35F202E7 , 0x0195233BF96A71658E689A218CFEBE7C , 0x0195233C0756737FB54ACF211EDC5984 , 0x0195233C4688738D82C02079CCE63801 , 0x0195233C537773E398A8FFE39F404F12 , 0x0195233C76A771D49B9C9AEE22A418C8 , 0x0195233C84C472B1BC7AC5976C36A5E1 , 0x0195233CBEDE705DBA2F2D38B138016E , 0x0195233CD73773AA90F7350849E06CCA , 0x0195233CFCBA70A79895A333E8C8DCA9 , 0x0195233D2F5A72A6B80665A28C35D6F8 , 0x0195233D40B270828F2E211C33F99A53 , 0x0195233D467F70E9B4A22786AA30DEC2 , 0x0195233D4BA472D89D56AF7F81E14421 )) GROUP BY `product` . `id` ;
Copy
68
20.64 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.media` . `id` as `product.manufacturer.media.id` , `product.manufacturer.media` . `user_id` as `product.manufacturer.media.userId` , `product.manufacturer.media` . `media_folder_id` as `product.manufacturer.media.mediaFolderId` , `product.manufacturer.media` . `mime_type` as `product.manufacturer.media.mimeType` , `product.manufacturer.media` . `file_extension` as `product.manufacturer.media.fileExtension` , `product.manufacturer.media` . `uploaded_at` as `product.manufacturer.media.uploadedAt` , `product.manufacturer.media` . `file_name` as `product.manufacturer.media.fileName` , `product.manufacturer.media` . `file_size` as `product.manufacturer.media.fileSize` , `product.manufacturer.media` . `media_type` as `product.manufacturer.media.mediaTypeRaw` , `product.manufacturer.media` . `meta_data` as `product.manufacturer.media.metaData` , `product.manufacturer.media` . `config` as `product.manufacturer.media.config` , `product.manufacturer.media` . `path` as `product.manufacturer.media.path` , `product.manufacturer.media` . `private` as `product.manufacturer.media.private` , `product.manufacturer.media` . `thumbnails_ro` as `product.manufacturer.media.thumbnailsRo` , `product.manufacturer.media` . `created_at` as `product.manufacturer.media.createdAt` , `product.manufacturer.media` . `updated_at` as `product.manufacturer.media.updatedAt` , `product.manufacturer.media.translation.title` , `product.manufacturer.media.translation.title` as `product.manufacturer.media.title` , `product.manufacturer.media.translation.alt` , `product.manufacturer.media.translation.alt` as `product.manufacturer.media.alt` , `product.manufacturer.media.translation.customFields` , `product.manufacturer.media.translation.customFields` as `product.manufacturer.media.customFields` , `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 `media` `product.manufacturer.media` ON `product.manufacturer` . `media_id` = `product.manufacturer.media` . `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.manufacturer.media.translation` . `media_id` , `product.manufacturer.media.translation` . `alt` as `product.manufacturer.media.translation.alt` , `product.manufacturer.media.translation` . `title` as `product.manufacturer.media.translation.title` , `product.manufacturer.media.translation` . `custom_fields` as `product.manufacturer.media.translation.customFields` FROM `media_translation` `product.manufacturer.media.translation` WHERE `product.manufacturer.media.translation` . `language_id` = ? ) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation` . `media_id` = `product.manufacturer.media` . `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"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 •#;Fƒqå•ɘ>ÏŽƒŽ "
b"\x01 •#;F¡pÙ©ß"{!8|d "
b"\x01 •#;F¦s½§xÁ\x02 ké\e Ž "
b"\x01 •#;F¹q]•Ï“ƒ/´Óµ "
b"\x01 •#;FÂs}—E8Ë\x16 (²¾ "
b"\x01 •#;Fîqó–à{R™òøn "
b"\x01 •#;Fûs-™¿¶\x04 Ñ\x1D “¬ "
b"\x01 •#;e\x1F pT¶]Iˆ£\x17 U "
b"\x01 •#;“=r飯êë\x12 ·\x03 3 "
b"\x01 •#;§½s\t ¥Z²z%úEN "
b"\x01 ò#;¤┘rÔì║î╗5‗\x02 þ "
b"\x01 •#;ùjqeŽhš!Œþ¾| "
b"\x01 •#<\x07 Vs\x7F µJÏ!\x1E ÜY„ "
b"\x01 ò#<Fêsìé└ y╠µ8\x01 "
b"\x01 •#<Sws㘨ÿãŸ@O\x12 "
b"\x01 •#<v§qÔ›œšî"¤\x18 È "
b"\x01 •#<„Är±¼zÅ—l6¥á "
b"\x01 •#<¾Þp]º/-8±8\x01 n "
b"\x01 ò#<Î7s¬É¸5\x08 IÓl╩ "
b"\x01 •#<üºp§˜•£3èÈÜ© "
b"\x01 •#=/Zr¦¸\x06 e¢Œ5Öø "
b"\x01 ò#=@▓péÅ.!\x1C 3¨ÜS "
b"\x01 •#=F\x7F pé´¢'†ª0Þ "
b"\x01 ò#=KñrÏØV»\x7F üßD! "
]
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.media` . `id` as `product.manufacturer.media.id` ,
`product.manufacturer.media` . `user_id` as `product.manufacturer.media.userId` ,
`product.manufacturer.media` . `media_folder_id` as `product.manufacturer.media.mediaFolderId` ,
`product.manufacturer.media` . `mime_type` as `product.manufacturer.media.mimeType` ,
`product.manufacturer.media` . `file_extension` as `product.manufacturer.media.fileExtension` ,
`product.manufacturer.media` . `uploaded_at` as `product.manufacturer.media.uploadedAt` ,
`product.manufacturer.media` . `file_name` as `product.manufacturer.media.fileName` ,
`product.manufacturer.media` . `file_size` as `product.manufacturer.media.fileSize` ,
`product.manufacturer.media` . `media_type` as `product.manufacturer.media.mediaTypeRaw` ,
`product.manufacturer.media` . `meta_data` as `product.manufacturer.media.metaData` ,
`product.manufacturer.media` . `config` as `product.manufacturer.media.config` ,
`product.manufacturer.media` . `path` as `product.manufacturer.media.path` ,
`product.manufacturer.media` . `private` as `product.manufacturer.media.private` ,
`product.manufacturer.media` . `thumbnails_ro` as `product.manufacturer.media.thumbnailsRo` ,
`product.manufacturer.media` . `created_at` as `product.manufacturer.media.createdAt` ,
`product.manufacturer.media` . `updated_at` as `product.manufacturer.media.updatedAt` ,
`product.manufacturer.media.translation.title` ,
`product.manufacturer.media.translation.title` as `product.manufacturer.media.title` ,
`product.manufacturer.media.translation.alt` ,
`product.manufacturer.media.translation.alt` as `product.manufacturer.media.alt` ,
`product.manufacturer.media.translation.customFields` ,
`product.manufacturer.media.translation.customFields` as `product.manufacturer.media.customFields` ,
`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 `media` `product.manufacturer.media` ON `product.manufacturer` . `media_id` = `product.manufacturer.media` . `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.manufacturer.media.translation` . `media_id` ,
`product.manufacturer.media.translation` . `alt` as `product.manufacturer.media.translation.alt` ,
`product.manufacturer.media.translation` . `title` as `product.manufacturer.media.translation.title` ,
`product.manufacturer.media.translation` . `custom_fields` as `product.manufacturer.media.translation.customFields`
FROM
`media_translation` `product.manufacturer.media.translation`
WHERE
`product.manufacturer.media.translation` . `language_id` = ?
) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation` . `media_id` = `product.manufacturer.media` . `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.media` . `id` as `product.manufacturer.media.id` , `product.manufacturer.media` . `user_id` as `product.manufacturer.media.userId` , `product.manufacturer.media` . `media_folder_id` as `product.manufacturer.media.mediaFolderId` , `product.manufacturer.media` . `mime_type` as `product.manufacturer.media.mimeType` , `product.manufacturer.media` . `file_extension` as `product.manufacturer.media.fileExtension` , `product.manufacturer.media` . `uploaded_at` as `product.manufacturer.media.uploadedAt` , `product.manufacturer.media` . `file_name` as `product.manufacturer.media.fileName` , `product.manufacturer.media` . `file_size` as `product.manufacturer.media.fileSize` , `product.manufacturer.media` . `media_type` as `product.manufacturer.media.mediaTypeRaw` , `product.manufacturer.media` . `meta_data` as `product.manufacturer.media.metaData` , `product.manufacturer.media` . `config` as `product.manufacturer.media.config` , `product.manufacturer.media` . `path` as `product.manufacturer.media.path` , `product.manufacturer.media` . `private` as `product.manufacturer.media.private` , `product.manufacturer.media` . `thumbnails_ro` as `product.manufacturer.media.thumbnailsRo` , `product.manufacturer.media` . `created_at` as `product.manufacturer.media.createdAt` , `product.manufacturer.media` . `updated_at` as `product.manufacturer.media.updatedAt` , `product.manufacturer.media.translation.title` , `product.manufacturer.media.translation.title` as `product.manufacturer.media.title` , `product.manufacturer.media.translation.alt` , `product.manufacturer.media.translation.alt` as `product.manufacturer.media.alt` , `product.manufacturer.media.translation.customFields` , `product.manufacturer.media.translation.customFields` as `product.manufacturer.media.customFields` , `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 `media` `product.manufacturer.media` ON `product.manufacturer` . `media_id` = `product.manufacturer.media` . `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.manufacturer.media.translation` . `media_id` , `product.manufacturer.media.translation` . `alt` as `product.manufacturer.media.translation.alt` , `product.manufacturer.media.translation` . `title` as `product.manufacturer.media.translation.title` , `product.manufacturer.media.translation` . `custom_fields` as `product.manufacturer.media.translation.customFields` FROM `media_translation` `product.manufacturer.media.translation` WHERE `product.manufacturer.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation` . `media_id` = `product.manufacturer.media` . `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 (0x0195233B468371E595C9983ECF8E838E , 0x0195233B46A170D9A9DF227B21387C64 , 0x0195233B46A673BDA778C1026BE91B8E , 0x0195233B46B9715D95CF93832FB4D3B5 , 0x0195233B46C2737D974538CB1628B2BE , 0x0195233B46EE71F396E07B5299F2F86E , 0x0195233B46FB732D99BFB604D11D93AC , 0x0195233B651F7054B65D49C288A31755 , 0x0195233B933D72EFA8AAEAEB12B70333 , 0x0195233BA7BD7309A55AB27A25FA454E , 0x0195233BCFD972E28DBA8CBB35F202E7 , 0x0195233BF96A71658E689A218CFEBE7C , 0x0195233C0756737FB54ACF211EDC5984 , 0x0195233C4688738D82C02079CCE63801 , 0x0195233C537773E398A8FFE39F404F12 , 0x0195233C76A771D49B9C9AEE22A418C8 , 0x0195233C84C472B1BC7AC5976C36A5E1 , 0x0195233CBEDE705DBA2F2D38B138016E , 0x0195233CD73773AA90F7350849E06CCA , 0x0195233CFCBA70A79895A333E8C8DCA9 , 0x0195233D2F5A72A6B80665A28C35D6F8 , 0x0195233D40B270828F2E211C33F99A53 , 0x0195233D467F70E9B4A22786AA30DEC2 , 0x0195233D4BA472D89D56AF7F81E14421 ));
Copy
69
0.91 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"\x01 •#;Fƒqå•ɘ>ÏŽƒŽ "
b"\x01 •#;F¡pÙ©ß"{!8|d "
b"\x01 •#;F¦s½§xÁ\x02 ké\e Ž "
b"\x01 •#;F¹q]•Ï“ƒ/´Óµ "
b"\x01 •#;FÂs}—E8Ë\x16 (²¾ "
b"\x01 •#;Fîqó–à{R™òøn "
b"\x01 •#;Fûs-™¿¶\x04 Ñ\x1D “¬ "
b"\x01 •#;e\x1F pT¶]Iˆ£\x17 U "
b"\x01 •#;“=r飯êë\x12 ·\x03 3 "
b"\x01 •#;§½s\t ¥Z²z%úEN "
b"\x01 ò#;¤┘rÔì║î╗5‗\x02 þ "
b"\x01 •#;ùjqeŽhš!Œþ¾| "
b"\x01 •#<\x07 Vs\x7F µJÏ!\x1E ÜY„ "
b"\x01 ò#<Fêsìé└ y╠µ8\x01 "
b"\x01 •#<Sws㘨ÿãŸ@O\x12 "
b"\x01 •#<v§qÔ›œšî"¤\x18 È "
b"\x01 •#<„Är±¼zÅ—l6¥á "
b"\x01 •#<¾Þp]º/-8±8\x01 n "
b"\x01 ò#<Î7s¬É¸5\x08 IÓl╩ "
b"\x01 •#<üºp§˜•£3èÈÜ© "
b"\x01 •#=/Zr¦¸\x06 e¢Œ5Öø "
b"\x01 ò#=@▓péÅ.!\x1C 3¨ÜS "
b"\x01 •#=F\x7F pé´¢'†ª0Þ "
b"\x01 ò#=KñrÏØV»\x7F üßD! "
]
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 (0x0195233B468371E595C9983ECF8E838E , 0x0195233B46A170D9A9DF227B21387C64 , 0x0195233B46A673BDA778C1026BE91B8E , 0x0195233B46B9715D95CF93832FB4D3B5 , 0x0195233B46C2737D974538CB1628B2BE , 0x0195233B46EE71F396E07B5299F2F86E , 0x0195233B46FB732D99BFB604D11D93AC , 0x0195233B651F7054B65D49C288A31755 , 0x0195233B933D72EFA8AAEAEB12B70333 , 0x0195233BA7BD7309A55AB27A25FA454E , 0x0195233BCFD972E28DBA8CBB35F202E7 , 0x0195233BF96A71658E689A218CFEBE7C , 0x0195233C0756737FB54ACF211EDC5984 , 0x0195233C4688738D82C02079CCE63801 , 0x0195233C537773E398A8FFE39F404F12 , 0x0195233C76A771D49B9C9AEE22A418C8 , 0x0195233C84C472B1BC7AC5976C36A5E1 , 0x0195233CBEDE705DBA2F2D38B138016E , 0x0195233CD73773AA90F7350849E06CCA , 0x0195233CFCBA70A79895A333E8C8DCA9 , 0x0195233D2F5A72A6B80665A28C35D6F8 , 0x0195233D40B270828F2E211C33F99A53 , 0x0195233D467F70E9B4A22786AA30DEC2 , 0x0195233D4BA472D89D56AF7F81E14421 )));
Copy
70
0.35 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
71
6.17 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500
Parameters :
[
true
b"\x01 ôx6¼\f s ©\x19 ^_%Îüc "
b"\x01 “x9â’sƒµ³Y#öm t "
b"\x01 “x[÷#qY iP’¡n\x7F ¨ "
b"\x01 “x[õÙs:—\x1D ìˆ\t ÕËâ "
b"\x01 “xT\x1F ÈsQ£»Öçlýžª "
b"\x01 “xP\x18 ¼rs´kj\x1A ™¶ˆ? "
b"\x01 “x9B_pi¼ìo“ã?JÑ "
b"\x01 “x8Ò”sž˜ÝÐøëøP¹ "
b"\x01 “x?Hép=¾"ÊÉ!\x10 ²¤ "
b"\x01 “x[õkq\x14 –gªæ\x1D ‘dr "
b"\x01 “xT ¬r€™-j‘ž·=" "
b"\x01 ôxW+\x12 pQç4ÊËÜ\x08 Å" "
b"\x01 ôx?HÍq<ù\x05 \I\x1A §Éò "
b"\x01 “x9ù\x10 q–¯½ý‘UÖu: "
b"\x01 “x9â¤qç—¤"ÑAïzî "
b"\x01 “x6À\t sK·€gÆp×": "
b"\x01 “x[ö\x05 qq¢\x1D /ž,Îc¨ "
b"\x01 “x:\x0E mp\x1F …@¹¸ÆvWö "
b"\x01 ôx:++q|ü┤═·|ù1V "
b"\x01 “x8ÒÆsn‰\t ~\x1D Ú·í¢ "
b"\x01 ôx?%▒r\x1A Éw░e╗¢æ! "
b"\x01 “x:+2p‡¥ƒö1±ž€¬ "
b"\x01 “x=Ž\x12 rÛ¢'ÐH*€¾Z "
b"\x01 “x[ùªpÉ–2‰»5ó±r "
b"\x01 “x9ãœsÀ‹ìÔæÌ‰)% "
b"\x01 ôx9ÔµsNæíQßÉ╝Ó "
b"\x01 “xV\x7F\x1E q“ˆÇ.ØôQFí "
b"\x01 “x9ö\r s\f ’ï— ;0šì "
b"\x01 “x[÷,r5¤ *L\x03 ±9 "
b"\x01 “x9Ð/q/¢s#i´¹Ÿá "
b"\x01 “x6©Ýp¨’¿Q\x10 ï9èâ "
b"\x01 “x?I\x03 qÓµ“L®ìÔî9 "
b"\x01 “xT\x1F\x1C q« ?×ZŠ\x05 `è "
b"\x01 •\x1A ]\f .r϶ô¯[ÕDˆ´ "
b"\x01 “x8Ò·q?»D׃ð¢Òc "
b"\x01 “x[÷—s~–<h:\x7F Óœu "
b"\x01 “x6À\x01 p7“,²Ô\x1D\x0F 6ö "
b"\x01 ôx6®þs¹Øc╗Tÿt$û "
b"\x01 ôx[¸\x13 s?Á¼xùÉ6\x1F "
b"\x01 “x9ö`qn°\x1D Ð)e•Í\e "
b"\x01 “xI—DpÙ¼\r ï‘\x01 ‘Fj "
b"\x01 •\x1A lØ/sd¸¸íì}£·ô "
b"\x01 ôx=ìñs¤ù-¢®,└,Ð "
b"\x01 ôxW;ÛrÓì&\x02 %Ä$Eª "
b"\x01 “xI$\x08 sM¶HO»¬¹öí "
b"\x01 •\x19 íÆÀrÊŒ+36T(¨n "
b"\x01 “x:\x0E YpV½êe©œy5Á "
b"\x01 ôx8Åpq¹î\x01 B¿iY▀▒ "
b"\x01 “x9ãIrÌ„\x0E ‰¿ÎT\e ô "
b"\x01 “xN©—qŨg2!zs¬Ø "
b"\x01 “x9¤epƒ¿5ð¡ðäÜ "
b"\x01 “xI—Rq\x00 §¥åa\x0F\x1A\x00 ž "
b"\x01 ôxJÅ7rÀ╝\ÕgÔï╬ "
b"\x01 ôx=ì|pK¬\x13 NiÁmÈu "
b"\x01 “x9õ#sŠ·ÒBÓ\x07 ¨)ú "
b"\x01 “xBØ&rt‡}k3¸º|\r "
b"\x01 “xBØ0qõ±ÄÅÙ\e\x1E Zµ "
b"\x01 “x6ðãq°·YNAiÌN\x05 "
b"\x01 “x[úæq\x1C †\t Å.×õ\t ˆ "
b"\x01 “x6ðTs\x14 ˜ãÖÁ\x07 u‚À "
b"\x01 “x6¿Òqâ±²[DÚ\x1F è! "
b"\x01 “xT ¶s¸€¾ã\x00 o&^{ "
b"\x01 “x[õËrÛ¦4•\x1A\x0F\x15 N/ "
b"\x01 “x[úËrð BÍÑŒeäV "
b"\x01 “xT¨¦pQ‹Ý~žéÛå{ "
b"\x01 “x9õÄqm½_Hâ\\x02\x18 , "
b"\x01 “x6ªãr\x1F „KM•ÀRÁÍ "
b"\x01 “x8¢bqÿ•¥¬ÐBœøé "
b"\x01 “xT&¸p[«ñ\x01 lº\x17 ù\x02 "
b"\x01 “x=\t\x13 s±¦U©\x17\x15 ;hñ "
b"\x01 ôxT&ep8òô\>²æqÅ "
b"\x01 “x6¾úp;‡N§RHæS "
b"\x01 “x=Ÿíp\x1E ¬Nx‡-¢t "
b"\x01 “x9ã‹sE¤\x1A x™“»Ïd "
b"\x01 “xUT·q\v Š«¹$ï%ÑQ "
b"\x01 ôxX9Zq&ø8§«ü½¶¤ "
b"\x01 “x<v_pD©8óuŠ^Þ\x19 "
b"\x01 “x:+ƒsv„•SÒùñ-ÿ "
b"\x01 “x9ã*sîŠÏì\f »\x08 _B "
b"\x01 “x:\x12 >qدƒæÙPÙäC "
b"\x01 “x6©³p/¦JL\x18\x14 æ3< "
b"\x01 “x9ã\x12 p+½\e ÛŽY#[\x05 "
b"\x01 ôx6©2süó»Èd\x08 ýìp "
b"\x01 “x?HúqSµ4[̲)¤\x17 "
b"\x01 ôx6yÐpì░,P\x13 ┐®uÚ "
b"\x01 ò\x1A n╩ns╚¢7\x08 JÉ¥;¡ "
b"\x01 “x>/ìp:‡à³Í-È\x7F Ð "
b"\x01 ôx@\x07 @pÝÉ\x07 у»\x1A WÄ "
b"\x01 •\x1A lÔ”pͨÎ%\x1E øT+m "
b"\x01 ôx9§ÉrRøwäv÷ú׿ "
b"\x01 ôx8Å┤p'íº#<\x14 T▓} "
b"\x01 “xU}r\x15 Žu÷ˆ®‰ƒù "
b"\x01 “x6¨Nqö°3™ÙV\x19 \ø "
b"\x01 “x<ÁÇs\x0F ³Š\x0E JÈ/Ï "
b"\x01 “xT\x1F\x0E s¢¨Ò¨ 0868 "
b"\x01 “xT+¼s/‚ DeÊ&P "
b"\x01 ôxV\x7F ìpqôì²┤E²>Ó "
b"\x01 •\x19 —+Iq®²}h¥$rµÚ "
b"\x01 “x=Ÿ°pó¥¨\v ßZ’Ÿ1 "
b"\x01 “x>/Ór\x12 „@\x04 Kk–\v\x18 "
b"\x01 ôx6¿æröÉÀصs¦¸Q "
b"\x01 “x6¨šqô›\x08 öpSW\x1E "
b"\x01 “x:+ÔqÙ½Î\x0E Ô˜ŠµÔ "
b"\x01 “xA¦ÊqZ•Àæ6–\x07 d§ "
b"\x01 ôx7\e ªq╗ì\x16 ¿\x08 S\f PÜ "
b"\x01 “xU\x10 ásö´<f7u~#X "
b"\x01 ôxRuWqíâì+P╦ÒÆ└ "
b"\x01 “xTæ\x17 qû«\x18 ˆ\x1F ‚èÿ{ "
b"\x01 “x\.3ql“VRÍU†d "
b"\x01 “x@çEq\x7F ½êcË\x07 ÖS¥ "
b"\x01 “xTYŸq¡ŠÞ¾tPmÍæ "
b"\x01 •\x18 í\x1C\x13 q×¾½W\x0E ð—Wç "
b"\x01 “x[ú\x17 r•½ÇÔQÑ'\x06\x12 "
b"\x01 “x9ö\e pϰÊ<È\x16 >×½ "
b"\x01 “x9ö¾q_¿/$*D*²Þ "
b"\x01 “x9ãUp0«<kF6ýU0 "
b"\x01 “xT;\x00 q\x10 –0ùŸ.Ø\x1C Ò "
b"\x01 “x9õòph†˜\x10\x14 ÿncÎ "
b"\x01 “x:?\x01 si´e†è\x1E ˆÚ} "
b"\x01 “xBì“r÷‘€î¼UÆ‹» "
b"\x01 “xTŒ\x11 s€ØÌb(\t îQ "
b"\x01 ôxU┐ys]Ø×ï‗\x18 ³║Þ "
b"""
\x01 •\x19 žA\x10 ržµñÛš\n
sÕ<
"""
b"\x01 “x9õ³q‹‡\v ^Õ\f\x0E uH "
b"\x01 •\e fL<p‘‰í\x0E ¥ƒ\f ´( "
b"\x01 “x9÷wr>§¸–Š”8‹& "
b"\x01 “x>C~q:œªTM–Ì•W "
b"\x01 “x?%és䑯I \f ´\x02 2 "
b"\x01 “x?ö&r‘n7\x0F F\x12 Ú "
b"\x01 “xF[Krè¡{±ç˜ðψ "
b"\x01 “xU¿Iq\x06 ¦¢æ\x04 ^HXb "
b"\x01 “x9õ\f s޼\r\r è\x01\x0E ÚŒ "
b"\x01 “x6¹qr§¿¿\x08 Õ\x17 g-} "
b"\x01 “x6ðÒs\v ‰¯s,`ªÇY "
b"\x01 “xC\x10 0qÄŒ>{uÄq{\x02 "
b"\x01 “xU;Àq{·¾\x13 Ë(¯éÕ "
b"\x01 “xTÉ\x06 pí¬qÝ%Û“œà "
b"\x01 “x[úÑr臼¶ˆ™Ýج "
b"\x01 •\x19 ‹Ž\x12 pU—H1\x1D ü§£™ "
b"\x01 •\x1A\x01 X\x1F sv«%€x¶Gö: "
b"\x01 “x9ö*rÞ¡æ—Qyê>Ê "
b"\x01 ôx:\x12 +rbôx¢ÅS®MÌ "
b"\x01 “x?IEqŽ®i´£-áï "
b"\x01 ò#║r┼qåÉb└|F´Oÿ "
b"\x01 “x9÷Sr)µÎý\x11 i‚3o "
b"\x01 “xBYRrL¼)\x03 ¶!CÛL "
b"\x01 “xLçšr—¥Âl\x16 ׉J` "
b"\x01 “xN€äpù¤»\x18 ÐéŽg\x0E "
b"\x01 ôx6¿\q¹üÀ└╦\x13 ð\x1D D "
b"\x01 “x9ã<pp†$‹Ys³3' "
b"\x01 “x9öœrÉŸ9“U).\x02 "
b"\x01 •\x19 “5cr*–ŸE›û\x17 ©\x19 "
b"\x01 ôx8Åáplëh¥Eâ\x0F u` "
b"\x01 “xTÈòqÏ„=³}Ê…7i "
b"\x01 “x=Ÿ¸s;£\x15 [Ï\x06 ‰z„ "
b"\x01 “xIvMsO¥žU\x0F Y¶hÎ "
b"\x01 “xJ‘³rÙ¨&\x06 öÒÕb‰ "
b"\x01 “x:,\x10 qý¼Äîéȉ„é "
b"\x01 ôx=ì^pUûÌ├º}\x03 ÎO "
b"\x01 ôx?\x06 år╠╗\x06 üM>>\x0F ┴ "
b"\x01 ôxR[Óp·»iFØyM.ü "
b"\x01 “xT)Ìq\x1F ™ût¥ ê‹\x01 "
b"\x01 “x6¹ÈpÁ»}\x1E x^Š\x7F a "
b"\x01 “xBë{sͨ®®d\x08 ö¥ä "
b"\x01 “xHêÜs=‘¨\x1C +Õíȧ "
b"\x01 “x@æÐqÔ¯‡\x0F ’`aWK "
b"\x01 “xTÈÍqã¼W_迯q! "
b"\x01 ôx9§Ör÷ÉÀÜÊ╝Æ2\e "
b"\x01 “xT%Úp\x0F ˜¹Í¾¨u-ÿ "
b"\x01 •\x1A :\x18\x14 sq¶¨,#ÁÚ@¤ "
b"\x01 “x6©¬pÞ¥£ûhö&ß\x14 "
b"\x01 ôxBÀMpE▒°\x14 üãÉKÈ "
b"\x01 “xLæøp\x1E «R\x1A Pd4\x08\x11 "
b"\x01 “x[û_s8 SŽ‚AósR "
b"\x01 “x\…RrÀ˜\x02 Rc¦\x17 Jù "
b"""
\x01 •$\n
2Hq©¤\x1E Ûá\x1E |Át
"""
b"\x01 ôx:\x12 Äpeÿ@\x1E ú┌Âêì "
b"\x01 “x?I†s×±j9r)ŒÑH "
b"\x01 ôx7ìÑqåÈÉ®'\x1E ┘¬ "
b"\x01 “x:W{s•©ºu(Õ‘¯W "
b"\x01 ôxHÝLrò║m&▒üÞ╔ª "
b"\x01 ôxH±\x03 p╬¡ðG0À¨(É "
b"\x01 •\x1A :QrrT½ß\x18 ø#1±\x11 "
b"\x01 •\x1A mM\x05 r(ª¥\x16 S\t ±ßû "
b"\x01 •\x1A mX\x08 p1Œ*loίZ "
b"\x01 ôx?IvpÙ¿\f É/`\x16 Ù= "
b"\x01 ôxIù╦qs¡zÈ═│^µÅ "
b"\x01 “x<ŠUsa¶¯}L\x18 îUy "
b"\x01 ôx[÷═qÐÖ\x01 ¡¤Gü┘\x12 "
b"\x01 “x[ûPpK’,+\x13 ©Ì˜Ç "
b"\x01 “x:V•r@¿ à’±“BÚ "
b"\x01 ôxA\f Ér¬ÿ{\x1C F9òká "
b"\x01 “xBìþsÆ¢h´„…€ÚH "
b"\x01 “xT#°rSƒ?óàÍöp& "
b"\x01 “xUj´p+œ/È5`0NG "
b"\x01 “xV¿\x05 pT€âLôßkÃÍ "
b"\x01 “x9÷•s\x1A ¨xeæ\x05 îzA "
b"\x01 “x<f q\x1A —BG©z\x19 Ꭰ"
b"\x01 “xIuYqi±Û—B\x18 _•½ "
b"\x01 ò#║m╠s┤ÆÅ¤iPìÊ+ "
b"\x01 ôxIyâq\x1C ìáZ#Lƒ¾Ý "
b"\x01 ôxKÅÞqöòå?´¶Éµ\x06 "
b"\x01 “xT=PptžÆé¸·¨S_ "
b"\x01 “x[ù/sÌŒ–„· n¾ô "
b"\x01 “x[ú¼p;µèƒÃd2[° "
b"\x01 ôxBý¿qa×{¬Átü\x1D f "
b"\x01 “xJB&s\x07 •'1t—|>© "
b"\x01 ôxQïÖp┘ó<&a\x17 :\r ü "
b"\x01 “xW³Ür–¼\x7F ‰PK”ºö "
b"\x01 “x6¸•r•œ"\x0E %è\x05 þm "
b"\x01 “x6ðÁqî¤=ðv}Û~d "
b"\x01 “xIyxp³ºwAþšè\v ô "
b"\x01 “xW´Fp0Ž \x19 ‰¢é”ö "
b"\x01 “x[þæq¦²V³Èp1\x1F ¦ "
b"\x01 •\x1A ;OŠs¸¶f%f¬Šá> "
b"\x01 ôx9÷îqÇò\x01 ظ\x08\x1F §è "
b"\x01 “x:\x12 Hrs¸ò\x07 `h\x06 ³é "
b"\x01 “x?J\e s¯©iµ»å\x11 "
b"\x01 “xBëRr\x05 …H¾è\x01 T‘S "
b"\x01 “x[þ¾q>’9õ\x7F ñqK— "
b"\x01 “x\Lªp\x08 ¶óÛXÄA§ó "
b"\x01 “x9ö9p\x1C ¼\x1F Â\r ›»\x18 Ñ "
b"\x01 “xNßCr~¾\x17 ÙóÚI¾V "
b"\x01 ôx6y\x13 q®ùKüHc0M| "
b"\x01 “x9ø\x03 rF„Ž¿%ÌÝŠ "
b"\x01 “xI~\x18 p‘>^ÖwÙe\x07 "
b"\x01 •\x19 ëLÕr^€L•¯´ÕgÕ "
b"\x01 “x8€Þs‡‚W±É y•¤ "
b"\x01 “x9ùàqC½Q`À30äÁ "
b"\x01 ôx:\x12 óp\x1A Øô¢╠\x01 ÖE┐ "
b"\x01 “x<Bzp̃;äàÎy+¢ "
b"\x01 “x>C¢qZŒV)YÂ\x14 ¢+ "
b"\x01 “xT±*rü¾ú¡¥t+ž) "
b"\x01 “xU:ñq%¸#•t¼Ñ9\x06 "
b"\x01 “x6¿ùsnªÞ¾ûe\x07 K› "
b"\x01 ôx:+³sÁ¼║q\x1D a\x04 ü╚ "
b"\x01 “x>\x08 mrø¯|¸ð†¯ñ\n "
b"\x01 ôxBý}qHÇÜÄýɪ│Ï "
b"\x01 ôxJBfqrü.+Û\x14 £R┴ "
b"\x01 ôxT#®rÐü\x04 ûê"Ø\x13 ë "
b"\x01 “xTŽrr…ÐQýÁJؤ "
b"\x01 ôxZ\x1D áq\x07 ┐èQnÛë\x14 Å "
b"\x01 “x6Ì\x06 r‡Œ=ÉX}zª— "
b"\x01 “x\0Tq[»‡¦üjš¥ˆ "
b"\x01 •\x1A :xõqÕ†ŽÔÚk\x17 „§ "
b"\x01 “x9öÐrê“„\x11 ?Ç\v\x06 Ã "
b"\x01 “x>Õ-r,€ö"¨¢Í-} "
b"\x01 ôxItÑq×üÀLý\x11 ?\x1D g "
b"\x01 “xPì,q|ŠS\x1E Uë\x15 u} "
b"\x01 “xT!»qã´L”5ï3šÏ "
b"\x01 “xT&örö•äøãòŒ\x00 æ "
b"\x01 “xXkËp\x7F ¶Žk…û–Ž\x17 "
b"\x01 “x<w\t pJš\x18 ›ût+ôŸ "
b"\x01 “xJ\e ]sñ°Æä.<ð=\x0F "
b"\x01 ôxJÅçpµëð\f R\x1F i¤Å "
b"\x01 “xJ‘\x01 s2¡\x01 ‚²T:] "
b"\x01 “xKÊÝq]¬Øç\v Q¿W$ "
b"\x01 “xT \r rÀ¹§¶“ÅE«÷ "
b"\x01 “xT@_r«½\f Ôò\x00 À“@ "
b"\x01 •\x1A :\x18 Sqç£,Ôd@å`Å "
b"\x01 •\x1A YÝ.q›‚«¦è\x08 `q "
b"\x01 “x9öXq2–¨"8\x08 Šìx "
b"\x01 “x9öúqÙŠ²ÜwQqÊð "
b"\x01 “x<CìrQ˜ßØŸ‚dPÄ "
b"\x01 “xNÞ\x0E p¹€„ÎG^\x1D .U "
b"\x01 “xQzDs\x01 šÚP•ã䌣 "
b"\x01 “x6§ìqˆ¸G½Ù\f xµ¹ "
b"\x01 “x<v#s"¶üb¾\x01 [(ë "
b"\x01 “x<vâqµ—‘“ˆé•ä\x08 "
b"\x01 ôx>.¡r¨ö\x08 ¸¾É\¨ü "
b"\x01 ôx?IÑqøáÆqlx┴RÅ "
b"\x01 “xIuts€¾{¢¯¬4Ëc "
b"\x01 “xTÍ)s_¡Í‘,ÝË‘1 "
b"\x01 “xTøEs\f ƒ<û^ŒZql "
b"\x01 “x\R\x01 pì½\x00\x12 ?=êë¶ "
b"\x01 “x6ªÐs$¾³éã·\x14 –¹ "
b"\x01 “x6»\x1F q2œÁzC/eÀ½ "
b"\x01 “x:\x0E ðpW‘\x10 ¼Þ\f –SC "
b"\x01 “x:+±sC›ØvW3Öλ "
b"\x01 “xJArr\x13 ²’×GwaUP "
b"\x01 ôxKzâsk¬¨Ú╚ôm┤Å "
b"\x01 “xQ‹Ds”ž•mqtG½Ó "
b"\x01 “xR\ÈsG©0MèE’T¹ "
b"\x01 “xR]\x15 p\x03 ¯÷\r à o.q "
b"\x01 “xT \x07 p9–¸\x1C f•éS "
b"\x01 “x[öRr ¹”¾g°j02 "
b"\x01 “x\1ˆsõ¸;óbŽuŒ\x04 "
b"\x01 ôx\└3sÐÅ\x08 yû\x14 ø\x11 d "
b"\x01 •\x19 žGÏq´º-5#0Rm‹ "
b"\x01 ò\x19 ═(·sù¥ê▓¡ZØÌ¡ "
b"\x01 •\x1A _1xrö¸\x16 êá¾\x02 „ò "
b"\x01 “x8í1p\x05 ©ú\x0E\x1D <\v e\x00 "
b"\x01 “x9÷Aq¿‰X™EÅÏ\x14 \n "
b"\x01 “x:,šsD‡ÁaM$\x1A Õ, "
b"\x01 “x:,¸r§Œ\t $ÕΣ™U "
b"\x01 “x?ŒÅpø«êh\x0F 4OC\x06 "
b"\x01 “xBë–pŒ¼¥ŒšDó¢½ "
b"\x01 “xBì½qQ¶y®\x03 &Qðv "
b"\x01 “xT\x1F\x00 p~»½£x\x13 É\x19 £ "
b"\x01 ôxT®\x11 pØä┼6´I┬QÀ "
b"\x01 “x[þ–sw±y\t\f ‹'ª! "
b"\x01 •\x19 ü’§p¤›ô7pZØD( "
b"\x01 •\x1A :¸úr\x11 †\x1C ’ÿy2$ß "
b"\x01 ôx6¬Øp6Ö·Ú7!Z¹ô "
b"\x01 “x9÷epN¤ú[~ä\x11 @r "
b"\x01 “x9øÊp"“\t ÒEqt)á "
b"\x01 “x:Uìs(«K¬¿2"…À "
b"\x01 “x>0Ñrh‘û\x10\x13 kÇu "
b"\x01 “xA\f fqx¿}8‹u=l5 "
b"\x01 “xFoŒpö°"\x07 QQ\x02 [Ê "
b"""
\x01 “xF•gri”A’\x7F c0\n
O
"""
b"\x01 ôxJÉõsÒ«]yýÓèÿä "
b"\x01 ôxK{ r³ÉÍ$¤\x17 Ä}± "
b"\x01 “xT¦†p³¡ÑÆÓÈ´:\x03 "
b"\x01 “xTã^s’™fžŠª§G9 "
b"\x01 “x\\x00 éq4©jƒYbÓ”Z "
b"\x01 ôx\\x01 ür,Å«º\x0F ÔNI "
b"\x01 “x6ñ\r sh•øO†\ê\x07\x12 "
b"\x01 “x9Aéqn±öÜ#0\x19 ²9 "
b"\x01 “x9öHpƒ¼˜P!(!Ý£ "
b"\x01 “x9øvp>‘«~\x1A DäØœ "
b"\x01 ôx:\x13\x03 s.øJ│ìQnÿc "
b"\x01 ôx>2_qbìbl±,êGc "
b"\x01 “x?\x06 8q÷‘2a®°yÐ\x18 "
b"\x01 “x?I5s£‰µiU|æÁà "
b"\x01 “xD\x11 ¸sK»Ÿ¡[jÔÄG "
b"\x01 “xF\x11 ×r©¤¹–r_&ÞV "
b"\x01 “xF\x15 Œs\x12 ·ŽµH¤Ù\x1C . "
b"\x01 ôxIÝàp[É/±!âÑ»╔ "
b"\x01 “xJ`¾rV†\¡„\x1E Ì/— "
b"\x01 “xJ‘XrŒ‘3¡ú\x04 Û8™ "
b"\x01 “xT Apk¹ÀJ\x17 -UÁ] "
b"\x01 “xT&lrž´WALeЋž "
b"\x01 “xTw\x06 sÒºÊÃ…båሠ"
b"\x01 “xTŠ‚q“…¤Â£¶¥a "
b"\x01 “xTåur‘ž¢é̸äÎ… "
b"\x01 “xU\x0E ”p\x06 «ã\x1D ”ô<\x1F £ "
b"\x01 “xU€Órÿ›\x03 ˜î%×N™ "
b"\x01 “x[ýbpþ–%+~.Î\x0E ¾ "
b"\x01 “x[þLsD¤ØÜ¹\x00 9²\t "
b"\x01 “x[ÿœp0„^\x01 ×dy½\x04 "
b"\x01 “x\ð4p\t µä\r 6¨\x11 ; "
b"\x01 •\x19 žK!s›’Øü\x11 ô)°œ "
b"\x01 ò\x19 ƒ.¢p@Å38±eÒ?´ "
b"\x01 •#º¢Ös_½â{\f ÞG¦Ä "
b"\x01 •%‹ìÍpF¦\x16 Æàüh\x1D\x17 "
b"\x01 “x9õzsŒ¾DºqãØ.\x11 "
b"\x01 “x9÷\x1E r˜–Pxª\x12\f ¬@ "
b"\x01 “x:\x12 Ír¸¡*ö;Ýû#ª "
b"\x01 “x<vÑs\x00 ”ýÈ\x0E ãû¼\x00 "
b"\x01 ôx=Ð╗rÅ««ôvy/:Ñ "
b"""
\x01 ôxI\x1E tr³ü¸\n
┴Úêg¢
"""
b"\x01 ôxT\x1F øpèô\x0E ü\x15 ]█▀\ "
b"\x01 “xT)×qö”´LS#iøí "
b"""
\x01 “xT̈pg¬\x1C \n
ºñž¬`
"""
b"\x01 ôxTÔÉp«ê¯═I5\x10 Ô, "
b"\x01 “xXk†r\x16 „σ¦œ=¡w "
b"\x01 “xXÓ s}¶‘¾Áxk¦ø "
b"\x01 “x[üºp ¯Ûöé³À\x10 [ "
b"\x01 “x\O8qм¨»Rèòuž "
b"\x01 ò\x18 ´j³rÕí`\x17 ù╠É©o "
b"\x01 •\x19 ñ\r esæŠe¬ê‹V®[ "
b"\x01 ò\x19 ±AKq\x00 ║VM.╠ÅQ] "
b"\x01 •\x19 ó\x0E ]p°ž=BN\f –\f ¾ "
b"\x01 •&8k|r—–ÍWs\x0E vV3 "
b"\x01 ò(~-UrÍé┼É\x05 Z■Æ┴ "
b"\x01 “x9V\x06 s‹¿›„úú\x19 }L "
b"\x01 “x9ãmsÄ£q9ò +j¾ "
b"\x01 ôx9§Þq¤®░ï\x19 ┴/╣ü "
b"\x01 ôx9¸┘p¬90═ØCéF "
b"\x01 “x9øQp\x1D ¹¿±7.4„Ð "
b"\x01 ôx:*³p\x01 øh┼ù'É6 "
b"\x01 “x=Oëso˜\x1D G*zŽ\x02 r "
b"\x01 “xBëÌrøŸ-à¾83”ñ "
b"\x01 ôxEô¿syØ╗´¦\x10 ,;m "
b"""
\x01 “xF\x12 [p!«\n
_åËr‘
"""
b"\x01 “xG=ur¶“óÖÇ\x0F\x06 kó "
b"\x01 ôxJÅÑq¸æúVbf\x17 µ: "
b"\x01 “xKz\x1F sÚ˜S\x04 ¦\x15\x12 ´c "
b"\x01 ôxKzhrïÉg\x07 nJ\x1D I\n "
b"\x01 “xLWGqˆºZ\x14 |?ú\x1E $ "
b"\x01 “xNÜòqîº\x11 hO6\x17 ¬Ñ "
b"\x01 “xO<„r¬Ž\x17 òf~\x15 Úì "
b"\x01 ôxR\Tp\x01 ú¥aØT\x13 e▒ "
b"\x01 “xTX‹r\r ».¶íó{ÌG "
b"\x01 ôxTºøp╠àõ»t@╦ùØ "
b"\x01 “xT\x07 ql¸©Aç/1^\x15 "
b"\x01 “xU–srX¼5•ÀÝ\x10\f ¬ "
b"\x01 ôxUûÒsì│ó{ã@[ u "
b"\x01 ôxW█\s1¥4\x05 gÉd\f ÿ "
b"\x01 ôx[³Qr\x7F ┐#%─/\x1A █Ø "
b"\x01 “x\…\x14 sd“}*IŒí·. "
b"\x01 ò\x19 Åí¦qìêÆôð┴GDz "
b"\x01 •\x1A ðø\x08 qq¶d\x1A ±ŠÁ{\x1A "
b"\x01 ò#§\t ãrFæß\t Ŷ;U\v "
b"""
\x01 ôx6¬\n
r\x10 üì\x1F ÿAw¬{
"""
b"\x01 “x6Ìès2¤©f¹Œ²‚X "
b"\x01 “x8í•ss‘;g<÷—òÉ "
b"\x01 “x9ör.™õ2tñèrŽ "
b"\x01 “x9øœs2©ãåËͯ ´ "
b"\x01 “x:\x12 ús„½ÛK¦ÞÁI• "
b"\x01 “x:>äp\x19 †\x03 q!4š\x18 € "
b"\x01 “x?Ifq$ž%Éÿ¬9\x7F "
b"\x01 ôxI;úp-á┴\x1F ì!yJ¢ "
b"\x01 “xI[šqÏ¥bo¿3AËq "
b"""
\x01 “xJ\x16 urºŒ°ÿm<\n
ïœ
"""
b"\x01 “xJCÝsÅ¢MaíygÞ "
b"\x01 “xKzæp¢£Ã\x00\e õýg3 "
b"\x01 “xKÒŠq\x16 ´Å~\x06 \\x07 .¾ "
b"\x01 ôxT>JpꮣS#\x1A ûÉl "
b"\x01 “xT?¢r\x7F «\x04 ¼ËCÅ+( "
b"\x01 “xTãtqì¯0\e\x15 ©’Ûª "
b"\x01 “xTü¼qú½›Y\x04 Å'ˆÕ "
b"\x01 “xV—\x11 q»ˆì›ÖB6\e ¨ "
b"\x01 “xY;}q©Ž—1\f\x04 ©¹! "
b"\x01 “x[û\x01 p¬–ˆ°‚ñ/ô© "
b"\x01 ôx[¹rr³Äü\x07 b╠q~ "
b"\x01 “x\MçpִͰX\x14 þn "
b"""
\x01 ôx\QÆpR╝)\n
Ø\x14 JÏ
"""
b"\x01 ôx\Ü6rõ¼iã5üÉ\x1C └ "
b"\x01 •\x19 žxÕs\x02 ¡:çÜ\x07 ˜Çû "
b"\x01 •"ªtQqX°\x03\x14 q\ÓWE "
b"\x01 ò#║ÅåsîÆ,µY\x04 ‗\x1D Ê "
b"\x01 ôx6¬ìs+ä\f ┘»ÇXìÈ "
b"\x01 ôx6╗&qa╝É&\x06 ╩É║ "
b"\x01 “x8ïárS§[íW7\e W[ "
b"\x01 “x9ãtsdœ1åC‡6ì "
b"\x01 “x:\x12 ysž’É9Œ¾0ØÚ "
b"\x01 “x:\x13 2q³¿Æt3~ƒ\x13 i "
b"\x01 “x:\x13 ;pD»_Zx¼uí\f "
b"\x01 “x:+gq‚…w\x14 ìNř٠"
b"\x01 “xF\x12 ÍqÝ›\e bçCq\x00 “ "
b"\x01 “xFotr\x17 ‰®ÙO• ³Ò "
b"\x01 “xJ`9rØ”Öl€Zæi™ "
b"\x01 ôxJ`ÅrÚªıF3U\x03\x0F\x06 "
b"\x01 ôxKz4sìë\x06 FÙ\x19 {\x14 Õ "
b"\x01 “xT$ÖrÕ¸\x03 {KŒíŬ "
b"\x01 ôxT&Wpy¡Ø"ÞJ\r X$ "
b"""
\x01 “xT°»q\n
ŒQ\x03 ¬\x10 ¬ç9
"""
b"\x01 “xTÉ™qÍ©|å•g¸\x05 ß "
b"\x01 “xU\r Gp\x14 ¶\x17 RÜ.X5Ú "
b"\x01 “x[õùsµŸ`!7A.æÀ "
b"\x01 “x\\x00 ýr\x05 †_\x16 ˜íÚ¡È "
b"\x01 “x\1\x1A qü¤zQ…p'ê< "
b"\x01 “x\1iqLµ\x1D —/ eFP "
b"\x01 “x\OÛqmµtÈ\x0E 4"oB "
b"\x01 ôx\oƒrØÖ▓\x11 ¡çã╝/ "
b"\x01 “x\˜Ypþ·õ4;«>“ "
b"\x01 “x\Á“q×¾¦\x7F šU–¡¾ "
b"\x01 •\x1A :ûdqµ±þN*vWÅ8 "
b"\x01 •#Z\v rr´š‰©=Ü\x17 –ü "
b"""
\x01 “x6©Òqr¦A9³\n
MŒa
"""
b"\x01 “x6¿\x7F pR©î%5&\x16\x14\x18 "
b"\x01 ôx8Ýsplاf+Ug_8 "
b"\x01 “x8í°qÊ»¹‚\x01 ¿\v *§ "
b"\x01 “x8ïÄq]‹]Ȧàõß\t "
b"\x01 ôx9§;q\x0F ÅêDP@¬çð "
b"\x01 “x:\x11\x17 q;—á?mÞÞFy "
b"\x01 “x:\x12\x16 r&‡ê…ƒ¿6ÅN "
b"\x01 “x<C]ró‰\x04 ÂL\r šf "
b"\x01 ôx<CùsiñRv[Å$╝± "
b"\x01 “x=ä…p†¨`\x01 ÒPS@ê "
b"\x01 ôx=÷ØsQà┼PýËÎM╠ "
b"\x01 ôx?\x16 £p¾íÊ▒É1ßx? "
b"\x01 “x?IâsW¤CÇBõíUz "
b"\x01 “x@hts3¤’x´–lv\e "
b"\x01 “x@æ+sG¢’ÐÏ04Ï\x02 "
b"\x01 “xBë&r”«‘3Ôßáï¼ "
b"\x01 ôxBý\x15 qiÁ=\x02 bÉ3Õ0 "
b"\x01 “xF\x13 HpÉŒäDÄõ;ó- "
b"\x01 “xJ\x1D &pÙ†‡ízè)‚Ê "
b"\x01 “xJC"rЕF„"Þ\e w\x16 "
b"\x01 “xL\x1F ·rî¦höëØK¤\x0F "
b"\x01 “xL\x1F ÍqšŸáÏ\I_<\x01 "
b"\x01 ôxL╚êsnÅF┼┌¾!¶õ "
b"\x01 “xNË\x01 s…±²\x12 ºÍئk "
b"\x01 “xOÎ\x1C qÜœÑøÂ\x15 J‰í "
b"\x01 ôxTZ\x01 r5ÑØ▓ÂO,\x1F\x14 "
b"\x01 “xT[kpT«Ÿ%”¯Ï…… "
b"\x01 “xTuJp¶»fŸÔLÀNá "
b"\x01 ôxT¬\x1E r@ítÅÎ1%\x08 X "
b"""
\x01 “xU–Îp(“\n
ÜŒÁ\t r˜
"""
b"\x01 “xVGñræ— ‚8ÆÓÍM "
b"\x01 “x[ùºpE¼\x12 /Ô>œ"I "
b"\x01 “x[úõq\x1A ¸\x01 5(\x08\x7F 4= "
b"\x01 “x[ÿVrÀ·øAò\x11 Oîè "
b"\x01 “x\\x00 ˆs9“éuR;…\x13\x02 "
b"\x01 “x\\x01 Žqh°nH\x18 óJ:Ð "
b"\x01 “x\\x01 žpf¼1³thàUŠ "
b"\x01 ôx\P³pƒÉÏýı²w/` "
b"\x01 ôx\Q╣rX©+/2ا\x08 - "
b"\x01 “x\p|rÄ«ÖÓN\x10 6ó= "
b"\x01 ôx\ÿ\x16 rÙ®¦ºT■Ø\t ² "
b"\x01 “x\Þq˜€íÑ ^íaÚ "
b"\x01 ôx\└░s=ìÕ%J\x11 ▀\x05\t "
b"\x01 ôx\┌¼qjÆÔ\r ƒBÍü÷ "
b"\x01 ò\x19 Å┤\x1F q│º,\x1C\x19 Rn┴n "
b"\x01 ò\x19 ×ù½q"║¢┐Å─Û½\x05 "
b"\x01 •\x19 ¨›p\x16 º\x16 *AâÐä\x07 "
b"\x01 ò\x1A :╣\x07 qE╗ â \x06 =Ž "
b"\x01 •\x1A ilÖqžŽ–ï"'¨Ø6 "
b"\x01 •#[,üs•„MŽìêe)× "
b"\x01 “x6¨\x08 rp·æIDÜ/\x13\x08 "
b"\x01 “x6¾\x16 r\x13 ‚óR\x06 öÎñ® "
b"\x01 “x8î¿pÑ´òý‚ò¿Úã "
b"\x01 “x9f¦pÍ”¬\x04 °€ÒÌ* "
b"\x01 ôx:\x0E\x10 sSÉÃ\x1D ÄL\x06 =▒ "
b"\x01 “x:\x11 žrÁ…ö¡FÐ+k} "
b"\x01 “x:\x11 »rבÁ\r øœqÚÇ "
b"\x01 “x:+èq–·\x12 «“8„®ö "
b"\x01 “x:?Gp ¶\x16\x02 Z4A› "
b"\x01 “x:V&rÒ·V\x1F ²Ág\x12 l "
b"\x01 ôx<v©sxÑA=©JÓÉB "
b"\x01 “x>äLpí¯\x16 Ã<U"xß "
b"\x01 “x?\x06 þqi’åS¤)O\t 5 "
b"\x01 ôxA\f ñqõؽ|a-mýÒ "
b"\x01 “xB;Xrטm¸f_V?é "
b"\x01 “xB¸Bqó†^].©UW\ "
b"\x01 ôxF\x12\x16 q\x11 ╝pÅãV®Üâ "
b"\x01 “xF\x12 EqY‚(ëò—²œE "
b"\x01 “xF\x13 Šr䮃Ax_Ýßì "
b"\x01 “xJ\e Nqƒ /òYŸ¾óu "
b"\x01 “xJ\x1D\x1A q‚Ÿ~öçÕÁK‡ "
b"\x01 ôxJ\x1D JqÚüUkRüI,\x00 "
b"\x01 “xJ\x1D VpÈŸÕ \x04 ô™~Ÿ "
b"\x01 ôxJraráùtÆòLü¾× "
b"\x01 ôxJÖýpÆ©ØÞf\x03 Û)╝ "
b"\x01 “xKzMrO›4M5AÈ5Q "
b"\x01 ôxK{Wr\f ê\e ┐Ø3ñ╔ò "
b"\x01 ôxKÈîs\x16 ØP»jÈZ╗K "
b"\x01 “xKí)r\±ñöáRPåw "
b"\x01 ôxLW\x19 qü▒Ì\x15 .!tQ@ "
b"\x01 ôxM'-s>üý┌þ\x16 ¡‗\x1D "
b"\x01 “xNß+s2‘—&¿–\x15 o\x02 "
b"\x01 “xOÎ*q\x1E ‚/¶\x12 |ž\x0E n "
b"\x01 “xQ‹ar•©KU\x0E\x7F ˜e "
b"\x01 “xT OsG’\x1F Ìà\x1D\x12 Î^ "
b"\x01 “xT!epɤ8_‡vÁ\x15 "
b"\x01 “xT*ÎpRì¶©ã\x1C ¿4 "
b"\x01 “xT;âq\x00 ‰d*¤ \x18 *& "
b"\x01 “xT?ˆsí¯#)(¢\v Å‚ "
b"\x01 “xTXÑq¬’=\x00 @_Çß- "
b"\x01 “xTY‰p\x7F „%Ö\x10 Þ¹¾O "
b"\x01 “xTx\x18 q³¿\x13 º\x1A ßœ~< "
b"\x01 “xT¦“qÐŒv÷2Î+\x14 – "
b"\x01 ôxT¼ÆpOÖ\x11 ▀üõY: "
b"\x01 ôxT¼Üqfª!$Þ+©ÖÉ "
b"\x01 “xT°‚rÖ—6eo\x05 ìTž "
b"\x01 “xTÈÕsŽ¿ÕëgÜä© "
b"\x01 “xTÊ\x16 q ¹ö¯i‰ÛE¬ "
b"\x01 “xU\r ÉrÖŽ¤ÉXÔ\t šÐ "
b"\x01 “xUT<qÙ€FY¹‰nÑ\x00 "
b"\x01 “xU€¬s᪳\x1C ,möÞt "
b"\x01 “x[ú‚q:†*žñ§gàÔ "
b"\x01 “x[û\f r†˜%¶ñÂV¤M "
b"\x01 “x[û\x17 s£„G+ øÖQ3 "
b"\x01 “x[û¤p!…är$¬š\x17 é "
b"\x01 “x[ûÜs¬‡=›ì8á\x16 O "
b"\x01 “x[ýër2ª¯ Üzôeð "
b"\x01 ôx[■Ðs\x1A Öûî╬ƒÒüU "
b"\x01 “x\\x00 sp®†›ï\e ¥ï± "
b"\x01 ôx\0ìsbøgÿÏ▒Fh( "
b"\x01 “x\2ƒs¸…e3TcQ¸l "
b"\x01 “x\qnrúŠ“VÆàS\x1F › "
b"\x01 “x\˜Öp]³l}eê™Õ3 "
b"\x01 “x\®Ppÿ¦†\x04 €È\x0E ‹ "
b"\x01 ôx\«r¤ûHüîKC_b "
b"\x01 “x\Ù¤p.±•ê\x14 çTË "
b"\x01 “x\ÙÄs9š\x7F AÇþúfK "
b"\x01 •\x19 \v\x1A pљƢ!´²Fì "
b"\x01 •\x1A a`rsE«LK>â\x11 Qø "
b"\x01 •\x1A Ü£qw™å3q\x15 $·Ì "
b"\x01 •\x1A Ý5Øq•¨ö«øÙ‚Kc "
b"\x01 •#R\x04 #pÇ·9»×’)ó¾ "
b"""
\x01 •$\n
îDsP•ÆÃÿí\\‘
"""
b"\x01 •$\v ##r\x1E ¯äØjÿ "
b"\x01 •&/=Hqú£Õ\f ›u“÷ò "
b"\x01 “x6·6qÕ·ØÝ·ÊŠ.a "
b"\x01 “x6¿Úpý‚(&mÐ12Œ "
b"\x01 “x6ËŸs+‘4D”׃ƒ\x0F "
b"\x01 ôx7i║s;áØÅ~w¿Í¯ "
b"\x01 “x8¹2q\x07 «-\x0E î“\x07\x13 N "
b"\x01 ôx8¯Ür├êå0\x15 üÚÏn "
b"\x01 “x8ï+s©ŽpcF€Zfq "
b"\x01 ôx9╠ÚpÔåJ³¥lìèÅ "
b"\x01 “x9ÏôpúŸv~=Äò‰_ "
b"\x01 “x9÷-q²o3‡jDnŽ "
b"\x01 ôx9¸░q.░¨ÉSãx┌ "
b"\x01 ôx9¸´r\x12 Øp¯\x14 +\x04 $\x7F "
b"\x01 “x9øbr`ŠÄS"\x05 †ôÍ "
b"\x01 “x9øÝp¦‚C$ü Û,, "
b"\x01 “x9øõpT«È9¬dÅ·\x15 "
b"\x01 “x9ù€p‡¥\}<\x02 E¯? "
b"\x01 “x9ùÉs¾¡ûá̵̱ "
b"\x01 “x:\x0F Êqš«\x11 Ê9%_Eì "
b"\x01 “x:\x10 1rh¾\x11 Ý0`\x11 Æ: "
b"\x01 “x:\x10 ›rNœeNñ%¨“# "
b"\x01 “x:\x10 ýsO¤º.cj(ÁÕ "
b"\x01 “x:\x11 ‚sý‡“tèÔŒ ° "
b"\x01 “x:*†s}¥— ·Åü\x1E ” "
b"\x01 “x:+•rË‚“Ü$º0†0 "
b"\x01 ôx:,^peäü·├s═Y\x08 "
b"\x01 “x:W\x14 q\x7F ½Äú³bÔâ÷ "
b"\x01 “x<v˜p\x01 Š$K¿=ImR "
b"\x01 “x=¯ÊpŠ–ÊDWþ.ß\x1E "
b"\x01 “x>1\x0E sk¾\x1A ¬ûŠ\x01\x18 U "
b"\x01 “x>ƒ÷sXµšFØ0±ßþ "
b"\x01 “x?&:r*¤Ñ±zpÆp“ "
b"\x01 “x?I—sì—4\x00 Ï%í\x06 T "
b"\x01 ôx@äÐs░¢\x12 ¤└n\x08\x1A Å "
b"\x01 “xB·Üp\x0F ˜\x05 µYß,j "
b"\x01 “xBìÔq)‘£ZoÊi¶Q "
b"\x01 “xEçºr\x13 ‰Ùÿs\x01 T»ò "
b"\x01 “xF\x12 –pª”Àø5Ïþ+Ò "
b"\x01 “xG7ðq@¸–_äúáú™ "
b"\x01 “xHíYp°•P\x04 “"©BÝ "
b"\x01 “xI—¼q\x1E ’ØÏ\x08 ßäèï "
b"\x01 “xI›}pЮûº@”7ÅÆ "
b"\x01 “xJ\x18 Ap”´2Ýó÷\x16 ¹µ "
b"\x01 “xJ\x19 âr<±«Žæ‘•æô "
b"\x01 “xJ6>pn©\x11 àQ†O‘¼ "
b"\x01 ôxJ<┼p&ÄÓü2kW>Ý "
b"\x01 “xJA7p먶”gùd†Æ "
b"\x01 “xJBKpê½h}w \x1D óŽ "
b"\x01 “xJ™\x04 qY‘†ÌÛkºÊ! "
b"""
\x01 “xJ™"pp¢¿\t \n
ÜkìL
"""
b"\x01 “xJ™aqÇ·övCe£5ˆ "
b"\x01 “xJ™ÐpЀêÇXQÈÇ\x1D "
b"\x01 “xJš\x06 ròŽ\x0E Õ]Í×ÿÕ "
b"\x01 “xJž=r\x07 µVÖ‡\x16 ÔšÄ "
b"""
\x01 ôxKy¸sÖè߃ì#\n
┤
"""
b"""
\x01 “xKz\n
s\x14 ˜`;gf™=)
"""
b"""
\x01 “xKz¢rV¡™É"\n
€I)
"""
b"\x01 “xK{;p3¥\x19 43š[\x10 H "
b"\x01 “xKö)r-©y§gI'[Ë "
b"\x01 “xKö\qϸ\x11\x15 Hš\x18 P‡ "
b"\x01 “xLVæqûŒÍÆáÁ‘óŠ "
b"\x01 ôxO\x16\x12 s!öZMÊ■{ì% "
b"\x01 “xQzŽqƒ<2³(¹lË "
b"\x01 “xRŒùsM‘~¶èæ˜\x1D ° "
b"\x01 ôxT År3ÿ+¼¢Äu|ñ "
b"\x01 “xT!Çp®ioçÞ·q0 "
b"\x01 “xT#£pG¿>\x06 ãõšÜ\n "
b"\x01 “xT%<s׬ïÇÕ‹b\t Å "
b"\x01 ôxT'~pÚ¬C:¤z\x00 Åı "
b"\x01 ôxT=gqCØs┼îó«ØÀ "
b"\x01 “xT‰œs•‰\x00 DÙ€\x15 DÌ "
b"\x01 ôxTëñr#ÄÉì┬ã\x1F ¬% "
b"\x01 ôxTó@rìù\r é\x08 ┼$º\x06 "
b"\x01 ôxTÑrr\x1C ü<%\x13 Ù│x "
b"\x01 “xTãÐrÓ€þ©W \x04 ‡ß "
b"\x01 “xU9Øqû‡ƒÄx,~°÷ "
b"\x01 “xUR¢s“–ÿ¢wE)Æž "
b"\x01 “xU–½p|€\x1E\x1E …FÝx "
b"\x01 “xV\e ´r\x1F ™kX\x18 ûšÂw "
b"\x01 “xVªüpc‰(à\x15\x12 Â\x03 Š "
b"\x01 “xVñ›r3¹ëPR²\t\x04\x14 "
b"\x01 ôxV±ºrf¥U7¶ì\x12 ║\n "
b"\x01 “xWpÜsüŽ›Ú%±Ë²/ "
b"\x01 “xWÙêq\x17 ¹°åÆVðûR "
b"\x01 “xWï\x15 rKˆƒœÈ›[ŠÆ "
b"\x01 “xY~›sŒƒêôÍåu±· "
b"\x01 “xYá\x1E sd›ÍuÑÀ\x16 MÒ "
b"\x01 “x[ùMs’´\x11 Ë$ÝØSÓ "
b"\x01 “x[ü9qß½Î?)r[öê "
b"\x01 “x[ý\x1D rÁ·_Ú¶WëG‰ "
b"\x01 ôx[²┘p\x18 Øàßk°½êà "
b"\x01 “x\\x01 ¬s†••/öz©*ÿ "
b"\x01 “x\.EsD•]ÔúFCP> "
b"\x01 “x\.¶p;³\x04 £\x07 8•2H "
b"\x01 ôx\2:p+ØcÄ(¾·\x19 ├ "
b"\x01 “x\QÈrG«ËþŒ\x16 dÅ– "
b"\x01 “x\R©sy¥CþÉù}6£ "
b"\x01 ôx\qØptâ\x03 ÝK/ݤz "
b"\x01 “x\™,s©´MÇ…?Î\r À "
b"\x01 “x\Á\x05 p‘‘‡ÒyïÉ|É "
b"\x01 ôx\┴dp\x11 ªÊO░\x05 ├uÉ "
b"\x01 “x\Ø\x11 pi½uIt\x02 öÒù "
b"\x01 “x\Ù;r\x17 ‰è\x11 ‹”p‰ "
b"\x01 ôx\█qs'üÀ:k\x06 Gî\v "
b"\x01 “x]”¿r„¹\x15 šS¥œ²\x1F "
b"\x01 •\x18 ݵ\t q\x18 ¼HÆ$ØœÏ\x1D "
b"\x01 •\x18 ä\lp\x16 ¹(Ì\x1D ¢IÏ\x11 "
b"\x01 •\x18 èì•q<ž¸{ˆÖŒI "
b"\x01 •\x19 f\x15\x13 r\x06 £\x19 °ñi«DÕ "
b"\x01 •\x19 gVQqd•‹²ÚIv#É "
b"\x01 •\x19 žxÜrsƒSƒn?FF2 "
b"\x01 •\x19 é[ùpÌ®g¤ˆ/Xá´ "
b"\x01 •\x19 íN\x15 px²çˆ¸Èu1Ì "
b"\x01 ò\x19 ‗,ýrÓ¥¶*}Å┬½[ "
b"\x01 •\x19 öu_rM aøØ@›ËG "
b"\x01 ò\x1A :-ÐrÆÁıÐÓÅiJ\x03 "
b"\x01 •\x1A QÃ\x17 sÄ€À`Ep9Ý* "
b"\x01 ò\x1A n╩>q}ØÖÆ>_\x02 N■ "
b"\x01 ò\x1A █Ëès%┐1zsq³æÉ "
b"\x01 •\x1A Üz(p½“«\±¾ö¹Ý "
b"\x01 ò\x1A ±^tp{«§┐ü▒à\x19 º "
b"\x01 ò#_\x06 Ös¡Å£NSÖíß╝ "
b"""
\x01 ò#` äpäì\n
×A\v ┴\r\n
"""
b"\x01 ò#╗N\x01 q°íÁßÞ\x16 düö "
b"\x01 ò#╗N\x06 s,ÅïË]ÎÀ2╠ "
b"\x01 •&4E¨s\x1E ‚’q‚tÏñŠ "
b"\x01 ò(}h+r@Å\x18 *▒\x15 ¤┐o "
b"\x01 “x6©\x18 s\x08 ¶öŸ]«ÐÆ> "
b"\x01 “x6·\e s9˜‘Vdáèí× "
b"\x01 “x6·)pT£x(JBg1# "
b"\x01 “x6Ì:rJ£?kˆ˜ÏEn "
b"\x01 ôx6‗árQÅ\x02 Käʃñx "
b"""
\x01 “x7iöp\n
·w¯y\r •[¿
"""
b"\x01 “x8¡Bsâºi\x0F À´K½à "
b"\x01 “x8ò¨q€¯\x16 `ò‰î:\v "
b"\x01 “x9â[r\x08 ¤ŸcL±\x12 ~D "
b"\x01 “x9ã®r\x01 ¡xèŸpòvV "
b"\x01 “x9õNq"ƒ„\x1E (™AR¶ "
b"\x01 “x9õbs~§÷>¢@ÅÛ\x14 "
b"\x01 “x9öip–Ÿ½‚Rægû\x06 "
b"\x01 “x9öås]ºl€}ép\f 8 "
b"\x01 “x9÷¨p¥¸"áÞ€æ;â "
b"\x01 “x9ø*s÷¦Î\x1A œÔ.\x00\x14 "
b"\x01 “x9ø>pª¸÷È\x12 é®ú "
b"\x01 “x9ø´so°4\x12 T\x0F %¥e "
b"\x01 “x9ù\s<’´ô6QoÓL "
b"\x01 “x:\r òsi´ÀVUØ\x01 ‡0 "
b"\x01 ôx:\x0E ëpwÄ#\x10 FiuØ\x0E "
b"\x01 ôx:\x0E ÜrÉÂ╠=÷ËGXY "
b"\x01 “x:\x0F\e q\x7F —n\f ]1VbO "
b"\x01 “x:\x0F 8p\f ¦Ÿm\x01 õŠàÝ "
b"\x01 “x:\x0F _q•Ü\x1F ÝÛe#\r "
b"\x01 “x:\x10\x05 r£œ„è\x08 =‡› "
b"\x01 “x:\x10 Fq•’ORñ¹¤’¬ "
b"\x01 ôx:\x10 `s»┐6rì×þ@N "
b"\x01 “x:\x10 ãq/‚³Í\x01 ™ÄÍ2 "
b"\x01 “x:\x11 Lp\x19 ‰”\x19\x07 ÆÁ\x0F b "
b"\x01 “x:*ÛsН5%«Ìží4 "
b"\x01 ôx:*ÙrÅä>\x03 âåc┐¯ "
b"\x01 ôx:,âq#øÒ▒ÞPìåV "
b"\x01 “x:-;sNž‹âІbK¿ "
b"\x01 “x:?8r<œ7j\x1F )'.+ "
b"\x01 ôx:TØq═â?4┬¶`©\x17 "
b"\x01 “x:U\x18 q+Š\x19 õ\f mÊŒÛ "
b"\x01 ôx:W\x02 s■ÉG\x01 ñ│ƒ=\x03 "
b"\x01 ôx<v§p\x1E ì9)ÛV▒qÈ "
b"""
\x01 “x<¯¿qG½Û\n
%þ\x7F éI
"""
b"\x01 “x<°/rþŒ\x1F ^Öa-·“ "
b"\x01 “x<öÒp\x14 •\x16 s{œ¦Ü‘ "
b"\x01 “x=Pfs(•¼V«2¾•! "
b"\x01 “x=Ž=r±¾4¬k k) "
b"\x01 ôx=ÐßrÉÑ┐S¥\x0E r\x19 F "
b"\x01 “x>0árž¯_žƒ_üæö "
b"\x01 ôx>1aqAüVUª\f\x16 X¼ "
b"\x01 “x?\x16 Är캧‚]¢ã\x1C "
b"\x01 “x?IÐqÒžåþ\x19 ç ר "
b"""
\x01 ôx?J\n
pfì1\x15 ╣;¦\x14 ¸
"""
b"\x01 “x?J/q\x04 ž L!ù†ÕZ "
b"\x01 “x?JWqƬg‘¨aøMà "
b"\x01 ôx?░(rÔª\x1A RÚ§Úì3 "
b"\x01 “x?®sø»¢—âÆxÐm "
b"\x01 “x@\x07 Üré³-\x12 ’\x1F #çÅ "
b"\x01 ôxAÁÛsTÅXC\x11 pAýæ "
b"\x01 “xB:ÖsÚ†\x7F Xµ§2¼„ "
b"\x01 “xBY‹qy¨yd¤Ù¥üE "
b"\x01 “xBYžp|„¿.N]\x11 ”ç "
b"\x01 “xBë¤rR¼îÞ¾V5PÏ "
b"\x01 “xBþ8p\x15 ›i’šqB\x17 ÷ "
b"\x01 “xDL>soœû¤\x11 ¥<–K "
b"\x01 ôxEñØqk¼¤:f¿\Ý╔ "
b"\x01 “xEü1p$¼R;Ó°Ùù\x0F "
b"""
\x01 “xF\x11 ípJ–¹\n
›«ªJ*
"""
b"\x01 “xF\x12\x03 s!–ï\x02 15JÑÃ "
b"\x01 ôxF\x12 +qNùM\x06 ;Ø¥Òÿ "
b"\x01 “xF\x12 xqÖ‚•\x00 c[s‰§ "
b"\x01 “xF\x12 ³sh¯\#¦#R¶§ "
b"\x01 “xF\x12 éqq£\x7F ¢[¤2‘Ä "
b"\x01 “xF\x13\t pÛ¸ÿ\v =ˆÞK’ "
b"\x01 “xF\x13 )p0‘¶s&Å‚Ïç "
b"\x01 “xF\x13 ipÒºäÏAqøÂH "
b"\x01 ôxF\x14 ¨r╗ü\t\x02 å#dàu "
b"\x01 “xFm‡r>¬™\x14 i\x00\x1D ¤! "
b"\x01 “xG7\x05 qa±7Ì¿‹ØIR "
b"\x01 ôxG;ur§ÀÆ┘ÇìN#\x1E "
b"\x01 ôxHÚ╩q\x02 únJ·ì×] "
b"\x01 “xHëžr©Œ\x04 ‹^è^¡Ù "
b"\x01 “xHëüsò¥S¡]6\x05 /É "
b"\x01 “xHñ\x1A p\x7F Ÿ\x7F qÙ/5i] "
b"\x01 ôxI!×qÎÅDíÄ┴│_£ "
b"\x01 ôxI@âsH┤ÌLÅ\x1F ×Qñ "
b"\x01 “xIZ\x0F r̈æ#tP$H‘ "
b"\x01 “xIx\x15 pµ“jHõ{\r ué "
b"\x01 “xIÍ®r\x10 Œw\x18 ·Ó›\x1F H "
b"\x01 “xJ>\r q®¡ß1\x18 ¦oL "
b"\x01 “xJCörc¦lI,q• "
b"\x01 “xJ\Ás@ª\x08 cj\t ce* "
b"\x01 “xJ]Órô…4‚×î³ÞZ "
b"\x01 ôxJ`Rp%░2\x1C ®ì-@ "
b"\x01 “xJ`ðqÞ¼Z\t €C¼§\t "
b"\x01 “xJa:sߎӴGöÍóà "
b"\x01 “xJr¬r޽óÕfhò^{ "
b"\x01 “xJs\x00 p\x08 ³2©¦þ%\e à "
b"\x01 ôxJsÝsuïø\x0F ■-2ì¡ "
b"\x01 “xJtDqÈ¿½€Íñ'ü "
b"\x01 “xJtrqA¡\x10 è•K;ÀÖ "
b"\x01 ôxJÅÌqѪi\x10 +Qó§Ù "
b"\x01 “xJ˜qq¡ƒ¬†\x00 X\x11 Ò "
b"\x01 ôxJÖÖp╝ü\x00 0j╝\x1C E┴ "
b"\x01 “xJš"pü óŽ@ã‰Í= "
b"\x01 “xJšWr½˜lŽ‹ÿ8C‡ "
b"\x01 “xJž[s!¨±\x06 ¹Ö#Tø "
b"\x01 “xJÇÆr\v ˜ª«Ì—ÛÅ\x10 "
b"\x01 “xKzÃs®«\x0E ÀÖ¡\x1D Á\x07 "
b"\x01 “xK{mpq—/ÙСާ‘ "
b"\x01 “xK¨ùq%„MèT¬º(\x11 "
b"\x01 ôxK®üp└│ëÐð&\x0E Ç\x0F "
b"\x01 ôxK┴\x19 pvØü(w░█▀\x14 "
b"\x01 “xKï\x02 qß’‡“S¦£»3 "
b"\x01 “xK÷AsÆüK?#ç΋ "
b"\x01 “xK÷šs\x1D —Ìꓽœ‚V "
b"\x01 “xL\x02 4sbŸÏˆ§)“\x1C õ "
b"\x01 “xL Ls·ºÇ\x1E Ý\x01 j\x1A "
b"\x01 “xLë5rù˜[WßÁù{— "
b"\x01 ôxP┘^pÞê\x18 s\x1A üR┘ä "
b"\x01 “xR[Àr\x14 ªo°S-\x12 Œ÷ "
b"\x01 “xR\pr¿¢ÁÐVÑ\x19 ú\x03 "
b"\x01 “xRuÔspÓv[Äõ–2 "
b"\x01 “xRŒ>q±‘×ÑÎ\x06 8<Ö "
b"\x01 ôxRîdsì¼àçzé┘{½ "
b"\x01 ôxRìîrþø\x11 ╣üxþÝ^ "
b"\x01 “xT\x1F ¶pؕ攖*6¹? "
b"\x01 “xT$ìqò”ÎýNØ-\Œ "
b"\x01 ôxT'YpÖÅ\f\x08 ╗\r ¡╣Û "
b"\x01 ôxT'àrÙ░\x16 1'╠\x05 ÉR "
b"\x01 “xT'‹sû²%¾ÁI’p‘ "
b"\x01 ôxT+ q─©2¿dØ\x00 ,╦ "
b"\x01 “xT;9s"‚)’ÑÔ7±\x16 "
b"\x01 “xT@ùpšŠ†U\x13 gÚæs "
b"\x01 “xTB'pe°dþ5\x17 ãÇÜ "
b"\x01 “xTBhq ¨#£ôMÄGý "
b"\x01 “xTYÆqRµÛIÞD±]3 "
b"\x01 “xT[üp캰êôù#õ† "
b"\x01 ôxT\UrÕì4f\x03 y╣x└ "
b"\x01 “xTs,s\x17 ·±\r oÅ3†• "
b"\x01 “xTu\x16 pñ…\x11 ÈpUÓ&ÿ "
b"\x01 “xT‰¾qˆ¿ƒº²\x1F ê¿\x05 "
b"\x01 “xT‰Æs|’ì\x13 ~”rÕ¶ "
b"\x01 “xT‰ðp›¤±Î’Ùï>L "
b"\x01 “xT‰øpõ’\x08 îE"Öà\x14 "
b"\x01 “xTŠ\x0E sðŒ\x1F\e\x07\x07 ?+\r "
b"\x01 “xTŠ\x17 q`„IXéÀ\x1F vÞ "
b"\x01 “xT‹îpÝ—‰Î@ñ»{\x1D "
b"\x01 “xTŒ¿rw¯šÒœL\x1C\x10 w "
b"\x01 “xT¢^qì¾W6În \x13 ` "
b"\x01 “xT¥LqÏ–ìéØJ\f ò” "
b"\x01 “xT©ìsÝ«ü³ø»ù"U "
b"\x01 “xT¬+pr¼Ô\x05 ¢\x06 läµ "
b"\x01 “xT¬×po¢Íï\x00 m£õÈ "
b"\x01 “xTÉJsä¢ÜÜZÞ\x05 Å” "
b"\x01 “xTÌíqȪ2J\x14 ¿¹˜4 "
b"\x01 “xTáÇslŽí\x01 ÜrVWh "
b"\x01 “xTä\x00 p®™¡„«J\x7F Gx "
b"\x01 “xTû+s\x1F ³5Fú\x13 b-ö "
b"""
\x01 ôxU\x11\x11 r\x1A ▒q\n
L:Xdü
"""
b"\x01 ôxU\x11 ¨pÀÇeôSâÅnZ "
b"\x01 ôxU#5s\x17 úf\x1D î│]Ø\t "
b"""
\x01 “xU$#pљ̓Ð0à\n
÷
"""
b"\x01 “xU$8s‰®=C#\x04 Üôî "
b"\x01 ôxU;\x0F qúìr×\x0E ├▄ѧ "
b"""
\x01 “xUhys\n
“EQcRäÔ´
"""
b"\x01 ôxUhÝq*ÅˤSe\x10 ═ "
b"\x01 “xUÚÖsÙ‹®¾\x02 ƒõw@ "
b"\x01 ôxU┌ÓpþƒÅm█ƒ¯iD "
b"\x01 “xUõÚsJ¾²ç&\x1D ó®í "
b"\x01 “xV4ÂpI²ð¼aZ/Zb "
b"\x01 “xVk skœù\x0E\x05 îtüT "
b"\x01 “xV~mr"ƒlþ>\x16 Û½5 "
b"\x01 “xV~ˆpÓ¬`Š—\x00 é‹: "
b"\x01 “xV”âpâ‚Áe?œv¸Ô "
b"\x01 ôxV┐┬r╔É3zKI┤ Ñ "
b"\x01 ôxWq(qƒÅ\x18 Aªt¶\x7F ý "
b"\x01 “xWˆËpK»\x18 àL\x05 k\x02 e "
b"\x01 “xW‰Ír0Ÿ_ã‹\x07 k\x16 Ö "
b"\x01 “xWî\x08 sž·Ž!*„ÿ°˜ "
b"\x01 “xWïnpç®îàî×l»m "
b"\x01 “xX#›rš¾õ§P‡xk\x14 "
b"\x01 “xX;¦rùœ~Òìý\x03 \r I "
b"\x01 “xXº3r]‡/ô̽Bhk "
b"\x01 “xXºprª»¶ðU0\x19 ¸¦ "
b"\x01 “xXЬpÅ™Šea5ºuå "
b"\x01 “xXìèqd“ya8œ”îŠ "
b"\x01 “xY\x7F ÊqjœÃÔ0îÖYŠ "
b"\x01 “xZ\x1D èqtƒÖ©„Š1õ "
b"\x01 “xZ\x1D ñrúµ\x17 åów· \x11 "
b"\x01 “xZ\x1E\f rý…ϾF´/\x04 ( "
b"\x01 “xZ\x1E\x1E s©žÏ“Mª’¿ž "
b"\x01 “xZ3ãqy†poåŽ\x7F Åî "
b"\x01 “xZ4Mpe—`¹ðÜZ}¢ "
b"\x01 ôxZIÉrÖ¬║ÕÉ1+Cb "
b"\x01 “xZÏs8‚ó\x1A ñ´â\f ® "
b"\x01 “xZÅÈs*‡æd[a]\x04 ‡ "
b"\x01 ôxZ┼Íqç╣┼²»\x15 6ìò "
b"\x01 “xZÆ\x02 rݧkþcôâQÉ "
b"\x01 “xZÆëqï &¼œªJ§\x1E "
b"\x01 “xZÆøsûŠ$pœÒÕ\x1C U "
b"\x01 “xZÇ\x15 pL»KÃŒReÍ# "
b"\x01 “xZÇ\x1F sx™Üõ‰²\x03 Ðß "
b"\x01 “xZÇ?qš·r·%&…uA "
b"\x01 “xZÇHpÖ£ðý\x04 ¤Ó^“ "
b"\x01 “xZøñqåŸ\r Ƥô\x01\x1A C "
b"\x01 ôxZ°¹sçÉθ╗_\e ³╩ "
b"\x01 ôxZ¨\x19 pôîÇÙÅÿÅ┐P "
b"\x01 “xZù$pÛ™‰\x1A /:¬ëP "
b"\x01 “xZùDs\x06 ¤MèCåŒÛ8 "
b"""
\x01 “x[\n
Ûp{ŒnÆ‚º\x0E ü+
"""
b"""
\x01 “x[\n
åpÅ–÷ÛÇÀ’ýñ
"""
b"\x01 “x[\v ¶p£ŠôÂeýZ·d "
b"\x01 “x[\v Âs“¦§\r )\x07 IQ> "
b"\x01 ôx[\v ■sÉ┐P.│ø"\x00 ß "
b"\x01 “x[\x1C šsB½ÐLøˆ.ê( "
b"\x01 “x[÷Gq´ŒûÍK+•Âã "
b"\x01 “x[ùEsCŒÉa{\x17 Ë\x15\v "
b"\x01 “x[ÿ"r¥‚Sý‡«¾½n "
b"\x01 “x[ÿ5rɵÆÜݱ8)ú "
b"\x01 “x[ÿmre¬ÚŠkéë¿â "
b"\x01 ôx\\x00\x00 p\x05 ÅÎ\x1F ÿQ3BA "
b"\x01 “x\\x00 -sÔ˜«\x1F Æètö¹ "
b"\x01 “x\.†qT“çÖñžù£± "
b"\x01 “x\1Þpa™|¤¿<\x08 >£ "
b"\x01 “x\2)pb j©3Ýæ¶. "
b"\x01 “x\Mir‡½†\e â;"¨R "
b"\x01 “x\NCsF¼Nrœï\x12 Q± "
b"\x01 “x\N†r7Ÿ…F"…\x05 \x04 "
b"\x01 “x\O&rÔªú+=™\ŽÛ "
b"\x01 “x\oÌs∙«Öåû7÷ "
b"\x01 “x\q+r,„\x00 EXÞKÆ; "
b"\x01 ôx\é«p▀ÿüìÇ\x07 |y¼ "
b"\x01 “x\„¤sô„\x11 ŸçDÖ’^ "
b"\x01 ôx\ÿÃqgüI\f m■FIÂ "
b"\x01 “x\š\x13 qƒª¡èFù\x14 Œk "
b"\x01 “x\¯\x03 st¦dRÑ¿7Ãc "
b"\x01 “x\¯}q\x03 «’È>â\x15 ÓG "
b"\x01 ôx\┐╝pØ©Ä\x13 ‗²]\x1A ¼ "
b"\x01 “x\ÁPsÞ˜Y3òQ\x11\x11 k "
b"\x01 “x\Áls³ˆj1…ÒŒ0G "
b"\x01 ôx\┴Èp}üâÿ╣Î╔ó "
b"\x01 “x\Â&p©—Óà—[–zê "
b"\x01 ôx\ÏÔpyÉ┐q║ôçë´ "
b"\x01 ôx\┘PsıóØ«,\x1E ©\x1A ╣ "
b"\x01 “x\ÙZpïœ#œ¡¢°&w "
b"\x01 “x\Ùúp˲qéƒóDì\x15 "
b"\x01 “x\Ú\x05 q¿ªkì}7z)Q "
b"\x01 “x\Úësq¨\x12 =ÃQÝÕÚ "
b"\x01 ôx\´Ër\x06 ƒ÷Ø Ó\x11 9\x0E "
b"\x01 “x]\x03 ÏqÅ’JQ}&¶å‚ "
b"\x01 “x]\x04 !p•’,[ÌÎr\x1A 5 "
b"\x01 “x]\x1A Óp<˜Ç-bõícÁ "
b"\x01 “x]4\x11 pò¿h\x0E ÷\x11\v \r ¢ "
b"\x01 ôx]5\r qñüwÊ░┼Å7Ð "
b"\x01 “x]5°rÆšn1Õújâ3 "
b"\x01 “x]Vór¿«¾^Nv‹;Ê "
b"\x01 “x]l\x19 s¹¥ã,7Â9¹X "
b"\x01 “x]lSrð¾–Á¦ùw^´ "
b"\x01 ôx]l\qf▓¾\v Å\x0F 7#ó "
b"\x01 “x]lks\t •D(!<鸴 "
b"""
\x01 “x]m\n
pð‹ ¦Ô^\v 'n
"""
b"\x01 ôx]mÖrØ┤Þ¤ı÷\v ÝÉ "
b"\x01 “x]€*p/·SnÁØÂoç "
b"\x01 “x]•ÿsX€cÄ’ÔÓ¿0 "
b"\x01 “x]¬|pK©k[õÈMÇ’ "
b"\x01 “x]ÊÝs\x14 »ú\f c/\x04 ÞG "
b"\x01 ôx]╦ªrbÅßÃ@Ur9Ù "
b"\x01 “x]ÌÚs\x1D ¥6»\x12\x18 ,þ7 "
b"\x01 •\x18 ç²óp[¯K\x10 1«7kæ "
b"\x01 •\x19 'œDs÷ƒõ´=˜I ½ "
b"\x01 ò\x19 T\x16 µr3ü®´?┬Î┌¼ "
b"\x01 •\x19 T\x16 îrP‡—ã\x13 â˜Û\x1E "
b"\x01 •\x19 TžÕsk„׃^<I/5 "
b"\x01 •\x19 UC\t rt€áDO¡ûI| "
b"\x01 •\x19 Ui3s\x08 ¿ôt<\x11 ÿ\x1D - "
b"\x01 •\x19 Ui=pf¾*½\x1E ‘©Lˆ "
b"\x01 ò\x19 iÆérºö¤ÅÜìyS^ "
b"\x01 •\x19 ‹‡ærÀš™÷2f–Å: "
b"\x01 ò\x19 Å─\v r!®mºMé\v ® "
b"\x01 •\x19 –8‡pa¼~&GÛí# "
b"\x01 ò\x19 ×ñìsÉáF▓·S)ag "
b"\x01 •\x19 ¡¦ûp½ ȧ³[>”c "
b"\x01 •\x19 ¢Ðqqƒ¯xdy÷ ‘H "
b"\x01 •\x19 ¢çòroŠÜ·ßª¦kç "
b"\x01 •\x19 £ us\x13 ¶¾¿‘lgg9 "
b"\x01 •\x19 ¬åJrœŸÒ|Û‚yŒÎ "
b"\x01 •\x19 Í3–rÒŠ9›}—Çæ "
b"\x01 •\x19 Ó\x03 GsÁ \x05\x18 ?l¸\v h "
b"\x01 •\x19 î\x1A \r q½?´Å[\x1E E& "
b"\x01 •\x19 òÀ¹rû¼õÅ,¦´*Ú "
b"\x01 •\x19 öÜÕqÞ·!Äûà†¥É "
b"\x01 •\x19 ÷¶Ärí…¤U‹\x18\x1E\x02 › "
b"\x01 •\x1A "õ'pÊ–’\x1C B $hü "
b"\x01 •\x1A :À qØ™~<?Çá<ï "
b"\x01 ò\x1A ;\x10 Ûp■üZÚIì2çd "
b"\x01 •\x1A >³\r r€žƒ’\Eöó\x11 "
b"\x01 ò\x1A >│\x15 p█ììæ\x1C ìö¡Ç "
b"\x01 •\x1A ?.hr€›\x01 NŸ³Ò„E "
b"\x01 •\x1A O7?pئZü*f¤–ë "
b"\x01 •\x1A [´Äqv“à\x12\x1C SKTG "
b"\x01 •\x1A n<\x19 r˜²Õ8w‘&es "
b"\x01 •\e \oSp÷®Ã¥°)\x7F\x15 "
b"\x01 •\e ˆ`\x00 rš½ð\x0E ¬@Ư› "
b"\x01 •#1W\x19 sp¾™\x19 H($Þç "
b"\x01 ò#1W$rAÉø®æàâæñ "
b"\x01 •#Fmªqu˜øµõÊ\x05 ´À "
b"\x01 •#_Ʊq\x0F †°vIh\x0F ñ› "
b"\x01 •#`“]s\x10 •Ip8û¤öÑ "
b"\x01 •#haYqGœë\x19 \\x12 ù‹\x07 "
b"\x01 •#h½VsdŠƒ°ooÏi5 "
b"\x01 •#hÕVp|¹½îƒÓl&\x00 "
b"\x01 •#lGþpt‹_[Í)_Ïd "
b"\x01 •#oµYsº„4TÑ÷•ÇÐ "
b"\x01 •#q$5r‘‰+°ÅZã!@ "
b"\x01 •#yJisï™\x00 3êÝ+ËZ "
b"""
\x01 •#{aÚpÍ€‹^˜è\n
”Z
"""
b"\x01 ò#üpzs\x0F ║ÑÆÜ¶9<ø "
b"\x01 •#ôflq\x17 “Çhò5¨)ë "
b"\x01 •#ôŒ`r—Á${Ú\e ‘b "
b"\x01 •#þbLs˜¡_ÅÞ\x1C N\x04 "
b"\x01 ò$\v ìÀs\x06 ®ä\x15 Ýç©N "
b"\x01 ò$\v ì¢r<▓M«,¨õ╩# "
b"\x01 ò$\r \v Çqéɶ\x0F ·ëø\x7F ² "
b"\x01 •$;º©q)€ü³r\x0E PH+ "
b"\x01 ò$;║┴rÉ^r█ë\f ô\x05 "
b"\x01 •$;ºÈp›ªfJ9òöDð "
b"\x01 •$e³\x7F qÄ•žôòQGqÑ "
b"\x01 ò%EO\x15 rÊüó\x1C U´╦:_ "
b"\x01 •%~¼¸q:²ÉkÕ!Ü@p "
b"\x01 ò&Dbhs│ü└;Éı6=\x12 "
b"\x01 •&D ,qÖ¶Úº8Ò²]í "
b"\x01 •&DÉXrSФàNð´æx "
b"\x01 •&DÉ]r8¯\f ÷ãM”= "
b"\x01 •&Dê[rL™Ú\x08 <\:‰U "
b"\x01 ò'<z@pÅøµ\x1E 8\x14 ¾Ý╚ "
]
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 (0x01937836AC0C7320B8195E5F25D78163 , 0x01937839E2927383B5B35923F66D2074 , 0x0193785BF7237159A0695092A16E7FA8 , 0x0193785BF5D9733A971DEC8809D5CBE2 , 0x019378541FC87351A3BBD6E76CFD9EAA , 0x0193785018BC7273B46B6A1A99B6883F , 0x01937839425F7069BCEC6F93E33F4AD1 , 0x01937838D294739E98DDD0F8EBF850B9 , 0x0193783F48E9703DBE22CAC92110B2A4 , 0x0193785BF56B71149667AAE61D916472 , 0x0193785420AC7280992D6A919EB73D22 , 0x019378572B1270518734D2D39A088F22 , 0x0193783F48D6713C97055C491AF59095 , 0x01937839F9107196AFBDFD9155D6753A , 0x01937839E2A471E797A422D141EF7AEE , 0x01937836C009734BB78067C670D7223A , 0x0193785BF6057171A21D2F9E2CCE63A8 , 0x0193783A0E6D701F8540B9B8C67657F6 , 0x0193783A2B2B717C81B4CDFA7C973156 , 0x01937838D2C6736E89097E1DDAB7EDA2 , 0x0193783F25B1721A9077B065BBBD9121 , 0x0193783A2B327087A583F631B19E80AC , 0x0193783D8E1272DBA227D0482A80BE5A , 0x0193785BF9AA70C9963289BB35F3B172 , 0x01937839E39C73C08BECD4E6CC892925 , 0x01937839E2E6734E91A151E190BCE0F0 , 0x019378567F1E719388C72ED8F45146ED , 0x01937839F60D730C92EF97203B309AEC , 0x0193785BF72C7235A4A02A4CAD03B139 , 0x01937839D02F712FA2732369B4B99FE1 , 0x01937836A9DD70A892BF5110EF39E8E2 , 0x0193783F490371D3B5934CAEECD4EE39 , 0x019378541F1C71ABA03FD75A8A0560E8 , 0x01951A5D0C2E72CFB6F4AF5BD54488B4 , 0x01937838D2B7713FBB44D783F0A2D263 , 0x0193785BF797737E963C683A7FD39C75 , 0x01937836C0017037932CB2D41D0F36F6 , 0x01937836A9E773FB9D63BB5498742496 , 0x0193785BF713733FB5AC789790F0361F , 0x01937839F660716EB01DD0296595CD1B , 0x01937849974470D9BC0DEF910191466A , 0x01951A6CD82F7364B8B8EDEC7DA3B7F4 , 0x0193783D8DA473CF972DBDA92CC02CD1 , 0x019378573BEA72E08D2602258E2445A6 , 0x019378492408734DB6484FBBACB9F6ED , 0x019519EDC6C072CA8C2B33365428A86E , 0x0193783A0E597056BDEA65A99C7935C1 , 0x019378388F7071FB8C0142A86959DFB1 , 0x01937839E34972CC840E89BFCE541BF4 , 0x0193784EA99771C5A86732217A73ACD8 , 0x01937839A4657083BF35F0A1F0E4DCA0 , 0x0193784997527100A7A5E5610F1A009E , 0x0193784A8F3772B7BC5CE567E28BCEF0 , 0x0193783D8D7C704BAA134E69B56DD475 , 0x01937839F523738AB7D242D307A829FA , 0x01937842D8267274877D6B33B8BA7C0D , 0x01937842D83071F5B1C4C5D91B1E5AB5 , 0x01937836F0E371B0B7594E4169CC4E05 , 0x0193785BFAE6711C8609C52ED7F50988 , 0x01937836F054731498E3D6C1077582C0 , 0x01937836BFD271E2B1B25B44DA1FE821 , 0x0193785420B673B880BEE3006F265E7B , 0x0193785BF5CB72DBA634951A0F154E2F , 0x0193785BFACB72F0A042CDD18C65E456 , 0x01937854A8A670518BDD7E9EE9DBE57B , 0x01937839F5C4716DBD5F48E25C02182C , 0x01937836AAE3721F844B4D95C052C1CD , 0x01937838A26271FF95A5ACD0429CF8E9 , 0x0193785426B8705BABF1016CBA17F902 , 0x0193783D091373B1A655A917153B68F1 , 0x019378542665703895935C3EFD91718F , 0x01937836BEFA703BAD874EA75248E653 , 0x0193783D9FED701EA0AC4E78872DA274 , 0x01937839E38B7345A41A789993BBCF64 , 0x0193785554B7710B8AABB924EF25D151 , 0x01937858395A71269B38F5AE81ABF4CF , 0x0193783C765F7044A938F3758A5EDE19 , 0x0193783A2B837376849553D2F9F12DFF , 0x01937839E32A73EE8ACFEC0CBB085F42 , 0x0193783A123E71D8AF83E6D950D9E443 , 0x01937836A9B3702FA64A4C1814E6333C , 0x01937839E312702BBD1BDB8E59235B05 , 0x01937836B8327381A2AFD46408EC8D70 , 0x0193783F48FA7153B5345BCCB229A417 , 0x0193783679D1708DB02C5013BFA975E9 , 0x01951A6ECA6E73C8BD37084A90BE3BAD , 0x0193783E2FEC703A87E0B3CD2DC87FD0 , 0x01937840074070ED9007A59FAF1A578E , 0x01951A6CD49470CDA8CE251EF8542B6D , 0x01937839F59072529B778476F6A39E91 , 0x019378388FB47027A1A7233C1454B27D , 0x01937855AD7D72158E75F788AE8983F9 , 0x01937836A84E71F6B03399D956195CF8 , 0x0193783CC1C7730FB38A0E4AC82FCFC2 , 0x019378541F0E73A2A8D2A8A030383638 , 0x019378542BBC732F82A04465C38A2650 , 0x019378567F8D7071938DFDB445FD3EE0 , 0x019519972B4971AEB27D68A52472B5DA , 0x0193783D9FB070F3A5A80BDF5A929F31 , 0x0193783E2FD372128440044B6B960B18 , 0x01937836A891729490B79DE673DDF751 , 0x01937836A89A71F49B08F670AD53571E , 0x0193783A2BD471D9BDCE0ED4988AB5D4 , 0x01937841A6CA715A95C0E636960764A7 , 0x019378371BA671BB8D16A808530C509A , 0x0193785510E173F6B43C6637757E2358 , 0x01937852755771A1838D2B50CBE392C0 , 0x01937854E61771FBAB18881F82E8FF7B , 0x0193785C2E33716C935652CD5586AD64 , 0x01937840E745717FBDEA63CB07D653A5 , 0x01937854599F71A18ADEBE74506DCDE6 , 0x019518ED1C1371D7BEBD570EF09757E7 , 0x0193785BFA177295BDC7D451D1270612 , 0x01937839F61B70CFB0CA3CC8163ED7BD , 0x01937839F6BE715FBF2F242A442AB2DE , 0x01937839E3557030AB3C6B4636FD5530 , 0x019378543B0071109630F99F2ED81CD2 , 0x01937839F5F2706886981014FF6E63CE , 0x0193783A3F017369B46586E81E88DA7D , 0x01937842EC9372F79180EEBC55C68BBB , 0x019378548C1173C280D8CC622809EE51 , 0x01937855BF79735D9D9E8BF218FCBAE8 , 0x0195199E4110729EB5F1DB9A0A73D53C , 0x01937839F5B3718B870B5ED50C0E7548 , 0x01951B664C3C709189ED0EA5830CB428 , 0x01937839F777723EA7B8968A94388B26 , 0x0193783E437E713A9CAA544D96CC9557 , 0x0193783F25E973E491C649200CB40232 , 0x0193783FF62672AD916E37AD0F4612DA , 0x019378465B4B72E8A17BB1E798F0CF88 , 0x01937855BF497106A6A2E6045E485862 , 0x01937839F50C738EBC0D0DE8010EDA8C , 0x01937836B97172A7BFBF08D517672D7D , 0x01937836F0D2730B89AF732C60AAC759 , 0x01937843103071C48C3E7B75C4717B02 , 0x019378553BC0717BB7BE13CB28AFE9D5 , 0x01937854C90670EDAC71DD25DB939CE0 , 0x0193785BFAD172E887BCB68899DDD8AC , 0x0195198B8E1270559748311DFCA7A399 , 0x01951A01581F7376AB258078B647F63A , 0x01937839F62A72DEA1E6975179EA3ECA , 0x0193783A122B72629378BD8F53A94DDE , 0x0193783F4945718EAE69ADB4A32DE1EF , 0x019523BA72C571869062C07C46EF4F98 , 0x01937839F7537229B5CEFD116982336F , 0x019378425952724CBC2903B62143DB4C , 0x0193784CE79A7297A5C26C16D7894A60 , 0x0193784E80E470F9A4BB18D0E98E670E , 0x01937836A85C71FB81B7C0CB13D01D44 , 0x01937839E33C707086248B5973B33327 , 0x01937839F69C72C99F399355292E02A0 , 0x019519933563722A969F459BFB17A919 , 0x019378388FA0706C8968BE45830F7560 , 0x01937854C8F271CF843DB37DCA853769 , 0x0193783D9FB8733BA3155BCF06897A84 , 0x01937849764D734FA59E550F59B668CE , 0x0193784A91B372D9A82606F6D2D56289 , 0x0193783A2C1071FDBCC4EEE9C88984E9 , 0x0193783D8D5E705596DEC3A77D03D74F , 0x0193783F068672CCBB06814D3E3E0FC1 , 0x019378525BE070FAAF69469D794D2E81 , 0x0193785429CC711F99FB74A5A0EA8B01 , 0x01937836B9C870C1BB7D1E785E8A7F61 , 0x01937842EB7B73CDA8AEAE6408F6A5E4 , 0x01937848EADC733D91A81C2BD5EDC8A7 , 0x01937840E6D071D4AF870F926061574B , 0x01937854C8CD71E3BC575FE8BFAF7121 , 0x01937839F59972F690B79AD2BC92321B , 0x0193785425DA700F98B9CDBEA8752DFF , 0x01951A3A18147371B6A82C23C1DA40A4 , 0x01937836A9AC70DEA5A3FB68F626DF14 , 0x01937842B74D7045B1F81481C6904BD4 , 0x0193784CE6F8701EAB521A5064340811 , 0x0193785BFB5F7338A0538E8241F37352 , 0x0193785C855272C098025263A6174AF9 , 0x0195240A324871A9A41EDBE11E7CC174 , 0x0193783A128E706598401EA3DAB6888D , 0x0193783F498673D7B16A3972298CD148 , 0x019378378DA571F086D490A9271ED9AA , 0x0193783A577B7395A9BA7528D591AF57 , 0x01937848ED4C7295BA6D26B181E8C9A6 , 0x01937848F10370CEADD04730B7F92890 , 0x01951A3A51727254BDDF18F82331B111 , 0x01951A6D4D057228AAA5165309B1DFFB , 0x01951A6D580870318C2A6C6FCEAF5AAD , 0x0193783F497670EBA80C902F6016EB3D , 0x0193784997CB7173AD7AD4CDB35EE68F , 0x0193783C8A557361B6AF7D4C18EE5579 , 0x0193785BF6CD71D19901ADCF4781D912 , 0x0193785BFB50704B922C2B13A9CC98C7 , 0x0193783A56957240BFA0E092B19342DA , 0x019378410C9072AA987B1C4639956BA0 , 0x01937842ECFE73C6A268B4848580DA48 , 0x0193785423B07253833FF3E0CDF67026 , 0x019378556AB4702B9C2FC83560304E47 , 0x01937856BF05705480E24CF4DF6BC3CD , 0x01937839F795731AA87865E605EE7A41 , 0x0193783C66A0711A974247A97A19E18E , 0x0193784975597169B1DB9742185F95BD , 0x019523BA6DCC73B4928FCF69508DD22B , 0x019378497983711C8DA05A234C9FF3ED , 0x0193784B8FE8719495863FEFF490E606 , 0x019378543D5070749EC6E9B8B7A8535F , 0x0193785BF92F73CC8C9684B7A06EBEF4 , 0x0193785BFABC703BB5E883C364325BB0 , 0x01937842ECA871619E7BAAB574811D66 , 0x0193784A4226730795273174977C3EA9 , 0x019378518B9970D9A23C2661173A0D81 , 0x01937857B3DC7296BC7F89504B94BAF6 , 0x01937836B89572959C220E25E805FE6D , 0x01937836F0C171EEA43DF0767DDB7E64 , 0x01937849797870B3BA7741FE9AE80BF4 , 0x01937857B44670308EA01989A2E994F6 , 0x0193785BFEE671A6B256B3C870311FA6 , 0x01951A3B4F8A73B8B6662566AC8AE13E , 0x01937839F68C718095019DF7081FF58A , 0x0193783A12487273B8F207606806B3E9 , 0x0193783F4A1B73AFA969B5ADBBE511AD , 0x01937842EB5272058548BEE801549153 , 0x0193785BFEBE713E9239F57FF1714B97 , 0x0193785C4CAA7008B6F3DB58C441A7F3 , 0x01937839F639701CBC1FC20D9BBB18D1 , 0x0193784EDF43727EBE17D9F3DA49BE56 , 0x01937836791371A9974B814863304D7C , 0x01937839F8037246848EBF25CCDDAD8A , 0x019378497E187091AD3E5ED677D96507 , 0x019519EB4CD5725E804C95AFB4D567D5 , 0x0193783880DE73878257B1C9207995A4 , 0x01937839F9E07143BD5160C03330E4C1 , 0x0193783A12A2701A9D93BDCC019945BF , 0x0193783C427A70CC833BE4E0CE792BA2 , 0x0193783E43A2715A8C562959C214A22B , 0x01937854B12A72FCBEFAA1A5742B9E29 , 0x019378553AF17125B8239574BCD13906 , 0x01937836BFF9736EAADEBEFB65074B9B , 0x0193783A2BFC73B5ACBA711D610481C8 , 0x0193783E086D72F8AF7CB8F086AFF10A , 0x01937842EC7D7148809A8EEC90A6B3D8 , 0x0193784A42667172812E2BEA149C52C1 , 0x0193785423A972D181049688229D1389 , 0x019378548E727285ADD051FDC14AD8A4 , 0x0193785A1DA07107BF8A516EEA89148F , 0x01937836CC0672878C3DC9587D7AAA97 , 0x0193785C3054715BBB87A6FC6A9AA588 , 0x01951A3A78F571D5868ED4DA6B1784A7 , 0x01937839F6D072EA9384113FC70B06C3 , 0x0193783ED52D722C80F622A8A2CD2D7D , 0x0193784974A5719E81B74CEC113F1D67 , 0x01937850EC2C717C8A531E55EB15757D , 0x0193785421BB71E3B44C9435EF339ACF , 0x0193785426F672F695E4F8E3F28C00E6 , 0x019378586BCB707FB68E6B85FB968E17 , 0x0193783C7709704A9A189BFB742BF49F , 0x0193784A1B5D73F1B0C6E42E3CF03D0F , 0x0193784A8F8770E689D00C521F69CF8F , 0x0193784A91017332A101C282B2543A5D , 0x0193784BCADD715DACD8E70B51BF5724 , 0x01937854200D72C0B9A7B693C545ABF7 , 0x01937854405F72ABBD0CD4F200C09340 , 0x01951A3A185371E7A32CD46440E560C5 , 0x01951A59DD2E719B82ABA6E8086071AD , 0x01937839F658713296A82238088AEC78 , 0x01937839F6FA71D98AB2DC775171CAF0 , 0x0193783C43EC725198DFD89F826450C4 , 0x0193784EDE0E70B98084CE475E1D2E55 , 0x019378517A4473019ADA5095E3E48CA3 , 0x01937836A7EC7188B847BDD90C78B5B9 , 0x0193783C76237322B6FC62BE015B28EB , 0x0193783C76E271B597919388E995E408 , 0x0193783E2EAD72F99408F7F3905CF981 , 0x0193783F49A5719BA092716C78C1528F , 0x0193784975747380BE7BA2AFAC34CB63 , 0x01937854CD29735FA1CD912CDDCB9131 , 0x01937854F845730C833CFB5E8C5A716C , 0x0193785C520170ECBD00123F3DEAEBB6 , 0x01937836AAD07324BEB3E9E3B71496B9 , 0x01937836BB1F71329CC17A432F65C0BD , 0x0193783A0EF070579110BCDE0C965343 , 0x0193783A2BB173439BD8765733D6CEBB , 0x0193784A41727213B292D74777615550 , 0x0193784B7A83736BAAF9E9C8936DB48F , 0x019378518B4473949E956D717447BDD3 , 0x019378525CC87347A9304DE8459254B9 , 0x019378525D157003AFF70DC3A06F2E71 , 0x0193785420077039AD96B81C6695E953 , 0x0193785BF65272A0B994BE67B06A3032 , 0x0193785C318873F5B83BF3628E758C04 , 0x0193785CC03373D18F087996149B1164 , 0x0195199E47CF71B4BA2D352330526D8B , 0x019519CD28FA7397BE88B2AD5A9DDEAD , 0x01951A5F317872F6B816EAE1BE0284F2 , 0x01937838ED317005A9FA0E1D3C0B6500 , 0x01937839F74171BF89589945C5CF140A , 0x0193783A2C9A734487C1614D241AD52C , 0x0193783A2CB872A78C0924D5CEA39955 , 0x0193783F8CC570F8ABEA680F344F4306 , 0x01937842EB96708CBCA58C9A44F3A2BD , 0x01937842ECBD7151B679AE032651F076 , 0x019378541F00707EBBBDA37813C919A3 , 0x01937854A911709D84C536EF49C251B7 , 0x0193785BFE967377B179090C8B27AA21 , 0x019519FC92A770A49BF437705AD84428 , 0x01951A3AB8FA7211861C92FF793224DF , 0x01937836AA9D703699FAE937215AFB93 , 0x01937839F765704EA4FA5B7EE4114072 , 0x01937839F8CA70229309D245717429E1 , 0x0193783A55EC7328AB4BACBF322285C0 , 0x0193783E30D1726891FBAD10136BC775 , 0x019378410C667178BF7D388B753D6C35 , 0x019378466F8C70F6B022075151025BCA , 0x01937846956772699441927F63300A4F , 0x0193784A90E473E3AE5D79ECE08A9884 , 0x0193784B7B2072FC90D624CF178E7DF1 , 0x01937854A68670B3A1D1C6D3C8B43A03 , 0x01937854E35E739299669E8AAAA74739 , 0x0193785C00E97134A96A835962D3945A , 0x0193785C0181722C8FAEA70FE24E49F0 , 0x01937836F10D736895F84F865CEA0712 , 0x0193783941E9716EB1F6DC233019B239 , 0x01937839F6487083BC9850212821DDA3 , 0x01937839F876703E91AB7E1A44E4D89C , 0x0193783A1303732E9B4AB38D516E9863 , 0x0193783E325F71628D626CF12C884763 , 0x0193783F063871F7913261AEB079D018 , 0x0193783F493573A389B569557CE6C1C3 , 0x0193784411B8734BBB9FA15B6AD4C447 , 0x0193784611D772A9A4B996725F26DE56 , 0x01937846158C7312B78EB548A4D91C2E , 0x01937849ED85705B902FF12183A5AFC9 , 0x0193784A60BE7256865CA1841ECC2F97 , 0x0193784A9158728C9133A1FA04DB3899 , 0x019378542041706BB9C04A172D55C15D , 0x01937854266C729EB457414C65D08B9E , 0x01937854770673D2BACAC38562E5E188 , 0x019378548A82719385ADA4C2A3B6A561 , 0x01937854E57572919EA2E9CCB8E4CE85 , 0x019378550E947006ABE31D94F43C1FA3 , 0x0193785580D372FF9B0398EE25D74E99 , 0x0193785BFD6270FE96252B7E2ECE0EBE , 0x0193785BFE4C7344A4D8DCB90039B209 , 0x0193785BFF9C7030845E01D76479BD04 , 0x0193785CF0347009B5E40D36A8113BC2 , 0x0195199E4B21739B92D8FC11F429B09C , 0x0195199F2EBD70408F3338F165E33FEF , 0x019523BAA2D6735FBDE27B0CDE47A6C4 , 0x0195258BECCD7046A616C6E0FC681D17 , 0x01937839F57A738CBE44BA71E3D82E11 , 0x01937839F71E7298965078AA120CAC40 , 0x0193783A12CD72B8A12AF63BDDFB23AA , 0x0193783C76D1730094FDC80EE3FBBC00 , 0x0193783DD1BB728FAEAE9376792F3AA5 , 0x019378491E7472FC81F70AC1E98867BD , 0x019378541F9B708A930E81155DDBDF5C , 0x0193785429D771F694B44C532369F8ED , 0x01937854CC887067AC1C0ABAF19EAC60 , 0x01937854E29070AE88EECD493510E22C , 0x019378586B86721684CF83A69C3DA177 , 0x01937858D320737DB691BEC1786BA6F8 , 0x0193785BFCBA7020AFDBF6E9B3C0105B , 0x0193785C4F38718ABCA8BB52E8F2759E , 0x019518EF6AFC72E5A1601797CC90B86F , 0x019519F10D6573E68A65ACEA8B56AE5B , 0x019519F1414B7100BA564D2ECC8F515D , 0x019519F30E5D70B09E3D424E0C960CBE , 0x019526386B7C729796CD57730E765633 , 0x0195287E2D5572D682C590055AFE92C1 , 0x019378395606738BBF9B84FAFA197D4C , 0x01937839E36D73C4A37139F2202B6ABE , 0x01937839F5E871CFA9B08B19C12FB981 , 0x01937839F7D970B6AA3930CD9D438246 , 0x01937839F851701DB9BFB1372E3484D0 , 0x0193783A2AFC70019B68C597279036FF , 0x0193783D4FEB736F981D472A7A8E0272 , 0x01937842EBCC72F89F2DE0BE383394F1 , 0x0193784593A873799DBBEFDD102C3B6D , 0x01937846125B7021ADAB0A5FE5CB7291 , 0x019378473D7572B693F3D6C70F066BF3 , 0x0193784A8FA571F791A356626617E63A , 0x0193784B7A1F73DA985304A61512B463 , 0x0193784B7A68728B9067076E4A1D490A , 0x0193784C57477188BA5A147C3FFA1E24 , 0x0193784EDCF271EEBA11684F3617ACD1 , 0x0193784F3C8472AC8E17F2667E15DAEC , 0x019378525C547001A3BE619D541365B1 , 0x01937854588B720DBB2EB6EDF37BCC47 , 0x01937854A79B70CC85E4AF7440CB979D , 0x01937854AD07716CB8A941E72F315E15 , 0x0193785596737258BC3595C0DD100CAC , 0x0193785596E3738DB3A27BC6405B2075 , 0x01937857DB5C7331BE34056790640C98 , 0x0193785BFC51727FBF2325C42F1ADB9D , 0x0193785C85147364937D2A498CEDB72E , 0x0195198FA1DD718D889293D0C147447A , 0x01951AF0F8087171B6641AB18AC17B1A , 0x019523F509C6724691E1098FF43B550B , 0x01937836AA0A7210818D1F984177AA7B , 0x01937836CCE87332A4A966B98CB28258 , 0x01937838ED957373913B673CF797F2C9 , 0x01937839F6AD722E99F53274F1E8728E , 0x01937839F89C7332A9E3E5CBCDAF20B4 , 0x0193783A12FA7384BDDB4BA6DEC14995 , 0x0193783A3EE4701986037121349A1880 , 0x0193783F496671249E25C9FFAC397FAD , 0x019378493BA3702DA0C11F8D21794ABD , 0x019378495B9A71CFA5626FBF3341CB71 , 0x0193784A167572BA8CB0FF6D3C0AEF9C , 0x0193784A43DD73C5A24D61ED7967ADDE , 0x0193784B7AE670A2A3C3001BF5FD6733 , 0x0193784BD28A7116B4C57E065C072EBE , 0x019378543E4A7088A99C53231A96906C , 0x019378543FA2727FAB04BCCB43C52B28 , 0x01937854E37471ECAF301B15A992DBAA , 0x01937854FCBC71FABD9B5904C52788D5 , 0x01937856971171BB88EC9BD642361BA8 , 0x019378593B7D71A98E97310C04A9B921 , 0x0193785BFB0170AC9688B082F12FF4A9 , 0x0193785BFB7272FC8E810762CC717EB6 , 0x0193785C4DE770D6B4CDB05814FE6EA0 , 0x0193785C51927052BC290A9D14204AD8 , 0x0193785C9A3672E4AC69C63581901CC0 , 0x0195199E78D57302A13AE7DC0798C7FB , 0x019522AA74517158B00314715CD35745 , 0x019523BA8F86738C922CE65904F21DD2 , 0x01937836AA8D732B840CD9AF80588DD4 , 0x01937836BB267161BC902606CA90BAF0 , 0x01937838EFE17253A75BED57371B575B , 0x01937839E37473649C31E543AD8736EC , 0x0193783A1279739E92C9398CBE30D8DA , 0x0193783A133271B3BFC674337E831369 , 0x0193783A133B7044BB5F5A78BC75ED0C , 0x0193783A2B677182857714EC4EC599D9 , 0x0193784612CD71DD9B1B62E743710093 , 0x019378466F74721789AED94F9520B3D2 , 0x0193784A603972D894D66C805AE66999 , 0x0193784A608F72E9A6D5463355030F06 , 0x0193784B7A34738D890646EB197B14E5 , 0x0193785424D672D5B8037B4B8CEDC5AC , 0x0193785426577079AD9D22E84A0D5824 , 0x01937854B0BB710A8C5103AC10ACE739 , 0x01937854C99971CDA97CE59567B805DF , 0x019378550D477014B61752DC2E5835DA , 0x0193785BF5F973B59F602137412EE6C0 , 0x0193785C00FD7205865F1698EDDAA1C8 , 0x0193785C311A71FCA47A51857027EA3C , 0x0193785C3169714CB51D972F20654650 , 0x0193785C4FDB716DB574C80E34226F42 , 0x0193785C6F9F729D99B211AD87C6BC2F , 0x0193785C985970FEB7F5343BAB3EAD93 , 0x0193785CC19371D7BEA67F9A5596A1BE , 0x01951A3AFB6471B5B1FE4E2A7657C538 , 0x0195235A0B7272B49A89A93DDC1796FC , 0x01937836A9D27172A64139B30A4D8C61 , 0x01937836BF7F7052A9EE253526161418 , 0x01937838ED73706C9DF5662B55675F38 , 0x01937838EDB071CABBB98201BF0B2AA7 , 0x01937838EFC4715D8B5DC8A6E0F5DF09 , 0x01937839F53B710F8F88445040AA87D0 , 0x0193783A1117713B97E13F6DDEDE4679 , 0x0193783A1216722687EA8583BF36C54E , 0x0193783C435D72F38904C24C0D9A66AD , 0x0193783C43977369A452765B8F24BCF1 , 0x0193783DE4857086A86001D2505340EA , 0x0193783DF69D735185C550ECD3D74DCC , 0x0193783F169C70F3A1D2B19031E1783F , 0x0193783F49E27357A443C742F5ED557A , 0x0193784068747333A49278B4966C761B , 0x01937840E62B7347A292D0CF3034CF02 , 0x01937842EB267294AB9133D4DFE1EFBC , 0x01937842EC157169B53D02629033E530 , 0x01937846134870C98CE444C4F53BF32D , 0x0193784A1D2670D98687ED7AE82982CA , 0x0193784A432272D095468422DE1B7716 , 0x0193784C1FB772EEA668F6EBD84BA40F , 0x0193784C1FCD719A9FE1CF5C495F3C01 , 0x0193784CC888736E8F46C5DAF321F4E4 , 0x0193784ECB017385B1B212BACDD8A66B , 0x0193784FCE1C71DC9CD1F8C2154A89ED , 0x019378545A017235A59DB2B64F2C1F14 , 0x019378545B6B7054AB9F2594AFCF8585 , 0x01937854754A70B6BB669FD44CC04EE1 , 0x01937854AA1E7240A1748FD731250858 , 0x0193785596CE7028930ADC8CC1097298 , 0x0193785647F172E697208238C6D3CD4D , 0x0193785BF9BA7045BC122FD43E9C2249 , 0x0193785BFAF5711AB8013528087F343D , 0x0193785BFF5672C0B7F841F2114FEEE8 , 0x0193785C0088733993E975523B851302 , 0x0193785C018E7168B06E4818F34A3AD0 , 0x0193785C019E7066BC31B37468E0558A , 0x0193785C50FC709F90D8ECD5FD772F60 , 0x0193785C51B97258B82B2F329DF5082D , 0x0193785C707C72C4ABD6D34E1036F33D , 0x0193785C981672EBA9DDA754FE9D09FD , 0x0193785CADDE719880EDD1A05EED61DA , 0x0193785CC0B0733D8DE5254A11DF0509 , 0x0193785CDAAC716A92E20D9F42D681F6 , 0x0195198FB41F71B3A72C1C19526EC16E , 0x0195199E97AB7122BABDBF8FC4EAAB05 , 0x019519A0A89B7016BA162A41E2D0E407 , 0x01951A3AB9077145BB2083FF063D8FAB , 0x01951A696CD6719E8E96EF2227A8D836 , 0x0195235B2CFC7395844D8EECEA6529D7 , 0x01937836A8087270B7E64944DC2F1308 , 0x01937836BE16721382F35206F6CEF1AE , 0x01937838EEBF70D1B4F2FD82F2BFDAE3 , 0x0193783966A670CD94AC04B080D2CC2A , 0x0193783A0E10735390C71D8E4C063DB1 , 0x0193783A119E72C185F6A146D02B6B7D , 0x0193783A11BB72D791C10DF89C71DAC7 , 0x0193783A2BE87196B712AB933884AEF6 , 0x0193783A3F477020B61602A05A34419B , 0x0193783A562672D2B7561FB2C167126C , 0x0193783C76B87378A5413DB84AE09042 , 0x0193783EE44C70EDAF16C33C552278DF , 0x0193783F06FE716992E553A4294F0935 , 0x019378410CA471E49DAB7C612D6DECE3 , 0x019378423B5872D7986DB8665F563FE9 , 0x01937842B84271F3865E5D2EA955575C , 0x0193784612167111BC708FC656A99A83 , 0x01937846124571598228EBF297B29C45 , 0x01937846138A72E4AE8341785FDDDFEC , 0x0193784A1B4E7183A02FF2599FBEF375 , 0x0193784A1D1A71829F7EF6E7D5C14B87 , 0x0193784A1D4A71E981556B5281492C00 , 0x0193784A1D5670C89FD52004F4997E9F , 0x0193784A726172A0977492954C81F39E , 0x0193784A99EC7092B89DE86603EA29BC , 0x0193784B7A4D724F9B344D3541C83551 , 0x0193784B7B57720C881BBF9D33A4C995 , 0x0193784BD48C73169D50AF6AD45ABB4B , 0x0193784BED29725CB1F1F6E15250E577 , 0x0193784C57197181B1DE152E21745140 , 0x0193784D272D733E81ECDAE716ADF21D , 0x0193784EDF2B7332919726BF96156F02 , 0x0193784FCE2A711E822FB6127C9E0E6E , 0x019378518B617295A94BAD550E7F9865 , 0x01937854204F7347921FCCE01D12CE5E , 0x01937854216570C9A4385F8776ADC115 , 0x019378542ACE7052ADECB6A9E31CBF34 , 0x019378543BE2710089642AA420182A26 , 0x019378543F8873EDAF232928A20BC582 , 0x0193785458D171AC923D00405FC7DF2D , 0x019378545989707F8425D610DEB9BE4F , 0x01937854781871B3BF13BA1ADF9C7E3C , 0x01937854A69371D08C76F732CE2B1496 , 0x01937854AC92704F9911DF81E4F0593A , 0x01937854AC9A7166A62124E82BB89990 , 0x01937854B08272D69736656F05EC549E , 0x01937854C8D573C5BDBFD5EB67DCE4A9 , 0x01937854CA1671A0B9F6AF6989DB45AC , 0x019378550DC972D68EA4C958D4099AD0 , 0x01937855543C71D9804659B9896ED100 , 0x0193785580AC73E1AAB31C2C6DF6DE74 , 0x0193785BFA82713A862A9EF1A767E0D4 , 0x0193785BFB0C72869825B6F1C256A44D , 0x0193785BFB1773A384472B20F8D65133 , 0x0193785BFBA4702185E47224AC9A17E9 , 0x0193785BFBDC73AC873D9BEC38E1164F , 0x0193785BFDEB7232AAAFA0DC7AF465F0 , 0x0193785BFED1731A99968CCE9FE38155 , 0x0193785C007370AE869BEF1BA5ADEFB1 , 0x0193785C308D73629B6798D8B1466828 , 0x0193785C328373B8856533546351B86C , 0x0193785C716E72FA8A9356C6E0531F9B , 0x0193785C98D6705DB36C7D65EA99D533 , 0x0193785CAE5070FFA6860480C80E8B20 , 0x0193785CAEF072CF9648818C4B435F62 , 0x0193785CD9A4702EB195EA14E754ADCB , 0x0193785CD9C473399A7F41C7FEFA664B , 0x019519A00B1A70D199C6A221B4B246EC , 0x01951A6160727345AB4C4B3EE21151F8 , 0x01951ADCC2A3717799E533711524B7CC , 0x01951ADD35D87195A8F6ABF8D9824B63 , 0x01952352042370C7B739BBD79229F3BE , 0x0195240AEE44735095C6C3FFED5C5C91 , 0x0195240B2323721EAFE4D86AEEA3A7FF , 0x0195262F3D4871FAA3D50C9B7593F7F2 , 0x01937836B73671D5B7D8DDB7CA8A2E61 , 0x01937836BFDA70FD8228266DD031328C , 0x01937836CB9F732B91344494D783830F , 0x0193783769BA733BA09D8F7E77A8D6EE , 0x01937838B9327107AB2D0EEE9307134E , 0x01937838EE9A72C38886301581E9D86E , 0x01937838EF2B73A98E706346805A6671 , 0x01937839CCE970E2864AFCBE6C8D8A8F , 0x01937839CFF470FA9F767E3DC4F2895F , 0x01937839F72D71C2B26F33876A446E8E , 0x01937839F7B0712EB0F0F99053C678DA , 0x01937839F7EF72129D70EE142B04247F , 0x01937839F86272608AC453220586F4CD , 0x01937839F8DD70A6824324FCA0DB2C2C , 0x01937839F8F57054ABC839AC64C5B715 , 0x01937839F9807087A55C7D3C0245AF3F , 0x01937839F9C973BEA1FBE1CCB5C4A2B1 , 0x0193783A0FCA719AAB11CA39255F45EC , 0x0193783A10317268BE11DD306011C63A , 0x0193783A109B724E9C654EF125A89323 , 0x0193783A10FD734FA4BA2E636A28C1D5 , 0x0193783A118273FD879374E8D48C20B0 , 0x0193783A2A86737DA597A0B7C5FC1E94 , 0x0193783A2B9572CB8293DC24BA308630 , 0x0193783A2C5E70658481FAC373CD5908 , 0x0193783A5714717FBDC4FAB362D4E2F7 , 0x0193783C769870018A244BBF3D496D52 , 0x0193783DAFCA708A96CA4457FE2EDF1E , 0x0193783E310E736BBE1AACFB8A011855 , 0x0193783E83F77358B59A46D830B1DFFE , 0x0193783F263A722AA4D1B17A70C67093 , 0x0193783F499773EC973400CF25ED0654 , 0x0193784084D173B0BD12CFC06E081A8F , 0x01937842B7DC700F9805B559ADDF2C6A , 0x01937842ECD4712991A35A6FCA69B651 , 0x01937845E7BA721389D9FF730154BBF2 , 0x01937846129670AA94C0F835CFFE2BD2 , 0x0193784737F07140B8965FE4FAE1FA99 , 0x01937848ED5970B09550049322A942DD , 0x0193784997BC711E92D8CF08DFE4E8EF , 0x019378499B7D70D0AEFBBA409437C5C6 , 0x0193784A18417094B432DDF3F716B9B5 , 0x0193784A19E2723CB1AB8EE69195E6F4 , 0x0193784A363E706EA911E051864F91BC , 0x0193784A3CC570268EE081326B573EED , 0x0193784A413770EBA8B69467F96486C6 , 0x0193784A424B70EABD687D77A01DF38E , 0x0193784A990471599186CCDB6BBACA21 , 0x0193784A99227070A2BF090ADC6BEC4C , 0x0193784A996171C7B7F6764365A33588 , 0x0193784A99D070D080EAC75851C8C71D , 0x0193784A9A0672F28E0ED55DCDD7FFD5 , 0x0193784A9E3D7207B556D68716D49AC4 , 0x0193784B79F773F0998AE19F8D230AB4 , 0x0193784B7A0A731498603B6766993D29 , 0x0193784B7AA27256A199C9220A804929 , 0x0193784B7B3B7033A51934339A5B1048 , 0x0193784BF629722DA979A76749275BCB , 0x0193784BF65C71CFB81115489A185087 , 0x0193784C56E671FB8CCDC6E1C191F38A , 0x0193784F16127321945A4DD2FE7B8D25 , 0x019378517A8E71C2833C32B328B96CCB , 0x019378528CF9734D917EB6E8E6981DB0 , 0x01937854208F7233982BACBD8E757CA4 , 0x0193785421C770C2AE696FE7DEB77130 , 0x0193785423A37047BF3E06E3F59ADC0A , 0x01937854253C73D7ACEFC7D58B6209C5 , 0x01937854277E70E9AA433ACF7A008FD5 , 0x019378543D6771439D73C58CA2AE9DB7 , 0x01937854899C7395890044D9801544CC , 0x0193785489A472238E908DC2C61FAA25 , 0x01937854A240728D970D8208C524A706 , 0x01937854A572721C813CF02513EBB378 , 0x01937854E3D072D380FEA957A00487DF , 0x0193785539D871FB8783C4782C7EB0F7 , 0x0193785552A2739396FFA2774529C69E , 0x0193785596BD707C801E1E8546DDAD78 , 0x019378561BB4721F996B5818FB9AC277 , 0x01937856AAFC70638928E01512C2038A , 0x01937856F19B7233B9EB5052B2090414 , 0x01937856F1A77266BE5537F48D12BA0A , 0x0193785770DC73FC8E9BDA25B1CBB22F , 0x01937857D9EA7117B9B0E5C656F0FB52 , 0x01937857EF15724B88839CC89B5B8AC6 , 0x019378597E9B738C83EAF4CDE575B1B7 , 0x01937859E11E73649BCD75D1C0164DD2 , 0x0193785BF94D7392B411CB24DDD853D3 , 0x0193785BFC3971DFBDCE3F29725BF6EA , 0x0193785BFD1D72C1B75FDAB657EB4789 , 0x0193785BFDD970189D85E16BF8AB8885 , 0x0193785C01AC738695952FF67AA92AFF , 0x0193785C2E457344955DD4FA4643503E , 0x0193785C2EB6703BB304A30738953248 , 0x0193785C323A702B9D638E28F3FA19C3 , 0x0193785C51C87247ABCBFE8C1664C596 , 0x0193785C52A97379A543FEC9F97D36A3 , 0x0193785C719D70748303ED4B2FEDCF7A , 0x0193785C992C73A9B44DC7853FCE0DC0 , 0x0193785CC10570919187D279EFC97CC9 , 0x0193785CC1647011A6D24FB005C37590 , 0x0193785CD8117069BD75497402F6D2F9 , 0x0193785CD93B721789E8118B947089A0 , 0x0193785CDB71732781B73A6B06478C0B , 0x0193785D94BF7284B9159A53A59CB21F , 0x019518DDB5097118BC48C624D89CCF1D , 0x019518E45C6C7016B928CC1DA249CF11 , 0x019518E8EC95713C9EB87B88D68C4920 , 0x0195196615137206A319B0F169AB44D5 , 0x0195196756517164958BB2DA497623C9 , 0x0195199E78DC72738353836E3F464632 , 0x019519E95BF970CCAE67A4882F58E1B4 , 0x019519ED4E157078B2E788B8C87531CC , 0x019519F22CEC72E0BEF42A7D8FC2AB5B , 0x019519F6755F724DA061F8D8409BCB47 , 0x01951A3A2DD17292B5D5D1E08F694A03 , 0x01951A51C31773C480C060457039DD2A , 0x01951A6ECA3E717D9D99923E5F024EFE , 0x01951ADBD38A7325BF317A7371FC9190 , 0x01951ADC7A2870BD93AB5CB1BEF6B9DD , 0x01951AF15E74707BAEF5BF81B18519A7 , 0x0195235F069973AD8F9C4E5399A1E1BC , 0x01952360208470848D0A9E410BC10D0A , 0x019523BB4E0171F8A1B5E1E816648194 , 0x019523BB4E06732C8F8BD35DD7B732CC , 0x0195263445A8731E8292718274CFF18A , 0x0195287D682B72408F182AB115CFBF6F , 0x01937836A9187308B6F69F5DABD0C63E , 0x01937836B71B733998915664E1E8EDD7 , 0x01937836B7297054A378284A42673123 , 0x01937836CC3A724AA33F6B8898CF456E , 0x01937836F2A072518F024B84D29FA478 , 0x0193783769F6700AB777AF790D955BBF , 0x01937838A14273E2BA690FC0B44BBDE0 , 0x01937838F2A87180AF1660F289EE3A0B , 0x01937839E25B7208A49F634CB1127E44 , 0x01937839E3AE7201A178E89F70F27656 , 0x01937839F54E712283841E28994152B6 , 0x01937839F562737EA7F73EA240C5DB14 , 0x01937839F66970969FBD8252E667FB06 , 0x01937839F6E5735DBA6C807DE9700C38 , 0x01937839F7A870A5B822E1DE80E63BE2 , 0x01937839F82A73F7A6CE1A9CD42E0014 , 0x01937839F83E70AAADB8F7C812E9AEFA , 0x01937839F8B4736FB03412540F25A565 , 0x01937839F95C733C92B4F436516FD34C , 0x0193783A0DF27369B4C05655D8018730 , 0x0193783A0E8970778E23104669759D0E , 0x0193783A0E9A7290B6CC3DF6D3475859 , 0x0193783A0F1B717F976E0C5D3156624F , 0x0193783A0F38700CA69F6D01F58AE0DD , 0x0193783A0F5F71AD95DC1FDDDB65230D , 0x0193783A100572A3AD9C84E8083D879B , 0x0193783A10467195924F52F1B9A492AC , 0x0193783A106073AFBF36728D9EE7404E , 0x0193783A10E3712F82B3CD0199C4CD32 , 0x0193783A114C701989941907C6C10F62 , 0x0193783A2ADB738AAF3525ABCC9EED34 , 0x0193783A2AEB728F843E03838663BFEE , 0x0193783A2C8371239BE3B1E8508D8656 , 0x0193783A2D3B734E9E8BE28A86624BBF , 0x0193783A3F38723C9C376A1F29272E2B , 0x0193783A549D71CD833F34C2F460B817 , 0x0193783A5518712B8A19F50C6DCA8CDB , 0x0193783A570273FE904701A4B39F3D03 , 0x0193783C76F5701E8D3929EA56B171D4 , 0x0193783CAFBF7147BDDB0A25FE7FE949 , 0x0193783CB02F72FE8C1F5ED6612DB793 , 0x0193783CF6D270149516737B9CA6DC91 , 0x0193783D5066732895BC56AB32BE9521 , 0x0193783D8E3D72B1BE34AC6BADA06B29 , 0x0193783DD1E17290A5BF53BE0E721946 , 0x0193783E30E1729EAF5F9E835FFCE6F6 , 0x0193783E31617141815655A60C1658AC , 0x0193783F16C472ECADBAA7825DA2E31C , 0x0193783F49D071D29EE5FE19E720D7D8 , 0x0193783F4A0A70668D3115B93BDD14F7 , 0x0193783F4A2F71049E204C21F986D55A , 0x0193783F4A5771C6AC6791A861F84DE0 , 0x0193783FB02872E2A61A52E9F5E98D33 , 0x0193783FC2AE73F8BBA297E2C678D06D , 0x0193784007DC72E9B32D12921F23E7C5 , 0x01937841B5EA73548F5843117041EC91 , 0x019378423AD673DA867F58B5A732BC84 , 0x01937842598B7179A87964A4D9A5FC45 , 0x01937842599E707C84BF2E4E5D1194E7 , 0x01937842EBA47252BCEEDEBE563550CF , 0x01937842FE3870159B69929A714217F7 , 0x019378444C3E736F9CFBA411A53C964B , 0x01937845A49D716BACCF3A66A85CEDC9 , 0x01937845FC317024BC523BD3B0D9F90F , 0x0193784611ED704A96B90A9BABAA4A2A , 0x019378461203732196EF0231354AD1C3 , 0x01937846122B714E974D063B9DBEE398 , 0x01937846127871D6829500635B7389A7 , 0x0193784612B37368AF5C23A62352B6A7 , 0x0193784612E97171A37FA25BA43291C4 , 0x01937846130970DBB8FF0B3D88DE4B92 , 0x019378461329703091B67326C582CFE7 , 0x01937846136970D2BAE4CF4171F8C248 , 0x0193784614F972BB8109028623648575 , 0x019378466D87723EAC991469001DA421 , 0x0193784737057161B137CCBF8BD84952 , 0x019378473B7572F5B792D9808D4E231E , 0x01937848E9CA7102A36E4AFA8D9EF05D , 0x01937848EB9E72A98C048B5EE85EA1D9 , 0x01937848EBFC73F2A553A15D36052FC9 , 0x01937848F11A707F9F7F71D92F35695D , 0x01937849219E71D78F44A18EC1B35F9C , 0x0193784940837348B4DE4C8F1F9E51A4 , 0x019378495A0F72CC88E6237450244891 , 0x01937849781570B5936A48F57B0D75E9 , 0x01937849CDAE72108C7718B7D39B1F48 , 0x0193784A3E0D71AEA1ADDF3118A66F4C , 0x0193784A43F67263A66C492C71C295C2 , 0x0193784A5CC17340AA08636A0963652A , 0x0193784A5DD372F4853482D7EEB3DE5A , 0x0193784A60527025B032F01CA98D2D40 , 0x0193784A60F071DEBC5A098043BCA709 , 0x0193784A613A73DF8ED3B447F6CDF3E0 , 0x0193784A72AC728EBDF3D56668F25E7B , 0x0193784A73007008B332A9A6FE251BE0 , 0x0193784A73ED73758B9B0FFE2D328DAD , 0x0193784A744471C8BFBD80ADCDF127FC , 0x0193784A74727141A110E8954B3BC0D6 , 0x0193784A8FDE71A5A669102B51A2F5EB , 0x0193784A987171A183AC8600205811D2 , 0x0193784A999970BC8100306ABC1C45C1 , 0x0193784A9A2270FCA0F38E40E389CD3D , 0x0193784A9A5772BD986C8E8BFF384387 , 0x0193784A9E5B7321A8B106B9D62354F8 , 0x0193784AC7C6720B98AAABCC97DBC510 , 0x0193784B7AC373AEAB0EC0D6A11DC107 , 0x0193784B7B6D7071972FD9D0A1DEA791 , 0x0193784BA8F97125844DE854ACBA2811 , 0x0193784BA98170C0B389D1D0260E800F , 0x0193784BC11970769D812877B0DBDF14 , 0x0193784BEF0271DF92879353A6A3BB33 , 0x0193784BF74173C6ADFC4B3F23E7CE8B , 0x0193784BF79A731D97CCEA93BD9C8256 , 0x0193784C023473629FCF88A729931CF5 , 0x0193784C204C73B7BAC7AD1EDD016A1A , 0x0193784CEB3572F9985B57DFC1F97B97 , 0x01937850D95E70E88818731A8152D984 , 0x019378525BC07214AA6FB0532D128CF7 , 0x019378525C7072BFA2C1D056D119FA03 , 0x0193785275D47370ADD3765BC4F59632 , 0x019378528C3E71B191D7D1CE06383CD6 , 0x019378528C64738DAC85877A82D97BAB , 0x019378528D8C72E79B11B98178E7ED5E , 0x019378541FB670D895E694962A36B93F , 0x0193785424EC71F294CEFD4ED82D5C8C , 0x01937854275970998F0C08BB0DADB9EA , 0x01937854278572EBB0163127CC059052 , 0x01937854278B73FBB225BEC149927091 , 0x019378542B2071C4B832A8649D002CCB , 0x019378543B397322822992D1D437B116 , 0x0193785440F9709A8A86551367DAE673 , 0x0193785442277065B064FE3517E3C7DC , 0x0193785442687120A823A3F44DC447FD , 0x0193785459C67152B5DB49DE44B15D33 , 0x019378545BFC70ECBAB0EAF4F923F586 , 0x019378545C5572E58D34660379B978C0 , 0x01937854732C7317B7B10D6FC5338695 , 0x01937854751670F18511C87055D326FF , 0x0193785489BE7188BF83BAB21FEABF05 , 0x0193785489C6737C92EC137E9472D5B6 , 0x0193785489F0709BA4B1CE92D9EF3E4C , 0x0193785489F870F59208EE4522D6E014 , 0x019378548A0E73F08C1F1B07073F2B0D , 0x019378548A177160844958E9C01F76DE , 0x019378548BEE70DD9789CE40F1BB7B1D , 0x019378548CBF7277AF9AD29C4C1C1077 , 0x01937854A25E71ECBE5736CE6EA01360 , 0x01937854A54C71CF96ECE9D84A0CF294 , 0x01937854A9EC73DDABFCB3F8BBF92255 , 0x01937854AC2B7072BCD405A2066CE4B5 , 0x01937854ACD7706FA2CDEF006DA3F5C8 , 0x01937854C94A73E4A2DCDC5ADE05C594 , 0x01937854CCED71C8AA324A14BFB99834 , 0x01937854E1C7736C8EED01DC72565768 , 0x01937854E40070AE99A184AB4A7F4778 , 0x01937854FB2B731FB33546FA13622DF6 , 0x019378551111721AB1710A4C3A586481 , 0x0193785511F970B780659353838F6E5A , 0x0193785523357317A3661D8CB35D9D09 , 0x01937855242370D199CC93D030E00AF7 , 0x0193785524387389AE3D432304DCF4EE , 0x019378553B0F71A38D729E0EC3DCA5F5 , 0x019378556879730A9345516352E4D4B4 , 0x0193785568ED712A8FD3CF5365F010CD , 0x01937855DAD673D98BAEBE0283F57740 , 0x01937855DAE070E79F8F6DDB9FEE6944 , 0x01937855F5DA734ABEB2E7261DF3AEED , 0x0193785634C27049B2F0BC615A2F5A62 , 0x019378566B20736B9CF90E05EE74FC54 , 0x019378567E6D7222836CFE3E16DBBD35 , 0x019378567E8870D3AC608A9700E98B3A , 0x0193785694E270E282C1653F9C76B8D4 , 0x01937856BFC272C990337A4B49B4FFA5 , 0x019378577128719F8F1841A674F47FEC , 0x0193785788CB704BBB18E04C056B0265 , 0x0193785789CD72309F5FE38B076B16D6 , 0x01937857EE08739EB78E212A84FFB098 , 0x01937857EF6E70E7AEEEE0EED76CBB6D , 0x01937858239B729ABEF5A75087786B14 , 0x019378583BA672F99C7ED2ECFD030D49 , 0x01937858BA33725D872FF4CCBD42686B , 0x01937858BA7072AABBB6F0553019B8A6 , 0x01937858D0AC70C5998A656135BA75E5 , 0x01937858ECE87164937961389C94EE8A , 0x019378597FCA716A9CC3D430EED6598A , 0x0193785A1DE87174AD83D6A9848A31F5 , 0x0193785A1DF172FAB517E5F377B72011 , 0x0193785A1E0C72FD85CFBE46B42F0428 , 0x0193785A1E1E73A99ECF934DAA92BF9E , 0x0193785A33E3717986706FE58E7FC5EE , 0x0193785A344D70659760B9F0DC5A7DA2 , 0x0193785A49907299AABAE590312B4362 , 0x0193785AADCF733882F31AF1B4E20CAE , 0x0193785AC5C8732A87E6645B615D0487 , 0x0193785AC5D67187B9C5FDAF15368D95 , 0x0193785AC60272DDA76BFE63F4E251C9 , 0x0193785AC6EB71EFA026BC9CAA4AA71E , 0x0193785AC6F873FB8A24709CD2D51C55 , 0x0193785AC715704CBB4BC38C5265CD23 , 0x0193785AC71F737899DCF589B203D0DF , 0x0193785AC73F719AB772B72526857541 , 0x0193785AC74870D6A3F0FD04A4D35E93 , 0x0193785AF8F171E59F0DC6A4F4011A43 , 0x0193785AF8FB738790D7F7BB5F1BFCCA , 0x0193785AF91970938C80EB8F988FBF50 , 0x0193785AF92470DB99891A2F3AACEB50 , 0x0193785AF9447306A44DE843E58CDB38 , 0x0193785B0ADB707B8C6EC682BA0EFC2B , 0x0193785B0AE570C596F7DBC7C092FDF1 , 0x0193785B0BB670A38AF4C265FD5AB764 , 0x0193785B0BC27393A6A70D290749513E , 0x0193785B0BFE7390BF502EB39B2200E1 , 0x0193785B1C9A7342BDD04CF8882EEA28 , 0x0193785BF74771B48CFBCD4B2B95C2E3 , 0x0193785BF94573438CC9617B17CB150B , 0x0193785BFF2272A58253FD87ABBEBD6E , 0x0193785BFF3572C9B5C6DCDDB13829FA , 0x0193785BFF6D7265ACDA8A6BE9EBBFE2 , 0x0193785C000070058FD71F9851334241 , 0x0193785C002D73D498AB1FC6E874F6B9 , 0x0193785C2E86715493E7D6F19EF9A3B1 , 0x0193785C31DE7061997CA4BF3C083EA3 , 0x0193785C32297062A06AA933DDE6B62E , 0x0193785C4D697287BD861BE23B22A852 , 0x0193785C4E437346BC4E729CEF1251B1 , 0x0193785C4E8672379F85462285052004 , 0x0193785C4F2672D4AAFA2B3D995C8EDB , 0x0193785C6FCC73E28899ABD6E5FB37F7 , 0x0193785C712B722C84004558DE4BC63B , 0x0193785C82AE70DF98818D80077C79AC , 0x0193785C84A473F484119FE744D6925E , 0x0193785C98C7716781490C6DFE4649B6 , 0x0193785C9A137183AAA1E846F9148C6B , 0x0193785CAF037374A66452D1BF37C363 , 0x0193785CAF7D7103AB92C83EE215D347 , 0x0193785CBFBC709DB88E13F2FD5D1AAC , 0x0193785CC15073DE985933F25111116B , 0x0193785CC16C73B3886A3185D28C3047 , 0x0193785CC1D4707D818398B9D7C9A2F0 , 0x0193785CC22670A997D3E0975B967AEA , 0x0193785CD8E2707990BF71BA938789EF , 0x0193785CD95073D5A29DAE2C1EB81AB9 , 0x0193785CD95A70EF9C239CA1A2B02677 , 0x0193785CD9FA70CBB271E983F344EC15 , 0x0193785CDA0571BFAA6BEC7D377A2951 , 0x0193785CDAEB7371A8123DC351DDD5DA , 0x0193785CEFD372069FF69D20E011390E , 0x0193785D03CF71C5924A517D26B6E582 , 0x0193785D04217095922C5BCCCE721A35 , 0x0193785D1AD3703C98C72D62F5ED63C1 , 0x0193785D341170F2BF680EF7110B0DA2 , 0x0193785D350D71A48177D2B0C58F37D1 , 0x0193785D35B072C69A6E31D5FA6AE233 , 0x0193785D56F372BFABBE5E4E768B3BCA , 0x0193785D6C1973B9A5E32C37C239B958 , 0x0193785D6C5372F0BE96C1A6F9775EB4 , 0x0193785D6C5C7166B2F30B8F0F3723A2 , 0x0193785D6C6B7309954428213CE9B8B4 , 0x0193785D6D0A70F08B20A6D45E0B276E , 0x0193785D6D99729DB4E8CFD5F60BED90 , 0x0193785D802A702FB7536EC1D8C26FE7 , 0x0193785D95FF73588063C492D4D3BF30 , 0x0193785DAC7C704BA96B5BF5C84DC792 , 0x0193785DCADD7314BBFA0C632F04DE47 , 0x0193785DCBA672628FE1C740557239EB , 0x0193785DCCDA731DA536BB12182CFE37 , 0x019518E7B2F3705BAF4B1031AB376BE6 , 0x019519279C4473F783F5B43D984920BD , 0x0195195416E6723381A9EF3FC2D7DAAC , 0x0195195416EE72508797E313E298DB1E , 0x019519549ED5736B84D7835E3C492F35 , 0x019519554309727480E1444FA1FB497C , 0x0195195569337308BFF4743C11FF1D2D , 0x01951955693D7066BE2ABD1E91A94C88 , 0x01951969928272A794CF8F9A8D79535E , 0x0195198B87E672C09A99F7326696C53A , 0x0195198FC40B7221A96DA74DC7B80BA9 , 0x0195199638877061BC7E2647DBED2320 , 0x0195199EA48D7390A046B2FA53296167 , 0x019519A1A6FB70BDA0C8A7B35B3E9463 , 0x019519A2D0717183AF786479F7209148 , 0x019519A2E7F2726F8ADCB7DFAAA66BE7 , 0x019519A320757313B6BEBF916C676739 , 0x019519ACE54A729C9FD27CDB82798CCE , 0x019519CD339672D28A399B7D97C7E620 , 0x019519D3034773C1A005183F6CB80B68 , 0x019519EE1A0D71BDAD3FB4C55B1E4526 , 0x019519F2C0B972FBBCF5C52CA6B42ADA , 0x019519F6DCD571DEB721C4FBE086A5C9 , 0x019519F7B6C472ED85A4558B181E029B , 0x01951A22F52770CA96921C42A02468FC , 0x01951A3AC0A071D8997E3C3FC7E13CEF , 0x01951A3B10EA70FE815AE9498D328764 , 0x01951A3EB30D72809E83925C45F6F311 , 0x01951A3EB31570DB8D8D911C8D94AD80 , 0x01951A3F2E6872809B014E9FB3D28445 , 0x01951A4F373F70D8A65AFC2A66A496EB , 0x01951A5BB4C4717693E0121C534B5447 , 0x01951A6E3C197298B2D5387791266573 , 0x01951B5C6F5370F7AEC3ADA5B0297F15 , 0x01951B886000729ABDF00EAC40C6AF9B , 0x0195233157197370BE9919482824DEE7 , 0x0195233157247241909BA991858391A4 , 0x019523466DAA717598F8B5F5CA05B4C0 , 0x0195235FC6B1710F86B07649680FF19B , 0x01952360935D731095497038FBA4F6D1 , 0x01952368615971479CEB195C12F98B07 , 0x01952368BD5673648A83B06F6FCF6935 , 0x01952368D556707CB9BDEE83D36C2600 , 0x0195236C47FE70748B5F5BCD295FCF64 , 0x0195236FB55973BA843454D1F795C7D0 , 0x0195237124357291892BB0C55AE32140 , 0x019523794A6973EF990033EADD2BCB5A , 0x0195237B61DA70CD808B5E98E80A945A , 0x01952381707A730FBAA5929AF4393C9B , 0x019523F4666C711793C768F235A829EB , 0x019523F48C6072C297C1247BDA1B9162 , 0x019523FE624C7398A1AD5FC5DE1C4E04 , 0x0195240B8DB77306A984F015ED87B84E , 0x0195240B8DBD723CB24DAE2CF9E4CA23 , 0x0195240D0B80718290F40FFA899B7FFD , 0x0195243BBAA9712980FCB3720E50482B , 0x0195243BBAC172F0905E72DB890C9305 , 0x0195243BBAC8709BAA664A39F2F644F0 , 0x01952465B37F71C4959EF4F2514771D1 , 0x019525454F1572D281A21C55EFCB3A5F , 0x0195257EBCB8713AB2C96BD521DC4070 , 0x01952644626873B381C03B90D5363D12 , 0x01952644A02C71D6B6DABA38D2B25DED , 0x01952644C95872538AA4E04EF0B4E678 , 0x01952644C95D7238AF0CF7E3AD4D943D , 0x01952644EA5B724C99DA083C5C3A8955 , 0x0195273C7A40708F9BE61E3814F3EDC8 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
72
3.96 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “x8Ò”sž˜ÝÐøëøP¹ "
b"\x01 “x8Ò·q?»D׃ð¢Òc "
b"\x01 “x8ÒÆsn‰\t ~\x1D Ú·í¢ "
b"\x01 “x8í1p\x05 ©ú\x0E\x1D <\v e\x00 "
b"\x01 “x8í•ss‘;g<÷—òÉ "
b"\x01 ôx9§ÉrRøwäv÷ú׿ "
b"\x01 “x9õ³q‹‡\v ^Õ\f\x0E uH "
b"\x01 “x9õÄqm½_Hâ\\x02\x18 , "
b"\x01 “x=Ž\x12 rÛ¢'ÐH*€¾Z "
b"\x01 “x>/Ór\x12 „@\x04 Kk–\v\x18 "
b"\x01 “x>/ìp:‡à³Í-È\x7F Ð "
b"\x01 “x?\x16 Är캧‚]¢ã\x1C "
b"\x01 ôxA\f Ér¬ÿ{\x1C F9òká "
b"\x01 “xI$\x08 sM¶HO»¬¹öí "
b"\x01 “xIvMsO¥žU\x0F Y¶hÎ "
b"\x01 “xIx\x15 pµ“jHõ{\r ué "
b"\x01 “xIyxp³ºwAþšè\v ô "
b"\x01 ôxIyâq\x1C ìáZ#Lƒ¾Ý "
b"\x01 “xI~\x18 p‘>^ÖwÙe\x07 "
b"\x01 “xI—DpÙ¼\r ï‘\x01 ‘Fj "
b"\x01 “xI—Rq\x00 §¥åa\x0F\x1A\x00 ž "
b"\x01 “xI—¼q\x1E ’ØÏ\x08 ßäèï "
b"\x01 ôxIù╦qs¡zÈ═│^µÅ "
b"\x01 “xJ\x1D\x1A q‚Ÿ~öçÕÁK‡ "
b"\x01 “xJ\x1D &pÙ†‡ízè)‚Ê "
b"\x01 ôxJ\x1D JqÚüUkRüI,\x00 "
b"\x01 “xJ\x1D VpÈŸÕ \x04 ô™~Ÿ "
b"\x01 “xJBKpê½h}w \x1D óŽ "
b"\x01 ôxJBfqrü.+Û\x14 £R┴ "
b"\x01 ôxJ`Rp%░2\x1C ®ì-@ "
b"\x01 ôxJ`ÅrÚªıF3U\x03\x0F\x06 "
b"\x01 “xJtrqA¡\x10 è•K;ÀÖ "
b"\x01 ôxJÅ7rÀ╝\ÕgÔï╬ "
b"\x01 “xN€äpù¤»\x18 ÐéŽg\x0E "
b"\x01 “xT%<s׬ïÇÕ‹b\t Å "
b"\x01 “xT;9s"‚)’ÑÔ7±\x16 "
b"\x01 “xTYÆqRµÛIÞD±]3 "
b"\x01 ôxTZ\x01 r5ÑØ▓ÂO,\x1F\x14 "
b"\x01 “xTŠ‚q“…¤Â£¶¥a "
b"\x01 ôxTÑrr\x1C ü<%\x13 Ù│x "
b"\x01 ôxTºøp╠àõ»t@╦ùØ "
b"\x01 “xT°‚rÖ—6eo\x05 ìTž "
b"""
\x01 “xT°»q\n
ŒQ\x03 ¬\x10 ¬ç9
"""
b"\x01 “xTæ\x17 qû«\x18 ˆ\x1F ‚èÿ{ "
b"\x01 “xU\x0E ”p\x06 «ã\x1D ”ô<\x1F £ "
b"\x01 “xU–srX¼5•ÀÝ\x10\f ¬ "
b"\x01 “xU–½p|€\x1E\x1E …FÝx "
b"""
\x01 “xU–Îp(“\n
ÜŒÁ\t r˜
"""
b"\x01 ôxUûÒsì│ó{ã@[ u "
b"\x01 “xVGñræ— ‚8ÆÓÍM "
b"\x01 “xW³Ür–¼\x7F ‰PK”ºö "
b"\x01 “xW´Fp0Ž \x19 ‰¢é”ö "
b"\x01 “xWÙêq\x17 ¹°åÆVðûR "
b"\x01 ôxW█\s1¥4\x05 gÉd\f ÿ "
b"\x01 “xWî\x08 sž·Ž!*„ÿ°˜ "
b"\x01 “xWï\x15 rKˆƒœÈ›[ŠÆ "
b"\x01 “xWïnpç®îàî×l»m "
b"\x01 “xXk†r\x16 „σ¦œ=¡w "
b"\x01 “xXkËp\x7F ¶Žk…û–Ž\x17 "
b"\x01 “x[÷Gq´ŒûÍK+•Âã "
b"\x01 “x[ùºpE¼\x12 /Ô>œ"I "
b"\x01 “x[ú‚q:†*žñ§gàÔ "
b"\x01 “x[û¤p!…är$¬š\x17 é "
b"\x01 “x[üºp ¯Ûöé³À\x10 [ "
b"\x01 “x[þLsD¤ØÜ¹\x00 9²\t "
b"\x01 “x[ÿmre¬ÚŠkéë¿â "
b"\x01 “x\\x01 ¬s†••/öz©*ÿ "
b"\x01 “x\.†qT“çÖñžù£± "
b"\x01 “x\.¶p;³\x04 £\x07 8•2H "
b"\x01 “x\0Tq[»‡¦üjš¥ˆ "
b"\x01 ôx\0ìsbøgÿÏ▒Fh( "
b"\x01 “x\2ƒs¸…e3TcQ¸l "
b"\x01 “x\Mir‡½†\e â;"¨R "
b"\x01 “x\NCsF¼Nrœï\x12 Q± "
b"\x01 “x\QÈrG«ËþŒ\x16 dÅ– "
b"\x01 “x\q+r,„\x00 EXÞKÆ; "
b"\x01 “x\qnrúŠ“VÆàS\x1F › "
b"\x01 ôx\qØptâ\x03 ÝK/ݤz "
b"\x01 ôx\é«p▀ÿüìÇ\x07 |y¼ "
b"\x01 ôx\Ü6rõ¼iã5üÉ\x1C └ "
b"\x01 “x\Á\x05 p‘‘‡ÒyïÉ|É "
b"\x01 “x\Â&p©—Óà—[–zê "
b"\x01 “x\Ø\x11 pi½uIt\x02 öÒù "
b"\x01 ôx\ÏÔpyÉ┐q║ôçë´ "
b"\x01 “x]”¿r„¹\x15 šS¥œ²\x1F "
b"\x01 “x]•ÿsX€cÄ’ÔÓ¿0 "
b"\x01 ôx]╦ªrbÅßÃ@Ur9Ù "
b"\x01 •\x19 ‹‡ærÀš™÷2f–Å: "
b"\x01 •\x19 ‹Ž\x12 pU—H1\x1D ü§£™ "
b"\x01 •\x19 “5cr*–ŸE›û\x17 ©\x19 "
b"\x01 •\x19 ¬åJrœŸÒ|Û‚yŒÎ "
b"\x01 •\e ˆ`\x00 rš½ð\x0E ¬@Ư› "
b"\x01 •#þbLs˜¡_ÅÞ\x1C N\x04 "
]
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 (0x01937838D294739E98DDD0F8EBF850B9 , 0x01937838D2B7713FBB44D783F0A2D263 , 0x01937838D2C6736E89097E1DDAB7EDA2 , 0x01937838ED317005A9FA0E1D3C0B6500 , 0x01937838ED957373913B673CF797F2C9 , 0x01937839F59072529B778476F6A39E91 , 0x01937839F5B3718B870B5ED50C0E7548 , 0x01937839F5C4716DBD5F48E25C02182C , 0x0193783D8E1272DBA227D0482A80BE5A , 0x0193783E2FD372128440044B6B960B18 , 0x0193783E2FEC703A87E0B3CD2DC87FD0 , 0x0193783F16C472ECADBAA7825DA2E31C , 0x019378410C9072AA987B1C4639956BA0 , 0x019378492408734DB6484FBBACB9F6ED , 0x01937849764D734FA59E550F59B668CE , 0x01937849781570B5936A48F57B0D75E9 , 0x01937849797870B3BA7741FE9AE80BF4 , 0x019378497983711C8DA05A234C9FF3ED , 0x019378497E187091AD3E5ED677D96507 , 0x01937849974470D9BC0DEF910191466A , 0x0193784997527100A7A5E5610F1A009E , 0x0193784997BC711E92D8CF08DFE4E8EF , 0x0193784997CB7173AD7AD4CDB35EE68F , 0x0193784A1D1A71829F7EF6E7D5C14B87 , 0x0193784A1D2670D98687ED7AE82982CA , 0x0193784A1D4A71E981556B5281492C00 , 0x0193784A1D5670C89FD52004F4997E9F , 0x0193784A424B70EABD687D77A01DF38E , 0x0193784A42667172812E2BEA149C52C1 , 0x0193784A60527025B032F01CA98D2D40 , 0x0193784A608F72E9A6D5463355030F06 , 0x0193784A74727141A110E8954B3BC0D6 , 0x0193784A8F3772B7BC5CE567E28BCEF0 , 0x0193784E80E470F9A4BB18D0E98E670E , 0x01937854253C73D7ACEFC7D58B6209C5 , 0x019378543B397322822992D1D437B116 , 0x0193785459C67152B5DB49DE44B15D33 , 0x019378545A017235A59DB2B64F2C1F14 , 0x019378548A82719385ADA4C2A3B6A561 , 0x01937854A572721C813CF02513EBB378 , 0x01937854A79B70CC85E4AF7440CB979D , 0x01937854B08272D69736656F05EC549E , 0x01937854B0BB710A8C5103AC10ACE739 , 0x01937854E61771FBAB18881F82E8FF7B , 0x019378550E947006ABE31D94F43C1FA3 , 0x0193785596737258BC3595C0DD100CAC , 0x0193785596BD707C801E1E8546DDAD78 , 0x0193785596CE7028930ADC8CC1097298 , 0x0193785596E3738DB3A27BC6405B2075 , 0x0193785647F172E697208238C6D3CD4D , 0x01937857B3DC7296BC7F89504B94BAF6 , 0x01937857B44670308EA01989A2E994F6 , 0x01937857D9EA7117B9B0E5C656F0FB52 , 0x01937857DB5C7331BE34056790640C98 , 0x01937857EE08739EB78E212A84FFB098 , 0x01937857EF15724B88839CC89B5B8AC6 , 0x01937857EF6E70E7AEEEE0EED76CBB6D , 0x019378586B86721684CF83A69C3DA177 , 0x019378586BCB707FB68E6B85FB968E17 , 0x0193785BF74771B48CFBCD4B2B95C2E3 , 0x0193785BF9BA7045BC122FD43E9C2249 , 0x0193785BFA82713A862A9EF1A767E0D4 , 0x0193785BFBA4702185E47224AC9A17E9 , 0x0193785BFCBA7020AFDBF6E9B3C0105B , 0x0193785BFE4C7344A4D8DCB90039B209 , 0x0193785BFF6D7265ACDA8A6BE9EBBFE2 , 0x0193785C01AC738695952FF67AA92AFF , 0x0193785C2E86715493E7D6F19EF9A3B1 , 0x0193785C2EB6703BB304A30738953248 , 0x0193785C3054715BBB87A6FC6A9AA588 , 0x0193785C308D73629B6798D8B1466828 , 0x0193785C328373B8856533546351B86C , 0x0193785C4D697287BD861BE23B22A852 , 0x0193785C4E437346BC4E729CEF1251B1 , 0x0193785C51C87247ABCBFE8C1664C596 , 0x0193785C712B722C84004558DE4BC63B , 0x0193785C716E72FA8A9356C6E0531F9B , 0x0193785C719D70748303ED4B2FEDCF7A , 0x0193785C82AE70DF98818D80077C79AC , 0x0193785C9A3672E4AC69C63581901CC0 , 0x0193785CC10570919187D279EFC97CC9 , 0x0193785CC22670A997D3E0975B967AEA , 0x0193785CD8117069BD75497402F6D2F9 , 0x0193785CD8E2707990BF71BA938789EF , 0x0193785D94BF7284B9159A53A59CB21F , 0x0193785D95FF73588063C492D4D3BF30 , 0x0193785DCBA672628FE1C740557239EB , 0x0195198B87E672C09A99F7326696C53A , 0x0195198B8E1270559748311DFCA7A399 , 0x019519933563722A969F459BFB17A919 , 0x019519ACE54A729C9FD27CDB82798CCE , 0x01951B886000729ABDF00EAC40C6AF9B , 0x019523FE624C7398A1AD5FC5DE1C4E04 );
Copy
73
5.11 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500
Parameters :
[
true
b"\x01 ôx6¼\f s ©\x19 ^_%Îüc "
b"\x01 “x9â’sƒµ³Y#öm t "
b"\x01 “x[÷#qY iP’¡n\x7F ¨ "
b"\x01 “x[õÙs:—\x1D ìˆ\t ÕËâ "
b"\x01 “xT\x1F ÈsQ£»Öçlýžª "
b"\x01 “xP\x18 ¼rs´kj\x1A ™¶ˆ? "
b"\x01 “x9B_pi¼ìo“ã?JÑ "
b"\x01 “x8Ò”sž˜ÝÐøëøP¹ "
b"\x01 “x?Hép=¾"ÊÉ!\x10 ²¤ "
b"\x01 “x[õkq\x14 –gªæ\x1D ‘dr "
b"\x01 “xT ¬r€™-j‘ž·=" "
b"\x01 ôxW+\x12 pQç4ÊËÜ\x08 Å" "
b"\x01 ôx?HÍq<ù\x05 \I\x1A §Éò "
b"\x01 “x9ù\x10 q–¯½ý‘UÖu: "
b"\x01 “x9â¤qç—¤"ÑAïzî "
b"\x01 “x6À\t sK·€gÆp×": "
b"\x01 “x[ö\x05 qq¢\x1D /ž,Îc¨ "
b"\x01 “x:\x0E mp\x1F …@¹¸ÆvWö "
b"\x01 ôx:++q|ü┤═·|ù1V "
b"\x01 “x8ÒÆsn‰\t ~\x1D Ú·í¢ "
b"\x01 ôx?%▒r\x1A Éw░e╗¢æ! "
b"\x01 “x:+2p‡¥ƒö1±ž€¬ "
b"\x01 “x=Ž\x12 rÛ¢'ÐH*€¾Z "
b"\x01 “x[ùªpÉ–2‰»5ó±r "
b"\x01 “x9ãœsÀ‹ìÔæÌ‰)% "
b"\x01 ôx9ÔµsNæíQßÉ╝Ó "
b"\x01 “xV\x7F\x1E q“ˆÇ.ØôQFí "
b"\x01 “x9ö\r s\f ’ï— ;0šì "
b"\x01 “x[÷,r5¤ *L\x03 ±9 "
b"\x01 “x9Ð/q/¢s#i´¹Ÿá "
b"\x01 “x6©Ýp¨’¿Q\x10 ï9èâ "
b"\x01 “x?I\x03 qÓµ“L®ìÔî9 "
b"\x01 “xT\x1F\x1C q« ?×ZŠ\x05 `è "
b"\x01 •\x1A ]\f .r϶ô¯[ÕDˆ´ "
b"\x01 “x8Ò·q?»D׃ð¢Òc "
b"\x01 “x[÷—s~–<h:\x7F Óœu "
b"\x01 “x6À\x01 p7“,²Ô\x1D\x0F 6ö "
b"\x01 ôx6®þs¹Øc╗Tÿt$û "
b"\x01 ôx[¸\x13 s?Á¼xùÉ6\x1F "
b"\x01 “x9ö`qn°\x1D Ð)e•Í\e "
b"\x01 “xI—DpÙ¼\r ï‘\x01 ‘Fj "
b"\x01 •\x1A lØ/sd¸¸íì}£·ô "
b"\x01 ôx=ìñs¤ù-¢®,└,Ð "
b"\x01 ôxW;ÛrÓì&\x02 %Ä$Eª "
b"\x01 “xI$\x08 sM¶HO»¬¹öí "
b"\x01 •\x19 íÆÀrÊŒ+36T(¨n "
b"\x01 “x:\x0E YpV½êe©œy5Á "
b"\x01 ôx8Åpq¹î\x01 B¿iY▀▒ "
b"\x01 “x9ãIrÌ„\x0E ‰¿ÎT\e ô "
b"\x01 “xN©—qŨg2!zs¬Ø "
b"\x01 “x9¤epƒ¿5ð¡ðäÜ "
b"\x01 “xI—Rq\x00 §¥åa\x0F\x1A\x00 ž "
b"\x01 ôxJÅ7rÀ╝\ÕgÔï╬ "
b"\x01 ôx=ì|pK¬\x13 NiÁmÈu "
b"\x01 “x9õ#sŠ·ÒBÓ\x07 ¨)ú "
b"\x01 “xBØ&rt‡}k3¸º|\r "
b"\x01 “xBØ0qõ±ÄÅÙ\e\x1E Zµ "
b"\x01 “x6ðãq°·YNAiÌN\x05 "
b"\x01 “x[úæq\x1C †\t Å.×õ\t ˆ "
b"\x01 “x6ðTs\x14 ˜ãÖÁ\x07 u‚À "
b"\x01 “x6¿Òqâ±²[DÚ\x1F è! "
b"\x01 “xT ¶s¸€¾ã\x00 o&^{ "
b"\x01 “x[õËrÛ¦4•\x1A\x0F\x15 N/ "
b"\x01 “x[úËrð BÍÑŒeäV "
b"\x01 “xT¨¦pQ‹Ý~žéÛå{ "
b"\x01 “x9õÄqm½_Hâ\\x02\x18 , "
b"\x01 “x6ªãr\x1F „KM•ÀRÁÍ "
b"\x01 “x8¢bqÿ•¥¬ÐBœøé "
b"\x01 “xT&¸p[«ñ\x01 lº\x17 ù\x02 "
b"\x01 “x=\t\x13 s±¦U©\x17\x15 ;hñ "
b"\x01 ôxT&ep8òô\>²æqÅ "
b"\x01 “x6¾úp;‡N§RHæS "
b"\x01 “x=Ÿíp\x1E ¬Nx‡-¢t "
b"\x01 “x9ã‹sE¤\x1A x™“»Ïd "
b"\x01 “xUT·q\v Š«¹$ï%ÑQ "
b"\x01 ôxX9Zq&ø8§«ü½¶¤ "
b"\x01 “x<v_pD©8óuŠ^Þ\x19 "
b"\x01 “x:+ƒsv„•SÒùñ-ÿ "
b"\x01 “x9ã*sîŠÏì\f »\x08 _B "
b"\x01 “x:\x12 >qدƒæÙPÙäC "
b"\x01 “x6©³p/¦JL\x18\x14 æ3< "
b"\x01 “x9ã\x12 p+½\e ÛŽY#[\x05 "
b"\x01 ôx6©2süó»Èd\x08 ýìp "
b"\x01 “x?HúqSµ4[̲)¤\x17 "
b"\x01 ôx6yÐpì░,P\x13 ┐®uÚ "
b"\x01 ò\x1A n╩ns╚¢7\x08 JÉ¥;¡ "
b"\x01 “x>/ìp:‡à³Í-È\x7F Ð "
b"\x01 ôx@\x07 @pÝÉ\x07 у»\x1A WÄ "
b"\x01 •\x1A lÔ”pͨÎ%\x1E øT+m "
b"\x01 ôx9§ÉrRøwäv÷ú׿ "
b"\x01 ôx8Å┤p'íº#<\x14 T▓} "
b"\x01 “xU}r\x15 Žu÷ˆ®‰ƒù "
b"\x01 “x6¨Nqö°3™ÙV\x19 \ø "
b"\x01 “x<ÁÇs\x0F ³Š\x0E JÈ/Ï "
b"\x01 “xT\x1F\x0E s¢¨Ò¨ 0868 "
b"\x01 “xT+¼s/‚ DeÊ&P "
b"\x01 ôxV\x7F ìpqôì²┤E²>Ó "
b"\x01 •\x19 —+Iq®²}h¥$rµÚ "
b"\x01 “x=Ÿ°pó¥¨\v ßZ’Ÿ1 "
b"\x01 “x>/Ór\x12 „@\x04 Kk–\v\x18 "
b"\x01 ôx6¿æröÉÀصs¦¸Q "
b"\x01 “x6¨šqô›\x08 öpSW\x1E "
b"\x01 “x:+ÔqÙ½Î\x0E Ô˜ŠµÔ "
b"\x01 “xA¦ÊqZ•Àæ6–\x07 d§ "
b"\x01 ôx7\e ªq╗ì\x16 ¿\x08 S\f PÜ "
b"\x01 “xU\x10 ásö´<f7u~#X "
b"\x01 ôxRuWqíâì+P╦ÒÆ└ "
b"\x01 “xTæ\x17 qû«\x18 ˆ\x1F ‚èÿ{ "
b"\x01 “x\.3ql“VRÍU†d "
b"\x01 “x@çEq\x7F ½êcË\x07 ÖS¥ "
b"\x01 “xTYŸq¡ŠÞ¾tPmÍæ "
b"\x01 •\x18 í\x1C\x13 q×¾½W\x0E ð—Wç "
b"\x01 “x[ú\x17 r•½ÇÔQÑ'\x06\x12 "
b"\x01 “x9ö\e pϰÊ<È\x16 >×½ "
b"\x01 “x9ö¾q_¿/$*D*²Þ "
b"\x01 “x9ãUp0«<kF6ýU0 "
b"\x01 “xT;\x00 q\x10 –0ùŸ.Ø\x1C Ò "
b"\x01 “x9õòph†˜\x10\x14 ÿncÎ "
b"\x01 “x:?\x01 si´e†è\x1E ˆÚ} "
b"\x01 “xBì“r÷‘€î¼UÆ‹» "
b"\x01 “xTŒ\x11 s€ØÌb(\t îQ "
b"\x01 ôxU┐ys]Ø×ï‗\x18 ³║Þ "
b"""
\x01 •\x19 žA\x10 ržµñÛš\n
sÕ<
"""
b"\x01 “x9õ³q‹‡\v ^Õ\f\x0E uH "
b"\x01 •\e fL<p‘‰í\x0E ¥ƒ\f ´( "
b"\x01 “x9÷wr>§¸–Š”8‹& "
b"\x01 “x>C~q:œªTM–Ì•W "
b"\x01 “x?%és䑯I \f ´\x02 2 "
b"\x01 “x?ö&r‘n7\x0F F\x12 Ú "
b"\x01 “xF[Krè¡{±ç˜ðψ "
b"\x01 “xU¿Iq\x06 ¦¢æ\x04 ^HXb "
b"\x01 “x9õ\f s޼\r\r è\x01\x0E ÚŒ "
b"\x01 “x6¹qr§¿¿\x08 Õ\x17 g-} "
b"\x01 “x6ðÒs\v ‰¯s,`ªÇY "
b"\x01 “xC\x10 0qÄŒ>{uÄq{\x02 "
b"\x01 “xU;Àq{·¾\x13 Ë(¯éÕ "
b"\x01 “xTÉ\x06 pí¬qÝ%Û“œà "
b"\x01 “x[úÑr臼¶ˆ™Ýج "
b"\x01 •\x19 ‹Ž\x12 pU—H1\x1D ü§£™ "
b"\x01 •\x1A\x01 X\x1F sv«%€x¶Gö: "
b"\x01 “x9ö*rÞ¡æ—Qyê>Ê "
b"\x01 ôx:\x12 +rbôx¢ÅS®MÌ "
b"\x01 “x?IEqŽ®i´£-áï "
b"\x01 ò#║r┼qåÉb└|F´Oÿ "
b"\x01 “x9÷Sr)µÎý\x11 i‚3o "
b"\x01 “xBYRrL¼)\x03 ¶!CÛL "
b"\x01 “xLçšr—¥Âl\x16 ׉J` "
b"\x01 “xN€äpù¤»\x18 ÐéŽg\x0E "
b"\x01 ôx6¿\q¹üÀ└╦\x13 ð\x1D D "
b"\x01 “x9ã<pp†$‹Ys³3' "
b"\x01 “x9öœrÉŸ9“U).\x02 "
b"\x01 •\x19 “5cr*–ŸE›û\x17 ©\x19 "
b"\x01 ôx8Åáplëh¥Eâ\x0F u` "
b"\x01 “xTÈòqÏ„=³}Ê…7i "
b"\x01 “x=Ÿ¸s;£\x15 [Ï\x06 ‰z„ "
b"\x01 “xIvMsO¥žU\x0F Y¶hÎ "
b"\x01 “xJ‘³rÙ¨&\x06 öÒÕb‰ "
b"\x01 “x:,\x10 qý¼Äîéȉ„é "
b"\x01 ôx=ì^pUûÌ├º}\x03 ÎO "
b"\x01 ôx?\x06 år╠╗\x06 üM>>\x0F ┴ "
b"\x01 ôxR[Óp·»iFØyM.ü "
b"\x01 “xT)Ìq\x1F ™ût¥ ê‹\x01 "
b"\x01 “x6¹ÈpÁ»}\x1E x^Š\x7F a "
b"\x01 “xBë{sͨ®®d\x08 ö¥ä "
b"\x01 “xHêÜs=‘¨\x1C +Õíȧ "
b"\x01 “x@æÐqÔ¯‡\x0F ’`aWK "
b"\x01 “xTÈÍqã¼W_迯q! "
b"\x01 ôx9§Ör÷ÉÀÜÊ╝Æ2\e "
b"\x01 “xT%Úp\x0F ˜¹Í¾¨u-ÿ "
b"\x01 •\x1A :\x18\x14 sq¶¨,#ÁÚ@¤ "
b"\x01 “x6©¬pÞ¥£ûhö&ß\x14 "
b"\x01 ôxBÀMpE▒°\x14 üãÉKÈ "
b"\x01 “xLæøp\x1E «R\x1A Pd4\x08\x11 "
b"\x01 “x[û_s8 SŽ‚AósR "
b"\x01 “x\…RrÀ˜\x02 Rc¦\x17 Jù "
b"""
\x01 •$\n
2Hq©¤\x1E Ûá\x1E |Át
"""
b"\x01 ôx:\x12 Äpeÿ@\x1E ú┌Âêì "
b"\x01 “x?I†s×±j9r)ŒÑH "
b"\x01 ôx7ìÑqåÈÉ®'\x1E ┘¬ "
b"\x01 “x:W{s•©ºu(Õ‘¯W "
b"\x01 ôxHÝLrò║m&▒üÞ╔ª "
b"\x01 ôxH±\x03 p╬¡ðG0À¨(É "
b"\x01 •\x1A :QrrT½ß\x18 ø#1±\x11 "
b"\x01 •\x1A mM\x05 r(ª¥\x16 S\t ±ßû "
b"\x01 •\x1A mX\x08 p1Œ*loίZ "
b"\x01 ôx?IvpÙ¿\f É/`\x16 Ù= "
b"\x01 ôxIù╦qs¡zÈ═│^µÅ "
b"\x01 “x<ŠUsa¶¯}L\x18 îUy "
b"\x01 ôx[÷═qÐÖ\x01 ¡¤Gü┘\x12 "
b"\x01 “x[ûPpK’,+\x13 ©Ì˜Ç "
b"\x01 “x:V•r@¿ à’±“BÚ "
b"\x01 ôxA\f Ér¬ÿ{\x1C F9òká "
b"\x01 “xBìþsÆ¢h´„…€ÚH "
b"\x01 “xT#°rSƒ?óàÍöp& "
b"\x01 “xUj´p+œ/È5`0NG "
b"\x01 “xV¿\x05 pT€âLôßkÃÍ "
b"\x01 “x9÷•s\x1A ¨xeæ\x05 îzA "
b"\x01 “x<f q\x1A —BG©z\x19 Ꭰ"
b"\x01 “xIuYqi±Û—B\x18 _•½ "
b"\x01 ò#║m╠s┤ÆÅ¤iPìÊ+ "
b"\x01 ôxIyâq\x1C ìáZ#Lƒ¾Ý "
b"\x01 ôxKÅÞqöòå?´¶Éµ\x06 "
b"\x01 “xT=PptžÆé¸·¨S_ "
b"\x01 “x[ù/sÌŒ–„· n¾ô "
b"\x01 “x[ú¼p;µèƒÃd2[° "
b"\x01 ôxBý¿qa×{¬Átü\x1D f "
b"\x01 “xJB&s\x07 •'1t—|>© "
b"\x01 ôxQïÖp┘ó<&a\x17 :\r ü "
b"\x01 “xW³Ür–¼\x7F ‰PK”ºö "
b"\x01 “x6¸•r•œ"\x0E %è\x05 þm "
b"\x01 “x6ðÁqî¤=ðv}Û~d "
b"\x01 “xIyxp³ºwAþšè\v ô "
b"\x01 “xW´Fp0Ž \x19 ‰¢é”ö "
b"\x01 “x[þæq¦²V³Èp1\x1F ¦ "
b"\x01 •\x1A ;OŠs¸¶f%f¬Šá> "
b"\x01 ôx9÷îqÇò\x01 ظ\x08\x1F §è "
b"\x01 “x:\x12 Hrs¸ò\x07 `h\x06 ³é "
b"\x01 “x?J\e s¯©iµ»å\x11 "
b"\x01 “xBëRr\x05 …H¾è\x01 T‘S "
b"\x01 “x[þ¾q>’9õ\x7F ñqK— "
b"\x01 “x\Lªp\x08 ¶óÛXÄA§ó "
b"\x01 “x9ö9p\x1C ¼\x1F Â\r ›»\x18 Ñ "
b"\x01 “xNßCr~¾\x17 ÙóÚI¾V "
b"\x01 ôx6y\x13 q®ùKüHc0M| "
b"\x01 “x9ø\x03 rF„Ž¿%ÌÝŠ "
b"\x01 “xI~\x18 p‘>^ÖwÙe\x07 "
b"\x01 •\x19 ëLÕr^€L•¯´ÕgÕ "
b"\x01 “x8€Þs‡‚W±É y•¤ "
b"\x01 “x9ùàqC½Q`À30äÁ "
b"\x01 ôx:\x12 óp\x1A Øô¢╠\x01 ÖE┐ "
b"\x01 “x<Bzp̃;äàÎy+¢ "
b"\x01 “x>C¢qZŒV)YÂ\x14 ¢+ "
b"\x01 “xT±*rü¾ú¡¥t+ž) "
b"\x01 “xU:ñq%¸#•t¼Ñ9\x06 "
b"\x01 “x6¿ùsnªÞ¾ûe\x07 K› "
b"\x01 ôx:+³sÁ¼║q\x1D a\x04 ü╚ "
b"\x01 “x>\x08 mrø¯|¸ð†¯ñ\n "
b"\x01 ôxBý}qHÇÜÄýɪ│Ï "
b"\x01 ôxJBfqrü.+Û\x14 £R┴ "
b"\x01 ôxT#®rÐü\x04 ûê"Ø\x13 ë "
b"\x01 “xTŽrr…ÐQýÁJؤ "
b"\x01 ôxZ\x1D áq\x07 ┐èQnÛë\x14 Å "
b"\x01 “x6Ì\x06 r‡Œ=ÉX}zª— "
b"\x01 “x\0Tq[»‡¦üjš¥ˆ "
b"\x01 •\x1A :xõqÕ†ŽÔÚk\x17 „§ "
b"\x01 “x9öÐrê“„\x11 ?Ç\v\x06 Ã "
b"\x01 “x>Õ-r,€ö"¨¢Í-} "
b"\x01 ôxItÑq×üÀLý\x11 ?\x1D g "
b"\x01 “xPì,q|ŠS\x1E Uë\x15 u} "
b"\x01 “xT!»qã´L”5ï3šÏ "
b"\x01 “xT&örö•äøãòŒ\x00 æ "
b"\x01 “xXkËp\x7F ¶Žk…û–Ž\x17 "
b"\x01 “x<w\t pJš\x18 ›ût+ôŸ "
b"\x01 “xJ\e ]sñ°Æä.<ð=\x0F "
b"\x01 ôxJÅçpµëð\f R\x1F i¤Å "
b"\x01 “xJ‘\x01 s2¡\x01 ‚²T:] "
b"\x01 “xKÊÝq]¬Øç\v Q¿W$ "
b"\x01 “xT \r rÀ¹§¶“ÅE«÷ "
b"\x01 “xT@_r«½\f Ôò\x00 À“@ "
b"\x01 •\x1A :\x18 Sqç£,Ôd@å`Å "
b"\x01 •\x1A YÝ.q›‚«¦è\x08 `q "
b"\x01 “x9öXq2–¨"8\x08 Šìx "
b"\x01 “x9öúqÙŠ²ÜwQqÊð "
b"\x01 “x<CìrQ˜ßØŸ‚dPÄ "
b"\x01 “xNÞ\x0E p¹€„ÎG^\x1D .U "
b"\x01 “xQzDs\x01 šÚP•ã䌣 "
b"\x01 “x6§ìqˆ¸G½Ù\f xµ¹ "
b"\x01 “x<v#s"¶üb¾\x01 [(ë "
b"\x01 “x<vâqµ—‘“ˆé•ä\x08 "
b"\x01 ôx>.¡r¨ö\x08 ¸¾É\¨ü "
b"\x01 ôx?IÑqøáÆqlx┴RÅ "
b"\x01 “xIuts€¾{¢¯¬4Ëc "
b"\x01 “xTÍ)s_¡Í‘,ÝË‘1 "
b"\x01 “xTøEs\f ƒ<û^ŒZql "
b"\x01 “x\R\x01 pì½\x00\x12 ?=êë¶ "
b"\x01 “x6ªÐs$¾³éã·\x14 –¹ "
b"\x01 “x6»\x1F q2œÁzC/eÀ½ "
b"\x01 “x:\x0E ðpW‘\x10 ¼Þ\f –SC "
b"\x01 “x:+±sC›ØvW3Öλ "
b"\x01 “xJArr\x13 ²’×GwaUP "
b"\x01 ôxKzâsk¬¨Ú╚ôm┤Å "
b"\x01 “xQ‹Ds”ž•mqtG½Ó "
b"\x01 “xR\ÈsG©0MèE’T¹ "
b"\x01 “xR]\x15 p\x03 ¯÷\r à o.q "
b"\x01 “xT \x07 p9–¸\x1C f•éS "
b"\x01 “x[öRr ¹”¾g°j02 "
b"\x01 “x\1ˆsõ¸;óbŽuŒ\x04 "
b"\x01 ôx\└3sÐÅ\x08 yû\x14 ø\x11 d "
b"\x01 •\x19 žGÏq´º-5#0Rm‹ "
b"\x01 ò\x19 ═(·sù¥ê▓¡ZØÌ¡ "
b"\x01 •\x1A _1xrö¸\x16 êá¾\x02 „ò "
b"\x01 “x8í1p\x05 ©ú\x0E\x1D <\v e\x00 "
b"\x01 “x9÷Aq¿‰X™EÅÏ\x14 \n "
b"\x01 “x:,šsD‡ÁaM$\x1A Õ, "
b"\x01 “x:,¸r§Œ\t $ÕΣ™U "
b"\x01 “x?ŒÅpø«êh\x0F 4OC\x06 "
b"\x01 “xBë–pŒ¼¥ŒšDó¢½ "
b"\x01 “xBì½qQ¶y®\x03 &Qðv "
b"\x01 “xT\x1F\x00 p~»½£x\x13 É\x19 £ "
b"\x01 ôxT®\x11 pØä┼6´I┬QÀ "
b"\x01 “x[þ–sw±y\t\f ‹'ª! "
b"\x01 •\x19 ü’§p¤›ô7pZØD( "
b"\x01 •\x1A :¸úr\x11 †\x1C ’ÿy2$ß "
b"\x01 ôx6¬Øp6Ö·Ú7!Z¹ô "
b"\x01 “x9÷epN¤ú[~ä\x11 @r "
b"\x01 “x9øÊp"“\t ÒEqt)á "
b"\x01 “x:Uìs(«K¬¿2"…À "
b"\x01 “x>0Ñrh‘û\x10\x13 kÇu "
b"\x01 “xA\f fqx¿}8‹u=l5 "
b"\x01 “xFoŒpö°"\x07 QQ\x02 [Ê "
b"""
\x01 “xF•gri”A’\x7F c0\n
O
"""
b"\x01 ôxJÉõsÒ«]yýÓèÿä "
b"\x01 ôxK{ r³ÉÍ$¤\x17 Ä}± "
b"\x01 “xT¦†p³¡ÑÆÓÈ´:\x03 "
b"\x01 “xTã^s’™fžŠª§G9 "
b"\x01 “x\\x00 éq4©jƒYbÓ”Z "
b"\x01 ôx\\x01 ür,Å«º\x0F ÔNI "
b"\x01 “x6ñ\r sh•øO†\ê\x07\x12 "
b"\x01 “x9Aéqn±öÜ#0\x19 ²9 "
b"\x01 “x9öHpƒ¼˜P!(!Ý£ "
b"\x01 “x9øvp>‘«~\x1A DäØœ "
b"\x01 ôx:\x13\x03 s.øJ│ìQnÿc "
b"\x01 ôx>2_qbìbl±,êGc "
b"\x01 “x?\x06 8q÷‘2a®°yÐ\x18 "
b"\x01 “x?I5s£‰µiU|æÁà "
b"\x01 “xD\x11 ¸sK»Ÿ¡[jÔÄG "
b"\x01 “xF\x11 ×r©¤¹–r_&ÞV "
b"\x01 “xF\x15 Œs\x12 ·ŽµH¤Ù\x1C . "
b"\x01 ôxIÝàp[É/±!âÑ»╔ "
b"\x01 “xJ`¾rV†\¡„\x1E Ì/— "
b"\x01 “xJ‘XrŒ‘3¡ú\x04 Û8™ "
b"\x01 “xT Apk¹ÀJ\x17 -UÁ] "
b"\x01 “xT&lrž´WALeЋž "
b"\x01 “xTw\x06 sÒºÊÃ…båሠ"
b"\x01 “xTŠ‚q“…¤Â£¶¥a "
b"\x01 “xTåur‘ž¢é̸äÎ… "
b"\x01 “xU\x0E ”p\x06 «ã\x1D ”ô<\x1F £ "
b"\x01 “xU€Órÿ›\x03 ˜î%×N™ "
b"\x01 “x[ýbpþ–%+~.Î\x0E ¾ "
b"\x01 “x[þLsD¤ØÜ¹\x00 9²\t "
b"\x01 “x[ÿœp0„^\x01 ×dy½\x04 "
b"\x01 “x\ð4p\t µä\r 6¨\x11 ; "
b"\x01 •\x19 žK!s›’Øü\x11 ô)°œ "
b"\x01 ò\x19 ƒ.¢p@Å38±eÒ?´ "
b"\x01 •#º¢Ös_½â{\f ÞG¦Ä "
b"\x01 •%‹ìÍpF¦\x16 Æàüh\x1D\x17 "
b"\x01 “x9õzsŒ¾DºqãØ.\x11 "
b"\x01 “x9÷\x1E r˜–Pxª\x12\f ¬@ "
b"\x01 “x:\x12 Ír¸¡*ö;Ýû#ª "
b"\x01 “x<vÑs\x00 ”ýÈ\x0E ãû¼\x00 "
b"\x01 ôx=Ð╗rÅ««ôvy/:Ñ "
b"""
\x01 ôxI\x1E tr³ü¸\n
┴Úêg¢
"""
b"\x01 ôxT\x1F øpèô\x0E ü\x15 ]█▀\ "
b"\x01 “xT)×qö”´LS#iøí "
b"""
\x01 “xT̈pg¬\x1C \n
ºñž¬`
"""
b"\x01 ôxTÔÉp«ê¯═I5\x10 Ô, "
b"\x01 “xXk†r\x16 „σ¦œ=¡w "
b"\x01 “xXÓ s}¶‘¾Áxk¦ø "
b"\x01 “x[üºp ¯Ûöé³À\x10 [ "
b"\x01 “x\O8qм¨»Rèòuž "
b"\x01 ò\x18 ´j³rÕí`\x17 ù╠É©o "
b"\x01 •\x19 ñ\r esæŠe¬ê‹V®[ "
b"\x01 ò\x19 ±AKq\x00 ║VM.╠ÅQ] "
b"\x01 •\x19 ó\x0E ]p°ž=BN\f –\f ¾ "
b"\x01 •&8k|r—–ÍWs\x0E vV3 "
b"\x01 ò(~-UrÍé┼É\x05 Z■Æ┴ "
b"\x01 “x9V\x06 s‹¿›„úú\x19 }L "
b"\x01 “x9ãmsÄ£q9ò +j¾ "
b"\x01 ôx9§Þq¤®░ï\x19 ┴/╣ü "
b"\x01 ôx9¸┘p¬90═ØCéF "
b"\x01 “x9øQp\x1D ¹¿±7.4„Ð "
b"\x01 ôx:*³p\x01 øh┼ù'É6 "
b"\x01 “x=Oëso˜\x1D G*zŽ\x02 r "
b"\x01 “xBëÌrøŸ-à¾83”ñ "
b"\x01 ôxEô¿syØ╗´¦\x10 ,;m "
b"""
\x01 “xF\x12 [p!«\n
_åËr‘
"""
b"\x01 “xG=ur¶“óÖÇ\x0F\x06 kó "
b"\x01 ôxJÅÑq¸æúVbf\x17 µ: "
b"\x01 “xKz\x1F sÚ˜S\x04 ¦\x15\x12 ´c "
b"\x01 ôxKzhrïÉg\x07 nJ\x1D I\n "
b"\x01 “xLWGqˆºZ\x14 |?ú\x1E $ "
b"\x01 “xNÜòqîº\x11 hO6\x17 ¬Ñ "
b"\x01 “xO<„r¬Ž\x17 òf~\x15 Úì "
b"\x01 ôxR\Tp\x01 ú¥aØT\x13 e▒ "
b"\x01 “xTX‹r\r ».¶íó{ÌG "
b"\x01 ôxTºøp╠àõ»t@╦ùØ "
b"\x01 “xT\x07 ql¸©Aç/1^\x15 "
b"\x01 “xU–srX¼5•ÀÝ\x10\f ¬ "
b"\x01 ôxUûÒsì│ó{ã@[ u "
b"\x01 ôxW█\s1¥4\x05 gÉd\f ÿ "
b"\x01 ôx[³Qr\x7F ┐#%─/\x1A █Ø "
b"\x01 “x\…\x14 sd“}*IŒí·. "
b"\x01 ò\x19 Åí¦qìêÆôð┴GDz "
b"\x01 •\x1A ðø\x08 qq¶d\x1A ±ŠÁ{\x1A "
b"\x01 ò#§\t ãrFæß\t Ŷ;U\v "
b"""
\x01 ôx6¬\n
r\x10 üì\x1F ÿAw¬{
"""
b"\x01 “x6Ìès2¤©f¹Œ²‚X "
b"\x01 “x8í•ss‘;g<÷—òÉ "
b"\x01 “x9ör.™õ2tñèrŽ "
b"\x01 “x9øœs2©ãåËͯ ´ "
b"\x01 “x:\x12 ús„½ÛK¦ÞÁI• "
b"\x01 “x:>äp\x19 †\x03 q!4š\x18 € "
b"\x01 “x?Ifq$ž%Éÿ¬9\x7F "
b"\x01 ôxI;úp-á┴\x1F ì!yJ¢ "
b"\x01 “xI[šqÏ¥bo¿3AËq "
b"""
\x01 “xJ\x16 urºŒ°ÿm<\n
ïœ
"""
b"\x01 “xJCÝsÅ¢MaíygÞ "
b"\x01 “xKzæp¢£Ã\x00\e õýg3 "
b"\x01 “xKÒŠq\x16 ´Å~\x06 \\x07 .¾ "
b"\x01 ôxT>JpꮣS#\x1A ûÉl "
b"\x01 “xT?¢r\x7F «\x04 ¼ËCÅ+( "
b"\x01 “xTãtqì¯0\e\x15 ©’Ûª "
b"\x01 “xTü¼qú½›Y\x04 Å'ˆÕ "
b"\x01 “xV—\x11 q»ˆì›ÖB6\e ¨ "
b"\x01 “xY;}q©Ž—1\f\x04 ©¹! "
b"\x01 “x[û\x01 p¬–ˆ°‚ñ/ô© "
b"\x01 ôx[¹rr³Äü\x07 b╠q~ "
b"\x01 “x\MçpִͰX\x14 þn "
b"""
\x01 ôx\QÆpR╝)\n
Ø\x14 JÏ
"""
b"\x01 ôx\Ü6rõ¼iã5üÉ\x1C └ "
b"\x01 •\x19 žxÕs\x02 ¡:çÜ\x07 ˜Çû "
b"\x01 •"ªtQqX°\x03\x14 q\ÓWE "
b"\x01 ò#║ÅåsîÆ,µY\x04 ‗\x1D Ê "
b"\x01 ôx6¬ìs+ä\f ┘»ÇXìÈ "
b"\x01 ôx6╗&qa╝É&\x06 ╩É║ "
b"\x01 “x8ïárS§[íW7\e W[ "
b"\x01 “x9ãtsdœ1åC‡6ì "
b"\x01 “x:\x12 ysž’É9Œ¾0ØÚ "
b"\x01 “x:\x13 2q³¿Æt3~ƒ\x13 i "
b"\x01 “x:\x13 ;pD»_Zx¼uí\f "
b"\x01 “x:+gq‚…w\x14 ìNř٠"
b"\x01 “xF\x12 ÍqÝ›\e bçCq\x00 “ "
b"\x01 “xFotr\x17 ‰®ÙO• ³Ò "
b"\x01 “xJ`9rØ”Öl€Zæi™ "
b"\x01 ôxJ`ÅrÚªıF3U\x03\x0F\x06 "
b"\x01 ôxKz4sìë\x06 FÙ\x19 {\x14 Õ "
b"\x01 “xT$ÖrÕ¸\x03 {KŒíŬ "
b"\x01 ôxT&Wpy¡Ø"ÞJ\r X$ "
b"""
\x01 “xT°»q\n
ŒQ\x03 ¬\x10 ¬ç9
"""
b"\x01 “xTÉ™qÍ©|å•g¸\x05 ß "
b"\x01 “xU\r Gp\x14 ¶\x17 RÜ.X5Ú "
b"\x01 “x[õùsµŸ`!7A.æÀ "
b"\x01 “x\\x00 ýr\x05 †_\x16 ˜íÚ¡È "
b"\x01 “x\1\x1A qü¤zQ…p'ê< "
b"\x01 “x\1iqLµ\x1D —/ eFP "
b"\x01 “x\OÛqmµtÈ\x0E 4"oB "
b"\x01 ôx\oƒrØÖ▓\x11 ¡çã╝/ "
b"\x01 “x\˜Ypþ·õ4;«>“ "
b"\x01 “x\Á“q×¾¦\x7F šU–¡¾ "
b"\x01 •\x1A :ûdqµ±þN*vWÅ8 "
b"\x01 •#Z\v rr´š‰©=Ü\x17 –ü "
b"""
\x01 “x6©Òqr¦A9³\n
MŒa
"""
b"\x01 “x6¿\x7F pR©î%5&\x16\x14\x18 "
b"\x01 ôx8Ýsplاf+Ug_8 "
b"\x01 “x8í°qÊ»¹‚\x01 ¿\v *§ "
b"\x01 “x8ïÄq]‹]Ȧàõß\t "
b"\x01 ôx9§;q\x0F ÅêDP@¬çð "
b"\x01 “x:\x11\x17 q;—á?mÞÞFy "
b"\x01 “x:\x12\x16 r&‡ê…ƒ¿6ÅN "
b"\x01 “x<C]ró‰\x04 ÂL\r šf "
b"\x01 ôx<CùsiñRv[Å$╝± "
b"\x01 “x=ä…p†¨`\x01 ÒPS@ê "
b"\x01 ôx=÷ØsQà┼PýËÎM╠ "
b"\x01 ôx?\x16 £p¾íÊ▒É1ßx? "
b"\x01 “x?IâsW¤CÇBõíUz "
b"\x01 “x@hts3¤’x´–lv\e "
b"\x01 “x@æ+sG¢’ÐÏ04Ï\x02 "
b"\x01 “xBë&r”«‘3Ôßáï¼ "
b"\x01 ôxBý\x15 qiÁ=\x02 bÉ3Õ0 "
b"\x01 “xF\x13 HpÉŒäDÄõ;ó- "
b"\x01 “xJ\x1D &pÙ†‡ízè)‚Ê "
b"\x01 “xJC"rЕF„"Þ\e w\x16 "
b"\x01 “xL\x1F ·rî¦höëØK¤\x0F "
b"\x01 “xL\x1F ÍqšŸáÏ\I_<\x01 "
b"\x01 ôxL╚êsnÅF┼┌¾!¶õ "
b"\x01 “xNË\x01 s…±²\x12 ºÍئk "
b"\x01 “xOÎ\x1C qÜœÑøÂ\x15 J‰í "
b"\x01 ôxTZ\x01 r5ÑØ▓ÂO,\x1F\x14 "
b"\x01 “xT[kpT«Ÿ%”¯Ï…… "
b"\x01 “xTuJp¶»fŸÔLÀNá "
b"\x01 ôxT¬\x1E r@ítÅÎ1%\x08 X "
b"""
\x01 “xU–Îp(“\n
ÜŒÁ\t r˜
"""
b"\x01 “xVGñræ— ‚8ÆÓÍM "
b"\x01 “x[ùºpE¼\x12 /Ô>œ"I "
b"\x01 “x[úõq\x1A ¸\x01 5(\x08\x7F 4= "
b"\x01 “x[ÿVrÀ·øAò\x11 Oîè "
b"\x01 “x\\x00 ˆs9“éuR;…\x13\x02 "
b"\x01 “x\\x01 Žqh°nH\x18 óJ:Ð "
b"\x01 “x\\x01 žpf¼1³thàUŠ "
b"\x01 ôx\P³pƒÉÏýı²w/` "
b"\x01 ôx\Q╣rX©+/2ا\x08 - "
b"\x01 “x\p|rÄ«ÖÓN\x10 6ó= "
b"\x01 ôx\ÿ\x16 rÙ®¦ºT■Ø\t ² "
b"\x01 “x\Þq˜€íÑ ^íaÚ "
b"\x01 ôx\└░s=ìÕ%J\x11 ▀\x05\t "
b"\x01 ôx\┌¼qjÆÔ\r ƒBÍü÷ "
b"\x01 ò\x19 Å┤\x1F q│º,\x1C\x19 Rn┴n "
b"\x01 ò\x19 ×ù½q"║¢┐Å─Û½\x05 "
b"\x01 •\x19 ¨›p\x16 º\x16 *AâÐä\x07 "
b"\x01 ò\x1A :╣\x07 qE╗ â \x06 =Ž "
b"\x01 •\x1A ilÖqžŽ–ï"'¨Ø6 "
b"\x01 •#[,üs•„MŽìêe)× "
b"\x01 “x6¨\x08 rp·æIDÜ/\x13\x08 "
b"\x01 “x6¾\x16 r\x13 ‚óR\x06 öÎñ® "
b"\x01 “x8î¿pÑ´òý‚ò¿Úã "
b"\x01 “x9f¦pÍ”¬\x04 °€ÒÌ* "
b"\x01 ôx:\x0E\x10 sSÉÃ\x1D ÄL\x06 =▒ "
b"\x01 “x:\x11 žrÁ…ö¡FÐ+k} "
b"\x01 “x:\x11 »rבÁ\r øœqÚÇ "
b"\x01 “x:+èq–·\x12 «“8„®ö "
b"\x01 “x:?Gp ¶\x16\x02 Z4A› "
b"\x01 “x:V&rÒ·V\x1F ²Ág\x12 l "
b"\x01 ôx<v©sxÑA=©JÓÉB "
b"\x01 “x>äLpí¯\x16 Ã<U"xß "
b"\x01 “x?\x06 þqi’åS¤)O\t 5 "
b"\x01 ôxA\f ñqõؽ|a-mýÒ "
b"\x01 “xB;Xrטm¸f_V?é "
b"\x01 “xB¸Bqó†^].©UW\ "
b"\x01 ôxF\x12\x16 q\x11 ╝pÅãV®Üâ "
b"\x01 “xF\x12 EqY‚(ëò—²œE "
b"\x01 “xF\x13 Šr䮃Ax_Ýßì "
b"\x01 “xJ\e Nqƒ /òYŸ¾óu "
b"\x01 “xJ\x1D\x1A q‚Ÿ~öçÕÁK‡ "
b"\x01 ôxJ\x1D JqÚüUkRüI,\x00 "
b"\x01 “xJ\x1D VpÈŸÕ \x04 ô™~Ÿ "
b"\x01 ôxJraráùtÆòLü¾× "
b"\x01 ôxJÖýpÆ©ØÞf\x03 Û)╝ "
b"\x01 “xKzMrO›4M5AÈ5Q "
b"\x01 ôxK{Wr\f ê\e ┐Ø3ñ╔ò "
b"\x01 ôxKÈîs\x16 ØP»jÈZ╗K "
b"\x01 “xKí)r\±ñöáRPåw "
b"\x01 ôxLW\x19 qü▒Ì\x15 .!tQ@ "
b"\x01 ôxM'-s>üý┌þ\x16 ¡‗\x1D "
b"\x01 “xNß+s2‘—&¿–\x15 o\x02 "
b"\x01 “xOÎ*q\x1E ‚/¶\x12 |ž\x0E n "
b"\x01 “xQ‹ar•©KU\x0E\x7F ˜e "
b"\x01 “xT OsG’\x1F Ìà\x1D\x12 Î^ "
b"\x01 “xT!epɤ8_‡vÁ\x15 "
b"\x01 “xT*ÎpRì¶©ã\x1C ¿4 "
b"\x01 “xT;âq\x00 ‰d*¤ \x18 *& "
b"\x01 “xT?ˆsí¯#)(¢\v Å‚ "
b"\x01 “xTXÑq¬’=\x00 @_Çß- "
b"\x01 “xTY‰p\x7F „%Ö\x10 Þ¹¾O "
b"\x01 “xTx\x18 q³¿\x13 º\x1A ßœ~< "
b"\x01 “xT¦“qÐŒv÷2Î+\x14 – "
b"\x01 ôxT¼ÆpOÖ\x11 ▀üõY: "
b"\x01 ôxT¼Üqfª!$Þ+©ÖÉ "
b"\x01 “xT°‚rÖ—6eo\x05 ìTž "
b"\x01 “xTÈÕsŽ¿ÕëgÜä© "
b"\x01 “xTÊ\x16 q ¹ö¯i‰ÛE¬ "
b"\x01 “xU\r ÉrÖŽ¤ÉXÔ\t šÐ "
b"\x01 “xUT<qÙ€FY¹‰nÑ\x00 "
b"\x01 “xU€¬s᪳\x1C ,möÞt "
b"\x01 “x[ú‚q:†*žñ§gàÔ "
b"\x01 “x[û\f r†˜%¶ñÂV¤M "
b"\x01 “x[û\x17 s£„G+ øÖQ3 "
b"\x01 “x[û¤p!…är$¬š\x17 é "
b"\x01 “x[ûÜs¬‡=›ì8á\x16 O "
b"\x01 “x[ýër2ª¯ Üzôeð "
b"\x01 ôx[■Ðs\x1A Öûî╬ƒÒüU "
b"\x01 “x\\x00 sp®†›ï\e ¥ï± "
b"\x01 ôx\0ìsbøgÿÏ▒Fh( "
b"\x01 “x\2ƒs¸…e3TcQ¸l "
b"\x01 “x\qnrúŠ“VÆàS\x1F › "
b"\x01 “x\˜Öp]³l}eê™Õ3 "
b"\x01 “x\®Ppÿ¦†\x04 €È\x0E ‹ "
b"\x01 ôx\«r¤ûHüîKC_b "
b"\x01 “x\Ù¤p.±•ê\x14 çTË "
b"\x01 “x\ÙÄs9š\x7F AÇþúfK "
b"\x01 •\x19 \v\x1A pљƢ!´²Fì "
b"\x01 •\x1A a`rsE«LK>â\x11 Qø "
b"\x01 •\x1A Ü£qw™å3q\x15 $·Ì "
b"\x01 •\x1A Ý5Øq•¨ö«øÙ‚Kc "
b"\x01 •#R\x04 #pÇ·9»×’)ó¾ "
b"""
\x01 •$\n
îDsP•ÆÃÿí\\‘
"""
b"\x01 •$\v ##r\x1E ¯äØjÿ "
b"\x01 •&/=Hqú£Õ\f ›u“÷ò "
b"\x01 “x6·6qÕ·ØÝ·ÊŠ.a "
b"\x01 “x6¿Úpý‚(&mÐ12Œ "
b"\x01 “x6ËŸs+‘4D”׃ƒ\x0F "
b"\x01 ôx7i║s;áØÅ~w¿Í¯ "
b"\x01 “x8¹2q\x07 «-\x0E î“\x07\x13 N "
b"\x01 ôx8¯Ür├êå0\x15 üÚÏn "
b"\x01 “x8ï+s©ŽpcF€Zfq "
b"\x01 ôx9╠ÚpÔåJ³¥lìèÅ "
b"\x01 “x9ÏôpúŸv~=Äò‰_ "
b"\x01 “x9÷-q²o3‡jDnŽ "
b"\x01 ôx9¸░q.░¨ÉSãx┌ "
b"\x01 ôx9¸´r\x12 Øp¯\x14 +\x04 $\x7F "
b"\x01 “x9øbr`ŠÄS"\x05 †ôÍ "
b"\x01 “x9øÝp¦‚C$ü Û,, "
b"\x01 “x9øõpT«È9¬dÅ·\x15 "
b"\x01 “x9ù€p‡¥\}<\x02 E¯? "
b"\x01 “x9ùÉs¾¡ûá̵̱ "
b"\x01 “x:\x0F Êqš«\x11 Ê9%_Eì "
b"\x01 “x:\x10 1rh¾\x11 Ý0`\x11 Æ: "
b"\x01 “x:\x10 ›rNœeNñ%¨“# "
b"\x01 “x:\x10 ýsO¤º.cj(ÁÕ "
b"\x01 “x:\x11 ‚sý‡“tèÔŒ ° "
b"\x01 “x:*†s}¥— ·Åü\x1E ” "
b"\x01 “x:+•rË‚“Ü$º0†0 "
b"\x01 ôx:,^peäü·├s═Y\x08 "
b"\x01 “x:W\x14 q\x7F ½Äú³bÔâ÷ "
b"\x01 “x<v˜p\x01 Š$K¿=ImR "
b"\x01 “x=¯ÊpŠ–ÊDWþ.ß\x1E "
b"\x01 “x>1\x0E sk¾\x1A ¬ûŠ\x01\x18 U "
b"\x01 “x>ƒ÷sXµšFØ0±ßþ "
b"\x01 “x?&:r*¤Ñ±zpÆp“ "
b"\x01 “x?I—sì—4\x00 Ï%í\x06 T "
b"\x01 ôx@äÐs░¢\x12 ¤└n\x08\x1A Å "
b"\x01 “xB·Üp\x0F ˜\x05 µYß,j "
b"\x01 “xBìÔq)‘£ZoÊi¶Q "
b"\x01 “xEçºr\x13 ‰Ùÿs\x01 T»ò "
b"\x01 “xF\x12 –pª”Àø5Ïþ+Ò "
b"\x01 “xG7ðq@¸–_äúáú™ "
b"\x01 “xHíYp°•P\x04 “"©BÝ "
b"\x01 “xI—¼q\x1E ’ØÏ\x08 ßäèï "
b"\x01 “xI›}pЮûº@”7ÅÆ "
b"\x01 “xJ\x18 Ap”´2Ýó÷\x16 ¹µ "
b"\x01 “xJ\x19 âr<±«Žæ‘•æô "
b"\x01 “xJ6>pn©\x11 àQ†O‘¼ "
b"\x01 ôxJ<┼p&ÄÓü2kW>Ý "
b"\x01 “xJA7p먶”gùd†Æ "
b"\x01 “xJBKpê½h}w \x1D óŽ "
b"\x01 “xJ™\x04 qY‘†ÌÛkºÊ! "
b"""
\x01 “xJ™"pp¢¿\t \n
ÜkìL
"""
b"\x01 “xJ™aqÇ·övCe£5ˆ "
b"\x01 “xJ™ÐpЀêÇXQÈÇ\x1D "
b"\x01 “xJš\x06 ròŽ\x0E Õ]Í×ÿÕ "
b"\x01 “xJž=r\x07 µVÖ‡\x16 ÔšÄ "
b"""
\x01 ôxKy¸sÖè߃ì#\n
┤
"""
b"""
\x01 “xKz\n
s\x14 ˜`;gf™=)
"""
b"""
\x01 “xKz¢rV¡™É"\n
€I)
"""
b"\x01 “xK{;p3¥\x19 43š[\x10 H "
b"\x01 “xKö)r-©y§gI'[Ë "
b"\x01 “xKö\qϸ\x11\x15 Hš\x18 P‡ "
b"\x01 “xLVæqûŒÍÆáÁ‘óŠ "
b"\x01 ôxO\x16\x12 s!öZMÊ■{ì% "
b"\x01 “xQzŽqƒ<2³(¹lË "
b"\x01 “xRŒùsM‘~¶èæ˜\x1D ° "
b"\x01 ôxT År3ÿ+¼¢Äu|ñ "
b"\x01 “xT!Çp®ioçÞ·q0 "
b"\x01 “xT#£pG¿>\x06 ãõšÜ\n "
b"\x01 “xT%<s׬ïÇÕ‹b\t Å "
b"\x01 ôxT'~pÚ¬C:¤z\x00 Åı "
b"\x01 ôxT=gqCØs┼îó«ØÀ "
b"\x01 “xT‰œs•‰\x00 DÙ€\x15 DÌ "
b"\x01 ôxTëñr#ÄÉì┬ã\x1F ¬% "
b"\x01 ôxTó@rìù\r é\x08 ┼$º\x06 "
b"\x01 ôxTÑrr\x1C ü<%\x13 Ù│x "
b"\x01 “xTãÐrÓ€þ©W \x04 ‡ß "
b"\x01 “xU9Øqû‡ƒÄx,~°÷ "
b"\x01 “xUR¢s“–ÿ¢wE)Æž "
b"\x01 “xU–½p|€\x1E\x1E …FÝx "
b"\x01 “xV\e ´r\x1F ™kX\x18 ûšÂw "
b"\x01 “xVªüpc‰(à\x15\x12 Â\x03 Š "
b"\x01 “xVñ›r3¹ëPR²\t\x04\x14 "
b"\x01 ôxV±ºrf¥U7¶ì\x12 ║\n "
b"\x01 “xWpÜsüŽ›Ú%±Ë²/ "
b"\x01 “xWÙêq\x17 ¹°åÆVðûR "
b"\x01 “xWï\x15 rKˆƒœÈ›[ŠÆ "
b"\x01 “xY~›sŒƒêôÍåu±· "
b"\x01 “xYá\x1E sd›ÍuÑÀ\x16 MÒ "
b"\x01 “x[ùMs’´\x11 Ë$ÝØSÓ "
b"\x01 “x[ü9qß½Î?)r[öê "
b"\x01 “x[ý\x1D rÁ·_Ú¶WëG‰ "
b"\x01 ôx[²┘p\x18 Øàßk°½êà "
b"\x01 “x\\x01 ¬s†••/öz©*ÿ "
b"\x01 “x\.EsD•]ÔúFCP> "
b"\x01 “x\.¶p;³\x04 £\x07 8•2H "
b"\x01 ôx\2:p+ØcÄ(¾·\x19 ├ "
b"\x01 “x\QÈrG«ËþŒ\x16 dÅ– "
b"\x01 “x\R©sy¥CþÉù}6£ "
b"\x01 ôx\qØptâ\x03 ÝK/ݤz "
b"\x01 “x\™,s©´MÇ…?Î\r À "
b"\x01 “x\Á\x05 p‘‘‡ÒyïÉ|É "
b"\x01 ôx\┴dp\x11 ªÊO░\x05 ├uÉ "
b"\x01 “x\Ø\x11 pi½uIt\x02 öÒù "
b"\x01 “x\Ù;r\x17 ‰è\x11 ‹”p‰ "
b"\x01 ôx\█qs'üÀ:k\x06 Gî\v "
b"\x01 “x]”¿r„¹\x15 šS¥œ²\x1F "
b"\x01 •\x18 ݵ\t q\x18 ¼HÆ$ØœÏ\x1D "
b"\x01 •\x18 ä\lp\x16 ¹(Ì\x1D ¢IÏ\x11 "
b"\x01 •\x18 èì•q<ž¸{ˆÖŒI "
b"\x01 •\x19 f\x15\x13 r\x06 £\x19 °ñi«DÕ "
b"\x01 •\x19 gVQqd•‹²ÚIv#É "
b"\x01 •\x19 žxÜrsƒSƒn?FF2 "
b"\x01 •\x19 é[ùpÌ®g¤ˆ/Xá´ "
b"\x01 •\x19 íN\x15 px²çˆ¸Èu1Ì "
b"\x01 ò\x19 ‗,ýrÓ¥¶*}Å┬½[ "
b"\x01 •\x19 öu_rM aøØ@›ËG "
b"\x01 ò\x1A :-ÐrÆÁıÐÓÅiJ\x03 "
b"\x01 •\x1A QÃ\x17 sÄ€À`Ep9Ý* "
b"\x01 ò\x1A n╩>q}ØÖÆ>_\x02 N■ "
b"\x01 ò\x1A █Ëès%┐1zsq³æÉ "
b"\x01 •\x1A Üz(p½“«\±¾ö¹Ý "
b"\x01 ò\x1A ±^tp{«§┐ü▒à\x19 º "
b"\x01 ò#_\x06 Ös¡Å£NSÖíß╝ "
b"""
\x01 ò#` äpäì\n
×A\v ┴\r\n
"""
b"\x01 ò#╗N\x01 q°íÁßÞ\x16 düö "
b"\x01 ò#╗N\x06 s,ÅïË]ÎÀ2╠ "
b"\x01 •&4E¨s\x1E ‚’q‚tÏñŠ "
b"\x01 ò(}h+r@Å\x18 *▒\x15 ¤┐o "
b"\x01 “x6©\x18 s\x08 ¶öŸ]«ÐÆ> "
b"\x01 “x6·\e s9˜‘Vdáèí× "
b"\x01 “x6·)pT£x(JBg1# "
b"\x01 “x6Ì:rJ£?kˆ˜ÏEn "
b"\x01 ôx6‗árQÅ\x02 Käʃñx "
b"""
\x01 “x7iöp\n
·w¯y\r •[¿
"""
b"\x01 “x8¡Bsâºi\x0F À´K½à "
b"\x01 “x8ò¨q€¯\x16 `ò‰î:\v "
b"\x01 “x9â[r\x08 ¤ŸcL±\x12 ~D "
b"\x01 “x9ã®r\x01 ¡xèŸpòvV "
b"\x01 “x9õNq"ƒ„\x1E (™AR¶ "
b"\x01 “x9õbs~§÷>¢@ÅÛ\x14 "
b"\x01 “x9öip–Ÿ½‚Rægû\x06 "
b"\x01 “x9öås]ºl€}ép\f 8 "
b"\x01 “x9÷¨p¥¸"áÞ€æ;â "
b"\x01 “x9ø*s÷¦Î\x1A œÔ.\x00\x14 "
b"\x01 “x9ø>pª¸÷È\x12 é®ú "
b"\x01 “x9ø´so°4\x12 T\x0F %¥e "
b"\x01 “x9ù\s<’´ô6QoÓL "
b"\x01 “x:\r òsi´ÀVUØ\x01 ‡0 "
b"\x01 ôx:\x0E ëpwÄ#\x10 FiuØ\x0E "
b"\x01 ôx:\x0E ÜrÉÂ╠=÷ËGXY "
b"\x01 “x:\x0F\e q\x7F —n\f ]1VbO "
b"\x01 “x:\x0F 8p\f ¦Ÿm\x01 õŠàÝ "
b"\x01 “x:\x0F _q•Ü\x1F ÝÛe#\r "
b"\x01 “x:\x10\x05 r£œ„è\x08 =‡› "
b"\x01 “x:\x10 Fq•’ORñ¹¤’¬ "
b"\x01 ôx:\x10 `s»┐6rì×þ@N "
b"\x01 “x:\x10 ãq/‚³Í\x01 ™ÄÍ2 "
b"\x01 “x:\x11 Lp\x19 ‰”\x19\x07 ÆÁ\x0F b "
b"\x01 “x:*ÛsН5%«Ìží4 "
b"\x01 ôx:*ÙrÅä>\x03 âåc┐¯ "
b"\x01 ôx:,âq#øÒ▒ÞPìåV "
b"\x01 “x:-;sNž‹âІbK¿ "
b"\x01 “x:?8r<œ7j\x1F )'.+ "
b"\x01 ôx:TØq═â?4┬¶`©\x17 "
b"\x01 “x:U\x18 q+Š\x19 õ\f mÊŒÛ "
b"\x01 ôx:W\x02 s■ÉG\x01 ñ│ƒ=\x03 "
b"\x01 ôx<v§p\x1E ì9)ÛV▒qÈ "
b"""
\x01 “x<¯¿qG½Û\n
%þ\x7F éI
"""
b"\x01 “x<°/rþŒ\x1F ^Öa-·“ "
b"\x01 “x<öÒp\x14 •\x16 s{œ¦Ü‘ "
b"\x01 “x=Pfs(•¼V«2¾•! "
b"\x01 “x=Ž=r±¾4¬k k) "
b"\x01 ôx=ÐßrÉÑ┐S¥\x0E r\x19 F "
b"\x01 “x>0árž¯_žƒ_üæö "
b"\x01 ôx>1aqAüVUª\f\x16 X¼ "
b"\x01 “x?\x16 Är캧‚]¢ã\x1C "
b"\x01 “x?IÐqÒžåþ\x19 ç ר "
b"""
\x01 ôx?J\n
pfì1\x15 ╣;¦\x14 ¸
"""
b"\x01 “x?J/q\x04 ž L!ù†ÕZ "
b"\x01 “x?JWqƬg‘¨aøMà "
b"\x01 ôx?░(rÔª\x1A RÚ§Úì3 "
b"\x01 “x?®sø»¢—âÆxÐm "
b"\x01 “x@\x07 Üré³-\x12 ’\x1F #çÅ "
b"\x01 ôxAÁÛsTÅXC\x11 pAýæ "
b"\x01 “xB:ÖsÚ†\x7F Xµ§2¼„ "
b"\x01 “xBY‹qy¨yd¤Ù¥üE "
b"\x01 “xBYžp|„¿.N]\x11 ”ç "
b"\x01 “xBë¤rR¼îÞ¾V5PÏ "
b"\x01 “xBþ8p\x15 ›i’šqB\x17 ÷ "
b"\x01 “xDL>soœû¤\x11 ¥<–K "
b"\x01 ôxEñØqk¼¤:f¿\Ý╔ "
b"\x01 “xEü1p$¼R;Ó°Ùù\x0F "
b"""
\x01 “xF\x11 ípJ–¹\n
›«ªJ*
"""
b"\x01 “xF\x12\x03 s!–ï\x02 15JÑÃ "
b"\x01 ôxF\x12 +qNùM\x06 ;Ø¥Òÿ "
b"\x01 “xF\x12 xqÖ‚•\x00 c[s‰§ "
b"\x01 “xF\x12 ³sh¯\#¦#R¶§ "
b"\x01 “xF\x12 éqq£\x7F ¢[¤2‘Ä "
b"\x01 “xF\x13\t pÛ¸ÿ\v =ˆÞK’ "
b"\x01 “xF\x13 )p0‘¶s&Å‚Ïç "
b"\x01 “xF\x13 ipÒºäÏAqøÂH "
b"\x01 ôxF\x14 ¨r╗ü\t\x02 å#dàu "
b"\x01 “xFm‡r>¬™\x14 i\x00\x1D ¤! "
b"\x01 “xG7\x05 qa±7Ì¿‹ØIR "
b"\x01 ôxG;ur§ÀÆ┘ÇìN#\x1E "
b"\x01 ôxHÚ╩q\x02 únJ·ì×] "
b"\x01 “xHëžr©Œ\x04 ‹^è^¡Ù "
b"\x01 “xHëüsò¥S¡]6\x05 /É "
b"\x01 “xHñ\x1A p\x7F Ÿ\x7F qÙ/5i] "
b"\x01 ôxI!×qÎÅDíÄ┴│_£ "
b"\x01 ôxI@âsH┤ÌLÅ\x1F ×Qñ "
b"\x01 “xIZ\x0F r̈æ#tP$H‘ "
b"\x01 “xIx\x15 pµ“jHõ{\r ué "
b"\x01 “xIÍ®r\x10 Œw\x18 ·Ó›\x1F H "
b"\x01 “xJ>\r q®¡ß1\x18 ¦oL "
b"\x01 “xJCörc¦lI,q• "
b"\x01 “xJ\Ás@ª\x08 cj\t ce* "
b"\x01 “xJ]Órô…4‚×î³ÞZ "
b"\x01 ôxJ`Rp%░2\x1C ®ì-@ "
b"\x01 “xJ`ðqÞ¼Z\t €C¼§\t "
b"\x01 “xJa:sߎӴGöÍóà "
b"\x01 “xJr¬r޽óÕfhò^{ "
b"\x01 “xJs\x00 p\x08 ³2©¦þ%\e à "
b"\x01 ôxJsÝsuïø\x0F ■-2ì¡ "
b"\x01 “xJtDqÈ¿½€Íñ'ü "
b"\x01 “xJtrqA¡\x10 è•K;ÀÖ "
b"\x01 ôxJÅÌqѪi\x10 +Qó§Ù "
b"\x01 “xJ˜qq¡ƒ¬†\x00 X\x11 Ò "
b"\x01 ôxJÖÖp╝ü\x00 0j╝\x1C E┴ "
b"\x01 “xJš"pü óŽ@ã‰Í= "
b"\x01 “xJšWr½˜lŽ‹ÿ8C‡ "
b"\x01 “xJž[s!¨±\x06 ¹Ö#Tø "
b"\x01 “xJÇÆr\v ˜ª«Ì—ÛÅ\x10 "
b"\x01 “xKzÃs®«\x0E ÀÖ¡\x1D Á\x07 "
b"\x01 “xK{mpq—/ÙСާ‘ "
b"\x01 “xK¨ùq%„MèT¬º(\x11 "
b"\x01 ôxK®üp└│ëÐð&\x0E Ç\x0F "
b"\x01 ôxK┴\x19 pvØü(w░█▀\x14 "
b"\x01 “xKï\x02 qß’‡“S¦£»3 "
b"\x01 “xK÷AsÆüK?#ç΋ "
b"\x01 “xK÷šs\x1D —Ìꓽœ‚V "
b"\x01 “xL\x02 4sbŸÏˆ§)“\x1C õ "
b"\x01 “xL Ls·ºÇ\x1E Ý\x01 j\x1A "
b"\x01 “xLë5rù˜[WßÁù{— "
b"\x01 ôxP┘^pÞê\x18 s\x1A üR┘ä "
b"\x01 “xR[Àr\x14 ªo°S-\x12 Œ÷ "
b"\x01 “xR\pr¿¢ÁÐVÑ\x19 ú\x03 "
b"\x01 “xRuÔspÓv[Äõ–2 "
b"\x01 “xRŒ>q±‘×ÑÎ\x06 8<Ö "
b"\x01 ôxRîdsì¼àçzé┘{½ "
b"\x01 ôxRìîrþø\x11 ╣üxþÝ^ "
b"\x01 “xT\x1F ¶pؕ攖*6¹? "
b"\x01 “xT$ìqò”ÎýNØ-\Œ "
b"\x01 ôxT'YpÖÅ\f\x08 ╗\r ¡╣Û "
b"\x01 ôxT'àrÙ░\x16 1'╠\x05 ÉR "
b"\x01 “xT'‹sû²%¾ÁI’p‘ "
b"\x01 ôxT+ q─©2¿dØ\x00 ,╦ "
b"\x01 “xT;9s"‚)’ÑÔ7±\x16 "
b"\x01 “xT@ùpšŠ†U\x13 gÚæs "
b"\x01 “xTB'pe°dþ5\x17 ãÇÜ "
b"\x01 “xTBhq ¨#£ôMÄGý "
b"\x01 “xTYÆqRµÛIÞD±]3 "
b"\x01 “xT[üp캰êôù#õ† "
b"\x01 ôxT\UrÕì4f\x03 y╣x└ "
b"\x01 “xTs,s\x17 ·±\r oÅ3†• "
b"\x01 “xTu\x16 pñ…\x11 ÈpUÓ&ÿ "
b"\x01 “xT‰¾qˆ¿ƒº²\x1F ê¿\x05 "
b"\x01 “xT‰Æs|’ì\x13 ~”rÕ¶ "
b"\x01 “xT‰ðp›¤±Î’Ùï>L "
b"\x01 “xT‰øpõ’\x08 îE"Öà\x14 "
b"\x01 “xTŠ\x0E sðŒ\x1F\e\x07\x07 ?+\r "
b"\x01 “xTŠ\x17 q`„IXéÀ\x1F vÞ "
b"\x01 “xT‹îpÝ—‰Î@ñ»{\x1D "
b"\x01 “xTŒ¿rw¯šÒœL\x1C\x10 w "
b"\x01 “xT¢^qì¾W6În \x13 ` "
b"\x01 “xT¥LqÏ–ìéØJ\f ò” "
b"\x01 “xT©ìsÝ«ü³ø»ù"U "
b"\x01 “xT¬+pr¼Ô\x05 ¢\x06 läµ "
b"\x01 “xT¬×po¢Íï\x00 m£õÈ "
b"\x01 “xTÉJsä¢ÜÜZÞ\x05 Å” "
b"\x01 “xTÌíqȪ2J\x14 ¿¹˜4 "
b"\x01 “xTáÇslŽí\x01 ÜrVWh "
b"\x01 “xTä\x00 p®™¡„«J\x7F Gx "
b"\x01 “xTû+s\x1F ³5Fú\x13 b-ö "
b"""
\x01 ôxU\x11\x11 r\x1A ▒q\n
L:Xdü
"""
b"\x01 ôxU\x11 ¨pÀÇeôSâÅnZ "
b"\x01 ôxU#5s\x17 úf\x1D î│]Ø\t "
b"""
\x01 “xU$#pљ̓Ð0à\n
÷
"""
b"\x01 “xU$8s‰®=C#\x04 Üôî "
b"\x01 ôxU;\x0F qúìr×\x0E ├▄ѧ "
b"""
\x01 “xUhys\n
“EQcRäÔ´
"""
b"\x01 ôxUhÝq*ÅˤSe\x10 ═ "
b"\x01 “xUÚÖsÙ‹®¾\x02 ƒõw@ "
b"\x01 ôxU┌ÓpþƒÅm█ƒ¯iD "
b"\x01 “xUõÚsJ¾²ç&\x1D ó®í "
b"\x01 “xV4ÂpI²ð¼aZ/Zb "
b"\x01 “xVk skœù\x0E\x05 îtüT "
b"\x01 “xV~mr"ƒlþ>\x16 Û½5 "
b"\x01 “xV~ˆpÓ¬`Š—\x00 é‹: "
b"\x01 “xV”âpâ‚Áe?œv¸Ô "
b"\x01 ôxV┐┬r╔É3zKI┤ Ñ "
b"\x01 ôxWq(qƒÅ\x18 Aªt¶\x7F ý "
b"\x01 “xWˆËpK»\x18 àL\x05 k\x02 e "
b"\x01 “xW‰Ír0Ÿ_ã‹\x07 k\x16 Ö "
b"\x01 “xWî\x08 sž·Ž!*„ÿ°˜ "
b"\x01 “xWïnpç®îàî×l»m "
b"\x01 “xX#›rš¾õ§P‡xk\x14 "
b"\x01 “xX;¦rùœ~Òìý\x03 \r I "
b"\x01 “xXº3r]‡/ô̽Bhk "
b"\x01 “xXºprª»¶ðU0\x19 ¸¦ "
b"\x01 “xXЬpÅ™Šea5ºuå "
b"\x01 “xXìèqd“ya8œ”îŠ "
b"\x01 “xY\x7F ÊqjœÃÔ0îÖYŠ "
b"\x01 “xZ\x1D èqtƒÖ©„Š1õ "
b"\x01 “xZ\x1D ñrúµ\x17 åów· \x11 "
b"\x01 “xZ\x1E\f rý…ϾF´/\x04 ( "
b"\x01 “xZ\x1E\x1E s©žÏ“Mª’¿ž "
b"\x01 “xZ3ãqy†poåŽ\x7F Åî "
b"\x01 “xZ4Mpe—`¹ðÜZ}¢ "
b"\x01 ôxZIÉrÖ¬║ÕÉ1+Cb "
b"\x01 “xZÏs8‚ó\x1A ñ´â\f ® "
b"\x01 “xZÅÈs*‡æd[a]\x04 ‡ "
b"\x01 ôxZ┼Íqç╣┼²»\x15 6ìò "
b"\x01 “xZÆ\x02 rݧkþcôâQÉ "
b"\x01 “xZÆëqï &¼œªJ§\x1E "
b"\x01 “xZÆøsûŠ$pœÒÕ\x1C U "
b"\x01 “xZÇ\x15 pL»KÃŒReÍ# "
b"\x01 “xZÇ\x1F sx™Üõ‰²\x03 Ðß "
b"\x01 “xZÇ?qš·r·%&…uA "
b"\x01 “xZÇHpÖ£ðý\x04 ¤Ó^“ "
b"\x01 “xZøñqåŸ\r Ƥô\x01\x1A C "
b"\x01 ôxZ°¹sçÉθ╗_\e ³╩ "
b"\x01 ôxZ¨\x19 pôîÇÙÅÿÅ┐P "
b"\x01 “xZù$pÛ™‰\x1A /:¬ëP "
b"\x01 “xZùDs\x06 ¤MèCåŒÛ8 "
b"""
\x01 “x[\n
Ûp{ŒnÆ‚º\x0E ü+
"""
b"""
\x01 “x[\n
åpÅ–÷ÛÇÀ’ýñ
"""
b"\x01 “x[\v ¶p£ŠôÂeýZ·d "
b"\x01 “x[\v Âs“¦§\r )\x07 IQ> "
b"\x01 ôx[\v ■sÉ┐P.│ø"\x00 ß "
b"\x01 “x[\x1C šsB½ÐLøˆ.ê( "
b"\x01 “x[÷Gq´ŒûÍK+•Âã "
b"\x01 “x[ùEsCŒÉa{\x17 Ë\x15\v "
b"\x01 “x[ÿ"r¥‚Sý‡«¾½n "
b"\x01 “x[ÿ5rɵÆÜݱ8)ú "
b"\x01 “x[ÿmre¬ÚŠkéë¿â "
b"\x01 ôx\\x00\x00 p\x05 ÅÎ\x1F ÿQ3BA "
b"\x01 “x\\x00 -sÔ˜«\x1F Æètö¹ "
b"\x01 “x\.†qT“çÖñžù£± "
b"\x01 “x\1Þpa™|¤¿<\x08 >£ "
b"\x01 “x\2)pb j©3Ýæ¶. "
b"\x01 “x\Mir‡½†\e â;"¨R "
b"\x01 “x\NCsF¼Nrœï\x12 Q± "
b"\x01 “x\N†r7Ÿ…F"…\x05 \x04 "
b"\x01 “x\O&rÔªú+=™\ŽÛ "
b"\x01 “x\oÌs∙«Öåû7÷ "
b"\x01 “x\q+r,„\x00 EXÞKÆ; "
b"\x01 ôx\é«p▀ÿüìÇ\x07 |y¼ "
b"\x01 “x\„¤sô„\x11 ŸçDÖ’^ "
b"\x01 ôx\ÿÃqgüI\f m■FIÂ "
b"\x01 “x\š\x13 qƒª¡èFù\x14 Œk "
b"\x01 “x\¯\x03 st¦dRÑ¿7Ãc "
b"\x01 “x\¯}q\x03 «’È>â\x15 ÓG "
b"\x01 ôx\┐╝pØ©Ä\x13 ‗²]\x1A ¼ "
b"\x01 “x\ÁPsÞ˜Y3òQ\x11\x11 k "
b"\x01 “x\Áls³ˆj1…ÒŒ0G "
b"\x01 ôx\┴Èp}üâÿ╣Î╔ó "
b"\x01 “x\Â&p©—Óà—[–zê "
b"\x01 ôx\ÏÔpyÉ┐q║ôçë´ "
b"\x01 ôx\┘PsıóØ«,\x1E ©\x1A ╣ "
b"\x01 “x\ÙZpïœ#œ¡¢°&w "
b"\x01 “x\Ùúp˲qéƒóDì\x15 "
b"\x01 “x\Ú\x05 q¿ªkì}7z)Q "
b"\x01 “x\Úësq¨\x12 =ÃQÝÕÚ "
b"\x01 ôx\´Ër\x06 ƒ÷Ø Ó\x11 9\x0E "
b"\x01 “x]\x03 ÏqÅ’JQ}&¶å‚ "
b"\x01 “x]\x04 !p•’,[ÌÎr\x1A 5 "
b"\x01 “x]\x1A Óp<˜Ç-bõícÁ "
b"\x01 “x]4\x11 pò¿h\x0E ÷\x11\v \r ¢ "
b"\x01 ôx]5\r qñüwÊ░┼Å7Ð "
b"\x01 “x]5°rÆšn1Õújâ3 "
b"\x01 “x]Vór¿«¾^Nv‹;Ê "
b"\x01 “x]l\x19 s¹¥ã,7Â9¹X "
b"\x01 “x]lSrð¾–Á¦ùw^´ "
b"\x01 ôx]l\qf▓¾\v Å\x0F 7#ó "
b"\x01 “x]lks\t •D(!<鸴 "
b"""
\x01 “x]m\n
pð‹ ¦Ô^\v 'n
"""
b"\x01 ôx]mÖrØ┤Þ¤ı÷\v ÝÉ "
b"\x01 “x]€*p/·SnÁØÂoç "
b"\x01 “x]•ÿsX€cÄ’ÔÓ¿0 "
b"\x01 “x]¬|pK©k[õÈMÇ’ "
b"\x01 “x]ÊÝs\x14 »ú\f c/\x04 ÞG "
b"\x01 ôx]╦ªrbÅßÃ@Ur9Ù "
b"\x01 “x]ÌÚs\x1D ¥6»\x12\x18 ,þ7 "
b"\x01 •\x18 ç²óp[¯K\x10 1«7kæ "
b"\x01 •\x19 'œDs÷ƒõ´=˜I ½ "
b"\x01 ò\x19 T\x16 µr3ü®´?┬Î┌¼ "
b"\x01 •\x19 T\x16 îrP‡—ã\x13 â˜Û\x1E "
b"\x01 •\x19 TžÕsk„׃^<I/5 "
b"\x01 •\x19 UC\t rt€áDO¡ûI| "
b"\x01 •\x19 Ui3s\x08 ¿ôt<\x11 ÿ\x1D - "
b"\x01 •\x19 Ui=pf¾*½\x1E ‘©Lˆ "
b"\x01 ò\x19 iÆérºö¤ÅÜìyS^ "
b"\x01 •\x19 ‹‡ærÀš™÷2f–Å: "
b"\x01 ò\x19 Å─\v r!®mºMé\v ® "
b"\x01 •\x19 –8‡pa¼~&GÛí# "
b"\x01 ò\x19 ×ñìsÉáF▓·S)ag "
b"\x01 •\x19 ¡¦ûp½ ȧ³[>”c "
b"\x01 •\x19 ¢Ðqqƒ¯xdy÷ ‘H "
b"\x01 •\x19 ¢çòroŠÜ·ßª¦kç "
b"\x01 •\x19 £ us\x13 ¶¾¿‘lgg9 "
b"\x01 •\x19 ¬åJrœŸÒ|Û‚yŒÎ "
b"\x01 •\x19 Í3–rÒŠ9›}—Çæ "
b"\x01 •\x19 Ó\x03 GsÁ \x05\x18 ?l¸\v h "
b"\x01 •\x19 î\x1A \r q½?´Å[\x1E E& "
b"\x01 •\x19 òÀ¹rû¼õÅ,¦´*Ú "
b"\x01 •\x19 öÜÕqÞ·!Äûà†¥É "
b"\x01 •\x19 ÷¶Ärí…¤U‹\x18\x1E\x02 › "
b"\x01 •\x1A "õ'pÊ–’\x1C B $hü "
b"\x01 •\x1A :À qØ™~<?Çá<ï "
b"\x01 ò\x1A ;\x10 Ûp■üZÚIì2çd "
b"\x01 •\x1A >³\r r€žƒ’\Eöó\x11 "
b"\x01 ò\x1A >│\x15 p█ììæ\x1C ìö¡Ç "
b"\x01 •\x1A ?.hr€›\x01 NŸ³Ò„E "
b"\x01 •\x1A O7?pئZü*f¤–ë "
b"\x01 •\x1A [´Äqv“à\x12\x1C SKTG "
b"\x01 •\x1A n<\x19 r˜²Õ8w‘&es "
b"\x01 •\e \oSp÷®Ã¥°)\x7F\x15 "
b"\x01 •\e ˆ`\x00 rš½ð\x0E ¬@Ư› "
b"\x01 •#1W\x19 sp¾™\x19 H($Þç "
b"\x01 ò#1W$rAÉø®æàâæñ "
b"\x01 •#Fmªqu˜øµõÊ\x05 ´À "
b"\x01 •#_Ʊq\x0F †°vIh\x0F ñ› "
b"\x01 •#`“]s\x10 •Ip8û¤öÑ "
b"\x01 •#haYqGœë\x19 \\x12 ù‹\x07 "
b"\x01 •#h½VsdŠƒ°ooÏi5 "
b"\x01 •#hÕVp|¹½îƒÓl&\x00 "
b"\x01 •#lGþpt‹_[Í)_Ïd "
b"\x01 •#oµYsº„4TÑ÷•ÇÐ "
b"\x01 •#q$5r‘‰+°ÅZã!@ "
b"\x01 •#yJisï™\x00 3êÝ+ËZ "
b"""
\x01 •#{aÚpÍ€‹^˜è\n
”Z
"""
b"\x01 ò#üpzs\x0F ║ÑÆÜ¶9<ø "
b"\x01 •#ôflq\x17 “Çhò5¨)ë "
b"\x01 •#ôŒ`r—Á${Ú\e ‘b "
b"\x01 •#þbLs˜¡_ÅÞ\x1C N\x04 "
b"\x01 ò$\v ìÀs\x06 ®ä\x15 Ýç©N "
b"\x01 ò$\v ì¢r<▓M«,¨õ╩# "
b"\x01 ò$\r \v Çqéɶ\x0F ·ëø\x7F ² "
b"\x01 •$;º©q)€ü³r\x0E PH+ "
b"\x01 ò$;║┴rÉ^r█ë\f ô\x05 "
b"\x01 •$;ºÈp›ªfJ9òöDð "
b"\x01 •$e³\x7F qÄ•žôòQGqÑ "
b"\x01 ò%EO\x15 rÊüó\x1C U´╦:_ "
b"\x01 •%~¼¸q:²ÉkÕ!Ü@p "
b"\x01 ò&Dbhs│ü└;Éı6=\x12 "
b"\x01 •&D ,qÖ¶Úº8Ò²]í "
b"\x01 •&DÉXrSФàNð´æx "
b"\x01 •&DÉ]r8¯\f ÷ãM”= "
b"\x01 •&Dê[rL™Ú\x08 <\:‰U "
b"\x01 ò'<z@pÅøµ\x1E 8\x14 ¾Ý╚ "
]
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 (0x01937836AC0C7320B8195E5F25D78163 , 0x01937839E2927383B5B35923F66D2074 , 0x0193785BF7237159A0695092A16E7FA8 , 0x0193785BF5D9733A971DEC8809D5CBE2 , 0x019378541FC87351A3BBD6E76CFD9EAA , 0x0193785018BC7273B46B6A1A99B6883F , 0x01937839425F7069BCEC6F93E33F4AD1 , 0x01937838D294739E98DDD0F8EBF850B9 , 0x0193783F48E9703DBE22CAC92110B2A4 , 0x0193785BF56B71149667AAE61D916472 , 0x0193785420AC7280992D6A919EB73D22 , 0x019378572B1270518734D2D39A088F22 , 0x0193783F48D6713C97055C491AF59095 , 0x01937839F9107196AFBDFD9155D6753A , 0x01937839E2A471E797A422D141EF7AEE , 0x01937836C009734BB78067C670D7223A , 0x0193785BF6057171A21D2F9E2CCE63A8 , 0x0193783A0E6D701F8540B9B8C67657F6 , 0x0193783A2B2B717C81B4CDFA7C973156 , 0x01937838D2C6736E89097E1DDAB7EDA2 , 0x0193783F25B1721A9077B065BBBD9121 , 0x0193783A2B327087A583F631B19E80AC , 0x0193783D8E1272DBA227D0482A80BE5A , 0x0193785BF9AA70C9963289BB35F3B172 , 0x01937839E39C73C08BECD4E6CC892925 , 0x01937839E2E6734E91A151E190BCE0F0 , 0x019378567F1E719388C72ED8F45146ED , 0x01937839F60D730C92EF97203B309AEC , 0x0193785BF72C7235A4A02A4CAD03B139 , 0x01937839D02F712FA2732369B4B99FE1 , 0x01937836A9DD70A892BF5110EF39E8E2 , 0x0193783F490371D3B5934CAEECD4EE39 , 0x019378541F1C71ABA03FD75A8A0560E8 , 0x01951A5D0C2E72CFB6F4AF5BD54488B4 , 0x01937838D2B7713FBB44D783F0A2D263 , 0x0193785BF797737E963C683A7FD39C75 , 0x01937836C0017037932CB2D41D0F36F6 , 0x01937836A9E773FB9D63BB5498742496 , 0x0193785BF713733FB5AC789790F0361F , 0x01937839F660716EB01DD0296595CD1B , 0x01937849974470D9BC0DEF910191466A , 0x01951A6CD82F7364B8B8EDEC7DA3B7F4 , 0x0193783D8DA473CF972DBDA92CC02CD1 , 0x019378573BEA72E08D2602258E2445A6 , 0x019378492408734DB6484FBBACB9F6ED , 0x019519EDC6C072CA8C2B33365428A86E , 0x0193783A0E597056BDEA65A99C7935C1 , 0x019378388F7071FB8C0142A86959DFB1 , 0x01937839E34972CC840E89BFCE541BF4 , 0x0193784EA99771C5A86732217A73ACD8 , 0x01937839A4657083BF35F0A1F0E4DCA0 , 0x0193784997527100A7A5E5610F1A009E , 0x0193784A8F3772B7BC5CE567E28BCEF0 , 0x0193783D8D7C704BAA134E69B56DD475 , 0x01937839F523738AB7D242D307A829FA , 0x01937842D8267274877D6B33B8BA7C0D , 0x01937842D83071F5B1C4C5D91B1E5AB5 , 0x01937836F0E371B0B7594E4169CC4E05 , 0x0193785BFAE6711C8609C52ED7F50988 , 0x01937836F054731498E3D6C1077582C0 , 0x01937836BFD271E2B1B25B44DA1FE821 , 0x0193785420B673B880BEE3006F265E7B , 0x0193785BF5CB72DBA634951A0F154E2F , 0x0193785BFACB72F0A042CDD18C65E456 , 0x01937854A8A670518BDD7E9EE9DBE57B , 0x01937839F5C4716DBD5F48E25C02182C , 0x01937836AAE3721F844B4D95C052C1CD , 0x01937838A26271FF95A5ACD0429CF8E9 , 0x0193785426B8705BABF1016CBA17F902 , 0x0193783D091373B1A655A917153B68F1 , 0x019378542665703895935C3EFD91718F , 0x01937836BEFA703BAD874EA75248E653 , 0x0193783D9FED701EA0AC4E78872DA274 , 0x01937839E38B7345A41A789993BBCF64 , 0x0193785554B7710B8AABB924EF25D151 , 0x01937858395A71269B38F5AE81ABF4CF , 0x0193783C765F7044A938F3758A5EDE19 , 0x0193783A2B837376849553D2F9F12DFF , 0x01937839E32A73EE8ACFEC0CBB085F42 , 0x0193783A123E71D8AF83E6D950D9E443 , 0x01937836A9B3702FA64A4C1814E6333C , 0x01937839E312702BBD1BDB8E59235B05 , 0x01937836B8327381A2AFD46408EC8D70 , 0x0193783F48FA7153B5345BCCB229A417 , 0x0193783679D1708DB02C5013BFA975E9 , 0x01951A6ECA6E73C8BD37084A90BE3BAD , 0x0193783E2FEC703A87E0B3CD2DC87FD0 , 0x01937840074070ED9007A59FAF1A578E , 0x01951A6CD49470CDA8CE251EF8542B6D , 0x01937839F59072529B778476F6A39E91 , 0x019378388FB47027A1A7233C1454B27D , 0x01937855AD7D72158E75F788AE8983F9 , 0x01937836A84E71F6B03399D956195CF8 , 0x0193783CC1C7730FB38A0E4AC82FCFC2 , 0x019378541F0E73A2A8D2A8A030383638 , 0x019378542BBC732F82A04465C38A2650 , 0x019378567F8D7071938DFDB445FD3EE0 , 0x019519972B4971AEB27D68A52472B5DA , 0x0193783D9FB070F3A5A80BDF5A929F31 , 0x0193783E2FD372128440044B6B960B18 , 0x01937836A891729490B79DE673DDF751 , 0x01937836A89A71F49B08F670AD53571E , 0x0193783A2BD471D9BDCE0ED4988AB5D4 , 0x01937841A6CA715A95C0E636960764A7 , 0x019378371BA671BB8D16A808530C509A , 0x0193785510E173F6B43C6637757E2358 , 0x01937852755771A1838D2B50CBE392C0 , 0x01937854E61771FBAB18881F82E8FF7B , 0x0193785C2E33716C935652CD5586AD64 , 0x01937840E745717FBDEA63CB07D653A5 , 0x01937854599F71A18ADEBE74506DCDE6 , 0x019518ED1C1371D7BEBD570EF09757E7 , 0x0193785BFA177295BDC7D451D1270612 , 0x01937839F61B70CFB0CA3CC8163ED7BD , 0x01937839F6BE715FBF2F242A442AB2DE , 0x01937839E3557030AB3C6B4636FD5530 , 0x019378543B0071109630F99F2ED81CD2 , 0x01937839F5F2706886981014FF6E63CE , 0x0193783A3F017369B46586E81E88DA7D , 0x01937842EC9372F79180EEBC55C68BBB , 0x019378548C1173C280D8CC622809EE51 , 0x01937855BF79735D9D9E8BF218FCBAE8 , 0x0195199E4110729EB5F1DB9A0A73D53C , 0x01937839F5B3718B870B5ED50C0E7548 , 0x01951B664C3C709189ED0EA5830CB428 , 0x01937839F777723EA7B8968A94388B26 , 0x0193783E437E713A9CAA544D96CC9557 , 0x0193783F25E973E491C649200CB40232 , 0x0193783FF62672AD916E37AD0F4612DA , 0x019378465B4B72E8A17BB1E798F0CF88 , 0x01937855BF497106A6A2E6045E485862 , 0x01937839F50C738EBC0D0DE8010EDA8C , 0x01937836B97172A7BFBF08D517672D7D , 0x01937836F0D2730B89AF732C60AAC759 , 0x01937843103071C48C3E7B75C4717B02 , 0x019378553BC0717BB7BE13CB28AFE9D5 , 0x01937854C90670EDAC71DD25DB939CE0 , 0x0193785BFAD172E887BCB68899DDD8AC , 0x0195198B8E1270559748311DFCA7A399 , 0x01951A01581F7376AB258078B647F63A , 0x01937839F62A72DEA1E6975179EA3ECA , 0x0193783A122B72629378BD8F53A94DDE , 0x0193783F4945718EAE69ADB4A32DE1EF , 0x019523BA72C571869062C07C46EF4F98 , 0x01937839F7537229B5CEFD116982336F , 0x019378425952724CBC2903B62143DB4C , 0x0193784CE79A7297A5C26C16D7894A60 , 0x0193784E80E470F9A4BB18D0E98E670E , 0x01937836A85C71FB81B7C0CB13D01D44 , 0x01937839E33C707086248B5973B33327 , 0x01937839F69C72C99F399355292E02A0 , 0x019519933563722A969F459BFB17A919 , 0x019378388FA0706C8968BE45830F7560 , 0x01937854C8F271CF843DB37DCA853769 , 0x0193783D9FB8733BA3155BCF06897A84 , 0x01937849764D734FA59E550F59B668CE , 0x0193784A91B372D9A82606F6D2D56289 , 0x0193783A2C1071FDBCC4EEE9C88984E9 , 0x0193783D8D5E705596DEC3A77D03D74F , 0x0193783F068672CCBB06814D3E3E0FC1 , 0x019378525BE070FAAF69469D794D2E81 , 0x0193785429CC711F99FB74A5A0EA8B01 , 0x01937836B9C870C1BB7D1E785E8A7F61 , 0x01937842EB7B73CDA8AEAE6408F6A5E4 , 0x01937848EADC733D91A81C2BD5EDC8A7 , 0x01937840E6D071D4AF870F926061574B , 0x01937854C8CD71E3BC575FE8BFAF7121 , 0x01937839F59972F690B79AD2BC92321B , 0x0193785425DA700F98B9CDBEA8752DFF , 0x01951A3A18147371B6A82C23C1DA40A4 , 0x01937836A9AC70DEA5A3FB68F626DF14 , 0x01937842B74D7045B1F81481C6904BD4 , 0x0193784CE6F8701EAB521A5064340811 , 0x0193785BFB5F7338A0538E8241F37352 , 0x0193785C855272C098025263A6174AF9 , 0x0195240A324871A9A41EDBE11E7CC174 , 0x0193783A128E706598401EA3DAB6888D , 0x0193783F498673D7B16A3972298CD148 , 0x019378378DA571F086D490A9271ED9AA , 0x0193783A577B7395A9BA7528D591AF57 , 0x01937848ED4C7295BA6D26B181E8C9A6 , 0x01937848F10370CEADD04730B7F92890 , 0x01951A3A51727254BDDF18F82331B111 , 0x01951A6D4D057228AAA5165309B1DFFB , 0x01951A6D580870318C2A6C6FCEAF5AAD , 0x0193783F497670EBA80C902F6016EB3D , 0x0193784997CB7173AD7AD4CDB35EE68F , 0x0193783C8A557361B6AF7D4C18EE5579 , 0x0193785BF6CD71D19901ADCF4781D912 , 0x0193785BFB50704B922C2B13A9CC98C7 , 0x0193783A56957240BFA0E092B19342DA , 0x019378410C9072AA987B1C4639956BA0 , 0x01937842ECFE73C6A268B4848580DA48 , 0x0193785423B07253833FF3E0CDF67026 , 0x019378556AB4702B9C2FC83560304E47 , 0x01937856BF05705480E24CF4DF6BC3CD , 0x01937839F795731AA87865E605EE7A41 , 0x0193783C66A0711A974247A97A19E18E , 0x0193784975597169B1DB9742185F95BD , 0x019523BA6DCC73B4928FCF69508DD22B , 0x019378497983711C8DA05A234C9FF3ED , 0x0193784B8FE8719495863FEFF490E606 , 0x019378543D5070749EC6E9B8B7A8535F , 0x0193785BF92F73CC8C9684B7A06EBEF4 , 0x0193785BFABC703BB5E883C364325BB0 , 0x01937842ECA871619E7BAAB574811D66 , 0x0193784A4226730795273174977C3EA9 , 0x019378518B9970D9A23C2661173A0D81 , 0x01937857B3DC7296BC7F89504B94BAF6 , 0x01937836B89572959C220E25E805FE6D , 0x01937836F0C171EEA43DF0767DDB7E64 , 0x01937849797870B3BA7741FE9AE80BF4 , 0x01937857B44670308EA01989A2E994F6 , 0x0193785BFEE671A6B256B3C870311FA6 , 0x01951A3B4F8A73B8B6662566AC8AE13E , 0x01937839F68C718095019DF7081FF58A , 0x0193783A12487273B8F207606806B3E9 , 0x0193783F4A1B73AFA969B5ADBBE511AD , 0x01937842EB5272058548BEE801549153 , 0x0193785BFEBE713E9239F57FF1714B97 , 0x0193785C4CAA7008B6F3DB58C441A7F3 , 0x01937839F639701CBC1FC20D9BBB18D1 , 0x0193784EDF43727EBE17D9F3DA49BE56 , 0x01937836791371A9974B814863304D7C , 0x01937839F8037246848EBF25CCDDAD8A , 0x019378497E187091AD3E5ED677D96507 , 0x019519EB4CD5725E804C95AFB4D567D5 , 0x0193783880DE73878257B1C9207995A4 , 0x01937839F9E07143BD5160C03330E4C1 , 0x0193783A12A2701A9D93BDCC019945BF , 0x0193783C427A70CC833BE4E0CE792BA2 , 0x0193783E43A2715A8C562959C214A22B , 0x01937854B12A72FCBEFAA1A5742B9E29 , 0x019378553AF17125B8239574BCD13906 , 0x01937836BFF9736EAADEBEFB65074B9B , 0x0193783A2BFC73B5ACBA711D610481C8 , 0x0193783E086D72F8AF7CB8F086AFF10A , 0x01937842EC7D7148809A8EEC90A6B3D8 , 0x0193784A42667172812E2BEA149C52C1 , 0x0193785423A972D181049688229D1389 , 0x019378548E727285ADD051FDC14AD8A4 , 0x0193785A1DA07107BF8A516EEA89148F , 0x01937836CC0672878C3DC9587D7AAA97 , 0x0193785C3054715BBB87A6FC6A9AA588 , 0x01951A3A78F571D5868ED4DA6B1784A7 , 0x01937839F6D072EA9384113FC70B06C3 , 0x0193783ED52D722C80F622A8A2CD2D7D , 0x0193784974A5719E81B74CEC113F1D67 , 0x01937850EC2C717C8A531E55EB15757D , 0x0193785421BB71E3B44C9435EF339ACF , 0x0193785426F672F695E4F8E3F28C00E6 , 0x019378586BCB707FB68E6B85FB968E17 , 0x0193783C7709704A9A189BFB742BF49F , 0x0193784A1B5D73F1B0C6E42E3CF03D0F , 0x0193784A8F8770E689D00C521F69CF8F , 0x0193784A91017332A101C282B2543A5D , 0x0193784BCADD715DACD8E70B51BF5724 , 0x01937854200D72C0B9A7B693C545ABF7 , 0x01937854405F72ABBD0CD4F200C09340 , 0x01951A3A185371E7A32CD46440E560C5 , 0x01951A59DD2E719B82ABA6E8086071AD , 0x01937839F658713296A82238088AEC78 , 0x01937839F6FA71D98AB2DC775171CAF0 , 0x0193783C43EC725198DFD89F826450C4 , 0x0193784EDE0E70B98084CE475E1D2E55 , 0x019378517A4473019ADA5095E3E48CA3 , 0x01937836A7EC7188B847BDD90C78B5B9 , 0x0193783C76237322B6FC62BE015B28EB , 0x0193783C76E271B597919388E995E408 , 0x0193783E2EAD72F99408F7F3905CF981 , 0x0193783F49A5719BA092716C78C1528F , 0x0193784975747380BE7BA2AFAC34CB63 , 0x01937854CD29735FA1CD912CDDCB9131 , 0x01937854F845730C833CFB5E8C5A716C , 0x0193785C520170ECBD00123F3DEAEBB6 , 0x01937836AAD07324BEB3E9E3B71496B9 , 0x01937836BB1F71329CC17A432F65C0BD , 0x0193783A0EF070579110BCDE0C965343 , 0x0193783A2BB173439BD8765733D6CEBB , 0x0193784A41727213B292D74777615550 , 0x0193784B7A83736BAAF9E9C8936DB48F , 0x019378518B4473949E956D717447BDD3 , 0x019378525CC87347A9304DE8459254B9 , 0x019378525D157003AFF70DC3A06F2E71 , 0x0193785420077039AD96B81C6695E953 , 0x0193785BF65272A0B994BE67B06A3032 , 0x0193785C318873F5B83BF3628E758C04 , 0x0193785CC03373D18F087996149B1164 , 0x0195199E47CF71B4BA2D352330526D8B , 0x019519CD28FA7397BE88B2AD5A9DDEAD , 0x01951A5F317872F6B816EAE1BE0284F2 , 0x01937838ED317005A9FA0E1D3C0B6500 , 0x01937839F74171BF89589945C5CF140A , 0x0193783A2C9A734487C1614D241AD52C , 0x0193783A2CB872A78C0924D5CEA39955 , 0x0193783F8CC570F8ABEA680F344F4306 , 0x01937842EB96708CBCA58C9A44F3A2BD , 0x01937842ECBD7151B679AE032651F076 , 0x019378541F00707EBBBDA37813C919A3 , 0x01937854A911709D84C536EF49C251B7 , 0x0193785BFE967377B179090C8B27AA21 , 0x019519FC92A770A49BF437705AD84428 , 0x01951A3AB8FA7211861C92FF793224DF , 0x01937836AA9D703699FAE937215AFB93 , 0x01937839F765704EA4FA5B7EE4114072 , 0x01937839F8CA70229309D245717429E1 , 0x0193783A55EC7328AB4BACBF322285C0 , 0x0193783E30D1726891FBAD10136BC775 , 0x019378410C667178BF7D388B753D6C35 , 0x019378466F8C70F6B022075151025BCA , 0x01937846956772699441927F63300A4F , 0x0193784A90E473E3AE5D79ECE08A9884 , 0x0193784B7B2072FC90D624CF178E7DF1 , 0x01937854A68670B3A1D1C6D3C8B43A03 , 0x01937854E35E739299669E8AAAA74739 , 0x0193785C00E97134A96A835962D3945A , 0x0193785C0181722C8FAEA70FE24E49F0 , 0x01937836F10D736895F84F865CEA0712 , 0x0193783941E9716EB1F6DC233019B239 , 0x01937839F6487083BC9850212821DDA3 , 0x01937839F876703E91AB7E1A44E4D89C , 0x0193783A1303732E9B4AB38D516E9863 , 0x0193783E325F71628D626CF12C884763 , 0x0193783F063871F7913261AEB079D018 , 0x0193783F493573A389B569557CE6C1C3 , 0x0193784411B8734BBB9FA15B6AD4C447 , 0x0193784611D772A9A4B996725F26DE56 , 0x01937846158C7312B78EB548A4D91C2E , 0x01937849ED85705B902FF12183A5AFC9 , 0x0193784A60BE7256865CA1841ECC2F97 , 0x0193784A9158728C9133A1FA04DB3899 , 0x019378542041706BB9C04A172D55C15D , 0x01937854266C729EB457414C65D08B9E , 0x01937854770673D2BACAC38562E5E188 , 0x019378548A82719385ADA4C2A3B6A561 , 0x01937854E57572919EA2E9CCB8E4CE85 , 0x019378550E947006ABE31D94F43C1FA3 , 0x0193785580D372FF9B0398EE25D74E99 , 0x0193785BFD6270FE96252B7E2ECE0EBE , 0x0193785BFE4C7344A4D8DCB90039B209 , 0x0193785BFF9C7030845E01D76479BD04 , 0x0193785CF0347009B5E40D36A8113BC2 , 0x0195199E4B21739B92D8FC11F429B09C , 0x0195199F2EBD70408F3338F165E33FEF , 0x019523BAA2D6735FBDE27B0CDE47A6C4 , 0x0195258BECCD7046A616C6E0FC681D17 , 0x01937839F57A738CBE44BA71E3D82E11 , 0x01937839F71E7298965078AA120CAC40 , 0x0193783A12CD72B8A12AF63BDDFB23AA , 0x0193783C76D1730094FDC80EE3FBBC00 , 0x0193783DD1BB728FAEAE9376792F3AA5 , 0x019378491E7472FC81F70AC1E98867BD , 0x019378541F9B708A930E81155DDBDF5C , 0x0193785429D771F694B44C532369F8ED , 0x01937854CC887067AC1C0ABAF19EAC60 , 0x01937854E29070AE88EECD493510E22C , 0x019378586B86721684CF83A69C3DA177 , 0x01937858D320737DB691BEC1786BA6F8 , 0x0193785BFCBA7020AFDBF6E9B3C0105B , 0x0193785C4F38718ABCA8BB52E8F2759E , 0x019518EF6AFC72E5A1601797CC90B86F , 0x019519F10D6573E68A65ACEA8B56AE5B , 0x019519F1414B7100BA564D2ECC8F515D , 0x019519F30E5D70B09E3D424E0C960CBE , 0x019526386B7C729796CD57730E765633 , 0x0195287E2D5572D682C590055AFE92C1 , 0x019378395606738BBF9B84FAFA197D4C , 0x01937839E36D73C4A37139F2202B6ABE , 0x01937839F5E871CFA9B08B19C12FB981 , 0x01937839F7D970B6AA3930CD9D438246 , 0x01937839F851701DB9BFB1372E3484D0 , 0x0193783A2AFC70019B68C597279036FF , 0x0193783D4FEB736F981D472A7A8E0272 , 0x01937842EBCC72F89F2DE0BE383394F1 , 0x0193784593A873799DBBEFDD102C3B6D , 0x01937846125B7021ADAB0A5FE5CB7291 , 0x019378473D7572B693F3D6C70F066BF3 , 0x0193784A8FA571F791A356626617E63A , 0x0193784B7A1F73DA985304A61512B463 , 0x0193784B7A68728B9067076E4A1D490A , 0x0193784C57477188BA5A147C3FFA1E24 , 0x0193784EDCF271EEBA11684F3617ACD1 , 0x0193784F3C8472AC8E17F2667E15DAEC , 0x019378525C547001A3BE619D541365B1 , 0x01937854588B720DBB2EB6EDF37BCC47 , 0x01937854A79B70CC85E4AF7440CB979D , 0x01937854AD07716CB8A941E72F315E15 , 0x0193785596737258BC3595C0DD100CAC , 0x0193785596E3738DB3A27BC6405B2075 , 0x01937857DB5C7331BE34056790640C98 , 0x0193785BFC51727FBF2325C42F1ADB9D , 0x0193785C85147364937D2A498CEDB72E , 0x0195198FA1DD718D889293D0C147447A , 0x01951AF0F8087171B6641AB18AC17B1A , 0x019523F509C6724691E1098FF43B550B , 0x01937836AA0A7210818D1F984177AA7B , 0x01937836CCE87332A4A966B98CB28258 , 0x01937838ED957373913B673CF797F2C9 , 0x01937839F6AD722E99F53274F1E8728E , 0x01937839F89C7332A9E3E5CBCDAF20B4 , 0x0193783A12FA7384BDDB4BA6DEC14995 , 0x0193783A3EE4701986037121349A1880 , 0x0193783F496671249E25C9FFAC397FAD , 0x019378493BA3702DA0C11F8D21794ABD , 0x019378495B9A71CFA5626FBF3341CB71 , 0x0193784A167572BA8CB0FF6D3C0AEF9C , 0x0193784A43DD73C5A24D61ED7967ADDE , 0x0193784B7AE670A2A3C3001BF5FD6733 , 0x0193784BD28A7116B4C57E065C072EBE , 0x019378543E4A7088A99C53231A96906C , 0x019378543FA2727FAB04BCCB43C52B28 , 0x01937854E37471ECAF301B15A992DBAA , 0x01937854FCBC71FABD9B5904C52788D5 , 0x01937856971171BB88EC9BD642361BA8 , 0x019378593B7D71A98E97310C04A9B921 , 0x0193785BFB0170AC9688B082F12FF4A9 , 0x0193785BFB7272FC8E810762CC717EB6 , 0x0193785C4DE770D6B4CDB05814FE6EA0 , 0x0193785C51927052BC290A9D14204AD8 , 0x0193785C9A3672E4AC69C63581901CC0 , 0x0195199E78D57302A13AE7DC0798C7FB , 0x019522AA74517158B00314715CD35745 , 0x019523BA8F86738C922CE65904F21DD2 , 0x01937836AA8D732B840CD9AF80588DD4 , 0x01937836BB267161BC902606CA90BAF0 , 0x01937838EFE17253A75BED57371B575B , 0x01937839E37473649C31E543AD8736EC , 0x0193783A1279739E92C9398CBE30D8DA , 0x0193783A133271B3BFC674337E831369 , 0x0193783A133B7044BB5F5A78BC75ED0C , 0x0193783A2B677182857714EC4EC599D9 , 0x0193784612CD71DD9B1B62E743710093 , 0x019378466F74721789AED94F9520B3D2 , 0x0193784A603972D894D66C805AE66999 , 0x0193784A608F72E9A6D5463355030F06 , 0x0193784B7A34738D890646EB197B14E5 , 0x0193785424D672D5B8037B4B8CEDC5AC , 0x0193785426577079AD9D22E84A0D5824 , 0x01937854B0BB710A8C5103AC10ACE739 , 0x01937854C99971CDA97CE59567B805DF , 0x019378550D477014B61752DC2E5835DA , 0x0193785BF5F973B59F602137412EE6C0 , 0x0193785C00FD7205865F1698EDDAA1C8 , 0x0193785C311A71FCA47A51857027EA3C , 0x0193785C3169714CB51D972F20654650 , 0x0193785C4FDB716DB574C80E34226F42 , 0x0193785C6F9F729D99B211AD87C6BC2F , 0x0193785C985970FEB7F5343BAB3EAD93 , 0x0193785CC19371D7BEA67F9A5596A1BE , 0x01951A3AFB6471B5B1FE4E2A7657C538 , 0x0195235A0B7272B49A89A93DDC1796FC , 0x01937836A9D27172A64139B30A4D8C61 , 0x01937836BF7F7052A9EE253526161418 , 0x01937838ED73706C9DF5662B55675F38 , 0x01937838EDB071CABBB98201BF0B2AA7 , 0x01937838EFC4715D8B5DC8A6E0F5DF09 , 0x01937839F53B710F8F88445040AA87D0 , 0x0193783A1117713B97E13F6DDEDE4679 , 0x0193783A1216722687EA8583BF36C54E , 0x0193783C435D72F38904C24C0D9A66AD , 0x0193783C43977369A452765B8F24BCF1 , 0x0193783DE4857086A86001D2505340EA , 0x0193783DF69D735185C550ECD3D74DCC , 0x0193783F169C70F3A1D2B19031E1783F , 0x0193783F49E27357A443C742F5ED557A , 0x0193784068747333A49278B4966C761B , 0x01937840E62B7347A292D0CF3034CF02 , 0x01937842EB267294AB9133D4DFE1EFBC , 0x01937842EC157169B53D02629033E530 , 0x01937846134870C98CE444C4F53BF32D , 0x0193784A1D2670D98687ED7AE82982CA , 0x0193784A432272D095468422DE1B7716 , 0x0193784C1FB772EEA668F6EBD84BA40F , 0x0193784C1FCD719A9FE1CF5C495F3C01 , 0x0193784CC888736E8F46C5DAF321F4E4 , 0x0193784ECB017385B1B212BACDD8A66B , 0x0193784FCE1C71DC9CD1F8C2154A89ED , 0x019378545A017235A59DB2B64F2C1F14 , 0x019378545B6B7054AB9F2594AFCF8585 , 0x01937854754A70B6BB669FD44CC04EE1 , 0x01937854AA1E7240A1748FD731250858 , 0x0193785596CE7028930ADC8CC1097298 , 0x0193785647F172E697208238C6D3CD4D , 0x0193785BF9BA7045BC122FD43E9C2249 , 0x0193785BFAF5711AB8013528087F343D , 0x0193785BFF5672C0B7F841F2114FEEE8 , 0x0193785C0088733993E975523B851302 , 0x0193785C018E7168B06E4818F34A3AD0 , 0x0193785C019E7066BC31B37468E0558A , 0x0193785C50FC709F90D8ECD5FD772F60 , 0x0193785C51B97258B82B2F329DF5082D , 0x0193785C707C72C4ABD6D34E1036F33D , 0x0193785C981672EBA9DDA754FE9D09FD , 0x0193785CADDE719880EDD1A05EED61DA , 0x0193785CC0B0733D8DE5254A11DF0509 , 0x0193785CDAAC716A92E20D9F42D681F6 , 0x0195198FB41F71B3A72C1C19526EC16E , 0x0195199E97AB7122BABDBF8FC4EAAB05 , 0x019519A0A89B7016BA162A41E2D0E407 , 0x01951A3AB9077145BB2083FF063D8FAB , 0x01951A696CD6719E8E96EF2227A8D836 , 0x0195235B2CFC7395844D8EECEA6529D7 , 0x01937836A8087270B7E64944DC2F1308 , 0x01937836BE16721382F35206F6CEF1AE , 0x01937838EEBF70D1B4F2FD82F2BFDAE3 , 0x0193783966A670CD94AC04B080D2CC2A , 0x0193783A0E10735390C71D8E4C063DB1 , 0x0193783A119E72C185F6A146D02B6B7D , 0x0193783A11BB72D791C10DF89C71DAC7 , 0x0193783A2BE87196B712AB933884AEF6 , 0x0193783A3F477020B61602A05A34419B , 0x0193783A562672D2B7561FB2C167126C , 0x0193783C76B87378A5413DB84AE09042 , 0x0193783EE44C70EDAF16C33C552278DF , 0x0193783F06FE716992E553A4294F0935 , 0x019378410CA471E49DAB7C612D6DECE3 , 0x019378423B5872D7986DB8665F563FE9 , 0x01937842B84271F3865E5D2EA955575C , 0x0193784612167111BC708FC656A99A83 , 0x01937846124571598228EBF297B29C45 , 0x01937846138A72E4AE8341785FDDDFEC , 0x0193784A1B4E7183A02FF2599FBEF375 , 0x0193784A1D1A71829F7EF6E7D5C14B87 , 0x0193784A1D4A71E981556B5281492C00 , 0x0193784A1D5670C89FD52004F4997E9F , 0x0193784A726172A0977492954C81F39E , 0x0193784A99EC7092B89DE86603EA29BC , 0x0193784B7A4D724F9B344D3541C83551 , 0x0193784B7B57720C881BBF9D33A4C995 , 0x0193784BD48C73169D50AF6AD45ABB4B , 0x0193784BED29725CB1F1F6E15250E577 , 0x0193784C57197181B1DE152E21745140 , 0x0193784D272D733E81ECDAE716ADF21D , 0x0193784EDF2B7332919726BF96156F02 , 0x0193784FCE2A711E822FB6127C9E0E6E , 0x019378518B617295A94BAD550E7F9865 , 0x01937854204F7347921FCCE01D12CE5E , 0x01937854216570C9A4385F8776ADC115 , 0x019378542ACE7052ADECB6A9E31CBF34 , 0x019378543BE2710089642AA420182A26 , 0x019378543F8873EDAF232928A20BC582 , 0x0193785458D171AC923D00405FC7DF2D , 0x019378545989707F8425D610DEB9BE4F , 0x01937854781871B3BF13BA1ADF9C7E3C , 0x01937854A69371D08C76F732CE2B1496 , 0x01937854AC92704F9911DF81E4F0593A , 0x01937854AC9A7166A62124E82BB89990 , 0x01937854B08272D69736656F05EC549E , 0x01937854C8D573C5BDBFD5EB67DCE4A9 , 0x01937854CA1671A0B9F6AF6989DB45AC , 0x019378550DC972D68EA4C958D4099AD0 , 0x01937855543C71D9804659B9896ED100 , 0x0193785580AC73E1AAB31C2C6DF6DE74 , 0x0193785BFA82713A862A9EF1A767E0D4 , 0x0193785BFB0C72869825B6F1C256A44D , 0x0193785BFB1773A384472B20F8D65133 , 0x0193785BFBA4702185E47224AC9A17E9 , 0x0193785BFBDC73AC873D9BEC38E1164F , 0x0193785BFDEB7232AAAFA0DC7AF465F0 , 0x0193785BFED1731A99968CCE9FE38155 , 0x0193785C007370AE869BEF1BA5ADEFB1 , 0x0193785C308D73629B6798D8B1466828 , 0x0193785C328373B8856533546351B86C , 0x0193785C716E72FA8A9356C6E0531F9B , 0x0193785C98D6705DB36C7D65EA99D533 , 0x0193785CAE5070FFA6860480C80E8B20 , 0x0193785CAEF072CF9648818C4B435F62 , 0x0193785CD9A4702EB195EA14E754ADCB , 0x0193785CD9C473399A7F41C7FEFA664B , 0x019519A00B1A70D199C6A221B4B246EC , 0x01951A6160727345AB4C4B3EE21151F8 , 0x01951ADCC2A3717799E533711524B7CC , 0x01951ADD35D87195A8F6ABF8D9824B63 , 0x01952352042370C7B739BBD79229F3BE , 0x0195240AEE44735095C6C3FFED5C5C91 , 0x0195240B2323721EAFE4D86AEEA3A7FF , 0x0195262F3D4871FAA3D50C9B7593F7F2 , 0x01937836B73671D5B7D8DDB7CA8A2E61 , 0x01937836BFDA70FD8228266DD031328C , 0x01937836CB9F732B91344494D783830F , 0x0193783769BA733BA09D8F7E77A8D6EE , 0x01937838B9327107AB2D0EEE9307134E , 0x01937838EE9A72C38886301581E9D86E , 0x01937838EF2B73A98E706346805A6671 , 0x01937839CCE970E2864AFCBE6C8D8A8F , 0x01937839CFF470FA9F767E3DC4F2895F , 0x01937839F72D71C2B26F33876A446E8E , 0x01937839F7B0712EB0F0F99053C678DA , 0x01937839F7EF72129D70EE142B04247F , 0x01937839F86272608AC453220586F4CD , 0x01937839F8DD70A6824324FCA0DB2C2C , 0x01937839F8F57054ABC839AC64C5B715 , 0x01937839F9807087A55C7D3C0245AF3F , 0x01937839F9C973BEA1FBE1CCB5C4A2B1 , 0x0193783A0FCA719AAB11CA39255F45EC , 0x0193783A10317268BE11DD306011C63A , 0x0193783A109B724E9C654EF125A89323 , 0x0193783A10FD734FA4BA2E636A28C1D5 , 0x0193783A118273FD879374E8D48C20B0 , 0x0193783A2A86737DA597A0B7C5FC1E94 , 0x0193783A2B9572CB8293DC24BA308630 , 0x0193783A2C5E70658481FAC373CD5908 , 0x0193783A5714717FBDC4FAB362D4E2F7 , 0x0193783C769870018A244BBF3D496D52 , 0x0193783DAFCA708A96CA4457FE2EDF1E , 0x0193783E310E736BBE1AACFB8A011855 , 0x0193783E83F77358B59A46D830B1DFFE , 0x0193783F263A722AA4D1B17A70C67093 , 0x0193783F499773EC973400CF25ED0654 , 0x0193784084D173B0BD12CFC06E081A8F , 0x01937842B7DC700F9805B559ADDF2C6A , 0x01937842ECD4712991A35A6FCA69B651 , 0x01937845E7BA721389D9FF730154BBF2 , 0x01937846129670AA94C0F835CFFE2BD2 , 0x0193784737F07140B8965FE4FAE1FA99 , 0x01937848ED5970B09550049322A942DD , 0x0193784997BC711E92D8CF08DFE4E8EF , 0x019378499B7D70D0AEFBBA409437C5C6 , 0x0193784A18417094B432DDF3F716B9B5 , 0x0193784A19E2723CB1AB8EE69195E6F4 , 0x0193784A363E706EA911E051864F91BC , 0x0193784A3CC570268EE081326B573EED , 0x0193784A413770EBA8B69467F96486C6 , 0x0193784A424B70EABD687D77A01DF38E , 0x0193784A990471599186CCDB6BBACA21 , 0x0193784A99227070A2BF090ADC6BEC4C , 0x0193784A996171C7B7F6764365A33588 , 0x0193784A99D070D080EAC75851C8C71D , 0x0193784A9A0672F28E0ED55DCDD7FFD5 , 0x0193784A9E3D7207B556D68716D49AC4 , 0x0193784B79F773F0998AE19F8D230AB4 , 0x0193784B7A0A731498603B6766993D29 , 0x0193784B7AA27256A199C9220A804929 , 0x0193784B7B3B7033A51934339A5B1048 , 0x0193784BF629722DA979A76749275BCB , 0x0193784BF65C71CFB81115489A185087 , 0x0193784C56E671FB8CCDC6E1C191F38A , 0x0193784F16127321945A4DD2FE7B8D25 , 0x019378517A8E71C2833C32B328B96CCB , 0x019378528CF9734D917EB6E8E6981DB0 , 0x01937854208F7233982BACBD8E757CA4 , 0x0193785421C770C2AE696FE7DEB77130 , 0x0193785423A37047BF3E06E3F59ADC0A , 0x01937854253C73D7ACEFC7D58B6209C5 , 0x01937854277E70E9AA433ACF7A008FD5 , 0x019378543D6771439D73C58CA2AE9DB7 , 0x01937854899C7395890044D9801544CC , 0x0193785489A472238E908DC2C61FAA25 , 0x01937854A240728D970D8208C524A706 , 0x01937854A572721C813CF02513EBB378 , 0x01937854E3D072D380FEA957A00487DF , 0x0193785539D871FB8783C4782C7EB0F7 , 0x0193785552A2739396FFA2774529C69E , 0x0193785596BD707C801E1E8546DDAD78 , 0x019378561BB4721F996B5818FB9AC277 , 0x01937856AAFC70638928E01512C2038A , 0x01937856F19B7233B9EB5052B2090414 , 0x01937856F1A77266BE5537F48D12BA0A , 0x0193785770DC73FC8E9BDA25B1CBB22F , 0x01937857D9EA7117B9B0E5C656F0FB52 , 0x01937857EF15724B88839CC89B5B8AC6 , 0x019378597E9B738C83EAF4CDE575B1B7 , 0x01937859E11E73649BCD75D1C0164DD2 , 0x0193785BF94D7392B411CB24DDD853D3 , 0x0193785BFC3971DFBDCE3F29725BF6EA , 0x0193785BFD1D72C1B75FDAB657EB4789 , 0x0193785BFDD970189D85E16BF8AB8885 , 0x0193785C01AC738695952FF67AA92AFF , 0x0193785C2E457344955DD4FA4643503E , 0x0193785C2EB6703BB304A30738953248 , 0x0193785C323A702B9D638E28F3FA19C3 , 0x0193785C51C87247ABCBFE8C1664C596 , 0x0193785C52A97379A543FEC9F97D36A3 , 0x0193785C719D70748303ED4B2FEDCF7A , 0x0193785C992C73A9B44DC7853FCE0DC0 , 0x0193785CC10570919187D279EFC97CC9 , 0x0193785CC1647011A6D24FB005C37590 , 0x0193785CD8117069BD75497402F6D2F9 , 0x0193785CD93B721789E8118B947089A0 , 0x0193785CDB71732781B73A6B06478C0B , 0x0193785D94BF7284B9159A53A59CB21F , 0x019518DDB5097118BC48C624D89CCF1D , 0x019518E45C6C7016B928CC1DA249CF11 , 0x019518E8EC95713C9EB87B88D68C4920 , 0x0195196615137206A319B0F169AB44D5 , 0x0195196756517164958BB2DA497623C9 , 0x0195199E78DC72738353836E3F464632 , 0x019519E95BF970CCAE67A4882F58E1B4 , 0x019519ED4E157078B2E788B8C87531CC , 0x019519F22CEC72E0BEF42A7D8FC2AB5B , 0x019519F6755F724DA061F8D8409BCB47 , 0x01951A3A2DD17292B5D5D1E08F694A03 , 0x01951A51C31773C480C060457039DD2A , 0x01951A6ECA3E717D9D99923E5F024EFE , 0x01951ADBD38A7325BF317A7371FC9190 , 0x01951ADC7A2870BD93AB5CB1BEF6B9DD , 0x01951AF15E74707BAEF5BF81B18519A7 , 0x0195235F069973AD8F9C4E5399A1E1BC , 0x01952360208470848D0A9E410BC10D0A , 0x019523BB4E0171F8A1B5E1E816648194 , 0x019523BB4E06732C8F8BD35DD7B732CC , 0x0195263445A8731E8292718274CFF18A , 0x0195287D682B72408F182AB115CFBF6F , 0x01937836A9187308B6F69F5DABD0C63E , 0x01937836B71B733998915664E1E8EDD7 , 0x01937836B7297054A378284A42673123 , 0x01937836CC3A724AA33F6B8898CF456E , 0x01937836F2A072518F024B84D29FA478 , 0x0193783769F6700AB777AF790D955BBF , 0x01937838A14273E2BA690FC0B44BBDE0 , 0x01937838F2A87180AF1660F289EE3A0B , 0x01937839E25B7208A49F634CB1127E44 , 0x01937839E3AE7201A178E89F70F27656 , 0x01937839F54E712283841E28994152B6 , 0x01937839F562737EA7F73EA240C5DB14 , 0x01937839F66970969FBD8252E667FB06 , 0x01937839F6E5735DBA6C807DE9700C38 , 0x01937839F7A870A5B822E1DE80E63BE2 , 0x01937839F82A73F7A6CE1A9CD42E0014 , 0x01937839F83E70AAADB8F7C812E9AEFA , 0x01937839F8B4736FB03412540F25A565 , 0x01937839F95C733C92B4F436516FD34C , 0x0193783A0DF27369B4C05655D8018730 , 0x0193783A0E8970778E23104669759D0E , 0x0193783A0E9A7290B6CC3DF6D3475859 , 0x0193783A0F1B717F976E0C5D3156624F , 0x0193783A0F38700CA69F6D01F58AE0DD , 0x0193783A0F5F71AD95DC1FDDDB65230D , 0x0193783A100572A3AD9C84E8083D879B , 0x0193783A10467195924F52F1B9A492AC , 0x0193783A106073AFBF36728D9EE7404E , 0x0193783A10E3712F82B3CD0199C4CD32 , 0x0193783A114C701989941907C6C10F62 , 0x0193783A2ADB738AAF3525ABCC9EED34 , 0x0193783A2AEB728F843E03838663BFEE , 0x0193783A2C8371239BE3B1E8508D8656 , 0x0193783A2D3B734E9E8BE28A86624BBF , 0x0193783A3F38723C9C376A1F29272E2B , 0x0193783A549D71CD833F34C2F460B817 , 0x0193783A5518712B8A19F50C6DCA8CDB , 0x0193783A570273FE904701A4B39F3D03 , 0x0193783C76F5701E8D3929EA56B171D4 , 0x0193783CAFBF7147BDDB0A25FE7FE949 , 0x0193783CB02F72FE8C1F5ED6612DB793 , 0x0193783CF6D270149516737B9CA6DC91 , 0x0193783D5066732895BC56AB32BE9521 , 0x0193783D8E3D72B1BE34AC6BADA06B29 , 0x0193783DD1E17290A5BF53BE0E721946 , 0x0193783E30E1729EAF5F9E835FFCE6F6 , 0x0193783E31617141815655A60C1658AC , 0x0193783F16C472ECADBAA7825DA2E31C , 0x0193783F49D071D29EE5FE19E720D7D8 , 0x0193783F4A0A70668D3115B93BDD14F7 , 0x0193783F4A2F71049E204C21F986D55A , 0x0193783F4A5771C6AC6791A861F84DE0 , 0x0193783FB02872E2A61A52E9F5E98D33 , 0x0193783FC2AE73F8BBA297E2C678D06D , 0x0193784007DC72E9B32D12921F23E7C5 , 0x01937841B5EA73548F5843117041EC91 , 0x019378423AD673DA867F58B5A732BC84 , 0x01937842598B7179A87964A4D9A5FC45 , 0x01937842599E707C84BF2E4E5D1194E7 , 0x01937842EBA47252BCEEDEBE563550CF , 0x01937842FE3870159B69929A714217F7 , 0x019378444C3E736F9CFBA411A53C964B , 0x01937845A49D716BACCF3A66A85CEDC9 , 0x01937845FC317024BC523BD3B0D9F90F , 0x0193784611ED704A96B90A9BABAA4A2A , 0x019378461203732196EF0231354AD1C3 , 0x01937846122B714E974D063B9DBEE398 , 0x01937846127871D6829500635B7389A7 , 0x0193784612B37368AF5C23A62352B6A7 , 0x0193784612E97171A37FA25BA43291C4 , 0x01937846130970DBB8FF0B3D88DE4B92 , 0x019378461329703091B67326C582CFE7 , 0x01937846136970D2BAE4CF4171F8C248 , 0x0193784614F972BB8109028623648575 , 0x019378466D87723EAC991469001DA421 , 0x0193784737057161B137CCBF8BD84952 , 0x019378473B7572F5B792D9808D4E231E , 0x01937848E9CA7102A36E4AFA8D9EF05D , 0x01937848EB9E72A98C048B5EE85EA1D9 , 0x01937848EBFC73F2A553A15D36052FC9 , 0x01937848F11A707F9F7F71D92F35695D , 0x01937849219E71D78F44A18EC1B35F9C , 0x0193784940837348B4DE4C8F1F9E51A4 , 0x019378495A0F72CC88E6237450244891 , 0x01937849781570B5936A48F57B0D75E9 , 0x01937849CDAE72108C7718B7D39B1F48 , 0x0193784A3E0D71AEA1ADDF3118A66F4C , 0x0193784A43F67263A66C492C71C295C2 , 0x0193784A5CC17340AA08636A0963652A , 0x0193784A5DD372F4853482D7EEB3DE5A , 0x0193784A60527025B032F01CA98D2D40 , 0x0193784A60F071DEBC5A098043BCA709 , 0x0193784A613A73DF8ED3B447F6CDF3E0 , 0x0193784A72AC728EBDF3D56668F25E7B , 0x0193784A73007008B332A9A6FE251BE0 , 0x0193784A73ED73758B9B0FFE2D328DAD , 0x0193784A744471C8BFBD80ADCDF127FC , 0x0193784A74727141A110E8954B3BC0D6 , 0x0193784A8FDE71A5A669102B51A2F5EB , 0x0193784A987171A183AC8600205811D2 , 0x0193784A999970BC8100306ABC1C45C1 , 0x0193784A9A2270FCA0F38E40E389CD3D , 0x0193784A9A5772BD986C8E8BFF384387 , 0x0193784A9E5B7321A8B106B9D62354F8 , 0x0193784AC7C6720B98AAABCC97DBC510 , 0x0193784B7AC373AEAB0EC0D6A11DC107 , 0x0193784B7B6D7071972FD9D0A1DEA791 , 0x0193784BA8F97125844DE854ACBA2811 , 0x0193784BA98170C0B389D1D0260E800F , 0x0193784BC11970769D812877B0DBDF14 , 0x0193784BEF0271DF92879353A6A3BB33 , 0x0193784BF74173C6ADFC4B3F23E7CE8B , 0x0193784BF79A731D97CCEA93BD9C8256 , 0x0193784C023473629FCF88A729931CF5 , 0x0193784C204C73B7BAC7AD1EDD016A1A , 0x0193784CEB3572F9985B57DFC1F97B97 , 0x01937850D95E70E88818731A8152D984 , 0x019378525BC07214AA6FB0532D128CF7 , 0x019378525C7072BFA2C1D056D119FA03 , 0x0193785275D47370ADD3765BC4F59632 , 0x019378528C3E71B191D7D1CE06383CD6 , 0x019378528C64738DAC85877A82D97BAB , 0x019378528D8C72E79B11B98178E7ED5E , 0x019378541FB670D895E694962A36B93F , 0x0193785424EC71F294CEFD4ED82D5C8C , 0x01937854275970998F0C08BB0DADB9EA , 0x01937854278572EBB0163127CC059052 , 0x01937854278B73FBB225BEC149927091 , 0x019378542B2071C4B832A8649D002CCB , 0x019378543B397322822992D1D437B116 , 0x0193785440F9709A8A86551367DAE673 , 0x0193785442277065B064FE3517E3C7DC , 0x0193785442687120A823A3F44DC447FD , 0x0193785459C67152B5DB49DE44B15D33 , 0x019378545BFC70ECBAB0EAF4F923F586 , 0x019378545C5572E58D34660379B978C0 , 0x01937854732C7317B7B10D6FC5338695 , 0x01937854751670F18511C87055D326FF , 0x0193785489BE7188BF83BAB21FEABF05 , 0x0193785489C6737C92EC137E9472D5B6 , 0x0193785489F0709BA4B1CE92D9EF3E4C , 0x0193785489F870F59208EE4522D6E014 , 0x019378548A0E73F08C1F1B07073F2B0D , 0x019378548A177160844958E9C01F76DE , 0x019378548BEE70DD9789CE40F1BB7B1D , 0x019378548CBF7277AF9AD29C4C1C1077 , 0x01937854A25E71ECBE5736CE6EA01360 , 0x01937854A54C71CF96ECE9D84A0CF294 , 0x01937854A9EC73DDABFCB3F8BBF92255 , 0x01937854AC2B7072BCD405A2066CE4B5 , 0x01937854ACD7706FA2CDEF006DA3F5C8 , 0x01937854C94A73E4A2DCDC5ADE05C594 , 0x01937854CCED71C8AA324A14BFB99834 , 0x01937854E1C7736C8EED01DC72565768 , 0x01937854E40070AE99A184AB4A7F4778 , 0x01937854FB2B731FB33546FA13622DF6 , 0x019378551111721AB1710A4C3A586481 , 0x0193785511F970B780659353838F6E5A , 0x0193785523357317A3661D8CB35D9D09 , 0x01937855242370D199CC93D030E00AF7 , 0x0193785524387389AE3D432304DCF4EE , 0x019378553B0F71A38D729E0EC3DCA5F5 , 0x019378556879730A9345516352E4D4B4 , 0x0193785568ED712A8FD3CF5365F010CD , 0x01937855DAD673D98BAEBE0283F57740 , 0x01937855DAE070E79F8F6DDB9FEE6944 , 0x01937855F5DA734ABEB2E7261DF3AEED , 0x0193785634C27049B2F0BC615A2F5A62 , 0x019378566B20736B9CF90E05EE74FC54 , 0x019378567E6D7222836CFE3E16DBBD35 , 0x019378567E8870D3AC608A9700E98B3A , 0x0193785694E270E282C1653F9C76B8D4 , 0x01937856BFC272C990337A4B49B4FFA5 , 0x019378577128719F8F1841A674F47FEC , 0x0193785788CB704BBB18E04C056B0265 , 0x0193785789CD72309F5FE38B076B16D6 , 0x01937857EE08739EB78E212A84FFB098 , 0x01937857EF6E70E7AEEEE0EED76CBB6D , 0x01937858239B729ABEF5A75087786B14 , 0x019378583BA672F99C7ED2ECFD030D49 , 0x01937858BA33725D872FF4CCBD42686B , 0x01937858BA7072AABBB6F0553019B8A6 , 0x01937858D0AC70C5998A656135BA75E5 , 0x01937858ECE87164937961389C94EE8A , 0x019378597FCA716A9CC3D430EED6598A , 0x0193785A1DE87174AD83D6A9848A31F5 , 0x0193785A1DF172FAB517E5F377B72011 , 0x0193785A1E0C72FD85CFBE46B42F0428 , 0x0193785A1E1E73A99ECF934DAA92BF9E , 0x0193785A33E3717986706FE58E7FC5EE , 0x0193785A344D70659760B9F0DC5A7DA2 , 0x0193785A49907299AABAE590312B4362 , 0x0193785AADCF733882F31AF1B4E20CAE , 0x0193785AC5C8732A87E6645B615D0487 , 0x0193785AC5D67187B9C5FDAF15368D95 , 0x0193785AC60272DDA76BFE63F4E251C9 , 0x0193785AC6EB71EFA026BC9CAA4AA71E , 0x0193785AC6F873FB8A24709CD2D51C55 , 0x0193785AC715704CBB4BC38C5265CD23 , 0x0193785AC71F737899DCF589B203D0DF , 0x0193785AC73F719AB772B72526857541 , 0x0193785AC74870D6A3F0FD04A4D35E93 , 0x0193785AF8F171E59F0DC6A4F4011A43 , 0x0193785AF8FB738790D7F7BB5F1BFCCA , 0x0193785AF91970938C80EB8F988FBF50 , 0x0193785AF92470DB99891A2F3AACEB50 , 0x0193785AF9447306A44DE843E58CDB38 , 0x0193785B0ADB707B8C6EC682BA0EFC2B , 0x0193785B0AE570C596F7DBC7C092FDF1 , 0x0193785B0BB670A38AF4C265FD5AB764 , 0x0193785B0BC27393A6A70D290749513E , 0x0193785B0BFE7390BF502EB39B2200E1 , 0x0193785B1C9A7342BDD04CF8882EEA28 , 0x0193785BF74771B48CFBCD4B2B95C2E3 , 0x0193785BF94573438CC9617B17CB150B , 0x0193785BFF2272A58253FD87ABBEBD6E , 0x0193785BFF3572C9B5C6DCDDB13829FA , 0x0193785BFF6D7265ACDA8A6BE9EBBFE2 , 0x0193785C000070058FD71F9851334241 , 0x0193785C002D73D498AB1FC6E874F6B9 , 0x0193785C2E86715493E7D6F19EF9A3B1 , 0x0193785C31DE7061997CA4BF3C083EA3 , 0x0193785C32297062A06AA933DDE6B62E , 0x0193785C4D697287BD861BE23B22A852 , 0x0193785C4E437346BC4E729CEF1251B1 , 0x0193785C4E8672379F85462285052004 , 0x0193785C4F2672D4AAFA2B3D995C8EDB , 0x0193785C6FCC73E28899ABD6E5FB37F7 , 0x0193785C712B722C84004558DE4BC63B , 0x0193785C82AE70DF98818D80077C79AC , 0x0193785C84A473F484119FE744D6925E , 0x0193785C98C7716781490C6DFE4649B6 , 0x0193785C9A137183AAA1E846F9148C6B , 0x0193785CAF037374A66452D1BF37C363 , 0x0193785CAF7D7103AB92C83EE215D347 , 0x0193785CBFBC709DB88E13F2FD5D1AAC , 0x0193785CC15073DE985933F25111116B , 0x0193785CC16C73B3886A3185D28C3047 , 0x0193785CC1D4707D818398B9D7C9A2F0 , 0x0193785CC22670A997D3E0975B967AEA , 0x0193785CD8E2707990BF71BA938789EF , 0x0193785CD95073D5A29DAE2C1EB81AB9 , 0x0193785CD95A70EF9C239CA1A2B02677 , 0x0193785CD9FA70CBB271E983F344EC15 , 0x0193785CDA0571BFAA6BEC7D377A2951 , 0x0193785CDAEB7371A8123DC351DDD5DA , 0x0193785CEFD372069FF69D20E011390E , 0x0193785D03CF71C5924A517D26B6E582 , 0x0193785D04217095922C5BCCCE721A35 , 0x0193785D1AD3703C98C72D62F5ED63C1 , 0x0193785D341170F2BF680EF7110B0DA2 , 0x0193785D350D71A48177D2B0C58F37D1 , 0x0193785D35B072C69A6E31D5FA6AE233 , 0x0193785D56F372BFABBE5E4E768B3BCA , 0x0193785D6C1973B9A5E32C37C239B958 , 0x0193785D6C5372F0BE96C1A6F9775EB4 , 0x0193785D6C5C7166B2F30B8F0F3723A2 , 0x0193785D6C6B7309954428213CE9B8B4 , 0x0193785D6D0A70F08B20A6D45E0B276E , 0x0193785D6D99729DB4E8CFD5F60BED90 , 0x0193785D802A702FB7536EC1D8C26FE7 , 0x0193785D95FF73588063C492D4D3BF30 , 0x0193785DAC7C704BA96B5BF5C84DC792 , 0x0193785DCADD7314BBFA0C632F04DE47 , 0x0193785DCBA672628FE1C740557239EB , 0x0193785DCCDA731DA536BB12182CFE37 , 0x019518E7B2F3705BAF4B1031AB376BE6 , 0x019519279C4473F783F5B43D984920BD , 0x0195195416E6723381A9EF3FC2D7DAAC , 0x0195195416EE72508797E313E298DB1E , 0x019519549ED5736B84D7835E3C492F35 , 0x019519554309727480E1444FA1FB497C , 0x0195195569337308BFF4743C11FF1D2D , 0x01951955693D7066BE2ABD1E91A94C88 , 0x01951969928272A794CF8F9A8D79535E , 0x0195198B87E672C09A99F7326696C53A , 0x0195198FC40B7221A96DA74DC7B80BA9 , 0x0195199638877061BC7E2647DBED2320 , 0x0195199EA48D7390A046B2FA53296167 , 0x019519A1A6FB70BDA0C8A7B35B3E9463 , 0x019519A2D0717183AF786479F7209148 , 0x019519A2E7F2726F8ADCB7DFAAA66BE7 , 0x019519A320757313B6BEBF916C676739 , 0x019519ACE54A729C9FD27CDB82798CCE , 0x019519CD339672D28A399B7D97C7E620 , 0x019519D3034773C1A005183F6CB80B68 , 0x019519EE1A0D71BDAD3FB4C55B1E4526 , 0x019519F2C0B972FBBCF5C52CA6B42ADA , 0x019519F6DCD571DEB721C4FBE086A5C9 , 0x019519F7B6C472ED85A4558B181E029B , 0x01951A22F52770CA96921C42A02468FC , 0x01951A3AC0A071D8997E3C3FC7E13CEF , 0x01951A3B10EA70FE815AE9498D328764 , 0x01951A3EB30D72809E83925C45F6F311 , 0x01951A3EB31570DB8D8D911C8D94AD80 , 0x01951A3F2E6872809B014E9FB3D28445 , 0x01951A4F373F70D8A65AFC2A66A496EB , 0x01951A5BB4C4717693E0121C534B5447 , 0x01951A6E3C197298B2D5387791266573 , 0x01951B5C6F5370F7AEC3ADA5B0297F15 , 0x01951B886000729ABDF00EAC40C6AF9B , 0x0195233157197370BE9919482824DEE7 , 0x0195233157247241909BA991858391A4 , 0x019523466DAA717598F8B5F5CA05B4C0 , 0x0195235FC6B1710F86B07649680FF19B , 0x01952360935D731095497038FBA4F6D1 , 0x01952368615971479CEB195C12F98B07 , 0x01952368BD5673648A83B06F6FCF6935 , 0x01952368D556707CB9BDEE83D36C2600 , 0x0195236C47FE70748B5F5BCD295FCF64 , 0x0195236FB55973BA843454D1F795C7D0 , 0x0195237124357291892BB0C55AE32140 , 0x019523794A6973EF990033EADD2BCB5A , 0x0195237B61DA70CD808B5E98E80A945A , 0x01952381707A730FBAA5929AF4393C9B , 0x019523F4666C711793C768F235A829EB , 0x019523F48C6072C297C1247BDA1B9162 , 0x019523FE624C7398A1AD5FC5DE1C4E04 , 0x0195240B8DB77306A984F015ED87B84E , 0x0195240B8DBD723CB24DAE2CF9E4CA23 , 0x0195240D0B80718290F40FFA899B7FFD , 0x0195243BBAA9712980FCB3720E50482B , 0x0195243BBAC172F0905E72DB890C9305 , 0x0195243BBAC8709BAA664A39F2F644F0 , 0x01952465B37F71C4959EF4F2514771D1 , 0x019525454F1572D281A21C55EFCB3A5F , 0x0195257EBCB8713AB2C96BD521DC4070 , 0x01952644626873B381C03B90D5363D12 , 0x01952644A02C71D6B6DABA38D2B25DED , 0x01952644C95872538AA4E04EF0B4E678 , 0x01952644C95D7238AF0CF7E3AD4D943D , 0x01952644EA5B724C99DA083C5C3A8955 , 0x0195273C7A40708F9BE61E3814F3EDC8 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
74
0.42 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ô0?\x18 jrïÜır:3#YÅ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.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 (0x0193303F186A728B9AD5723A3323598F ));
Copy
75
0.32 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
76
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`
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
77
0.42 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"\x01 “C¢ß²wy‰i 5\x15 f\x1F L "
b"""
\x01 “C£|›yc¸Ê\n
7_²X\x03
"""
b"\x01 Æ│ìâ╠z├ÆI1\x0F 6Ù¯° "
]
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 (0x019343A2DFB277798969A03515661F4C , 0x019343A37C9B7963B8CA0A375FB25803 , 0x0192B38D83CC7AC39249310F36EBEEF8 ));
Copy
78
0.35 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Ä÷\x18 qtp=êòɧ¸\x1E j¾ "
]
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 (0x018EF6187174703D889590F5F71E6AF3 );
Copy
79
0.34 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
80
0.37 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"\x01 “C¢ß²wy‰i 5\x15 f\x1F L "
b"\x01 “C¢ß²wy‰i 5\x15 f\x1F L "
b"\x01 “C¢ß²wy‰i 5\x15 f\x1F L "
b"""
\x01 “C£|›yc¸Ê\n
7_²X\x03
"""
b"\x01 Æ│ìâ╠z├ÆI1\x0F 6Ù¯° "
]
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 (0x019343A2DFB277798969A03515661F4C , 0x019343A2DFB277798969A03515661F4C , 0x019343A2DFB277798969A03515661F4C , 0x019343A37C9B7963B8CA0A375FB25803 , 0x0192B38D83CC7AC39249310F36EBEEF8 ));
Copy
81
0.29 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
82
0.17 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
83
0.14 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x01 ŽÍ÷ßés\x0E £0\x01\x14 x|ÀÄ "
]
SELECT iso FROM snippet_set WHERE id = 0x018ECDF7DFE9730EA3300114787CC0C4 ;
Copy
84
0.18 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"\x01 ŽÍù‡:qß«UóöDæf( "
]
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 = 0x018ECDF9873A71DFAB55F3F644E66628
;
Copy
85
0.15 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
86
4.36 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"\x01 ŽÍ÷ßés\x0E £0\x01\x14 x|ÀÄ "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x018ECDF7DFE9730EA3300114787CC0C4 ;
Copy
87
0.54 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “0>„\x1E q´„‰¦Bƒ,S› "
b"\x01 ô0?\x18 jrïÜır:3#YÅ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.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 (0x0193303E841E71B48489A642832C539B , 0x0193303F186A728B9AD5723A3323598F ));
Copy
88
4.02 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/0193303f186a728b9ad5723a3323598f "
"/navigation/0193303e841e71b48489a642832c539b "
"/navigation/01922d7c3f397709bba6572fd10cde9f "
"/navigation/01922d7c620171cf85c6e9514256b961 "
"/navigation/01922d7c9204762c844bcb75c5f39b01 "
"/navigation/0193303e95b471ad880b66436d82d414 "
"/navigation/0193303e98bc7347803f9b5d79a73541 "
"/navigation/0193303ea33b706790c8fe2d57502a8d "
"/navigation/0193303ea89e7249b811658d3c7e4315 "
"/navigation/0193303eb0177393a1b111d241492ea0 "
"/navigation/0193303eb8cb713d972a332192878451 "
"/navigation/0193303ec62371ccaa31c9ea02a114bb "
"/navigation/0193303ed8c270ed8d1bb6deca746bb3 "
"/navigation/0193303eda54738d83d5a68a4e5bf3ea "
"/navigation/0193303ee5917298a1a42b7f410f7c7c "
"/navigation/0193303ef75971538a9f7f6436914d35 "
"/navigation/0193303efe5070a4bb93fc557237373c "
"/navigation/0193303f04ff733fab3af7546613068b "
"/navigation/0193303f0c94704b9ff6e66da47fe950 "
"/navigation/0193303f2c587041b222efa7aea57996 "
"/navigation/0193303f314372c1bbac03dbea40fb77 "
"/navigation/0193303f362c73faac083fa004bee7a0 "
"/navigation/0193303f3d4e706a8c19cef4919b28de "
"/navigation/0193303f126970d6b1cc18255c9fc0c6 "
"/navigation/0193303f201f71988c3d7ab7157da6e3 "
"/navigation/0193303f10ea725ab5c95d7da2276b9e "
"/navigation/019371b9078177b29eb7284a8cf22d0b "
"/navigation/0193921b2d1c7f8daefab460d7107237 "
"/navigation/0193921b466f7552b5df755c73e357e2 "
"/navigation/0193921b575a77e58a3831db9e19902e "
"/navigation/0193303f1a4a737ba94ed1b0d319c287 "
"/navigation/0193303f1aac7002aa736690b4f0835d "
"/navigation/0193303f1b107305b0aceedc5fcf1f42 "
"/navigation/0193303f1b8e70c9913a4517dbc19b65 "
"/navigation/0193303f1c1771548c489d436a2dd6a7 "
"/navigation/0193303f1caa7261bd6708921ad67960 "
"/navigation/0193303f1d4a70b48ee84c07eef3f542 "
"/navigation/0193303f1dd173539f032f3eca2d986f "
"/navigation/0193303f1e6f7337a08c951462b1baa3 "
"/navigation/0193303f1f0272179ac907847e01a6f8 "
"/navigation/0193303f1f9370f38e3984bb65a59d07 "
"/navigation/0193303f20b47264b77ea48b79df669e "
"/navigation/0193303f2153738aa7c38cf6d8dc1f8d "
"/navigation/0193303f2209718a9d0ce9329d826e81 "
"/navigation/0193303f22ab70a1b46fcaa59aa055eb "
"/navigation/0193303f23567166bc26ae53064ca670 "
"/navigation/0193303f24137274bf740573c390de63 "
"/navigation/0193303f24c5727fbcc495eabe89e885 "
"/navigation/0193303f2577736d87d569e27ef7272b "
"/navigation/0193303f265e733db808c5bf902ea2b6 "
"/navigation/0193303f271b72daae8b7cb9546f7f70 "
"/navigation/0193303f27eb72809d45cedb968d05fa "
"/navigation/0193303f28cd737bb72a8996243c2570 "
"/navigation/0193303f29cf739fa0f61664a1d3b6a4 "
"/navigation/0193303f2aa870488591db1e0e371f33 "
"/navigation/0193303f2b7d70b588e6ec6ac8900bee "
"/detail/0195233b468371e595c9983ecf8e838e "
"/detail/0195233b46a170d9a9df227b21387c64 "
"/detail/0195233b46a673bda778c1026be91b8e "
"/detail/0195233b46b9715d95cf93832fb4d3b5 "
"/detail/0195233b46c2737d974538cb1628b2be "
"/detail/0195233b46ee71f396e07b5299f2f86e "
"/detail/0195233b46fb732d99bfb604d11d93ac "
"/detail/0195233b651f7054b65d49c288a31755 "
"/detail/0195233b933d72efa8aaeaeb12b70333 "
"/detail/0195233ba7bd7309a55ab27a25fa454e "
"/detail/0195233bcfd972e28dba8cbb35f202e7 "
"/detail/0195233bf96a71658e689a218cfebe7c "
"/detail/0195233c0756737fb54acf211edc5984 "
"/detail/0195233c4688738d82c02079cce63801 "
"/detail/0195233c537773e398a8ffe39f404f12 "
"/detail/0195233c76a771d49b9c9aee22a418c8 "
"/detail/0195233c84c472b1bc7ac5976c36a5e1 "
"/detail/0195233cbede705dba2f2d38b138016e "
"/detail/0195233cd73773aa90f7350849e06cca "
"/detail/0195233cfcba70a79895a333e8c8dca9 "
"/detail/0195233d2f5a72a6b80665a28c35d6f8 "
"/detail/0195233d40b270828f2e211c33f99a53 "
"/detail/0195233d467f70e9b4a22786aa30dec2 "
"/detail/0195233d4ba472d89d56af7f81e14421 "
"/navigation/018ef555cf6872abb584fe2fda818402 "
"/navigation/018ef5599e3579c2bc634f1f83b08b98 "
"/navigation/018f04f622d0743d8945b14177938fcc "
"/navigation/018f04fae91c7063acfcb6c861500460 "
"/navigation/018f04fb0c7578cd8a3fb57ab08c9345 "
"/navigation/0193925275e97d4a99f4494f43d70c30 "
"/navigation/018f04fff40270e4bf4ff7402e8d6d69 "
"/navigation/018fe22dd9ee7675a713912e6a246e84 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ŽÍù‡:qß«UóöDæf( "
]
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/0193303f186a728b9ad5723a3323598f' , '/navigation/0193303e841e71b48489a642832c539b' , '/navigation/01922d7c3f397709bba6572fd10cde9f' , '/navigation/01922d7c620171cf85c6e9514256b961' , '/navigation/01922d7c9204762c844bcb75c5f39b01' , '/navigation/0193303e95b471ad880b66436d82d414' , '/navigation/0193303e98bc7347803f9b5d79a73541' , '/navigation/0193303ea33b706790c8fe2d57502a8d' , '/navigation/0193303ea89e7249b811658d3c7e4315' , '/navigation/0193303eb0177393a1b111d241492ea0' , '/navigation/0193303eb8cb713d972a332192878451' , '/navigation/0193303ec62371ccaa31c9ea02a114bb' , '/navigation/0193303ed8c270ed8d1bb6deca746bb3' , '/navigation/0193303eda54738d83d5a68a4e5bf3ea' , '/navigation/0193303ee5917298a1a42b7f410f7c7c' , '/navigation/0193303ef75971538a9f7f6436914d35' , '/navigation/0193303efe5070a4bb93fc557237373c' , '/navigation/0193303f04ff733fab3af7546613068b' , '/navigation/0193303f0c94704b9ff6e66da47fe950' , '/navigation/0193303f2c587041b222efa7aea57996' , '/navigation/0193303f314372c1bbac03dbea40fb77' , '/navigation/0193303f362c73faac083fa004bee7a0' , '/navigation/0193303f3d4e706a8c19cef4919b28de' , '/navigation/0193303f126970d6b1cc18255c9fc0c6' , '/navigation/0193303f201f71988c3d7ab7157da6e3' , '/navigation/0193303f10ea725ab5c95d7da2276b9e' , '/navigation/019371b9078177b29eb7284a8cf22d0b' , '/navigation/0193921b2d1c7f8daefab460d7107237' , '/navigation/0193921b466f7552b5df755c73e357e2' , '/navigation/0193921b575a77e58a3831db9e19902e' , '/navigation/0193303f1a4a737ba94ed1b0d319c287' , '/navigation/0193303f1aac7002aa736690b4f0835d' , '/navigation/0193303f1b107305b0aceedc5fcf1f42' , '/navigation/0193303f1b8e70c9913a4517dbc19b65' , '/navigation/0193303f1c1771548c489d436a2dd6a7' , '/navigation/0193303f1caa7261bd6708921ad67960' , '/navigation/0193303f1d4a70b48ee84c07eef3f542' , '/navigation/0193303f1dd173539f032f3eca2d986f' , '/navigation/0193303f1e6f7337a08c951462b1baa3' , '/navigation/0193303f1f0272179ac907847e01a6f8' , '/navigation/0193303f1f9370f38e3984bb65a59d07' , '/navigation/0193303f20b47264b77ea48b79df669e' , '/navigation/0193303f2153738aa7c38cf6d8dc1f8d' , '/navigation/0193303f2209718a9d0ce9329d826e81' , '/navigation/0193303f22ab70a1b46fcaa59aa055eb' , '/navigation/0193303f23567166bc26ae53064ca670' , '/navigation/0193303f24137274bf740573c390de63' , '/navigation/0193303f24c5727fbcc495eabe89e885' , '/navigation/0193303f2577736d87d569e27ef7272b' , '/navigation/0193303f265e733db808c5bf902ea2b6' , '/navigation/0193303f271b72daae8b7cb9546f7f70' , '/navigation/0193303f27eb72809d45cedb968d05fa' , '/navigation/0193303f28cd737bb72a8996243c2570' , '/navigation/0193303f29cf739fa0f61664a1d3b6a4' , '/navigation/0193303f2aa870488591db1e0e371f33' , '/navigation/0193303f2b7d70b588e6ec6ac8900bee' , '/detail/0195233b468371e595c9983ecf8e838e' , '/detail/0195233b46a170d9a9df227b21387c64' , '/detail/0195233b46a673bda778c1026be91b8e' , '/detail/0195233b46b9715d95cf93832fb4d3b5' , '/detail/0195233b46c2737d974538cb1628b2be' , '/detail/0195233b46ee71f396e07b5299f2f86e' , '/detail/0195233b46fb732d99bfb604d11d93ac' , '/detail/0195233b651f7054b65d49c288a31755' , '/detail/0195233b933d72efa8aaeaeb12b70333' , '/detail/0195233ba7bd7309a55ab27a25fa454e' , '/detail/0195233bcfd972e28dba8cbb35f202e7' , '/detail/0195233bf96a71658e689a218cfebe7c' , '/detail/0195233c0756737fb54acf211edc5984' , '/detail/0195233c4688738d82c02079cce63801' , '/detail/0195233c537773e398a8ffe39f404f12' , '/detail/0195233c76a771d49b9c9aee22a418c8' , '/detail/0195233c84c472b1bc7ac5976c36a5e1' , '/detail/0195233cbede705dba2f2d38b138016e' , '/detail/0195233cd73773aa90f7350849e06cca' , '/detail/0195233cfcba70a79895a333e8c8dca9' , '/detail/0195233d2f5a72a6b80665a28c35d6f8' , '/detail/0195233d40b270828f2e211c33f99a53' , '/detail/0195233d467f70e9b4a22786aa30dec2' , '/detail/0195233d4ba472d89d56af7f81e14421' , '/navigation/018ef555cf6872abb584fe2fda818402' , '/navigation/018ef5599e3579c2bc634f1f83b08b98' , '/navigation/018f04f622d0743d8945b14177938fcc' , '/navigation/018f04fae91c7063acfcb6c861500460' , '/navigation/018f04fb0c7578cd8a3fb57ab08c9345' , '/navigation/0193925275e97d4a99f4494f43d70c30' , '/navigation/018f04fff40270e4bf4ff7402e8d6d69' , '/navigation/018fe22dd9ee7675a713912e6a246e84' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x018ECDF9873A71DFAB55F3F644E66628 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
89
0.32 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? )
Parameters :
[
b"\x01 ŽÍ÷ßÏsNˆ\x06 ;¯xƒí¿ "
b"\x01 ŽÍ÷ߨsn•p(ÅŸÕ\x07 Š "
b"\x01 Ä═¸Þ¨q\x1A Å×│:Õ{¼\x05 "
b"\x01 ŽÍ÷ßîrÛœC\v ´—$Ù‡ "
b"\x01 Æög+ì}KÉ,\x0E ╣å£n| "
]
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 (0x018ECDF7DFCF734E88063BAF7883EDBF , 0x018ECDF7DFD8736E957028C59FD5078A , 0x018ECDF7E8F9711A8F9EB33AE57BAC05 , 0x018ECDF7DFEE72DB9C430BB49724D987 , 0x019294672B8D7D4B902C0EB9869C6E7C );
Copy