1
0.13 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.02 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
3
0.04 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
4
0.09 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
5
0.07 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
6
0.08 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
4.85 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 = ? )) AND (seo_url . is_deleted = 0 )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"‘ùnjÔ±Fçµ¼¾A/a{º "
"Essen/Pfannen "
"Essen/Pfannen/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x91F96E6AD4B146E7B5BCBE412F617BBA OR sales_channel_id IS NULL )) AND ((seo_path_info = 'Essen/Pfannen' OR seo_path_info = 'Essen/Pfannen/' )) AND (seo_url . is_deleted = 0 );
Copy
8
0.03 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.02 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
10
0.62 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"‘ùnjÔ±Fçµ¼¾A/a{º "
"lYQSmtrUBETAXYvFPYfKZNQyVl8TI5cj "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x91F96E6AD4B146E7B5BCBE412F617BBA ) AND (token = 'lYQSmtrUBETAXYvFPYfKZNQyVl8TI5cj' ) LIMIT 1 ;
Copy
11
0.07 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"‘ùnjÔ±Fçµ¼¾A/a{º "
]
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 = 0x91F96E6AD4B146E7B5BCBE412F617BBA
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
12
0.10 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"‘ùnjÔ±Fçµ¼¾A/a{º "
]
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 (0x91F96E6AD4B146E7B5BCBE412F617BBA );
Copy
13
0.07 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"‘ùnjÔ±Fçµ¼¾A/a{º "
]
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 (0x91F96E6AD4B146E7B5BCBE412F617BBA ));
Copy
14
0.07 ms
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = ? )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (? )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"‘ùnjÔ±Fçµ¼¾A/a{º "
]
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (0x91F96E6AD4B146E7B5BCBE412F617BBA )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
15
0.08 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = ? )) AND (`language` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ));
Copy
16
0.07 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
17
0.08 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"\x11 wûœò½E8¨\Ž©d,e) "
]
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 (0x1177FB9CF2BD4538A85C8DA9642C6529 );
Copy
18
0.08 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ϽP\x18 ÓŽAØÊ\x10 ÙOÈ½Ö "
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
19
0.07 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
20
0.08 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"\x1C ~o%ÆyO–¦9ÆãŒ\x08 ]C "
b"'Ò\x10 ##öO°‡-\x0F Ubóêp "
b"{’ËQæƒAY•NÄþË%¤E "
]
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 (0x1C7E6F25C6794F96A639C6E38C085D43 , 0x27D2102323F64FB0872D0F5562F3EA70 , 0x7B92CB51E6834159954EC4FECB25A445 ));
Copy
21
0.09 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` . `file_hash` as `payment_method.media.fileHash` , `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"Åë~À\x0F UGœ½1Z\x06 ?è\x14 ¥ "
]
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` . `file_hash` as `payment_method.media.fileHash` ,
`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` . `file_hash` as `payment_method.media.fileHash` , `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 (0xC5EB7EC00F55479CBD315A063FE814A5 );
Copy
22
0.10 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` . `file_hash` as `shipping_method.media.fileHash` , `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"ш«\t Å\t H\x1D – \U×T¸K "
]
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` . `file_hash` as `shipping_method.media.fileHash` ,
`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` . `file_hash` as `shipping_method.media.fileHash` , `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 (0xD188AB09C509481D96A05C55D754B84B );
Copy
23
0.07 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
24
0.07 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"\x11 wûœò½E8¨\Ž©d,e) "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x1177FB9CF2BD4538A85C8DA9642C6529 ) LIMIT 1 ;
Copy
25
0.74 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"lYQSmtrUBETAXYvFPYfKZNQyVl8TI5cj "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'lYQSmtrUBETAXYvFPYfKZNQyVl8TI5cj' ;
Copy
26
0.18 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
27
0.10 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"\x00\v k\ÊgFqµ\x1F ö\x12 †%™“ "
b"\x01 ž«ÒOÕyÞ²j(*Š9\x18 Ÿ "
b"\x01 ž±%\x05 ®væ ˜^vŒ\x16 ¡Ó "
b"\x18 ÛÁ^\x08 yK覎h2¯wn\x7F "
b"\â˜\x1E ¥GÒ¦£\x03\v PÛ§‹ "
b"z>IœÅÅN\x13 –7ÁæÀ»L "
b"€R¶DÀ™I…@ÏO¥hH\x04 "
b"\x0E "=´;DÆ3DG`KF\x08 "
b"£±\x1C öÝA]»¶1c®^Î "
b"¤åíeæ‚@ÁšSb¨Ø\x19\x1E g "
b"¾Ú»^1\x0F Ae¦Xߤ\e Î\x11 ¯ "
b"Á‘¼òñ;Cöœû7Ó³p]{ "
b"üç\x16 ¥Ž\x08 G.·í€I:4S¶ "
b"\f E\x01 6†CLFŠ2h/"ñd‰ "
b"“\x1E\x1A ½\x12 0Lí¯&“!ò޾6 "
b"\x01 Žï;{\x10 xsŒ)X\x06 èk¯ë "
b"\x01 ޽\x16 •{8ª_\x17\e VOJ( "
b"\x01 ŽÈ¬ßsx\x1A £öÞ‹îqžú "
b"\x01 Í\x07 á*{ö¸%-j¨ÿà "
b"\x01 ŽÖ‚Ãgq¼¤—“—ÎXŸ "
b"\x01 \x1F ~þ\x12\x7F Ê©“sS+ù\x01 - "
b"\x01 ©‹‰D\x7F º”`Ù\x16 ɲÌÔ "
b"\x01 ©W4w~ƒwbðÚƒ¸ "
b"\x01 ñУË{>œ²V™¼”\x14 "
b"\x01 ñ×l/zö¶X¡U@x" "
b"\x01 òÃÎòpʘåî’ÂÞ¥ "
b"\x01 +ñ\x1A Èv,ªÄ`úÂÎP "
b"\x01 ‘\x04\x11 äî\x7F 2˜\t ÝÄú‰\x14 ¶ "
b"\x01 ‘\x04 1÷Âxư;4\x1F E¤Bï "
b"\x01 ‘\t €+u|Ö¤Ñ+5o±76 "
b"\x01 ‘\x0E -ãYs7…5¢ i\x1A $¡ "
b"\x01 ‘F:vÎ}@¹Ó†¦\x12 RsÍ "
b"\x01 ‘\x7F u8={;Ä\x01\x16 7R\x04 ‚ "
b"\x01 ‘˜3ì¹rýD'ð\x06 É~\x07 "
b"""
\x01 ’\n
þUÌ~L¿·rix
"""
b"\x01 ’\x1F -S}З\x7F Yõ?\t "
b"\x01 ’\x1F Uý•sv©\x19 ½Ãº\x0F\t\x06 "
b"\x01 ’\x1F k‘p|!µ¦ž¨Äºê "
b"\x01 ’Ü”K½sP¨ÂÈ\x02 »5\t š "
b"""
\x01 ’ÜÊ‹\r }\n
°\x03 \BL[˜¦
"""
b"\x01 ’ÜõÊrrM¥Y+Ò?\x1D ?Û "
b"\x01 ’ÝJ\x14 Êt\x00 †Ž›™+‚ÊG "
b"\x01 ’ÝW(öqêª\f ý5}ÔÝ "
b"\x01 “d\x03\x11 +u²¹Û†\x0F ÕµI "
b"\x01 š\v >ãK|\v §Ž‡ÏgzE¶ "
b"\x01 œ\x1D Á)w\x14 ã‰4T`è "
b"\x01 œGº\x19 *\x7F ª‚Ù\x06 ¬9èÌ "
b"\x01 œG¾‘r&ºEè\x16 h{½è "
b"\x01 g\x00 îÌ}a‰ºw\n Ds‹ "
b"""
\n
bÇT.»Nܦ6ÐÇô^/ã
"""
b"\v a\x10 Ó¹ƒ@Û“yD¿«\x7F\x0F "
b"\x19 Ä\x7F MéìGÖ¨1J°æÞLÿ "
b"\x1A "óɤ\x04 @\x07 Ôɰ=Àª+ "
b"\e û.Î>ÚKO‰'´¢\x17 a2Æ "
b"\x1F R¿ÃÍÜLZ²\x15 uÈ¿‡!B "
b"\x1F ÒÒ¾À˜K]<Uç˜G\x05 É "
b".±)ÿ“\t B…ƒ§³¢êøþ "
b"3þåa7ûH0‹Ç1»Íá£C "
b"""
5—\n
Ÿß™J^¶|µtfãè|
"""
b"9\x16 ÇÑ]ŒE\x19 ž|¥,nè^E "
b">7~sW°H\x05 ¢÷~Ö]ˆ?õ "
b"C.r”çfHuKp²`wÕŽ "
b"D\x07 ÊïlBA\t ˜ËØ\x10 Åh«% "
b"F´\x06 E\x12 ûDk¢÷uÚÁ(SC "
b"GN\x1E\x03 ÊäFs±×{öIªT "
b"R\x05 #"-"A¦ža êŒ{¥ "
b"d\x16 ¶´˜Ij»ú\x13 æu_– "
b"d©¸8\x07 ÌFµÄ{xg_b– "
b"hëSªÇš@Ù¬ÚSpïHþª "
b"l—²¢ÞÙM“¶mè'ëµ\x18\x1C "
b"’šK\t\x06 UJ^½|\x02 _\x1A ï½\x17 "
b"©¶Ô¯\x19 ûJ\x1C «©Òlu¨Éj "
b"°GkëF¨ƒR²\x0F `íæ] "
b"±ÅÃ\r ŒAç¤Ö.Þí.óí "
b"±ÌŽe"\x12 E—§NpŒ»\x12 1Y "
b"´WP“¥@FÁ¨}\x17 ph®ÂÅ "
b"¶ÿÙ¦ó“N—¬+ú3Z½\f  "
b"¿ÿz®\x08 A\v ÙX~è·ip "
b"ÇSæê×M\x12 Ÿ["¥®…ì³ "
b"ȹ&ŽjDL.Œ$£Ò8\x02 ëø "
b"ËÚŽ\x01 †)Là¡Ä/”EJÑ1 "
b"Ï}A‡M1@\x17 ©/\x01 }Ú”yI "
b"Ô½²À{RLó€x7XOŒ\x15 f "
b"Ö¬¤Z\x18 gD”Š\x0F CÛåÎ\x1E — "
b"à÷c\e ¥¡BV·)…EˆÐë "
b"ìR… …\x1C Ķt\x07 êK\x08 ¼æ "
b"îðÌj\x1A ¾Fƶ¥§ZD(ðm "
b"ýœås\x16 ,H/¥\x1D Wì¹ôúž "
b"\x1F ÈdóÚ”G¶™èIµ`JcØ "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x000B6B5CCA674671B51FF61286259993 , 0x019EABD24FD579DEB26A282A8A39189F , 0x019EB12505AE76E6A0985E768C16A1D3 , 0x18DBC15E08794BE8A68E6832AF776E7F , 0x5CE2989D1EA547D2A6A3030B50DBA78B , 0x7A3E499CC5C54E139D9637C1E6C0BB4C , 0x8052B644C09949AD8540CF4FA5684804 , 0x9F0E223DB43B44C690334447604B4608 , 0xA3B11C81F6DD415DBBB63163AE5ECE9F , 0xA4E5ED65E68240C19A5362A8D8191E67 , 0xBEDABB5E310F4165A658DFA41BCE11AF , 0xC191BCF2F13B43F69CFB37D3B3705D7B , 0xFCE716A58D08472EB7ED80493A3453B6 , 0x0C45013686434C468A32682F22F16489 , 0x931E1ABD12304CEDAF269321F28EBE36 , 0x018DEF3B7B1078738C295806E86BAFEB , 0x018EBD16A0957B38AA5F171B564F4A28 , 0x018EC8ACDF73781AA3F6DE8BEE719EFA , 0x018ECD07E12A7BF6B8252D6AA8FF81E0 , 0x018ED682C36771BCA49793AD97CE589F , 0x018F1F7EFE127FCAA99373532BF9012D , 0x018FA98B89447FBA9460D916C9B2CCD4 , 0x018FA9905734777E837762F0DA839FB8 , 0x018FF1D0A3CB7B3E9C90B25699BC9414 , 0x018FF1D76C2F7AF6B658A1559D407822 , 0x018FF2C3CEF270CA98E5EE92C2ADDEA5 , 0x01902BF11AC8762CAAC460FAC2CE50AD , 0x01910411E4EE7F329809DDC4FA8914B6 , 0x01910431F7C278C6B03B341F45A442EF , 0x019109802B757CD6A4D12B356FB13736 , 0x01910E2DE35973378535A220691A24A1 , 0x0191463A76CE7D40B9D386A6125273CD , 0x01917F75383D7B3B81C4011637520482 , 0x01919833ECB972FD904427F006C97E07 , 0x01920AFE55CC7E4CBFB79D7269788EAD , 0x01921F2D9D537DD0977F5981F53F9D09 , 0x01921F55FD957376A919BDC3BA0F0906 , 0x01921F6B91707C21B5A69EA8C4BA8FEA , 0x0192DC944BBD7350A8C2C802BB35099A , 0x0192DCCA8B0D7D0AB0035C424C5B98A6 , 0x0192DCF5CA72724DA5592BD23F1D3FDB , 0x0192DD4A14CA7400868E9B992B82CA47 , 0x0192DD5728F671EAAA0CFD357DD4DDC2 , 0x01936403112B75B2B990DB860FD5B549 , 0x019A0B3EE34B7C0BA78D87CF677A45B6 , 0x019C1D9FC12977148EE389345460E89D , 0x019C47BA192A7FAA82D906AC39E89DCC , 0x019C47BE8F917226BA45E816687BBDE8 , 0x01A06700EECC7D6189BA770A44739D8B , 0x0A62C7542EBB4EDCA636D0C7F45E2FE3 , 0x0B6110D3B98340DB937944BFAB7F0FAD , 0x19C47F4DE9EC47D6A8314AB0E6DE4CFF , 0x1A22F3C9A4044007A0D4C9B03DC0AA2B , 0x1BFB2ECE3EDA4B4F8927B4A2176132C6 , 0x1F52BFC3CDDC4C5AB21575C8BF872142 , 0x1FD2D2BEC0984B5DAD3C55E7984705C9 , 0x2EB129FF9309428583A7B3A2EAF8FEC2 , 0x33FEE56137FB48308BC731BBCDE1A343 , 0x35970A9FDF994A5EB67CB57466E3E87C , 0x3916C7D15D8C45199E7CA52C6EE85E45 , 0x3E377E7357B04805A2F77ED65D883FF5 , 0x432E7294E7664875AD4B70B26077D58E , 0x4407CAEF6C42410998CBD810C568AB25 , 0x46B4064512FB446BA2F775DAC1285343 , 0x474E1E03CAE44673B1D7817BF649AA54 , 0x520523222D2241A69E9D61A0EA8C7BA5 , 0x6416B6B49098496ABBFA9D13E6755F96 , 0x64A9B83807CC46B581C47B78675F6296 , 0x68EB53AAC79A40D9ACDA5370EF48FEAA , 0x6C97B2A2DED94D93B66DE827EBB5181C , 0x929A4B0906554A5EBD7C025F1AEFBD17 , 0xA9B6D4AF19FB4A1CABA9D26C75A8C96A , 0xB0479F6BEB8F46A88352B20F60EDE65D , 0xB1C5C39D0D8C41E7A4D62EDEED2EF3ED , 0xB1CC8E6522124597A74E708CBB123159 , 0xB4575093A54046C1A87D177068AEC2C5 , 0xB6FFD9A6F3934E97AC2BFA335ABD0CC2 , 0xBFADFF7AAE08410BA0D9587EE8B76970 , 0xC753E6EAC3974D129F5B22A5AE85ECB3 , 0xC8B9268E6A444C2E8C24A3D23802EBF8 , 0xCBDA8E0186294CE0A1C42F94454AD131 , 0xCF7D41874D314017A92F017DDA947949 , 0xD4BDB2C07B524CF3807837584F8C1566 , 0xD6ACA45A186744948A0F43DBE5CE1E97 , 0xE0F7631BA5A14256B7AD29854588D0EB , 0xEC528520851C4BCCA77407EA4B08BCE6 , 0xEEF0CC6A1ABE46C6B6A5A75A4428F06D , 0xFD9CE573162C482FA51D57ECB9F4FA9E , 0x1FC864F3DA9447B699E849B5604A63D8 );
Copy
28
0.15 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? AND `app` . `self_managed` = ? )
Parameters :
[
true
false
]
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 AND `app` . `self_managed` = 0 );
Copy
29
0.09 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ‘7\x08 û\r rm†-æÛ4öžz "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x01913708FB0D726D862DE6DB34F69E7A );
Copy
30
0.06 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ‘7\x08 û\r rm†-æÛ4öžz "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x01913708FB0D726D862DE6DB34F69E7A ));
Copy
31
0.08 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
32
0.08 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
33
0.07 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"‘ùnjÔ±Fçµ¼¾A/a{º "
b"\x11 wûœò½E8¨\Ž©d,e) "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND `sales_channel_country` . `country_id` = 0x1177FB9CF2BD4538A85C8DA9642C6529 );
Copy
34
0.08 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"‘ùnjÔ±Fçµ¼¾A/a{º "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x91F96E6AD4B146E7B5BCBE412F617BBA OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
35
0.08 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"Ê‘\f •ÏâO\x0F ®á\x00 ‘\x14 rÀ{ "
b"Ê‘\f •ÏâO\x0F ®á\x00 ‘\x14 rÀ{ "
b"Ê‘\f •ÏâO\x0F ®á\x00 ‘\x14 rÀ{ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xCA910C95CFE24F0FAEE100911472C07B OR `parent_id` = 0xCA910C95CFE24F0FAEE100911472C07B OR `id` = 0xCA910C95CFE24F0FAEE100911472C07B
;
Copy
36
3.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` . `file_hash` as `category.media.fileHash` , `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% "
"%|ca910c95cfe24f0faee100911472c07b|% "
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` . `file_hash` as `category.media.fileHash` ,
`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` . `file_hash` as `category.media.fileHash` , `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 '%|ca910c95cfe24f0faee100911472c07b|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
37
0.08 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% "
"%|ca910c95cfe24f0faee100911472c07b|% "
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 '%|ca910c95cfe24f0faee100911472c07b|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
38
0.10 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` . `file_hash` as `category.media.fileHash` , `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"Ê‘\f •ÏâO\x0F ®á\x00 ‘\x14 rÀ{ "
]
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` . `file_hash` as `category.media.fileHash` ,
`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` . `file_hash` as `category.media.fileHash` , `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 (0xCA910C95CFE24F0FAEE100911472C07B ));
Copy
39
0.09 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"‘ùnjÔ±Fçµ¼¾A/a{º "
b"‘ùnjÔ±Fçµ¼¾A/a{º "
]
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` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND `language.salesChannels` . `id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
40
0.08 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
41
0.07 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"‘ùnjÔ±Fçµ¼¾A/a{º "
]
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` = 0x91F96E6AD4B146E7B5BCBE412F617BBA ) GROUP BY `currency` . `id` ;
Copy
42
0.07 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
43
0.07 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b".×X¤À‚AI°\v ¾Ô~ýIq "
b".×X¤À‚AI°\v ¾Ô~ýIq "
b".×X¤À‚AI°\v ¾Ô~ýIq "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x2ED758A4C0824149B00BBED47EFD4971 OR `parent_id` = 0x2ED758A4C0824149B00BBED47EFD4971 OR `id` = 0x2ED758A4C0824149B00BBED47EFD4971
;
Copy
44
0.09 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` . `file_hash` as `category.media.fileHash` , `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% "
"%|2ed758a4c0824149b00bbed47efd4971|% "
2
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` . `file_hash` as `category.media.fileHash` ,
`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` . `file_hash` as `category.media.fileHash` , `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 '%|2ed758a4c0824149b00bbed47efd4971|%' AND (`category` . `level` > 2 AND `category` . `level` < = 4 )));
Copy
45
0.06 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% "
"%|2ed758a4c0824149b00bbed47efd4971|% "
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 '%|2ed758a4c0824149b00bbed47efd4971|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
46
0.04 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` . `file_hash` as `category.media.fileHash` , `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"""
C/A¦aKI«™SË\n
„&¼\x12
"""
b".×X¤À‚AI°\v ¾Ô~ýIq "
]
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` . `file_hash` as `category.media.fileHash` ,
`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` . `file_hash` as `category.media.fileHash` , `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 (0x432F41A6614B49AB9953CB0A8426BC12 , 0x2ED758A4C0824149B00BBED47EFD4971 ));
Copy
47
0.02 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"""
C/A¦aKI«™SË\n
„&¼\x12
"""
b"""
C/A¦aKI«™SË\n
„&¼\x12
"""
b"""
C/A¦aKI«™SË\n
„&¼\x12
"""
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x432F41A6614B49AB9953CB0A8426BC12 OR `parent_id` = 0x432F41A6614B49AB9953CB0A8426BC12 OR `id` = 0x432F41A6614B49AB9953CB0A8426BC12
;
Copy
48
0.05 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` . `file_hash` as `category.media.fileHash` , `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% "
"%|432f41a6614b49ab9953cb0a8426bc12|% "
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` . `file_hash` as `category.media.fileHash` ,
`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` . `file_hash` as `category.media.fileHash` , `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 '%|432f41a6614b49ab9953cb0a8426bc12|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
49
0.01 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% "
"%|432f41a6614b49ab9953cb0a8426bc12|% "
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 '%|432f41a6614b49ab9953cb0a8426bc12|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
50
0.05 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` . `file_hash` as `category.media.fileHash` , `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"""
C/A¦aKI«™SË\n
„&¼\x12
"""
]
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` . `file_hash` as `category.media.fileHash` ,
`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` . `file_hash` as `category.media.fileHash` , `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 (0x432F41A6614B49AB9953CB0A8426BC12 ));
Copy
51
0.02 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"‘ùnjÔ±Fçµ¼¾A/a{º "
]
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` = 0x91F96E6AD4B146E7B5BCBE412F617BBA ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
52
0.04 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` . `file_hash` as `payment_method.media.fileHash` , `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"Åë~À\x0F UGœ½1Z\x06 ?è\x14 ¥ "
b"+§w²ÿÎKÛ“\f –Jñj¨˜ "
b"\x01 -RÅ\x02 q\f ¼Z+™^øP "
b"´][òjsG±«ð3\x1A E\x7F õ¾ "
b"\x01 -RÂäqäƒ9óÝÈký "
b"°Þ*\x1F ùQLú–WÁ!\x10 t×\x19 "
b"\f deû\x00 ”MM¸LI\x1D Hª.· "
]
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` . `file_hash` as `payment_method.media.fileHash` ,
`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` . `file_hash` as `payment_method.media.fileHash` , `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 (0xC5EB7EC00F55479CBD315A063FE814A5 , 0x2BA777B2FFCE4BDB930C964AF16AA898 , 0x018F2D52C502710CBC5A2B8E995EF850 , 0xB45D5BF26A7347B1ABF0331A457FF5BE , 0x018F2D52C2E471E4833990F3DDC86BFD , 0xB0DE2A1FF9514CFA9657C1211074D719 , 0x0C6465FB00944D4DB84C491D48AA2EB7 );
Copy
53
0.02 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"‘ùnjÔ±Fçµ¼¾A/a{º "
]
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` = 0x91F96E6AD4B146E7B5BCBE412F617BBA ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
54
0.05 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` . `file_hash` as `shipping_method.media.fileHash` , `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"5lf\r ¿IBˆ ’AŸøÊÆg "
b"U¡\x1C X£sJ\¯\x12 îÉY+5' "
b"ш«\t Å\t H\x1D – \U×T¸K "
b"à\x0E ,H×M•žÝü\x11\x7F \x01 "
b"v\x07 •\•NN&›Üö’o‡Àæ "
b"ûA\x15\x1F D\x1C C,‡¿\x04 \x14 šÛã "
]
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` . `file_hash` as `shipping_method.media.fileHash` ,
`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` . `file_hash` as `shipping_method.media.fileHash` , `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 (0x356C660DBF494288A092419FF8CAC667 , 0x55A11C58A3734A5CAF12EEC9592B3527 , 0xD188AB09C509481D96A05C55D754B84B , 0xE00E2C9F48D74D90959EDDFC117FAD01 , 0x7607955C954E4E269BDCF6926F87C0E6 , 0xFB41151F441C432C87BF04A0149ADBE3 );
Copy
55
0.02 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"IntediaDoofinderSW6.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'IntediaDoofinderSW6.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
56
0.01 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"IntediaDoofinderSW6.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'IntediaDoofinderSW6.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
57
0.02 ms
SELECT pm . `handler_identifier` , LOWER (HEX (sc_pm . `payment_method_id` ))
FROM `sales_channel_payment_method` AS sc_pm
LEFT JOIN `payment_method` AS pm ON pm . `id` = sc_pm . `payment_method_id`
WHERE sc_pm . `sales_channel_id` = ? AND pm . `active` = 1
Parameters :
[
b"‘ùnjÔ±Fçµ¼¾A/a{º "
]
SELECT pm . `handler_identifier` , LOWER (HEX (sc_pm . `payment_method_id` ))
FROM `sales_channel_payment_method` AS sc_pm
LEFT JOIN `payment_method` AS pm ON pm . `id` = sc_pm . `payment_method_id`
WHERE sc_pm . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND pm . `active` = 1 ;
Copy
58
0.01 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
59
0.02 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
60
0.01 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
61
0.05 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` , `sales_channel_domain.language` . `id` as `sales_channel_domain.language.id` , `sales_channel_domain.language` . `parent_id` as `sales_channel_domain.language.parentId` , `sales_channel_domain.language` . `locale_id` as `sales_channel_domain.language.localeId` , `sales_channel_domain.language` . `translation_code_id` as `sales_channel_domain.language.translationCodeId` , `sales_channel_domain.language` . `name` as `sales_channel_domain.language.name` , `sales_channel_domain.language` . `custom_fields` as `sales_channel_domain.language.customFields` , `sales_channel_domain.language` . `created_at` as `sales_channel_domain.language.createdAt` , `sales_channel_domain.language` . `updated_at` as `sales_channel_domain.language.updatedAt` , `sales_channel_domain.language.locale` . `id` as `sales_channel_domain.language.locale.id` , `sales_channel_domain.language.locale` . `code` as `sales_channel_domain.language.locale.code` , `sales_channel_domain.language.locale` . `created_at` as `sales_channel_domain.language.locale.createdAt` , `sales_channel_domain.language.locale` . `updated_at` as `sales_channel_domain.language.locale.updatedAt` , `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name` , `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory` , `sales_channel_domain.language.locale.translation.customFields` , `sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields` , `sales_channel_domain.currency` . `id` as `sales_channel_domain.currency.id` , `sales_channel_domain.currency` . `factor` as `sales_channel_domain.currency.factor` , `sales_channel_domain.currency` . `symbol` as `sales_channel_domain.currency.symbol` , `sales_channel_domain.currency` . `iso_code` as `sales_channel_domain.currency.isoCode` , `sales_channel_domain.currency` . `position` as `sales_channel_domain.currency.position` , `sales_channel_domain.currency` . `tax_free_from` as `sales_channel_domain.currency.taxFreeFrom` , `sales_channel_domain.currency` . `item_rounding` as `sales_channel_domain.currency.itemRounding` , `sales_channel_domain.currency` . `total_rounding` as `sales_channel_domain.currency.totalRounding` , `sales_channel_domain.currency` . `created_at` as `sales_channel_domain.currency.createdAt` , `sales_channel_domain.currency` . `updated_at` as `sales_channel_domain.currency.updatedAt` , `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName` , `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name` , `sales_channel_domain.currency.translation.customFields` , `sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields` FROM `sales_channel_domain` LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain` . `language_id` = `sales_channel_domain.language` . `id` LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain` . `currency_id` = `sales_channel_domain.currency` . `id` LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.language.locale.translation` . `locale_id` , `sales_channel_domain.language.locale.translation` . `name` as `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation` . `territory` as `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation` . `custom_fields` as `sales_channel_domain.language.locale.translation.customFields` FROM `locale_translation` `sales_channel_domain.language.locale.translation` WHERE `sales_channel_domain.language.locale.translation` . `language_id` = ? ) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.currency.translation` . `currency_id` , `sales_channel_domain.currency.translation` . `short_name` as `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation` . `name` as `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation` . `custom_fields` as `sales_channel_domain.currency.translation.customFields` FROM `currency_translation` `sales_channel_domain.currency.translation` WHERE `sales_channel_domain.currency.translation` . `language_id` = ? ) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation` . `currency_id` = `sales_channel_domain.currency` . `id` WHERE `sales_channel_domain` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"XÕ\x1D éâŒMs´½™»\x03 Ã… "
]
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` ,
`sales_channel_domain.language` . `id` as `sales_channel_domain.language.id` ,
`sales_channel_domain.language` . `parent_id` as `sales_channel_domain.language.parentId` ,
`sales_channel_domain.language` . `locale_id` as `sales_channel_domain.language.localeId` ,
`sales_channel_domain.language` . `translation_code_id` as `sales_channel_domain.language.translationCodeId` ,
`sales_channel_domain.language` . `name` as `sales_channel_domain.language.name` ,
`sales_channel_domain.language` . `custom_fields` as `sales_channel_domain.language.customFields` ,
`sales_channel_domain.language` . `created_at` as `sales_channel_domain.language.createdAt` ,
`sales_channel_domain.language` . `updated_at` as `sales_channel_domain.language.updatedAt` ,
`sales_channel_domain.language.locale` . `id` as `sales_channel_domain.language.locale.id` ,
`sales_channel_domain.language.locale` . `code` as `sales_channel_domain.language.locale.code` ,
`sales_channel_domain.language.locale` . `created_at` as `sales_channel_domain.language.locale.createdAt` ,
`sales_channel_domain.language.locale` . `updated_at` as `sales_channel_domain.language.locale.updatedAt` ,
`sales_channel_domain.language.locale.translation.name` ,
`sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name` ,
`sales_channel_domain.language.locale.translation.territory` ,
`sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory` ,
`sales_channel_domain.language.locale.translation.customFields` ,
`sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields` ,
`sales_channel_domain.currency` . `id` as `sales_channel_domain.currency.id` ,
`sales_channel_domain.currency` . `factor` as `sales_channel_domain.currency.factor` ,
`sales_channel_domain.currency` . `symbol` as `sales_channel_domain.currency.symbol` ,
`sales_channel_domain.currency` . `iso_code` as `sales_channel_domain.currency.isoCode` ,
`sales_channel_domain.currency` . `position` as `sales_channel_domain.currency.position` ,
`sales_channel_domain.currency` . `tax_free_from` as `sales_channel_domain.currency.taxFreeFrom` ,
`sales_channel_domain.currency` . `item_rounding` as `sales_channel_domain.currency.itemRounding` ,
`sales_channel_domain.currency` . `total_rounding` as `sales_channel_domain.currency.totalRounding` ,
`sales_channel_domain.currency` . `created_at` as `sales_channel_domain.currency.createdAt` ,
`sales_channel_domain.currency` . `updated_at` as `sales_channel_domain.currency.updatedAt` ,
`sales_channel_domain.currency.translation.shortName` ,
`sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName` ,
`sales_channel_domain.currency.translation.name` ,
`sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name` ,
`sales_channel_domain.currency.translation.customFields` ,
`sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields`
FROM
`sales_channel_domain`
LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain` . `language_id` = `sales_channel_domain.language` . `id`
LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain` . `currency_id` = `sales_channel_domain.currency` . `id`
LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language` . `locale_id` = `sales_channel_domain.language.locale` . `id`
LEFT JOIN (
SELECT
`sales_channel_domain.language.locale.translation` . `locale_id` ,
`sales_channel_domain.language.locale.translation` . `name` as `sales_channel_domain.language.locale.translation.name` ,
`sales_channel_domain.language.locale.translation` . `territory` as `sales_channel_domain.language.locale.translation.territory` ,
`sales_channel_domain.language.locale.translation` . `custom_fields` as `sales_channel_domain.language.locale.translation.customFields`
FROM
`locale_translation` `sales_channel_domain.language.locale.translation`
WHERE
`sales_channel_domain.language.locale.translation` . `language_id` = ?
) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation` . `locale_id` = `sales_channel_domain.language.locale` . `id`
LEFT JOIN (
SELECT
`sales_channel_domain.currency.translation` . `currency_id` ,
`sales_channel_domain.currency.translation` . `short_name` as `sales_channel_domain.currency.translation.shortName` ,
`sales_channel_domain.currency.translation` . `name` as `sales_channel_domain.currency.translation.name` ,
`sales_channel_domain.currency.translation` . `custom_fields` as `sales_channel_domain.currency.translation.customFields`
FROM
`currency_translation` `sales_channel_domain.currency.translation`
WHERE
`sales_channel_domain.currency.translation` . `language_id` = ?
) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation` . `currency_id` = `sales_channel_domain.currency` . `id`
WHERE
`sales_channel_domain` . `id` IN (? )
Copy
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` , `sales_channel_domain.language` . `id` as `sales_channel_domain.language.id` , `sales_channel_domain.language` . `parent_id` as `sales_channel_domain.language.parentId` , `sales_channel_domain.language` . `locale_id` as `sales_channel_domain.language.localeId` , `sales_channel_domain.language` . `translation_code_id` as `sales_channel_domain.language.translationCodeId` , `sales_channel_domain.language` . `name` as `sales_channel_domain.language.name` , `sales_channel_domain.language` . `custom_fields` as `sales_channel_domain.language.customFields` , `sales_channel_domain.language` . `created_at` as `sales_channel_domain.language.createdAt` , `sales_channel_domain.language` . `updated_at` as `sales_channel_domain.language.updatedAt` , `sales_channel_domain.language.locale` . `id` as `sales_channel_domain.language.locale.id` , `sales_channel_domain.language.locale` . `code` as `sales_channel_domain.language.locale.code` , `sales_channel_domain.language.locale` . `created_at` as `sales_channel_domain.language.locale.createdAt` , `sales_channel_domain.language.locale` . `updated_at` as `sales_channel_domain.language.locale.updatedAt` , `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name` , `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory` , `sales_channel_domain.language.locale.translation.customFields` , `sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields` , `sales_channel_domain.currency` . `id` as `sales_channel_domain.currency.id` , `sales_channel_domain.currency` . `factor` as `sales_channel_domain.currency.factor` , `sales_channel_domain.currency` . `symbol` as `sales_channel_domain.currency.symbol` , `sales_channel_domain.currency` . `iso_code` as `sales_channel_domain.currency.isoCode` , `sales_channel_domain.currency` . `position` as `sales_channel_domain.currency.position` , `sales_channel_domain.currency` . `tax_free_from` as `sales_channel_domain.currency.taxFreeFrom` , `sales_channel_domain.currency` . `item_rounding` as `sales_channel_domain.currency.itemRounding` , `sales_channel_domain.currency` . `total_rounding` as `sales_channel_domain.currency.totalRounding` , `sales_channel_domain.currency` . `created_at` as `sales_channel_domain.currency.createdAt` , `sales_channel_domain.currency` . `updated_at` as `sales_channel_domain.currency.updatedAt` , `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName` , `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name` , `sales_channel_domain.currency.translation.customFields` , `sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields` FROM `sales_channel_domain` LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain` . `language_id` = `sales_channel_domain.language` . `id` LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain` . `currency_id` = `sales_channel_domain.currency` . `id` LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.language.locale.translation` . `locale_id` , `sales_channel_domain.language.locale.translation` . `name` as `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation` . `territory` as `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation` . `custom_fields` as `sales_channel_domain.language.locale.translation.customFields` FROM `locale_translation` `sales_channel_domain.language.locale.translation` WHERE `sales_channel_domain.language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.currency.translation` . `currency_id` , `sales_channel_domain.currency.translation` . `short_name` as `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation` . `name` as `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation` . `custom_fields` as `sales_channel_domain.currency.translation.customFields` FROM `currency_translation` `sales_channel_domain.currency.translation` WHERE `sales_channel_domain.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation` . `currency_id` = `sales_channel_domain.currency` . `id` WHERE `sales_channel_domain` . `id` IN (0x58D51DE9E28C4D73B4BDAD99BB03C385 );
Copy
62
0.02 ms
SELECT `intedia_doofinder_layer` . `id` as `intedia_doofinder_layer.id` , `intedia_doofinder_layer` . `doofinder_channel_id` as `intedia_doofinder_layer.doofinderChannelId` , `intedia_doofinder_layer` . `doofinder_hash_id` as `intedia_doofinder_layer.doofinderHashId` , `intedia_doofinder_layer` . `doofinder_store_id` as `intedia_doofinder_layer.doofinderStoreId` , `intedia_doofinder_layer` . `domain_id` as `intedia_doofinder_layer.domainId` , `intedia_doofinder_layer` . `trigger` as `intedia_doofinder_layer.trigger` , `intedia_doofinder_layer` . `name` as `intedia_doofinder_layer.name` , `intedia_doofinder_layer` . `status` as `intedia_doofinder_layer.status` , `intedia_doofinder_layer` . `status_message` as `intedia_doofinder_layer.statusMessage` , `intedia_doofinder_layer` . `status_date` as `intedia_doofinder_layer.statusDate` , `intedia_doofinder_layer` . `status_received_date` as `intedia_doofinder_layer.statusReceivedDate` , `intedia_doofinder_layer` . `created_at` as `intedia_doofinder_layer.createdAt` , `intedia_doofinder_layer` . `updated_at` as `intedia_doofinder_layer.updatedAt` FROM `intedia_doofinder_layer` WHERE (`intedia_doofinder_layer` . `domain_id` = ? )
Parameters :
[
b"XÕ\x1D éâŒMs´½™»\x03 Ã… "
]
SELECT `intedia_doofinder_layer` . `id` as `intedia_doofinder_layer.id` , `intedia_doofinder_layer` . `doofinder_channel_id` as `intedia_doofinder_layer.doofinderChannelId` , `intedia_doofinder_layer` . `doofinder_hash_id` as `intedia_doofinder_layer.doofinderHashId` , `intedia_doofinder_layer` . `doofinder_store_id` as `intedia_doofinder_layer.doofinderStoreId` , `intedia_doofinder_layer` . `domain_id` as `intedia_doofinder_layer.domainId` , `intedia_doofinder_layer` . `trigger` as `intedia_doofinder_layer.trigger` , `intedia_doofinder_layer` . `name` as `intedia_doofinder_layer.name` , `intedia_doofinder_layer` . `status` as `intedia_doofinder_layer.status` , `intedia_doofinder_layer` . `status_message` as `intedia_doofinder_layer.statusMessage` , `intedia_doofinder_layer` . `status_date` as `intedia_doofinder_layer.statusDate` , `intedia_doofinder_layer` . `status_received_date` as `intedia_doofinder_layer.statusReceivedDate` , `intedia_doofinder_layer` . `created_at` as `intedia_doofinder_layer.createdAt` , `intedia_doofinder_layer` . `updated_at` as `intedia_doofinder_layer.updatedAt` FROM `intedia_doofinder_layer` WHERE (`intedia_doofinder_layer` . `domain_id` = 0x58D51DE9E28C4D73B4BDAD99BB03C385 );
Copy
63
0.40 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` . `file_hash` as `category.media.fileHash` , `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"\x15 ö'3˜ÝB=ªnFš~sa™ "
]
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` . `file_hash` as `category.media.fileHash` ,
`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` . `file_hash` as `category.media.fileHash` , `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 (0x15F6273398DD423DAA6E469A7E736199 ));
Copy
64
0.08 ms
SELECT `category_translation` . `name` as `category_translation.name` , `category_translation` . `breadcrumb` as `category_translation.breadcrumb` , `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` , `category_translation` . `custom_fields` as `category_translation.customFields` , `category_translation` . `created_at` as `category_translation.createdAt` , `category_translation` . `updated_at` as `category_translation.updatedAt` , `category_translation` . `category_id` as `category_translation.categoryId` , `category_translation` . `language_id` as `category_translation.languageId` , `category_translation` . `category_version_id` as `category_translation.categoryVersionId` FROM `category_translation` WHERE (`category_translation` . `category_version_id` = ? ) AND ((`category_translation` . `category_id` IN (? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x15 ö'3˜ÝB=ªnFš~sa™ "
]
SELECT `category_translation` . `name` as `category_translation.name` , `category_translation` . `breadcrumb` as `category_translation.breadcrumb` , `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` , `category_translation` . `custom_fields` as `category_translation.customFields` , `category_translation` . `created_at` as `category_translation.createdAt` , `category_translation` . `updated_at` as `category_translation.updatedAt` , `category_translation` . `category_id` as `category_translation.categoryId` , `category_translation` . `language_id` as `category_translation.languageId` , `category_translation` . `category_version_id` as `category_translation.categoryVersionId` FROM `category_translation` WHERE (`category_translation` . `category_version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category_translation` . `category_id` IN (0x15F6273398DD423DAA6E469A7E736199 )));
Copy
65
0.02 ms
SELECT LOWER (HEX (language . parent_id )) FROM language language WHERE language . id = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT LOWER (HEX (language . parent_id )) FROM language language WHERE language . id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
66
0.12 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"Ã\x1A Rë5¥B\f ¼\x19\x14 ?}\e k "
]
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 (0xC31A52EB35A5420CBC19143F817D1B6B ));
Copy
67
0.95 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` . `file_hash` as `cms_section.backgroundMedia.fileHash` , `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"Ã\x1A Rë5¥B\f ¼\x19\x14 ?}\e k "
]
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` . `file_hash` as `cms_section.backgroundMedia.fileHash` ,
`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` . `file_hash` as `cms_section.backgroundMedia.fileHash` , `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 (0xC31A52EB35A5420CBC19143F817D1B6B )));
Copy
68
0.47 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` . `file_hash` as `cms_block.backgroundMedia.fileHash` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\v £í\x07 ê,HQƒ\x1F ;\x7F 10„M "
b"uÑY\x1C Ê¡K³’ª¤Ñ)©Ý¼ "
b"+sˆ=úN»*AÑ\x02 \r BF "
]
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` . `file_hash` as `cms_block.backgroundMedia.fileHash` ,
`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` . `file_hash` as `cms_block.backgroundMedia.fileHash` , `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 (0x0BA3ED07EA2C4851831F3B7F3130844D , 0x75D1591CCAA14BB392AAA4D129A9DDBC , 0x9F2B73883DFA4EBB812A41D1020D4246 )));
Copy
69
0.95 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"|ɉ\f ëºO3„bw\x1E e\x03 “= "
b"\x15 Y=¡¥»M\x1E ·TÝJ-ç/ "
b"!ìÛ¢þ¼A²i=Q]tú0 "
b"û+ŒÝü”@žñË%誌 "
b"ÐVæ7\x08 CCužâ\x05 çÊ\x00\x03 Í "
]
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 (0x7CC9890CEBBA4F338462771E6503933D , 0x15593DA1A5BB4D1EB754DD4A2DC3A72F , 0x21ECDBA2FEBC41B290693D515D74FA30 , 0xFB2B8CDDFC9440909EF1CB25E8ADAA8C , 0xD056E637084343759EE205E7CA0003CD )));
Copy
70
1.63 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` . `file_hash` as `media.fileHash` , `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"\x7F vã7úHŠº°ÊQŠäêû "
]
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` . `file_hash` as `media.fileHash` , `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 (0x7F2076E337FA488ABAB0CA518AE4EAFB ));
Copy
71
0.98 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"CáèûžÎFYˆ"¨x\x06 ÷S˜ "
]
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 (0x43E1E8FB9ECE46598822A87806F75398 );
Copy
72
0.09 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
73
0.17 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"¸\x1F\t è_qAÀ«áá±m¼çf "
b"°ðéDivL8Ž\ýð¢ÐßN "
b"N쌡\x7F\x05 M\x1C Š1û%|äVt "
b"‹\x01 Ü€‰ØH³©0JÞn‚4@ "
b"CáèûžÎFYˆ"¨x\x06 ÷S˜ "
b"¯¢æ=ÓMäƒ\x12 á#_¯"Û "
]
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 (0xB81F09E85F7141C0ABE1E1B16DBCE766 , 0xB0F0E94469764C388E5CFDF0A2D0DF4E , 0x4EEC8CA17F054D1C8A31FB257CE45674 , 0x8B01DC8089D848B3A9304ADE6E823440 , 0x43E1E8FB9ECE46598822A87806F75398 , 0xAFA2E63DD3AD4DE48312E1235FAF22DB );
Copy
74
0.10 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"\x15 ö'3˜ÝB=ªnFš~sa™ "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x15F6273398DD423DAA6E469A7E736199 )) LIMIT 1 ;
Copy
75
0.07 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"\x15 ö'3˜ÝB=ªnFš~sa™ "
]
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 (0x15F6273398DD423DAA6E469A7E736199 ));
Copy
76
1.95 ms
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = ? ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"‘½tö‚úD+ƒNt/h\x08 n\x05 "
]
SELECT `product_stream` . `id` as `product_stream.id` , `product_stream` . `api_filter` as `product_stream.apiFilter` , `product_stream` . `invalid` as `product_stream.invalid` , `product_stream` . `created_at` as `product_stream.createdAt` , `product_stream` . `updated_at` as `product_stream.updatedAt` , `product_stream.translation.name` , `product_stream.translation.name` as `product_stream.name` , `product_stream.translation.description` , `product_stream.translation.description` as `product_stream.description` , `product_stream.translation.customFields` , `product_stream.translation.customFields` as `product_stream.customFields` FROM `product_stream` LEFT JOIN (SELECT `product_stream.translation` . `product_stream_id` , `product_stream.translation` . `name` as `product_stream.translation.name` , `product_stream.translation` . `description` as `product_stream.translation.description` , `product_stream.translation` . `custom_fields` as `product_stream.translation.customFields` FROM `product_stream_translation` `product_stream.translation` WHERE `product_stream.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_stream.product_stream_translation` ON `product_stream.product_stream_translation` . `product_stream_id` = `product_stream` . `id` WHERE `product_stream` . `id` IN (0x91BD74F682FA442B834E742F68086E05 );
Copy
77
494.37 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND ((`product.categoriesRo` . `id` IN (? , ? , ? , ? , ? ))) AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `sales` ) DESC , MIN (`product` . `id` ) ASC LIMIT 48
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"‘ùnjÔ±Fçµ¼¾A/a{º "
true
b"Q\x16 ‡v\x17 Î@-”KÎ\x16 ®ÿ¬` "
b"w\x1E °®J\x05 §øŽ>„4} "
b"µŽð \x04 ºO\x0E ¾\x1A\x07 Ì>y±§ "
b"Ú\v %Ç\x10 yHÑ·\r xWçûÍ\x02 "
b"ÚѸŽkjAÒ”t-~ÙÞºÆ "
null
true
false
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND ((`product.categoriesRo` . `id` IN (0x5116877617CE402D944BCE16AEFFAC60 , 0xAD771EC2B0AE4A05A7F88D3E84347DA0 , 0xB58DF0A004BA4F0EBE1A07CC3E79B1A7 , 0xDA0B25C7107948D1B70D7857E7FBCD02 , 0xDAD1B88E6B6A41D294742D7ED9DEBAC6 ))) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `sales` ) DESC , MIN (`product` . `id` ) ASC LIMIT 48 ;
Copy
78
7.11 ms
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND ((`product.categoriesRo` . `id` IN (? , ? , ? , ? , ? ))) AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product` . `display_group` ) total
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"‘ùnjÔ±Fçµ¼¾A/a{º "
true
b"Q\x16 ‡v\x17 Î@-”KÎ\x16 ®ÿ¬` "
b"w\x1E °®J\x05 §øŽ>„4} "
b"µŽð \x04 ºO\x0E ¾\x1A\x07 Ì>y±§ "
b"Ú\v %Ç\x10 yHÑ·\r xWçûÍ\x02 "
b"ÚѸŽkjAÒ”t-~ÙÞºÆ "
null
true
false
]
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND ((`product.categoriesRo` . `id` IN (0x5116877617CE402D944BCE16AEFFAC60 , 0xAD771EC2B0AE4A05A7F88D3E84347DA0 , 0xB58DF0A004BA4F0EBE1A07CC3E79B1A7 , 0xDA0B25C7107948D1B70D7857E7FBCD02 , 0xDAD1B88E6B6A41D294742D7ED9DEBAC6 ))) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product` . `display_group` ) total ;
Copy
79
5.11 ms
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND ((`product.categoriesRo` . `id` IN (? , ? , ? , ? , ? ))) AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"‘ùnjÔ±Fçµ¼¾A/a{º "
true
b"Q\x16 ‡v\x17 Î@-”KÎ\x16 ®ÿ¬` "
b"w\x1E °®J\x05 §øŽ>„4} "
b"µŽð \x04 ºO\x0E ¾\x1A\x07 Ì>y±§ "
b"Ú\v %Ç\x10 yHÑ·\r xWçûÍ\x02 "
b"ÚѸŽkjAÒ”t-~ÙÞºÆ "
null
true
false
]
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND ((`product.categoriesRo` . `id` IN (0x5116877617CE402D944BCE16AEFFAC60 , 0xAD771EC2B0AE4A05A7F88D3E84347DA0 , 0xB58DF0A004BA4F0EBE1A07CC3E79B1A7 , 0xDA0B25C7107948D1B70D7857E7FBCD02 , 0xDAD1B88E6B6A41D294742D7ED9DEBAC6 ))) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
80
2.57 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 «&\x12 ”pŠÉjÉÝ0ª% "
b")\x02 I\x19 s)KG™×ÝóÈaŠF "
b";7 g2~N̆\x04 |4·Wá "
b"Pëш™?IܤI&pÛ\x7F »• "
b"\ ‘q$ŽOƒ¥>-þø{ÖL "
b"`T„¨:ŠEI¡¥h‚M\x15 Ñ~ "
b"bJ\x16 «ý¢IÏ I\x13 â\x05 Ô¹x "
b"t§§æ&BKõ“~žá)\x1F\x13 b "
b"""
чè\n
\x04 KÅuó„½A•
"""
b"’T`B¬ÍD×"0÷@ÿëz "
b"”dyûúB»¢gÌ×\x1E\t êó "
b"qâz®ÄE÷‚É~\|M¬ "
b" 3±Fx×O…”odJ>ÿUµ "
b"¤–¹vÁlFè‘§:\x02 €\r F‹ "
b"¦\x1E\x16 ÿÒYO!›€×cËÈ6í "
b"ºs\x19 Á€±FǘŒž³P´aì "
b"»ê…Ç;\x12 J|•ò\v ¡(à‡a "
b"¾(´$?rK@«DCj-9Gå "
b"ÅËZÆ\x06\x12 OÞ†^í›Çcõ~ "
b"ÆcjÛ\x19\x1C J}ŽoÞ`QªO• "
b"ÎÜÚ\x1F )÷OíŽö׉„Z\x00 "
b"ÑÁY\x12 H\x13 Aã“4vå‚;åð "
]
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 (0x018FAB261294708E8AC96AC9DD30AA25 , 0x2902491973294B4799D7DDF3C8618A46 , 0x3B372067327E4ECC9D86047C34B757E1 , 0x50EBD188993F49DCA4492670DB7FBB95 , 0x5CA09171248E4F83A53E2DFEF87BD64C , 0x605484A83A8A4549A1A568824D15D17E , 0x624A16ABFDA249CFA04913E205D4B978 , 0x74A7A7E626424BF5937E9EE1291F1362 , 0x8FD187E80A044B8EADC575F384BD4195 , 0x92546042ACCD44D7902230F740FFEB7A , 0x946479FB90FA42BBA267CCD71E09EAF3 , 0x9F71E27AAEC445F782C97E5C7C4DAC8F , 0xA033B14678D74F85946F644A3EFF55B5 , 0xA496B976C16C46E891A73A02800D468B , 0xA61E16FFD2594F219B80D763CBC836ED , 0xBA7319C180B146C7988C9EB350B461EC , 0xBBEA85C73B124A7C95F20BA128E08761 , 0xBE28B4243F724B40AB44436A2D3947E5 , 0xC5CB5AC606124FDE865EED9BC763F57E , 0xC6636ADB191C4A7D8E6FDE6051AA4F95 , 0xCEDCDA1F29F74FED8EF6ADD789845A00 , 0xD1C15912481341E3933476E5823BE5F0 ));
Copy
81
17.23 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND ((`product.categoriesRo` . `id` IN (? , ? , ? , ? , ? ))) AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"‘ùnjÔ±Fçµ¼¾A/a{º "
true
b"Q\x16 ‡v\x17 Î@-”KÎ\x16 ®ÿ¬` "
b"w\x1E °®J\x05 §øŽ>„4} "
b"µŽð \x04 ºO\x0E ¾\x1A\x07 Ì>y±§ "
b"Ú\v %Ç\x10 yHÑ·\r xWçûÍ\x02 "
b"ÚѸŽkjAÒ”t-~ÙÞºÆ "
null
true
false
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.min` ,
MAX (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.max`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id`
AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id`
LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id`
AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND (
(
`product.categoriesRo` . `id` IN (? , ? , ? , ? , ? )
)
)
AND NOT (`product` . `display_group` < = > ? )
AND NOT (
IFNULL (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) < = > ?
AND `product` . `available` < = > ?
)
)
)
Copy
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule000b6b5cca674671b51ff61286259993.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule5ce2989d1ea547d2a6a3030b50dba78b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulebedabb5e310f4165a658dfa41bce11af.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rulec191bcf2f13b43f69cfb37d3b3705d7b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018ec8acdf73781aa3f6de8bee719efa.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule1bfb2ece3eda4b4f8927b4a2176132c6.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule6416b6b49098496abbfa9d13e6755f96.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruleb0479f6beb8f46a88352b20f60ede65d.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.gross" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND ((`product.categoriesRo` . `id` IN (0x5116877617CE402D944BCE16AEFFAC60 , 0xAD771EC2B0AE4A05A7F88D3E84347DA0 , 0xB58DF0A004BA4F0EBE1A07CC3E79B1A7 , 0xDA0B25C7107948D1B70D7857E7FBCD02 , 0xDAD1B88E6B6A41D294742D7ED9DEBAC6 ))) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 )));
Copy
82
1.52 ms
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND ((`product.categoriesRo` . `id` IN (? , ? , ? , ? , ? ))) AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"‘ùnjÔ±Fçµ¼¾A/a{º "
true
b"Q\x16 ‡v\x17 Î@-”KÎ\x16 ®ÿ¬` "
b"w\x1E °®J\x05 §øŽ>„4} "
b"µŽð \x04 ºO\x0E ¾\x1A\x07 Ì>y±§ "
b"Ú\v %Ç\x10 yHÑ·\r xWçûÍ\x02 "
b"ÚѸŽkjAÒ”t-~ÙÞºÆ "
null
true
false
0
]
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND ((`product.categoriesRo` . `id` IN (0x5116877617CE402D944BCE16AEFFAC60 , 0xAD771EC2B0AE4A05A7F88D3E84347DA0 , 0xB58DF0A004BA4F0EBE1A07CC3E79B1A7 , 0xDA0B25C7107948D1B70D7857E7FBCD02 , 0xDAD1B88E6B6A41D294742D7ED9DEBAC6 ))) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
83
1.32 ms
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND ((`product.categoriesRo` . `id` IN (? , ? , ? , ? , ? ))) AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = ? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"‘ùnjÔ±Fçµ¼¾A/a{º "
true
b"Q\x16 ‡v\x17 Î@-”KÎ\x16 ®ÿ¬` "
b"w\x1E °®J\x05 §øŽ>„4} "
b"µŽð \x04 ºO\x0E ¾\x1A\x07 Ì>y±§ "
b"Ú\v %Ç\x10 yHÑ·\r xWçûÍ\x02 "
b"ÚѸŽkjAÒ”t-~ÙÞºÆ "
null
true
false
true
]
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND ((`product.categoriesRo` . `id` IN (0x5116877617CE402D944BCE16AEFFAC60 , 0xAD771EC2B0AE4A05A7F88D3E84347DA0 , 0xB58DF0A004BA4F0EBE1A07CC3E79B1A7 , 0xDA0B25C7107948D1B70D7857E7FBCD02 , 0xDAD1B88E6B6A41D294742D7ED9DEBAC6 ))) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
84
174.93 ms
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND ((`product.categoriesRo` . `id` IN (? , ? , ? , ? , ? ))) AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product.properties` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"‘ùnjÔ±Fçµ¼¾A/a{º "
true
b"Q\x16 ‡v\x17 Î@-”KÎ\x16 ®ÿ¬` "
b"w\x1E °®J\x05 §øŽ>„4} "
b"µŽð \x04 ºO\x0E ¾\x1A\x07 Ì>y±§ "
b"Ú\v %Ç\x10 yHÑ·\r xWçûÍ\x02 "
b"ÚѸŽkjAÒ”t-~ÙÞºÆ "
null
true
false
]
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND ((`product.categoriesRo` . `id` IN (0x5116877617CE402D944BCE16AEFFAC60 , 0xAD771EC2B0AE4A05A7F88D3E84347DA0 , 0xB58DF0A004BA4F0EBE1A07CC3E79B1A7 , 0xDA0B25C7107948D1B70D7857E7FBCD02 , 0xDAD1B88E6B6A41D294742D7ED9DEBAC6 ))) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product.properties` . `id` ;
Copy
85
7.22 ms
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND ((`product.categoriesRo` . `id` IN (? , ? , ? , ? , ? ))) AND NOT (`product` . `display_group` < = > ? ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > ? AND `product` . `available` < = > ? ))) GROUP BY `product.options` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"‘ùnjÔ±Fçµ¼¾A/a{º "
true
b"Q\x16 ‡v\x17 Î@-”KÎ\x16 ®ÿ¬` "
b"w\x1E °®J\x05 §øŽ>„4} "
b"µŽð \x04 ºO\x0E ¾\x1A\x07 Ì>y±§ "
b"Ú\v %Ç\x10 yHÑ·\r xWçûÍ\x02 "
b"ÚѸŽkjAÒ”t-~ÙÞºÆ "
null
true
false
]
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND ((`product.categoriesRo` . `id` IN (0x5116877617CE402D944BCE16AEFFAC60 , 0xAD771EC2B0AE4A05A7F88D3E84347DA0 , 0xB58DF0A004BA4F0EBE1A07CC3E79B1A7 , 0xDA0B25C7107948D1B70D7857E7FBCD02 , 0xDAD1B88E6B6A41D294742D7ED9DEBAC6 ))) AND NOT (`product` . `display_group` < = > NULL ) AND NOT (IFNULL (`product` . `is_closeout` , `product.parent` . `is_closeout` ) < = > 1 AND `product` . `available` < = > 0 ))) GROUP BY `product.options` . `id` ;
Copy
86
0.72 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"""
Ì\x11 ÏóRyB\n
£\x1C 0Äáí\x05\x1A
"""
b"ê‰D\x14 ÌeLÛ©é\x06 _,Ò¿l "
b"¾\x02 …Þ7\x0E Mh’"lÔ3FXÕ "
b"\x02 3–\x0E wOOæ²½\x0F ?J\x1C Ô) "
b"YÐ|µüBg±rõø!8ª "
b"äýsÙóòDˆ–öª„@wÛ "
b"%ľnv\x10 D6¡þ[yž\x0E Cø "
b"GqÜ]\x02 II…®Ý‡,ë\e ¤ "
b"÷h\x13 â\x06 'D\x11 ¡Ê–±D‚kI "
b"hºZ+þƒGÞ¼77ȉ’ "
b"\x16 ·R]¼\x01 H}«z¹nÌ\x06 k "
b"=°*O!ìJû´[$€„\x05 A¥ "
b"[4ÇH$\e DA•L>w\e a#â "
b",ŒH@½\I§îæ¢Î|0‰ "
b"PFx…4}E¸«£è õ´Öþ "
b"Ð>aôÿŽNôœ¬\x03 ݼ_HG "
b"\x03 6C÷¡¦EZšU}Á¾\x1E ë\x00 "
b"í˜Ð>^\x7F G·lK\x04 áã©\x12 "
b"Ž¿A .½Ll’xØ0\x17\x07 i\x1D "
b"\x18 9ö©?Ô1ðªø\x14 7m[ѧ "
b"jù@’š¹JR±\x0E Äw†ORæ "
b"\x1E F\x1E ;ÄÞEâ¶t²Õu|¤Ç "
b"ÈkH<?ÛF»—¯0%‡Èh¾ "
b"""
\x17 ¶\n
ç\x1D yK߉\n
\t Sd\x0E >d
"""
b"½\x03\x17 †rnHºã¦Ò\x11 ºkU "
b"ÒF‚´¥{J~®Ÿ\f ͦ\x19 ³. "
b"\x18 kÖ\x03 Mõ@|½\x06 tô*æ\x12 Ç "
b"õ{®Î«vCH´uzž^âéÏ "
b"\x1F °,\x05 ã\t F猋r{;’ØŽ "
b"Ú§7©Í*Ml·q\v Ö†«\x16 ’ "
b"-z”v\x03 þI®…OrÊP—\x16 ó "
b"ë‚P\0åCE’€õSçG¼Y "
b"«þh¦g<E\x18 µ;›“¬Äz\x16 "
b"±\x06 ‚5o\r E×ÒAF«ãÈÜ "
b"ÐL˜ÄóeI!¾Pß]¦YOª "
b"^\x0E ”‹²ËGO´ïš„5Ÿ\x0E 0 "
b"{+T#…ÛMZ§\x18 O‡X«\x01 N "
b"öånÚŠ»D–® <\x1F Œÿt$ "
b"\x00 ~~\x1F\x15 ªFÛ¾d\x01 T1§|« "
b"/5ÑÄÎ"CE«©€\x12 P\x18 q "
b"Ó\G‡»þFU´à¶b: "
b"\x07 ;ª@“eAS•\x00 Õ+~‘ÿ "
b"#\x13 €†Ìçô†2eÃÞÔŒY "
b"9Â\x17 ïÑG§\x1F\x14\x01 º&Õe "
b"£Z^ÃFMA²µjRÈr "
b"·\x02 9˜¥DAΣäe\x0E §©ù• "
b"»+&±9:K)¢Kk™Xº\x14 Ç "
b"Ì΄”üoZÆ"6xy/2æ( "
]
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 (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ?
)
Copy
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 (0xCC11CFF35279420AA31C30C4E1ED051A , 0xEA894414CC654CDBA9E9065F2CD2BF6C , 0xBE0285DE370E4D6892226CD4334658D5 , 0x0233960E774F4FE6B2BD0F3F4A1CD429 , 0x59D07CB59DFC4267B172F5F8219038AA , 0xE4FD73D9F3F2448896F6AA9D844077DB , 0x25C4BE6E76104436A1FE5B799E0E43F8 , 0x4771DC5D02494985AEDD9D872CEB1BA4 , 0xF76813E206274411A1CA96B144826B49 , 0x68BA5A2BFE8347DEBC3737C88992909D , 0x16B7525DBC01487DAB7AADB96ECC066B , 0x3DB02A4F21EC4AFBB45B2480840541A5 , 0x5B34C748241B4441954C3E771B6123E2 , 0x2C8C4840BD5C49A79DEEE6A2CE7C3089 , 0x50467885347D45B8ABA3E820F5B4D6FE , 0xD03E61F4FF8D4EF49CAC03DDBC5F4847 , 0x033643F7A1A6455A9A557DC1BE1EEB00 , 0xED98D03E5E7F47B7AD6C4B04E1E3A912 , 0x8DBF41A02EBD4C6C9278D8301707691D , 0x1839F6A93FD431F0AAF814376D5BD1A7 , 0x6AF940929AB94A52B10EC477864F52E6 , 0x1E461E3BC4DE45E2B674B2D5757CA4C7 , 0xC86B483C3FDB46BB97AF302587C868BE , 0x17B60AE71D794BDF890A0953640E3E64 , 0xBD031786726E48C2BAE3A6D211BA6B55 , 0xD24682B4A57B4A7EAE9F0CCDA619B32E , 0x186BD6034DF5407CBD0674F42AE612C7 , 0xF57BAECEAB764348B4757A9E5EE2E9CF , 0x1FB02C05E30946E78C8B727B3B92D88D , 0xDAA737A9CD2A4D6CB7710BD686AB1692 , 0x2D7A947603FE49AE854F72CA509716F3 , 0xEB82505C30E543459280F553E747BC59 , 0xABFE68A6673C4518B53B9B93ACC47A16 , 0xB10682356F0D45D781D24146ABE3C8DC , 0xD04C98C4F3654921BE50DF5DA6594FAA , 0x5E0E948BB2CB474FB4EF9A84359F0E30 , 0x7B2B542385DB4D5AA7184F8758AB014E , 0xF6E56EDA8ABB4496AEA03C1F8CFF7424 , 0x007E7E1F15AA46DBBE64015431A77CAB , 0x2F35D1C4CE224345AB90A98012501871 , 0xD35C4787BBFE4655B4E0B6623AC29D8F , 0x073BAA40936541539500D5812B7E91FF , 0x23138086CCE7F486813265C3DED48C59 , 0x39C217EF9FD14781A71F1401BA26D565 , 0xA3AD5A5EC3464D41B2B56A52C8AD728F , 0xB7023998A54441CEA3E4650EA7A9F995 , 0xBB2B26B1393A4B29A24B6B9958BA14C7 , 0xCCCE8494FC6F5AC6223678792F32E628 );
Copy
87
1.01 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"‘ùnjÔ±Fçµ¼¾A/a{º "
true
b"""
Ì\x11 ÏóRyB\n
£\x1C 0Äáí\x05\x1A
"""
b"ê‰D\x14 ÌeLÛ©é\x06 _,Ò¿l "
b"¾\x02 …Þ7\x0E Mh’"lÔ3FXÕ "
b"\x02 3–\x0E wOOæ²½\x0F ?J\x1C Ô) "
b"YÐ|µüBg±rõø!8ª "
b"äýsÙóòDˆ–öª„@wÛ "
b"%ľnv\x10 D6¡þ[yž\x0E Cø "
b"GqÜ]\x02 II…®Ý‡,ë\e ¤ "
b"÷h\x13 â\x06 'D\x11 ¡Ê–±D‚kI "
b"hºZ+þƒGÞ¼77ȉ’ "
b"\x16 ·R]¼\x01 H}«z¹nÌ\x06 k "
b"=°*O!ìJû´[$€„\x05 A¥ "
b"[4ÇH$\e DA•L>w\e a#â "
b",ŒH@½\I§îæ¢Î|0‰ "
b"PFx…4}E¸«£è õ´Öþ "
b"Ð>aôÿŽNôœ¬\x03 ݼ_HG "
b"\x03 6C÷¡¦EZšU}Á¾\x1E ë\x00 "
b"í˜Ð>^\x7F G·lK\x04 áã©\x12 "
b"Ž¿A .½Ll’xØ0\x17\x07 i\x1D "
b"\x18 9ö©?Ô1ðªø\x14 7m[ѧ "
b"jù@’š¹JR±\x0E Äw†ORæ "
b"\x1E F\x1E ;ÄÞEâ¶t²Õu|¤Ç "
b"ÈkH<?ÛF»—¯0%‡Èh¾ "
b"""
\x17 ¶\n
ç\x1D yK߉\n
\t Sd\x0E >d
"""
b"½\x03\x17 †rnHºã¦Ò\x11 ºkU "
b"ÒF‚´¥{J~®Ÿ\f ͦ\x19 ³. "
b"\x18 kÖ\x03 Mõ@|½\x06 tô*æ\x12 Ç "
b"õ{®Î«vCH´uzž^âéÏ "
b"\x1F °,\x05 ã\t F猋r{;’ØŽ "
b"Ú§7©Í*Ml·q\v Ö†«\x16 ’ "
b"-z”v\x03 þI®…OrÊP—\x16 ó "
b"ë‚P\0åCE’€õSçG¼Y "
b"«þh¦g<E\x18 µ;›“¬Äz\x16 "
b"±\x06 ‚5o\r E×ÒAF«ãÈÜ "
b"ÐL˜ÄóeI!¾Pß]¦YOª "
b"^\x0E ”‹²ËGO´ïš„5Ÿ\x0E 0 "
b"{+T#…ÛMZ§\x18 O‡X«\x01 N "
b"öånÚŠ»D–® <\x1F Œÿt$ "
b"\x00 ~~\x1F\x15 ªFÛ¾d\x01 T1§|« "
b"/5ÑÄÎ"CE«©€\x12 P\x18 q "
b"Ó\G‡»þFU´à¶b: "
b"\x07 ;ª@“eAS•\x00 Õ+~‘ÿ "
b"#\x13 €†Ìçô†2eÃÞÔŒY "
b"9Â\x17 ïÑG§\x1F\x14\x01 º&Õe "
b"£Z^ÃFMA²µjRÈr "
b"·\x02 9˜¥DAΣäe\x0E §©ù• "
b"»+&±9:K)¢Kk™Xº\x14 Ç "
b"Ì΄”üoZÆ"6xy/2æ( "
]
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`
Copy
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` = 0x91F96E6AD4B146E7B5BCBE412F617BBA AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0xCC11CFF35279420AA31C30C4E1ED051A , 0xEA894414CC654CDBA9E9065F2CD2BF6C , 0xBE0285DE370E4D6892226CD4334658D5 , 0x0233960E774F4FE6B2BD0F3F4A1CD429 , 0x59D07CB59DFC4267B172F5F8219038AA , 0xE4FD73D9F3F2448896F6AA9D844077DB , 0x25C4BE6E76104436A1FE5B799E0E43F8 , 0x4771DC5D02494985AEDD9D872CEB1BA4 , 0xF76813E206274411A1CA96B144826B49 , 0x68BA5A2BFE8347DEBC3737C88992909D , 0x16B7525DBC01487DAB7AADB96ECC066B , 0x3DB02A4F21EC4AFBB45B2480840541A5 , 0x5B34C748241B4441954C3E771B6123E2 , 0x2C8C4840BD5C49A79DEEE6A2CE7C3089 , 0x50467885347D45B8ABA3E820F5B4D6FE , 0xD03E61F4FF8D4EF49CAC03DDBC5F4847 , 0x033643F7A1A6455A9A557DC1BE1EEB00 , 0xED98D03E5E7F47B7AD6C4B04E1E3A912 , 0x8DBF41A02EBD4C6C9278D8301707691D , 0x1839F6A93FD431F0AAF814376D5BD1A7 , 0x6AF940929AB94A52B10EC477864F52E6 , 0x1E461E3BC4DE45E2B674B2D5757CA4C7 , 0xC86B483C3FDB46BB97AF302587C868BE , 0x17B60AE71D794BDF890A0953640E3E64 , 0xBD031786726E48C2BAE3A6D211BA6B55 , 0xD24682B4A57B4A7EAE9F0CCDA619B32E , 0x186BD6034DF5407CBD0674F42AE612C7 , 0xF57BAECEAB764348B4757A9E5EE2E9CF , 0x1FB02C05E30946E78C8B727B3B92D88D , 0xDAA737A9CD2A4D6CB7710BD686AB1692 , 0x2D7A947603FE49AE854F72CA509716F3 , 0xEB82505C30E543459280F553E747BC59 , 0xABFE68A6673C4518B53B9B93ACC47A16 , 0xB10682356F0D45D781D24146ABE3C8DC , 0xD04C98C4F3654921BE50DF5DA6594FAA , 0x5E0E948BB2CB474FB4EF9A84359F0E30 , 0x7B2B542385DB4D5AA7184F8758AB014E , 0xF6E56EDA8ABB4496AEA03C1F8CFF7424 , 0x007E7E1F15AA46DBBE64015431A77CAB , 0x2F35D1C4CE224345AB90A98012501871 , 0xD35C4787BBFE4655B4E0B6623AC29D8F , 0x073BAA40936541539500D5812B7E91FF , 0x23138086CCE7F486813265C3DED48C59 , 0x39C217EF9FD14781A71F1401BA26D565 , 0xA3AD5A5EC3464D41B2B56A52C8AD728F , 0xB7023998A54441CEA3E4650EA7A9F995 , 0xBB2B26B1393A4B29A24B6B9958BA14C7 , 0xCCCE8494FC6F5AC6223678792F32E628 )) GROUP BY `product` . `id` ;
Copy
88
84.07 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `file_hash` as `product.cover.media.fileHash` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
Ì\x11 ÏóRyB\n
£\x1C 0Äáí\x05\x1A
"""
b"ê‰D\x14 ÌeLÛ©é\x06 _,Ò¿l "
b"¾\x02 …Þ7\x0E Mh’"lÔ3FXÕ "
b"\x02 3–\x0E wOOæ²½\x0F ?J\x1C Ô) "
b"YÐ|µüBg±rõø!8ª "
b"äýsÙóòDˆ–öª„@wÛ "
b"%ľnv\x10 D6¡þ[yž\x0E Cø "
b"GqÜ]\x02 II…®Ý‡,ë\e ¤ "
b"÷h\x13 â\x06 'D\x11 ¡Ê–±D‚kI "
b"hºZ+þƒGÞ¼77ȉ’ "
b"\x16 ·R]¼\x01 H}«z¹nÌ\x06 k "
b"=°*O!ìJû´[$€„\x05 A¥ "
b"[4ÇH$\e DA•L>w\e a#â "
b",ŒH@½\I§îæ¢Î|0‰ "
b"PFx…4}E¸«£è õ´Öþ "
b"Ð>aôÿŽNôœ¬\x03 ݼ_HG "
b"\x03 6C÷¡¦EZšU}Á¾\x1E ë\x00 "
b"í˜Ð>^\x7F G·lK\x04 áã©\x12 "
b"Ž¿A .½Ll’xØ0\x17\x07 i\x1D "
b"\x18 9ö©?Ô1ðªø\x14 7m[ѧ "
b"jù@’š¹JR±\x0E Äw†ORæ "
b"\x1E F\x1E ;ÄÞEâ¶t²Õu|¤Ç "
b"ÈkH<?ÛF»—¯0%‡Èh¾ "
b"""
\x17 ¶\n
ç\x1D yK߉\n
\t Sd\x0E >d
"""
b"½\x03\x17 †rnHºã¦Ò\x11 ºkU "
b"ÒF‚´¥{J~®Ÿ\f ͦ\x19 ³. "
b"\x18 kÖ\x03 Mõ@|½\x06 tô*æ\x12 Ç "
b"õ{®Î«vCH´uzž^âéÏ "
b"\x1F °,\x05 ã\t F猋r{;’ØŽ "
b"Ú§7©Í*Ml·q\v Ö†«\x16 ’ "
b"-z”v\x03 þI®…OrÊP—\x16 ó "
b"ë‚P\0åCE’€õSçG¼Y "
b"«þh¦g<E\x18 µ;›“¬Äz\x16 "
b"±\x06 ‚5o\r E×ÒAF«ãÈÜ "
b"ÐL˜ÄóeI!¾Pß]¦YOª "
b"^\x0E ”‹²ËGO´ïš„5Ÿ\x0E 0 "
b"{+T#…ÛMZ§\x18 O‡X«\x01 N "
b"öånÚŠ»D–® <\x1F Œÿt$ "
b"\x00 ~~\x1F\x15 ªFÛ¾d\x01 T1§|« "
b"/5ÑÄÎ"CE«©€\x12 P\x18 q "
b"Ó\G‡»þFU´à¶b: "
b"\x07 ;ª@“eAS•\x00 Õ+~‘ÿ "
b"#\x13 €†Ìçô†2eÃÞÔŒY "
b"9Â\x17 ïÑG§\x1F\x14\x01 º&Õe "
b"£Z^ÃFMA²µjRÈr "
b"·\x02 9˜¥DAΣäe\x0E §©ù• "
b"»+&±9:K)¢Kk™Xº\x14 Ç "
b"Ì΄”üoZÆ"6xy/2æ( "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `file_hash` as `product.cover.media.fileHash` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `file_hash` as `product.cover.media.fileHash` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0xCC11CFF35279420AA31C30C4E1ED051A , 0xEA894414CC654CDBA9E9065F2CD2BF6C , 0xBE0285DE370E4D6892226CD4334658D5 , 0x0233960E774F4FE6B2BD0F3F4A1CD429 , 0x59D07CB59DFC4267B172F5F8219038AA , 0xE4FD73D9F3F2448896F6AA9D844077DB , 0x25C4BE6E76104436A1FE5B799E0E43F8 , 0x4771DC5D02494985AEDD9D872CEB1BA4 , 0xF76813E206274411A1CA96B144826B49 , 0x68BA5A2BFE8347DEBC3737C88992909D , 0x16B7525DBC01487DAB7AADB96ECC066B , 0x3DB02A4F21EC4AFBB45B2480840541A5 , 0x5B34C748241B4441954C3E771B6123E2 , 0x2C8C4840BD5C49A79DEEE6A2CE7C3089 , 0x50467885347D45B8ABA3E820F5B4D6FE , 0xD03E61F4FF8D4EF49CAC03DDBC5F4847 , 0x033643F7A1A6455A9A557DC1BE1EEB00 , 0xED98D03E5E7F47B7AD6C4B04E1E3A912 , 0x8DBF41A02EBD4C6C9278D8301707691D , 0x1839F6A93FD431F0AAF814376D5BD1A7 , 0x6AF940929AB94A52B10EC477864F52E6 , 0x1E461E3BC4DE45E2B674B2D5757CA4C7 , 0xC86B483C3FDB46BB97AF302587C868BE , 0x17B60AE71D794BDF890A0953640E3E64 , 0xBD031786726E48C2BAE3A6D211BA6B55 , 0xD24682B4A57B4A7EAE9F0CCDA619B32E , 0x186BD6034DF5407CBD0674F42AE612C7 , 0xF57BAECEAB764348B4757A9E5EE2E9CF , 0x1FB02C05E30946E78C8B727B3B92D88D , 0xDAA737A9CD2A4D6CB7710BD686AB1692 , 0x2D7A947603FE49AE854F72CA509716F3 , 0xEB82505C30E543459280F553E747BC59 , 0xABFE68A6673C4518B53B9B93ACC47A16 , 0xB10682356F0D45D781D24146ABE3C8DC , 0xD04C98C4F3654921BE50DF5DA6594FAA , 0x5E0E948BB2CB474FB4EF9A84359F0E30 , 0x7B2B542385DB4D5AA7184F8758AB014E , 0xF6E56EDA8ABB4496AEA03C1F8CFF7424 , 0x007E7E1F15AA46DBBE64015431A77CAB , 0x2F35D1C4CE224345AB90A98012501871 , 0xD35C4787BBFE4655B4E0B6623AC29D8F , 0x073BAA40936541539500D5812B7E91FF , 0x23138086CCE7F486813265C3DED48C59 , 0x39C217EF9FD14781A71F1401BA26D565 , 0xA3AD5A5EC3464D41B2B56A52C8AD728F , 0xB7023998A54441CEA3E4650EA7A9F995 , 0xBB2B26B1393A4B29A24B6B9958BA14C7 , 0xCCCE8494FC6F5AC6223678792F32E628 ));
Copy
89
18.92 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"\x00 ~~\x1F\x15 ªFÛ¾d\x01 T1§|« "
b"\x02 3–\x0E wOOæ²½\x0F ?J\x1C Ô) "
b"\x03 6C÷¡¦EZšU}Á¾\x1E ë\x00 "
b"\x07 ;ª@“eAS•\x00 Õ+~‘ÿ "
b"\x16 ·R]¼\x01 H}«z¹nÌ\x06 k "
b"""
\x17 ¶\n
ç\x1D yK߉\n
\t Sd\x0E >d
"""
b"\x18 9ö©?Ô1ðªø\x14 7m[ѧ "
b"\x18 kÖ\x03 Mõ@|½\x06 tô*æ\x12 Ç "
b"\x1E F\x1E ;ÄÞEâ¶t²Õu|¤Ç "
b"\x1F °,\x05 ã\t F猋r{;’ØŽ "
b"#\x13 €†Ìçô†2eÃÞÔŒY "
b"%ľnv\x10 D6¡þ[yž\x0E Cø "
b",ŒH@½\I§îæ¢Î|0‰ "
b"-z”v\x03 þI®…OrÊP—\x16 ó "
b"/5ÑÄÎ"CE«©€\x12 P\x18 q "
b"9Â\x17 ïÑG§\x1F\x14\x01 º&Õe "
b"=°*O!ìJû´[$€„\x05 A¥ "
b"GqÜ]\x02 II…®Ý‡,ë\e ¤ "
b"PFx…4}E¸«£è õ´Öþ "
b"YÐ|µüBg±rõø!8ª "
b"[4ÇH$\e DA•L>w\e a#â "
b"^\x0E ”‹²ËGO´ïš„5Ÿ\x0E 0 "
b"hºZ+þƒGÞ¼77ȉ’ "
b"jù@’š¹JR±\x0E Äw†ORæ "
b"{+T#…ÛMZ§\x18 O‡X«\x01 N "
b"Ž¿A .½Ll’xØ0\x17\x07 i\x1D "
b"£Z^ÃFMA²µjRÈr "
b"«þh¦g<E\x18 µ;›“¬Äz\x16 "
b"±\x06 ‚5o\r E×ÒAF«ãÈÜ "
b"·\x02 9˜¥DAΣäe\x0E §©ù• "
b"»+&±9:K)¢Kk™Xº\x14 Ç "
b"½\x03\x17 †rnHºã¦Ò\x11 ºkU "
b"¾\x02 …Þ7\x0E Mh’"lÔ3FXÕ "
b"ÈkH<?ÛF»—¯0%‡Èh¾ "
b"""
Ì\x11 ÏóRyB\n
£\x1C 0Äáí\x05\x1A
"""
b"Ì΄”üoZÆ"6xy/2æ( "
b"Ð>aôÿŽNôœ¬\x03 ݼ_HG "
b"ÐL˜ÄóeI!¾Pß]¦YOª "
b"ÒF‚´¥{J~®Ÿ\f ͦ\x19 ³. "
b"Ó\G‡»þFU´à¶b: "
b"Ú§7©Í*Ml·q\v Ö†«\x16 ’ "
b"äýsÙóòDˆ–öª„@wÛ "
b"ê‰D\x14 ÌeLÛ©é\x06 _,Ò¿l "
b"ë‚P\0åCE’€õSçG¼Y "
b"í˜Ð>^\x7F G·lK\x04 áã©\x12 "
b"õ{®Î«vCH´uzž^âéÏ "
b"öånÚŠ»D–® <\x1F Œÿt$ "
b"÷h\x13 â\x06 'D\x11 ¡Ê–±D‚kI "
]
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 (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ?
)
)
)
Copy
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 (0x007E7E1F15AA46DBBE64015431A77CAB , 0x0233960E774F4FE6B2BD0F3F4A1CD429 , 0x033643F7A1A6455A9A557DC1BE1EEB00 , 0x073BAA40936541539500D5812B7E91FF , 0x16B7525DBC01487DAB7AADB96ECC066B , 0x17B60AE71D794BDF890A0953640E3E64 , 0x1839F6A93FD431F0AAF814376D5BD1A7 , 0x186BD6034DF5407CBD0674F42AE612C7 , 0x1E461E3BC4DE45E2B674B2D5757CA4C7 , 0x1FB02C05E30946E78C8B727B3B92D88D , 0x23138086CCE7F486813265C3DED48C59 , 0x25C4BE6E76104436A1FE5B799E0E43F8 , 0x2C8C4840BD5C49A79DEEE6A2CE7C3089 , 0x2D7A947603FE49AE854F72CA509716F3 , 0x2F35D1C4CE224345AB90A98012501871 , 0x39C217EF9FD14781A71F1401BA26D565 , 0x3DB02A4F21EC4AFBB45B2480840541A5 , 0x4771DC5D02494985AEDD9D872CEB1BA4 , 0x50467885347D45B8ABA3E820F5B4D6FE , 0x59D07CB59DFC4267B172F5F8219038AA , 0x5B34C748241B4441954C3E771B6123E2 , 0x5E0E948BB2CB474FB4EF9A84359F0E30 , 0x68BA5A2BFE8347DEBC3737C88992909D , 0x6AF940929AB94A52B10EC477864F52E6 , 0x7B2B542385DB4D5AA7184F8758AB014E , 0x8DBF41A02EBD4C6C9278D8301707691D , 0xA3AD5A5EC3464D41B2B56A52C8AD728F , 0xABFE68A6673C4518B53B9B93ACC47A16 , 0xB10682356F0D45D781D24146ABE3C8DC , 0xB7023998A54441CEA3E4650EA7A9F995 , 0xBB2B26B1393A4B29A24B6B9958BA14C7 , 0xBD031786726E48C2BAE3A6D211BA6B55 , 0xBE0285DE370E4D6892226CD4334658D5 , 0xC86B483C3FDB46BB97AF302587C868BE , 0xCC11CFF35279420AA31C30C4E1ED051A , 0xCCCE8494FC6F5AC6223678792F32E628 , 0xD03E61F4FF8D4EF49CAC03DDBC5F4847 , 0xD04C98C4F3654921BE50DF5DA6594FAA , 0xD24682B4A57B4A7EAE9F0CCDA619B32E , 0xD35C4787BBFE4655B4E0B6623AC29D8F , 0xDAA737A9CD2A4D6CB7710BD686AB1692 , 0xE4FD73D9F3F2448896F6AA9D844077DB , 0xEA894414CC654CDBA9E9065F2CD2BF6C , 0xEB82505C30E543459280F553E747BC59 , 0xED98D03E5E7F47B7AD6C4B04E1E3A912 , 0xF57BAECEAB764348B4757A9E5EE2E9CF , 0xF6E56EDA8ABB4496AEA03C1F8CFF7424 , 0xF76813E206274411A1CA96B144826B49 )));
Copy
90
0.05 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
91
2.74 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"\x00 L¥_\x00 )A@˜\x01 ‰\x7F 8‘#y "
b"\x01 _›\x04 „…J`¡®åˆÝæûà "
b"\x01 \v |üÇ~D¬62\r òcPb "
b"\x01 š’8ž~†›Á& X\v ”\x07 "
b"\x01 ‘“Û§rLµÁŽ\x01 Sdͯ "
b"\x01 ‘“ÝÞ¸y\x01 ¨I-ÿ“k| "
b"\x01 žn%\r Rr\x10 ‚©zá¹ÿÎ "
b"\x01 žn%\x13 sr;že?GÉߣ„ "
b"\x01 žn%\x13 ürñ½Tû3w`¤ "
b"\x01 žn%\x15 þr>µ1õ}HÚlÆ "
b"\x01 žn%\x16\x01 pX˜ÿ—\x0F \x02 ·ë "
b"""
\x01 žn%\x16 \n
qá®OÇÃèÉÐU
"""
b"\x01 žn%\x16\x10 qݱÍHßcCV\x16 "
b"\x01 žn%\x16\x14 pâ\x0E ç\x17\x06 0Uz "
b"\x01 žn%\x16\x17 sÅ·¯5/Û”&N "
b"\x01 žn%\x16 =s\x11 ˜÷`K òAö "
b"\x01 žn%\x16 Sq¯½\x03 ¸Àõ\x1C E| "
b"\x01 žn%\x16 ts±·\x0F ã•\x0F ~íg "
b"\x01 žn%\x16 ±pç¡gN·÷Ј¿ "
b"\x01 žn%\x16 ³r!Š'2 \f ™À\f "
b"\x01 žn%\x16 ¶s\x07 –0œþ\x08 ò¿ "
b"\x01 žn%\x16 ¸q0Ç\x7F KÊaÇ "
b"\x01 žn%\x16 ºrå´ÆQsQï‡: "
b"\x01 žn%\x16 Ápl¿3ï\x17 ¬\x03 ÉN "
b"\x01 žn%\x16 Ãs\x11 ³¯–4\x07\x17\x1E « "
b"\x01 žn%\x16 År\x1C ‡7¦bVŽ–V "
b"\x01 žn%\x16 Æp1²X¦\x7F •\x15 P@ "
b"\x01 žn%\x16 Éqs³<N™ÎhšÙ "
b"\x01 žn%\x16 Ërnº½<²3:,B "
b"\x01 žn%\x16 Îrôœ!t\x02 ¥é\x15 } "
b"""
\x01 žn%\x16 Ñršª)ñ\n
†i
"""
b"\x01 žn%\x16 Ós¢£ÔàìýØÍß "
b"\x01 žn%\x16 Øp\x18 ˆW°Öûƒ8¦ "
b"\x01 žn%\x16 óqTŽo3!ÞN‹Ê "
b"\x01 žn%\x16 ôs5¯k\x0F Îý´šf "
b"\x01 žn%\x16 ùr\x1F –\x00 rqmŽú+ "
b"\x01 žn%\x16 þsz›nÉ®0€\x14 ( "
b"\x01 žn%\x16 ÿsm€}\x06 — "
b"\x01 žn%\x17\x00 q~¿2üЗe& "
b"\x01 žn%\x17\x0E r\x1C ¹Œ½í=#¾˜ "
b"\x01 žn%\x17\x0F p\x7F ‹«~å¸vÅ "
b"\x01 žn%\x17\x10 r\x0F ƒ=”Ë*”*& "
b"\x01 žn%\x17\x11 rdg \v Ò›\x10 m "
b"\x01 žn%\x17\x13 qmƒ\x07 ƒtäé}” "
b"\x01 žn%\x17\x14 rÜœ;\x06 Õ\r ‹M "
b"""
\x01 žn%\x17\x16 r™Ó÷Í\n
Q.
"""
b"\x01 žn%\x17 s̹šhJç\e %W "
b"\x01 žn%\x17 "rQ¥É€ù+c$Ñ "
b"\x01 žn%\x17 #rg¢Û5?\e :\x07 ÿ "
b"\x01 žn%\x17 &sß„§õ4\f NÍ€ "
b"\x01 žn%\x17 )q\x10 šJŒ‰&q.] "
b"\x01 žn%\x17 *p…š\e Û*qŒÄ´ "
b"\x01 žn%\x17 -sw®TuœØ&Ƽ "
b"\x01 žn%\x17 7qp ½‹ ¦Õº "
b"\x01 žn%\x17 :s\x11 ‹o-\v °E˜Ž "
b"\x01 žn%\x17 ;s,³¿\x03 ´Ô4ý\x11 "
b"\x01 žn%\x17 =shµ>ÞV4E-% "
b"\x01 žƒ\‰\x06 rûº†“u¤Är† "
b"\x01 žƒ\‰"s\e …äpùÀS "
b"\x01 žƒ\‰¹p|¿U޼\x1C Z#® "
b"\x01 žƒ\‰Îr¤¿Ch\x15 *'\x12 Ö "
b"\x01 žƒ\‰ÓqõÆé\x01\x1C 2 "
b"\x01 žƒ\‰âpÒ±²Ãñ“Š8% "
b"\x01 žƒ\ŠÎsç…›©¿>ø.\x12 "
b"\x01 žƒ\ŠÛpà·äBϬ\x1D ŸÕ "
b"\x01 žƒ\Šðrø†Jml^R]ä "
b"\x01 žƒ\ŠöqÒº$wIez/œ "
b"\x01 žƒ\‹\v pˆº\x13 v\x1D O‚^¥ "
b"\x01 žƒ\‹0p¶´\x7F Á\x08 '\x17 Aµ "
b"\x01 žƒ\‹Ár_–;Æ* ÷\x1F "
b"\x01 žƒ\‹Èp\e ªF%تŸ`â "
b"\x01 ž‘º\x10 îpã¿ûê\x0E K?UÛ "
b"\x01 ž‘º\x16 ëp/§\x10 \x1C\x19\x19 ë¤ "
b"\x01 ž‘º\x19 –sI†Òynoâq] "
b"\x01 ž‘º <s‚Œc‚{;š×… "
b"\x01 ž‘º!¸q=™\v <,C+2™ "
b"\x01 ž‘º#cpRa¿\x1A ˜x‡O "
b"\x01 ž‘º*\x7F stœGmŠ1Ž\x08 "
b"\x01 ž‘º.Ws)°N\x07 Òc´/Ò "
b"\x01 ž‘º9hpá¿*ˆSr7à$ "
b"\x01 ž‘º9p›³u—GÐâ\t H "
b"\x01 ž‘º:œr>œzEh›Cˆ "
b"\x01 ž‘º:§s\x0E £Nše\x10 *܃ "
b"\x01 ž‘º:Èqm™Z\x04 {<¾Û‹ "
b"\x01 ž‘º;EpA½jtNG¨ãÔ "
b"\x01 ž‘º;`sÚ¦/(Iý›ÿ† "
b"\x01 ž‘º;¸qv²¨&Âðºò\x01 "
b"\x01 ž‘º;Íry‡ñBì/Ž\f ™ "
b"\x01 ž‘º;Ðqé—žã"\x15\x1D І "
b"\x01 ž‘º;åpÚ‡]¡aøh# "
b"\x01 ž‘º;örV«¨šµ\x7F ¹Å( "
b"\x01 ž‘º<\x0E p¯œâ4WSÏ "
b"\x01 ž‘º<\x17 sgƒEE•\x01 ¸ý "
b"\x01 ž‘º<\x1E sê–“=n”ì\x1D H "
b"\x01 ž‘º<+q\x10 ¹{\v ]½&U~ "
b"\x01 ž‘º<2pKÏbƒb5ë, "
b"\x01 ž‘º<Dp;¬n{¯ˆEëÛ "
b"\x01 ž‘º<Gríš‘×ÞØ½\x19\x15 "
b"\x01 ž‘º<Qp{·V'\x01 £I¸ "
b"\x01 ž‘º<ZpàŠ\f Ôqð\x14 À "
b"\x01 ž‘º<\qD· ãÙšŠƒ "
b"\x01 ž‘º<^sõ›T•EÙ~å "
b"\x01 ž‘º<arðºkéc„¬ák "
b"\x01 ž‘º<lrá®\x07 2ta¥cñ "
b"\x01 ž‘º<or—ƒ„11\x18 G<J "
b"\x01 ž‘º<spêŽ~Þ€à\x16 vË "
b"\x01 ž‘º<\x7F pe‚ƒ…êÔ9åÕ "
b"\x01 ž‘º<qäÖРϵÌ1 "
b"\x01 ž‘º<ƒr²´v\x05 kå\x0F º¾ "
b"\x01 ž‘º<ŒpŽº…7\x04\f\x0F\x05 0 "
b"\x01 ž‘º<“rtˆ\x10 …Ä£Ë\x06 c "
b"\x01 ž‘º<˜s2§âÿðà_]D "
b"\x01 ž‘º<šrî÷gX;Øä´ "
b"\x01 ž‘º<œr(ã3\x05 ó®Õç "
b"\x01 ž‘º<§p\x05 ½\x1A œÉ\r õê "
b"\x01 ž‘º<«qû¤›á.¤ØqV "
b"\x01 ž‘º<°sø¤Z*å9ó "
b"\x01 ž‘º<´sÖ¦:\x10\x1F Ëé´ÿ "
b"\x01 ž‘º<¶rŽ¥\x02 â8bdÔ[ "
b"\x01 ž‘º<¸pá®%Q\x12 æ"x\t "
b"\x01 ž‘º<»qx±è2o«³ÓÌ "
b"\x01 ž‘º<Ãsß©™§¼&8—A "
b"\x01 ž‘º<Èqü–\x07 $c"ƒ "
b"\x01 ž‘º<Êq<¿\x1A ¿Ÿ(J\e 7 "
b"\x01 ž‘º<Ìrœ™°EÍ\x11 bÑ\x1D "
b"\x01 ž‘º<Îr˜º·kÝbŽš# "
b"\x01 ž‘º<Óq¯›\t ÐÍâªRž "
b"\x01 ž‘º<Õs±·ïóÛÄ!/ "
b"\x01 ž‘º<Úr£’îË×'\x1A è "
b"\x01 ž‘º<Üp>²s.ÌÔ¿L¸ "
b"\x01 ž‘º<Þrɵ£ÂulàÑ "
b"\x01 ž‘º<ãr\r ŽÍiŠ\x17 sŦ "
b"\x01 ž‘º<íp‚“Z…^·Èއ "
b"\x01 ž‘º<ðs ¥þXEH,x "
b"\x01 ž‘º<ôp-—Ï\x7F —à "
b"\x01 ž‘º<ör¹¸\x1A +Ž¡à\x12 "
b"\x01 ž‘º=\x05 rh¤EŸÊ"ï\x1E ‚ "
b"\x01 ž‘º=\x08 q\x0E ‰d\x02 ªÍ%\f "
b"""
\x01 ž‘º=\n
r<™Rã\x1E ”\e\t ’
"""
b"\x01 ž‘º=\x11 sú“\x08 (&>Ö‰ "
b"\x01 ž‘º=\x19 sËŸF'ñ©\x02 3\x16 "
b"\x01 ž‘º=\x1C q„m°Ý¬4ƒ "
b"\x01 ž‘º="s—‹š×G–\x03 f^ "
b"\x01 ž‘º='qm«]\x1D s¦ª¼a "
b"""
\x01 ž‘º=+q¬‰ÇIŸ+\n
)È
"""
b"\x01 ž‘º=-r\x13 ¦\x1F ±™ç¬ë+ "
b"\x01 ž‘º=6p{·\x08\x19\v q³. "
b"\x01 ž‘º=9p€Žß:¡ÌÎS¹ "
b"\x01 ž‘º=;rX°±ãÍcfÿ\x13 "
b"\x01 ž‘º=DsK¼ëÂ8\x04 ÖS\x07 "
b"\x01 ž‘º=FqD’5®¡\x1A 0š "
b"\x01 ž‘º=Hs!—Ö\x1F ã=l³š "
b"\x01 ž‘º=KrO ¤B\x7F ÿÏ\ "
b"\x01 ž‘º=OqN·œeÒäzô‹ "
b"\x01 ž‘º=Qs\x02 ‹L͇ n\x11 Ë "
b"\x01 ž‘º=Tp윴l~Õo~– "
b"\x01 ž‘º=Xst“ëKÙZ\x18 õù "
b"\x01 ž‘º=Zqá˜âMQBja¤ "
b"\x01 ž‘º=_qq£¢\x02 r\t\x15\t\x17 "
b"\x01 ž‘º=ns\x1D Ÿ²7]\x07 ñE# "
b"\x01 ž‘º=spu’gÜ=m\x12 ± "
b"\x01 ž‘º=wpò‰½|‘Ô19Ê "
b"\x01 ž‘º=‚q½š\r :\x1C d¤s\x13 "
b"\x01 ž‘º=†qɃ\x13 RúàÞô "
b"\x01 ž‘º=‰s[˜åS\x17 9Œ‚{ "
b"\x01 ž‘º=‹pí¡ O\f K5t¹ "
b"\x01 ž‘º=ŽsĽI¤…¡„¡z "
b"\x01 ž‘º=’s0¸ëXeÀ+\x1E Æ "
b"\x01 ž‘º=”p°¾_ºz\x00 Œ› "
b"\x01 ž‘º=–qŒž \x1D ÝãE^[ "
b"\x01 ž‘º=˜p–,…ó\x04 ×% "
b"\x01 ž‘º=›pL©Ið\x04\x06 "\x0F x "
b"\x01 ž‘º=s–§¾\x1D\x16\x11 0+ˆ "
b"""
\x01 ž‘º=¦rv©\n
I†KàõH
"""
b"\x01 ž‘º=¨q£ŽéÆŽÞ}ÞÑ "
b"\x01 ž‘º=¯rÌ]Ê\r DäŒe "
b"\x01 ž‘º=¸pÈŽÄ¡5â\x16 Í\x00 "
b"\x01 ž‘º=Íqë™âˆåML_§ "
b"\x01 ž‘º=Ñr]‚RŽo/>•] "
b"\x01 ž‘º=Ôs²ˆb»ë¯¥\x15 L "
b"\x01 ž‘º=Úrާþeõœ/V "
b"\x01 ž‘º=ßsX™‚\x16 ,‹F„_ "
b"\x01 ž‘º=ár…•ÏsÚ~#_l "
b"\x01 ž‘º=ðrĨÛ’i\x1C "
b"\x01 ž‘º>\x05 q™¶¨˜Ö\x08 U·J "
b"\x01 ž‘º> pž•ôŸrÜc„h "
b"\x01 ž‘º>/pà»\x1A ÝÎfŸ»— "
b"\x01 ž‘º>opG¶ª-¼oŸõ "
b"\x01 ž‘º>€s½š«ðvj:v "
b"\x01 ž‘º>p˜ˆ¬\x00 VªŽ²Â "
b"\x01 ž‘º>šsŽƒ\x02 `r\x7F ùö "
b"\x01 ž‘ºBOpëŒÚ(H\x1E \²| "
b"\x01 ž‘ºCFpJ†·\x08 ?¶«w° "
b"\x01 ž‘ºC^qâŒÄp¬•¿\x7F @ "
b"\x01 ž‘ºC©s¹·@$ïH:aª "
b"\x01 ž‘ºCöp²°.ÂS(ï\x14 "
b"\x01 ž‘ºD\x10 qa£9K_›ú”R "
b"\x01 ž‘ºD(r@†K[Î ›B¿ "
b"\x01 ž‘ºDrq”ž±\x18 T\ö\x1F P "
b"\x01 ž‘ºD•r7ï*¹Xß&§ "
b"\x01 ž‘ºD¹rŒ«2\x0F J €‘ "
b"\x01 ž‘ºDäp\x1E §ÿ£Û\x0F V<~ "
b"\x01 ž‘ºDðs\x18 ¨æ\x10 »{°…x "
b"\x01 ž‘ºE\x08 sb•va/Åû\ "
b"\x01 ž‘ºE\x14 s¿¦)œq<„~9 "
b"\x01 ž‘ºE p`œØÄ*ý¬^ä "
b"\x01 ž‘ºENq´¹Ö(íëöÊG "
b"\x01 ž‘ºEer\x01 ¦’\x1F ØX<…4 "
b"\x01 ž‘ºEˆqy³>=\x00 ‹D,Œ "
b"\x01 ž‘ºEŸsS•\x11 b\x07 ßûuy "
b"\x01 ž‘ºE½q\t ˆlc¼†ÉÇ\x1A "
b"\x01 ž‘ºEÊs5kqÜ„ðÏL "
b"\x01 ž‘ºEÖpHœÚ;D)~d— "
b"\x01 ž‘ºEès®³;uCJ»÷! "
b"\x01 ž‘ºF\x01 sÕž\t Í•lɬ "
b"\x01 ž‘ºF\x0E qä£öƒ€¬™‡– "
b"\x01 ž‘ºF(pp¹Ýu}”\7ÿ "
b"\x01 ž‘ºF5pÏ€ÈL\x12 X-Ç "
b"\x01 ž‘ºFBpjº¿”/5+J¥ "
b"\x01 ž‘ºFOrœ½ú¹.\x12 Õ/‡ "
b"\x01 ž‘ºFip)ª\x1A\x01 Ðê\x1F {à "
b"\x01 ž‘ºFvs\x14 ¬,è¥ aÆÝ "
b"\x01 ž‘ºFŽs×½%•XRqÃÐ "
b"\x01 ž‘ºF›p‘¿Ð½\x18 ÜZ“‡ "
b"\x01 ž‘ºF¨sm»¯UK”(Êx "
b"\x01 ž‘ºFÌpz¡TGIÁD\e ` "
b"\x01 ž‘ºFòsë€å•\x1D µe\x1C p "
b"\x01 ž‘ºG$r%˜„««Rk_Í "
b"\x01 ž‘ºG1pź“pÂf\x12 ¶g "
b"\x01 ž‘ºGVr¤½€\x0E\x0E 6}¾\x0E "
b"\x01 ž‘ºGcp©¾ò\x06 Ñ+„¦Q "
b"\x01 ž‘ºGˆpÍÄ\x11 «¿›_Þ "
b"\x01 ž‘ºG”qK¦èÆ\x00 ÊX¦ "
b"\x01 ž‘ºG¡re“\x1D ‘ü\x18 éB "
b"\x01 ž‘ºGsQ¯×#½§‚™U "
b"\x01 ž‘ºH\x07 rØ—‡N\x11 4€B< "
b"\x01 ž‘ºH!pX—y\x11 %³§¦> "
b"\x01 ž‘ºH:sߨË$¬…Ü~\n "
b"\x01 ž‘ºHTr‹ŒYF@¥\x11 »\x07 "
b"\x01 ž‘ºHtp5¦ê‚\r ^ªæ\x16 "
b"\x01 ž‘ºHp ´™5à#\x04 ) "
b"\x01 ž‘ºHŽsã¤×\x7F ò›õ\x04 y "
b"\x01 ž‘ºH¹pšª·r‘q?\x15 "
b"\x01 ž‘ºHÅp\r ”Z\x7F\x03\x11 zþë "
b"\x01 ž‘ºHÑrý >4Êf¸î¾ "
b"\x01 ž‘ºHÞrï’šŸ©5saw "
b"\x01 ž‘ºHës¿‰Ü|ÌI›õ4 "
b"\x01 ž‘ºI\e s¯‚BÅJOY‰\x01 "
b"\x01 ž‘ºI3p½·¸\x11 Ô\v Å g "
b"\x01 ž‘ºILpn¥²ÁhJþ2· "
b"\x01 ž‘ºI[r2œ?‡_pÄÚ/ "
b"\x01 ž‘ºIhrÚ²Ï=¿›6ÊR "
b"\x01 ž‘ºI€qvœÜÆà4ÎŽ, "
b"\x01 ž‘ºI™sù›2”;€#¦î "
b"\x01 ž‘ºI¦r0³Ž Ï\x17\x15 ÙÖ "
b"\x01 ž‘ºI¾p\x04 ŒGó\x11 (¨²á "
b"\x01 ž‘ºIÊqá¼à\x15 hyÝrà "
b"\x01 ž‘ºIâsN–‡{¸½\x15 ¶Å "
b"\x01 ž‘ºIîpG€Ò‘0p}È\x18 "
b"\x01 ž‘ºIúqƃ£q*à\x18 (\x1C "
b"\x01 ž‘ºJ\x12 p»SÊñ\t B¡Ä "
b"\x01 ž‘ºJkqµý!Š-W³9 "
b"\x01 ž‘ºJòq½‰ERœ›M„T "
b"\x01 ž‘ºJÿp\x05 ²Žx†\x7F mÕƒ "
b"\x01 ž‘ºKËqà£\x02 ’\x1C ª£'Í "
b"\x01 ž‘ºO#sΡð\x01 J*óÐU "
b"\x01 ž‘ºP\x05 rC„Õ#ã»_ "
b"\x01 ž‘ºX[r7¿\x00 wðåo\x11 ú "
b"\x01 ž‘º[YpˆŸÿ\x07 81æ²Ý "
b"\x01 ž‘º]Br¨¸X²'a\x15 ãD "
b"\x01 ž‘º]Wp\v ‚“Âu|\v #™ "
b"\x01 ž‘º]r?«^í$Ëù|ˆ "
b"\x01 ž‘º^]ræ£\x02 ¬èÍ•Ày "
b"\x01 ž‘º_\x10 sj¶\x15 T«\x10 dp\x05 "
b"\x01 ž‘º_Hs\x0F ”\x04 z\x05 úà€€ "
b"\x01 ž‘º_ˆsߌ8#Î\x10 P\x1F - "
b"\x01 ž‘º_ÆpŒc¨©\v ÈYà "
b"\x01 ž‘º`RrT¹r9\x16 {fÖ• "
b"\x01 ž‘º`]sG‚Ótw«os5 "
b"\x01 ž‘º`œpƒŽ/’Ült\x07 £ "
b"\x01 ž‘º`¿pš·ˆ\r ”CÕ! "
b"\x01 ž‘º`Õp1•¨j.\x16 t†\x03 "
b"\x01 ž‘º`áq²¾,Ÿt¾èÚû "
b"\x01 ž‘ºa+pQ²wê%8”"Ë "
b"\x01 ž‘ºa@pÿ³ª£±ÔšÚ¤ "
b"\x01 ž‘ºa“s¾®«RÚ\x12 žD8 "
b"\x01 ž‘ºa±pF¬¬ØÄR`r™ "
b"\x01 ž‘ºaåp··DKzå\x04 ; "
b"\x01 ž‘ºbSr\x1D »éÔœyõ•? "
b"\x01 ž‘ºbžrµŸ\x01 §.’Qˆ\x0E "
b"\x01 ž‘ºbÂqqƒõ¯.÷¿„‡ "
b"\x01 ž‘ºd˜p“±i\x16 &ÉN¾’ "
b"\x01 ž‘ºe\x07 rl‰Y\x03 àj\x19\x10 $ "
b"\x01 ž‘ºe3q¶´á;¿Ä¦>[ "
b"\x01 ž‘ºe>pÖŽ›Î5Ù\x18 Ñ "
b"\x01 ž‘ºeUsÑ‚¯í\x07 6=%' "
b"\x01 ž‘ºe`q,ŠR33°°º& "
b"\x01 ž‘ºexqò–\x7F ØQa–’ "
b"\x01 ž‘ºeƒrF—_TÉ]\x11 T] "
b"\x01 ž‘ºeq”Žé°\x16 Ê‚û\x1A "
b"\x01 ž‘ºe¥pc´Õò¿ß#e\x0E "
b"\x01 ž‘ºe°sÕ–†¶E«\t e\x18 "
b"\x01 ž‘ºeÆs\x16 ’®\x04 ®^\f ½ "
b"\x01 ž‘ºk«p\x10 ‰¥ŽJÑ> "
b"\x01 ž‘ºx•sË„÷Eÿ,s¯ "
b"\x01 ž‘ºŒ¼p^¨$ÑëqvÜÿ "
b"\x01 ž‘ºŽ¦q÷¶áý„G¾\x04 W "
b"\x01 ž‘ºŽès\f ¯¼Õ•Q••7 "
b"\x01 ž‘º¶q•«Z÷‹<.z, "
b"\x01 ž‘ºšlrë½gH—¥d1‡ "
b"\x01 ž‘ºœtq‘•ØÝ(ñ4•l "
b"\x01 ž‘ºŸ=s\e ±”·&\x14 ,Pˆ "
b"\x01 ž‘º Zs\x1A ¡\x7F .œÎ¶\x00 g "
b"\x01 ž‘º¡¹pž¯‡~€\x7F Ë3‚ "
b"\x01 ž‘º£_pä£\x14 Ĭ´àÑ© "
b"\x01 ž‘º¥4pa€(Å(\x7F AÓ¿ "
b"\x01 ž‘º¥×pä»\x10 è\x01\x14 »áè "
b"\x01 ž‘º¦\x1A q\x16 †\x19 ¡9mb¸Ã "
b"\x01 ž‘º§·s,²Ý`åÊ[ò "
b"\x01 ž‘º¨wqU“Wû”Vm’é "
b"\x01 ž‘ºª3sÙ¯e{ò€š¨© "
b"\x01 ž‘º«õr¸ŸwÕ&•\x1A >s "
b"\x01 ž‘ºŸs“‰Á÷ãq#è\x1F "
b"\x01 ž‘ºêp¶‘U\p¨ÙÄ "
b"\x01 ž‘º°‰rщ)†`çÈôµ "
b"\x01 ž‘º±uq…³b½Y.EMh "
b"\x01 ž‘º²Yq†¡ŠZ¡Þ\x0F ™® "
b"\x01 ž‘º³cs8˜\x12 š\x0E ¤\x01 I "
b"\x01 ž‘º´@rß·j·îj\r U\x0F "
b"\x01 ž‘º¶cqǶ:\f\x16 C+Gç "
b"\x01 ž‘º·SqQ•Ð{U¥3\x15 X "
b"""
\x01 ž‘º¸+sy¸\x1F |\x10 lŽ\n
è
"""
b"\x01 ž‘º¹ip\x14 •\%\x05\x1A D‰ "
b"\x01 ž‘º»¨pÀƒEÃ×\x15 Ñ%× "
b"\x01 ž‘º¾\x17 r¯¤ "±Ø·)û "
b"\x01 ž‘º¿kr\x05 ’\d\Ô¡D "
b"\x01 ž‘º¿™q§Ž® ‰}»Uî "
b"""
\x01 ž‘º¿âp\v ò\t B\t ¼\n
ö
"""
b"\x01 ž‘º¿ús0¬\x08 ùâQÓÁç "
b"\x01 ž‘ºÀÊrË–ÕÍF°åâ "
b"\x01 ž‘ºÂës¥™“®ƒ¶\x00 ì\f "
b"\x01 ž‘ºÃGrîš\x0F\x17 µ.4\x07 "
b"\x01 ž‘ºÅÌq\x15 ”³\x17 ò!½³? "
b"\x01 ž‘ºÆ¨sòƒ¥!Í\x7F\x12 ïŸ "
b"\x01 ž‘ºÇ qØ—Á%{\x17 /\x13 n "
b"\x01 ž‘ºÇüp0ˆiIoØ6\v Ä "
b"""
\x01 ž‘ºÈ¹rˆµ\n
SÝ\x7F §\x13
"""
b"\x01 ž‘ºÊ<r\x0F C:Iò<ñ "
b"\x01 ž‘ºË5p\r ‚÷‘}¿êj´ "
b"\x01 ž‘ºËÅsü¶¨#Úà™O· "
b"\x01 ž‘ºÌbp*†Œõ\x0F Ë2¸ "
b"\x01 ž‘ºÌýq-sÒ2\x00 ×b@ "
b"\x01 ž‘ºÍ\x15 p%\x19 ð<´f`Y "
b"\x01 ž‘ºÍªr1¥8м`O- "
b"\x01 ž‘ºÏ r=Ài±k®Ïn "
b"\x01 ž‘ºÐ1pJ˜k?¾} \x0F a "
b"\x01 ž‘ºÓ³p°Ž°ï\x19 ¨þ¬ù "
b"\x01 ž‘ºÓüpÁ¼ÕÈ\x08 Ö½_š "
b"\x01 ž‘ºÔirÙ¨ÇM\x0E £,“ú "
b"\x01 ž‘ºÕ"pÉŒò©{o\f ’æ "
b"\x01 ž‘ºÕ±søV!B\x04 ŠA8 "
b"\x01 ž‘ºÖºs3‹\x08 cjŠ.\x1C\x08 "
b"\x01 ž‘º×Cr>™Qš£×\r ©[ "
b"\x01 ž‘º×Öp¯»²Ð\x14 «.]÷ "
b"\x01 ž‘ºÛ\x11 qì¡#l™šÉ ä "
b"""
\x01 ž‘ºÝ/p\x18 ‡\n
kj\x13 à\f »
"""
b"\x01 ž‘ºÝìr¦‰{òµ[›;V "
b"\x01 ž‘ºÞ5p\f ˆI¼C\x14 &\x08 "
b"\x01 ž‘ºÞwq8Ž7ªSÂb|š "
b"\x01 ž‘ºÞºqW¡-‡35SEƒ "
b"\x01 ž‘ºßžs\x1F ‘ؘW…\4ÿ "
b"\x01 ž‘ºàÜq\x16 „8«\x00 ×\x04 WA "
b"\x01 ž‘ºãÝq{‘VŽT¥ÑN† "
b"\x01 ž‘ºãõpUœÌ\x19 Q"CrŸ "
b"""
\x01 ž‘ºå\x06 s@¶™\n
y\x08 KP§
"""
b"\x01 ž‘ºåÞpÞ”÷ݨp¹\x15 1 "
b"\x01 ž‘ºê\x13 p ¡»_ù浉\v "
b"\x01 ž‘ºë5rïœrX\x1F ê\x15 e* "
b"\x01 ž‘ºìFsì½éqtÈP½J "
b"\x01 ž‘ºìxr‡†ýï”r1ä× "
b"\x01 ž‘ºïÃsO¹‰\x08 cˆhŠÿ "
b"\x01 ž‘ºïþr«”±Pú~¢ç\x7F "
b"\x01 ž‘ºðts°¨wT-¢…4 "
b"\x01 ž‘ºñÞq1Ž:2/uZ’Î "
b"\x01 ž‘ºò‹s\x17 ˜zéì’—)ß "
b"\x01 ž‘ºõpÞºûlž½ÜS‘ "
b"\x01 ž‘ºöòpM¶Ìo±\r Ü«< "
b"\x01 ž‘ºøDp¯çÑÒÇ\x1F ½š "
b"\x01 ž‘ºø¸qÔ»¡Æ®¹\x08 Ä™ "
b"\x01 ž‘ºøüs:œ¾zY´â0c "
b"\x01 ž‘ºùDp¹±\f\x0F øQ:Xb "
b"\x01 ž‘ºùsy©f+ÁQ¯•\x11 "
b"\x01 ž‘ºúµpÛ¶\x17 ¯sŒç!Ó "
b"\x01 ž‘ºü8pð‘0Æû~É\x04 ï "
b"\x01 ž‘ºüÁqm—¥#R%‚/\v "
b"\x01 ž‘ºýNr\x06 ³ÚȪË\x1A gY "
b"\x01 ž‘ºýºqK¸.Â^>Ïšå "
b"\x01 ž‘ºþûr÷¸‹EÀe$º¡ "
b"\x01 ž‘ºÿ>ryŠ5¬¡âìŸk "
b"""
\x01 ž‘ºÿ¶p\n
ì¶\k™šr
"""
b"\x01 ž‘»\x00 vse›ÉXÆµë² "
b"\x01 ž‘»\x01 fqa·Ã\x7F ¦\e ç\t\x7F "
b"\x01 ž‘»\x04 Œqú—U;À\x10 ˆ¥\x01 "
b"\x01 ž‘»\x05 çr8•ØpÎ&à¡\f "
b"\x01 ž‘»\x06 ssí“Ãÿ¢öª\x19 @ "
b"\x01 ž‘»\x07 ”sЍsI8(ŽÅ "
b"\x01 ž‘»\x07 ñqO¦§“$*Å:\x05 "
b"\x01 ž‘»\x08 °p4°Ô\v p\x15 Þo· "
b"\x01 ž‘»\t\x19 s>¸=³›ócõX "
b"\x01 ž‘»\t ës+©ƒ‘\x04 =¿Q{ "
b"""
\x01 ž‘»\n
˜s'‰'°\e ?\x16 )Ø
"""
b"\x01 ž‘»\v 5r\x10 ñó=¸"Êu "
b"\x01 ž‘»\f ½qæ©Æ¶.îQ\r \x1E "
b"\x01 ž‘»\r \e p`—\x13 Âm¯>`: "
b"\x01 ž‘»\x0E Ãrl¢z\x7F #aí@ "
b"\x01 ž‘»\x11 Âq¢Ö \v óm¡ "
b"\x01 ž‘»\x14 „pkšÇ\x06\x14 Šú9A "
b"\x01 ž‘»\x14 œq²£jïÙÙ¶É( "
b"\x01 ž‘»\x16 ¨q{ƒo_EŽ"}\x19 "
b"\x01 ž‘»\x16 Âs»£…þ\x07 b\x1E\x0F\x1F "
b"\x01 ž‘»\x16 äqð°´ê‚\x00\x1F î "
b"\x01 ž‘»\x19 2q¢¢úmt\x12 † "
b"\x01 ž‘»\x19 pû GvV*úv "
b"\x01 ž‘»\x1A\x01 sØŽå\x08 ôHkO\n "
b"\x01 ž‘»\e <q¾ŽÆ\x03 %\x15 ÅíB "
b"\x01 ž‘»\x1D as¹×R\x02 I¯R§ "
b"\x01 ž‘»\x1F 4r!’IöËË)ùÊ "
b"\x01 ž‘»\x1F ¬q\x15 ·ü'Õø]¥\x04 "
b"\x01 ž‘»"þrLŠ"‰¹„¿\x0F g "
b"\x01 ž‘»#¡r÷¦·›–²,Ð "
b"\x01 ž‘»#çpë‚ûب¸\x14 ÓG "
b"\x01 ž‘»$ŒsžŽ—kª¯øàˆ "
b"\x01 ž‘»%Žrv‚QôúJÕ\x01 Ã "
b"\x01 ž‘»&_rS—fW‚ƒP "
b"\x01 ž‘»&½pt¬âQ\e {h’ž "
b"\x01 ž‘»'Žrͦ†UÆ¡\x02 {v "
b"\x01 ž‘»)žsqóðHh-OT "
b"\x01 ž‘»+&p؈ô\x11 §AMš "
b"\x01 ž‘»,Çr6·cƒ·ñâ\x1A [ "
b"\x01 ž‘»-6rû¨Àa$ЯH„ "
b"\x01 ž‘».fs¥ž!—0p\x02 =\x14 "
b"\x01 ž‘»/<sV¹\x19 c®\x19 *"\ "
b"\x01 ž‘»0°rå·÷,œ,ŠÓ "
b"\x01 ž‘»4jrø…„Õ¦g-x| "
b"\x01 ž‘»7šp"\f €˜G ó "
b"\x01 ž‘»:Cs„oµ™ë<’° "
b"\x01 ž‘»:qrYŸ=A–TÊঠ"
b"\x01 ž‘»<\x07 pv’œ\t ˜nrfg "
b"\x01 ž‘»=\x10 qК‚9ªh[‘í "
b"\x01 ž‘»?îs¡§Ã;OöVQ "
b"\x01 ž‘»@Jrü¯Agz…³\x7F\x13 "
b"\x01 ž‘»CÊqâŽ\x12 RtÛ÷²K "
b"\x01 ž‘»t®s\x7F µ\x10 ìäs[Ä "
b"\x01 ž‘»u¾p•‹ËjÄT\x04 »‚ "
b"\x01 ž‘»uÕp#¨»Ñ<ƒá£À "
b"\x01 ž‘»w¨rz¶·Î¨ë\x04 Ä4 "
b"\x01 ž‘»~ pï¸Àd~Úu\x05 Ð "
b"\x01 ž‘»\x7F ²p\x15 Ž\x10 WΘ]\x14\f "
b"\x01 ž‘»†|rf±oÉì¬gÄž "
b"\x01 ž‘»Œ\x1F rL¶\x12 ÜvYlI "
b"\x01 ž‘»•q‹ºÐ(ÙgW·, "
b"\x01 ž‘»›{sÊ©:\e ki\x05 {¼ "
b"\x01 ž‘»ƒq΄Ôþç¬cÄ: "
b"\x01 ž‘»µ<sØŽ\x19 ¶ø<\x04 —¼ "
b"\x01 ž‘»¶*q\x0F OÔãX˜=‚ "
b"\x01 ž‘»¶¸qØ¢#\x1A mÉ3%v "
b"\x01 ž‘»¶Ñr\f Ž\x1A óm5±Sª "
b"\x01 ž‘»·Ep¡œGGç+“\r d "
b"\x01 ž‘»·Jq¸“§2ÚJ+å@ "
b"\x01 ž‘»·Nrƒ‘Y^¢BO®ü "
b"\x01 ž‘»·nr>„´o‹.s›\t "
b"\x01 ž‘»·às( „¦\x17\x0E Îkª "
b"\x01 ž‘»·ûp˽ûîÇåKZ "
b"\x01 ž‘»·ÿpHˆÒ˜˜ñ[Õ "
b"\x01 ž‘»¸\x06 pæþ\x18 `èÇO "
b"\x01 ž‘»¸\x19 s¦¶ZÕÑ„Êãç "
b"\x01 ž‘»¸!rÀŽÁùà…«\t m "
b"\x01 ž‘»¸8p§¤s>8ƒ!û} "
b"\x01 ž‘»¸Cqð¢ža‚œ\\x04 Ç "
b"\x01 ž‘»¸isMšˆ×\x10 T±Ñ« "
b"\x01 ž‘»¸ks1¹ÁÞvÌ^CA "
b"\x01 ž‘»¸np׬\x10 ÅÆFÜ¡l "
b"\x01 ž‘»¸–p,€ud!ô\x14 F£ "
b"\x01 ž‘»¸¡r ~Žê¸˜P€ "
b"\x01 ž‘»¸§s\x06 ˜¡Öw5m\x16 Í "
b"\x01 ž‘»¸¯pß„(\x7F i\ù\x12 ø "
b"\x01 ž‘»¸Ás}£I«;(öLÚ "
b"\x01 ž‘»¸Ës¡‹kˆü®Žq\x11 "
b"\x01 ž‘»¸Ðq€s2"”€Ï} "
b"\x01 ž‘»¸Øq¾“"“è~ž\j "
b"\x01 ž‘»¸àsò\x04 Yj>Ï‹V "
b"\x01 ž‘»¸årdˆ¬Ãe{²Ô) "
b"\x01 ž‘»¸ês0¿C›fQqêë "
b"\x01 ž‘»¸ôs„¹À·Ì|âß "
b"\x01 ž‘»¸ùpµ°\x1D ²bøj&‘ "
b"\x01 ž‘»¹\x04 pY¯`ñv@^we "
b"\x01 ž‘»¹\x07 ro©Tã‡C`™Ä "
b"\x01 ž‘»¹\x18 q]‚·N¬{”Õ= "
b"\x01 ž‘»¹\e pn©zÝsŒ¿k\x18 "
b"\x01 ž‘»¹ s’‚ÉL¸&/À@ "
b"\x01 ž‘»¹*r…–lf¦\x0E Å@\x1C "
b"\x01 ž‘»¹=r.R\x17 øã¥Ï "
b"\x01 ž‘»¹?rÝ%#®Wù¡\x00 "
b"\x01 ž‘»¹@pá«Ú\x18 ¯’å… "
b"\x01 ž‘»¹Bsl‰Ì\x0F\x1F ÿL'ð "
b"\x01 ž‘»¹Pr—ªÏ±…\x19 B\x19 a "
b"\x01 ž‘»¹QqDžÚL\x01 ÎÎq\x12 "
b"\x01 ž‘»¹TpYŽ‹/¼U\x11 Å "
b"\x01 ž‘»¹]p‰²‚Ç}T›)€ "
b"\x01 ž‘»¹as\x08 ‚Ï®\x1D âReŒ "
b"\x01 ž‘»¹csá€.yXQÎÁ\x07 "
b"\x01 ž‘»¹epO‚à5±©æUf "
b"\x01 ž‘»¹rqë\x02 +ÎG\x7F ta "
b"\x01 ž‘»¹up=›ø™Ì²|¯\x04 "
b"\x01 ž‘»¹ysA‰\±[Kê±Ã "
b"\x01 ž‘»¹zp@¥#\x06 |‰Ek£ "
b"\x01 ž‘»¹|q¦¨œ½\x19 Ž>\x17\x03 "
b"""
\x01 ž‘»¹ƒp\n
‚¶æœ±C\x0F Ï
"""
b"\x01 ž‘»¹„rͬ\f\x05\x02 -\f \n "
b"\x01 ž‘»¹†r…¡ OípõË "
b"\x01 ž‘»¹ˆp»—Ed® "%v "
b"\x01 ž‘»¹‹pl¬o€P¯}ǽ "
b"\x01 ž‘»¹rÎ ©¯…½¥Ã "
b"\x01 ž‘»¹r\x14 …ïêi“t÷ "
b"\x01 ž‘»¹—qKµ´v¯kÝ\x19 – "
b"\x01 ž‘»¹™qB°CXUEvÝ "
b"\x01 ž‘»¹›p\x12 È\t |‹øžV "
b"\x01 ž‘»¹œs¦¬˜w˜pT`m "
b"\x01 ž‘»¹žq\x18 €úÀšÐ\x14 W÷ "
b"\x01 ž‘»¹«rŽž\x19 θœf\r ù "
b"\x01 ž‘»¹p¹šm^¾U‰å "
b"\x01 ž‘»¹®p\x06 „.\x16 °—W\x01 "
b"\x01 ž‘»¹²r¾¢¯ù}˜œö "
b"\x01 ž‘»¹´p¾\x00 …—Æ\x05\x1D\x1A "
b"\x01 ž‘»¹·q\x07 ¢\x13 ¦\x1D\x1F\x19 ê\x17 "
b"\x01 ž‘»¹»r¾=h!cN!À "
b"\x01 ž‘»¹¼qñŠ%Pà´Wt "
b"\x01 ž‘»¹Àq6´ø\x1F j<l[´ "
b"\x01 ž‘»¹Âp]¹~10%?xT "
b"\x01 ž‘»¹Äpàš¨\x10\v ö9‘ "
b"\x01 ž‘»¹Åp[«Žf‰,þLú "
b"\x01 ž‘»¹Ëpº¸‘£[\x7F\x00 G” "
b"\x01 ž‘»¹Íq¹·xpBU• "
b"\x01 ž‘»¹ÐqdKñà¡p´÷ "
b"\x01 ž‘»¹Òsá€!ìÛb96( "
b"\x01 ž‘»¹Ós¦…ç\v N„öŽ\x12 "
b"\x01 ž‘»¹Õq\x10 µ¼\x13 ^MSY "
b"\x01 ž‘»¹×p«¥y\x04 óÚŠ2\x12 "
b"\x01 ž‘»¹ÛqQŽS³Ìæ´¹ö "
b"\x01 ž‘»¹âq\x05 „RRbbÀ^} "
b"\x01 ž‘»¹æqó‡\x04\x7F y\x03 "ÆG "
b"\x01 ž‘»¹ïqúƒ\e £?êvg× "
b"\x01 ž‘»¹ôr{¯J&¶\x16 ¾ýz "
b"\x01 ž‘»º\x00 r\x17 ¡\x13\x0F Më_£‘ "
b"""
\x01 ž‘»º\n
rÖªI¢C:ó&Ñ
"""
b"""
\x01 ž‘»º\x0F p\n
µûõï@ô…‹
"""
b"\x01 ž‘»º\x11 s˜¤§ý\x17 -I\x03 < "
b"\x01 ž‘»º\x19 r¹°nA‡Õ†ô¥ "
b"\x01 ž‘»º\x1C r!›â€žµ\x19 ºv "
b"\x01 ž‘»º\x1E r\x1D ÖÊ®\x1F\x03 "
b"\x01 ž‘»º"r;›59éÐÿ\x17 q "
b"\x01 ž‘»º$qÎŽ¦Ý4~K*\n "
b"\x01 ž‘»º(sú€\x13 h%\x06 4x› "
b"\x01 ž‘»º-q¦¢¢¿‘$\x7F [Û "
b"\x01 ž‘»º/pB½^B²w·N‰ "
b"\x01 ž‘»º`q–Žùé·ÏÅ[› "
b"\x01 ž‘»ºer‰¼¢bä,G\x0F\x1C "
b"\x01 ž‘»ºjsß°¿ácî_ "
b"\x01 ž‘»ºorª…Ÿ0ÓêÁÐ\r "
b"\x01 ž‘»ºqpü³´þ3\x18\x1C £‚ "
b"\x01 ž‘»ºss§™\f\x17 `ôœÞy "
b"\x01 ž‘»ºvpô¡ÕœqÐ\x00\x11 ú "
b"\x01 ž‘»ºzp8«Ò©mÖ©å• "
b"\x01 ž‘»º~pm„ã¸Úa¶KT "
b"\x01 ž‘»ºpÔnçS¦gÆ\x13 "
b"\x01 ž‘»º…p.–\x08\x07 ¶šØ/ "
b"\x01 ž‘»ºˆs0¨š÷\e Ž˜Ï® "
b"\x01 ž‘»ºŒsŸŸÅm´q°!d "
b"\x01 ž‘»ºŽr7”(MÅÿWA« "
b"\x01 ž‘»º”s ‰¤Pì,¢\x08 "
b"\x01 ž‘»ºšss¢¼(ó‚§ÛB "
b"\x01 ž‘»º£pªˆ…§\x1A N»¢Û "
b"\x01 ž‘»º¬q‰¯Uû]¶hdµ "
b"\x01 ž‘»º²q\x06 ޹Eí\x05 =(‰ "
b"\x01 ž‘»º¹rN‡°gT¥ü "
b"\x01 ž‘»º¿r&„\x1F #À•\x16 ñ« "
b"\x01 ž‘»ºÁrÀ¿\r —°…Á”\ "
b"\x01 ž‘»ºÇs€ˆ¡;¥tW®5 "
b"\x01 ž‘»ºÉqá¹ú¯#ÐÐêö "
b"\x01 ž‘»ºÌrô…$z½wÊ£j "
b"\x01 ž‘»ºÔq\x1A ˆz\e YB4Rd "
b"\x01 ž‘»ºÖr.ºr]ðKJWž "
b"\x01 ž‘»ºÝr·Œ\x1A ¾\x01 K‰ÿ/ "
b"\x01 ž‘»ºâq››îù\x05 l)SE "
b"\x01 ž‘»ºçs±¤§µ÷ê\x14 · "
b"\x01 ž‘»ºêpÓ³š™k\x00 \x0E ½ "
b"\x01 ž‘»ºîq!Šñ\x10 7\x03 +m- "
b"\x01 ž‘»ºðs¹—@š\x15 îq<b "
b"\x01 ž‘»ºòq¸U>D„“&ˆ "
b"\x01 ž‘»»\x01 pÄŸôFÇrÑÞ± "
b"\x01 ž‘»»\x03 s/—0ÂÎï¡v "
b"\x01 ž‘»»\x05 rŸ…þ—¼œîˆ "
b"\x01 ž‘»»\v pl¨6\x03 6ë#Î\e "
b"\x01 ž‘»»\x1F p’·7~\r ¦\f Ž "
b"\x01 ž‘»»!q!Œ*¤£Ø‰GŒ "
b"\x01 ž‘»»+q‚£Á±»\x05 ¾: "
b"\x01 ž‘»»-q·QúÁß\ "
b"\x01 ž‘»»0s§‰\x02 „{e9Ë "
b"\x01 ž‘»»2pÁ¶îL(Ž-¥È "
b"\x01 ž‘»»4pŸ½¤5%\f èÁû "
b"\x01 ž‘»»8p‰‹\x18 ú@@ié "
b"\x01 ž‘»»Rq1ŠæÐÑ\x14 ã.6 "
b"\x01 ž‘»»irû±DHÀ\x13 ÷½‹ "
b"\x01 ž‘»»vrŽÙf”Ô\x1F B\x12 "
b"\x01 ž‘»¼¢q$ ƒ\x1F *Ê\x02 r "
b"\x01 ž‘»¼¥sÛœCq{Úçz "
b"\x01 ž‘»¼¿s\†rÀl`Fka "
b"\x01 ž‘»¼Ís!Š.¬\x14 Õ\x02 Å© "
b"\x01 ž‘»¼Ôpù¸/]p¡)£- "
b"\x01 ž‘»¼×sdˆ¡^Íãº÷d "
b"\x01 ž‘»¼Úrßøç&˜)Àt "
b"\x01 ž‘»¼õqÉ›7eØsl«¸ "
b"\x01 ž‘»½\x06 p\x10 ¾Ê0æ\x04 ð@n "
b"""
\x01 ž‘»½\n
pãŸì\x02 ÷TÀÖY
"""
b"\x01 ž‘»½\x16 rjŽPqÞ³\r zb "
b"\x01 ž‘»½*qö‘àîaÏ\x1E !\x14 "
b"\x01 ž‘»½2q ®\x07 qéáNÔú "
b"\x02 o#\x7F © OQ¸\x19 !ÕÒgé\x18 "
b"\x04 #á·‘ˆFâ 8Xjí1VV "
b"\x05\x06\x1D Á\x06 ¡Ly‹ßv…k\x1E à\x02 "
b"\x05 Ì1»r¦E\x1C ½\x1A HFÏçjA "
b"\x07 a\t ñg¦A™€—K,åP|\x10 "
b"\x07 È\x1D ï?Jò„\x7F mº\x1E V¡ "
b"\x08\x19 ÙÄQ¤NĈ;x¡‡’²C "
b"\x08 ¿wÛ(HOŽ_\x0E êeBi! "
b"\t\x15 éÜá¯Gˈߙ\x07 ç6¸¶ "
b"""
\n
¼[ ¼Gy\x14 låQ
"""
b"\v ¡™ÇÒ©E½´÷è[ÂÖŠ© "
b"\f ¸h$ð³Ce©-ñÎNWÙ¯ "
b"""
\x0F\f rû‚¯E2£p\n
é¾\e Ác
"""
b"\x0F ÆP¾{\x00 I\x7F \x19 ‘\x06 ©\x1E Æ "
b"\x10 »¯\r ÷\x1F JÔ¿w·N„qõ "
b"\x12 ?Ò\x07 &´B›§Ø\x19\e `\x15 ͈ "
b"\x12 \@ 2\x05 E.„«!S\x07 ½@( "
b"\x12 Â=ž<ËN\x1E ¼\x14 ŒÕ)\x01 ð# "
b"\x14 ûíTýž@\¤Ö¾õÔ!ïÕ "
b"\x16 \t Ù\x00 §Jè¯]\x00 ,‚I*ì "
b"\x18 ˜Î\n›J~¿†k\x17 4\v P "
b"\x18 ý:ްÚK芟úÛ›– í "
b"\x1A ‰:‰\x00 •D®‘‘\x0E ™\x04 +È~ "
b"\x1A ¼ØùÕ–N-ž²ß*Õžç{ "
b"\e ¯w‡·\x18 LšƒQFMÈ×ãÞ "
b"\e Ñ(£Í_HˉŽö=\x00 -+7 "
b"\x1D b\v ÿÇæI½”h?Z¡E¼£ "
b"\x1D LÀ…K®»àœÄ\x1D Òeg "
b"\x1E $\x08 ÆWG2¤˜ê\x17 ²Æ\x11\x7F "
b"\x1F X´?Ü&@=½ê\x10 4¸\x1C Ž\x01 "
b" ù´Š™Oз.'¹Te+Ú "
b"!\x03 𲬣A\x1E ±\x15 ßç\x1A ;©v "
b"!i†$NgF´ª––W¢eL "
b""©&¯ÆpJ\x10 ‚aE \x10 ò\x1A "
b"#Ñ."Z\x04 @Û™[z„üJŒ( "
b"%µZ(ŽïE¼–Ük\x01\t ^†¿ "
b"&ÍŽè@AÞ©]˜|¶õ¢x "
b"'J&Ï`´B· *X“ "
b"'Y_d"UIܱ\x06 Û–ÜÙŠ6 "
b"'¿\x04 ®\x0F ïJW±JÜýÖúÙ "
b"(I«ƒ\PIñ¯ƒ#ç¥ñ( "
b")lÑü\r éMÛÄ\x1A ØMxB "
b")ÂïîoÕFõ£CgV¦‹\x06 í "
b")ôí`ýÂB6‡ìÌD~ô "
b"*Üc‰,ÙHÖŽ a°Í:Ú| "
b"+&B8ª\x05 K@´\x13\x18 ü¾œi\x08 "
b"+¡Æb-’@Œ ãÝß\(©ê "
b"-‡î>e}IHºÑ/Â/1RÀ "
b"""
.\x08 #Ø>¶M+‹º\n
\x19 ×Ýð;
"""
b"/–/èä¯Dhé…†årùü "
b"0£iõG0J¾“bZQ:ðm\x1D "
b"1\r ¶i»\x00 K§’é¶4³\x16 Å\x16 "
b"2û/j\x03 JŠŽ¼V8Žwà "
b"3\x02 yÛKVF¯‡{‹\x13 ÜÊÅ® "
b"5XXáqÅH\f ¶~£fˆuêF "
b"6ÂÉIgòL·¸\x00 óÙð\x16 p "
b"7"ìyñC´¡ÌG·z,VL "
b"9i¹1q=@P‘\x13 n\$}t "
b":YŽ\x16 ‹$I¼±Ü%ðÏÖÄy "
b":˜8\x7F gìC"½\r ±K\r µ\r \ "
b";‡Ž(ÛðD¾–™‹ÈÐ~’e "
b"=!Æ^ÓþIR¬\x08 L÷©iÁ "
b">[ER\x18 ÿCé™!\x16 wêì\x1E Á "
b"?rŠºÍ(M,‚.ta\x1D ºÂN "
b"@\x13 3F}O\x01 µ{]d\v £û "
b"@>«ë§\CÓ˜_I(öpQ "
b"C„†k\x00\x1A I°•¾uÙp\x00 ³å "
b"C‹\x1A ¯‹1AÇ™9\e EŽ¡\x0F ’ "
b"D*£oW—Cœ¡\x1C $ùx$Ø "
b"DŠtÎö±L…’\x15 ni¿€Ðp "
b"F_¾šÍãI‘©\x04 ½©ûñJM "
b"H\x1F Ê@ì’H8º;Úð»a ÷ "
b"HŸV\x1E 1\x13 Iœµ\x10 Y\x18 ¸fŒV "
b"KCò\x04 ‘åI³5ÊzbiÍt "
b"K‹³,§uNx\v &ü\x13 $7† "
b"PïF²ÉFV¥I"¬¦ª"| "
b"RAªÑâ@\x04 š‡ Âé¬aå "
b"ToA:ðöOlŠÉž\x13 ÊëØ "
b"Tˆú\e\x11 sK‰’ÑñŽÞÆA— "
b"T¸,Ê\r ‘A³¸B=ô~Ó` "
b"UX\x06 Þô“G־ĚãqõC "
b"U¨œWH±Dq½vðSÜmk "
b"V<{¥XàB»¼,°1×H½I "
b"VÖxZÚ§I*«'a¿B"rœ "
b"WfyíþÚ@\x12 ‰øív<Ž?’ "
b"W½¬@#qFÅž–˜É‘¶bž "
b"Yè¨J¾tL›-Y4\x18 [‡s "
b"Z\x04 uMë"I焟[\x18\x12 >\x7F\x18 "
b"ZãK탋Ot‘\x07 )#c`–ñ "
b"[À\x14 ……nI\x1A ’\x07 Tÿ\x1D æý6 "
b"\mÝ\x12 7\x1D Kû…ujÍÉZÉ" "
b"]B™¬ü¯@Ô‡†Mz\x1F PQI "
b"]ŸÂÆìnGN˜oz\x03 ½\x11\x08 + "
b"an>ŠïŽEª‘Ìè=›KÔo "
b"bŒ¢Ž\e ýI”¦\x01 ~9‚o\x18\x01 "
b"dôm\x05 ¯ZI\x08 ¡ûâEây* "
b"eMrP{bKC¡\x02 Øg:ËŒo "
b"j7bu‚]CŸ¯SXÿ7N4Š "
b"j¢\x1A ÁšîC1³'â&<ËK "
b"jð°¾'µLë–wÓü\x1E )ú\x02 "
b"kÌžÕ€KÏ‘ú*ê\v {R "
b"l\x06 Õ×kl@¸–?Ä¿Y ƒò "
b"m~±àTOò£ÅûØ\x1F ‡õb "
b"""
plz\x0F ~ÔJ\n
•?ÂæM£!‡
"""
b"pÌ~g\e <O“™$•/Øß¥“ "
b"q–ÀŠ|\x18 Jñ‹ï¿§\x19 èš "
b"sœ¤ÿ8ÍOQ«Lß@\t\x1F ¶; "
b"tL½8\ŽNm„˜¥™ÒíU "
b"""
u•¥ÝVèD¦ \x7F ]—\n
CBL
"""
b"u§\x1A AbÎO–<G«ÃŸ\e _ "
b"v\x05 áBiØJL¾9ú~°BW "
b"v>k\x18 H=J\x10 ƒ]òX\x18 ÷xX "
b"váÝ1ΰND€#[À\x7F Z\x7F À "
b"y‰¼¶øºA7³A€½Ú¼\x17 "
b"{+ áµ×L\x15 h£}\t PZÆ "
b"|CŽxâ¤Cb£\x1A ¶GrÇme "
b"~â…pì¿Aà½Âú‰)t´\f "
b"\x7F ªð|¦\x1D A\x15 \x1D &`ô‡Œ¥ "
b"‚\x10 p·çzNb¨\x1F ¼½éLq "
b"ƒ"[YÅ—J\x16 ªóö\x05 6\x17\x1E "
b"ƒ«\e\x1F %OD—¯¸’\x10 Â(Ñ "
b"†\e ëK£\x05 I¯‡\x7F ÚÌH® "
b"‡\x1F ³·ÜäEJºm“2\x19\t §R "
b"ˆxÏŽ¿¸@?¹ÃY\x10 »Ä¤´ "
b"ŠDBõ1üL€„Z+\x03\x1F e2$ "
b"‹B¼\x1D aÇOL¥¿~W\t ”Dõ "
b"‹©Ÿ\x03 \r /NåºðùbŽ\f w "
b"""
‹Ì½‚ÞhGî¸ï©èV%\n
\x12
"""
b"""
Œb\x11 ú.|N(£\n
™\x18 õþ“›
"""
b"Œ•‡/¥JMY¶fsPàÊ’\x05 "
b"""
Žz‚›ŽÛI\x12 %7\n
\x1D $\x16 ¬
"""
b"Žån¦0“Iàƒ&s¥ŠÏÌ4 "
b"’E2Ú\x13 F2¸rQáÆB¤U "
b"ÅL,¯FZ²R@RËfER "
b"""
Ï|Q…~C¡½1\n
Â\x10 UD|
"""
b"Ù7?‚ÀE"…Í«§\x07 "jÚ "
b"ú±0\x1E ÔM屬û½Äk\x1F w "
b"‘W\x18 NŽ)@;9ÃõSÜ?¡ "
b"‘¤\x10 ™\x0E ñMǵÉÓÞž<ž³ "
b"“¸uwvPF«¯F\x1A G=<l‚ "
b"”\x10 TàɳG˜™\x0E lqYs\x07 ÷ "
b"”ÜzwK\x19 MÛ»¼h»\x1E OËß "
b"•\x03 B?\v jKƒ\x1C ¹\x0F £\x11 7. "
b"•)ŸË +J››žöÈg¡?‚ "
b"•X\v\f C:IϤXÓtô\x07 ëÙ "
b"•dtÒ\x15 9B"•®Œò§"5~ "
b"—dÕò\x1F ÷Gƒ¦ŠŒ\r èÕïÚ "
b"˜Uä=_\x17 I4‰ùû ÛÖ+¾ "
b"›~’\x1E ]ßAä™ cï^Q8 "
b"\x1C Òaø/Ee¬©9¥;\e\x18 / "
b"&‰_Œ»M߆fÄÖ‚l5\x08 "
b"*\x13 Ú`\x13 FÕ•™¯”\x14 ¡%1 "
b"µ‘ùâiB)¸çÄml^\' "
b"ž?Ÿ¤<÷Dü¬\x18 ,å\v (Љ "
b"ŸU]ø7ìO景\x0E €*Zn\x00 "
b"¡§ù\x0E ¾3J)“pTçöuÛ "
b"¡²\x10 õ\x11 ³E\x7F ²X¶,æÖ\x02 ¨ "
b"""
¢\t\x07 \n
˜0KÀ²/wÆ,Ðùú
"""
b"¢\x7F\x13\x04 ÕjCᯟ«ÆŽ\x1F ’Š "
b"¢ÓbÚ~pIÙ›7xA\x7F Ið¯ "
b"¤6áº@ñ@õ‘IP·êæ¦ "
b"¤÷@+¬„N¼ŽJ¼Á\x04 %Û* "
b"¥\x1E \x1E þ\x06 @;¥Ý\x17 ¢Qyo8 "
b"¥—\x19 ^\x1C âBu½¹\x05 Dt_X} "
b"¦b7v¤ÛE‡·®´ñQª(Ù "
b"¦ø^\x19 TaLe”?Z}\x0F ôkb "
b"§g¸ýPVM\x05 °àüQÒÇc· "
b"§ÂJô`ÑIÍŽ\x7F }\x12 WÂ\x07 "
b"ª_Ã\x1F @óI1™íà¸Ä¼> "
b"«U&\x1F\x16 F,¦QÖÇìivß "
b"«\x7F XîýæCý³ÞÒ:e!Ø® "
b"¬\x1F a3œI;¢\x05 ó\x17 ÅQæ¿ "
b"\x04 €ÞW·J¯¢gîù#¤\x0F ; "
b"\x19 =Ñß‹O\x01 † ÿfx%\x1A Ê "
b"!ÿx’CGrœ’Ø(ÒœÓâ "
b"®…^íN)C"¾äÉÏÇ<^) "
b"°;“t*gGô¦¶‘fïü5 "
b"°<B\x08 {_Hæ\x1A\x00\x19 0zÞp "
b"±eoó8H³°G.˜.Y‰g "
b"±j+ÜýØD^ îrãìòô¼ "
b"³\f «•\x10\f C\v ³j€Í‹vQœ "
b"³é}ŸÌžFâ„úLá/œÆ' "
b"µ’33…GB8±ÂÀÕ–N: "
b"¶ì\x1A Þ‹wGõ¡PPÚò\x18 m "
b"·ë¡Z\x18 º@³™3ú‰Fa[2 "
b"¸Bhôï\x08 NY¾žhb\x1D Úò’ "
b"¸¼cºæ6AƒŠ°»\e jKMª "
b"¹©Z5CßM ŒË¶üîú¥ "
b"º>3w<·LÄ«æm†'Ì_' "
b"ºÃþÑ:(A\x7F ©:ïm_“\x00 2 "
b"»`Ù$\x19 ŒA³¥R±;Á"Ø¡ "
b"¼ÆÎWê†O7³Ëø\t öAˆx "
b"½è\x1E\x04 èhIU¾ÄO\x18 €\x11\x01 * "
b"¾w¯~}âG¥†\v \x01 ªÙ3Ì "
b"¾Œe\x14 TnDC¼_Áªª“—ß "
b"¾ÄŠ’D”H\x15 –´™£F/¥? "
b"¿zH”‚_C\x1A »Záì\e „\x01 Á "
b"Á\x1D\x19 ’¿\x12 A;—ùß\x16 Áuýœ "
b"Á«N«‡-D†S~í$Y´ "
b"ÁËú“vQNoŽ‹i6p˜³i "
b"Ä\x12 ˜SK2NŒµ5\x14 Œ¦El… "
b"Æ\x1D å@ÀIKSœºžK\x19 x "
b"È\x0F\f ¸¿ŒOM³»\x14 ]%¶\x02 › "
b"ɧüж¤Hl™dÑÔ|R–ý "
b"Ë xÉøM©¤”\e >·\x14 ¤Ö "
b"̱›LNêF1’s\x1D ²‡ˆÍä "
b"Ís=r¸ãD5“*Ì3ŠîfF "
b"Ñô—}¿+A›¬\x01 â3¼$‰Y "
b"Ô ‰Ü|¨E\r ‰\e Ó|\x01 ü\t y "
b"ÔîÄE\x14 rDf–ËwÖܺåF "
b"Õ\x19 Е}E™‘˜\v a5Û\v « "
b"ÕqQÎQ8J‹µÚ0ý3rW\n "
b"Õµ~¡[UAÙ£Ê.²‰A "
b"Ø\x04 ^®\x15 Ž@f¬×o”ÑqªŸ "
b"؈\x03 5c¶OC ›¹ØöÙ%\x02 "
b"ÙÐëÜ\x7F PO/¶‘Þ€Ôéº5 "
b"Úµ4£ÐIvŠð͹G¥’j "
b"Û\x17 ÂpÔ}Lõ¡\e %tÜÆM\x19 "
b"Þ\x1E W¬KƒCV¸o÷\x00 Á\x0F "
b"à\x1C\f w§úM×…\x0E\x16 ª\x1F Ìò€ "
b"à\ˆ_ìwJñ†˜ÊÖ3B\x "
b"áA\x00 +r\x1E HÍ´àù\x0F [±®_ "
b"â9¸µ\x1A ãNͧX\x14 ŸžÂB8 "
b"ãœþ\x7F ¢"B+§\x01 L‘ì-‚c "
b"ãÀˆòø×A¼¨çY#Ä,y| "
b"äøËçk×H\x05 ½_»zª‘ÄH "
b"æ·3ÿHL@\f 4?Lε®j "
b"鄘E+\x15 L΂-Ç\ú´[ "
b"ë\x19 À\x17\x0F ÄA.’í€Výõç! "
b"ëŽq*ù\t C\t ¾DŒ\f kÃq\x14 "
b"îËæwˆ`Bì•^/‰,dh "
b"ð\x14 »„\x14 ÌF«ƒ³‚\x15\x02 ¶«@ "
b"ð±§^´ÈHƒ–\x1E w!£\x7F\v\x07 "
b"ñ†T‡,\x1C C\x01 ’÷¼ul—ú£ "
b"ñý\x14 -Y[Ný‰ŒÈ ’\t |N "
b"ó€‹PšiOȘƒð´µÝ¼“ "
b"÷7xjXB¼¬¡W&\x10 j\x1F É "
b"÷<,WÆ>K™®\x10 þ4‹p\x18 "
b"÷ˆ\x01 ]{B© äô@1 "
b"û©zj\x1D ˜I»ªPe|¤G4À "
b"ü+@ÆA¹IÆ¢—\r º,Æ!› "
b"ý\x17 üøP]K:…ûÈ\x11 Ü^VÂ "
b"ÿ+ô§Á\x15 Fô³¦Œ§öV‹ç "
]
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 (0x004CA55F002941409801897F38912379 , 0x015F9B0484854A60A1AEE588DDE6FBC3 , 0x018F0B7CFCC77E44AC36320DF2635062 , 0x018F9A92389E7E869BC12620580B9407 , 0x019193DB81A7724CB5C18D015364CDAF , 0x019193DDDEB87901A8492DFF936B7C81 , 0x019E6E250D52721082A97AE1B9FF81CE , 0x019E6E251373723B9E653F47C9DFA384 , 0x019E6E2513FC72C3B1BD54FB337760A4 , 0x019E6E2515FE723EB531F57D48DA6CC6 , 0x019E6E251601705898FF970F2002B7EB , 0x019E6E25160A71E1AE4FC7C3E8C9D055 , 0x019E6E25161071DDB1CD48DF63435616 , 0x019E6E25161470E29D0EE7170630557A , 0x019E6E25161773C5B7AF352FDB94264E , 0x019E6E25163D731198F7604B20F241F6 , 0x019E6E25165371AFBD03B8C0F51C457C , 0x019E6E25167473B1B70FE3950F7EED67 , 0x019E6E2516B170E7A1674EB7F7D088BF , 0x019E6E2516B372218A2732A00C99C00C , 0x019E6E2516B673079096309CFE08F2BF , 0x019E6E2516B871309FC77F4BCA9D61C7 , 0x019E6E2516BA72E5B4C6517351EF873A , 0x019E6E2516C1706CBF33EF17AC03C94E , 0x019E6E2516C37311B3AF963407171EAB , 0x019E6E2516C5721C8737A662568D9656 , 0x019E6E2516C67031B258A67F95155040 , 0x019E6E2516C97173B33C4E99CE689AD9 , 0x019E6E2516CB726EBABD3CB2333A2C42 , 0x019E6E2516CE72F49C217402A5E9157D , 0x019E6E2516D1729AAA29F10AAD866920 , 0x019E6E2516D373A2A3D4E0ECFDD8CDDF , 0x019E6E2516D870188857B0D6FB8338A6 , 0x019E6E2516F371548E6F3321DE4E8BCA , 0x019E6E2516F47335AF6B0FCEFDB49A66 , 0x019E6E2516F9721F960072716D8DFA2B , 0x019E6E2516FE737A9B6EC9AE30801428 , 0x019E6E2516FF736D807D0697EEAF8F8C , 0x019E6E251700717EBF32FCD0976526C2 , 0x019E6E25170E721CB98CBDED3D23BE98 , 0x019E6E25170F707F8BAB7EE5B8768FC5 , 0x019E6E251710720F833D94CB2A942A26 , 0x019E6E25171172648F67200BD29B106D , 0x019E6E251713716D83078374E4E97D94 , 0x019E6E25171472DC9C3B06ADD50D8B4D , 0x019E6E251716729D99D3F790CD0A512E , 0x019E6E25172073CCB99A684AE71B2557 , 0x019E6E2517227251A5C980F92B6324D1 , 0x019E6E2517237267A2DB353F1B3A07FF , 0x019E6E25172673DF84A7F5340C4ECD80 , 0x019E6E25172971109A4A8C8926712E5D , 0x019E6E25172A70859A1BDB2A718CC4B4 , 0x019E6E25172D7377AE54759CD826C6BC , 0x019E6E2517377170A0BD8B9D20A6D5BA , 0x019E6E25173A73118B6F2D0BB045988E , 0x019E6E25173B732CB3BF03B4D434FD11 , 0x019E6E25173D7368B53EDE5634452D25 , 0x019E835C890672FBBA869375A4C47286 , 0x019E835C8922731B85E470F9C053C2C2 , 0x019E835C89B9707CBF558DBC1C5A23AE , 0x019E835C89CE72A4BF4368152A2712D6 , 0x019E835C89D371EFA1B2F5C6E9011C32 , 0x019E835C89E270D2B1B2C3F1938A3825 , 0x019E835C8ACE73E7859BA9BF3EF82E12 , 0x019E835C8ADB70E0B7E442CFAC1D9FD5 , 0x019E835C8AF072F8864A6D6C5E525DE4 , 0x019E835C8AF671D2BA247749657A2F9C , 0x019E835C8B0B7088BA13761D4F825EA5 , 0x019E835C8B3070B6B47FC108271741B5 , 0x019E835C8BC1725F963B8FC62AA0F71F , 0x019E835C8BC8701BAA4625D8AA9F60E2 , 0x019E91BA10EE70E3BFFBEA0E4B3F55DB , 0x019E91BA16EB702FA7109D1C1919EBA4 , 0x019E91BA1996734986D2796E6FE2715D , 0x019E91BA203C73828C63827B3B9AD785 , 0x019E91BA21B8713D990B3C2C432B3299 , 0x019E91BA23637052AD61BF1A9878874F , 0x019E91BA2A7F73749C476DAD8A318E08 , 0x019E91BA2E577329B04E07D263B42FD2 , 0x019E91BA396870E1BF2A88537237E024 , 0x019E91BA399D709BB3759747D0E20948 , 0x019E91BA3A9C723E9C7A45689B43888F , 0x019E91BA3AA7730EA34E9A65102ADC83 , 0x019E91BA3AC8716D995A047B3CBEDB8B , 0x019E91BA3B457041BD6A744E47A8E3D4 , 0x019E91BA3B6073DAA62F2849FD9BFF86 , 0x019E91BA3BB87176B2A826C2F0BAF201 , 0x019E91BA3BCD727987F142EC2F8D0C99 , 0x019E91BA3BD071E9979EE322151DD086 , 0x019E91BA3BE570DA9D875DA161F86823 , 0x019E91BA3BF67256ABA89AB57FB9C528 , 0x019E91BA3C0E7090AF8F9CE2345753CF , 0x019E91BA3C1773678345459501B8FD90 , 0x019E91BA3C1E73EA96933D6E94EC1D48 , 0x019E91BA3C2B7110B97B0B5DBD26557E , 0x019E91BA3C32704B9DCF62836235EB2C , 0x019E91BA3C44703BAC6E7BAF8845EBDB , 0x019E91BA3C4772ED9A91D7DED8BD1915 , 0x019E91BA3C51707BB7562701A349B881 , 0x019E91BA3C5A70E08A0CD471F014C0A0 , 0x019E91BA3C5C7144B720E3D99A8AAD83 , 0x019E91BA3C5E73F59BAD549545D97EE5 , 0x019E91BA3C6172F0BA6BE96384ACE16B , 0x019E91BA3C6C72E1AE07327461A563F1 , 0x019E91BA3C6F72978384313118473C4A , 0x019E91BA3C7370EA8E7EDE80E01676CB , 0x019E91BA3C7F7065828385EAD439E5D5 , 0x019E91BA3C8171E49FD6D020CFB5CC31 , 0x019E91BA3C8372B2B476056BE50FBABE , 0x019E91BA3C8C708EBA8537040C0F0530 , 0x019E91BA3C937274881085C4A3CB0663 , 0x019E91BA3C987332A7E2FFF0E05F5D44 , 0x019E91BA3C9A72EE9DF767583BD8E4B4 , 0x019E91BA3C9C7228ADE33305F3AED5E7 , 0x019E91BA3CA77005BD1A9CC98F0DF5EA , 0x019E91BA3CAB71FBA49BE12EA4D87156 , 0x019E91BA3CB073F8A45A2AE5398FF3C2 , 0x019E91BA3CB473D6A63A101FCBE9B4FF , 0x019E91BA3CB6728EA502E2386264D45B , 0x019E91BA3CB870E1AE255112E6227809 , 0x019E91BA3CBB7178B1E8326FABB3D3CC , 0x019E91BA3CC373DFA999A7BC26389741 , 0x019E91BA3CC871FC9607248F632283A0 , 0x019E91BA3CCA713CBF1ABF9F284A1B37 , 0x019E91BA3CCC729C99B045CD1162D11D , 0x019E91BA3CCE7298BAB76BDD628D9A23 , 0x019E91BA3CD371AF9B09D0CDE2AA529E , 0x019E91BA3CD573B1B7EFF3DBC384212F , 0x019E91BA3CDA72A39290EECBD7271AE8 , 0x019E91BA3CDC703EB2732ECCD4BF4CB8 , 0x019E91BA3CDE72C9B5A3C290756CE0D1 , 0x019E91BA3CE3720D8DCD698A1773C5A6 , 0x019E91BA3CED7082935A855EB7C88E87 , 0x019E91BA3CF0732090A5FE5845482C78 , 0x019E91BA3CF4702D97CF7F97EEAC94E0 , 0x019E91BA3CF672B9B81A2B9F8DA1E012 , 0x019E91BA3D057268A4459FCA22EF1E82 , 0x019E91BA3D08710E89649D02AACD250C , 0x019E91BA3D0A723C9952E31E941B0992 , 0x019E91BA3D1173FA930828263E90D689 , 0x019E91BA3D1973CB9F4627F1A9023316 , 0x019E91BA3D1C718F846DB0DD8FAC3483 , 0x019E91BA3D2273978B9AD7479603665E , 0x019E91BA3D27716DAB5D1D73A6AABC61 , 0x019E91BA3D2B71AC89C7499F2B0A29C8 , 0x019E91BA3D2D7213A61FB199E7ACEB2B , 0x019E91BA3D36707BB708190B719DB32E , 0x019E91BA3D3970808DDF3AA1CCCE53B9 , 0x019E91BA3D3B7258B0B1E3CD6366FF13 , 0x019E91BA3D44734BBCEBC23804D65307 , 0x019E91BA3D4671449235AEA11A309AAD , 0x019E91BA3D48732197D61FE33D6CB39A , 0x019E91BA3D4B724FA0A490427FFFCF5C , 0x019E91BA3D4F714EB79C65D2E47AF48B , 0x019E91BA3D5173028B4CCD87A06E11CB , 0x019E91BA3D5470EC9CB46C7ED56F7E96 , 0x019E91BA3D58737493EB4BD95A18F5F9 , 0x019E91BA3D5A71E198E24D51426A61A4 , 0x019E91BA3D5F7171A3A2027209150917 , 0x019E91BA3D6E731D9FB2375D07F14523 , 0x019E91BA3D7370759267DC3D6D12B19D , 0x019E91BA3D7770F289BD7C91D43139CA , 0x019E91BA3D8271BD9A0D3A1C64A47313 , 0x019E91BA3D8671C9831352ADFAE0DEF4 , 0x019E91BA3D89735B98E55317398C827B , 0x019E91BA3D8B70EDA1204F0C4B3574B9 , 0x019E91BA3D8D73C4BD49A485A184A17A , 0x019E91BA3D927330B8EB5865C02B1EC6 , 0x019E91BA3D9470B0BE5F90BA7A008C9B , 0x019E91BA3D96718C9E201DDDE3455E5B , 0x019E91BA3D98708E962C9085F304D725 , 0x019E91BA3D9B704CA949F00406220F78 , 0x019E91BA3D9D7396A7BE1D1611302B88 , 0x019E91BA3DA67276A90A49864BE0F548 , 0x019E91BA3DA871A38EE9C68EDE7DDED1 , 0x019E91BA3DAF72CCAD5DCA0D44E48C65 , 0x019E91BA3DB870C88DC4A135E216CD00 , 0x019E91BA3DCD71EB99E288E54D4C5FA7 , 0x019E91BA3DD1725D82528D6F2F3E955D , 0x019E91BA3DD473B28862BBEBAFA5154C , 0x019E91BA3DDA729D8DA7FE65F59C2F56 , 0x019E91BA3DDF73589982162C8B46845F , 0x019E91BA3DE1728595CF73DA7E235F6C , 0x019E91BA3DF072C4A8C39B926990AD1C , 0x019E91BA3E057199B6A898D60855B74A , 0x019E91BA3E20709E95F49F72DC638468 , 0x019E91BA3E2F70E0BB1ADDCE669FBB97 , 0x019E91BA3E6F7047ADB6AA2DBC6F9FF5 , 0x019E91BA3E8073BD9AABF08F766A3A76 , 0x019E91BA3E8E709888AC0056AA8DB2C2 , 0x019E91BA3E9A738D83900260727FF9F6 , 0x019E91BA424F70EB8CDA28481E5CB27C , 0x019E91BA4346704A86B7083FB6AB77B0 , 0x019E91BA435E71E28CC470AC95BF7F40 , 0x019E91BA43A973B9B74024EF483A61AA , 0x019E91BA43F670B2B02EC3825328EF14 , 0x019E91BA44107161A3394B5F9BFA9452 , 0x019E91BA44287240864B5BCE209B42BF , 0x019E91BA447271949EB118545CF61F50 , 0x019E91BA4495723781EF2AB958DF26A7 , 0x019E91BA44B9729D8CAB320F4AA08091 , 0x019E91BA44E4701EA7FFA3DB0F563C7E , 0x019E91BA44F07318A8E610BB7BB08578 , 0x019E91BA45087362959076612FC5FB5C , 0x019E91BA451473BFA6299C713C847E39 , 0x019E91BA452070609CD8C42AFDAC5EE4 , 0x019E91BA454E71B4B9D628EDEBF6CA47 , 0x019E91BA45657201A6921FD8583C8534 , 0x019E91BA45887179B33E3D008B442C8C , 0x019E91BA459F735395116207DFFB7579 , 0x019E91BA45BD7109886C63BC86C9C71A , 0x019E91BA45CA73358F6B71DC84F0CF4C , 0x019E91BA45D670489CDA3B44297E6497 , 0x019E91BA45E873AEB33B75434ABBF721 , 0x019E91BA460173D59E09CD956CC9ACA0 , 0x019E91BA460E71E4A3F68380AC998796 , 0x019E91BA46287070B9DD757D945C37FF , 0x019E91BA463570CF80C84C1290582DC7 , 0x019E91BA4642706ABABF942F352B4AA5 , 0x019E91BA464F729CBDFAB92E12D52F87 , 0x019E91BA46697029AA1A01D0EA1F7BC3 , 0x019E91BA46767314AC2CE8A52061C6DD , 0x019E91BA468E73D7BD2595585271C3D0 , 0x019E91BA469B7091BFD0BD18DC5A9387 , 0x019E91BA46A8736DBBAF554B9428CA78 , 0x019E91BA46CC707AA1544749C1441B60 , 0x019E91BA46F273EB80E5951DB5651C70 , 0x019E91BA472472259884ABAB526B5FCD , 0x019E91BA473170C5BA9370C26612B667 , 0x019E91BA475672A4BD800E0E367DBE0E , 0x019E91BA476370A9BEF206D12B84A651 , 0x019E91BA478870CD81C411ABBF9B5FDE , 0x019E91BA4794714B9DA6E8C600CA58A6 , 0x019E91BA47A1726590931D91FC18E942 , 0x019E91BA47AD7351AFD723BDA7829955 , 0x019E91BA480772D897874E113480423C , 0x019E91BA4821705897791125B3A7A63E , 0x019E91BA483A73DFA8CB24AC85DC7E0A , 0x019E91BA4854728B8C594640A511BB07 , 0x019E91BA48747035A6EA820D5EAAE616 , 0x019E91BA488170A0B49935E08F230429 , 0x019E91BA488E73E3A4D77FF29BF50479 , 0x019E91BA48B9709AAAB77291713F8115 , 0x019E91BA48C5700D945A7F03117AFEEB , 0x019E91BA48D172FDA03E34CA66B8EEBE , 0x019E91BA48DE72EF929A9FA935736177 , 0x019E91BA48EB73BF89DC7CCC499BF534 , 0x019E91BA491B73AF8242C54A4F598901 , 0x019E91BA493370BDB7B811D40BC5A067 , 0x019E91BA494C706EA5B2C1684AFE32B7 , 0x019E91BA495B72329C3F875F70C4DA2F , 0x019E91BA496872DAB2CF3DBF9B36CA52 , 0x019E91BA498071769CDCC6E034CE8E2C , 0x019E91BA499973F99B32943B8023A6EE , 0x019E91BA49A67230B38EA0CF1715D9D6 , 0x019E91BA49BE70048C47F31128A8B2E1 , 0x019E91BA49CA71E1BCE0156879DD72E0 , 0x019E91BA49E2734E96877BB8BD15B6C5 , 0x019E91BA49EE704780D29130707DC818 , 0x019E91BA49FA71C683A3712AE018281C , 0x019E91BA4A1270ADBB53CAF10942A1C4 , 0x019E91BA4A6B71B58FFD218A2D57B339 , 0x019E91BA4AF271BD8945529C9B4D8454 , 0x019E91BA4AFF7005B28E78867F6DD583 , 0x019E91BA4BCB71E0A302921CAAA327CD , 0x019E91BA4F2373CEA1F0014A2AF3D055 , 0x019E91BA50057243849090D523E3BB5F , 0x019E91BA585B7237BF0077F0E56F11FA , 0x019E91BA5B5970889FFF073831E6B2DD , 0x019E91BA5D4272A8B858B2276115E344 , 0x019E91BA5D57700B8293C2757C0B2399 , 0x019E91BA5D81723FAB5EED24CBF97C88 , 0x019E91BA5E5D72E6A302ACE8CD95C079 , 0x019E91BA5F10736AB61554AB10647005 , 0x019E91BA5F48730F94047A05FAE08080 , 0x019E91BA5F8873DF8C3823CE10501F2D , 0x019E91BA5FC6708C8F63A8A90BC859C3 , 0x019E91BA60527254B97239167B66D695 , 0x019E91BA605D734782D37477AB6F7335 , 0x019E91BA609C70838E2F92DC6C7407A3 , 0x019E91BA60BF709AB7880D949043D521 , 0x019E91BA60D5703195A86A2E16748603 , 0x019E91BA60E171B2BE2C9F74BEE8DAFB , 0x019E91BA612B7051B277EA25389422CB , 0x019E91BA614070FFB3AAA3B1D49ADAA4 , 0x019E91BA619373BEAEAB52DA129E4438 , 0x019E91BA61B17046ACACD8C452607299 , 0x019E91BA61E570C2B7B7444B7AE5043B , 0x019E91BA6253721DBBE9D49C79F5953F , 0x019E91BA629E72B59F01A72E9251880E , 0x019E91BA62C2717183F5AF2EF7BF8487 , 0x019E91BA64987093B1691626C94EBE92 , 0x019E91BA6507726C895903E06A191024 , 0x019E91BA653371B6B4E13BBFC4A63E5B , 0x019E91BA653E70D68E9BCE35D918D1C2 , 0x019E91BA655573D182AFED07363D2527 , 0x019E91BA6560712C8A523333B0B0BA26 , 0x019E91BA657871F2967FADD851619692 , 0x019E91BA65837246975F54C95D11545D , 0x019E91BA658E71948DE9B016CA82FB1A , 0x019E91BA65A57063B4D5F2BFDF23650E , 0x019E91BA65B073D59686B645AB096518 , 0x019E91BA65C67316929DAE04AE5E0CBD , 0x019E91BA6BAB701089A58D8E904AD13E , 0x019E91BA789573CB84F78145FF2C73AF , 0x019E91BA8CBC705EA824D1EB7176DCFF , 0x019E91BA8DA671F7B6E1FD8447BE0457 , 0x019E91BA8DE8730CAFBCD59551959537 , 0x019E91BA8FB67195AB5AF78B3C2E7A2C , 0x019E91BA9A6C72EBBD674897A5643187 , 0x019E91BA9C74719195D8DD28F134956C , 0x019E91BA9F3D731BB194B726142C5088 , 0x019E91BAA05A731AA17F2E9CCEB60067 , 0x019E91BAA1B9709EAF877E807FCB3382 , 0x019E91BAA35F70E4A314C4ACB4E0D1A9 , 0x019E91BAA53470618028C5287F41D3BF , 0x019E91BAA5D770E4BB10E80114BBE1E8 , 0x019E91BAA61A71168619A1396D62B8C3 , 0x019E91BAA7B7732CB2DD60E5CA5BF2AD , 0x019E91BAA87771559357FB94566D92E9 , 0x019E91BAAA3373D9AF657BF2809AA8A9 , 0x019E91BAABF572B89F77D526951A3E73 , 0x019E91BAAD9F739389C1F7E37123E81F , 0x019E91BAADEA70B691555C9D70A8D9C4 , 0x019E91BAB08972D189298660E7C8F4B5 , 0x019E91BAB1757185B362BD592E454D68 , 0x019E91BAB2597186A18A5AA1DE0F99AE , 0x019E91BAB363733898129A0EA4014981 , 0x019E91BAB44072DFB76AB7EE6A0D550F , 0x019E91BAB66371C7B63A0C16432B47E7 , 0x019E91BAB753715195D07B55A5331558 , 0x019E91BAB82B7379B81F7C106C8D0AE8 , 0x019E91BAB9697014955C25051A449D89 , 0x019E91BABBA870C08345C3D715D125D7 , 0x019E91BABE1772AFA42022B1D8B729FB , 0x019E91BABF6B7205925C64905CD4A144 , 0x019E91BABF9971A78EAEA0897DBB55EE , 0x019E91BABFE2700B90F2094209BC0AF6 , 0x019E91BABFFA7330AC08F9E251D3C1E7 , 0x019E91BAC0CA72CB96D5CD46B0E5E2AD , 0x019E91BAC2EB73A59993AE83B600EC0C , 0x019E91BAC34772EE9A0F17B52E34078F , 0x019E91BAC5CC711594B317F221BDB33F , 0x019E91BAC6A873F283A521CD7F12EF9F , 0x019E91BAC7A071D897C1257B172F136E , 0x019E91BAC7FC70308869496FD8360BC4 , 0x019E91BAC8B97288B50A53DD7FA79013 , 0x019E91BACA3C720F81433A499FF23CF1 , 0x019E91BACB35700D82F7917DBFEA6AB4 , 0x019E91BACBC573FCB6A823DAE0994FB7 , 0x019E91BACC62702A86AD8CF50FCB32B8 , 0x019E91BACCFD712DAD73D23200D76240 , 0x019E91BACD157025AD19F03CB4666059 , 0x019E91BACDAA7231ADA538D0BC604F2D , 0x019E91BACFA0723DADC069B16BAECF6E , 0x019E91BAD031704A986B3FBE7DA00F61 , 0x019E91BAD3B370B08EB0EF19A8FEACF9 , 0x019E91BAD3FC70C1BCD5C808D6BD5F9A , 0x019E91BAD46972D9A8C74D0EA32C93FA , 0x019E91BAD52270C98CF2A97B6F0C92E6 , 0x019E91BAD5B173F89D562142048A4138 , 0x019E91BAD6BA73338B08636A8A2E1C08 , 0x019E91BAD743723E99519AA3D70DA95B , 0x019E91BAD7D670AFBBB2D014AB2E5DF7 , 0x019E91BADB1171ECA1236C999AC920E4 , 0x019E91BADD2F7018870A6B6A13E00CBB , 0x019E91BADDEC72A6897BF2B55B9B3B56 , 0x019E91BADE35700C8849BCAD43142608 , 0x019E91BADE7771388E37AA53C2627C9A , 0x019E91BADEBA7157A12D873335534583 , 0x019E91BADF9E731F91D89857855C34FF , 0x019E91BAE0DC71168438AB00D7045741 , 0x019E91BAE3DD717B91568E54A5D14E86 , 0x019E91BAE3F570559CCC19512243729F , 0x019E91BAE5067340B6990A79084B50A7 , 0x019E91BAE5DE70DE94F7DDA870B91531 , 0x019E91BAEA137020A1BB5FF9E6B5890B , 0x019E91BAEB3572EF9C72581FEA15652A , 0x019E91BAEC4673ECBDE97174C850BD4A , 0x019E91BAEC78728786FDEF947231E4D7 , 0x019E91BAEFC3734FB989086388688AFF , 0x019E91BAEFFE72AB94B150FA7EA2E77F , 0x019E91BAF07473B0A87754AD2DA28534 , 0x019E91BAF1DE71318D3A322F755A92CE , 0x019E91BAF28B7317987AE9EC929729DF , 0x019E91BAF58170DEBAFB6C9EBDDC5391 , 0x019E91BAF6F2704DB6CC6FB10DDCAB3C , 0x019E91BAF84470AFADE7D1D2C71FBD9A , 0x019E91BAF8B871D4BBA1C6AEB908C499 , 0x019E91BAF8FC733A9CBE7A59B4E23063 , 0x019E91BAF94470B9B10C0FF8513A5862 , 0x019E91BAF99D7379A9662BC151AF9511 , 0x019E91BAFAB570DBB617AF738CE721D3 , 0x019E91BAFC3870F09130C6FB7EC904EF , 0x019E91BAFCC1716D97A5235225822F0B , 0x019E91BAFD4E7206B3DAC8AACB1A6759 , 0x019E91BAFDBA714BB82EC25E3ECF9AE5 , 0x019E91BAFEFB72F7B88B45C06524BAA1 , 0x019E91BAFF3E72798A35ACA1E2EC9F6B , 0x019E91BAFFB6700A9DECB65C6B999A72 , 0x019E91BB007673659BC958C6B5EBB2A0 , 0x019E91BB01667161B7C37FA61BE7097F , 0x019E91BB048C71FA97553BC01088A501 , 0x019E91BB05E7723895D870CE26E0A10C , 0x019E91BB067373ED93C3FFA2F6AA1940 , 0x019E91BB0794738AA8734938288D8FC5 , 0x019E91BB07F1714FA6A793242AC53A05 , 0x019E91BB08B07034B0D40B7015DE6FB7 , 0x019E91BB0919733EB83DB39BF363F558 , 0x019E91BB09EB732BA98391043DBF517B , 0x019E91BB0A9873278927B01B3F1629D8 , 0x019E91BB0B3572108FF1F33DB822CA75 , 0x019E91BB0CBD71E6A9C6B62EEE510D1E , 0x019E91BB0D1B70609713C26DAF3E603A , 0x019E91BB0EC3726CA27A7F2361ED8F40 , 0x019E91BB11C271A2ADD6A00BF36D9DA1 , 0x019E91BB1484706B9AC706148AFA3941 , 0x019E91BB149C71B2A36AEFD9D9B6C928 , 0x019E91BB16A8717B836F5F458E227D19 , 0x019E91BB16C273BBA385FE07621E0F1F , 0x019E91BB16E471F0B081B4EA82001FEE , 0x019E91BB193271A2A28FFA6D741286AD , 0x019E91BB198E70FBA04776562A9DFA76 , 0x019E91BB1A0173D88DE508F4486B4F0A , 0x019E91BB1B3C71BE8EC6032515C5ED42 , 0x019E91BB1D617390B9D7520249AF52A7 , 0x019E91BB1F3472219249F6CBCB29F9CA , 0x019E91BB1FAC7115B7FC27D5F85DA504 , 0x019E91BB22FE724C8A2289B984BF0F67 , 0x019E91BB23A172F7A690B79B96B22CD0 , 0x019E91BB23E770EB82FBD8A8B814D347 , 0x019E91BB248C739E8E976BAAAFF8E088 , 0x019E91BB258E72768251F4FA4AD501C3 , 0x019E91BB265F72539766578290908350 , 0x019E91BB26BD7074ACE2511B7B68929E , 0x019E91BB278D72CDA68655C6A1027B76 , 0x019E91BB299E73719DF3F048682D4F54 , 0x019E91BB2B2670C39888F411A7414D9A , 0x019E91BB2CC77236B76383B7F1E21A5B , 0x019E91BB2D3672FBA8C06124D0AF4884 , 0x019E91BB2E6673A59E21973070023D14 , 0x019E91BB2F3C7356B91963AE192A225C , 0x019E91BB30B072E5B7F72C9C2C8AD3AD , 0x019E91BB346A72F88584D5A6672D787C , 0x019E91BB379A7022810C80984720F39D , 0x019E91BB3A4373AD846FB599EB3C92B0 , 0x019E91BB3A7172599F3D419654CAE0A6 , 0x019E91BB3C077076929C09986E726667 , 0x019E91BB3D1071D09A8239AA685B91ED , 0x019E91BB3FEE7381A1A7C33B4FF65651 , 0x019E91BB404A72FCAF41677A85B37F13 , 0x019E91BB43CA71E28D125274DBF7B24B , 0x019E91BB74AE737FB510ECE4735BC48F , 0x019E91BB75BE70958BCB6AC45404BB82 , 0x019E91BB75D57023A8BBD13C83E1A3C0 , 0x019E91BB77A8727AB6B7CEA8EB04C434 , 0x019E91BB7E2070EFB8C0647EDA7505D0 , 0x019E91BB7FB270158E1057CE985D140C , 0x019E91BB867C7266B16FC9ECAC67C49E , 0x019E91BB8C1F724CB612DC7690596C49 , 0x019E91BB9590718BBAD028D96757B72C , 0x019E91BB9B7B73CAA93A1B6B69057BBC , 0x019E91BBAD8371CE84D4FEE7AC63C43A , 0x019E91BBB53C73D88E19B6F83C0497BC , 0x019E91BBB62A710F9D4FD4E358983D82 , 0x019E91BBB6B871D8A2231A6DC9332576 , 0x019E91BBB6D1720C8D1AF36D35B153AA , 0x019E91BBB74570A19C4747E72B930D64 , 0x019E91BBB74A71B893A732DA4A2BE540 , 0x019E91BBB74E728391595EA2424FAEFC , 0x019E91BBB76E723E84B46F8B2E739B09 , 0x019E91BBB7E07328A084A6170ECE6BAA , 0x019E91BBB7FB70CBBDFBEE9DC7E54B5A , 0x019E91BBB7FF704888D29898F15BD5A0 , 0x019E91BBB80670E69FFE1860E88FC74F , 0x019E91BBB81973A6B65AD5D184CAE3E7 , 0x019E91BBB82172C08DC1F9E085AB096D , 0x019E91BBB83870A7A4733E388321FB7D , 0x019E91BBB84371F0A29E61829C5C04C7 , 0x019E91BBB869734D9A88D71054B1D1AB , 0x019E91BBB86B7331B9C1DE76CC5E4341 , 0x019E91BBB86E70D7AC10C5C646DCA16C , 0x019E91BBB896702C80756421F41446A3 , 0x019E91BBB8A172A0AD7E8DEAB8985080 , 0x019E91BBB8A7730698A1D677356D16CD , 0x019E91BBB8AF70DF84287F695CF912F8 , 0x019E91BBB8C1737DA349AB3B28F64CDA , 0x019E91BBB8CB73A18B6B88FCAE8D7111 , 0x019E91BBB8D071808F7332229480CF7D , 0x019E91BBB8D871BE932293E87E9E5C6A , 0x019E91BBB8E073F2AD04596A3ECF8B56 , 0x019E91BBB8E5726488ACC3657BB2D429 , 0x019E91BBB8EA7330BF439B665171EAEB , 0x019E91BBB8F4738490B9C0B7CC7CE2DF , 0x019E91BBB8F970B5B01DB262F86A2691 , 0x019E91BBB9047059AF60F176405E7765 , 0x019E91BBB907726FA954E387436099C4 , 0x019E91BBB918715D82B74EAC7B94D53D , 0x019E91BBB91B706EA97ADD738CBF6B18 , 0x019E91BBB920739282C94CB8262FC040 , 0x019E91BBB92A7285966C66A60EC5401C , 0x019E91BBB93D722E9F5217F890E3A5CF , 0x019E91BBB93F72DD8F2523AE57F9A100 , 0x019E91BBB94070E1ABDA1890AF92E585 , 0x019E91BBB942736C89CC0F1FFF4C27F0 , 0x019E91BBB9507297AACFB18519421961 , 0x019E91BBB95171449EDA4C01CECE7112 , 0x019E91BBB95470598D8B2FBCAD5511C5 , 0x019E91BBB95D7089B282C77D549B2980 , 0x019E91BBB961730882CFAE1DE252658C , 0x019E91BBB96373E1802E795851CEC107 , 0x019E91BBB965704F82E035B1A9E65566 , 0x019E91BBB97271C3AB022BCE477F7461 , 0x019E91BBB975703D9BF899CCB27CAF04 , 0x019E91BBB9797341895CB15B4BEAB1C3 , 0x019E91BBB97A7040A523067C89456BA3 , 0x019E91BBB97C71A6A89CBD198E3E1703 , 0x019E91BBB983700A82B6E69CB1430FCF , 0x019E91BBB98472CD8FAC0C05022D0C0A , 0x019E91BBB9867285A1A04FEDAD70F5CB , 0x019E91BBB98870BB974564AE20222576 , 0x019E91BBB98B706CAC6F8050AF7DC7BD , 0x019E91BBB98F72CEA0A9AF85BDA5C320 , 0x019E91BBB99072148185EFEA699374F7 , 0x019E91BBB997714BB5B476AF6BDD1996 , 0x019E91BBB9997142B0814358554576DD , 0x019E91BBB99B70128FC8097C8BF89E56 , 0x019E91BBB99C73A6AC9877987054606D , 0x019E91BBB99E711880FAC09AD01457F7 , 0x019E91BBB9AB728D9E19CEB89C660DF9 , 0x019E91BBB9AD708FB99A6D5EBE5589E5 , 0x019E91BBB9AE700684AD2E16B0975701 , 0x019E91BBB9B272BEA2AFF97D989C90F6 , 0x019E91BBB9B4709DBE008597C6051D1A , 0x019E91BBB9B77107A213A61D1F19EA17 , 0x019E91BBB9BB72ADBE3D6821634E21C0 , 0x019E91BBB9BC71F18A2550E0B45774AD , 0x019E91BBB9C07136B4F81F6A3C6C5BB4 , 0x019E91BBB9C2705DB97E3130253F7854 , 0x019E91BBB9C470E09AA8100BF639C291 , 0x019E91BBB9C5705BAB8E66892CFE4CFA , 0x019E91BBB9CB70BAB891A35B7F004794 , 0x019E91BBB9CD71B9ADB77870AD425595 , 0x019E91BBB9D071648F4BF1E0A170B4F7 , 0x019E91BBB9D273E18021ECDB62393628 , 0x019E91BBB9D373A685E70B4E84F68D12 , 0x019E91BBB9D57110B5BC135E4D53AD59 , 0x019E91BBB9D770ABA57904F3DA8A3212 , 0x019E91BBB9DB71518E53B3CCE6B4B9F6 , 0x019E91BBB9E271058452526262C05E7D , 0x019E91BBB9E671F387047F790322C647 , 0x019E91BBB9EF71FA831BA33FEA7667D7 , 0x019E91BBB9F4727BAF4A26B616BEFD7A , 0x019E91BBBA007217A1130F4DEB5FA391 , 0x019E91BBBA0A72D6AA49A2433AF326D1 , 0x019E91BBBA0F700AB5FBF5EF40F4858B , 0x019E91BBBA117398A4A7FD172D49033C , 0x019E91BBBA1972B9B06E4187D586F4A5 , 0x019E91BBBA1C72219BE2809EB519BA76 , 0x019E91BBBA1E721D9FD68ECAAE1F039D , 0x019E91BBBA22723B9B3539E9D0FF1771 , 0x019E91BBBA2471CE8DA6DD347E4B2A0A , 0x019E91BBBA2873FA801368250634789B , 0x019E91BBBA2D71A6A2A2BF91247F5BDB , 0x019E91BBBA2F7042BD5E42B277B74E89 , 0x019E91BBBA6071968EF9E9B7CFC55B9B , 0x019E91BBBA657289BCA262E42C470F1C , 0x019E91BBBA6A73DF90B0BFE163EE905F , 0x019E91BBBA6F72AA859F30D3EAC1D00D , 0x019E91BBBA7170FCB3B4FE33181CA382 , 0x019E91BBBA7373A7990C1760F49CDE79 , 0x019E91BBBA7670F4A1D59C71D00011FA , 0x019E91BBBA7A7038ABD2A96DD6A9E595 , 0x019E91BBBA7E706D84E3B8DA61B64B54 , 0x019E91BBBA8170D48E6EE753A667C613 , 0x019E91BBBA85702E96900807B69AD82F , 0x019E91BBBA887330A89AF71B8D98CFAE , 0x019E91BBBA8C739F9FC56DB471B02164 , 0x019E91BBBA8E723794284DC5FF5741AB , 0x019E91BBBA947320899DA450EC2CA208 , 0x019E91BBBA9A7373A2BC28F382A7DB42 , 0x019E91BBBAA370AA8885A71A4EBBA2DB , 0x019E91BBBAAC7189AF55FB5DB66864B5 , 0x019E91BBBAB271068DB945ED053D2889 , 0x019E91BBBAB9724E87B06754A58E8FFC , 0x019E91BBBABF7226841F23C09516F1AB , 0x019E91BBBAC172C0BF0D97B085C1945C , 0x019E91BBBAC7738088A13BA57457AE35 , 0x019E91BBBAC971E1B9FAAF23D0D0EAF6 , 0x019E91BBBACC72F485247ABD77CAA36A , 0x019E91BBBAD4711A887A1B5942345264 , 0x019E91BBBAD6722EBA725DF04B4A579E , 0x019E91BBBADD72B78C1ABE014B89FF2F , 0x019E91BBBAE2719B9BEEF9056C295345 , 0x019E91BBBAE773B1A4A7B5F7EA14B781 , 0x019E91BBBAEA70D3B39A996B00AD0EBD , 0x019E91BBBAEE71218AF11037032B6D2D , 0x019E91BBBAF073B997409A15EE713C62 , 0x019E91BBBAF27181B8553E4484932688 , 0x019E91BBBB0170C49FF446C772D1DEB1 , 0x019E91BBBB03732F8F9730C2CEEFA176 , 0x019E91BBBB0572C5B885FE97BC9CEE88 , 0x019E91BBBB0B706CA8360336EB23CE1B , 0x019E91BBBB1F7092B7377E0DA60C208E , 0x019E91BBBB2171218C2AA4A3D889478C , 0x019E91BBBB2B7182A3C1B1BB05BE3A20 , 0x019E91BBBB2D71B79051FAC1DF5CAD8E , 0x019E91BBBB3073A78902847B6539CB9D , 0x019E91BBBB3270C1B6EE4C288D2DA5C8 , 0x019E91BBBB34709FBDA435250CE8C1FB , 0x019E91BBBB3870898B18FA408F4069E9 , 0x019E91BBBB5271318AE6D0D114E32E36 , 0x019E91BBBB6972FBB14448C013F7BD8B , 0x019E91BBBB76728D81D96694D41F4212 , 0x019E91BBBCA27124A0831F2ACA0272A0 , 0x019E91BBBCA573DB9C9043717BDAE77A , 0x019E91BBBCBF735C8672C06C60466B61 , 0x019E91BBBCCD73218A2EAC14D502C5A9 , 0x019E91BBBCD470F9B82F5D70A129A32D , 0x019E91BBBCD7736488A15ECDE3BAF764 , 0x019E91BBBCDA72DF9DF8E7269829C074 , 0x019E91BBBCF571C99B3765D8736CABB8 , 0x019E91BBBD067010BECA30E604F0406E , 0x019E91BBBD0A70E39FEC02F754C0D659 , 0x019E91BBBD16726A8D5071DEB30D7A62 , 0x019E91BBBD2A71F691E0EE61CF1E2114 , 0x019E91BBBD3271A0AE0771E9E14ED4FA , 0x026F237FA9204F51B81921D5D267E918 , 0x0423E1B7918846E2A038586AED315656 , 0x05061DC106A14C798BDF76856B1EE002 , 0x05CC31BB72A6451CBD1A4846CFE76A41 , 0x076109F167A6419980974B2CE5507C10 , 0x07C81D81EF3F4AF2847F6DBA1E8F56A1 , 0x0819D9C451A44EC4883B78A18792B243 , 0x08BF77DB288E484F8D5F0EEA65426921 , 0x0915E9DCE1AF47CB88DF9907E736B8B6 , 0x0ABC5B8FA0BC47EEA1B179146C81E551 , 0x0BA199C7D2A945BDB4F7E85BC2D68AA9 , 0x0CB86824F0B34365A92DF1CE4E57D9AF , 0x0F0C72FB82AF4532A3700AE9BE1BC163 , 0x0FC650BE7B00497F9019919F06A91EC6 , 0x10BBAF0DF71F4AD48FBF77B74E8471F5 , 0x123FD20726B4429BA7D8191B6015CD88 , 0x125C40203205452E84AB215307BD4028 , 0x12C23D9E3CCB4E1EBC148CD52901F023 , 0x14FBED54FD9E405CA4D6BEF5D421EFD5 , 0x168109D900A74AE8AF5D002C82492AEC , 0x1898CE5C6E9B4A7EBF866B9D17340B50 , 0x18FD3A8EB0DA4BE88A9FFADB9B9620ED , 0x1A893A89009544AE91910E99042BC87E , 0x1ABCD8F9D5964E2D9EB2DF2AD59EE77B , 0x1BAF7787B7184C9A8351464DC8D7E3DE , 0x1BD128A3CD5F48CB898EF63D002D2B37 , 0x1D620BFFC7E649BD94683F5AA145BCA3 , 0x1D814CC0AD854BAEBBE09CC41DD26567 , 0x1E902408C6574732A498EA17B2C6117F , 0x1F58B43FDC26403DBDEA1034B81C8E01 , 0x20F9B48A999D4FD0B72E27B954652BDA , 0x21039AB2ACA3411EB115DFE71A3BA976 , 0x216986244E6746B4AA969657A265904C , 0x22A926AFC6704A1090826145A010F21A , 0x23D12E225A0440DB995B7A84FC4A8C28 , 0x25B55A288EEF45BC96DC6B01095E86BF , 0x26CD908DE84041DEA95D987CB6F5A278 , 0x274A26CF60B442B7A0202A58EE89AA93 , 0x27595F64225549DCB106DB96DCD98A36 , 0x27BF04AE0FEF4A57B14ADCFDD68FFAD9 , 0x2849AB835C5049F1AF8323E7A5F12820 , 0x296CD1FC0DE94DDB9DC41AD84D78428F , 0x29C2EFEE6FD546F5A3436756A68B06ED , 0x29F4ED60FDC2423687ECADCC447E9DF4 , 0x2ADC63892CD948D68EA061B0CD3ADA7C , 0x2B264238AA054B40B41318FCBE9C6908 , 0x2BA1C6622D92408CA0E3DDDF5C28A9EA , 0x2D87EE3E657D4948BAD12FC22F3152C0 , 0x2E0823D83EB64D2B8BBA0A19D7DDF03B , 0x2F962FE8E4AF4468ADE98586E572F9FC , 0x30A369F547304ABE93625A513AF06D1D , 0x310DB669BB004BA792E9B634B316C516 , 0x32FB2F6A03A04A8A818DBC56388D77C3 , 0x330279DB4B5646AF877B8B13DCCAC5AE , 0x355858E171C5480CB67EA3668875EA46 , 0x36C2C94967F24CB7B800F3D9F0811670 , 0x3722EC79F19D43B4A1CC47B77A2C564C , 0x3969B931713D405091136E5C247DAD74 , 0x3A598D168B2449BCB1DC25F0CFD6C479 , 0x3A98387F67EC4322BD0DB14B0DB50D5C , 0x3B878D28DBF044BE96998BC8D07E9265 , 0x3D21C65ED3FE4952AC084CF7A969C181 , 0x3E5B455218FF43E999211677EAEC1EC1 , 0x3F728ABACD284D2C822E74611DBAC24E , 0x40139033467D4F01B57B5D640BA38FFB , 0x403EABEBA75C43D3985F9D4928F67051 , 0x4384866B001A49B095BE75D97000B3E5 , 0x438B1AAF8B3141C799391B458EA10F92 , 0x442AA36F5797439CA11C24F97824D8AD , 0x448A74CEF6B14C8592156E69BF80D070 , 0x465FBE9ACDE34991A904BDA9FBF14A4D , 0x481FCA40EC924838BA3BDAF0BB6120F7 , 0x489F561E3113499CB5105918B8668C56 , 0x4B43F20491E549B39D35CA7A6269CD74 , 0x4B8BB32CA7754E788F0B26FC13243786 , 0x50EF46B2C98F4656A54922ACA6AA227C , 0x5241ADAAD1E240049A8720C2E9AC61E5 , 0x546F413AF0F64F6C8AC9C29E13CAEBD8 , 0x5488FA1B11734B8992D1F18EDEC64197 , 0x54B82CCA0D9141B3B8423DF47EADD360 , 0x555806DEF49347D6BEC49AE371C3B543 , 0x55A89C5748B14471BD8176F053DC6D6B , 0x563C7BA558E042BBBC2CB031D748BD49 , 0x56D6785ADAA7492AAB2761BF4222729C , 0x576679EDFEDA401289F8ED763C8E3F92 , 0x57BDAC40237146C59E9698C991B6629E , 0x59E8A84ABE744C9B8F2D5934185B8773 , 0x5A04754DEB2249E7849F5B18123E7F18 , 0x5AE34BED838B4F7491072923636096F1 , 0x5BC01485856E491A920754FF1DE6FD36 , 0x5C6DDD12371D4BFB85756ACDC95AC922 , 0x5D4299ACFCAF40D487864D7A1F505149 , 0x5D9FC2C6EC6E474E986F7A03BD11082B , 0x616E3E8AEF8E45AA91CCE83D9B4BD46F , 0x628CA28E1BFD4994A6017E39826F1801 , 0x64F46D05AF5A4908A1FBE2459DE2792A , 0x654D72507B624B43A102D8673ACB8C6F , 0x6A376275825D439FAF5358FF374E348A , 0x6AA21AC19AEE4331B327E28F263CCB4B , 0x6AF0B0BE27B54CEB9677D3FC1E29FA02 , 0x6BCC9ED58F804BCF91FA2A90EA0B7B52 , 0x6C06D5D76B6C40B8963FC4BF59A083F2 , 0x6D7EB1ADE0544FF2A3C5FBD81F87F562 , 0x706C7A0F7ED44A0A953FC2E64DA32187 , 0x70CC7E671B3C4F939924952FD8DFA593 , 0x7196C08A7C184AF18BEFBFA719E89A9D , 0x739CA4FF38CD4F51AB4CDF40091FB63B , 0x744CBD385C8D4E6D8498A599D2ED5590 , 0x7595A5DD56E844A6A07F5D970A43424C , 0x75A71A4162CE4F96AD3C47ABC39F1B5F , 0x7605E14269D84A4CBE39C3BA7EB04257 , 0x763E6B18483D4A10835DF25818F77858 , 0x76E1DD31CEB04E4480235BC07F5A7FC0 , 0x7989BCB6F8BA4137B341808FBDDABC17 , 0x7B2BA0E1B5D74C15A068A37D09505AC6 , 0x7C438E78E2A44362A31AB64772C76D65 , 0x7EE28570ECBF41E0BDC2FA892974B40C , 0x7FAAF07CA61D4115A01D2660F4878CA5 , 0x821070B7E77A4E62A81FBC8FBDE94C71 , 0x83225B59C5974A16AAF3ADF60536171E , 0x83AB1B1F254F4497AF9DB89210C228D1 , 0x861BEB4BA305498EAF877FDACC48AE8F , 0x871FB3B7DCE4454ABA6D93321909A752 , 0x8878CF8DBFB8403FB9C35910BBC4A4B4 , 0x8A4442F531FC4C80845A2B031F653224 , 0x8B42BC1D61C74F4CA5BF7E57099444F5 , 0x8BA99F030D2F4EE5BAF0F9AD628E0C77 , 0x8BCCBD82DE6847EEB8EFA9E856250A12 , 0x8C6211FA2E7C4E28A30A9918F5FE939B , 0x8C95872FA54A4D59B6667350E0CA9205 , 0x8D7A829B8DDB4912AD25370A1D2416AC , 0x8EE56EA6309349E0832673A58ACFCC34 , 0x90924532DA134632B87251E1C642A455 , 0x90C54C2C8FAF465AB2524052CB664552 , 0x90CF7C51857E43A1BD310AC21055447C , 0x90D9373F82C0452285CDABA707226ADA , 0x90FAB1301ED44DE5B1ACFBBDC46B1F77 , 0x9157184E8D29403B8F39C3F553DC3FA1 , 0x91A410990EF14DC7B5C9D3DE9E3C9EB3 , 0x93B87577765046ABAF461A473D3C6C82 , 0x941054E0C9B34798990E6C71597307F7 , 0x94DC7A774B194DDBBBBC68BB1E4FCBDF , 0x9503423F0B6A4B90831CB90FA311372E , 0x95299FCB202B4A9B9B9EF6C867A13F82 , 0x95580B0C433A49CFA458D374F407EBD9 , 0x956474D21539422295AE8CF2A722357E , 0x9764D5F21FF74783A68A8C0DE8D5EFDA , 0x9855E43D5F17493489F9FBA0DBD62BBE , 0x9B7E921E5DDF41E499A063EF5E51388F , 0x9D1CD261F82F4565ACA939A53B1B182F , 0x9D26895F8CBB4DDF8666C4D6826C3508 , 0x9D2A13DA601346D59599AF9414A12531 , 0x9DB591F9E2694229B8E7C46D6C5E5C27 , 0x9E3F9FA43CF744FCAC182CE50B288A89 , 0x9F555DF837EC4FE699AF0E802A5A6E00 , 0xA1A7F90EBE334A2993705481E7F675DB , 0xA1B210F511B3457FB258B62CE6D602A8 , 0xA209070A98304BC0B22F77C62CD0F9FA , 0xA27F1304D56A43E1AF9FABC68E1F928A , 0xA2D362DA7E7049D99B3778417F49F0AF , 0xA436E1BA40F140F581914950B7EAE6A6 , 0xA4F7402BAC844EBC8E4ABCC10425DB2A , 0xA51E8F1EFE06403BA5DD17A251796F38 , 0xA597195E1CE24275BDB90544745F587D , 0xA6623776A4DB4587B7AEB4F151AA28D9 , 0xA6F85E1954614C65943F5A7D0FF46B62 , 0xA767B8FD50564D05B0E0FC51D2C763B7 , 0xA7C24AF460D149CD8D7F7D1257C20781 , 0xAA5FC31F40F3493199EDE0B89DC4BC3E , 0xAB5581261F16462CA651D6C7EC6976DF , 0xAB7F58EEFDE643FDB3DED23A6521D8AE , 0xAC1F6190339C493BA205F317C551E6BF , 0xAD0480DE57B74AAFA267EEF923A40F3B , 0xAD193DD1DF8B4F0186A0FF6678251ACA , 0xAD21FF78924347729C92D828D29CD3E2 , 0xAE855EED4E294322BEE4C9CFC73C5E29 , 0xB03B93742A6747F4A6B6819166EFFC35 , 0xB03C42087B5F48E6811A0019307ADE70 , 0xB1656FF38F3848B3B0472E982E598967 , 0xB16A2BDCFDD8445EA0EE72E3ECF2F4BC , 0xB30CAB95100C430BB36A80CD8B76519C , 0xB3E97D9FCC9E46E284FA4CE12F9CC627 , 0xB592333385474238B1C2C0D5C2964E3A , 0xB6EC1ADE8B7747F5A1505081DAF2186D , 0xB7EBA15A18BA40B39933FA8946615B32 , 0xB84268F4EF084E59BE9E68621DDAF292 , 0xB8BC63BAE63641838AB0BB1B6A4B4DAA , 0xB9A95A3543DF4D208CCBB6FCEEFA90A5 , 0xBA3E33773CB74CC4ABE66D8627CC5F27 , 0xBAC3FED13A28417FA93AEF6D5F930032 , 0xBB60D924198C41B3A552B13BC122D8A1 , 0xBCC6CE57EA864F37B3CBF809F6418878 , 0xBDE81E04E8684955BEC44F188011012A , 0xBE77AF7E7DE247A5860B8F01AAD933CC , 0xBE8C6514546E4443BC5FC1AAAA9397DF , 0xBEC48A924494481596B499A3462FA53F , 0xBF7A4894825F431ABB5AE1EC1B8401C1 , 0xC11D1992BF12413B97F9DF16C175FD9C , 0xC1AB4EAB872D44868F537EED24598EB4 , 0xC1CBFA9376514E6F8D8B69367098B369 , 0xC41298534B324E8CB535148CA6456C85 , 0xC61DE540C0494B539C90BA9E4B19789F , 0xC80F0CB8BF8C4F4DB3BB145D25B6029B , 0xC9A7FC8AB6A4486C9964D1D47C5296FD , 0xCBC22078C9F84DA9A4941B3EB714A4D6 , 0xCCB19B4C4EEA463192731DB28788CDE4 , 0xCD733D72B8E34435932ACC338AEE6646 , 0xD1F4977DBF2B419BAC01E233BC248959 , 0xD4A089DC7CA8450D891BD37C01FC0979 , 0xD4EEC4451472446696CB77D6DCBAE546 , 0xD519ADD0957D459991980B6135DB0BAB , 0xD57151CE51384A8BB5DA30FD3372570A , 0xD5B57EA15B5541D9A3CA9D2EB28941C2 , 0xD8045EAE158E4066ACD76F94D171AA9F , 0xD888033563B64F43A09BB9D8F6D92502 , 0xD9D0EBDC7F504F2FB691DE80D4E9BA35 , 0xDAB5AD34A3D049768AF0CDB947A5926A , 0xDB17C270D47D4CF5A11B2574DCC64D19 , 0xDE1E57AC4B834356B86FF700C10F2081 , 0xE01C0C77A7FA4DD7850E16AA1FCCF280 , 0xE05C885FEC774AF18698CAD633425C78 , 0xE141002B721E48CDB4E0F90F5BB1AE5F , 0xE239B8B51AE34ECDA758149F9EC24238 , 0xE39CFE7FA222422BA7014C91EC2D8263 , 0xE3C088F2F8D741BCA8E75923C42C797C , 0xE4F8CBE76BD74805BD5FBB7AAA91C448 , 0xE6B733FF484C400CA0343F4CCEB5AE6A , 0xE98498452B154CCE82812DC75CFAB45B , 0xEB19C0170FC4412E92ED8056FDF5E721 , 0xEB8D712AF9094309BE448C0C6BC37114 , 0xEECBE677886042EC958F5E2F892C6468 , 0xF014BB8414CC46AB83B3821502B6AB40 , 0xF0B1A75EB4C84883961E7721A37F0B07 , 0xF18654872C1C430192F7BC756C97FAA3 , 0xF1FD142D595B4EFD898CC8A092097C4E , 0xF3808B509A694FC89883F0B4B5DDBC93 , 0xF7379D786A5842BCACA15726106A1FC9 , 0xF73C2C57C63E4B8199AE10FE348B7018 , 0xF78801A05D7B42EE8D91A920E4F44031 , 0xFBA97A6A1D9849BBAA50657CA44734C0 , 0xFC2B40C641B949C6A2970DBA2CC6219B , 0xFD17FCF8505D4B3A85FBC811DC5E56C2 , 0xFF2BF4A7C11546F4B3A68CA7F6568BE7 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
92
12.53 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` . `file_hash` as `property_group_option.media.fileHash` , `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 _›\x04 „…J`¡®åˆÝæûà "
b"\x01 žn%\x16 ts±·\x0F ã•\x0F ~íg "
b"\x01 žn%\x16 ±pç¡gN·÷Ј¿ "
b"\x01 žn%\x16 ³r!Š'2 \f ™À\f "
b"\x01 žn%\x16 ¶s\x07 –0œþ\x08 ò¿ "
b"\x01 žn%\x16 ¸q0Ç\x7F KÊaÇ "
b"\x01 žn%\x16 ºrå´ÆQsQï‡: "
b"\x01 žn%\x16 Ápl¿3ï\x17 ¬\x03 ÉN "
b"\x01 žn%\x16 Ãs\x11 ³¯–4\x07\x17\x1E « "
b"\x01 žn%\x16 År\x1C ‡7¦bVŽ–V "
b"\x01 žn%\x16 Æp1²X¦\x7F •\x15 P@ "
b"\x01 žn%\x16 Éqs³<N™ÎhšÙ "
b"\x01 žn%\x16 Ërnº½<²3:,B "
b"\x01 žn%\x16 Îrôœ!t\x02 ¥é\x15 } "
b"""
\x01 žn%\x16 Ñršª)ñ\n
†i
"""
b"\x01 žn%\x16 Ós¢£ÔàìýØÍß "
b"\x01 žn%\x16 Øp\x18 ˆW°Öûƒ8¦ "
b"\x01 žn%\x16 óqTŽo3!ÞN‹Ê "
b"\x01 žn%\x16 ôs5¯k\x0F Îý´šf "
b"\x01 žn%\x16 ùr\x1F –\x00 rqmŽú+ "
b"\x01 žn%\x16 þsz›nÉ®0€\x14 ( "
b"\x01 žn%\x16 ÿsm€}\x06 — "
b"\x01 žn%\x17\x00 q~¿2üЗe& "
b"\x01 žn%\x17\x0E r\x1C ¹Œ½í=#¾˜ "
b"\x01 žn%\x17\x0F p\x7F ‹«~å¸vÅ "
b"\x01 žn%\x17\x10 r\x0F ƒ=”Ë*”*& "
b"\x01 žn%\x17\x11 rdg \v Ò›\x10 m "
b"\x01 žn%\x17\x13 qmƒ\x07 ƒtäé}” "
b"\x01 žn%\x17\x14 rÜœ;\x06 Õ\r ‹M "
b"""
\x01 žn%\x17\x16 r™Ó÷Í\n
Q.
"""
b"\x01 žn%\x17 s̹šhJç\e %W "
b"\x01 žn%\x17 "rQ¥É€ù+c$Ñ "
b"\x01 žn%\x17 #rg¢Û5?\e :\x07 ÿ "
b"\x01 žn%\x17 &sß„§õ4\f NÍ€ "
b"\x01 žn%\x17 )q\x10 šJŒ‰&q.] "
b"\x01 žn%\x17 *p…š\e Û*qŒÄ´ "
b"\x01 žn%\x17 -sw®TuœØ&Ƽ "
b"\x01 žn%\x17 7qp ½‹ ¦Õº "
b"\x01 žn%\x17 :s\x11 ‹o-\v °E˜Ž "
b"\x01 žn%\x17 ;s,³¿\x03 ´Ô4ý\x11 "
b"\x01 žn%\x17 =shµ>ÞV4E-% "
b"\x01 žƒ\‰\x06 rûº†“u¤Är† "
b"\x01 žƒ\‰"s\e …äpùÀS "
b"\x01 žƒ\‰¹p|¿U޼\x1C Z#® "
b"\x01 žƒ\‰Îr¤¿Ch\x15 *'\x12 Ö "
b"\x01 žƒ\‰ÓqõÆé\x01\x1C 2 "
b"\x01 žƒ\‰âpÒ±²Ãñ“Š8% "
b"\x01 žƒ\ŠÎsç…›©¿>ø.\x12 "
b"\x01 žƒ\ŠÛpà·äBϬ\x1D ŸÕ "
b"\x01 žƒ\Šðrø†Jml^R]ä "
b"\x01 žƒ\ŠöqÒº$wIez/œ "
b"\x01 žƒ\‹\v pˆº\x13 v\x1D O‚^¥ "
b"\x01 žƒ\‹0p¶´\x7F Á\x08 '\x17 Aµ "
b"\x01 ž‘º\x10 îpã¿ûê\x0E K?UÛ "
b"\x01 ž‘º\x16 ëp/§\x10 \x1C\x19\x19 ë¤ "
b"\x01 ž‘º\x19 –sI†Òynoâq] "
b"\x01 ž‘º <s‚Œc‚{;š×… "
b"\x01 ž‘º!¸q=™\v <,C+2™ "
b"\x01 ž‘º#cpRa¿\x1A ˜x‡O "
b"\x01 ž‘º*\x7F stœGmŠ1Ž\x08 "
b"\x01 ž‘º.Ws)°N\x07 Òc´/Ò "
b"\x01 ž‘º9hpá¿*ˆSr7à$ "
b"\x01 ž‘º9p›³u—GÐâ\t H "
b"\x01 ž‘»µ<sØŽ\x19 ¶ø<\x04 —¼ "
b"\x01 ž‘»¶*q\x0F OÔãX˜=‚ "
b"\x01 ž‘»¶¸qØ¢#\x1A mÉ3%v "
b"\x01 ž‘»¶Ñr\f Ž\x1A óm5±Sª "
b"\x01 ž‘»·Ep¡œGGç+“\r d "
b"\x01 ž‘»·Jq¸“§2ÚJ+å@ "
b"\x01 ž‘»·Nrƒ‘Y^¢BO®ü "
b"\x01 ž‘»·nr>„´o‹.s›\t "
b"\x01 ž‘»·às( „¦\x17\x0E Îkª "
b"\x01 ž‘»·ûp˽ûîÇåKZ "
b"\x01 ž‘»·ÿpHˆÒ˜˜ñ[Õ "
b"\x01 ž‘»¸\x06 pæþ\x18 `èÇO "
b"\x01 ž‘»¸\x19 s¦¶ZÕÑ„Êãç "
b"\x01 ž‘»¸!rÀŽÁùà…«\t m "
b"\x01 ž‘»¸8p§¤s>8ƒ!û} "
b"\x01 ž‘»¸Cqð¢ža‚œ\\x04 Ç "
b"\x01 ž‘»¸isMšˆ×\x10 T±Ñ« "
b"\x01 ž‘»¸ks1¹ÁÞvÌ^CA "
b"\x01 ž‘»¸np׬\x10 ÅÆFÜ¡l "
b"\x01 ž‘»¸–p,€ud!ô\x14 F£ "
b"\x01 ž‘»¸¡r ~Žê¸˜P€ "
b"\x01 ž‘»¸§s\x06 ˜¡Öw5m\x16 Í "
b"\x01 ž‘»¸¯pß„(\x7F i\ù\x12 ø "
b"\x01 ž‘»¸Ás}£I«;(öLÚ "
b"\x01 ž‘»¸Ës¡‹kˆü®Žq\x11 "
b"\x01 ž‘»¸Ðq€s2"”€Ï} "
b"\x01 ž‘»¸Øq¾“"“è~ž\j "
b"\x01 ž‘»¸àsò\x04 Yj>Ï‹V "
b"\x01 ž‘»¸årdˆ¬Ãe{²Ô) "
b"\x01 ž‘»¸ês0¿C›fQqêë "
b"\x01 ž‘»¸ôs„¹À·Ì|âß "
b"\x01 ž‘»¸ùpµ°\x1D ²bøj&‘ "
b"\x01 ž‘»¹\x04 pY¯`ñv@^we "
b"\x01 ž‘»¹\x07 ro©Tã‡C`™Ä "
b"\x01 ž‘»¹\x18 q]‚·N¬{”Õ= "
b"\x01 ž‘»¹\e pn©zÝsŒ¿k\x18 "
b"\x01 ž‘»¹ s’‚ÉL¸&/À@ "
b"\x01 ž‘»¹*r…–lf¦\x0E Å@\x1C "
b"\x01 ž‘»¹=r.R\x17 øã¥Ï "
b"\x01 ž‘»¹?rÝ%#®Wù¡\x00 "
b"\x01 ž‘»¹@pá«Ú\x18 ¯’å… "
b"\x01 ž‘»¹Bsl‰Ì\x0F\x1F ÿL'ð "
b"\x01 ž‘»¹Pr—ªÏ±…\x19 B\x19 a "
b"\x01 ž‘»¹QqDžÚL\x01 ÎÎq\x12 "
b"\x01 ž‘»¹TpYŽ‹/¼U\x11 Å "
b"\x01 ž‘»¹]p‰²‚Ç}T›)€ "
b"\x01 ž‘»¹as\x08 ‚Ï®\x1D âReŒ "
b"\x01 ž‘»¹csá€.yXQÎÁ\x07 "
b"\x01 ž‘»¹epO‚à5±©æUf "
b"\x01 ž‘»¹rqë\x02 +ÎG\x7F ta "
b"\x01 ž‘»¹up=›ø™Ì²|¯\x04 "
b"\x01 ž‘»¹ysA‰\±[Kê±Ã "
b"\x01 ž‘»¹zp@¥#\x06 |‰Ek£ "
b"\x01 ž‘»¹|q¦¨œ½\x19 Ž>\x17\x03 "
b"""
\x01 ž‘»¹ƒp\n
‚¶æœ±C\x0F Ï
"""
b"\x01 ž‘»¹„rͬ\f\x05\x02 -\f \n "
b"\x01 ž‘»¹†r…¡ OípõË "
b"\x01 ž‘»¹ˆp»—Ed® "%v "
b"\x01 ž‘»¹‹pl¬o€P¯}ǽ "
b"\x01 ž‘»¹rÎ ©¯…½¥Ã "
b"\x01 ž‘»¹r\x14 …ïêi“t÷ "
b"\x01 ž‘»¹—qKµ´v¯kÝ\x19 – "
b"\x01 ž‘»¹™qB°CXUEvÝ "
b"\x01 ž‘»¹›p\x12 È\t |‹øžV "
b"\x01 ž‘»¹œs¦¬˜w˜pT`m "
b"\x01 ž‘»¹žq\x18 €úÀšÐ\x14 W÷ "
b"\x01 ž‘»¹«rŽž\x19 θœf\r ù "
b"\x01 ž‘»¹p¹šm^¾U‰å "
b"\x01 ž‘»¹®p\x06 „.\x16 °—W\x01 "
b"\x01 ž‘»¹²r¾¢¯ù}˜œö "
b"\x01 ž‘»¹´p¾\x00 …—Æ\x05\x1D\x1A "
b"\x01 ž‘»¹·q\x07 ¢\x13 ¦\x1D\x1F\x19 ê\x17 "
b"\x01 ž‘»¹»r¾=h!cN!À "
b"\x01 ž‘»¹¼qñŠ%Pà´Wt "
b"\x01 ž‘»¹Àq6´ø\x1F j<l[´ "
b"\x01 ž‘»¹Âp]¹~10%?xT "
b"\x01 ž‘»¹Äpàš¨\x10\v ö9‘ "
b"\x01 ž‘»¹Åp[«Žf‰,þLú "
b"\x01 ž‘»¹Ëpº¸‘£[\x7F\x00 G” "
b"\x01 ž‘»¹Íq¹·xpBU• "
b"\x01 ž‘»¹ÐqdKñà¡p´÷ "
b"\x01 ž‘»¹Òsá€!ìÛb96( "
b"\x01 ž‘»¹Ós¦…ç\v N„öŽ\x12 "
b"\x01 ž‘»¹Õq\x10 µ¼\x13 ^MSY "
b"\x01 ž‘»¹×p«¥y\x04 óÚŠ2\x12 "
b"\x01 ž‘»¹ÛqQŽS³Ìæ´¹ö "
b"\x01 ž‘»¹âq\x05 „RRbbÀ^} "
b"\x01 ž‘»¹æqó‡\x04\x7F y\x03 "ÆG "
b"\x01 ž‘»¹ïqúƒ\e £?êvg× "
b"\x01 ž‘»¹ôr{¯J&¶\x16 ¾ýz "
b"\x01 ž‘»º\x00 r\x17 ¡\x13\x0F Më_£‘ "
b"""
\x01 ž‘»º\n
rÖªI¢C:ó&Ñ
"""
b"""
\x01 ž‘»º\x0F p\n
µûõï@ô…‹
"""
b"\x01 ž‘»º\x11 s˜¤§ý\x17 -I\x03 < "
b"\x01 ž‘»º\x19 r¹°nA‡Õ†ô¥ "
b"\x01 ž‘»º\x1C r!›â€žµ\x19 ºv "
b"\x01 ž‘»º\x1E r\x1D ÖÊ®\x1F\x03 "
b"\x01 ž‘»º"r;›59éÐÿ\x17 q "
b"\x01 ž‘»º$qÎŽ¦Ý4~K*\n "
b"\x01 ž‘»º(sú€\x13 h%\x06 4x› "
b"\x01 ž‘»º-q¦¢¢¿‘$\x7F [Û "
b"\x01 ž‘»º/pB½^B²w·N‰ "
b"\x01 ž‘»º`q–Žùé·ÏÅ[› "
b"\x01 ž‘»ºer‰¼¢bä,G\x0F\x1C "
b"\x01 ž‘»ºjsß°¿ácî_ "
b"\x01 ž‘»ºorª…Ÿ0ÓêÁÐ\r "
b"\x01 ž‘»ºqpü³´þ3\x18\x1C £‚ "
b"\x01 ž‘»ºss§™\f\x17 `ôœÞy "
b"\x01 ž‘»ºvpô¡ÕœqÐ\x00\x11 ú "
b"\x01 ž‘»ºzp8«Ò©mÖ©å• "
b"\x01 ž‘»º~pm„ã¸Úa¶KT "
b"\x01 ž‘»ºpÔnçS¦gÆ\x13 "
b"\x01 ž‘»º…p.–\x08\x07 ¶šØ/ "
b"\x01 ž‘»ºˆs0¨š÷\e Ž˜Ï® "
b"\x01 ž‘»ºŒsŸŸÅm´q°!d "
b"\x01 ž‘»ºŽr7”(MÅÿWA« "
b"\x01 ž‘»º”s ‰¤Pì,¢\x08 "
b"\x01 ž‘»ºšss¢¼(ó‚§ÛB "
b"\x01 ž‘»º£pªˆ…§\x1A N»¢Û "
b"\x01 ž‘»º¬q‰¯Uû]¶hdµ "
b"\x01 ž‘»º²q\x06 ޹Eí\x05 =(‰ "
b"\x01 ž‘»º¹rN‡°gT¥ü "
b"\x01 ž‘»º¿r&„\x1F #À•\x16 ñ« "
b"\x01 ž‘»ºÁrÀ¿\r —°…Á”\ "
b"\x01 ž‘»ºÇs€ˆ¡;¥tW®5 "
b"\x01 ž‘»ºÉqá¹ú¯#ÐÐêö "
b"\x01 ž‘»ºÌrô…$z½wÊ£j "
b"\x01 ž‘»ºÔq\x1A ˆz\e YB4Rd "
b"\x01 ž‘»ºÖr.ºr]ðKJWž "
b"\x01 ž‘»ºÝr·Œ\x1A ¾\x01 K‰ÿ/ "
b"\x01 ž‘»ºâq››îù\x05 l)SE "
b"\x01 ž‘»ºçs±¤§µ÷ê\x14 · "
b"\x01 ž‘»ºêpÓ³š™k\x00 \x0E ½ "
b"\x01 ž‘»ºîq!Šñ\x10 7\x03 +m- "
b"\x01 ž‘»ºðs¹—@š\x15 îq<b "
b"\x01 ž‘»ºòq¸U>D„“&ˆ "
b"\x01 ž‘»»\x01 pÄŸôFÇrÑÞ± "
b"\x01 ž‘»»\x03 s/—0ÂÎï¡v "
b"\x01 ž‘»»\x05 rŸ…þ—¼œîˆ "
b"\x01 ž‘»»\v pl¨6\x03 6ë#Î\e "
b"\x01 ž‘»»\x1F p’·7~\r ¦\f Ž "
b"\x01 ž‘»»!q!Œ*¤£Ø‰GŒ "
b"\x01 ž‘»»+q‚£Á±»\x05 ¾: "
b"\x01 ž‘»»-q·QúÁß\ "
b"\x01 ž‘»»0s§‰\x02 „{e9Ë "
b"\x01 ž‘»»2pÁ¶îL(Ž-¥È "
b"\x01 ž‘»»4pŸ½¤5%\f èÁû "
b"\x01 ž‘»»8p‰‹\x18 ú@@ié "
b"\x01 ž‘»»Rq1ŠæÐÑ\x14 ã.6 "
b"\x01 ž‘»»irû±DHÀ\x13 ÷½‹ "
b"\x01 ž‘»»vrŽÙf”Ô\x1F B\x12 "
b"\x01 ž‘»¼¢q$ ƒ\x1F *Ê\x02 r "
b"\x01 ž‘»¼¥sÛœCq{Úçz "
b"\x01 ž‘»¼¿s\†rÀl`Fka "
b"\x01 ž‘»¼Ís!Š.¬\x14 Õ\x02 Å© "
b"\x01 ž‘»¼Ôpù¸/]p¡)£- "
b"\x01 ž‘»¼×sdˆ¡^Íãº÷d "
b"\x01 ž‘»¼Úrßøç&˜)Àt "
b"\x01 ž‘»¼õqÉ›7eØsl«¸ "
b"\x01 ž‘»½\x06 p\x10 ¾Ê0æ\x04 ð@n "
b"""
\x01 ž‘»½\n
pãŸì\x02 ÷TÀÖY
"""
b"\x01 ž‘»½\x16 rjŽPqÞ³\r zb "
b"\x01 ž‘»½*qö‘àîaÏ\x1E !\x14 "
b"\x01 ž‘»½2q ®\x07 qéáNÔú "
b"\x02 o#\x7F © OQ¸\x19 !ÕÒgé\x18 "
b"\x10 »¯\r ÷\x1F JÔ¿w·N„qõ "
b"\x1A ¼ØùÕ–N-ž²ß*Õžç{ "
b" ù´Š™Oз.'¹Te+Ú "
b"'¿\x04 ®\x0F ïJW±JÜýÖúÙ "
b")ôí`ýÂB6‡ìÌD~ô "
b"5XXáqÅH\f ¶~£fˆuêF "
b";‡Ž(ÛðD¾–™‹ÈÐ~’e "
b"@\x13 3F}O\x01 µ{]d\v £û "
b"K‹³,§uNx\v &ü\x13 $7† "
b"UX\x06 Þô“G־ĚãqõC "
b"ZãK탋Ot‘\x07 )#c`–ñ "
b"""
u•¥ÝVèD¦ \x7F ]—\n
CBL
"""
b"†\e ëK£\x05 I¯‡\x7F ÚÌH® "
b"Žån¦0“Iàƒ&s¥ŠÏÌ4 "
b"\x1C Òaø/Ee¬©9¥;\e\x18 / "
b"¡§ù\x0E ¾3J)“pTçöuÛ "
b"""
¢\t\x07 \n
˜0KÀ²/wÆ,Ðùú
"""
b"!ÿx’CGrœ’Ø(ÒœÓâ "
b"¸Bhôï\x08 NY¾žhb\x1D Úò’ "
b"Ë xÉøM©¤”\e >·\x14 ¤Ö "
b"ÔîÄE\x14 rDf–ËwÖܺåF "
b"Õ\x19 Е}E™‘˜\v a5Û\v « "
b"ÕqQÎQ8J‹µÚ0ý3rW\n "
b"؈\x03 5c¶OC ›¹ØöÙ%\x02 "
b"à\x1C\f w§úM×…\x0E\x16 ª\x1F Ìò€ "
b"ãœþ\x7F ¢"B+§\x01 L‘ì-‚c "
b"鄘E+\x15 L΂-Ç\ú´[ "
b"ëŽq*ù\t C\t ¾DŒ\f kÃq\x14 "
b"ñý\x14 -Y[Ný‰ŒÈ ’\t |N "
]
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` . `file_hash` as `property_group_option.media.fileHash` ,
`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` . `file_hash` as `property_group_option.media.fileHash` , `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 (0x015F9B0484854A60A1AEE588DDE6FBC3 , 0x019E6E25167473B1B70FE3950F7EED67 , 0x019E6E2516B170E7A1674EB7F7D088BF , 0x019E6E2516B372218A2732A00C99C00C , 0x019E6E2516B673079096309CFE08F2BF , 0x019E6E2516B871309FC77F4BCA9D61C7 , 0x019E6E2516BA72E5B4C6517351EF873A , 0x019E6E2516C1706CBF33EF17AC03C94E , 0x019E6E2516C37311B3AF963407171EAB , 0x019E6E2516C5721C8737A662568D9656 , 0x019E6E2516C67031B258A67F95155040 , 0x019E6E2516C97173B33C4E99CE689AD9 , 0x019E6E2516CB726EBABD3CB2333A2C42 , 0x019E6E2516CE72F49C217402A5E9157D , 0x019E6E2516D1729AAA29F10AAD866920 , 0x019E6E2516D373A2A3D4E0ECFDD8CDDF , 0x019E6E2516D870188857B0D6FB8338A6 , 0x019E6E2516F371548E6F3321DE4E8BCA , 0x019E6E2516F47335AF6B0FCEFDB49A66 , 0x019E6E2516F9721F960072716D8DFA2B , 0x019E6E2516FE737A9B6EC9AE30801428 , 0x019E6E2516FF736D807D0697EEAF8F8C , 0x019E6E251700717EBF32FCD0976526C2 , 0x019E6E25170E721CB98CBDED3D23BE98 , 0x019E6E25170F707F8BAB7EE5B8768FC5 , 0x019E6E251710720F833D94CB2A942A26 , 0x019E6E25171172648F67200BD29B106D , 0x019E6E251713716D83078374E4E97D94 , 0x019E6E25171472DC9C3B06ADD50D8B4D , 0x019E6E251716729D99D3F790CD0A512E , 0x019E6E25172073CCB99A684AE71B2557 , 0x019E6E2517227251A5C980F92B6324D1 , 0x019E6E2517237267A2DB353F1B3A07FF , 0x019E6E25172673DF84A7F5340C4ECD80 , 0x019E6E25172971109A4A8C8926712E5D , 0x019E6E25172A70859A1BDB2A718CC4B4 , 0x019E6E25172D7377AE54759CD826C6BC , 0x019E6E2517377170A0BD8B9D20A6D5BA , 0x019E6E25173A73118B6F2D0BB045988E , 0x019E6E25173B732CB3BF03B4D434FD11 , 0x019E6E25173D7368B53EDE5634452D25 , 0x019E835C890672FBBA869375A4C47286 , 0x019E835C8922731B85E470F9C053C2C2 , 0x019E835C89B9707CBF558DBC1C5A23AE , 0x019E835C89CE72A4BF4368152A2712D6 , 0x019E835C89D371EFA1B2F5C6E9011C32 , 0x019E835C89E270D2B1B2C3F1938A3825 , 0x019E835C8ACE73E7859BA9BF3EF82E12 , 0x019E835C8ADB70E0B7E442CFAC1D9FD5 , 0x019E835C8AF072F8864A6D6C5E525DE4 , 0x019E835C8AF671D2BA247749657A2F9C , 0x019E835C8B0B7088BA13761D4F825EA5 , 0x019E835C8B3070B6B47FC108271741B5 , 0x019E91BA10EE70E3BFFBEA0E4B3F55DB , 0x019E91BA16EB702FA7109D1C1919EBA4 , 0x019E91BA1996734986D2796E6FE2715D , 0x019E91BA203C73828C63827B3B9AD785 , 0x019E91BA21B8713D990B3C2C432B3299 , 0x019E91BA23637052AD61BF1A9878874F , 0x019E91BA2A7F73749C476DAD8A318E08 , 0x019E91BA2E577329B04E07D263B42FD2 , 0x019E91BA396870E1BF2A88537237E024 , 0x019E91BA399D709BB3759747D0E20948 , 0x019E91BBB53C73D88E19B6F83C0497BC , 0x019E91BBB62A710F9D4FD4E358983D82 , 0x019E91BBB6B871D8A2231A6DC9332576 , 0x019E91BBB6D1720C8D1AF36D35B153AA , 0x019E91BBB74570A19C4747E72B930D64 , 0x019E91BBB74A71B893A732DA4A2BE540 , 0x019E91BBB74E728391595EA2424FAEFC , 0x019E91BBB76E723E84B46F8B2E739B09 , 0x019E91BBB7E07328A084A6170ECE6BAA , 0x019E91BBB7FB70CBBDFBEE9DC7E54B5A , 0x019E91BBB7FF704888D29898F15BD5A0 , 0x019E91BBB80670E69FFE1860E88FC74F , 0x019E91BBB81973A6B65AD5D184CAE3E7 , 0x019E91BBB82172C08DC1F9E085AB096D , 0x019E91BBB83870A7A4733E388321FB7D , 0x019E91BBB84371F0A29E61829C5C04C7 , 0x019E91BBB869734D9A88D71054B1D1AB , 0x019E91BBB86B7331B9C1DE76CC5E4341 , 0x019E91BBB86E70D7AC10C5C646DCA16C , 0x019E91BBB896702C80756421F41446A3 , 0x019E91BBB8A172A0AD7E8DEAB8985080 , 0x019E91BBB8A7730698A1D677356D16CD , 0x019E91BBB8AF70DF84287F695CF912F8 , 0x019E91BBB8C1737DA349AB3B28F64CDA , 0x019E91BBB8CB73A18B6B88FCAE8D7111 , 0x019E91BBB8D071808F7332229480CF7D , 0x019E91BBB8D871BE932293E87E9E5C6A , 0x019E91BBB8E073F2AD04596A3ECF8B56 , 0x019E91BBB8E5726488ACC3657BB2D429 , 0x019E91BBB8EA7330BF439B665171EAEB , 0x019E91BBB8F4738490B9C0B7CC7CE2DF , 0x019E91BBB8F970B5B01DB262F86A2691 , 0x019E91BBB9047059AF60F176405E7765 , 0x019E91BBB907726FA954E387436099C4 , 0x019E91BBB918715D82B74EAC7B94D53D , 0x019E91BBB91B706EA97ADD738CBF6B18 , 0x019E91BBB920739282C94CB8262FC040 , 0x019E91BBB92A7285966C66A60EC5401C , 0x019E91BBB93D722E9F5217F890E3A5CF , 0x019E91BBB93F72DD8F2523AE57F9A100 , 0x019E91BBB94070E1ABDA1890AF92E585 , 0x019E91BBB942736C89CC0F1FFF4C27F0 , 0x019E91BBB9507297AACFB18519421961 , 0x019E91BBB95171449EDA4C01CECE7112 , 0x019E91BBB95470598D8B2FBCAD5511C5 , 0x019E91BBB95D7089B282C77D549B2980 , 0x019E91BBB961730882CFAE1DE252658C , 0x019E91BBB96373E1802E795851CEC107 , 0x019E91BBB965704F82E035B1A9E65566 , 0x019E91BBB97271C3AB022BCE477F7461 , 0x019E91BBB975703D9BF899CCB27CAF04 , 0x019E91BBB9797341895CB15B4BEAB1C3 , 0x019E91BBB97A7040A523067C89456BA3 , 0x019E91BBB97C71A6A89CBD198E3E1703 , 0x019E91BBB983700A82B6E69CB1430FCF , 0x019E91BBB98472CD8FAC0C05022D0C0A , 0x019E91BBB9867285A1A04FEDAD70F5CB , 0x019E91BBB98870BB974564AE20222576 , 0x019E91BBB98B706CAC6F8050AF7DC7BD , 0x019E91BBB98F72CEA0A9AF85BDA5C320 , 0x019E91BBB99072148185EFEA699374F7 , 0x019E91BBB997714BB5B476AF6BDD1996 , 0x019E91BBB9997142B0814358554576DD , 0x019E91BBB99B70128FC8097C8BF89E56 , 0x019E91BBB99C73A6AC9877987054606D , 0x019E91BBB99E711880FAC09AD01457F7 , 0x019E91BBB9AB728D9E19CEB89C660DF9 , 0x019E91BBB9AD708FB99A6D5EBE5589E5 , 0x019E91BBB9AE700684AD2E16B0975701 , 0x019E91BBB9B272BEA2AFF97D989C90F6 , 0x019E91BBB9B4709DBE008597C6051D1A , 0x019E91BBB9B77107A213A61D1F19EA17 , 0x019E91BBB9BB72ADBE3D6821634E21C0 , 0x019E91BBB9BC71F18A2550E0B45774AD , 0x019E91BBB9C07136B4F81F6A3C6C5BB4 , 0x019E91BBB9C2705DB97E3130253F7854 , 0x019E91BBB9C470E09AA8100BF639C291 , 0x019E91BBB9C5705BAB8E66892CFE4CFA , 0x019E91BBB9CB70BAB891A35B7F004794 , 0x019E91BBB9CD71B9ADB77870AD425595 , 0x019E91BBB9D071648F4BF1E0A170B4F7 , 0x019E91BBB9D273E18021ECDB62393628 , 0x019E91BBB9D373A685E70B4E84F68D12 , 0x019E91BBB9D57110B5BC135E4D53AD59 , 0x019E91BBB9D770ABA57904F3DA8A3212 , 0x019E91BBB9DB71518E53B3CCE6B4B9F6 , 0x019E91BBB9E271058452526262C05E7D , 0x019E91BBB9E671F387047F790322C647 , 0x019E91BBB9EF71FA831BA33FEA7667D7 , 0x019E91BBB9F4727BAF4A26B616BEFD7A , 0x019E91BBBA007217A1130F4DEB5FA391 , 0x019E91BBBA0A72D6AA49A2433AF326D1 , 0x019E91BBBA0F700AB5FBF5EF40F4858B , 0x019E91BBBA117398A4A7FD172D49033C , 0x019E91BBBA1972B9B06E4187D586F4A5 , 0x019E91BBBA1C72219BE2809EB519BA76 , 0x019E91BBBA1E721D9FD68ECAAE1F039D , 0x019E91BBBA22723B9B3539E9D0FF1771 , 0x019E91BBBA2471CE8DA6DD347E4B2A0A , 0x019E91BBBA2873FA801368250634789B , 0x019E91BBBA2D71A6A2A2BF91247F5BDB , 0x019E91BBBA2F7042BD5E42B277B74E89 , 0x019E91BBBA6071968EF9E9B7CFC55B9B , 0x019E91BBBA657289BCA262E42C470F1C , 0x019E91BBBA6A73DF90B0BFE163EE905F , 0x019E91BBBA6F72AA859F30D3EAC1D00D , 0x019E91BBBA7170FCB3B4FE33181CA382 , 0x019E91BBBA7373A7990C1760F49CDE79 , 0x019E91BBBA7670F4A1D59C71D00011FA , 0x019E91BBBA7A7038ABD2A96DD6A9E595 , 0x019E91BBBA7E706D84E3B8DA61B64B54 , 0x019E91BBBA8170D48E6EE753A667C613 , 0x019E91BBBA85702E96900807B69AD82F , 0x019E91BBBA887330A89AF71B8D98CFAE , 0x019E91BBBA8C739F9FC56DB471B02164 , 0x019E91BBBA8E723794284DC5FF5741AB , 0x019E91BBBA947320899DA450EC2CA208 , 0x019E91BBBA9A7373A2BC28F382A7DB42 , 0x019E91BBBAA370AA8885A71A4EBBA2DB , 0x019E91BBBAAC7189AF55FB5DB66864B5 , 0x019E91BBBAB271068DB945ED053D2889 , 0x019E91BBBAB9724E87B06754A58E8FFC , 0x019E91BBBABF7226841F23C09516F1AB , 0x019E91BBBAC172C0BF0D97B085C1945C , 0x019E91BBBAC7738088A13BA57457AE35 , 0x019E91BBBAC971E1B9FAAF23D0D0EAF6 , 0x019E91BBBACC72F485247ABD77CAA36A , 0x019E91BBBAD4711A887A1B5942345264 , 0x019E91BBBAD6722EBA725DF04B4A579E , 0x019E91BBBADD72B78C1ABE014B89FF2F , 0x019E91BBBAE2719B9BEEF9056C295345 , 0x019E91BBBAE773B1A4A7B5F7EA14B781 , 0x019E91BBBAEA70D3B39A996B00AD0EBD , 0x019E91BBBAEE71218AF11037032B6D2D , 0x019E91BBBAF073B997409A15EE713C62 , 0x019E91BBBAF27181B8553E4484932688 , 0x019E91BBBB0170C49FF446C772D1DEB1 , 0x019E91BBBB03732F8F9730C2CEEFA176 , 0x019E91BBBB0572C5B885FE97BC9CEE88 , 0x019E91BBBB0B706CA8360336EB23CE1B , 0x019E91BBBB1F7092B7377E0DA60C208E , 0x019E91BBBB2171218C2AA4A3D889478C , 0x019E91BBBB2B7182A3C1B1BB05BE3A20 , 0x019E91BBBB2D71B79051FAC1DF5CAD8E , 0x019E91BBBB3073A78902847B6539CB9D , 0x019E91BBBB3270C1B6EE4C288D2DA5C8 , 0x019E91BBBB34709FBDA435250CE8C1FB , 0x019E91BBBB3870898B18FA408F4069E9 , 0x019E91BBBB5271318AE6D0D114E32E36 , 0x019E91BBBB6972FBB14448C013F7BD8B , 0x019E91BBBB76728D81D96694D41F4212 , 0x019E91BBBCA27124A0831F2ACA0272A0 , 0x019E91BBBCA573DB9C9043717BDAE77A , 0x019E91BBBCBF735C8672C06C60466B61 , 0x019E91BBBCCD73218A2EAC14D502C5A9 , 0x019E91BBBCD470F9B82F5D70A129A32D , 0x019E91BBBCD7736488A15ECDE3BAF764 , 0x019E91BBBCDA72DF9DF8E7269829C074 , 0x019E91BBBCF571C99B3765D8736CABB8 , 0x019E91BBBD067010BECA30E604F0406E , 0x019E91BBBD0A70E39FEC02F754C0D659 , 0x019E91BBBD16726A8D5071DEB30D7A62 , 0x019E91BBBD2A71F691E0EE61CF1E2114 , 0x019E91BBBD3271A0AE0771E9E14ED4FA , 0x026F237FA9204F51B81921D5D267E918 , 0x10BBAF0DF71F4AD48FBF77B74E8471F5 , 0x1ABCD8F9D5964E2D9EB2DF2AD59EE77B , 0x20F9B48A999D4FD0B72E27B954652BDA , 0x27BF04AE0FEF4A57B14ADCFDD68FFAD9 , 0x29F4ED60FDC2423687ECADCC447E9DF4 , 0x355858E171C5480CB67EA3668875EA46 , 0x3B878D28DBF044BE96998BC8D07E9265 , 0x40139033467D4F01B57B5D640BA38FFB , 0x4B8BB32CA7754E788F0B26FC13243786 , 0x555806DEF49347D6BEC49AE371C3B543 , 0x5AE34BED838B4F7491072923636096F1 , 0x7595A5DD56E844A6A07F5D970A43424C , 0x861BEB4BA305498EAF877FDACC48AE8F , 0x8EE56EA6309349E0832673A58ACFCC34 , 0x9D1CD261F82F4565ACA939A53B1B182F , 0xA1A7F90EBE334A2993705481E7F675DB , 0xA209070A98304BC0B22F77C62CD0F9FA , 0xAD21FF78924347729C92D828D29CD3E2 , 0xB84268F4EF084E59BE9E68621DDAF292 , 0xCBC22078C9F84DA9A4941B3EB714A4D6 , 0xD4EEC4451472446696CB77D6DCBAE546 , 0xD519ADD0957D459991980B6135DB0BAB , 0xD57151CE51384A8BB5DA30FD3372570A , 0xD888033563B64F43A09BB9D8F6D92502 , 0xE01C0C77A7FA4DD7850E16AA1FCCF280 , 0xE39CFE7FA222422BA7014C91EC2D8263 , 0xE98498452B154CCE82812DC75CFAB45B , 0xEB8D712AF9094309BE448C0C6BC37114 , 0xF1FD142D595B4EFD898CC8A092097C4E );
Copy
93
2.72 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"\x00 L¥_\x00 )A@˜\x01 ‰\x7F 8‘#y "
b"\x01 _›\x04 „…J`¡®åˆÝæûà "
b"\x01 \v |üÇ~D¬62\r òcPb "
b"\x01 š’8ž~†›Á& X\v ”\x07 "
b"\x01 ‘“Û§rLµÁŽ\x01 Sdͯ "
b"\x01 ‘“ÝÞ¸y\x01 ¨I-ÿ“k| "
b"\x01 žn%\r Rr\x10 ‚©zá¹ÿÎ "
b"\x01 žn%\x13 sr;že?GÉߣ„ "
b"\x01 žn%\x13 ürñ½Tû3w`¤ "
b"\x01 žn%\x15 þr>µ1õ}HÚlÆ "
b"\x01 žn%\x16\x01 pX˜ÿ—\x0F \x02 ·ë "
b"""
\x01 žn%\x16 \n
qá®OÇÃèÉÐU
"""
b"\x01 žn%\x16\x10 qݱÍHßcCV\x16 "
b"\x01 žn%\x16\x14 pâ\x0E ç\x17\x06 0Uz "
b"\x01 žn%\x16\x17 sÅ·¯5/Û”&N "
b"\x01 žn%\x16 =s\x11 ˜÷`K òAö "
b"\x01 žn%\x16 Sq¯½\x03 ¸Àõ\x1C E| "
b"\x01 žn%\x16 ts±·\x0F ã•\x0F ~íg "
b"\x01 žn%\x16 ±pç¡gN·÷Ј¿ "
b"\x01 žn%\x16 ³r!Š'2 \f ™À\f "
b"\x01 žn%\x16 ¶s\x07 –0œþ\x08 ò¿ "
b"\x01 žn%\x16 ¸q0Ç\x7F KÊaÇ "
b"\x01 žn%\x16 ºrå´ÆQsQï‡: "
b"\x01 žn%\x16 Ápl¿3ï\x17 ¬\x03 ÉN "
b"\x01 žn%\x16 Ãs\x11 ³¯–4\x07\x17\x1E « "
b"\x01 žn%\x16 År\x1C ‡7¦bVŽ–V "
b"\x01 žn%\x16 Æp1²X¦\x7F •\x15 P@ "
b"\x01 žn%\x16 Éqs³<N™ÎhšÙ "
b"\x01 žn%\x16 Ërnº½<²3:,B "
b"\x01 žn%\x16 Îrôœ!t\x02 ¥é\x15 } "
b"""
\x01 žn%\x16 Ñršª)ñ\n
†i
"""
b"\x01 žn%\x16 Ós¢£ÔàìýØÍß "
b"\x01 žn%\x16 Øp\x18 ˆW°Öûƒ8¦ "
b"\x01 žn%\x16 óqTŽo3!ÞN‹Ê "
b"\x01 žn%\x16 ôs5¯k\x0F Îý´šf "
b"\x01 žn%\x16 ùr\x1F –\x00 rqmŽú+ "
b"\x01 žn%\x16 þsz›nÉ®0€\x14 ( "
b"\x01 žn%\x16 ÿsm€}\x06 — "
b"\x01 žn%\x17\x00 q~¿2üЗe& "
b"\x01 žn%\x17\x0E r\x1C ¹Œ½í=#¾˜ "
b"\x01 žn%\x17\x0F p\x7F ‹«~å¸vÅ "
b"\x01 žn%\x17\x10 r\x0F ƒ=”Ë*”*& "
b"\x01 žn%\x17\x11 rdg \v Ò›\x10 m "
b"\x01 žn%\x17\x13 qmƒ\x07 ƒtäé}” "
b"\x01 žn%\x17\x14 rÜœ;\x06 Õ\r ‹M "
b"""
\x01 žn%\x17\x16 r™Ó÷Í\n
Q.
"""
b"\x01 žn%\x17 s̹šhJç\e %W "
b"\x01 žn%\x17 "rQ¥É€ù+c$Ñ "
b"\x01 žn%\x17 #rg¢Û5?\e :\x07 ÿ "
b"\x01 žn%\x17 &sß„§õ4\f NÍ€ "
b"\x01 žn%\x17 )q\x10 šJŒ‰&q.] "
b"\x01 žn%\x17 *p…š\e Û*qŒÄ´ "
b"\x01 žn%\x17 -sw®TuœØ&Ƽ "
b"\x01 žn%\x17 7qp ½‹ ¦Õº "
b"\x01 žn%\x17 :s\x11 ‹o-\v °E˜Ž "
b"\x01 žn%\x17 ;s,³¿\x03 ´Ô4ý\x11 "
b"\x01 žn%\x17 =shµ>ÞV4E-% "
b"\x01 žƒ\‰\x06 rûº†“u¤Är† "
b"\x01 žƒ\‰"s\e …äpùÀS "
b"\x01 žƒ\‰¹p|¿U޼\x1C Z#® "
b"\x01 žƒ\‰Îr¤¿Ch\x15 *'\x12 Ö "
b"\x01 žƒ\‰ÓqõÆé\x01\x1C 2 "
b"\x01 žƒ\‰âpÒ±²Ãñ“Š8% "
b"\x01 žƒ\ŠÎsç…›©¿>ø.\x12 "
b"\x01 žƒ\ŠÛpà·äBϬ\x1D ŸÕ "
b"\x01 žƒ\Šðrø†Jml^R]ä "
b"\x01 žƒ\ŠöqÒº$wIez/œ "
b"\x01 žƒ\‹\v pˆº\x13 v\x1D O‚^¥ "
b"\x01 žƒ\‹0p¶´\x7F Á\x08 '\x17 Aµ "
b"\x01 žƒ\‹Ár_–;Æ* ÷\x1F "
b"\x01 žƒ\‹Èp\e ªF%تŸ`â "
b"\x01 ž‘º\x10 îpã¿ûê\x0E K?UÛ "
b"\x01 ž‘º\x16 ëp/§\x10 \x1C\x19\x19 ë¤ "
b"\x01 ž‘º\x19 –sI†Òynoâq] "
b"\x01 ž‘º <s‚Œc‚{;š×… "
b"\x01 ž‘º!¸q=™\v <,C+2™ "
b"\x01 ž‘º#cpRa¿\x1A ˜x‡O "
b"\x01 ž‘º*\x7F stœGmŠ1Ž\x08 "
b"\x01 ž‘º.Ws)°N\x07 Òc´/Ò "
b"\x01 ž‘º9hpá¿*ˆSr7à$ "
b"\x01 ž‘º9p›³u—GÐâ\t H "
b"\x01 ž‘º:œr>œzEh›Cˆ "
b"\x01 ž‘º:§s\x0E £Nše\x10 *܃ "
b"\x01 ž‘º:Èqm™Z\x04 {<¾Û‹ "
b"\x01 ž‘º;EpA½jtNG¨ãÔ "
b"\x01 ž‘º;`sÚ¦/(Iý›ÿ† "
b"\x01 ž‘º;¸qv²¨&Âðºò\x01 "
b"\x01 ž‘º;Íry‡ñBì/Ž\f ™ "
b"\x01 ž‘º;Ðqé—žã"\x15\x1D І "
b"\x01 ž‘º;åpÚ‡]¡aøh# "
b"\x01 ž‘º;örV«¨šµ\x7F ¹Å( "
b"\x01 ž‘º<\x0E p¯œâ4WSÏ "
b"\x01 ž‘º<\x17 sgƒEE•\x01 ¸ý "
b"\x01 ž‘º<\x1E sê–“=n”ì\x1D H "
b"\x01 ž‘º<+q\x10 ¹{\v ]½&U~ "
b"\x01 ž‘º<2pKÏbƒb5ë, "
b"\x01 ž‘º<Dp;¬n{¯ˆEëÛ "
b"\x01 ž‘º<Gríš‘×ÞØ½\x19\x15 "
b"\x01 ž‘º<Qp{·V'\x01 £I¸ "
b"\x01 ž‘º<ZpàŠ\f Ôqð\x14 À "
b"\x01 ž‘º<\qD· ãÙšŠƒ "
b"\x01 ž‘º<^sõ›T•EÙ~å "
b"\x01 ž‘º<arðºkéc„¬ák "
b"\x01 ž‘º<lrá®\x07 2ta¥cñ "
b"\x01 ž‘º<or—ƒ„11\x18 G<J "
b"\x01 ž‘º<spêŽ~Þ€à\x16 vË "
b"\x01 ž‘º<\x7F pe‚ƒ…êÔ9åÕ "
b"\x01 ž‘º<qäÖРϵÌ1 "
b"\x01 ž‘º<ƒr²´v\x05 kå\x0F º¾ "
b"\x01 ž‘º<ŒpŽº…7\x04\f\x0F\x05 0 "
b"\x01 ž‘º<“rtˆ\x10 …Ä£Ë\x06 c "
b"\x01 ž‘º<˜s2§âÿðà_]D "
b"\x01 ž‘º<šrî÷gX;Øä´ "
b"\x01 ž‘º<œr(ã3\x05 ó®Õç "
b"\x01 ž‘º<§p\x05 ½\x1A œÉ\r õê "
b"\x01 ž‘º<«qû¤›á.¤ØqV "
b"\x01 ž‘º<°sø¤Z*å9ó "
b"\x01 ž‘º<´sÖ¦:\x10\x1F Ëé´ÿ "
b"\x01 ž‘º<¶rŽ¥\x02 â8bdÔ[ "
b"\x01 ž‘º<¸pá®%Q\x12 æ"x\t "
b"\x01 ž‘º<»qx±è2o«³ÓÌ "
b"\x01 ž‘º<Ãsß©™§¼&8—A "
b"\x01 ž‘º<Èqü–\x07 $c"ƒ "
b"\x01 ž‘º<Êq<¿\x1A ¿Ÿ(J\e 7 "
b"\x01 ž‘º<Ìrœ™°EÍ\x11 bÑ\x1D "
b"\x01 ž‘º<Îr˜º·kÝbŽš# "
b"\x01 ž‘º<Óq¯›\t ÐÍâªRž "
b"\x01 ž‘º<Õs±·ïóÛÄ!/ "
b"\x01 ž‘º<Úr£’îË×'\x1A è "
b"\x01 ž‘º<Üp>²s.ÌÔ¿L¸ "
b"\x01 ž‘º<Þrɵ£ÂulàÑ "
b"\x01 ž‘º<ãr\r ŽÍiŠ\x17 sŦ "
b"\x01 ž‘º<íp‚“Z…^·Èއ "
b"\x01 ž‘º<ðs ¥þXEH,x "
b"\x01 ž‘º<ôp-—Ï\x7F —à "
b"\x01 ž‘º<ör¹¸\x1A +Ž¡à\x12 "
b"\x01 ž‘º=\x05 rh¤EŸÊ"ï\x1E ‚ "
b"\x01 ž‘º=\x08 q\x0E ‰d\x02 ªÍ%\f "
b"""
\x01 ž‘º=\n
r<™Rã\x1E ”\e\t ’
"""
b"\x01 ž‘º=\x11 sú“\x08 (&>Ö‰ "
b"\x01 ž‘º=\x19 sËŸF'ñ©\x02 3\x16 "
b"\x01 ž‘º=\x1C q„m°Ý¬4ƒ "
b"\x01 ž‘º="s—‹š×G–\x03 f^ "
b"\x01 ž‘º='qm«]\x1D s¦ª¼a "
b"""
\x01 ž‘º=+q¬‰ÇIŸ+\n
)È
"""
b"\x01 ž‘º=-r\x13 ¦\x1F ±™ç¬ë+ "
b"\x01 ž‘º=6p{·\x08\x19\v q³. "
b"\x01 ž‘º=9p€Žß:¡ÌÎS¹ "
b"\x01 ž‘º=;rX°±ãÍcfÿ\x13 "
b"\x01 ž‘º=DsK¼ëÂ8\x04 ÖS\x07 "
b"\x01 ž‘º=FqD’5®¡\x1A 0š "
b"\x01 ž‘º=Hs!—Ö\x1F ã=l³š "
b"\x01 ž‘º=KrO ¤B\x7F ÿÏ\ "
b"\x01 ž‘º=OqN·œeÒäzô‹ "
b"\x01 ž‘º=Qs\x02 ‹L͇ n\x11 Ë "
b"\x01 ž‘º=Tp윴l~Õo~– "
b"\x01 ž‘º=Xst“ëKÙZ\x18 õù "
b"\x01 ž‘º=Zqá˜âMQBja¤ "
b"\x01 ž‘º=_qq£¢\x02 r\t\x15\t\x17 "
b"\x01 ž‘º=ns\x1D Ÿ²7]\x07 ñE# "
b"\x01 ž‘º=spu’gÜ=m\x12 ± "
b"\x01 ž‘º=wpò‰½|‘Ô19Ê "
b"\x01 ž‘º=‚q½š\r :\x1C d¤s\x13 "
b"\x01 ž‘º=†qɃ\x13 RúàÞô "
b"\x01 ž‘º=‰s[˜åS\x17 9Œ‚{ "
b"\x01 ž‘º=‹pí¡ O\f K5t¹ "
b"\x01 ž‘º=ŽsĽI¤…¡„¡z "
b"\x01 ž‘º=’s0¸ëXeÀ+\x1E Æ "
b"\x01 ž‘º=”p°¾_ºz\x00 Œ› "
b"\x01 ž‘º=–qŒž \x1D ÝãE^[ "
b"\x01 ž‘º=˜p–,…ó\x04 ×% "
b"\x01 ž‘º=›pL©Ið\x04\x06 "\x0F x "
b"\x01 ž‘º=s–§¾\x1D\x16\x11 0+ˆ "
b"""
\x01 ž‘º=¦rv©\n
I†KàõH
"""
b"\x01 ž‘º=¨q£ŽéÆŽÞ}ÞÑ "
b"\x01 ž‘º=¯rÌ]Ê\r DäŒe "
b"\x01 ž‘º=¸pÈŽÄ¡5â\x16 Í\x00 "
b"\x01 ž‘º=Íqë™âˆåML_§ "
b"\x01 ž‘º=Ñr]‚RŽo/>•] "
b"\x01 ž‘º=Ôs²ˆb»ë¯¥\x15 L "
b"\x01 ž‘º=Úrާþeõœ/V "
b"\x01 ž‘º=ßsX™‚\x16 ,‹F„_ "
b"\x01 ž‘º=ár…•ÏsÚ~#_l "
b"\x01 ž‘º=ðrĨÛ’i\x1C "
b"\x01 ž‘º>\x05 q™¶¨˜Ö\x08 U·J "
b"\x01 ž‘º> pž•ôŸrÜc„h "
b"\x01 ž‘º>/pà»\x1A ÝÎfŸ»— "
b"\x01 ž‘º>opG¶ª-¼oŸõ "
b"\x01 ž‘º>€s½š«ðvj:v "
b"\x01 ž‘º>p˜ˆ¬\x00 VªŽ²Â "
b"\x01 ž‘º>šsŽƒ\x02 `r\x7F ùö "
b"\x01 ž‘ºBOpëŒÚ(H\x1E \²| "
b"\x01 ž‘ºCFpJ†·\x08 ?¶«w° "
b"\x01 ž‘ºC^qâŒÄp¬•¿\x7F @ "
b"\x01 ž‘ºC©s¹·@$ïH:aª "
b"\x01 ž‘ºCöp²°.ÂS(ï\x14 "
b"\x01 ž‘ºD\x10 qa£9K_›ú”R "
b"\x01 ž‘ºD(r@†K[Î ›B¿ "
b"\x01 ž‘ºDrq”ž±\x18 T\ö\x1F P "
b"\x01 ž‘ºD•r7ï*¹Xß&§ "
b"\x01 ž‘ºD¹rŒ«2\x0F J €‘ "
b"\x01 ž‘ºDäp\x1E §ÿ£Û\x0F V<~ "
b"\x01 ž‘ºDðs\x18 ¨æ\x10 »{°…x "
b"\x01 ž‘ºE\x08 sb•va/Åû\ "
b"\x01 ž‘ºE\x14 s¿¦)œq<„~9 "
b"\x01 ž‘ºE p`œØÄ*ý¬^ä "
b"\x01 ž‘ºENq´¹Ö(íëöÊG "
b"\x01 ž‘ºEer\x01 ¦’\x1F ØX<…4 "
b"\x01 ž‘ºEˆqy³>=\x00 ‹D,Œ "
b"\x01 ž‘ºEŸsS•\x11 b\x07 ßûuy "
b"\x01 ž‘ºE½q\t ˆlc¼†ÉÇ\x1A "
b"\x01 ž‘ºEÊs5kqÜ„ðÏL "
b"\x01 ž‘ºEÖpHœÚ;D)~d— "
b"\x01 ž‘ºEès®³;uCJ»÷! "
b"\x01 ž‘ºF\x01 sÕž\t Í•lɬ "
b"\x01 ž‘ºF\x0E qä£öƒ€¬™‡– "
b"\x01 ž‘ºF(pp¹Ýu}”\7ÿ "
b"\x01 ž‘ºF5pÏ€ÈL\x12 X-Ç "
b"\x01 ž‘ºFBpjº¿”/5+J¥ "
b"\x01 ž‘ºFOrœ½ú¹.\x12 Õ/‡ "
b"\x01 ž‘ºFip)ª\x1A\x01 Ðê\x1F {à "
b"\x01 ž‘ºFvs\x14 ¬,è¥ aÆÝ "
b"\x01 ž‘ºFŽs×½%•XRqÃÐ "
b"\x01 ž‘ºF›p‘¿Ð½\x18 ÜZ“‡ "
b"\x01 ž‘ºF¨sm»¯UK”(Êx "
b"\x01 ž‘ºFÌpz¡TGIÁD\e ` "
b"\x01 ž‘ºFòsë€å•\x1D µe\x1C p "
b"\x01 ž‘ºG$r%˜„««Rk_Í "
b"\x01 ž‘ºG1pź“pÂf\x12 ¶g "
b"\x01 ž‘ºGVr¤½€\x0E\x0E 6}¾\x0E "
b"\x01 ž‘ºGcp©¾ò\x06 Ñ+„¦Q "
b"\x01 ž‘ºGˆpÍÄ\x11 «¿›_Þ "
b"\x01 ž‘ºG”qK¦èÆ\x00 ÊX¦ "
b"\x01 ž‘ºG¡re“\x1D ‘ü\x18 éB "
b"\x01 ž‘ºGsQ¯×#½§‚™U "
b"\x01 ž‘ºH\x07 rØ—‡N\x11 4€B< "
b"\x01 ž‘ºH!pX—y\x11 %³§¦> "
b"\x01 ž‘ºH:sߨË$¬…Ü~\n "
b"\x01 ž‘ºHTr‹ŒYF@¥\x11 »\x07 "
b"\x01 ž‘ºHtp5¦ê‚\r ^ªæ\x16 "
b"\x01 ž‘ºHp ´™5à#\x04 ) "
b"\x01 ž‘ºHŽsã¤×\x7F ò›õ\x04 y "
b"\x01 ž‘ºH¹pšª·r‘q?\x15 "
b"\x01 ž‘ºHÅp\r ”Z\x7F\x03\x11 zþë "
b"\x01 ž‘ºHÑrý >4Êf¸î¾ "
b"\x01 ž‘ºHÞrï’šŸ©5saw "
b"\x01 ž‘ºHës¿‰Ü|ÌI›õ4 "
b"\x01 ž‘ºI\e s¯‚BÅJOY‰\x01 "
b"\x01 ž‘ºI3p½·¸\x11 Ô\v Å g "
b"\x01 ž‘ºILpn¥²ÁhJþ2· "
b"\x01 ž‘ºI[r2œ?‡_pÄÚ/ "
b"\x01 ž‘ºIhrÚ²Ï=¿›6ÊR "
b"\x01 ž‘ºI€qvœÜÆà4ÎŽ, "
b"\x01 ž‘ºI™sù›2”;€#¦î "
b"\x01 ž‘ºI¦r0³Ž Ï\x17\x15 ÙÖ "
b"\x01 ž‘ºI¾p\x04 ŒGó\x11 (¨²á "
b"\x01 ž‘ºIÊqá¼à\x15 hyÝrà "
b"\x01 ž‘ºIâsN–‡{¸½\x15 ¶Å "
b"\x01 ž‘ºIîpG€Ò‘0p}È\x18 "
b"\x01 ž‘ºIúqƃ£q*à\x18 (\x1C "
b"\x01 ž‘ºJ\x12 p»SÊñ\t B¡Ä "
b"\x01 ž‘ºJkqµý!Š-W³9 "
b"\x01 ž‘ºJòq½‰ERœ›M„T "
b"\x01 ž‘ºJÿp\x05 ²Žx†\x7F mÕƒ "
b"\x01 ž‘ºKËqà£\x02 ’\x1C ª£'Í "
b"\x01 ž‘ºO#sΡð\x01 J*óÐU "
b"\x01 ž‘ºP\x05 rC„Õ#ã»_ "
b"\x01 ž‘ºX[r7¿\x00 wðåo\x11 ú "
b"\x01 ž‘º[YpˆŸÿ\x07 81æ²Ý "
b"\x01 ž‘º]Br¨¸X²'a\x15 ãD "
b"\x01 ž‘º]Wp\v ‚“Âu|\v #™ "
b"\x01 ž‘º]r?«^í$Ëù|ˆ "
b"\x01 ž‘º^]ræ£\x02 ¬èÍ•Ày "
b"\x01 ž‘º_\x10 sj¶\x15 T«\x10 dp\x05 "
b"\x01 ž‘º_Hs\x0F ”\x04 z\x05 úà€€ "
b"\x01 ž‘º_ˆsߌ8#Î\x10 P\x1F - "
b"\x01 ž‘º_ÆpŒc¨©\v ÈYà "
b"\x01 ž‘º`RrT¹r9\x16 {fÖ• "
b"\x01 ž‘º`]sG‚Ótw«os5 "
b"\x01 ž‘º`œpƒŽ/’Ült\x07 £ "
b"\x01 ž‘º`¿pš·ˆ\r ”CÕ! "
b"\x01 ž‘º`Õp1•¨j.\x16 t†\x03 "
b"\x01 ž‘º`áq²¾,Ÿt¾èÚû "
b"\x01 ž‘ºa+pQ²wê%8”"Ë "
b"\x01 ž‘ºa@pÿ³ª£±ÔšÚ¤ "
b"\x01 ž‘ºa“s¾®«RÚ\x12 žD8 "
b"\x01 ž‘ºa±pF¬¬ØÄR`r™ "
b"\x01 ž‘ºaåp··DKzå\x04 ; "
b"\x01 ž‘ºbSr\x1D »éÔœyõ•? "
b"\x01 ž‘ºbžrµŸ\x01 §.’Qˆ\x0E "
b"\x01 ž‘ºbÂqqƒõ¯.÷¿„‡ "
b"\x01 ž‘ºd˜p“±i\x16 &ÉN¾’ "
b"\x01 ž‘ºe\x07 rl‰Y\x03 àj\x19\x10 $ "
b"\x01 ž‘ºe3q¶´á;¿Ä¦>[ "
b"\x01 ž‘ºe>pÖŽ›Î5Ù\x18 Ñ "
b"\x01 ž‘ºeUsÑ‚¯í\x07 6=%' "
b"\x01 ž‘ºe`q,ŠR33°°º& "
b"\x01 ž‘ºexqò–\x7F ØQa–’ "
b"\x01 ž‘ºeƒrF—_TÉ]\x11 T] "
b"\x01 ž‘ºeq”Žé°\x16 Ê‚û\x1A "
b"\x01 ž‘ºe¥pc´Õò¿ß#e\x0E "
b"\x01 ž‘ºe°sÕ–†¶E«\t e\x18 "
b"\x01 ž‘ºeÆs\x16 ’®\x04 ®^\f ½ "
b"\x01 ž‘ºk«p\x10 ‰¥ŽJÑ> "
b"\x01 ž‘ºx•sË„÷Eÿ,s¯ "
b"\x01 ž‘ºŒ¼p^¨$ÑëqvÜÿ "
b"\x01 ž‘ºŽ¦q÷¶áý„G¾\x04 W "
b"\x01 ž‘ºŽès\f ¯¼Õ•Q••7 "
b"\x01 ž‘º¶q•«Z÷‹<.z, "
b"\x01 ž‘ºšlrë½gH—¥d1‡ "
b"\x01 ž‘ºœtq‘•ØÝ(ñ4•l "
b"\x01 ž‘ºŸ=s\e ±”·&\x14 ,Pˆ "
b"\x01 ž‘º Zs\x1A ¡\x7F .œÎ¶\x00 g "
b"\x01 ž‘º¡¹pž¯‡~€\x7F Ë3‚ "
b"\x01 ž‘º£_pä£\x14 Ĭ´àÑ© "
b"\x01 ž‘º¥4pa€(Å(\x7F AÓ¿ "
b"\x01 ž‘º¥×pä»\x10 è\x01\x14 »áè "
b"\x01 ž‘º¦\x1A q\x16 †\x19 ¡9mb¸Ã "
b"\x01 ž‘º§·s,²Ý`åÊ[ò "
b"\x01 ž‘º¨wqU“Wû”Vm’é "
b"\x01 ž‘ºª3sÙ¯e{ò€š¨© "
b"\x01 ž‘º«õr¸ŸwÕ&•\x1A >s "
b"\x01 ž‘ºŸs“‰Á÷ãq#è\x1F "
b"\x01 ž‘ºêp¶‘U\p¨ÙÄ "
b"\x01 ž‘º°‰rщ)†`çÈôµ "
b"\x01 ž‘º±uq…³b½Y.EMh "
b"\x01 ž‘º²Yq†¡ŠZ¡Þ\x0F ™® "
b"\x01 ž‘º³cs8˜\x12 š\x0E ¤\x01 I "
b"\x01 ž‘º´@rß·j·îj\r U\x0F "
b"\x01 ž‘º¶cqǶ:\f\x16 C+Gç "
b"\x01 ž‘º·SqQ•Ð{U¥3\x15 X "
b"""
\x01 ž‘º¸+sy¸\x1F |\x10 lŽ\n
è
"""
b"\x01 ž‘º¹ip\x14 •\%\x05\x1A D‰ "
b"\x01 ž‘º»¨pÀƒEÃ×\x15 Ñ%× "
b"\x01 ž‘º¾\x17 r¯¤ "±Ø·)û "
b"\x01 ž‘º¿kr\x05 ’\d\Ô¡D "
b"\x01 ž‘º¿™q§Ž® ‰}»Uî "
b"""
\x01 ž‘º¿âp\v ò\t B\t ¼\n
ö
"""
b"\x01 ž‘º¿ús0¬\x08 ùâQÓÁç "
b"\x01 ž‘ºÀÊrË–ÕÍF°åâ "
b"\x01 ž‘ºÂës¥™“®ƒ¶\x00 ì\f "
b"\x01 ž‘ºÃGrîš\x0F\x17 µ.4\x07 "
b"\x01 ž‘ºÅÌq\x15 ”³\x17 ò!½³? "
b"\x01 ž‘ºÆ¨sòƒ¥!Í\x7F\x12 ïŸ "
b"\x01 ž‘ºÇ qØ—Á%{\x17 /\x13 n "
b"\x01 ž‘ºÇüp0ˆiIoØ6\v Ä "
b"""
\x01 ž‘ºÈ¹rˆµ\n
SÝ\x7F §\x13
"""
b"\x01 ž‘ºÊ<r\x0F C:Iò<ñ "
b"\x01 ž‘ºË5p\r ‚÷‘}¿êj´ "
b"\x01 ž‘ºËÅsü¶¨#Úà™O· "
b"\x01 ž‘ºÌbp*†Œõ\x0F Ë2¸ "
b"\x01 ž‘ºÌýq-sÒ2\x00 ×b@ "
b"\x01 ž‘ºÍ\x15 p%\x19 ð<´f`Y "
b"\x01 ž‘ºÍªr1¥8м`O- "
b"\x01 ž‘ºÏ r=Ài±k®Ïn "
b"\x01 ž‘ºÐ1pJ˜k?¾} \x0F a "
b"\x01 ž‘ºÓ³p°Ž°ï\x19 ¨þ¬ù "
b"\x01 ž‘ºÓüpÁ¼ÕÈ\x08 Ö½_š "
b"\x01 ž‘ºÔirÙ¨ÇM\x0E £,“ú "
b"\x01 ž‘ºÕ"pÉŒò©{o\f ’æ "
b"\x01 ž‘ºÕ±søV!B\x04 ŠA8 "
b"\x01 ž‘ºÖºs3‹\x08 cjŠ.\x1C\x08 "
b"\x01 ž‘º×Cr>™Qš£×\r ©[ "
b"\x01 ž‘º×Öp¯»²Ð\x14 «.]÷ "
b"\x01 ž‘ºÛ\x11 qì¡#l™šÉ ä "
b"""
\x01 ž‘ºÝ/p\x18 ‡\n
kj\x13 à\f »
"""
b"\x01 ž‘ºÝìr¦‰{òµ[›;V "
b"\x01 ž‘ºÞ5p\f ˆI¼C\x14 &\x08 "
b"\x01 ž‘ºÞwq8Ž7ªSÂb|š "
b"\x01 ž‘ºÞºqW¡-‡35SEƒ "
b"\x01 ž‘ºßžs\x1F ‘ؘW…\4ÿ "
b"\x01 ž‘ºàÜq\x16 „8«\x00 ×\x04 WA "
b"\x01 ž‘ºãÝq{‘VŽT¥ÑN† "
b"\x01 ž‘ºãõpUœÌ\x19 Q"CrŸ "
b"""
\x01 ž‘ºå\x06 s@¶™\n
y\x08 KP§
"""
b"\x01 ž‘ºåÞpÞ”÷ݨp¹\x15 1 "
b"\x01 ž‘ºê\x13 p ¡»_ù浉\v "
b"\x01 ž‘ºë5rïœrX\x1F ê\x15 e* "
b"\x01 ž‘ºìFsì½éqtÈP½J "
b"\x01 ž‘ºìxr‡†ýï”r1ä× "
b"\x01 ž‘ºïÃsO¹‰\x08 cˆhŠÿ "
b"\x01 ž‘ºïþr«”±Pú~¢ç\x7F "
b"\x01 ž‘ºðts°¨wT-¢…4 "
b"\x01 ž‘ºñÞq1Ž:2/uZ’Î "
b"\x01 ž‘ºò‹s\x17 ˜zéì’—)ß "
b"\x01 ž‘ºõpÞºûlž½ÜS‘ "
b"\x01 ž‘ºöòpM¶Ìo±\r Ü«< "
b"\x01 ž‘ºøDp¯çÑÒÇ\x1F ½š "
b"\x01 ž‘ºø¸qÔ»¡Æ®¹\x08 Ä™ "
b"\x01 ž‘ºøüs:œ¾zY´â0c "
b"\x01 ž‘ºùDp¹±\f\x0F øQ:Xb "
b"\x01 ž‘ºùsy©f+ÁQ¯•\x11 "
b"\x01 ž‘ºúµpÛ¶\x17 ¯sŒç!Ó "
b"\x01 ž‘ºü8pð‘0Æû~É\x04 ï "
b"\x01 ž‘ºüÁqm—¥#R%‚/\v "
b"\x01 ž‘ºýNr\x06 ³ÚȪË\x1A gY "
b"\x01 ž‘ºýºqK¸.Â^>Ïšå "
b"\x01 ž‘ºþûr÷¸‹EÀe$º¡ "
b"\x01 ž‘ºÿ>ryŠ5¬¡âìŸk "
b"""
\x01 ž‘ºÿ¶p\n
ì¶\k™šr
"""
b"\x01 ž‘»\x00 vse›ÉXÆµë² "
b"\x01 ž‘»\x01 fqa·Ã\x7F ¦\e ç\t\x7F "
b"\x01 ž‘»\x04 Œqú—U;À\x10 ˆ¥\x01 "
b"\x01 ž‘»\x05 çr8•ØpÎ&à¡\f "
b"\x01 ž‘»\x06 ssí“Ãÿ¢öª\x19 @ "
b"\x01 ž‘»\x07 ”sЍsI8(ŽÅ "
b"\x01 ž‘»\x07 ñqO¦§“$*Å:\x05 "
b"\x01 ž‘»\x08 °p4°Ô\v p\x15 Þo· "
b"\x01 ž‘»\t\x19 s>¸=³›ócõX "
b"\x01 ž‘»\t ës+©ƒ‘\x04 =¿Q{ "
b"""
\x01 ž‘»\n
˜s'‰'°\e ?\x16 )Ø
"""
b"\x01 ž‘»\v 5r\x10 ñó=¸"Êu "
b"\x01 ž‘»\f ½qæ©Æ¶.îQ\r \x1E "
b"\x01 ž‘»\r \e p`—\x13 Âm¯>`: "
b"\x01 ž‘»\x0E Ãrl¢z\x7F #aí@ "
b"\x01 ž‘»\x11 Âq¢Ö \v óm¡ "
b"\x01 ž‘»\x14 „pkšÇ\x06\x14 Šú9A "
b"\x01 ž‘»\x14 œq²£jïÙÙ¶É( "
b"\x01 ž‘»\x16 ¨q{ƒo_EŽ"}\x19 "
b"\x01 ž‘»\x16 Âs»£…þ\x07 b\x1E\x0F\x1F "
b"\x01 ž‘»\x16 äqð°´ê‚\x00\x1F î "
b"\x01 ž‘»\x19 2q¢¢úmt\x12 † "
b"\x01 ž‘»\x19 pû GvV*úv "
b"\x01 ž‘»\x1A\x01 sØŽå\x08 ôHkO\n "
b"\x01 ž‘»\e <q¾ŽÆ\x03 %\x15 ÅíB "
b"\x01 ž‘»\x1D as¹×R\x02 I¯R§ "
b"\x01 ž‘»\x1F 4r!’IöËË)ùÊ "
b"\x01 ž‘»\x1F ¬q\x15 ·ü'Õø]¥\x04 "
b"\x01 ž‘»"þrLŠ"‰¹„¿\x0F g "
b"\x01 ž‘»#¡r÷¦·›–²,Ð "
b"\x01 ž‘»#çpë‚ûب¸\x14 ÓG "
b"\x01 ž‘»$ŒsžŽ—kª¯øàˆ "
b"\x01 ž‘»%Žrv‚QôúJÕ\x01 Ã "
b"\x01 ž‘»&_rS—fW‚ƒP "
b"\x01 ž‘»&½pt¬âQ\e {h’ž "
b"\x01 ž‘»'Žrͦ†UÆ¡\x02 {v "
b"\x01 ž‘»)žsqóðHh-OT "
b"\x01 ž‘»+&p؈ô\x11 §AMš "
b"\x01 ž‘»,Çr6·cƒ·ñâ\x1A [ "
b"\x01 ž‘»-6rû¨Àa$ЯH„ "
b"\x01 ž‘».fs¥ž!—0p\x02 =\x14 "
b"\x01 ž‘»/<sV¹\x19 c®\x19 *"\ "
b"\x01 ž‘»0°rå·÷,œ,ŠÓ "
b"\x01 ž‘»4jrø…„Õ¦g-x| "
b"\x01 ž‘»7šp"\f €˜G ó "
b"\x01 ž‘»:Cs„oµ™ë<’° "
b"\x01 ž‘»:qrYŸ=A–TÊঠ"
b"\x01 ž‘»<\x07 pv’œ\t ˜nrfg "
b"\x01 ž‘»=\x10 qК‚9ªh[‘í "
b"\x01 ž‘»?îs¡§Ã;OöVQ "
b"\x01 ž‘»@Jrü¯Agz…³\x7F\x13 "
b"\x01 ž‘»CÊqâŽ\x12 RtÛ÷²K "
b"\x01 ž‘»t®s\x7F µ\x10 ìäs[Ä "
b"\x01 ž‘»u¾p•‹ËjÄT\x04 »‚ "
b"\x01 ž‘»uÕp#¨»Ñ<ƒá£À "
b"\x01 ž‘»w¨rz¶·Î¨ë\x04 Ä4 "
b"\x01 ž‘»~ pï¸Àd~Úu\x05 Ð "
b"\x01 ž‘»\x7F ²p\x15 Ž\x10 WΘ]\x14\f "
b"\x01 ž‘»†|rf±oÉì¬gÄž "
b"\x01 ž‘»Œ\x1F rL¶\x12 ÜvYlI "
b"\x01 ž‘»•q‹ºÐ(ÙgW·, "
b"\x01 ž‘»›{sÊ©:\e ki\x05 {¼ "
b"\x01 ž‘»ƒq΄Ôþç¬cÄ: "
b"\x01 ž‘»µ<sØŽ\x19 ¶ø<\x04 —¼ "
b"\x01 ž‘»¶*q\x0F OÔãX˜=‚ "
b"\x01 ž‘»¶¸qØ¢#\x1A mÉ3%v "
b"\x01 ž‘»¶Ñr\f Ž\x1A óm5±Sª "
b"\x01 ž‘»·Ep¡œGGç+“\r d "
b"\x01 ž‘»·Jq¸“§2ÚJ+å@ "
b"\x01 ž‘»·Nrƒ‘Y^¢BO®ü "
b"\x01 ž‘»·nr>„´o‹.s›\t "
b"\x01 ž‘»·às( „¦\x17\x0E Îkª "
b"\x01 ž‘»·ûp˽ûîÇåKZ "
b"\x01 ž‘»·ÿpHˆÒ˜˜ñ[Õ "
b"\x01 ž‘»¸\x06 pæþ\x18 `èÇO "
b"\x01 ž‘»¸\x19 s¦¶ZÕÑ„Êãç "
b"\x01 ž‘»¸!rÀŽÁùà…«\t m "
b"\x01 ž‘»¸8p§¤s>8ƒ!û} "
b"\x01 ž‘»¸Cqð¢ža‚œ\\x04 Ç "
b"\x01 ž‘»¸isMšˆ×\x10 T±Ñ« "
b"\x01 ž‘»¸ks1¹ÁÞvÌ^CA "
b"\x01 ž‘»¸np׬\x10 ÅÆFÜ¡l "
b"\x01 ž‘»¸–p,€ud!ô\x14 F£ "
b"\x01 ž‘»¸¡r ~Žê¸˜P€ "
b"\x01 ž‘»¸§s\x06 ˜¡Öw5m\x16 Í "
b"\x01 ž‘»¸¯pß„(\x7F i\ù\x12 ø "
b"\x01 ž‘»¸Ás}£I«;(öLÚ "
b"\x01 ž‘»¸Ës¡‹kˆü®Žq\x11 "
b"\x01 ž‘»¸Ðq€s2"”€Ï} "
b"\x01 ž‘»¸Øq¾“"“è~ž\j "
b"\x01 ž‘»¸àsò\x04 Yj>Ï‹V "
b"\x01 ž‘»¸årdˆ¬Ãe{²Ô) "
b"\x01 ž‘»¸ês0¿C›fQqêë "
b"\x01 ž‘»¸ôs„¹À·Ì|âß "
b"\x01 ž‘»¸ùpµ°\x1D ²bøj&‘ "
b"\x01 ž‘»¹\x04 pY¯`ñv@^we "
b"\x01 ž‘»¹\x07 ro©Tã‡C`™Ä "
b"\x01 ž‘»¹\x18 q]‚·N¬{”Õ= "
b"\x01 ž‘»¹\e pn©zÝsŒ¿k\x18 "
b"\x01 ž‘»¹ s’‚ÉL¸&/À@ "
b"\x01 ž‘»¹*r…–lf¦\x0E Å@\x1C "
b"\x01 ž‘»¹=r.R\x17 øã¥Ï "
b"\x01 ž‘»¹?rÝ%#®Wù¡\x00 "
b"\x01 ž‘»¹@pá«Ú\x18 ¯’å… "
b"\x01 ž‘»¹Bsl‰Ì\x0F\x1F ÿL'ð "
b"\x01 ž‘»¹Pr—ªÏ±…\x19 B\x19 a "
b"\x01 ž‘»¹QqDžÚL\x01 ÎÎq\x12 "
b"\x01 ž‘»¹TpYŽ‹/¼U\x11 Å "
b"\x01 ž‘»¹]p‰²‚Ç}T›)€ "
b"\x01 ž‘»¹as\x08 ‚Ï®\x1D âReŒ "
b"\x01 ž‘»¹csá€.yXQÎÁ\x07 "
b"\x01 ž‘»¹epO‚à5±©æUf "
b"\x01 ž‘»¹rqë\x02 +ÎG\x7F ta "
b"\x01 ž‘»¹up=›ø™Ì²|¯\x04 "
b"\x01 ž‘»¹ysA‰\±[Kê±Ã "
b"\x01 ž‘»¹zp@¥#\x06 |‰Ek£ "
b"\x01 ž‘»¹|q¦¨œ½\x19 Ž>\x17\x03 "
b"""
\x01 ž‘»¹ƒp\n
‚¶æœ±C\x0F Ï
"""
b"\x01 ž‘»¹„rͬ\f\x05\x02 -\f \n "
b"\x01 ž‘»¹†r…¡ OípõË "
b"\x01 ž‘»¹ˆp»—Ed® "%v "
b"\x01 ž‘»¹‹pl¬o€P¯}ǽ "
b"\x01 ž‘»¹rÎ ©¯…½¥Ã "
b"\x01 ž‘»¹r\x14 …ïêi“t÷ "
b"\x01 ž‘»¹—qKµ´v¯kÝ\x19 – "
b"\x01 ž‘»¹™qB°CXUEvÝ "
b"\x01 ž‘»¹›p\x12 È\t |‹øžV "
b"\x01 ž‘»¹œs¦¬˜w˜pT`m "
b"\x01 ž‘»¹žq\x18 €úÀšÐ\x14 W÷ "
b"\x01 ž‘»¹«rŽž\x19 θœf\r ù "
b"\x01 ž‘»¹p¹šm^¾U‰å "
b"\x01 ž‘»¹®p\x06 „.\x16 °—W\x01 "
b"\x01 ž‘»¹²r¾¢¯ù}˜œö "
b"\x01 ž‘»¹´p¾\x00 …—Æ\x05\x1D\x1A "
b"\x01 ž‘»¹·q\x07 ¢\x13 ¦\x1D\x1F\x19 ê\x17 "
b"\x01 ž‘»¹»r¾=h!cN!À "
b"\x01 ž‘»¹¼qñŠ%Pà´Wt "
b"\x01 ž‘»¹Àq6´ø\x1F j<l[´ "
b"\x01 ž‘»¹Âp]¹~10%?xT "
b"\x01 ž‘»¹Äpàš¨\x10\v ö9‘ "
b"\x01 ž‘»¹Åp[«Žf‰,þLú "
b"\x01 ž‘»¹Ëpº¸‘£[\x7F\x00 G” "
b"\x01 ž‘»¹Íq¹·xpBU• "
b"\x01 ž‘»¹ÐqdKñà¡p´÷ "
b"\x01 ž‘»¹Òsá€!ìÛb96( "
b"\x01 ž‘»¹Ós¦…ç\v N„öŽ\x12 "
b"\x01 ž‘»¹Õq\x10 µ¼\x13 ^MSY "
b"\x01 ž‘»¹×p«¥y\x04 óÚŠ2\x12 "
b"\x01 ž‘»¹ÛqQŽS³Ìæ´¹ö "
b"\x01 ž‘»¹âq\x05 „RRbbÀ^} "
b"\x01 ž‘»¹æqó‡\x04\x7F y\x03 "ÆG "
b"\x01 ž‘»¹ïqúƒ\e £?êvg× "
b"\x01 ž‘»¹ôr{¯J&¶\x16 ¾ýz "
b"\x01 ž‘»º\x00 r\x17 ¡\x13\x0F Më_£‘ "
b"""
\x01 ž‘»º\n
rÖªI¢C:ó&Ñ
"""
b"""
\x01 ž‘»º\x0F p\n
µûõï@ô…‹
"""
b"\x01 ž‘»º\x11 s˜¤§ý\x17 -I\x03 < "
b"\x01 ž‘»º\x19 r¹°nA‡Õ†ô¥ "
b"\x01 ž‘»º\x1C r!›â€žµ\x19 ºv "
b"\x01 ž‘»º\x1E r\x1D ÖÊ®\x1F\x03 "
b"\x01 ž‘»º"r;›59éÐÿ\x17 q "
b"\x01 ž‘»º$qÎŽ¦Ý4~K*\n "
b"\x01 ž‘»º(sú€\x13 h%\x06 4x› "
b"\x01 ž‘»º-q¦¢¢¿‘$\x7F [Û "
b"\x01 ž‘»º/pB½^B²w·N‰ "
b"\x01 ž‘»º`q–Žùé·ÏÅ[› "
b"\x01 ž‘»ºer‰¼¢bä,G\x0F\x1C "
b"\x01 ž‘»ºjsß°¿ácî_ "
b"\x01 ž‘»ºorª…Ÿ0ÓêÁÐ\r "
b"\x01 ž‘»ºqpü³´þ3\x18\x1C £‚ "
b"\x01 ž‘»ºss§™\f\x17 `ôœÞy "
b"\x01 ž‘»ºvpô¡ÕœqÐ\x00\x11 ú "
b"\x01 ž‘»ºzp8«Ò©mÖ©å• "
b"\x01 ž‘»º~pm„ã¸Úa¶KT "
b"\x01 ž‘»ºpÔnçS¦gÆ\x13 "
b"\x01 ž‘»º…p.–\x08\x07 ¶šØ/ "
b"\x01 ž‘»ºˆs0¨š÷\e Ž˜Ï® "
b"\x01 ž‘»ºŒsŸŸÅm´q°!d "
b"\x01 ž‘»ºŽr7”(MÅÿWA« "
b"\x01 ž‘»º”s ‰¤Pì,¢\x08 "
b"\x01 ž‘»ºšss¢¼(ó‚§ÛB "
b"\x01 ž‘»º£pªˆ…§\x1A N»¢Û "
b"\x01 ž‘»º¬q‰¯Uû]¶hdµ "
b"\x01 ž‘»º²q\x06 ޹Eí\x05 =(‰ "
b"\x01 ž‘»º¹rN‡°gT¥ü "
b"\x01 ž‘»º¿r&„\x1F #À•\x16 ñ« "
b"\x01 ž‘»ºÁrÀ¿\r —°…Á”\ "
b"\x01 ž‘»ºÇs€ˆ¡;¥tW®5 "
b"\x01 ž‘»ºÉqá¹ú¯#ÐÐêö "
b"\x01 ž‘»ºÌrô…$z½wÊ£j "
b"\x01 ž‘»ºÔq\x1A ˆz\e YB4Rd "
b"\x01 ž‘»ºÖr.ºr]ðKJWž "
b"\x01 ž‘»ºÝr·Œ\x1A ¾\x01 K‰ÿ/ "
b"\x01 ž‘»ºâq››îù\x05 l)SE "
b"\x01 ž‘»ºçs±¤§µ÷ê\x14 · "
b"\x01 ž‘»ºêpÓ³š™k\x00 \x0E ½ "
b"\x01 ž‘»ºîq!Šñ\x10 7\x03 +m- "
b"\x01 ž‘»ºðs¹—@š\x15 îq<b "
b"\x01 ž‘»ºòq¸U>D„“&ˆ "
b"\x01 ž‘»»\x01 pÄŸôFÇrÑÞ± "
b"\x01 ž‘»»\x03 s/—0ÂÎï¡v "
b"\x01 ž‘»»\x05 rŸ…þ—¼œîˆ "
b"\x01 ž‘»»\v pl¨6\x03 6ë#Î\e "
b"\x01 ž‘»»\x1F p’·7~\r ¦\f Ž "
b"\x01 ž‘»»!q!Œ*¤£Ø‰GŒ "
b"\x01 ž‘»»+q‚£Á±»\x05 ¾: "
b"\x01 ž‘»»-q·QúÁß\ "
b"\x01 ž‘»»0s§‰\x02 „{e9Ë "
b"\x01 ž‘»»2pÁ¶îL(Ž-¥È "
b"\x01 ž‘»»4pŸ½¤5%\f èÁû "
b"\x01 ž‘»»8p‰‹\x18 ú@@ié "
b"\x01 ž‘»»Rq1ŠæÐÑ\x14 ã.6 "
b"\x01 ž‘»»irû±DHÀ\x13 ÷½‹ "
b"\x01 ž‘»»vrŽÙf”Ô\x1F B\x12 "
b"\x01 ž‘»¼¢q$ ƒ\x1F *Ê\x02 r "
b"\x01 ž‘»¼¥sÛœCq{Úçz "
b"\x01 ž‘»¼¿s\†rÀl`Fka "
b"\x01 ž‘»¼Ís!Š.¬\x14 Õ\x02 Å© "
b"\x01 ž‘»¼Ôpù¸/]p¡)£- "
b"\x01 ž‘»¼×sdˆ¡^Íãº÷d "
b"\x01 ž‘»¼Úrßøç&˜)Àt "
b"\x01 ž‘»¼õqÉ›7eØsl«¸ "
b"\x01 ž‘»½\x06 p\x10 ¾Ê0æ\x04 ð@n "
b"""
\x01 ž‘»½\n
pãŸì\x02 ÷TÀÖY
"""
b"\x01 ž‘»½\x16 rjŽPqÞ³\r zb "
b"\x01 ž‘»½*qö‘àîaÏ\x1E !\x14 "
b"\x01 ž‘»½2q ®\x07 qéáNÔú "
b"\x02 o#\x7F © OQ¸\x19 !ÕÒgé\x18 "
b"\x04 #á·‘ˆFâ 8Xjí1VV "
b"\x05\x06\x1D Á\x06 ¡Ly‹ßv…k\x1E à\x02 "
b"\x05 Ì1»r¦E\x1C ½\x1A HFÏçjA "
b"\x07 a\t ñg¦A™€—K,åP|\x10 "
b"\x07 È\x1D ï?Jò„\x7F mº\x1E V¡ "
b"\x08\x19 ÙÄQ¤NĈ;x¡‡’²C "
b"\x08 ¿wÛ(HOŽ_\x0E êeBi! "
b"\t\x15 éÜá¯Gˈߙ\x07 ç6¸¶ "
b"""
\n
¼[ ¼Gy\x14 låQ
"""
b"\v ¡™ÇÒ©E½´÷è[ÂÖŠ© "
b"\f ¸h$ð³Ce©-ñÎNWÙ¯ "
b"""
\x0F\f rû‚¯E2£p\n
é¾\e Ác
"""
b"\x0F ÆP¾{\x00 I\x7F \x19 ‘\x06 ©\x1E Æ "
b"\x10 »¯\r ÷\x1F JÔ¿w·N„qõ "
b"\x12 ?Ò\x07 &´B›§Ø\x19\e `\x15 ͈ "
b"\x12 \@ 2\x05 E.„«!S\x07 ½@( "
b"\x12 Â=ž<ËN\x1E ¼\x14 ŒÕ)\x01 ð# "
b"\x14 ûíTýž@\¤Ö¾õÔ!ïÕ "
b"\x16 \t Ù\x00 §Jè¯]\x00 ,‚I*ì "
b"\x18 ˜Î\n›J~¿†k\x17 4\v P "
b"\x18 ý:ްÚK芟úÛ›– í "
b"\x1A ‰:‰\x00 •D®‘‘\x0E ™\x04 +È~ "
b"\x1A ¼ØùÕ–N-ž²ß*Õžç{ "
b"\e ¯w‡·\x18 LšƒQFMÈ×ãÞ "
b"\e Ñ(£Í_HˉŽö=\x00 -+7 "
b"\x1D b\v ÿÇæI½”h?Z¡E¼£ "
b"\x1D LÀ…K®»àœÄ\x1D Òeg "
b"\x1E $\x08 ÆWG2¤˜ê\x17 ²Æ\x11\x7F "
b"\x1F X´?Ü&@=½ê\x10 4¸\x1C Ž\x01 "
b" ù´Š™Oз.'¹Te+Ú "
b"!\x03 𲬣A\x1E ±\x15 ßç\x1A ;©v "
b"!i†$NgF´ª––W¢eL "
b""©&¯ÆpJ\x10 ‚aE \x10 ò\x1A "
b"#Ñ."Z\x04 @Û™[z„üJŒ( "
b"%µZ(ŽïE¼–Ük\x01\t ^†¿ "
b"&ÍŽè@AÞ©]˜|¶õ¢x "
b"'J&Ï`´B· *X“ "
b"'Y_d"UIܱ\x06 Û–ÜÙŠ6 "
b"'¿\x04 ®\x0F ïJW±JÜýÖúÙ "
b"(I«ƒ\PIñ¯ƒ#ç¥ñ( "
b")lÑü\r éMÛÄ\x1A ØMxB "
b")ÂïîoÕFõ£CgV¦‹\x06 í "
b")ôí`ýÂB6‡ìÌD~ô "
b"*Üc‰,ÙHÖŽ a°Í:Ú| "
b"+&B8ª\x05 K@´\x13\x18 ü¾œi\x08 "
b"+¡Æb-’@Œ ãÝß\(©ê "
b"-‡î>e}IHºÑ/Â/1RÀ "
b"""
.\x08 #Ø>¶M+‹º\n
\x19 ×Ýð;
"""
b"/–/èä¯Dhé…†årùü "
b"0£iõG0J¾“bZQ:ðm\x1D "
b"1\r ¶i»\x00 K§’é¶4³\x16 Å\x16 "
b"2û/j\x03 JŠŽ¼V8Žwà "
b"3\x02 yÛKVF¯‡{‹\x13 ÜÊÅ® "
b"5XXáqÅH\f ¶~£fˆuêF "
b"6ÂÉIgòL·¸\x00 óÙð\x16 p "
b"7"ìyñC´¡ÌG·z,VL "
b"9i¹1q=@P‘\x13 n\$}t "
b":YŽ\x16 ‹$I¼±Ü%ðÏÖÄy "
b":˜8\x7F gìC"½\r ±K\r µ\r \ "
b";‡Ž(ÛðD¾–™‹ÈÐ~’e "
b"=!Æ^ÓþIR¬\x08 L÷©iÁ "
b">[ER\x18 ÿCé™!\x16 wêì\x1E Á "
b"?rŠºÍ(M,‚.ta\x1D ºÂN "
b"@\x13 3F}O\x01 µ{]d\v £û "
b"@>«ë§\CÓ˜_I(öpQ "
b"C„†k\x00\x1A I°•¾uÙp\x00 ³å "
b"C‹\x1A ¯‹1AÇ™9\e EŽ¡\x0F ’ "
b"D*£oW—Cœ¡\x1C $ùx$Ø "
b"DŠtÎö±L…’\x15 ni¿€Ðp "
b"F_¾šÍãI‘©\x04 ½©ûñJM "
b"H\x1F Ê@ì’H8º;Úð»a ÷ "
b"HŸV\x1E 1\x13 Iœµ\x10 Y\x18 ¸fŒV "
b"KCò\x04 ‘åI³5ÊzbiÍt "
b"K‹³,§uNx\v &ü\x13 $7† "
b"PïF²ÉFV¥I"¬¦ª"| "
b"RAªÑâ@\x04 š‡ Âé¬aå "
b"ToA:ðöOlŠÉž\x13 ÊëØ "
b"Tˆú\e\x11 sK‰’ÑñŽÞÆA— "
b"T¸,Ê\r ‘A³¸B=ô~Ó` "
b"UX\x06 Þô“G־ĚãqõC "
b"U¨œWH±Dq½vðSÜmk "
b"V<{¥XàB»¼,°1×H½I "
b"VÖxZÚ§I*«'a¿B"rœ "
b"WfyíþÚ@\x12 ‰øív<Ž?’ "
b"W½¬@#qFÅž–˜É‘¶bž "
b"Yè¨J¾tL›-Y4\x18 [‡s "
b"Z\x04 uMë"I焟[\x18\x12 >\x7F\x18 "
b"ZãK탋Ot‘\x07 )#c`–ñ "
b"[À\x14 ……nI\x1A ’\x07 Tÿ\x1D æý6 "
b"\mÝ\x12 7\x1D Kû…ujÍÉZÉ" "
b"]B™¬ü¯@Ô‡†Mz\x1F PQI "
b"]ŸÂÆìnGN˜oz\x03 ½\x11\x08 + "
b"an>ŠïŽEª‘Ìè=›KÔo "
b"bŒ¢Ž\e ýI”¦\x01 ~9‚o\x18\x01 "
b"dôm\x05 ¯ZI\x08 ¡ûâEây* "
b"eMrP{bKC¡\x02 Øg:ËŒo "
b"j7bu‚]CŸ¯SXÿ7N4Š "
b"j¢\x1A ÁšîC1³'â&<ËK "
b"jð°¾'µLë–wÓü\x1E )ú\x02 "
b"kÌžÕ€KÏ‘ú*ê\v {R "
b"l\x06 Õ×kl@¸–?Ä¿Y ƒò "
b"m~±àTOò£ÅûØ\x1F ‡õb "
b"""
plz\x0F ~ÔJ\n
•?ÂæM£!‡
"""
b"pÌ~g\e <O“™$•/Øß¥“ "
b"q–ÀŠ|\x18 Jñ‹ï¿§\x19 èš "
b"sœ¤ÿ8ÍOQ«Lß@\t\x1F ¶; "
b"tL½8\ŽNm„˜¥™ÒíU "
b"""
u•¥ÝVèD¦ \x7F ]—\n
CBL
"""
b"u§\x1A AbÎO–<G«ÃŸ\e _ "
b"v\x05 áBiØJL¾9ú~°BW "
b"v>k\x18 H=J\x10 ƒ]òX\x18 ÷xX "
b"váÝ1ΰND€#[À\x7F Z\x7F À "
b"y‰¼¶øºA7³A€½Ú¼\x17 "
b"{+ áµ×L\x15 h£}\t PZÆ "
b"|CŽxâ¤Cb£\x1A ¶GrÇme "
b"~â…pì¿Aà½Âú‰)t´\f "
b"\x7F ªð|¦\x1D A\x15 \x1D &`ô‡Œ¥ "
b"‚\x10 p·çzNb¨\x1F ¼½éLq "
b"ƒ"[YÅ—J\x16 ªóö\x05 6\x17\x1E "
b"ƒ«\e\x1F %OD—¯¸’\x10 Â(Ñ "
b"†\e ëK£\x05 I¯‡\x7F ÚÌH® "
b"‡\x1F ³·ÜäEJºm“2\x19\t §R "
b"ˆxÏŽ¿¸@?¹ÃY\x10 »Ä¤´ "
b"ŠDBõ1üL€„Z+\x03\x1F e2$ "
b"‹B¼\x1D aÇOL¥¿~W\t ”Dõ "
b"‹©Ÿ\x03 \r /NåºðùbŽ\f w "
b"""
‹Ì½‚ÞhGî¸ï©èV%\n
\x12
"""
b"""
Œb\x11 ú.|N(£\n
™\x18 õþ“›
"""
b"Œ•‡/¥JMY¶fsPàÊ’\x05 "
b"""
Žz‚›ŽÛI\x12 %7\n
\x1D $\x16 ¬
"""
b"Žån¦0“Iàƒ&s¥ŠÏÌ4 "
b"’E2Ú\x13 F2¸rQáÆB¤U "
b"ÅL,¯FZ²R@RËfER "
b"""
Ï|Q…~C¡½1\n
Â\x10 UD|
"""
b"Ù7?‚ÀE"…Í«§\x07 "jÚ "
b"ú±0\x1E ÔM屬û½Äk\x1F w "
b"‘W\x18 NŽ)@;9ÃõSÜ?¡ "
b"‘¤\x10 ™\x0E ñMǵÉÓÞž<ž³ "
b"“¸uwvPF«¯F\x1A G=<l‚ "
b"”\x10 TàɳG˜™\x0E lqYs\x07 ÷ "
b"”ÜzwK\x19 MÛ»¼h»\x1E OËß "
b"•\x03 B?\v jKƒ\x1C ¹\x0F £\x11 7. "
b"•)ŸË +J››žöÈg¡?‚ "
b"•X\v\f C:IϤXÓtô\x07 ëÙ "
b"•dtÒ\x15 9B"•®Œò§"5~ "
b"—dÕò\x1F ÷Gƒ¦ŠŒ\r èÕïÚ "
b"˜Uä=_\x17 I4‰ùû ÛÖ+¾ "
b"›~’\x1E ]ßAä™ cï^Q8 "
b"\x1C Òaø/Ee¬©9¥;\e\x18 / "
b"&‰_Œ»M߆fÄÖ‚l5\x08 "
b"*\x13 Ú`\x13 FÕ•™¯”\x14 ¡%1 "
b"µ‘ùâiB)¸çÄml^\' "
b"ž?Ÿ¤<÷Dü¬\x18 ,å\v (Љ "
b"ŸU]ø7ìO景\x0E €*Zn\x00 "
b"¡§ù\x0E ¾3J)“pTçöuÛ "
b"¡²\x10 õ\x11 ³E\x7F ²X¶,æÖ\x02 ¨ "
b"""
¢\t\x07 \n
˜0KÀ²/wÆ,Ðùú
"""
b"¢\x7F\x13\x04 ÕjCᯟ«ÆŽ\x1F ’Š "
b"¢ÓbÚ~pIÙ›7xA\x7F Ið¯ "
b"¤6áº@ñ@õ‘IP·êæ¦ "
b"¤÷@+¬„N¼ŽJ¼Á\x04 %Û* "
b"¥\x1E \x1E þ\x06 @;¥Ý\x17 ¢Qyo8 "
b"¥—\x19 ^\x1C âBu½¹\x05 Dt_X} "
b"¦b7v¤ÛE‡·®´ñQª(Ù "
b"¦ø^\x19 TaLe”?Z}\x0F ôkb "
b"§g¸ýPVM\x05 °àüQÒÇc· "
b"§ÂJô`ÑIÍŽ\x7F }\x12 WÂ\x07 "
b"ª_Ã\x1F @óI1™íà¸Ä¼> "
b"«U&\x1F\x16 F,¦QÖÇìivß "
b"«\x7F XîýæCý³ÞÒ:e!Ø® "
b"¬\x1F a3œI;¢\x05 ó\x17 ÅQæ¿ "
b"\x04 €ÞW·J¯¢gîù#¤\x0F ; "
b"\x19 =Ñß‹O\x01 † ÿfx%\x1A Ê "
b"!ÿx’CGrœ’Ø(ÒœÓâ "
b"®…^íN)C"¾äÉÏÇ<^) "
b"°;“t*gGô¦¶‘fïü5 "
b"°<B\x08 {_Hæ\x1A\x00\x19 0zÞp "
b"±eoó8H³°G.˜.Y‰g "
b"±j+ÜýØD^ îrãìòô¼ "
b"³\f «•\x10\f C\v ³j€Í‹vQœ "
b"³é}ŸÌžFâ„úLá/œÆ' "
b"µ’33…GB8±ÂÀÕ–N: "
b"¶ì\x1A Þ‹wGõ¡PPÚò\x18 m "
b"·ë¡Z\x18 º@³™3ú‰Fa[2 "
b"¸Bhôï\x08 NY¾žhb\x1D Úò’ "
b"¸¼cºæ6AƒŠ°»\e jKMª "
b"¹©Z5CßM ŒË¶üîú¥ "
b"º>3w<·LÄ«æm†'Ì_' "
b"ºÃþÑ:(A\x7F ©:ïm_“\x00 2 "
b"»`Ù$\x19 ŒA³¥R±;Á"Ø¡ "
b"¼ÆÎWê†O7³Ëø\t öAˆx "
b"½è\x1E\x04 èhIU¾ÄO\x18 €\x11\x01 * "
b"¾w¯~}âG¥†\v \x01 ªÙ3Ì "
b"¾Œe\x14 TnDC¼_Áªª“—ß "
b"¾ÄŠ’D”H\x15 –´™£F/¥? "
b"¿zH”‚_C\x1A »Záì\e „\x01 Á "
b"Á\x1D\x19 ’¿\x12 A;—ùß\x16 Áuýœ "
b"Á«N«‡-D†S~í$Y´ "
b"ÁËú“vQNoŽ‹i6p˜³i "
b"Ä\x12 ˜SK2NŒµ5\x14 Œ¦El… "
b"Æ\x1D å@ÀIKSœºžK\x19 x "
b"È\x0F\f ¸¿ŒOM³»\x14 ]%¶\x02 › "
b"ɧüж¤Hl™dÑÔ|R–ý "
b"Ë xÉøM©¤”\e >·\x14 ¤Ö "
b"̱›LNêF1’s\x1D ²‡ˆÍä "
b"Ís=r¸ãD5“*Ì3ŠîfF "
b"Ñô—}¿+A›¬\x01 â3¼$‰Y "
b"Ô ‰Ü|¨E\r ‰\e Ó|\x01 ü\t y "
b"ÔîÄE\x14 rDf–ËwÖܺåF "
b"Õ\x19 Е}E™‘˜\v a5Û\v « "
b"ÕqQÎQ8J‹µÚ0ý3rW\n "
b"Õµ~¡[UAÙ£Ê.²‰A "
b"Ø\x04 ^®\x15 Ž@f¬×o”ÑqªŸ "
b"؈\x03 5c¶OC ›¹ØöÙ%\x02 "
b"ÙÐëÜ\x7F PO/¶‘Þ€Ôéº5 "
b"Úµ4£ÐIvŠð͹G¥’j "
b"Û\x17 ÂpÔ}Lõ¡\e %tÜÆM\x19 "
b"Þ\x1E W¬KƒCV¸o÷\x00 Á\x0F "
b"à\x1C\f w§úM×…\x0E\x16 ª\x1F Ìò€ "
b"à\ˆ_ìwJñ†˜ÊÖ3B\x "
b"áA\x00 +r\x1E HÍ´àù\x0F [±®_ "
b"â9¸µ\x1A ãNͧX\x14 ŸžÂB8 "
b"ãœþ\x7F ¢"B+§\x01 L‘ì-‚c "
b"ãÀˆòø×A¼¨çY#Ä,y| "
b"äøËçk×H\x05 ½_»zª‘ÄH "
b"æ·3ÿHL@\f 4?Lε®j "
b"鄘E+\x15 L΂-Ç\ú´[ "
b"ë\x19 À\x17\x0F ÄA.’í€Výõç! "
b"ëŽq*ù\t C\t ¾DŒ\f kÃq\x14 "
b"îËæwˆ`Bì•^/‰,dh "
b"ð\x14 »„\x14 ÌF«ƒ³‚\x15\x02 ¶«@ "
b"ð±§^´ÈHƒ–\x1E w!£\x7F\v\x07 "
b"ñ†T‡,\x1C C\x01 ’÷¼ul—ú£ "
b"ñý\x14 -Y[Ný‰ŒÈ ’\t |N "
b"ó€‹PšiOȘƒð´µÝ¼“ "
b"÷7xjXB¼¬¡W&\x10 j\x1F É "
b"÷<,WÆ>K™®\x10 þ4‹p\x18 "
b"÷ˆ\x01 ]{B© äô@1 "
b"û©zj\x1D ˜I»ªPe|¤G4À "
b"ü+@ÆA¹IÆ¢—\r º,Æ!› "
b"ý\x17 üøP]K:…ûÈ\x11 Ü^VÂ "
b"ÿ+ô§Á\x15 Fô³¦Œ§öV‹ç "
]
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 (0x004CA55F002941409801897F38912379 , 0x015F9B0484854A60A1AEE588DDE6FBC3 , 0x018F0B7CFCC77E44AC36320DF2635062 , 0x018F9A92389E7E869BC12620580B9407 , 0x019193DB81A7724CB5C18D015364CDAF , 0x019193DDDEB87901A8492DFF936B7C81 , 0x019E6E250D52721082A97AE1B9FF81CE , 0x019E6E251373723B9E653F47C9DFA384 , 0x019E6E2513FC72C3B1BD54FB337760A4 , 0x019E6E2515FE723EB531F57D48DA6CC6 , 0x019E6E251601705898FF970F2002B7EB , 0x019E6E25160A71E1AE4FC7C3E8C9D055 , 0x019E6E25161071DDB1CD48DF63435616 , 0x019E6E25161470E29D0EE7170630557A , 0x019E6E25161773C5B7AF352FDB94264E , 0x019E6E25163D731198F7604B20F241F6 , 0x019E6E25165371AFBD03B8C0F51C457C , 0x019E6E25167473B1B70FE3950F7EED67 , 0x019E6E2516B170E7A1674EB7F7D088BF , 0x019E6E2516B372218A2732A00C99C00C , 0x019E6E2516B673079096309CFE08F2BF , 0x019E6E2516B871309FC77F4BCA9D61C7 , 0x019E6E2516BA72E5B4C6517351EF873A , 0x019E6E2516C1706CBF33EF17AC03C94E , 0x019E6E2516C37311B3AF963407171EAB , 0x019E6E2516C5721C8737A662568D9656 , 0x019E6E2516C67031B258A67F95155040 , 0x019E6E2516C97173B33C4E99CE689AD9 , 0x019E6E2516CB726EBABD3CB2333A2C42 , 0x019E6E2516CE72F49C217402A5E9157D , 0x019E6E2516D1729AAA29F10AAD866920 , 0x019E6E2516D373A2A3D4E0ECFDD8CDDF , 0x019E6E2516D870188857B0D6FB8338A6 , 0x019E6E2516F371548E6F3321DE4E8BCA , 0x019E6E2516F47335AF6B0FCEFDB49A66 , 0x019E6E2516F9721F960072716D8DFA2B , 0x019E6E2516FE737A9B6EC9AE30801428 , 0x019E6E2516FF736D807D0697EEAF8F8C , 0x019E6E251700717EBF32FCD0976526C2 , 0x019E6E25170E721CB98CBDED3D23BE98 , 0x019E6E25170F707F8BAB7EE5B8768FC5 , 0x019E6E251710720F833D94CB2A942A26 , 0x019E6E25171172648F67200BD29B106D , 0x019E6E251713716D83078374E4E97D94 , 0x019E6E25171472DC9C3B06ADD50D8B4D , 0x019E6E251716729D99D3F790CD0A512E , 0x019E6E25172073CCB99A684AE71B2557 , 0x019E6E2517227251A5C980F92B6324D1 , 0x019E6E2517237267A2DB353F1B3A07FF , 0x019E6E25172673DF84A7F5340C4ECD80 , 0x019E6E25172971109A4A8C8926712E5D , 0x019E6E25172A70859A1BDB2A718CC4B4 , 0x019E6E25172D7377AE54759CD826C6BC , 0x019E6E2517377170A0BD8B9D20A6D5BA , 0x019E6E25173A73118B6F2D0BB045988E , 0x019E6E25173B732CB3BF03B4D434FD11 , 0x019E6E25173D7368B53EDE5634452D25 , 0x019E835C890672FBBA869375A4C47286 , 0x019E835C8922731B85E470F9C053C2C2 , 0x019E835C89B9707CBF558DBC1C5A23AE , 0x019E835C89CE72A4BF4368152A2712D6 , 0x019E835C89D371EFA1B2F5C6E9011C32 , 0x019E835C89E270D2B1B2C3F1938A3825 , 0x019E835C8ACE73E7859BA9BF3EF82E12 , 0x019E835C8ADB70E0B7E442CFAC1D9FD5 , 0x019E835C8AF072F8864A6D6C5E525DE4 , 0x019E835C8AF671D2BA247749657A2F9C , 0x019E835C8B0B7088BA13761D4F825EA5 , 0x019E835C8B3070B6B47FC108271741B5 , 0x019E835C8BC1725F963B8FC62AA0F71F , 0x019E835C8BC8701BAA4625D8AA9F60E2 , 0x019E91BA10EE70E3BFFBEA0E4B3F55DB , 0x019E91BA16EB702FA7109D1C1919EBA4 , 0x019E91BA1996734986D2796E6FE2715D , 0x019E91BA203C73828C63827B3B9AD785 , 0x019E91BA21B8713D990B3C2C432B3299 , 0x019E91BA23637052AD61BF1A9878874F , 0x019E91BA2A7F73749C476DAD8A318E08 , 0x019E91BA2E577329B04E07D263B42FD2 , 0x019E91BA396870E1BF2A88537237E024 , 0x019E91BA399D709BB3759747D0E20948 , 0x019E91BA3A9C723E9C7A45689B43888F , 0x019E91BA3AA7730EA34E9A65102ADC83 , 0x019E91BA3AC8716D995A047B3CBEDB8B , 0x019E91BA3B457041BD6A744E47A8E3D4 , 0x019E91BA3B6073DAA62F2849FD9BFF86 , 0x019E91BA3BB87176B2A826C2F0BAF201 , 0x019E91BA3BCD727987F142EC2F8D0C99 , 0x019E91BA3BD071E9979EE322151DD086 , 0x019E91BA3BE570DA9D875DA161F86823 , 0x019E91BA3BF67256ABA89AB57FB9C528 , 0x019E91BA3C0E7090AF8F9CE2345753CF , 0x019E91BA3C1773678345459501B8FD90 , 0x019E91BA3C1E73EA96933D6E94EC1D48 , 0x019E91BA3C2B7110B97B0B5DBD26557E , 0x019E91BA3C32704B9DCF62836235EB2C , 0x019E91BA3C44703BAC6E7BAF8845EBDB , 0x019E91BA3C4772ED9A91D7DED8BD1915 , 0x019E91BA3C51707BB7562701A349B881 , 0x019E91BA3C5A70E08A0CD471F014C0A0 , 0x019E91BA3C5C7144B720E3D99A8AAD83 , 0x019E91BA3C5E73F59BAD549545D97EE5 , 0x019E91BA3C6172F0BA6BE96384ACE16B , 0x019E91BA3C6C72E1AE07327461A563F1 , 0x019E91BA3C6F72978384313118473C4A , 0x019E91BA3C7370EA8E7EDE80E01676CB , 0x019E91BA3C7F7065828385EAD439E5D5 , 0x019E91BA3C8171E49FD6D020CFB5CC31 , 0x019E91BA3C8372B2B476056BE50FBABE , 0x019E91BA3C8C708EBA8537040C0F0530 , 0x019E91BA3C937274881085C4A3CB0663 , 0x019E91BA3C987332A7E2FFF0E05F5D44 , 0x019E91BA3C9A72EE9DF767583BD8E4B4 , 0x019E91BA3C9C7228ADE33305F3AED5E7 , 0x019E91BA3CA77005BD1A9CC98F0DF5EA , 0x019E91BA3CAB71FBA49BE12EA4D87156 , 0x019E91BA3CB073F8A45A2AE5398FF3C2 , 0x019E91BA3CB473D6A63A101FCBE9B4FF , 0x019E91BA3CB6728EA502E2386264D45B , 0x019E91BA3CB870E1AE255112E6227809 , 0x019E91BA3CBB7178B1E8326FABB3D3CC , 0x019E91BA3CC373DFA999A7BC26389741 , 0x019E91BA3CC871FC9607248F632283A0 , 0x019E91BA3CCA713CBF1ABF9F284A1B37 , 0x019E91BA3CCC729C99B045CD1162D11D , 0x019E91BA3CCE7298BAB76BDD628D9A23 , 0x019E91BA3CD371AF9B09D0CDE2AA529E , 0x019E91BA3CD573B1B7EFF3DBC384212F , 0x019E91BA3CDA72A39290EECBD7271AE8 , 0x019E91BA3CDC703EB2732ECCD4BF4CB8 , 0x019E91BA3CDE72C9B5A3C290756CE0D1 , 0x019E91BA3CE3720D8DCD698A1773C5A6 , 0x019E91BA3CED7082935A855EB7C88E87 , 0x019E91BA3CF0732090A5FE5845482C78 , 0x019E91BA3CF4702D97CF7F97EEAC94E0 , 0x019E91BA3CF672B9B81A2B9F8DA1E012 , 0x019E91BA3D057268A4459FCA22EF1E82 , 0x019E91BA3D08710E89649D02AACD250C , 0x019E91BA3D0A723C9952E31E941B0992 , 0x019E91BA3D1173FA930828263E90D689 , 0x019E91BA3D1973CB9F4627F1A9023316 , 0x019E91BA3D1C718F846DB0DD8FAC3483 , 0x019E91BA3D2273978B9AD7479603665E , 0x019E91BA3D27716DAB5D1D73A6AABC61 , 0x019E91BA3D2B71AC89C7499F2B0A29C8 , 0x019E91BA3D2D7213A61FB199E7ACEB2B , 0x019E91BA3D36707BB708190B719DB32E , 0x019E91BA3D3970808DDF3AA1CCCE53B9 , 0x019E91BA3D3B7258B0B1E3CD6366FF13 , 0x019E91BA3D44734BBCEBC23804D65307 , 0x019E91BA3D4671449235AEA11A309AAD , 0x019E91BA3D48732197D61FE33D6CB39A , 0x019E91BA3D4B724FA0A490427FFFCF5C , 0x019E91BA3D4F714EB79C65D2E47AF48B , 0x019E91BA3D5173028B4CCD87A06E11CB , 0x019E91BA3D5470EC9CB46C7ED56F7E96 , 0x019E91BA3D58737493EB4BD95A18F5F9 , 0x019E91BA3D5A71E198E24D51426A61A4 , 0x019E91BA3D5F7171A3A2027209150917 , 0x019E91BA3D6E731D9FB2375D07F14523 , 0x019E91BA3D7370759267DC3D6D12B19D , 0x019E91BA3D7770F289BD7C91D43139CA , 0x019E91BA3D8271BD9A0D3A1C64A47313 , 0x019E91BA3D8671C9831352ADFAE0DEF4 , 0x019E91BA3D89735B98E55317398C827B , 0x019E91BA3D8B70EDA1204F0C4B3574B9 , 0x019E91BA3D8D73C4BD49A485A184A17A , 0x019E91BA3D927330B8EB5865C02B1EC6 , 0x019E91BA3D9470B0BE5F90BA7A008C9B , 0x019E91BA3D96718C9E201DDDE3455E5B , 0x019E91BA3D98708E962C9085F304D725 , 0x019E91BA3D9B704CA949F00406220F78 , 0x019E91BA3D9D7396A7BE1D1611302B88 , 0x019E91BA3DA67276A90A49864BE0F548 , 0x019E91BA3DA871A38EE9C68EDE7DDED1 , 0x019E91BA3DAF72CCAD5DCA0D44E48C65 , 0x019E91BA3DB870C88DC4A135E216CD00 , 0x019E91BA3DCD71EB99E288E54D4C5FA7 , 0x019E91BA3DD1725D82528D6F2F3E955D , 0x019E91BA3DD473B28862BBEBAFA5154C , 0x019E91BA3DDA729D8DA7FE65F59C2F56 , 0x019E91BA3DDF73589982162C8B46845F , 0x019E91BA3DE1728595CF73DA7E235F6C , 0x019E91BA3DF072C4A8C39B926990AD1C , 0x019E91BA3E057199B6A898D60855B74A , 0x019E91BA3E20709E95F49F72DC638468 , 0x019E91BA3E2F70E0BB1ADDCE669FBB97 , 0x019E91BA3E6F7047ADB6AA2DBC6F9FF5 , 0x019E91BA3E8073BD9AABF08F766A3A76 , 0x019E91BA3E8E709888AC0056AA8DB2C2 , 0x019E91BA3E9A738D83900260727FF9F6 , 0x019E91BA424F70EB8CDA28481E5CB27C , 0x019E91BA4346704A86B7083FB6AB77B0 , 0x019E91BA435E71E28CC470AC95BF7F40 , 0x019E91BA43A973B9B74024EF483A61AA , 0x019E91BA43F670B2B02EC3825328EF14 , 0x019E91BA44107161A3394B5F9BFA9452 , 0x019E91BA44287240864B5BCE209B42BF , 0x019E91BA447271949EB118545CF61F50 , 0x019E91BA4495723781EF2AB958DF26A7 , 0x019E91BA44B9729D8CAB320F4AA08091 , 0x019E91BA44E4701EA7FFA3DB0F563C7E , 0x019E91BA44F07318A8E610BB7BB08578 , 0x019E91BA45087362959076612FC5FB5C , 0x019E91BA451473BFA6299C713C847E39 , 0x019E91BA452070609CD8C42AFDAC5EE4 , 0x019E91BA454E71B4B9D628EDEBF6CA47 , 0x019E91BA45657201A6921FD8583C8534 , 0x019E91BA45887179B33E3D008B442C8C , 0x019E91BA459F735395116207DFFB7579 , 0x019E91BA45BD7109886C63BC86C9C71A , 0x019E91BA45CA73358F6B71DC84F0CF4C , 0x019E91BA45D670489CDA3B44297E6497 , 0x019E91BA45E873AEB33B75434ABBF721 , 0x019E91BA460173D59E09CD956CC9ACA0 , 0x019E91BA460E71E4A3F68380AC998796 , 0x019E91BA46287070B9DD757D945C37FF , 0x019E91BA463570CF80C84C1290582DC7 , 0x019E91BA4642706ABABF942F352B4AA5 , 0x019E91BA464F729CBDFAB92E12D52F87 , 0x019E91BA46697029AA1A01D0EA1F7BC3 , 0x019E91BA46767314AC2CE8A52061C6DD , 0x019E91BA468E73D7BD2595585271C3D0 , 0x019E91BA469B7091BFD0BD18DC5A9387 , 0x019E91BA46A8736DBBAF554B9428CA78 , 0x019E91BA46CC707AA1544749C1441B60 , 0x019E91BA46F273EB80E5951DB5651C70 , 0x019E91BA472472259884ABAB526B5FCD , 0x019E91BA473170C5BA9370C26612B667 , 0x019E91BA475672A4BD800E0E367DBE0E , 0x019E91BA476370A9BEF206D12B84A651 , 0x019E91BA478870CD81C411ABBF9B5FDE , 0x019E91BA4794714B9DA6E8C600CA58A6 , 0x019E91BA47A1726590931D91FC18E942 , 0x019E91BA47AD7351AFD723BDA7829955 , 0x019E91BA480772D897874E113480423C , 0x019E91BA4821705897791125B3A7A63E , 0x019E91BA483A73DFA8CB24AC85DC7E0A , 0x019E91BA4854728B8C594640A511BB07 , 0x019E91BA48747035A6EA820D5EAAE616 , 0x019E91BA488170A0B49935E08F230429 , 0x019E91BA488E73E3A4D77FF29BF50479 , 0x019E91BA48B9709AAAB77291713F8115 , 0x019E91BA48C5700D945A7F03117AFEEB , 0x019E91BA48D172FDA03E34CA66B8EEBE , 0x019E91BA48DE72EF929A9FA935736177 , 0x019E91BA48EB73BF89DC7CCC499BF534 , 0x019E91BA491B73AF8242C54A4F598901 , 0x019E91BA493370BDB7B811D40BC5A067 , 0x019E91BA494C706EA5B2C1684AFE32B7 , 0x019E91BA495B72329C3F875F70C4DA2F , 0x019E91BA496872DAB2CF3DBF9B36CA52 , 0x019E91BA498071769CDCC6E034CE8E2C , 0x019E91BA499973F99B32943B8023A6EE , 0x019E91BA49A67230B38EA0CF1715D9D6 , 0x019E91BA49BE70048C47F31128A8B2E1 , 0x019E91BA49CA71E1BCE0156879DD72E0 , 0x019E91BA49E2734E96877BB8BD15B6C5 , 0x019E91BA49EE704780D29130707DC818 , 0x019E91BA49FA71C683A3712AE018281C , 0x019E91BA4A1270ADBB53CAF10942A1C4 , 0x019E91BA4A6B71B58FFD218A2D57B339 , 0x019E91BA4AF271BD8945529C9B4D8454 , 0x019E91BA4AFF7005B28E78867F6DD583 , 0x019E91BA4BCB71E0A302921CAAA327CD , 0x019E91BA4F2373CEA1F0014A2AF3D055 , 0x019E91BA50057243849090D523E3BB5F , 0x019E91BA585B7237BF0077F0E56F11FA , 0x019E91BA5B5970889FFF073831E6B2DD , 0x019E91BA5D4272A8B858B2276115E344 , 0x019E91BA5D57700B8293C2757C0B2399 , 0x019E91BA5D81723FAB5EED24CBF97C88 , 0x019E91BA5E5D72E6A302ACE8CD95C079 , 0x019E91BA5F10736AB61554AB10647005 , 0x019E91BA5F48730F94047A05FAE08080 , 0x019E91BA5F8873DF8C3823CE10501F2D , 0x019E91BA5FC6708C8F63A8A90BC859C3 , 0x019E91BA60527254B97239167B66D695 , 0x019E91BA605D734782D37477AB6F7335 , 0x019E91BA609C70838E2F92DC6C7407A3 , 0x019E91BA60BF709AB7880D949043D521 , 0x019E91BA60D5703195A86A2E16748603 , 0x019E91BA60E171B2BE2C9F74BEE8DAFB , 0x019E91BA612B7051B277EA25389422CB , 0x019E91BA614070FFB3AAA3B1D49ADAA4 , 0x019E91BA619373BEAEAB52DA129E4438 , 0x019E91BA61B17046ACACD8C452607299 , 0x019E91BA61E570C2B7B7444B7AE5043B , 0x019E91BA6253721DBBE9D49C79F5953F , 0x019E91BA629E72B59F01A72E9251880E , 0x019E91BA62C2717183F5AF2EF7BF8487 , 0x019E91BA64987093B1691626C94EBE92 , 0x019E91BA6507726C895903E06A191024 , 0x019E91BA653371B6B4E13BBFC4A63E5B , 0x019E91BA653E70D68E9BCE35D918D1C2 , 0x019E91BA655573D182AFED07363D2527 , 0x019E91BA6560712C8A523333B0B0BA26 , 0x019E91BA657871F2967FADD851619692 , 0x019E91BA65837246975F54C95D11545D , 0x019E91BA658E71948DE9B016CA82FB1A , 0x019E91BA65A57063B4D5F2BFDF23650E , 0x019E91BA65B073D59686B645AB096518 , 0x019E91BA65C67316929DAE04AE5E0CBD , 0x019E91BA6BAB701089A58D8E904AD13E , 0x019E91BA789573CB84F78145FF2C73AF , 0x019E91BA8CBC705EA824D1EB7176DCFF , 0x019E91BA8DA671F7B6E1FD8447BE0457 , 0x019E91BA8DE8730CAFBCD59551959537 , 0x019E91BA8FB67195AB5AF78B3C2E7A2C , 0x019E91BA9A6C72EBBD674897A5643187 , 0x019E91BA9C74719195D8DD28F134956C , 0x019E91BA9F3D731BB194B726142C5088 , 0x019E91BAA05A731AA17F2E9CCEB60067 , 0x019E91BAA1B9709EAF877E807FCB3382 , 0x019E91BAA35F70E4A314C4ACB4E0D1A9 , 0x019E91BAA53470618028C5287F41D3BF , 0x019E91BAA5D770E4BB10E80114BBE1E8 , 0x019E91BAA61A71168619A1396D62B8C3 , 0x019E91BAA7B7732CB2DD60E5CA5BF2AD , 0x019E91BAA87771559357FB94566D92E9 , 0x019E91BAAA3373D9AF657BF2809AA8A9 , 0x019E91BAABF572B89F77D526951A3E73 , 0x019E91BAAD9F739389C1F7E37123E81F , 0x019E91BAADEA70B691555C9D70A8D9C4 , 0x019E91BAB08972D189298660E7C8F4B5 , 0x019E91BAB1757185B362BD592E454D68 , 0x019E91BAB2597186A18A5AA1DE0F99AE , 0x019E91BAB363733898129A0EA4014981 , 0x019E91BAB44072DFB76AB7EE6A0D550F , 0x019E91BAB66371C7B63A0C16432B47E7 , 0x019E91BAB753715195D07B55A5331558 , 0x019E91BAB82B7379B81F7C106C8D0AE8 , 0x019E91BAB9697014955C25051A449D89 , 0x019E91BABBA870C08345C3D715D125D7 , 0x019E91BABE1772AFA42022B1D8B729FB , 0x019E91BABF6B7205925C64905CD4A144 , 0x019E91BABF9971A78EAEA0897DBB55EE , 0x019E91BABFE2700B90F2094209BC0AF6 , 0x019E91BABFFA7330AC08F9E251D3C1E7 , 0x019E91BAC0CA72CB96D5CD46B0E5E2AD , 0x019E91BAC2EB73A59993AE83B600EC0C , 0x019E91BAC34772EE9A0F17B52E34078F , 0x019E91BAC5CC711594B317F221BDB33F , 0x019E91BAC6A873F283A521CD7F12EF9F , 0x019E91BAC7A071D897C1257B172F136E , 0x019E91BAC7FC70308869496FD8360BC4 , 0x019E91BAC8B97288B50A53DD7FA79013 , 0x019E91BACA3C720F81433A499FF23CF1 , 0x019E91BACB35700D82F7917DBFEA6AB4 , 0x019E91BACBC573FCB6A823DAE0994FB7 , 0x019E91BACC62702A86AD8CF50FCB32B8 , 0x019E91BACCFD712DAD73D23200D76240 , 0x019E91BACD157025AD19F03CB4666059 , 0x019E91BACDAA7231ADA538D0BC604F2D , 0x019E91BACFA0723DADC069B16BAECF6E , 0x019E91BAD031704A986B3FBE7DA00F61 , 0x019E91BAD3B370B08EB0EF19A8FEACF9 , 0x019E91BAD3FC70C1BCD5C808D6BD5F9A , 0x019E91BAD46972D9A8C74D0EA32C93FA , 0x019E91BAD52270C98CF2A97B6F0C92E6 , 0x019E91BAD5B173F89D562142048A4138 , 0x019E91BAD6BA73338B08636A8A2E1C08 , 0x019E91BAD743723E99519AA3D70DA95B , 0x019E91BAD7D670AFBBB2D014AB2E5DF7 , 0x019E91BADB1171ECA1236C999AC920E4 , 0x019E91BADD2F7018870A6B6A13E00CBB , 0x019E91BADDEC72A6897BF2B55B9B3B56 , 0x019E91BADE35700C8849BCAD43142608 , 0x019E91BADE7771388E37AA53C2627C9A , 0x019E91BADEBA7157A12D873335534583 , 0x019E91BADF9E731F91D89857855C34FF , 0x019E91BAE0DC71168438AB00D7045741 , 0x019E91BAE3DD717B91568E54A5D14E86 , 0x019E91BAE3F570559CCC19512243729F , 0x019E91BAE5067340B6990A79084B50A7 , 0x019E91BAE5DE70DE94F7DDA870B91531 , 0x019E91BAEA137020A1BB5FF9E6B5890B , 0x019E91BAEB3572EF9C72581FEA15652A , 0x019E91BAEC4673ECBDE97174C850BD4A , 0x019E91BAEC78728786FDEF947231E4D7 , 0x019E91BAEFC3734FB989086388688AFF , 0x019E91BAEFFE72AB94B150FA7EA2E77F , 0x019E91BAF07473B0A87754AD2DA28534 , 0x019E91BAF1DE71318D3A322F755A92CE , 0x019E91BAF28B7317987AE9EC929729DF , 0x019E91BAF58170DEBAFB6C9EBDDC5391 , 0x019E91BAF6F2704DB6CC6FB10DDCAB3C , 0x019E91BAF84470AFADE7D1D2C71FBD9A , 0x019E91BAF8B871D4BBA1C6AEB908C499 , 0x019E91BAF8FC733A9CBE7A59B4E23063 , 0x019E91BAF94470B9B10C0FF8513A5862 , 0x019E91BAF99D7379A9662BC151AF9511 , 0x019E91BAFAB570DBB617AF738CE721D3 , 0x019E91BAFC3870F09130C6FB7EC904EF , 0x019E91BAFCC1716D97A5235225822F0B , 0x019E91BAFD4E7206B3DAC8AACB1A6759 , 0x019E91BAFDBA714BB82EC25E3ECF9AE5 , 0x019E91BAFEFB72F7B88B45C06524BAA1 , 0x019E91BAFF3E72798A35ACA1E2EC9F6B , 0x019E91BAFFB6700A9DECB65C6B999A72 , 0x019E91BB007673659BC958C6B5EBB2A0 , 0x019E91BB01667161B7C37FA61BE7097F , 0x019E91BB048C71FA97553BC01088A501 , 0x019E91BB05E7723895D870CE26E0A10C , 0x019E91BB067373ED93C3FFA2F6AA1940 , 0x019E91BB0794738AA8734938288D8FC5 , 0x019E91BB07F1714FA6A793242AC53A05 , 0x019E91BB08B07034B0D40B7015DE6FB7 , 0x019E91BB0919733EB83DB39BF363F558 , 0x019E91BB09EB732BA98391043DBF517B , 0x019E91BB0A9873278927B01B3F1629D8 , 0x019E91BB0B3572108FF1F33DB822CA75 , 0x019E91BB0CBD71E6A9C6B62EEE510D1E , 0x019E91BB0D1B70609713C26DAF3E603A , 0x019E91BB0EC3726CA27A7F2361ED8F40 , 0x019E91BB11C271A2ADD6A00BF36D9DA1 , 0x019E91BB1484706B9AC706148AFA3941 , 0x019E91BB149C71B2A36AEFD9D9B6C928 , 0x019E91BB16A8717B836F5F458E227D19 , 0x019E91BB16C273BBA385FE07621E0F1F , 0x019E91BB16E471F0B081B4EA82001FEE , 0x019E91BB193271A2A28FFA6D741286AD , 0x019E91BB198E70FBA04776562A9DFA76 , 0x019E91BB1A0173D88DE508F4486B4F0A , 0x019E91BB1B3C71BE8EC6032515C5ED42 , 0x019E91BB1D617390B9D7520249AF52A7 , 0x019E91BB1F3472219249F6CBCB29F9CA , 0x019E91BB1FAC7115B7FC27D5F85DA504 , 0x019E91BB22FE724C8A2289B984BF0F67 , 0x019E91BB23A172F7A690B79B96B22CD0 , 0x019E91BB23E770EB82FBD8A8B814D347 , 0x019E91BB248C739E8E976BAAAFF8E088 , 0x019E91BB258E72768251F4FA4AD501C3 , 0x019E91BB265F72539766578290908350 , 0x019E91BB26BD7074ACE2511B7B68929E , 0x019E91BB278D72CDA68655C6A1027B76 , 0x019E91BB299E73719DF3F048682D4F54 , 0x019E91BB2B2670C39888F411A7414D9A , 0x019E91BB2CC77236B76383B7F1E21A5B , 0x019E91BB2D3672FBA8C06124D0AF4884 , 0x019E91BB2E6673A59E21973070023D14 , 0x019E91BB2F3C7356B91963AE192A225C , 0x019E91BB30B072E5B7F72C9C2C8AD3AD , 0x019E91BB346A72F88584D5A6672D787C , 0x019E91BB379A7022810C80984720F39D , 0x019E91BB3A4373AD846FB599EB3C92B0 , 0x019E91BB3A7172599F3D419654CAE0A6 , 0x019E91BB3C077076929C09986E726667 , 0x019E91BB3D1071D09A8239AA685B91ED , 0x019E91BB3FEE7381A1A7C33B4FF65651 , 0x019E91BB404A72FCAF41677A85B37F13 , 0x019E91BB43CA71E28D125274DBF7B24B , 0x019E91BB74AE737FB510ECE4735BC48F , 0x019E91BB75BE70958BCB6AC45404BB82 , 0x019E91BB75D57023A8BBD13C83E1A3C0 , 0x019E91BB77A8727AB6B7CEA8EB04C434 , 0x019E91BB7E2070EFB8C0647EDA7505D0 , 0x019E91BB7FB270158E1057CE985D140C , 0x019E91BB867C7266B16FC9ECAC67C49E , 0x019E91BB8C1F724CB612DC7690596C49 , 0x019E91BB9590718BBAD028D96757B72C , 0x019E91BB9B7B73CAA93A1B6B69057BBC , 0x019E91BBAD8371CE84D4FEE7AC63C43A , 0x019E91BBB53C73D88E19B6F83C0497BC , 0x019E91BBB62A710F9D4FD4E358983D82 , 0x019E91BBB6B871D8A2231A6DC9332576 , 0x019E91BBB6D1720C8D1AF36D35B153AA , 0x019E91BBB74570A19C4747E72B930D64 , 0x019E91BBB74A71B893A732DA4A2BE540 , 0x019E91BBB74E728391595EA2424FAEFC , 0x019E91BBB76E723E84B46F8B2E739B09 , 0x019E91BBB7E07328A084A6170ECE6BAA , 0x019E91BBB7FB70CBBDFBEE9DC7E54B5A , 0x019E91BBB7FF704888D29898F15BD5A0 , 0x019E91BBB80670E69FFE1860E88FC74F , 0x019E91BBB81973A6B65AD5D184CAE3E7 , 0x019E91BBB82172C08DC1F9E085AB096D , 0x019E91BBB83870A7A4733E388321FB7D , 0x019E91BBB84371F0A29E61829C5C04C7 , 0x019E91BBB869734D9A88D71054B1D1AB , 0x019E91BBB86B7331B9C1DE76CC5E4341 , 0x019E91BBB86E70D7AC10C5C646DCA16C , 0x019E91BBB896702C80756421F41446A3 , 0x019E91BBB8A172A0AD7E8DEAB8985080 , 0x019E91BBB8A7730698A1D677356D16CD , 0x019E91BBB8AF70DF84287F695CF912F8 , 0x019E91BBB8C1737DA349AB3B28F64CDA , 0x019E91BBB8CB73A18B6B88FCAE8D7111 , 0x019E91BBB8D071808F7332229480CF7D , 0x019E91BBB8D871BE932293E87E9E5C6A , 0x019E91BBB8E073F2AD04596A3ECF8B56 , 0x019E91BBB8E5726488ACC3657BB2D429 , 0x019E91BBB8EA7330BF439B665171EAEB , 0x019E91BBB8F4738490B9C0B7CC7CE2DF , 0x019E91BBB8F970B5B01DB262F86A2691 , 0x019E91BBB9047059AF60F176405E7765 , 0x019E91BBB907726FA954E387436099C4 , 0x019E91BBB918715D82B74EAC7B94D53D , 0x019E91BBB91B706EA97ADD738CBF6B18 , 0x019E91BBB920739282C94CB8262FC040 , 0x019E91BBB92A7285966C66A60EC5401C , 0x019E91BBB93D722E9F5217F890E3A5CF , 0x019E91BBB93F72DD8F2523AE57F9A100 , 0x019E91BBB94070E1ABDA1890AF92E585 , 0x019E91BBB942736C89CC0F1FFF4C27F0 , 0x019E91BBB9507297AACFB18519421961 , 0x019E91BBB95171449EDA4C01CECE7112 , 0x019E91BBB95470598D8B2FBCAD5511C5 , 0x019E91BBB95D7089B282C77D549B2980 , 0x019E91BBB961730882CFAE1DE252658C , 0x019E91BBB96373E1802E795851CEC107 , 0x019E91BBB965704F82E035B1A9E65566 , 0x019E91BBB97271C3AB022BCE477F7461 , 0x019E91BBB975703D9BF899CCB27CAF04 , 0x019E91BBB9797341895CB15B4BEAB1C3 , 0x019E91BBB97A7040A523067C89456BA3 , 0x019E91BBB97C71A6A89CBD198E3E1703 , 0x019E91BBB983700A82B6E69CB1430FCF , 0x019E91BBB98472CD8FAC0C05022D0C0A , 0x019E91BBB9867285A1A04FEDAD70F5CB , 0x019E91BBB98870BB974564AE20222576 , 0x019E91BBB98B706CAC6F8050AF7DC7BD , 0x019E91BBB98F72CEA0A9AF85BDA5C320 , 0x019E91BBB99072148185EFEA699374F7 , 0x019E91BBB997714BB5B476AF6BDD1996 , 0x019E91BBB9997142B0814358554576DD , 0x019E91BBB99B70128FC8097C8BF89E56 , 0x019E91BBB99C73A6AC9877987054606D , 0x019E91BBB99E711880FAC09AD01457F7 , 0x019E91BBB9AB728D9E19CEB89C660DF9 , 0x019E91BBB9AD708FB99A6D5EBE5589E5 , 0x019E91BBB9AE700684AD2E16B0975701 , 0x019E91BBB9B272BEA2AFF97D989C90F6 , 0x019E91BBB9B4709DBE008597C6051D1A , 0x019E91BBB9B77107A213A61D1F19EA17 , 0x019E91BBB9BB72ADBE3D6821634E21C0 , 0x019E91BBB9BC71F18A2550E0B45774AD , 0x019E91BBB9C07136B4F81F6A3C6C5BB4 , 0x019E91BBB9C2705DB97E3130253F7854 , 0x019E91BBB9C470E09AA8100BF639C291 , 0x019E91BBB9C5705BAB8E66892CFE4CFA , 0x019E91BBB9CB70BAB891A35B7F004794 , 0x019E91BBB9CD71B9ADB77870AD425595 , 0x019E91BBB9D071648F4BF1E0A170B4F7 , 0x019E91BBB9D273E18021ECDB62393628 , 0x019E91BBB9D373A685E70B4E84F68D12 , 0x019E91BBB9D57110B5BC135E4D53AD59 , 0x019E91BBB9D770ABA57904F3DA8A3212 , 0x019E91BBB9DB71518E53B3CCE6B4B9F6 , 0x019E91BBB9E271058452526262C05E7D , 0x019E91BBB9E671F387047F790322C647 , 0x019E91BBB9EF71FA831BA33FEA7667D7 , 0x019E91BBB9F4727BAF4A26B616BEFD7A , 0x019E91BBBA007217A1130F4DEB5FA391 , 0x019E91BBBA0A72D6AA49A2433AF326D1 , 0x019E91BBBA0F700AB5FBF5EF40F4858B , 0x019E91BBBA117398A4A7FD172D49033C , 0x019E91BBBA1972B9B06E4187D586F4A5 , 0x019E91BBBA1C72219BE2809EB519BA76 , 0x019E91BBBA1E721D9FD68ECAAE1F039D , 0x019E91BBBA22723B9B3539E9D0FF1771 , 0x019E91BBBA2471CE8DA6DD347E4B2A0A , 0x019E91BBBA2873FA801368250634789B , 0x019E91BBBA2D71A6A2A2BF91247F5BDB , 0x019E91BBBA2F7042BD5E42B277B74E89 , 0x019E91BBBA6071968EF9E9B7CFC55B9B , 0x019E91BBBA657289BCA262E42C470F1C , 0x019E91BBBA6A73DF90B0BFE163EE905F , 0x019E91BBBA6F72AA859F30D3EAC1D00D , 0x019E91BBBA7170FCB3B4FE33181CA382 , 0x019E91BBBA7373A7990C1760F49CDE79 , 0x019E91BBBA7670F4A1D59C71D00011FA , 0x019E91BBBA7A7038ABD2A96DD6A9E595 , 0x019E91BBBA7E706D84E3B8DA61B64B54 , 0x019E91BBBA8170D48E6EE753A667C613 , 0x019E91BBBA85702E96900807B69AD82F , 0x019E91BBBA887330A89AF71B8D98CFAE , 0x019E91BBBA8C739F9FC56DB471B02164 , 0x019E91BBBA8E723794284DC5FF5741AB , 0x019E91BBBA947320899DA450EC2CA208 , 0x019E91BBBA9A7373A2BC28F382A7DB42 , 0x019E91BBBAA370AA8885A71A4EBBA2DB , 0x019E91BBBAAC7189AF55FB5DB66864B5 , 0x019E91BBBAB271068DB945ED053D2889 , 0x019E91BBBAB9724E87B06754A58E8FFC , 0x019E91BBBABF7226841F23C09516F1AB , 0x019E91BBBAC172C0BF0D97B085C1945C , 0x019E91BBBAC7738088A13BA57457AE35 , 0x019E91BBBAC971E1B9FAAF23D0D0EAF6 , 0x019E91BBBACC72F485247ABD77CAA36A , 0x019E91BBBAD4711A887A1B5942345264 , 0x019E91BBBAD6722EBA725DF04B4A579E , 0x019E91BBBADD72B78C1ABE014B89FF2F , 0x019E91BBBAE2719B9BEEF9056C295345 , 0x019E91BBBAE773B1A4A7B5F7EA14B781 , 0x019E91BBBAEA70D3B39A996B00AD0EBD , 0x019E91BBBAEE71218AF11037032B6D2D , 0x019E91BBBAF073B997409A15EE713C62 , 0x019E91BBBAF27181B8553E4484932688 , 0x019E91BBBB0170C49FF446C772D1DEB1 , 0x019E91BBBB03732F8F9730C2CEEFA176 , 0x019E91BBBB0572C5B885FE97BC9CEE88 , 0x019E91BBBB0B706CA8360336EB23CE1B , 0x019E91BBBB1F7092B7377E0DA60C208E , 0x019E91BBBB2171218C2AA4A3D889478C , 0x019E91BBBB2B7182A3C1B1BB05BE3A20 , 0x019E91BBBB2D71B79051FAC1DF5CAD8E , 0x019E91BBBB3073A78902847B6539CB9D , 0x019E91BBBB3270C1B6EE4C288D2DA5C8 , 0x019E91BBBB34709FBDA435250CE8C1FB , 0x019E91BBBB3870898B18FA408F4069E9 , 0x019E91BBBB5271318AE6D0D114E32E36 , 0x019E91BBBB6972FBB14448C013F7BD8B , 0x019E91BBBB76728D81D96694D41F4212 , 0x019E91BBBCA27124A0831F2ACA0272A0 , 0x019E91BBBCA573DB9C9043717BDAE77A , 0x019E91BBBCBF735C8672C06C60466B61 , 0x019E91BBBCCD73218A2EAC14D502C5A9 , 0x019E91BBBCD470F9B82F5D70A129A32D , 0x019E91BBBCD7736488A15ECDE3BAF764 , 0x019E91BBBCDA72DF9DF8E7269829C074 , 0x019E91BBBCF571C99B3765D8736CABB8 , 0x019E91BBBD067010BECA30E604F0406E , 0x019E91BBBD0A70E39FEC02F754C0D659 , 0x019E91BBBD16726A8D5071DEB30D7A62 , 0x019E91BBBD2A71F691E0EE61CF1E2114 , 0x019E91BBBD3271A0AE0771E9E14ED4FA , 0x026F237FA9204F51B81921D5D267E918 , 0x0423E1B7918846E2A038586AED315656 , 0x05061DC106A14C798BDF76856B1EE002 , 0x05CC31BB72A6451CBD1A4846CFE76A41 , 0x076109F167A6419980974B2CE5507C10 , 0x07C81D81EF3F4AF2847F6DBA1E8F56A1 , 0x0819D9C451A44EC4883B78A18792B243 , 0x08BF77DB288E484F8D5F0EEA65426921 , 0x0915E9DCE1AF47CB88DF9907E736B8B6 , 0x0ABC5B8FA0BC47EEA1B179146C81E551 , 0x0BA199C7D2A945BDB4F7E85BC2D68AA9 , 0x0CB86824F0B34365A92DF1CE4E57D9AF , 0x0F0C72FB82AF4532A3700AE9BE1BC163 , 0x0FC650BE7B00497F9019919F06A91EC6 , 0x10BBAF0DF71F4AD48FBF77B74E8471F5 , 0x123FD20726B4429BA7D8191B6015CD88 , 0x125C40203205452E84AB215307BD4028 , 0x12C23D9E3CCB4E1EBC148CD52901F023 , 0x14FBED54FD9E405CA4D6BEF5D421EFD5 , 0x168109D900A74AE8AF5D002C82492AEC , 0x1898CE5C6E9B4A7EBF866B9D17340B50 , 0x18FD3A8EB0DA4BE88A9FFADB9B9620ED , 0x1A893A89009544AE91910E99042BC87E , 0x1ABCD8F9D5964E2D9EB2DF2AD59EE77B , 0x1BAF7787B7184C9A8351464DC8D7E3DE , 0x1BD128A3CD5F48CB898EF63D002D2B37 , 0x1D620BFFC7E649BD94683F5AA145BCA3 , 0x1D814CC0AD854BAEBBE09CC41DD26567 , 0x1E902408C6574732A498EA17B2C6117F , 0x1F58B43FDC26403DBDEA1034B81C8E01 , 0x20F9B48A999D4FD0B72E27B954652BDA , 0x21039AB2ACA3411EB115DFE71A3BA976 , 0x216986244E6746B4AA969657A265904C , 0x22A926AFC6704A1090826145A010F21A , 0x23D12E225A0440DB995B7A84FC4A8C28 , 0x25B55A288EEF45BC96DC6B01095E86BF , 0x26CD908DE84041DEA95D987CB6F5A278 , 0x274A26CF60B442B7A0202A58EE89AA93 , 0x27595F64225549DCB106DB96DCD98A36 , 0x27BF04AE0FEF4A57B14ADCFDD68FFAD9 , 0x2849AB835C5049F1AF8323E7A5F12820 , 0x296CD1FC0DE94DDB9DC41AD84D78428F , 0x29C2EFEE6FD546F5A3436756A68B06ED , 0x29F4ED60FDC2423687ECADCC447E9DF4 , 0x2ADC63892CD948D68EA061B0CD3ADA7C , 0x2B264238AA054B40B41318FCBE9C6908 , 0x2BA1C6622D92408CA0E3DDDF5C28A9EA , 0x2D87EE3E657D4948BAD12FC22F3152C0 , 0x2E0823D83EB64D2B8BBA0A19D7DDF03B , 0x2F962FE8E4AF4468ADE98586E572F9FC , 0x30A369F547304ABE93625A513AF06D1D , 0x310DB669BB004BA792E9B634B316C516 , 0x32FB2F6A03A04A8A818DBC56388D77C3 , 0x330279DB4B5646AF877B8B13DCCAC5AE , 0x355858E171C5480CB67EA3668875EA46 , 0x36C2C94967F24CB7B800F3D9F0811670 , 0x3722EC79F19D43B4A1CC47B77A2C564C , 0x3969B931713D405091136E5C247DAD74 , 0x3A598D168B2449BCB1DC25F0CFD6C479 , 0x3A98387F67EC4322BD0DB14B0DB50D5C , 0x3B878D28DBF044BE96998BC8D07E9265 , 0x3D21C65ED3FE4952AC084CF7A969C181 , 0x3E5B455218FF43E999211677EAEC1EC1 , 0x3F728ABACD284D2C822E74611DBAC24E , 0x40139033467D4F01B57B5D640BA38FFB , 0x403EABEBA75C43D3985F9D4928F67051 , 0x4384866B001A49B095BE75D97000B3E5 , 0x438B1AAF8B3141C799391B458EA10F92 , 0x442AA36F5797439CA11C24F97824D8AD , 0x448A74CEF6B14C8592156E69BF80D070 , 0x465FBE9ACDE34991A904BDA9FBF14A4D , 0x481FCA40EC924838BA3BDAF0BB6120F7 , 0x489F561E3113499CB5105918B8668C56 , 0x4B43F20491E549B39D35CA7A6269CD74 , 0x4B8BB32CA7754E788F0B26FC13243786 , 0x50EF46B2C98F4656A54922ACA6AA227C , 0x5241ADAAD1E240049A8720C2E9AC61E5 , 0x546F413AF0F64F6C8AC9C29E13CAEBD8 , 0x5488FA1B11734B8992D1F18EDEC64197 , 0x54B82CCA0D9141B3B8423DF47EADD360 , 0x555806DEF49347D6BEC49AE371C3B543 , 0x55A89C5748B14471BD8176F053DC6D6B , 0x563C7BA558E042BBBC2CB031D748BD49 , 0x56D6785ADAA7492AAB2761BF4222729C , 0x576679EDFEDA401289F8ED763C8E3F92 , 0x57BDAC40237146C59E9698C991B6629E , 0x59E8A84ABE744C9B8F2D5934185B8773 , 0x5A04754DEB2249E7849F5B18123E7F18 , 0x5AE34BED838B4F7491072923636096F1 , 0x5BC01485856E491A920754FF1DE6FD36 , 0x5C6DDD12371D4BFB85756ACDC95AC922 , 0x5D4299ACFCAF40D487864D7A1F505149 , 0x5D9FC2C6EC6E474E986F7A03BD11082B , 0x616E3E8AEF8E45AA91CCE83D9B4BD46F , 0x628CA28E1BFD4994A6017E39826F1801 , 0x64F46D05AF5A4908A1FBE2459DE2792A , 0x654D72507B624B43A102D8673ACB8C6F , 0x6A376275825D439FAF5358FF374E348A , 0x6AA21AC19AEE4331B327E28F263CCB4B , 0x6AF0B0BE27B54CEB9677D3FC1E29FA02 , 0x6BCC9ED58F804BCF91FA2A90EA0B7B52 , 0x6C06D5D76B6C40B8963FC4BF59A083F2 , 0x6D7EB1ADE0544FF2A3C5FBD81F87F562 , 0x706C7A0F7ED44A0A953FC2E64DA32187 , 0x70CC7E671B3C4F939924952FD8DFA593 , 0x7196C08A7C184AF18BEFBFA719E89A9D , 0x739CA4FF38CD4F51AB4CDF40091FB63B , 0x744CBD385C8D4E6D8498A599D2ED5590 , 0x7595A5DD56E844A6A07F5D970A43424C , 0x75A71A4162CE4F96AD3C47ABC39F1B5F , 0x7605E14269D84A4CBE39C3BA7EB04257 , 0x763E6B18483D4A10835DF25818F77858 , 0x76E1DD31CEB04E4480235BC07F5A7FC0 , 0x7989BCB6F8BA4137B341808FBDDABC17 , 0x7B2BA0E1B5D74C15A068A37D09505AC6 , 0x7C438E78E2A44362A31AB64772C76D65 , 0x7EE28570ECBF41E0BDC2FA892974B40C , 0x7FAAF07CA61D4115A01D2660F4878CA5 , 0x821070B7E77A4E62A81FBC8FBDE94C71 , 0x83225B59C5974A16AAF3ADF60536171E , 0x83AB1B1F254F4497AF9DB89210C228D1 , 0x861BEB4BA305498EAF877FDACC48AE8F , 0x871FB3B7DCE4454ABA6D93321909A752 , 0x8878CF8DBFB8403FB9C35910BBC4A4B4 , 0x8A4442F531FC4C80845A2B031F653224 , 0x8B42BC1D61C74F4CA5BF7E57099444F5 , 0x8BA99F030D2F4EE5BAF0F9AD628E0C77 , 0x8BCCBD82DE6847EEB8EFA9E856250A12 , 0x8C6211FA2E7C4E28A30A9918F5FE939B , 0x8C95872FA54A4D59B6667350E0CA9205 , 0x8D7A829B8DDB4912AD25370A1D2416AC , 0x8EE56EA6309349E0832673A58ACFCC34 , 0x90924532DA134632B87251E1C642A455 , 0x90C54C2C8FAF465AB2524052CB664552 , 0x90CF7C51857E43A1BD310AC21055447C , 0x90D9373F82C0452285CDABA707226ADA , 0x90FAB1301ED44DE5B1ACFBBDC46B1F77 , 0x9157184E8D29403B8F39C3F553DC3FA1 , 0x91A410990EF14DC7B5C9D3DE9E3C9EB3 , 0x93B87577765046ABAF461A473D3C6C82 , 0x941054E0C9B34798990E6C71597307F7 , 0x94DC7A774B194DDBBBBC68BB1E4FCBDF , 0x9503423F0B6A4B90831CB90FA311372E , 0x95299FCB202B4A9B9B9EF6C867A13F82 , 0x95580B0C433A49CFA458D374F407EBD9 , 0x956474D21539422295AE8CF2A722357E , 0x9764D5F21FF74783A68A8C0DE8D5EFDA , 0x9855E43D5F17493489F9FBA0DBD62BBE , 0x9B7E921E5DDF41E499A063EF5E51388F , 0x9D1CD261F82F4565ACA939A53B1B182F , 0x9D26895F8CBB4DDF8666C4D6826C3508 , 0x9D2A13DA601346D59599AF9414A12531 , 0x9DB591F9E2694229B8E7C46D6C5E5C27 , 0x9E3F9FA43CF744FCAC182CE50B288A89 , 0x9F555DF837EC4FE699AF0E802A5A6E00 , 0xA1A7F90EBE334A2993705481E7F675DB , 0xA1B210F511B3457FB258B62CE6D602A8 , 0xA209070A98304BC0B22F77C62CD0F9FA , 0xA27F1304D56A43E1AF9FABC68E1F928A , 0xA2D362DA7E7049D99B3778417F49F0AF , 0xA436E1BA40F140F581914950B7EAE6A6 , 0xA4F7402BAC844EBC8E4ABCC10425DB2A , 0xA51E8F1EFE06403BA5DD17A251796F38 , 0xA597195E1CE24275BDB90544745F587D , 0xA6623776A4DB4587B7AEB4F151AA28D9 , 0xA6F85E1954614C65943F5A7D0FF46B62 , 0xA767B8FD50564D05B0E0FC51D2C763B7 , 0xA7C24AF460D149CD8D7F7D1257C20781 , 0xAA5FC31F40F3493199EDE0B89DC4BC3E , 0xAB5581261F16462CA651D6C7EC6976DF , 0xAB7F58EEFDE643FDB3DED23A6521D8AE , 0xAC1F6190339C493BA205F317C551E6BF , 0xAD0480DE57B74AAFA267EEF923A40F3B , 0xAD193DD1DF8B4F0186A0FF6678251ACA , 0xAD21FF78924347729C92D828D29CD3E2 , 0xAE855EED4E294322BEE4C9CFC73C5E29 , 0xB03B93742A6747F4A6B6819166EFFC35 , 0xB03C42087B5F48E6811A0019307ADE70 , 0xB1656FF38F3848B3B0472E982E598967 , 0xB16A2BDCFDD8445EA0EE72E3ECF2F4BC , 0xB30CAB95100C430BB36A80CD8B76519C , 0xB3E97D9FCC9E46E284FA4CE12F9CC627 , 0xB592333385474238B1C2C0D5C2964E3A , 0xB6EC1ADE8B7747F5A1505081DAF2186D , 0xB7EBA15A18BA40B39933FA8946615B32 , 0xB84268F4EF084E59BE9E68621DDAF292 , 0xB8BC63BAE63641838AB0BB1B6A4B4DAA , 0xB9A95A3543DF4D208CCBB6FCEEFA90A5 , 0xBA3E33773CB74CC4ABE66D8627CC5F27 , 0xBAC3FED13A28417FA93AEF6D5F930032 , 0xBB60D924198C41B3A552B13BC122D8A1 , 0xBCC6CE57EA864F37B3CBF809F6418878 , 0xBDE81E04E8684955BEC44F188011012A , 0xBE77AF7E7DE247A5860B8F01AAD933CC , 0xBE8C6514546E4443BC5FC1AAAA9397DF , 0xBEC48A924494481596B499A3462FA53F , 0xBF7A4894825F431ABB5AE1EC1B8401C1 , 0xC11D1992BF12413B97F9DF16C175FD9C , 0xC1AB4EAB872D44868F537EED24598EB4 , 0xC1CBFA9376514E6F8D8B69367098B369 , 0xC41298534B324E8CB535148CA6456C85 , 0xC61DE540C0494B539C90BA9E4B19789F , 0xC80F0CB8BF8C4F4DB3BB145D25B6029B , 0xC9A7FC8AB6A4486C9964D1D47C5296FD , 0xCBC22078C9F84DA9A4941B3EB714A4D6 , 0xCCB19B4C4EEA463192731DB28788CDE4 , 0xCD733D72B8E34435932ACC338AEE6646 , 0xD1F4977DBF2B419BAC01E233BC248959 , 0xD4A089DC7CA8450D891BD37C01FC0979 , 0xD4EEC4451472446696CB77D6DCBAE546 , 0xD519ADD0957D459991980B6135DB0BAB , 0xD57151CE51384A8BB5DA30FD3372570A , 0xD5B57EA15B5541D9A3CA9D2EB28941C2 , 0xD8045EAE158E4066ACD76F94D171AA9F , 0xD888033563B64F43A09BB9D8F6D92502 , 0xD9D0EBDC7F504F2FB691DE80D4E9BA35 , 0xDAB5AD34A3D049768AF0CDB947A5926A , 0xDB17C270D47D4CF5A11B2574DCC64D19 , 0xDE1E57AC4B834356B86FF700C10F2081 , 0xE01C0C77A7FA4DD7850E16AA1FCCF280 , 0xE05C885FEC774AF18698CAD633425C78 , 0xE141002B721E48CDB4E0F90F5BB1AE5F , 0xE239B8B51AE34ECDA758149F9EC24238 , 0xE39CFE7FA222422BA7014C91EC2D8263 , 0xE3C088F2F8D741BCA8E75923C42C797C , 0xE4F8CBE76BD74805BD5FBB7AAA91C448 , 0xE6B733FF484C400CA0343F4CCEB5AE6A , 0xE98498452B154CCE82812DC75CFAB45B , 0xEB19C0170FC4412E92ED8056FDF5E721 , 0xEB8D712AF9094309BE448C0C6BC37114 , 0xEECBE677886042EC958F5E2F892C6468 , 0xF014BB8414CC46AB83B3821502B6AB40 , 0xF0B1A75EB4C84883961E7721A37F0B07 , 0xF18654872C1C430192F7BC756C97FAA3 , 0xF1FD142D595B4EFD898CC8A092097C4E , 0xF3808B509A694FC89883F0B4B5DDBC93 , 0xF7379D786A5842BCACA15726106A1FC9 , 0xF73C2C57C63E4B8199AE10FE348B7018 , 0xF78801A05D7B42EE8D91A920E4F44031 , 0xFBA97A6A1D9849BBAA50657CA44734C0 , 0xFC2B40C641B949C6A2970DBA2CC6219B , 0xFD17FCF8505D4B3A85FBC811DC5E56C2 , 0xFF2BF4A7C11546F4B3A68CA7F6568BE7 )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
94
0.08 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"‘O \x05 Û¸A\x12 œ)/vþÙŽf "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0x914FA005DBB841129C292F76FED98D66 );
Copy
95
0.06 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"‘ùnjÔ±Fçµ¼¾A/a{º "
"Sendinblue.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = 0x91F96E6AD4B146E7B5BCBE412F617BBA ) AND (configuration_key LIKE 'Sendinblue.%' ) ORDER BY sales_channel_id ASC ;
Copy
96
0.06 ms
SELECT url FROM sales_channel_domain
SELECT url FROM sales_channel_domain ;
Copy
97
0.07 ms
SELECT COUNT (id ) FROM app WHERE app_secret IS NOT NULL
SELECT COUNT (id ) FROM app WHERE app_secret IS NOT NULL ;
Copy
98
0.12 ms
SELECT `pickware_shipping_sales_channel_api_context` . `sales_channel_context_token` as `pickware_shipping_sales_channel_api_context.salesChannelContextToken` , `pickware_shipping_sales_channel_api_context` . `payload` as `pickware_shipping_sales_channel_api_context.payload` , `pickware_shipping_sales_channel_api_context` . `created_at` as `pickware_shipping_sales_channel_api_context.createdAt` , `pickware_shipping_sales_channel_api_context` . `updated_at` as `pickware_shipping_sales_channel_api_context.updatedAt` FROM `pickware_shipping_sales_channel_api_context` WHERE `pickware_shipping_sales_channel_api_context` . `sales_channel_context_token` IN (? )
Parameters :
[
"lYQSmtrUBETAXYvFPYfKZNQyVl8TI5cj "
]
SELECT `pickware_shipping_sales_channel_api_context` . `sales_channel_context_token` as `pickware_shipping_sales_channel_api_context.salesChannelContextToken` , `pickware_shipping_sales_channel_api_context` . `payload` as `pickware_shipping_sales_channel_api_context.payload` , `pickware_shipping_sales_channel_api_context` . `created_at` as `pickware_shipping_sales_channel_api_context.createdAt` , `pickware_shipping_sales_channel_api_context` . `updated_at` as `pickware_shipping_sales_channel_api_context.updatedAt` FROM `pickware_shipping_sales_channel_api_context` WHERE `pickware_shipping_sales_channel_api_context` . `sales_channel_context_token` IN ('lYQSmtrUBETAXYvFPYfKZNQyVl8TI5cj' );
Copy
99
0.07 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
100
0.09 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
101
0.14 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"\x15 ö'3˜ÝB=ªnFš~sa™ "
]
SELECT path FROM category WHERE id = 0x15F6273398DD423DAA6E469A7E736199 ;
Copy
102
0.06 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT min_search_length FROM product_search_config WHERE language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
103
0.08 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
104
0.30 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` . `file_hash` as `media.fileHash` , `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 ŽÏü\x1D BqÆšòp²ëš2Á "
b"\x01 ŽÏü\x1D Sr‰¨\e »¼Eçò, "
]
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` . `file_hash` as `media.fileHash` , `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 (0x018DCFFC1D4271C69AF270B2EB9A32C1 , 0x018DCFFC1D537289A81BBBBC45E7F22C ));
Copy
105
0.07 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
106
0.06 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
107
0.06 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"ﮨ™°\t Iô»\t ÀCÍP4\e "
]
SELECT iso FROM snippet_set WHERE id = 0xEFAEA899B00949F4BB09C043CD50341B ;
Copy
108
0.07 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"‘ùnjÔ±Fçµ¼¾A/a{º "
]
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 = 0x91F96E6AD4B146E7B5BCBE412F617BBA
;
Copy
109
0.07 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
110
0.08 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"ﮨ™°\t Iô»\t ÀCÍP4\e "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0xEFAEA899B00949F4BB09C043CD50341B ;
Copy
111
0.11 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"›zeKŒVBg¤Ã“\v cK\x18 < "
]
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 (0x9B7A654B8C564267A4C3930B634B183C );
Copy
112
0.08 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
113
0.27 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` . `file_hash` as `media.fileHash` , `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 ŽÏü\x1D BqÆšòp²ëš2Á "
b"\x01 ŽÏü\x1D BqÆšòp²ëš2Á "
b"\x01 ŽÏü\x1D BqÆšòp²ëš2Á "
b"\x01 ŽÏü\x1D Sr‰¨\e »¼Eçò, "
]
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` . `file_hash` as `media.fileHash` , `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 (0x018DCFFC1D4271C69AF270B2EB9A32C1 , 0x018DCFFC1D4271C69AF270B2EB9A32C1 , 0x018DCFFC1D4271C69AF270B2EB9A32C1 , 0x018DCFFC1D537289A81BBBBC45E7F22C ));
Copy
114
0.09 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
115
0.31 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"\x15 ö'3˜ÝB=ªnFš~sa™ "
]
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 (0x15F6273398DD423DAA6E469A7E736199 ));
Copy
116
0.27 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"\t Ò΄ˆéJ(¼â"ââ,í¨ "
b"\x15 ö'3˜ÝB=ªnFš~sa™ "
]
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 (0x09D2CE8488E94A28BCE222E2E22CEDA8 , 0x15F6273398DD423DAA6E469A7E736199 ));
Copy
117
127.88 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/15f6273398dd423daa6e469a7e736199 "
"/navigation/09d2ce8488e94a28bce222e2e22ceda8 "
"/navigation/ef9dbacf27b240309d1e603cb49bd272 "
"/navigation/2370a606774546b48f8fcab6b8286ac6 "
"/navigation/3c44bafdc37d4cdbaaa2cd70ce60679a "
"/navigation/f2f4615d83d4426b8e5538b834d377a1 "
"/navigation/e0cdbc551b64462fa6c040eae8842902 "
"/navigation/b5acb8208d2949e599bcf94fa105490a "
"/navigation/d60fe3f633dc480da5908308921e64f7 "
"/navigation/5d85bbeedb9540bc97afb4ed0a9dbad4 "
"/navigation/feba94f259e941b38042d448ac9aa6f1 "
"/navigation/c61086d4d7134412b8387f3545f5be39 "
"/navigation/c51fcf901d364d1f86694cfcdd9eb9a7 "
"/navigation/d949a96e79ec4da58c1498cfafe19e68 "
"/navigation/f56c8688cb3547f4ba2664c24641cb08 "
"/navigation/e33d4c8a1f4b46fca20628f6fe5012b7 "
"/navigation/9d3a4568ecde49fdb93fdf766914e8fb "
"/navigation/9abccf9ea2a641eb8fbd3760ecc9cc88 "
"/navigation/d01af7cfd2d44febb5a5d96e1de41f38 "
"/navigation/eae6700d50254e468db1180ee308c2d5 "
"/navigation/ff69e61e866b4008bf8402adc3a026f4 "
"/navigation/06d451b0999f46379de73b08f22c169e "
"/navigation/134098a8a9874f7083c356442a7c710a "
"/navigation/104fe514648049ae84e042d16ebe95c7 "
"/navigation/b078ac6f26ae42859c481da342c6f2f7 "
"/navigation/1ce9780a765f40babc9e16b5b75cadb9 "
"/navigation/056b9e14cf59437286c5fc7e51857699 "
"/navigation/0f5360f936d84845a43fc16b52440765 "
"/navigation/16cf2784414f4f5fb6e2d29aea1325f1 "
"/navigation/b6358c1605014d239ef4110ef308b278 "
"/navigation/65865e4861674f58992ae92575262259 "
"/navigation/f650c74fc4e549ba9d2e44c777de1749 "
"/navigation/e066e96822e94b30bbc899d58b0ce7f7 "
"/navigation/9302bd5be0564517895eecb01c47d076 "
"/navigation/cb1119a34f6c4b18ac2de15e1f0e7d17 "
"/navigation/45e7335eb55447279ff2bec210c91bf4 "
"/navigation/24a7114488ff4c67b8aa944b3acfc5e3 "
"/navigation/fa5e0a07dc86401cbc53e4d8362724bd "
"/navigation/8ecc23ca4c234bfbb9579fc42c81f354 "
"/navigation/86b4bf5ed9464a68816e2db9dee5efd8 "
"/navigation/91b00ab8ff79421eadc62676665121f3 "
"/navigation/ad00b48057e346cb91fd31e90bf91c1a "
"/navigation/e72179143ba043a992c85e9b09777453 "
"/navigation/5e8ad69a8b81419f8a64c17118747503 "
"/navigation/426e45b2f1fe4b548ba7610c5f376a67 "
"/navigation/defdcd2839114f3e83207d26bc37e743 "
"/navigation/14e4afa373334cc8ba21703f779ec4bc "
"/navigation/a4935291c57443639fbf61df1aad6d75 "
"/navigation/d727d8e1e5a545d0b88ca93ad8154c19 "
"/navigation/ee0648b5174542e5a4b158b16e4e7f0a "
"/navigation/30fb667374e44f0a9debd310e0f14c16 "
"/navigation/b86815e2f5d0477287a49c360f67fd9d "
"/navigation/9590101555f6405787a852875a427156 "
"/navigation/a4c48b49d58f46e9ac01d85e1c9057f4 "
"/navigation/ef972c4913a64f26aa2e86b916f2a01c "
"/navigation/dfcdebbe50ef40c0ae832ab10cf8d813 "
"/navigation/75a374f617c2492b83f41308577cb5fa "
"/navigation/fc545b6253bd47a7803344c1a216fd2b "
"/navigation/422384a875b845a28446aabefe5d02a1 "
"/navigation/ad771ec2b0ae4a05a7f88d3e84347da0 "
"/navigation/da0b25c7107948d1b70d7857e7fbcd02 "
"/navigation/9b939e8b882a447689587c5c421fe6cd "
"/navigation/dad1b88e6b6a41d294742d7ed9debac6 "
"/navigation/5116877617ce402d944bce16aeffac60 "
"/navigation/b58df0a004ba4f0ebe1a07cc3e79b1a7 "
"/navigation/ca679e714414410ca085111a6ff6c0dd "
"/navigation/006cbd8a6ac0403db6659bed803062a4 "
"/navigation/c09bf64e62c54b2aa55124b3f2f41f2c "
"/navigation/89bb8a6fe5724ff4a37bb82024ab8ff0 "
"/navigation/6548102f1a7247678ce400fee2266eb7 "
"/navigation/fb87e77fde86450bb9e7f892e8247e65 "
"/navigation/c387095caf094709bbc7a9cbac1c0311 "
"/navigation/615b789f5ca54bed8d23a5fb0d2b33a1 "
"/navigation/92ab43d153734b61b09765a05ec804f3 "
"/navigation/c9462fd11b9c495ab138db44b0d3afb7 "
"/navigation/aaebbf30e73f4b85b48475e08a036d1b "
"/navigation/bc41d3bcc7904b92b86d187118a556cb "
"/navigation/12e08f52f92c4e4c871cfa0e8fe00117 "
"/navigation/2a6dcbb345f74304b3ac653e2ad4d2af "
"/navigation/3af54e649c494849810018fb527ad00c "
"/navigation/0a391de2b73841339e0b54e6fbd54849 "
"/navigation/82b891ec799749d0948652de007fa62f "
"/navigation/f5c215c7ca6e45c6930d6c4064ade126 "
"/navigation/f724f9f8b35f47a6b7d0ddac2c6e6d89 "
"/navigation/774ea5bab3c54623bd546d6c9c26b31e "
"/navigation/2470e66686d64905967defb9f5df8d3e "
"/navigation/a9367d93455344768b380e4f804db56c "
"/navigation/85a18b40594d4fb3bb91c46e011a77c0 "
"/navigation/0dc40f67884344b8929210b7e5aa22d1 "
"/navigation/920c097059bc4a61a9f4db41e59751fb "
"/navigation/19df51e552a24dee9c9a1710a94f095b "
"/navigation/70cdd05c6e5949468f37f121d2004236 "
"/navigation/ab609dd4871c4cbd89f1933a03432436 "
"/navigation/90114638303041f397bfc2b01d62ac43 "
"/navigation/7f2a966db1e9423aa96a0b1c36000533 "
"/navigation/f9b249d87650444baeff36af787a994f "
"/navigation/e19390ccdbd142da945af97c51c02703 "
"/navigation/3534cf2472f8488d8121d53e3f64d402 "
"/navigation/bffef678702747c28dfdd5dfa4cb1013 "
"/navigation/cd9682e97f77401e88162bdc19b9bb8c "
"/navigation/8cc96d18bbf747cc885db56f385a7a48 "
"/navigation/368b575ec8ba46cd9895c15e23f4c07d "
"/navigation/8a84d0868ec345f3a42f9fa7ec219490 "
"/navigation/036537f24ed0486385166e9c5154c5d7 "
"/navigation/0a84d4899018416ea8854e0ab81bd064 "
"/navigation/8127cbee394a4ba8b3d808a0ec6327bb "
"/navigation/ccecbf817e804b38b020a71d81bfbf79 "
"/navigation/454bd802e74f4f0d870a38d804536e92 "
"/navigation/893fbb14888b43b8865c44614d7ea60b "
"/navigation/5184aedfc2ae4f0580a10deb957d5a62 "
"/navigation/5d77f3b3b4e14fa8b3cfc7796bd64b7f "
"/navigation/99fb78b6e96c4ea2b54ad6903dc6cc01 "
"/navigation/4172c0af5ec34f7eb6bfef2fb5aa37ed "
"/navigation/68292ef0b97e48bb81461693e56b0bcc "
"/navigation/713a829050e5471cb4cda0a2b26b2f39 "
"/navigation/87f3f6762629429888985a90195f7949 "
"/navigation/c459c57eaff24880a80b8b41065d028d "
"/navigation/6adbebdfd7fe491499bcf721a6ecd9be "
"/navigation/462e35fe4d814c289acf712780ae5a0a "
"/navigation/018f105488a973419d7a3fdef1769030 "
"/navigation/018f1055aa18727fa63b0b0fa276dec1 "
"/navigation/018f10551c80759d953688d2db9bdc76 "
"/navigation/018f105531d97697b34bf9dbfa570399 "
"/navigation/4b837f8d150444b1ae7012b36be47fc3 "
"/navigation/4556885bcab94c2f9e32500268ce101a "
"/navigation/8b5d8dbe190b4cb2a715a8e84e0134c0 "
"/navigation/d66d2cd69db647698198417dfc53f326 "
"/navigation/84003fbb44074f0a9b83ad667ffd2647 "
"/navigation/54e09de87c5b49d792d4c62ff0202ae7 "
"/navigation/638f8832f9db4873a385133e83f55ca9 "
"/navigation/f64a5e8d15ec4ac8b0b175428682ed83 "
"/navigation/43b3fdf4370549e59ce6ee02eb8de4c2 "
"/navigation/1aefb6101b184c9eba1fa58b7c1429dd "
"/navigation/015bd7b4c20a474691fca3865af10ff4 "
"/navigation/7f07c7ee5c464e10810eaa2f7d9ded8c "
"/navigation/46b205b6674c4d63a7cea80b66abe2b9 "
"/navigation/6df7ff9efd56401e822a4d2fe28dda80 "
"/navigation/cee9773ef93e49ed974e13c8b11b018a "
"/navigation/859c9a152e79496fbd66893e9b9f0e5c "
"/navigation/49ba846a2d4e4629a7cce6e9e8abf961 "
"/navigation/019e1befa81474eda77a89045be428c8 "
"/navigation/019e20c472a7754cba4d2665698e8d08 "
"/navigation/019a106c94407322845029c7d35b9834 "
"/navigation/3165114444364cf3b28ee47710323dfe "
"/navigation/5477551a6ab041d398698925ef84ca73 "
"/navigation/018f58946ec77ef59e92d49096cc2ceb "
"/navigation/42e486a9da6f41c690ae788e01e678aa "
"/navigation/4d280192ab6541499f7fe9b410f16043 "
"/navigation/b71c02ce69ed4165935e2644b5709862 "
"/navigation/05bc063b0f174ce2b4197983ee595e10 "
"/navigation/b811032dfe6c4a958661d20310687704 "
"/navigation/43f227a5aa7649089e89abfb0897f481 "
"/navigation/d03e3eb2bc25436f92233b2572de00c7 "
"/navigation/432dc5bf111e433d9a10ca94a62dfc95 "
"/navigation/f8bd26a66d12405e9d4f9117386b7d45 "
"/navigation/f96131f133034be7a98f694b4e482e10 "
"/navigation/019e204f9c34749982ca85cc10c30ef6 "
"/navigation/018f58a30eba72f49fd5c41bd2f8a7c2 "
"/navigation/018f58a48429741eacb7c978f2d81e5f "
"/navigation/018f584347087eddbe3eb55771548e57 "
"/navigation/018f5843fb8678a48b0d7b71e7395aec "
"/navigation/f5c1ea4bfa9742d2ab485088707e37a5 "
"/navigation/8074e2e56e124fb7b5f22b301d016c0b "
"/navigation/989a1f466c4749ba8e94e9113c5729b7 "
"/navigation/018f5895c3e8741e9585ac7ad92ab304 "
"/navigation/42bacabd9bfc454881cb6137cda4fd8e "
"/navigation/8e626e4b91ca4da4bb7023877a79a7e6 "
"/navigation/018f589b832d7e00accc6f418e678b3d "
"/navigation/4ec2b3cdec0644a18fde0f212eb72858 "
"/navigation/018f58a5f001741eab3ab7b8f8ab6bc6 "
"/navigation/019e20cddbaa7830bf17b52e332b116c "
"/navigation/aef5fdd7403044c2a6b71ed862d78570 "
"/navigation/018f58a6d0487ad29748cd7a87e03308 "
"/navigation/8d1a0664060b47ed8b6dff68d8542201 "
"/navigation/4ae3558274454b4392a4f8664447808b "
"/navigation/2d712bcb1e254331b432b30a3aa8dcf9 "
"/navigation/7296c337397e4f289fa8858d3c7c7db4 "
"/navigation/018f58a7a5e773d38e838bfef5144e9e "
"/navigation/01917f39828f7c4aa86b0bc10a961564 "
"/navigation/019e1bf214c076e384cdcd14012ed5a1 "
"/navigation/018f5888c5fd746b8e81adc94b706511 "
"/navigation/8be671f0b6a641ca81d614173daba97d "
"/navigation/019e20bcdfcd7f6aba94ecd0e2a665af "
"/navigation/018f58ab72be72ff89009d9f10cfe544 "
"/navigation/018f58abf5767510867eacc579377b85 "
"/navigation/42d40f8fab8040938f7704eba01317ba "
"/navigation/018f58a9c9c77aad9bf956a9952ef9ec "
"/navigation/774a005e688043699bb458cd61fa654c "
"/navigation/018f58ad6525757a91d1887a0568fd3e "
"/navigation/9d22ae740d6a4af68b535cea8de49a48 "
"/navigation/019e20beedf374aeb94e9203dd0a2dad "
"/navigation/25c0986e665d49d88d4e39e76c43a3ff "
"/navigation/07f39c5d48154f86960c70d1974a4949 "
"/navigation/31a993622b6043f9a1e584eddad5bd8c "
"/navigation/83593a4483eb4ba0bd6cce81f7849726 "
"/navigation/b3d53be6cc204d0cb88d76401a213fa7 "
"/navigation/019e20c66e377fc6a6c26f7c5cd27bda "
"/navigation/0d2f58ca297042128ea1412e315f3e75 "
"/navigation/018faaddd34c78269b89a398bbc3aa9a "
"/navigation/018faadebe1873128eaf30752c7f31d1 "
"/navigation/018f58e2724e7400aab4510f6e910df5 "
"/navigation/018f58e2892a74a5a99a46b3bb6a8ae1 "
"/navigation/018faade6bcd7fea9ff6f25a3c4d1f8c "
"/navigation/019e2029c66f70488e31a7e4e9586737 "
"/navigation/018f588e30897945b8d9fcbfe2c79540 "
"/navigation/c6c324dc838046eb831c99d7bf68be82 "
"/navigation/01917f96f44575239eff331589a8dcc7 "
"/navigation/018f58afb245704d8d3baa2f9a9b6fce "
"/navigation/9bf305c290a342779cfcca8b02a680b0 "
"/navigation/018f58b303647f8aa29973566800f350 "
"/navigation/018f58b2556c72d0a63de9bd51b41580 "
"/navigation/019e1bfa9ab17792836c251ece779d03 "
"/navigation/018f58b634b27b1cb55b2f764e181924 "
"/navigation/f800f9d0a8b74166b7f7f3a3bbd962d6 "
"/navigation/018f58bba31b75d6ad492048b660ecbe "
"/navigation/019e1c04e7c47a178102f203c79abc0d "
"/navigation/aa57829479154f27a8973a09a5f5dc48 "
"/navigation/018f58b6dad37707901e8c6741ae1b41 "
"/navigation/018f58bc5db47bd180c44de3a547d6b6 "
"/navigation/018f58b8311a7a6781afda03e2ed9142 "
"/navigation/019e20d4261b7244a7a95d18604e1859 "
"/navigation/019e20dcc3127870ad58aaa9427f1fe2 "
"/navigation/019e20d75fd77768a45f326354174aad "
"/navigation/019e1beb62cd76bfb7068378a05d8703 "
"/navigation/018f58bdf30b7d7f8bb4d78731c66d0f "
"/navigation/018f4e7edeee7a328cd0a2ff91984719 "
"/navigation/018f58be88727cf4b0c5d8d2da46c68e "
"/navigation/018f58bf59137a78b65885c8d78c44aa "
"/navigation/352ee310d604455283058d09c0c88c1a "
"/navigation/018f58c944d9702bb062d2f08d4e877f "
"/navigation/019e202b82977407b3a6e2669a58f197 "
"/navigation/018f58c04f1a79cfaf9c5a0970671278 "
"/navigation/6443a8fda1554cff8aeafe31b163a516 "
"/navigation/019e20a6efdb7d5cae9aa2e94551478d "
"/navigation/018f58ca2d3972f99e25aa54249b7601 "
"/navigation/019e1bd6a68f71749b35930bdd8d7518 "
"/navigation/0f565502bc9f4bd988ead46b5d5b9f40 "
"/navigation/d06b487bb31143ceb4d9332f22418011 "
"/navigation/018f58c1083373e88cfce3e09c204be9 "
"/navigation/019e20cfaca97b0a8fac819f28f8d367 "
"/navigation/018f58cb07c87472bea38378111ba8b3 "
"/navigation/018f58c74da07370964dcbdcc11f8733 "
"/navigation/018f58c801d87e3d9bdcd4cc549ed7c9 "
"/navigation/019e20d1ecaf762cb0d8ec41f149e896 "
"/navigation/bbdb56acca91406d9803d6a0aa7d7ecd "
"/navigation/018f5876f2a87f59acc37e7379a44970 "
"/navigation/019e203cee7b74ee88782a00f84d3484 "
"/navigation/018f58cc9d9f7efca1f74a7deaf9b6c6 "
"/navigation/019e209f45b3745a8cc2050ab463a5eb "
"/navigation/019e49c9bff77afd8d0003653f65f8d6 "
"/navigation/018f58cebc6f71a0b57b556e71f54bd3 "
"/navigation/018f58cdc7f077fbbfdb03d568ff1e7c "
"/navigation/730ccb18b1314b0595ef1f00ff99125d "
"/navigation/018f58cfc5b67191b2700e8401928428 "
"/navigation/4c16fbdae26144aabdf70afe2ba385b3 "
"/navigation/018f58d37afd70c5b052883ce9fec785 "
"/navigation/a47b3083f64044f288cb10864c2a78c8 "
"/navigation/018f58d478cd7dfd8f700dcd3a0ba487 "
"/navigation/019e1be9343f71088988af6c045a41fd "
"/navigation/019e20cb0b4570cb8794fd68ec0a2459 "
"/navigation/018f86c106ff7c8cbc28d2ee12c5ff33 "
"/navigation/018f86c25e067e628f89776919f8c061 "
"/navigation/6d72d7f493b54d439ef51eed33448230 "
"/navigation/018f86c3730873308f3a1c9feef9c10c "
"/navigation/018f86c4821a7cda98e40bc9e9c8b7ea "
"/navigation/019e1c08ec5f79669cc5c68206b7fde4 "
"/navigation/4c969bd8bdce4d80bfe6c570ac4d00d0 "
"/navigation/49984716787b4a0cb55f560bb7f019e2 "
"/navigation/6667a42578994181b0e0476d9314dac4 "
"/navigation/d9845bc6cb2744b2be51dbe278884e35 "
"/navigation/ebad16ffe77d45b18ce7b1c7a9c0101e "
"/navigation/d9dbc04af29242529c8b50d95a853b71 "
"/navigation/d6fb34be4d314096821fbb232c71d035 "
"/navigation/a09958ff1c3b4ae7af1852b3a7d13bca "
"/navigation/02f91e5c5843433f99ade07249392e96 "
"/navigation/2e95e37fd5354c4eb92d4c60950f7109 "
"/navigation/018f86ceb8547494a790c02ce9d30580 "
"/navigation/2eb9deab99434f2687e8c2f51d913a4f "
"/navigation/018f86d067867c0c904c45ce692c3c43 "
"/navigation/018f86d326c97485bc72644a470fa607 "
"/navigation/fa7645c0394840a090f9f24ae3cec709 "
"/navigation/018f86d114d37512a5258aaf5db9d15a "
"/navigation/5e38efcf767d439a93f1c3af2e8df5ec "
"/navigation/364417ccaff2444ca97a01471ef6d1db "
"/navigation/5d9ff7f971ba4c24a8e03360dd37510a "
"/navigation/74f12524af5b4ff4b6dc773a1ec2689b "
"/navigation/78995c51bc1a4509bc6494fc25709100 "
"/navigation/cfcd478b9293496ca2dd9d563b4ad4c3 "
"/navigation/f3697d66d108419da156dd377102cdf0 "
"/navigation/fc07efd0b0fe43e682913fdf18320867 "
"/navigation/018f86d2329d74d583a1302304b37860 "
"/navigation/019e2032570d7e238cc9f864b2c02fdb "
"/navigation/018f86cf767c734ab59b1b3c2b26a7f6 "
"/navigation/018f86d3b038737f9fb0508190b5ec65 "
"/navigation/018f86d45a497dec9ebf9d61d7f17eaf "
"/navigation/231d9b2c8d6148338a974512b2f35ca2 "
"/navigation/019e49cf04dc717a99bfbcc7e988d9f8 "
"/navigation/019e2042a314724bb5b0b543f02ba392 "
"/navigation/10fb92aa6adf4c3ba27790a3e65f0afb "
"/navigation/2bbaa0b3ce824633a0ee745b5d40f1f6 "
"/navigation/32bb04eb735547eea9adb1e5d6f3c02b "
"/navigation/41121a8b60ee449b9680ceff21c884a0 "
"/navigation/53c81246805740eca69c786cb33d51cd "
"/navigation/54e19bb610dc453195496e5245c8cba5 "
"/navigation/6398d60bbddf4725bdd80e83b5646209 "
"/navigation/7047d4c32e344225a5c03c68bf7c7200 "
"/navigation/9c221ce85e6b4942a51d14ebb92a55ca "
"/navigation/a26f984941624c159b9ddfaa9a7af591 "
"/navigation/018f86d579ff7521ad9e6192fce76c4f "
"/navigation/019e1be6e2607b8498d6874933b5affd "
"/navigation/018f86d697567ac19b73aa3d10edfd4e "
"/navigation/737f838a91e6487d9abe59a096526dd1 "
"/navigation/a205163e939d4619bf192147c34e90ec "
"/navigation/018f86d77a1775f284b5047dac52e7b3 "
"/navigation/018f86dc27917fc5a7fffa266cdd1373 "
"/navigation/019e1bdec76c7c55ac3b5d841f9c353f "
"/navigation/c9c39f24ce0641c9917efa17f2f976cc "
"/navigation/018f86deeb3a7ffaa43ff8237ea66c93 "
"/navigation/018fc4eca0bf725584d1ebb0cc3f83cc "
"/navigation/018f86dd454c7385b12fb49238728674 "
"/navigation/7676e883a80b4366a4069b03b24a7c1f "
"/navigation/37235d9c71cb4ba9a8c183bf41a58fa3 "
"/navigation/8cf104918cc3456da7ed6c3e5105cd21 "
"/navigation/019f4be094897c2aa1e4bcc05588c8d4 "
"/navigation/019ff544f94677a890e6c03fa4e07eb0 "
"/navigation/019ff5451b7272be8aeb4df37525b50f "
"/navigation/019ff5456fdb79cdb8f0b4a43c6407e8 "
"/navigation/e72bf5b59cf641eeb41f2e22a4c5a13c "
"/navigation/018f86e0b4927c90bc8031f98b92d78a "
"/navigation/d671e1a157934d378b9cca8b9630ead4 "
"/navigation/019dcf57a98c7454a00c9b3c1844c17b "
"/navigation/019dcf58036c7a91ad9cfef50f6905b6 "
"/navigation/019dcf5820b1740ea5a87ef0d38f32a3 "
"/navigation/019dcf583d64774ba33a9e899a3b11f9 "
"/navigation/019d725cde0e75959c015afac70cc58a "
"/navigation/018f9c7821b978ffb7872e48aedb8730 "
"/navigation/018f86de30cf76159aef35493800037e "
"/navigation/7a7a6f1864764022bc13d5b0e1572814 "
"/navigation/019e20c08879776fa2588e3e3ca121c4 "
"/navigation/018f86dfd5667aaa885b6653a5215584 "
"/navigation/018f86e14ad77a448edc9790a736d3e6 "
"/navigation/97d5192f777f485ca657f2b2628bcee6 "
"/navigation/6cb0fa871e2646258d1e6090cb08f326 "
"/navigation/018f86e306a97b4ba10b9636ea4531b1 "
"/navigation/01933f4b9c097a7a8ccf6ff1c795e661 "
"/navigation/9efda7dc8c3c49328c4904f0ab587c91 "
"/navigation/a9a02947db474d85aaaa5ff84901e971 "
"/navigation/2357b863ecb348bfb1279078d907f56f "
"/navigation/9c36ba54df844f9f9d58edcaa93d0807 "
"/navigation/a52430ba3b484d8794567f3648f62687 "
"/navigation/c96abae891324a66a2175a6fb4d57f03 "
"/navigation/ca160c796a8e48b49a3a74da1e7fb584 "
"/navigation/f4498dccf59647f58a5ea7e638b6d675 "
"/navigation/019e20b0763472a6a09f0a19465f7491 "
"/navigation/797ab028d4214f9289d1ba3a7f5c907c "
"/navigation/c46c3c4de08c47ac8e857fb46155e69d "
"/navigation/018f86e72975763ca9abd49c4bcbd11a "
"/navigation/019e1c01e83e7c47ae2fca11799954df "
"/navigation/018f86e55808764eab6269a48c814331 "
"/navigation/019e20516e4a74f1a81c3789873152fd "
"/navigation/019e1c0d1cd770a18ef653f864e8f390 "
"/navigation/019e2083920970adacfa5ef0957ef3e0 "
"/navigation/d064f177abda4b89840f3263c3db2bc7 "
"/navigation/e5c3d96c18014d46a65778ab87cb8309 "
"/navigation/9a77b7482bd44ee088a01f8c6266d643 "
"/navigation/018ea3dbec697240aee76a39a7931286 "
"/navigation/018ea3dc002c72a9b87a5909419e1d86 "
"/navigation/019e1bff7a9e79bdaa7fa3962ae8ea26 "
"/navigation/018f86e6272f71cb841687b48ebd9a89 "
"/navigation/018f86f8491271ae92341b266e8755cb "
"/navigation/019e2037cbbd78928e4867af26623ec2 "
"/navigation/018f86ea40f879a0b6bde5aa45edfc3d "
"/navigation/018f86f12242771da8c8bd1516dc320c "
"/navigation/018f86f53cf47d61a2a688965bd91552 "
"/navigation/018f86f5fbed7bb382a7e481ae9352ab "
"/navigation/019e203a1bac71d5ad103f804317625e "
"/navigation/018f86f765157797a6da6dea84b279cd "
"/navigation/019e20b495d2749a9ef1d14a3bff3188 "
"/navigation/018f8709035e793993b89af2cf31f1c2 "
"/navigation/35c3d66f2acf427e942446d0ff05a66f "
"/navigation/1624265523f4482b8bf23049f538c927 "
"/navigation/44a2ec935fa445efbaeab216b2a75a07 "
"/navigation/018f871bd2af77b19b1a01514a14cfb8 "
"/navigation/019e20ab31e072a0b978cd906fe53d48 "
"/navigation/019e2040a634749caf6d1a40bd23523e "
"/navigation/65d40e675e054e51b1e67f35849f3d7d "
"/navigation/9dac66018fca4ac7b91e77d286136f0e "
"/navigation/6340ddccbbef4376975c4bcd26cfddab "
"/navigation/6b67ecfbd9be4a6d829fa43a44861daa "
"/navigation/b4f2058945ce4fd9bb12cdf24b8395a7 "
"/navigation/be0d0a13e9ec4a2984d095e5589735be "
"/navigation/d797eddba80349c0a8d540ac4b08c6f9 "
"/navigation/d9ae546c7c13449aabb95d787456d6a1 "
"/navigation/e051a078f914462a9ac55cc6e08c9cd0 "
"/navigation/019e2027da107f07b154e566bc23f0b1 "
"/navigation/018f8718835078448133b9a02d068dcc "
"/navigation/019e1bf8cf0c7fd0b15b46283062f5c9 "
"/navigation/9c8fc73be1404ac29bf23203c3c700c0 "
"/navigation/7218b56e2f194c2bae5b087bdeb116c0 "
"/navigation/0190bb9b9a9e7699921c89e632d39ee5 "
"/navigation/0190bb9baf3e7ef48024aa39b81b4835 "
"/navigation/0190bb9bbf267c29acf6fe1b459fa4d5 "
"/navigation/5a9c7c597abc48dfb596575f3794032d "
"/navigation/2dcb87292fc94feb91433acf5b1b2620 "
"/navigation/c743b88395cd4c77a81ec52851b8e930 "
"/navigation/018f871a431c75138d8e4afb59ed2da8 "
"/navigation/018f8714101a71daae7e38fa9b268048 "
"/navigation/018f871632607646818a51fd7717b75f "
"/navigation/019e209d39927418a8eb5b5c898eaaeb "
"/navigation/018fe3f7f4137fcabbaaa9dd399697b9 "
"/navigation/019e1bed64f477eabc69b627899118c2 "
"/navigation/018f871c99a27b63906885d10d77b273 "
"/navigation/019e20b28a7374a1b1adfd5f00ad7ad4 "
"/navigation/cbfa09808c5b477d87f8fa6c33bcfec9 "
"/navigation/176a29859d1a44e8b0da649a8784bf03 "
"/navigation/20ea8371dbf44afcad77f8ad4986a4bd "
"/navigation/2a4dbee07e9c44479fcdc66609cb0813 "
"/navigation/8386a293b47a417aaf5798ad4660560c "
"/navigation/84054e9d7c4a4cebbf43fb3034f1b8da "
"/navigation/60ebee6f33f24f3489ed4271abd7911d "
"/navigation/019db4c7b716784c88c63d69978141e5 "
"/navigation/019db4c8006f78baad5b42631b3c3e2f "
"/navigation/019e203057af724f9b15656a4360aba1 "
"/navigation/630d71b9871f439286688296b8b24a53 "
"/navigation/0b1538e8d7504ec5a2656ab64b400031 "
"/navigation/2ecbb0100d6c4136bc9ba1fbee2c73d3 "
"/navigation/313cbb63e61549af8893a8bc73c0512e "
"/navigation/96f8dfd69a0f438a98228afd7d13bbdc "
"/navigation/9df14c7afad6410cb0e6a0a2a6b2c091 "
"/navigation/dfb10b82f9774dbfbfb6216560790837 "
"/navigation/9e89c10ed8884841a94c3cf2af9779fc "
"/navigation/fd4364758e064a25b53d2cbde722f589 "
"/navigation/3408f8fa672b4600b6368411b0557031 "
"/navigation/72676f8b9757408e93d261938c8f509f "
"/navigation/018fe3f137f575e882969dec9aa0a792 "
"/navigation/018f871d5ab07342afe9b09e40186eee "
"/navigation/0e20abbcb8414049a36da59e1e724e66 "
"/navigation/a7dff32ee86f44d284f493c33c75955a "
"/navigation/f5e859db1ab3462089b0481fc0ae74eb "
"/navigation/7adf83f1be924e24893b3e3ba16a5bc8 "
"/navigation/6d6c6a4f39cf4691a30d2771225d1ca1 "
"/navigation/46279973be3a40b5b9115778cda25c5b "
"/navigation/1ab8513bb1dc4286a38e56a76f407bc7 "
"/navigation/018f871e45dc7ed8ac57cb9c371c2092 "
"/navigation/018fe917b5207a8fbab2fb7cab5c61d0 "
"/navigation/018fe3f98aa670a2836ae4f2e6ccafac "
"/navigation/44680a6dcd5a4d3bab548cbb125826cc "
"/navigation/a4e7b673b87946469818c4a28ab3a16f "
"/navigation/a220414b870740f9a3da8ed762775810 "
"/navigation/018fe3f645197dcda2a9e081147f2dd9 "
"/navigation/e28977a70a8c4dd484798d3646b62af5 "
"/navigation/926a4b6cfab9458599d609d7a2b09853 "
"/navigation/e4982f1154c24c98babae3568fc8603c "
"/navigation/3a35011cea5e4ba4a19da436b2e0341b "
"/navigation/fadeb1fade76439da69524d7ae21d8bc "
"/navigation/018fe3f03e457ed7a6e723838709d6a8 "
"/navigation/3739fdab7a1b40d88de960803a142ca0 "
"/navigation/019e49cd3b05798599c68350b5f02739 "
"/navigation/018f871f5e8e7b5f9e934481c673bf40 "
"/navigation/019e1bf697d571118669ff7d61bf30d5 "
"/navigation/fbb5101f17784a328f69d034872c9d19 "
"/navigation/b05943e98bb0434f920a24caeda9ab07 "
"/navigation/018f87201a2e7b85bbf5b45917b08288 "
"/navigation/019e20c8bc7074ce9fa1a4df7ebab802 "
"/navigation/25d3cff59961408a8c02c8ed8245873a "
"/navigation/018f8720e368785894112c131fbd0f31 "
"/navigation/019e1bfcbff07b0cb7820a19a223002f "
"/navigation/018f8721d0b57b1aa4a6ccc922f2e8f4 "
"/navigation/018f87229ca277a9badf1c0430e2655e "
"/navigation/056f9e298b074e02864d757008ff476d "
"/navigation/5ff0c5de111d45c38f43d6a27974c809 "
"/navigation/d0958611e5c24e2491dba6c611fd1bbc "
"/navigation/cd02b40a8a6f41499f7123ebbe272fe4 "
"/navigation/302709ed4ad24bd69d21594a01414f96 "
"/navigation/659d2eb76a2e4542806a4c062c18491b "
"/navigation/34fe0d46232346bba0683062171c193d "
"/navigation/d6c9a6103f4f4acd8380560ab62fedc4 "
"/navigation/e21e4837e34e445298e67f7e3820590f "
"/navigation/0c8d5653dfd64e3fa88c9f8c32246968 "
"/navigation/68f6324b036a4e0ab8ea2fb10b3a5e73 "
"/navigation/bba8ca88c2e14f3f8bbd8693c1da3b2f "
"/navigation/c52d26eafb664cffa41a05a95ebd2ccf "
"/navigation/e8b58fda942a428dbe988323c81f9774 "
"/navigation/550488753df64a3ea18dce89e733097a "
"/navigation/019787b92e4a75fe940835600c6d907f "
"/navigation/f5c5a20146f1405688146a20d052f819 "
"/navigation/018f872383a67f219cad6cc081ef1fd2 "
"/navigation/13e590db80c74464aaaa2c6ca0966fc4 "
"/navigation/23dc9bd86c0e4c65aec433e3d436cc2d "
"/navigation/6a45f8cb89ca4c8489d66d14355f3e7e "
"/navigation/018f872418b17732961b6a16855a8ad1 "
"/navigation/930d4a063d674bc1bf7ce28fcc748b3f "
"/navigation/547a7958847d45bc86df3a273efe6528 "
"/navigation/0ba99152f04649a58ef8f7a5cef28b4c "
"/navigation/018e80a13dbf7c8ca2e9473b6e796855 "
"/navigation/018e80a153ac7221befb06351332118e "
"/navigation/018e80a1660f7c27a146e9e53991f990 "
"/navigation/018e80a17a2a7d5588ddca72a71577f1 "
"/navigation/4ba66d12a123487b93fb9b5516aecb86 "
"/navigation/019e64b251f87b43ae1ee55464ef4c77 "
"/navigation/3fb4e3dc9678455ab54918fd6b8cdc79 "
"/navigation/432a0906efca45e7bfb6703221556cef "
"/navigation/d040608ecaed428da7290ad41b7db917 "
"/navigation/64a25f1825fc4a6b8d4be75308913a88 "
"/navigation/018e8078b121753ea246c8b8f090e641 "
"/navigation/019e64dbda4377fe90907608f58712ba "
"/navigation/019e64dc2bd274a2bec680ce072bc374 "
"/navigation/018f4e95411f70898c428edd129a46cc "
"/navigation/018f9f339445717e972d68c17d745dbd "
"/navigation/257a5d3679534e4bbfa0d4de13f4756b "
"/navigation/019e20c2a0a970009393e6f0710f437d "
"/navigation/018f872613f7736eba9d3af28987d88b "
"/navigation/018f8726daec726fbc077208e3220300 "
"/navigation/297d82027c3b4eb2bd8bee97d8f2f6f1 "
"/navigation/018fb9341783714cb2434a2a3c917e72 "
"/navigation/018fb93437f1796e92aa36e1ada6cc02 "
"/navigation/3ca638cfd61d474cab8fe06650891a07 "
"/navigation/018fb93456157c40a2575895d7b07b19 "
"/navigation/018fb93496dd78fe95b8cb3df2a6b774 "
"/navigation/018fb934ad37712393a489591b285478 "
"/navigation/018fb93489e8712fab60a3a9e22d7853 "
"/navigation/018fc365db6b7a8089a1bf83700e6305 "
"/navigation/7f944b82bbe24eb181c101245b457905 "
"/navigation/f2ee3e898b5d4a2e845510b2a2ab6540 "
"/navigation/396427618f744b0da682ac556e62a3b8 "
"/navigation/6e587cabd86f4a839a0a888156bf9bd0 "
"/navigation/62dda90b8b16427092a2f7a756ea08e9 "
"/navigation/96e2ff53acc6408e83129db3aab9839a "
"/navigation/1bb96785f81c47eaa9031c092dc973c7 "
"/navigation/a4d18364053445139a225e05342504e0 "
"/detail/cc11cff35279420aa31c30c4e1ed051a "
"/detail/ea894414cc654cdba9e9065f2cd2bf6c "
"/detail/be0285de370e4d6892226cd4334658d5 "
"/detail/0233960e774f4fe6b2bd0f3f4a1cd429 "
"/detail/59d07cb59dfc4267b172f5f8219038aa "
"/detail/e4fd73d9f3f2448896f6aa9d844077db "
"/detail/25c4be6e76104436a1fe5b799e0e43f8 "
"/detail/4771dc5d02494985aedd9d872ceb1ba4 "
"/detail/f76813e206274411a1ca96b144826b49 "
"/detail/68ba5a2bfe8347debc3737c88992909d "
"/detail/16b7525dbc01487dab7aadb96ecc066b "
"/detail/3db02a4f21ec4afbb45b2480840541a5 "
"/detail/5b34c748241b4441954c3e771b6123e2 "
"/detail/2c8c4840bd5c49a79deee6a2ce7c3089 "
"/detail/50467885347d45b8aba3e820f5b4d6fe "
"/detail/d03e61f4ff8d4ef49cac03ddbc5f4847 "
"/detail/033643f7a1a6455a9a557dc1be1eeb00 "
"/detail/ed98d03e5e7f47b7ad6c4b04e1e3a912 "
"/detail/8dbf41a02ebd4c6c9278d8301707691d "
"/detail/1839f6a93fd431f0aaf814376d5bd1a7 "
"/detail/6af940929ab94a52b10ec477864f52e6 "
"/detail/1e461e3bc4de45e2b674b2d5757ca4c7 "
"/detail/c86b483c3fdb46bb97af302587c868be "
"/detail/17b60ae71d794bdf890a0953640e3e64 "
"/detail/bd031786726e48c2bae3a6d211ba6b55 "
"/detail/d24682b4a57b4a7eae9f0ccda619b32e "
"/detail/186bd6034df5407cbd0674f42ae612c7 "
"/detail/f57baeceab764348b4757a9e5ee2e9cf "
"/detail/1fb02c05e30946e78c8b727b3b92d88d "
"/detail/daa737a9cd2a4d6cb7710bd686ab1692 "
"/detail/2d7a947603fe49ae854f72ca509716f3 "
"/detail/eb82505c30e543459280f553e747bc59 "
"/detail/abfe68a6673c4518b53b9b93acc47a16 "
"/detail/b10682356f0d45d781d24146abe3c8dc "
"/detail/d04c98c4f3654921be50df5da6594faa "
"/detail/5e0e948bb2cb474fb4ef9a84359f0e30 "
"/detail/7b2b542385db4d5aa7184f8758ab014e "
"/detail/f6e56eda8abb4496aea03c1f8cff7424 "
"/detail/007e7e1f15aa46dbbe64015431a77cab "
"/detail/2f35d1c4ce224345ab90a98012501871 "
"/detail/d35c4787bbfe4655b4e0b6623ac29d8f "
"/detail/073baa40936541539500d5812b7e91ff "
"/detail/23138086cce7f486813265c3ded48c59 "
"/detail/39c217ef9fd14781a71f1401ba26d565 "
"/detail/a3ad5a5ec3464d41b2b56a52c8ad728f "
"/detail/b7023998a54441cea3e4650ea7a9f995 "
"/detail/bb2b26b1393a4b29a24b6b9958ba14c7 "
"/detail/ccce8494fc6f5ac6223678792f32e628 "
"/navigation/29560bf318a44ad6ba8771662a0cc454 "
"/navigation/16299f54e03e4a548066aeb6ab3ab88e "
"/navigation/27afc901ff884ed192da8051379e66ce "
"/navigation/970658b3cbb74c73b869e617b203d80f "
"/navigation/59a193cfbfb140bd84295b5b993c20df "
"/navigation/0198413daab078f5bbc365b9b6983f5e "
"/navigation/687b40719e304c098c0a35edbd9bc508 "
"/navigation/05ed008099c64b18b4163957390cd455 "
"/navigation/bf17a18ba7aa4093871acea2bb2def22 "
"/navigation/cd6d9961b0564862b0f7913e41d4a68c "
"/navigation/f7ae62daea0640669aa4ce1db5965917 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"‘ùnjÔ±Fçµ¼¾A/a{º "
]
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/15f6273398dd423daa6e469a7e736199' , '/navigation/09d2ce8488e94a28bce222e2e22ceda8' , '/navigation/ef9dbacf27b240309d1e603cb49bd272' , '/navigation/2370a606774546b48f8fcab6b8286ac6' , '/navigation/3c44bafdc37d4cdbaaa2cd70ce60679a' , '/navigation/f2f4615d83d4426b8e5538b834d377a1' , '/navigation/e0cdbc551b64462fa6c040eae8842902' , '/navigation/b5acb8208d2949e599bcf94fa105490a' , '/navigation/d60fe3f633dc480da5908308921e64f7' , '/navigation/5d85bbeedb9540bc97afb4ed0a9dbad4' , '/navigation/feba94f259e941b38042d448ac9aa6f1' , '/navigation/c61086d4d7134412b8387f3545f5be39' , '/navigation/c51fcf901d364d1f86694cfcdd9eb9a7' , '/navigation/d949a96e79ec4da58c1498cfafe19e68' , '/navigation/f56c8688cb3547f4ba2664c24641cb08' , '/navigation/e33d4c8a1f4b46fca20628f6fe5012b7' , '/navigation/9d3a4568ecde49fdb93fdf766914e8fb' , '/navigation/9abccf9ea2a641eb8fbd3760ecc9cc88' , '/navigation/d01af7cfd2d44febb5a5d96e1de41f38' , '/navigation/eae6700d50254e468db1180ee308c2d5' , '/navigation/ff69e61e866b4008bf8402adc3a026f4' , '/navigation/06d451b0999f46379de73b08f22c169e' , '/navigation/134098a8a9874f7083c356442a7c710a' , '/navigation/104fe514648049ae84e042d16ebe95c7' , '/navigation/b078ac6f26ae42859c481da342c6f2f7' , '/navigation/1ce9780a765f40babc9e16b5b75cadb9' , '/navigation/056b9e14cf59437286c5fc7e51857699' , '/navigation/0f5360f936d84845a43fc16b52440765' , '/navigation/16cf2784414f4f5fb6e2d29aea1325f1' , '/navigation/b6358c1605014d239ef4110ef308b278' , '/navigation/65865e4861674f58992ae92575262259' , '/navigation/f650c74fc4e549ba9d2e44c777de1749' , '/navigation/e066e96822e94b30bbc899d58b0ce7f7' , '/navigation/9302bd5be0564517895eecb01c47d076' , '/navigation/cb1119a34f6c4b18ac2de15e1f0e7d17' , '/navigation/45e7335eb55447279ff2bec210c91bf4' , '/navigation/24a7114488ff4c67b8aa944b3acfc5e3' , '/navigation/fa5e0a07dc86401cbc53e4d8362724bd' , '/navigation/8ecc23ca4c234bfbb9579fc42c81f354' , '/navigation/86b4bf5ed9464a68816e2db9dee5efd8' , '/navigation/91b00ab8ff79421eadc62676665121f3' , '/navigation/ad00b48057e346cb91fd31e90bf91c1a' , '/navigation/e72179143ba043a992c85e9b09777453' , '/navigation/5e8ad69a8b81419f8a64c17118747503' , '/navigation/426e45b2f1fe4b548ba7610c5f376a67' , '/navigation/defdcd2839114f3e83207d26bc37e743' , '/navigation/14e4afa373334cc8ba21703f779ec4bc' , '/navigation/a4935291c57443639fbf61df1aad6d75' , '/navigation/d727d8e1e5a545d0b88ca93ad8154c19' , '/navigation/ee0648b5174542e5a4b158b16e4e7f0a' , '/navigation/30fb667374e44f0a9debd310e0f14c16' , '/navigation/b86815e2f5d0477287a49c360f67fd9d' , '/navigation/9590101555f6405787a852875a427156' , '/navigation/a4c48b49d58f46e9ac01d85e1c9057f4' , '/navigation/ef972c4913a64f26aa2e86b916f2a01c' , '/navigation/dfcdebbe50ef40c0ae832ab10cf8d813' , '/navigation/75a374f617c2492b83f41308577cb5fa' , '/navigation/fc545b6253bd47a7803344c1a216fd2b' , '/navigation/422384a875b845a28446aabefe5d02a1' , '/navigation/ad771ec2b0ae4a05a7f88d3e84347da0' , '/navigation/da0b25c7107948d1b70d7857e7fbcd02' , '/navigation/9b939e8b882a447689587c5c421fe6cd' , '/navigation/dad1b88e6b6a41d294742d7ed9debac6' , '/navigation/5116877617ce402d944bce16aeffac60' , '/navigation/b58df0a004ba4f0ebe1a07cc3e79b1a7' , '/navigation/ca679e714414410ca085111a6ff6c0dd' , '/navigation/006cbd8a6ac0403db6659bed803062a4' , '/navigation/c09bf64e62c54b2aa55124b3f2f41f2c' , '/navigation/89bb8a6fe5724ff4a37bb82024ab8ff0' , '/navigation/6548102f1a7247678ce400fee2266eb7' , '/navigation/fb87e77fde86450bb9e7f892e8247e65' , '/navigation/c387095caf094709bbc7a9cbac1c0311' , '/navigation/615b789f5ca54bed8d23a5fb0d2b33a1' , '/navigation/92ab43d153734b61b09765a05ec804f3' , '/navigation/c9462fd11b9c495ab138db44b0d3afb7' , '/navigation/aaebbf30e73f4b85b48475e08a036d1b' , '/navigation/bc41d3bcc7904b92b86d187118a556cb' , '/navigation/12e08f52f92c4e4c871cfa0e8fe00117' , '/navigation/2a6dcbb345f74304b3ac653e2ad4d2af' , '/navigation/3af54e649c494849810018fb527ad00c' , '/navigation/0a391de2b73841339e0b54e6fbd54849' , '/navigation/82b891ec799749d0948652de007fa62f' , '/navigation/f5c215c7ca6e45c6930d6c4064ade126' , '/navigation/f724f9f8b35f47a6b7d0ddac2c6e6d89' , '/navigation/774ea5bab3c54623bd546d6c9c26b31e' , '/navigation/2470e66686d64905967defb9f5df8d3e' , '/navigation/a9367d93455344768b380e4f804db56c' , '/navigation/85a18b40594d4fb3bb91c46e011a77c0' , '/navigation/0dc40f67884344b8929210b7e5aa22d1' , '/navigation/920c097059bc4a61a9f4db41e59751fb' , '/navigation/19df51e552a24dee9c9a1710a94f095b' , '/navigation/70cdd05c6e5949468f37f121d2004236' , '/navigation/ab609dd4871c4cbd89f1933a03432436' , '/navigation/90114638303041f397bfc2b01d62ac43' , '/navigation/7f2a966db1e9423aa96a0b1c36000533' , '/navigation/f9b249d87650444baeff36af787a994f' , '/navigation/e19390ccdbd142da945af97c51c02703' , '/navigation/3534cf2472f8488d8121d53e3f64d402' , '/navigation/bffef678702747c28dfdd5dfa4cb1013' , '/navigation/cd9682e97f77401e88162bdc19b9bb8c' , '/navigation/8cc96d18bbf747cc885db56f385a7a48' , '/navigation/368b575ec8ba46cd9895c15e23f4c07d' , '/navigation/8a84d0868ec345f3a42f9fa7ec219490' , '/navigation/036537f24ed0486385166e9c5154c5d7' , '/navigation/0a84d4899018416ea8854e0ab81bd064' , '/navigation/8127cbee394a4ba8b3d808a0ec6327bb' , '/navigation/ccecbf817e804b38b020a71d81bfbf79' , '/navigation/454bd802e74f4f0d870a38d804536e92' , '/navigation/893fbb14888b43b8865c44614d7ea60b' , '/navigation/5184aedfc2ae4f0580a10deb957d5a62' , '/navigation/5d77f3b3b4e14fa8b3cfc7796bd64b7f' , '/navigation/99fb78b6e96c4ea2b54ad6903dc6cc01' , '/navigation/4172c0af5ec34f7eb6bfef2fb5aa37ed' , '/navigation/68292ef0b97e48bb81461693e56b0bcc' , '/navigation/713a829050e5471cb4cda0a2b26b2f39' , '/navigation/87f3f6762629429888985a90195f7949' , '/navigation/c459c57eaff24880a80b8b41065d028d' , '/navigation/6adbebdfd7fe491499bcf721a6ecd9be' , '/navigation/462e35fe4d814c289acf712780ae5a0a' , '/navigation/018f105488a973419d7a3fdef1769030' , '/navigation/018f1055aa18727fa63b0b0fa276dec1' , '/navigation/018f10551c80759d953688d2db9bdc76' , '/navigation/018f105531d97697b34bf9dbfa570399' , '/navigation/4b837f8d150444b1ae7012b36be47fc3' , '/navigation/4556885bcab94c2f9e32500268ce101a' , '/navigation/8b5d8dbe190b4cb2a715a8e84e0134c0' , '/navigation/d66d2cd69db647698198417dfc53f326' , '/navigation/84003fbb44074f0a9b83ad667ffd2647' , '/navigation/54e09de87c5b49d792d4c62ff0202ae7' , '/navigation/638f8832f9db4873a385133e83f55ca9' , '/navigation/f64a5e8d15ec4ac8b0b175428682ed83' , '/navigation/43b3fdf4370549e59ce6ee02eb8de4c2' , '/navigation/1aefb6101b184c9eba1fa58b7c1429dd' , '/navigation/015bd7b4c20a474691fca3865af10ff4' , '/navigation/7f07c7ee5c464e10810eaa2f7d9ded8c' , '/navigation/46b205b6674c4d63a7cea80b66abe2b9' , '/navigation/6df7ff9efd56401e822a4d2fe28dda80' , '/navigation/cee9773ef93e49ed974e13c8b11b018a' , '/navigation/859c9a152e79496fbd66893e9b9f0e5c' , '/navigation/49ba846a2d4e4629a7cce6e9e8abf961' , '/navigation/019e1befa81474eda77a89045be428c8' , '/navigation/019e20c472a7754cba4d2665698e8d08' , '/navigation/019a106c94407322845029c7d35b9834' , '/navigation/3165114444364cf3b28ee47710323dfe' , '/navigation/5477551a6ab041d398698925ef84ca73' , '/navigation/018f58946ec77ef59e92d49096cc2ceb' , '/navigation/42e486a9da6f41c690ae788e01e678aa' , '/navigation/4d280192ab6541499f7fe9b410f16043' , '/navigation/b71c02ce69ed4165935e2644b5709862' , '/navigation/05bc063b0f174ce2b4197983ee595e10' , '/navigation/b811032dfe6c4a958661d20310687704' , '/navigation/43f227a5aa7649089e89abfb0897f481' , '/navigation/d03e3eb2bc25436f92233b2572de00c7' , '/navigation/432dc5bf111e433d9a10ca94a62dfc95' , '/navigation/f8bd26a66d12405e9d4f9117386b7d45' , '/navigation/f96131f133034be7a98f694b4e482e10' , '/navigation/019e204f9c34749982ca85cc10c30ef6' , '/navigation/018f58a30eba72f49fd5c41bd2f8a7c2' , '/navigation/018f58a48429741eacb7c978f2d81e5f' , '/navigation/018f584347087eddbe3eb55771548e57' , '/navigation/018f5843fb8678a48b0d7b71e7395aec' , '/navigation/f5c1ea4bfa9742d2ab485088707e37a5' , '/navigation/8074e2e56e124fb7b5f22b301d016c0b' , '/navigation/989a1f466c4749ba8e94e9113c5729b7' , '/navigation/018f5895c3e8741e9585ac7ad92ab304' , '/navigation/42bacabd9bfc454881cb6137cda4fd8e' , '/navigation/8e626e4b91ca4da4bb7023877a79a7e6' , '/navigation/018f589b832d7e00accc6f418e678b3d' , '/navigation/4ec2b3cdec0644a18fde0f212eb72858' , '/navigation/018f58a5f001741eab3ab7b8f8ab6bc6' , '/navigation/019e20cddbaa7830bf17b52e332b116c' , '/navigation/aef5fdd7403044c2a6b71ed862d78570' , '/navigation/018f58a6d0487ad29748cd7a87e03308' , '/navigation/8d1a0664060b47ed8b6dff68d8542201' , '/navigation/4ae3558274454b4392a4f8664447808b' , '/navigation/2d712bcb1e254331b432b30a3aa8dcf9' , '/navigation/7296c337397e4f289fa8858d3c7c7db4' , '/navigation/018f58a7a5e773d38e838bfef5144e9e' , '/navigation/01917f39828f7c4aa86b0bc10a961564' , '/navigation/019e1bf214c076e384cdcd14012ed5a1' , '/navigation/018f5888c5fd746b8e81adc94b706511' , '/navigation/8be671f0b6a641ca81d614173daba97d' , '/navigation/019e20bcdfcd7f6aba94ecd0e2a665af' , '/navigation/018f58ab72be72ff89009d9f10cfe544' , '/navigation/018f58abf5767510867eacc579377b85' , '/navigation/42d40f8fab8040938f7704eba01317ba' , '/navigation/018f58a9c9c77aad9bf956a9952ef9ec' , '/navigation/774a005e688043699bb458cd61fa654c' , '/navigation/018f58ad6525757a91d1887a0568fd3e' , '/navigation/9d22ae740d6a4af68b535cea8de49a48' , '/navigation/019e20beedf374aeb94e9203dd0a2dad' , '/navigation/25c0986e665d49d88d4e39e76c43a3ff' , '/navigation/07f39c5d48154f86960c70d1974a4949' , '/navigation/31a993622b6043f9a1e584eddad5bd8c' , '/navigation/83593a4483eb4ba0bd6cce81f7849726' , '/navigation/b3d53be6cc204d0cb88d76401a213fa7' , '/navigation/019e20c66e377fc6a6c26f7c5cd27bda' , '/navigation/0d2f58ca297042128ea1412e315f3e75' , '/navigation/018faaddd34c78269b89a398bbc3aa9a' , '/navigation/018faadebe1873128eaf30752c7f31d1' , '/navigation/018f58e2724e7400aab4510f6e910df5' , '/navigation/018f58e2892a74a5a99a46b3bb6a8ae1' , '/navigation/018faade6bcd7fea9ff6f25a3c4d1f8c' , '/navigation/019e2029c66f70488e31a7e4e9586737' , '/navigation/018f588e30897945b8d9fcbfe2c79540' , '/navigation/c6c324dc838046eb831c99d7bf68be82' , '/navigation/01917f96f44575239eff331589a8dcc7' , '/navigation/018f58afb245704d8d3baa2f9a9b6fce' , '/navigation/9bf305c290a342779cfcca8b02a680b0' , '/navigation/018f58b303647f8aa29973566800f350' , '/navigation/018f58b2556c72d0a63de9bd51b41580' , '/navigation/019e1bfa9ab17792836c251ece779d03' , '/navigation/018f58b634b27b1cb55b2f764e181924' , '/navigation/f800f9d0a8b74166b7f7f3a3bbd962d6' , '/navigation/018f58bba31b75d6ad492048b660ecbe' , '/navigation/019e1c04e7c47a178102f203c79abc0d' , '/navigation/aa57829479154f27a8973a09a5f5dc48' , '/navigation/018f58b6dad37707901e8c6741ae1b41' , '/navigation/018f58bc5db47bd180c44de3a547d6b6' , '/navigation/018f58b8311a7a6781afda03e2ed9142' , '/navigation/019e20d4261b7244a7a95d18604e1859' , '/navigation/019e20dcc3127870ad58aaa9427f1fe2' , '/navigation/019e20d75fd77768a45f326354174aad' , '/navigation/019e1beb62cd76bfb7068378a05d8703' , '/navigation/018f58bdf30b7d7f8bb4d78731c66d0f' , '/navigation/018f4e7edeee7a328cd0a2ff91984719' , '/navigation/018f58be88727cf4b0c5d8d2da46c68e' , '/navigation/018f58bf59137a78b65885c8d78c44aa' , '/navigation/352ee310d604455283058d09c0c88c1a' , '/navigation/018f58c944d9702bb062d2f08d4e877f' , '/navigation/019e202b82977407b3a6e2669a58f197' , '/navigation/018f58c04f1a79cfaf9c5a0970671278' , '/navigation/6443a8fda1554cff8aeafe31b163a516' , '/navigation/019e20a6efdb7d5cae9aa2e94551478d' , '/navigation/018f58ca2d3972f99e25aa54249b7601' , '/navigation/019e1bd6a68f71749b35930bdd8d7518' , '/navigation/0f565502bc9f4bd988ead46b5d5b9f40' , '/navigation/d06b487bb31143ceb4d9332f22418011' , '/navigation/018f58c1083373e88cfce3e09c204be9' , '/navigation/019e20cfaca97b0a8fac819f28f8d367' , '/navigation/018f58cb07c87472bea38378111ba8b3' , '/navigation/018f58c74da07370964dcbdcc11f8733' , '/navigation/018f58c801d87e3d9bdcd4cc549ed7c9' , '/navigation/019e20d1ecaf762cb0d8ec41f149e896' , '/navigation/bbdb56acca91406d9803d6a0aa7d7ecd' , '/navigation/018f5876f2a87f59acc37e7379a44970' , '/navigation/019e203cee7b74ee88782a00f84d3484' , '/navigation/018f58cc9d9f7efca1f74a7deaf9b6c6' , '/navigation/019e209f45b3745a8cc2050ab463a5eb' , '/navigation/019e49c9bff77afd8d0003653f65f8d6' , '/navigation/018f58cebc6f71a0b57b556e71f54bd3' , '/navigation/018f58cdc7f077fbbfdb03d568ff1e7c' , '/navigation/730ccb18b1314b0595ef1f00ff99125d' , '/navigation/018f58cfc5b67191b2700e8401928428' , '/navigation/4c16fbdae26144aabdf70afe2ba385b3' , '/navigation/018f58d37afd70c5b052883ce9fec785' , '/navigation/a47b3083f64044f288cb10864c2a78c8' , '/navigation/018f58d478cd7dfd8f700dcd3a0ba487' , '/navigation/019e1be9343f71088988af6c045a41fd' , '/navigation/019e20cb0b4570cb8794fd68ec0a2459' , '/navigation/018f86c106ff7c8cbc28d2ee12c5ff33' , '/navigation/018f86c25e067e628f89776919f8c061' , '/navigation/6d72d7f493b54d439ef51eed33448230' , '/navigation/018f86c3730873308f3a1c9feef9c10c' , '/navigation/018f86c4821a7cda98e40bc9e9c8b7ea' , '/navigation/019e1c08ec5f79669cc5c68206b7fde4' , '/navigation/4c969bd8bdce4d80bfe6c570ac4d00d0' , '/navigation/49984716787b4a0cb55f560bb7f019e2' , '/navigation/6667a42578994181b0e0476d9314dac4' , '/navigation/d9845bc6cb2744b2be51dbe278884e35' , '/navigation/ebad16ffe77d45b18ce7b1c7a9c0101e' , '/navigation/d9dbc04af29242529c8b50d95a853b71' , '/navigation/d6fb34be4d314096821fbb232c71d035' , '/navigation/a09958ff1c3b4ae7af1852b3a7d13bca' , '/navigation/02f91e5c5843433f99ade07249392e96' , '/navigation/2e95e37fd5354c4eb92d4c60950f7109' , '/navigation/018f86ceb8547494a790c02ce9d30580' , '/navigation/2eb9deab99434f2687e8c2f51d913a4f' , '/navigation/018f86d067867c0c904c45ce692c3c43' , '/navigation/018f86d326c97485bc72644a470fa607' , '/navigation/fa7645c0394840a090f9f24ae3cec709' , '/navigation/018f86d114d37512a5258aaf5db9d15a' , '/navigation/5e38efcf767d439a93f1c3af2e8df5ec' , '/navigation/364417ccaff2444ca97a01471ef6d1db' , '/navigation/5d9ff7f971ba4c24a8e03360dd37510a' , '/navigation/74f12524af5b4ff4b6dc773a1ec2689b' , '/navigation/78995c51bc1a4509bc6494fc25709100' , '/navigation/cfcd478b9293496ca2dd9d563b4ad4c3' , '/navigation/f3697d66d108419da156dd377102cdf0' , '/navigation/fc07efd0b0fe43e682913fdf18320867' , '/navigation/018f86d2329d74d583a1302304b37860' , '/navigation/019e2032570d7e238cc9f864b2c02fdb' , '/navigation/018f86cf767c734ab59b1b3c2b26a7f6' , '/navigation/018f86d3b038737f9fb0508190b5ec65' , '/navigation/018f86d45a497dec9ebf9d61d7f17eaf' , '/navigation/231d9b2c8d6148338a974512b2f35ca2' , '/navigation/019e49cf04dc717a99bfbcc7e988d9f8' , '/navigation/019e2042a314724bb5b0b543f02ba392' , '/navigation/10fb92aa6adf4c3ba27790a3e65f0afb' , '/navigation/2bbaa0b3ce824633a0ee745b5d40f1f6' , '/navigation/32bb04eb735547eea9adb1e5d6f3c02b' , '/navigation/41121a8b60ee449b9680ceff21c884a0' , '/navigation/53c81246805740eca69c786cb33d51cd' , '/navigation/54e19bb610dc453195496e5245c8cba5' , '/navigation/6398d60bbddf4725bdd80e83b5646209' , '/navigation/7047d4c32e344225a5c03c68bf7c7200' , '/navigation/9c221ce85e6b4942a51d14ebb92a55ca' , '/navigation/a26f984941624c159b9ddfaa9a7af591' , '/navigation/018f86d579ff7521ad9e6192fce76c4f' , '/navigation/019e1be6e2607b8498d6874933b5affd' , '/navigation/018f86d697567ac19b73aa3d10edfd4e' , '/navigation/737f838a91e6487d9abe59a096526dd1' , '/navigation/a205163e939d4619bf192147c34e90ec' , '/navigation/018f86d77a1775f284b5047dac52e7b3' , '/navigation/018f86dc27917fc5a7fffa266cdd1373' , '/navigation/019e1bdec76c7c55ac3b5d841f9c353f' , '/navigation/c9c39f24ce0641c9917efa17f2f976cc' , '/navigation/018f86deeb3a7ffaa43ff8237ea66c93' , '/navigation/018fc4eca0bf725584d1ebb0cc3f83cc' , '/navigation/018f86dd454c7385b12fb49238728674' , '/navigation/7676e883a80b4366a4069b03b24a7c1f' , '/navigation/37235d9c71cb4ba9a8c183bf41a58fa3' , '/navigation/8cf104918cc3456da7ed6c3e5105cd21' , '/navigation/019f4be094897c2aa1e4bcc05588c8d4' , '/navigation/019ff544f94677a890e6c03fa4e07eb0' , '/navigation/019ff5451b7272be8aeb4df37525b50f' , '/navigation/019ff5456fdb79cdb8f0b4a43c6407e8' , '/navigation/e72bf5b59cf641eeb41f2e22a4c5a13c' , '/navigation/018f86e0b4927c90bc8031f98b92d78a' , '/navigation/d671e1a157934d378b9cca8b9630ead4' , '/navigation/019dcf57a98c7454a00c9b3c1844c17b' , '/navigation/019dcf58036c7a91ad9cfef50f6905b6' , '/navigation/019dcf5820b1740ea5a87ef0d38f32a3' , '/navigation/019dcf583d64774ba33a9e899a3b11f9' , '/navigation/019d725cde0e75959c015afac70cc58a' , '/navigation/018f9c7821b978ffb7872e48aedb8730' , '/navigation/018f86de30cf76159aef35493800037e' , '/navigation/7a7a6f1864764022bc13d5b0e1572814' , '/navigation/019e20c08879776fa2588e3e3ca121c4' , '/navigation/018f86dfd5667aaa885b6653a5215584' , '/navigation/018f86e14ad77a448edc9790a736d3e6' , '/navigation/97d5192f777f485ca657f2b2628bcee6' , '/navigation/6cb0fa871e2646258d1e6090cb08f326' , '/navigation/018f86e306a97b4ba10b9636ea4531b1' , '/navigation/01933f4b9c097a7a8ccf6ff1c795e661' , '/navigation/9efda7dc8c3c49328c4904f0ab587c91' , '/navigation/a9a02947db474d85aaaa5ff84901e971' , '/navigation/2357b863ecb348bfb1279078d907f56f' , '/navigation/9c36ba54df844f9f9d58edcaa93d0807' , '/navigation/a52430ba3b484d8794567f3648f62687' , '/navigation/c96abae891324a66a2175a6fb4d57f03' , '/navigation/ca160c796a8e48b49a3a74da1e7fb584' , '/navigation/f4498dccf59647f58a5ea7e638b6d675' , '/navigation/019e20b0763472a6a09f0a19465f7491' , '/navigation/797ab028d4214f9289d1ba3a7f5c907c' , '/navigation/c46c3c4de08c47ac8e857fb46155e69d' , '/navigation/018f86e72975763ca9abd49c4bcbd11a' , '/navigation/019e1c01e83e7c47ae2fca11799954df' , '/navigation/018f86e55808764eab6269a48c814331' , '/navigation/019e20516e4a74f1a81c3789873152fd' , '/navigation/019e1c0d1cd770a18ef653f864e8f390' , '/navigation/019e2083920970adacfa5ef0957ef3e0' , '/navigation/d064f177abda4b89840f3263c3db2bc7' , '/navigation/e5c3d96c18014d46a65778ab87cb8309' , '/navigation/9a77b7482bd44ee088a01f8c6266d643' , '/navigation/018ea3dbec697240aee76a39a7931286' , '/navigation/018ea3dc002c72a9b87a5909419e1d86' , '/navigation/019e1bff7a9e79bdaa7fa3962ae8ea26' , '/navigation/018f86e6272f71cb841687b48ebd9a89' , '/navigation/018f86f8491271ae92341b266e8755cb' , '/navigation/019e2037cbbd78928e4867af26623ec2' , '/navigation/018f86ea40f879a0b6bde5aa45edfc3d' , '/navigation/018f86f12242771da8c8bd1516dc320c' , '/navigation/018f86f53cf47d61a2a688965bd91552' , '/navigation/018f86f5fbed7bb382a7e481ae9352ab' , '/navigation/019e203a1bac71d5ad103f804317625e' , '/navigation/018f86f765157797a6da6dea84b279cd' , '/navigation/019e20b495d2749a9ef1d14a3bff3188' , '/navigation/018f8709035e793993b89af2cf31f1c2' , '/navigation/35c3d66f2acf427e942446d0ff05a66f' , '/navigation/1624265523f4482b8bf23049f538c927' , '/navigation/44a2ec935fa445efbaeab216b2a75a07' , '/navigation/018f871bd2af77b19b1a01514a14cfb8' , '/navigation/019e20ab31e072a0b978cd906fe53d48' , '/navigation/019e2040a634749caf6d1a40bd23523e' , '/navigation/65d40e675e054e51b1e67f35849f3d7d' , '/navigation/9dac66018fca4ac7b91e77d286136f0e' , '/navigation/6340ddccbbef4376975c4bcd26cfddab' , '/navigation/6b67ecfbd9be4a6d829fa43a44861daa' , '/navigation/b4f2058945ce4fd9bb12cdf24b8395a7' , '/navigation/be0d0a13e9ec4a2984d095e5589735be' , '/navigation/d797eddba80349c0a8d540ac4b08c6f9' , '/navigation/d9ae546c7c13449aabb95d787456d6a1' , '/navigation/e051a078f914462a9ac55cc6e08c9cd0' , '/navigation/019e2027da107f07b154e566bc23f0b1' , '/navigation/018f8718835078448133b9a02d068dcc' , '/navigation/019e1bf8cf0c7fd0b15b46283062f5c9' , '/navigation/9c8fc73be1404ac29bf23203c3c700c0' , '/navigation/7218b56e2f194c2bae5b087bdeb116c0' , '/navigation/0190bb9b9a9e7699921c89e632d39ee5' , '/navigation/0190bb9baf3e7ef48024aa39b81b4835' , '/navigation/0190bb9bbf267c29acf6fe1b459fa4d5' , '/navigation/5a9c7c597abc48dfb596575f3794032d' , '/navigation/2dcb87292fc94feb91433acf5b1b2620' , '/navigation/c743b88395cd4c77a81ec52851b8e930' , '/navigation/018f871a431c75138d8e4afb59ed2da8' , '/navigation/018f8714101a71daae7e38fa9b268048' , '/navigation/018f871632607646818a51fd7717b75f' , '/navigation/019e209d39927418a8eb5b5c898eaaeb' , '/navigation/018fe3f7f4137fcabbaaa9dd399697b9' , '/navigation/019e1bed64f477eabc69b627899118c2' , '/navigation/018f871c99a27b63906885d10d77b273' , '/navigation/019e20b28a7374a1b1adfd5f00ad7ad4' , '/navigation/cbfa09808c5b477d87f8fa6c33bcfec9' , '/navigation/176a29859d1a44e8b0da649a8784bf03' , '/navigation/20ea8371dbf44afcad77f8ad4986a4bd' , '/navigation/2a4dbee07e9c44479fcdc66609cb0813' , '/navigation/8386a293b47a417aaf5798ad4660560c' , '/navigation/84054e9d7c4a4cebbf43fb3034f1b8da' , '/navigation/60ebee6f33f24f3489ed4271abd7911d' , '/navigation/019db4c7b716784c88c63d69978141e5' , '/navigation/019db4c8006f78baad5b42631b3c3e2f' , '/navigation/019e203057af724f9b15656a4360aba1' , '/navigation/630d71b9871f439286688296b8b24a53' , '/navigation/0b1538e8d7504ec5a2656ab64b400031' , '/navigation/2ecbb0100d6c4136bc9ba1fbee2c73d3' , '/navigation/313cbb63e61549af8893a8bc73c0512e' , '/navigation/96f8dfd69a0f438a98228afd7d13bbdc' , '/navigation/9df14c7afad6410cb0e6a0a2a6b2c091' , '/navigation/dfb10b82f9774dbfbfb6216560790837' , '/navigation/9e89c10ed8884841a94c3cf2af9779fc' , '/navigation/fd4364758e064a25b53d2cbde722f589' , '/navigation/3408f8fa672b4600b6368411b0557031' , '/navigation/72676f8b9757408e93d261938c8f509f' , '/navigation/018fe3f137f575e882969dec9aa0a792' , '/navigation/018f871d5ab07342afe9b09e40186eee' , '/navigation/0e20abbcb8414049a36da59e1e724e66' , '/navigation/a7dff32ee86f44d284f493c33c75955a' , '/navigation/f5e859db1ab3462089b0481fc0ae74eb' , '/navigation/7adf83f1be924e24893b3e3ba16a5bc8' , '/navigation/6d6c6a4f39cf4691a30d2771225d1ca1' , '/navigation/46279973be3a40b5b9115778cda25c5b' , '/navigation/1ab8513bb1dc4286a38e56a76f407bc7' , '/navigation/018f871e45dc7ed8ac57cb9c371c2092' , '/navigation/018fe917b5207a8fbab2fb7cab5c61d0' , '/navigation/018fe3f98aa670a2836ae4f2e6ccafac' , '/navigation/44680a6dcd5a4d3bab548cbb125826cc' , '/navigation/a4e7b673b87946469818c4a28ab3a16f' , '/navigation/a220414b870740f9a3da8ed762775810' , '/navigation/018fe3f645197dcda2a9e081147f2dd9' , '/navigation/e28977a70a8c4dd484798d3646b62af5' , '/navigation/926a4b6cfab9458599d609d7a2b09853' , '/navigation/e4982f1154c24c98babae3568fc8603c' , '/navigation/3a35011cea5e4ba4a19da436b2e0341b' , '/navigation/fadeb1fade76439da69524d7ae21d8bc' , '/navigation/018fe3f03e457ed7a6e723838709d6a8' , '/navigation/3739fdab7a1b40d88de960803a142ca0' , '/navigation/019e49cd3b05798599c68350b5f02739' , '/navigation/018f871f5e8e7b5f9e934481c673bf40' , '/navigation/019e1bf697d571118669ff7d61bf30d5' , '/navigation/fbb5101f17784a328f69d034872c9d19' , '/navigation/b05943e98bb0434f920a24caeda9ab07' , '/navigation/018f87201a2e7b85bbf5b45917b08288' , '/navigation/019e20c8bc7074ce9fa1a4df7ebab802' , '/navigation/25d3cff59961408a8c02c8ed8245873a' , '/navigation/018f8720e368785894112c131fbd0f31' , '/navigation/019e1bfcbff07b0cb7820a19a223002f' , '/navigation/018f8721d0b57b1aa4a6ccc922f2e8f4' , '/navigation/018f87229ca277a9badf1c0430e2655e' , '/navigation/056f9e298b074e02864d757008ff476d' , '/navigation/5ff0c5de111d45c38f43d6a27974c809' , '/navigation/d0958611e5c24e2491dba6c611fd1bbc' , '/navigation/cd02b40a8a6f41499f7123ebbe272fe4' , '/navigation/302709ed4ad24bd69d21594a01414f96' , '/navigation/659d2eb76a2e4542806a4c062c18491b' , '/navigation/34fe0d46232346bba0683062171c193d' , '/navigation/d6c9a6103f4f4acd8380560ab62fedc4' , '/navigation/e21e4837e34e445298e67f7e3820590f' , '/navigation/0c8d5653dfd64e3fa88c9f8c32246968' , '/navigation/68f6324b036a4e0ab8ea2fb10b3a5e73' , '/navigation/bba8ca88c2e14f3f8bbd8693c1da3b2f' , '/navigation/c52d26eafb664cffa41a05a95ebd2ccf' , '/navigation/e8b58fda942a428dbe988323c81f9774' , '/navigation/550488753df64a3ea18dce89e733097a' , '/navigation/019787b92e4a75fe940835600c6d907f' , '/navigation/f5c5a20146f1405688146a20d052f819' , '/navigation/018f872383a67f219cad6cc081ef1fd2' , '/navigation/13e590db80c74464aaaa2c6ca0966fc4' , '/navigation/23dc9bd86c0e4c65aec433e3d436cc2d' , '/navigation/6a45f8cb89ca4c8489d66d14355f3e7e' , '/navigation/018f872418b17732961b6a16855a8ad1' , '/navigation/930d4a063d674bc1bf7ce28fcc748b3f' , '/navigation/547a7958847d45bc86df3a273efe6528' , '/navigation/0ba99152f04649a58ef8f7a5cef28b4c' , '/navigation/018e80a13dbf7c8ca2e9473b6e796855' , '/navigation/018e80a153ac7221befb06351332118e' , '/navigation/018e80a1660f7c27a146e9e53991f990' , '/navigation/018e80a17a2a7d5588ddca72a71577f1' , '/navigation/4ba66d12a123487b93fb9b5516aecb86' , '/navigation/019e64b251f87b43ae1ee55464ef4c77' , '/navigation/3fb4e3dc9678455ab54918fd6b8cdc79' , '/navigation/432a0906efca45e7bfb6703221556cef' , '/navigation/d040608ecaed428da7290ad41b7db917' , '/navigation/64a25f1825fc4a6b8d4be75308913a88' , '/navigation/018e8078b121753ea246c8b8f090e641' , '/navigation/019e64dbda4377fe90907608f58712ba' , '/navigation/019e64dc2bd274a2bec680ce072bc374' , '/navigation/018f4e95411f70898c428edd129a46cc' , '/navigation/018f9f339445717e972d68c17d745dbd' , '/navigation/257a5d3679534e4bbfa0d4de13f4756b' , '/navigation/019e20c2a0a970009393e6f0710f437d' , '/navigation/018f872613f7736eba9d3af28987d88b' , '/navigation/018f8726daec726fbc077208e3220300' , '/navigation/297d82027c3b4eb2bd8bee97d8f2f6f1' , '/navigation/018fb9341783714cb2434a2a3c917e72' , '/navigation/018fb93437f1796e92aa36e1ada6cc02' , '/navigation/3ca638cfd61d474cab8fe06650891a07' , '/navigation/018fb93456157c40a2575895d7b07b19' , '/navigation/018fb93496dd78fe95b8cb3df2a6b774' , '/navigation/018fb934ad37712393a489591b285478' , '/navigation/018fb93489e8712fab60a3a9e22d7853' , '/navigation/018fc365db6b7a8089a1bf83700e6305' , '/navigation/7f944b82bbe24eb181c101245b457905' , '/navigation/f2ee3e898b5d4a2e845510b2a2ab6540' , '/navigation/396427618f744b0da682ac556e62a3b8' , '/navigation/6e587cabd86f4a839a0a888156bf9bd0' , '/navigation/62dda90b8b16427092a2f7a756ea08e9' , '/navigation/96e2ff53acc6408e83129db3aab9839a' , '/navigation/1bb96785f81c47eaa9031c092dc973c7' , '/navigation/a4d18364053445139a225e05342504e0' , '/detail/cc11cff35279420aa31c30c4e1ed051a' , '/detail/ea894414cc654cdba9e9065f2cd2bf6c' , '/detail/be0285de370e4d6892226cd4334658d5' , '/detail/0233960e774f4fe6b2bd0f3f4a1cd429' , '/detail/59d07cb59dfc4267b172f5f8219038aa' , '/detail/e4fd73d9f3f2448896f6aa9d844077db' , '/detail/25c4be6e76104436a1fe5b799e0e43f8' , '/detail/4771dc5d02494985aedd9d872ceb1ba4' , '/detail/f76813e206274411a1ca96b144826b49' , '/detail/68ba5a2bfe8347debc3737c88992909d' , '/detail/16b7525dbc01487dab7aadb96ecc066b' , '/detail/3db02a4f21ec4afbb45b2480840541a5' , '/detail/5b34c748241b4441954c3e771b6123e2' , '/detail/2c8c4840bd5c49a79deee6a2ce7c3089' , '/detail/50467885347d45b8aba3e820f5b4d6fe' , '/detail/d03e61f4ff8d4ef49cac03ddbc5f4847' , '/detail/033643f7a1a6455a9a557dc1be1eeb00' , '/detail/ed98d03e5e7f47b7ad6c4b04e1e3a912' , '/detail/8dbf41a02ebd4c6c9278d8301707691d' , '/detail/1839f6a93fd431f0aaf814376d5bd1a7' , '/detail/6af940929ab94a52b10ec477864f52e6' , '/detail/1e461e3bc4de45e2b674b2d5757ca4c7' , '/detail/c86b483c3fdb46bb97af302587c868be' , '/detail/17b60ae71d794bdf890a0953640e3e64' , '/detail/bd031786726e48c2bae3a6d211ba6b55' , '/detail/d24682b4a57b4a7eae9f0ccda619b32e' , '/detail/186bd6034df5407cbd0674f42ae612c7' , '/detail/f57baeceab764348b4757a9e5ee2e9cf' , '/detail/1fb02c05e30946e78c8b727b3b92d88d' , '/detail/daa737a9cd2a4d6cb7710bd686ab1692' , '/detail/2d7a947603fe49ae854f72ca509716f3' , '/detail/eb82505c30e543459280f553e747bc59' , '/detail/abfe68a6673c4518b53b9b93acc47a16' , '/detail/b10682356f0d45d781d24146abe3c8dc' , '/detail/d04c98c4f3654921be50df5da6594faa' , '/detail/5e0e948bb2cb474fb4ef9a84359f0e30' , '/detail/7b2b542385db4d5aa7184f8758ab014e' , '/detail/f6e56eda8abb4496aea03c1f8cff7424' , '/detail/007e7e1f15aa46dbbe64015431a77cab' , '/detail/2f35d1c4ce224345ab90a98012501871' , '/detail/d35c4787bbfe4655b4e0b6623ac29d8f' , '/detail/073baa40936541539500d5812b7e91ff' , '/detail/23138086cce7f486813265c3ded48c59' , '/detail/39c217ef9fd14781a71f1401ba26d565' , '/detail/a3ad5a5ec3464d41b2b56a52c8ad728f' , '/detail/b7023998a54441cea3e4650ea7a9f995' , '/detail/bb2b26b1393a4b29a24b6b9958ba14c7' , '/detail/ccce8494fc6f5ac6223678792f32e628' , '/navigation/29560bf318a44ad6ba8771662a0cc454' , '/navigation/16299f54e03e4a548066aeb6ab3ab88e' , '/navigation/27afc901ff884ed192da8051379e66ce' , '/navigation/970658b3cbb74c73b869e617b203d80f' , '/navigation/59a193cfbfb140bd84295b5b993c20df' , '/navigation/0198413daab078f5bbc365b9b6983f5e' , '/navigation/687b40719e304c098c0a35edbd9bc508' , '/navigation/05ed008099c64b18b4163957390cd455' , '/navigation/bf17a18ba7aa4093871acea2bb2def22' , '/navigation/cd6d9961b0564862b0f7913e41d4a68c' , '/navigation/f7ae62daea0640669aa4ce1db5965917' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x91F96E6AD4B146E7B5BCBE412F617BBA OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
118
0.04 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"\x00\v k\ÊgFqµ\x1F ö\x12 †%™“ "
b"\â˜\x1E ¥GÒ¦£\x03\v PÛ§‹ "
b"¾Ú»^1\x0F Ae¦Xߤ\e Î\x11 ¯ "
b"Á‘¼òñ;Cöœû7Ó³p]{ "
b"\x01 ŽÈ¬ßsx\x1A £öÞ‹îqžú "
b"\e û.Î>ÚKO‰'´¢\x17 a2Æ "
b"d\x16 ¶´˜Ij»ú\x13 æu_– "
b"°GkëF¨ƒR²\x0F `íæ] "
]
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 (0x000B6B5CCA674671B51FF61286259993 , 0x5CE2989D1EA547D2A6A3030B50DBA78B , 0xBEDABB5E310F4165A658DFA41BCE11AF , 0xC191BCF2F13B43F69CFB37D3B3705D7B , 0x018EC8ACDF73781AA3F6DE8BEE719EFA , 0x1BFB2ECE3EDA4B4F8927B4A2176132C6 , 0x6416B6B49098496ABBFA9D13E6755F96 , 0xB0479F6BEB8F46A88352B20F60EDE65D );
Copy