1
0.80 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
2
0.27 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
3
0.41 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
0.33 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
5
0.70 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
6
0.43 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"ersatzteilfinder/65-sx-2010-modelcode-6001J6 "
"ersatzteilfinder/65-sx-2010-modelcode-6001J6/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR sales_channel_id IS NULL )) AND ((seo_path_info = 'ersatzteilfinder/65-sx-2010-modelcode-6001J6' OR seo_path_info = 'ersatzteilfinder/65-sx-2010-modelcode-6001J6/' ));
Copy
7
0.26 ms
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = ? ) AND (sales_channel_id = ? ) AND (path_info = ? ) AND (is_canonical = 1 ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"/ersatzteilfinder/65-sx-2010-modelcode-6001J6 "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (path_info = '/ersatzteilfinder/65-sx-2010-modelcode-6001J6' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
8
0.72 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.36 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.46 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"ebzL0aKlVhH74sxtqtsFN7yd4Nd8Iedq "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (token = 'ebzL0aKlVhH74sxtqtsFN7yd4Nd8Iedq' ) LIMIT 1 ;
Copy
11
0.40 ms
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = ?
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = 0x274605D71D2B4479A3882D8FD62BFF5C
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
12
0.84 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name` as `sales_channel.currency.name` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . `currency_id` ,
`sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields`
FROM
`currency_translation` `sales_channel.currency.translation`
WHERE
`sales_channel.currency.translation` . `language_id` = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0x274605D71D2B4479A3882D8FD62BFF5C );
Copy
13
0.43 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? ))
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (0x274605D71D2B4479A3882D8FD62BFF5C ));
Copy
14
0.29 ms
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = ? )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (? )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT LOWER (HEX (`language.salesChannels.mapping` . `sales_channel_id` )) as `key` , GROUP_CONCAT (LOWER (HEX (`language.salesChannels.mapping` . `language_id` )) ) as `value` FROM `language` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language.salesChannels.mapping` . `language_id` = `language` . id WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language.salesChannels.mapping` . `sales_channel_id` IN (0x274605D71D2B4479A3882D8FD62BFF5C )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
15
0.40 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.28 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.32 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0xA1D75BB626D94E6387F6BA1297952B29 );
Copy
18
0.29 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤¢P\x18 ËìAÏ¡╩\x10 ┘O╚¢Í "
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
19
0.19 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.66 ms
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"W(\x19 ¥ÅRNì§ù\x7F 5†´*@ "
b"×ã`4ÛåIð‘7âù_\x1C\x01 "
b"÷ìlÙÏÄBgü─▀ÆÄg╚ï "
]
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (0x572819A5C5524EECA7F97F3586B42A40 , 0xD7E36034DBE549F09137C3A2F95F1C01 , 0xF68D6CEBD88E426781C4DF928E67C88B ));
Copy
21
0.51 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x707FEF2F724A4547A0249D181B4679DF );
Copy
22
0.67 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'´º•òHÁH°ð·^ÇY "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x27B4BA95F2AD48C1AD48B0F0B75EC759 );
Copy
23
0.21 ms
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0xA1D75BB626D94E6387F6BA1297952B29 ) LIMIT 1 ;
Copy
24
0.37 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"ebzL0aKlVhH74sxtqtsFN7yd4Nd8Iedq "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'ebzL0aKlVhH74sxtqtsFN7yd4Nd8Iedq' ;
Copy
25
0.32 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
26
0.49 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x06 9ÎΈ\x1F EùƒØà€•¨\f z "
b"†;orw>Jj²»Úï\x06 бQ "
b"øÆQ{o*MÚ¹œVu“2!, "
b"\x01 ˜§RqMx!†F\x14 â\x7F ‚Õ® "
b"\x16 a®\x11 Õ\x12 J^É\x04\x15\x1F ù\x1E ┘5 "
b"\x17 \Ò7V\x1A O~„PŒM9ö‰î "
b""\x15 ÿ;4üBÉàãÛÔ\r Â\x16 < "
b""¶±\v opA\x1D –zM®ì—we "
b"dꙦvÎK˜¿½Dh\x04\x00 µ! "
b"nœ¯å[\x1D @o£Ô\x1C\e ÚûÇs "
b"‡¯—zš1@𮡹fî÷²4 "
b"ïïY¯w"C\x1A íd░rýÀ\x15 É "
b"¦5?²¶ÂM(¡@\x0E µZÊŽE "
b"¼Ú¦ïTõO?’y\t \r ~¥ôŽ "
b"┌kÀpëÂAU¢¤»█tüu+ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"JxKq\x15 éM\x0F µq.¡Ñ\x1E ‰Ï "
b"K‡Øl1ÄL\x03 ®Îy¥±HÃ_ "
b"_þz\x06 e¹@-¾Ç:d\t\x12 d, "
b"“ª'KùøMN–ÎQ\r bÝ\x03 ¤ "
b"¦.\x1F j\x1A\v E\x19 ¯@\e bp£qI "
b"│ì╔╝¶c@\e î╦²4É\r Îó "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"ýÌ┬ã&ØNÔí7¹Å¶_äÒ "
b"»l™órþEj‰ŒgÏ¡Dåh "
b"f`uS+àOuž=ƒµlCáY "
b"º«\x1E\x1C ■╝D(ìÕ╚S│ãd┴ "
b"<\x04 À–õÌBïš-<¸íì\x10 ) "
b"""
<õA6žmJ/§\n
¨hzeü-
"""
b"Íþ»\x00\x03 <Aà’¢©\x00 ¹bqp "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"""
.örVh\n
Mкƒ¢\x11\x16 ¤zû
"""
b"ViÞý\x03 ÎM†¥\x18 \r ÿ¸þ* "
b"`ZèœHF/‰\t »\x01 ŽóÚ "
b"e–Ö"\x19 fK%ŸÊ-ª}è1æ "
b"iÒ-À±\x07 L\x08 ™¥\t j’ÙÔH "
b"w(öc2\x15 Aü▒╠Õ╔ß─+Q "
b"z3\x13 ˜K«DÎŽ“ø¾Á©-> "
b"„é\e óÛÌAÈ·ôÉÂóŠS¤ "
b"ˆ>'ZTÊM"‡\x11 n,j¯\x03 \n "
b"Šiaz\x02 ìO\x15 “\e r¨äa¡\f "
b"«ÈÜ<®ºE࿵*y¯[Wr "
b"’[˺>Jè“Ä¢\x03 ü8=¸ "
b"¼†\x15 æœ;IÁ¯Æq480Êî "
b"ûð\x13 ·AsØ.pX\x07 õeÊ "
b"Ê*\v 3.ÅM▓║ÙÞÊÞe\ý "
b"Ê:+\x1C á¿Cl©╣þHRQØe "
b"ä,gl“±LŸª\x0F žÃíÝ›î "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x0639CECE881F45F983D8E08095A80C7A , 0x863B6F72773E4A6AB2BBDAEF06D0B151 , 0xF8C6517B6F2A4DDAB99C56759332212C , 0x0198A752714D7821864614E27F82D5AE , 0x1661A911E5124A5E9004151F971ED935 , 0x175CD237561A4F7E84508C4D39F689EE , 0x2215983B3481429085C6EAE20DB6163C , 0x22B6B10B6F70411D967A4DAEEC977765 , 0x64EA99A676CE4B98BFBD44680400B521 , 0x6E9CAFE55B1D406FA3D41C1BDAFBC773 , 0x87AF977A9A3140F0AEA1B966EEF7B234 , 0x8B8B59EE7722431AA164B072ECB71590 , 0xA6353FB2B6C24D28A1400EB55ACA8E45 , 0xBCDAA6EF54F54F3F9279090D7EA5F48E , 0xDA6BB77089B64155BDCFAFDB7481752B , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x4A784B7115E94D0FB5712EA1D11E89CF , 0x4B87D86C31C44C03AECE79A5B148C35F , 0x5FFE7A0665B9402DBEC73A640912642C , 0x93AA274BF9F84D4E96CE510D62DD03A4 , 0xA62E1F6A1A0B4519AF401B6270A37149 , 0xB38DC9BCF463401B8CCBFD34900DD7A2 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0xECDEC2C6269D4EE2A137FB8FF45F84E3 , 0xBB6C99F372FE456A898C67CFA144E568 , 0x666075532BE04F759E3D83B56C43E159 , 0xA7AE1E1CFEBC44288DE5C853B3C664C1 , 0x3C04C096F5CC42EF9A2D3CB8EDEC1029 , 0x3CF541369E6D4A2FA70AA8687A65FC2D , 0xCDFEBB00033C41E092A2A900B9627170 , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0x2EF67256680A4DD0BA83A21116A47AFB , 0x5669DEFD03CE4D86A518200DFFB8FE2A , 0x605AADE89C48462F8909BB018EF3DAAD , 0x6596D62219664B259FCA2DAA7DE831E6 , 0x69D22DC0B1074C0899A5096A92D9D448 , 0x7728946332154181B1CCE5C9E1C42B51 , 0x7A3313984BAB44CE8E93F8BEC1A92D3E , 0x84E91BF3DBCC41C8B7F4C9C2F38A53A4 , 0x883E275A54CA4D2287116E2C6AAF030A , 0x8A69617A02EC4F15931B72A8E461A10C , 0xABC8DC3CAEBA45E0BFB52A79AF5B5772 , 0xAD925BCBBA3E4AE893C4A203FC383DB8 , 0xBC8615E69C3B49C1AFC671343830CAEE , 0xC7AFD013F0FA41739D2E705807E465D2 , 0xD22A0B332E8F4DB2BAEBE8D2E8655CEC , 0xD23A2B1CA0A8436CB8B9E74852519D65 , 0xE42C676C93B14C9FAA0F9EC3EDDD9BEE , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy
27
0.39 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? AND `app` . `self_managed` = ? )
Parameters :
[
true
false
]
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 AND `app` . `self_managed` = 0 );
Copy
28
0.47 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ˜Ð \x06 [p»¹á\f -¦²*C "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x0198D0A0065B70BBB9E10C2DA6B22A43 );
Copy
29
0.21 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ˜Ð \x06 [p»¹á\f -¦²*C "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0198D0A0065B70BBB9E10C2DA6B22A43 ));
Copy
30
2.12 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ˜Ð %Ærº¢¼DWR«3~ "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x0198D0A025C672BAA2BC445752AB337E );
Copy
31
0.23 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (? ))
Parameters :
[
b"\x01 ˜Ð %Ærº¢¼DWR«3~ "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE (`script` . `app_id` IN (0x0198D0A025C672BAA2BC445752AB337E ));
Copy
32
0.38 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
33
0.25 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
34
0.21 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¡×[¶&ÙNc‡öº\x12 —•+) "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel_country` . `country_id` = 0xA1D75BB626D94E6387F6BA1297952B29 );
Copy
35
0.92 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
36
0.41 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x79A36140A28A4CE6AC6D0E2CED062741 OR `parent_id` = 0x79A36140A28A4CE6AC6D0E2CED062741 OR `id` = 0x79A36140A28A4CE6AC6D0E2CED062741
;
Copy
37
2.62 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|79a36140a28a4ce6ac6d0e2ced062741|% "
1
12
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|79a36140a28a4ce6ac6d0e2ced062741|%' AND (`category` . `level` > 1 AND `category` . `level` < = 12 )));
Copy
38
0.45 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|79a36140a28a4ce6ac6d0e2ced062741|% "
12
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|79a36140a28a4ce6ac6d0e2ced062741|%' AND `category` . `level` = 12 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
39
0.60 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
40
0.74 ms
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = ? AND `language.salesChannels` . `id` = ? ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
41
0.48 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.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
42
0.46 ms
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = ? ) GROUP BY `currency` . `id`
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `currency` . `id` ;
Copy
43
0.31 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
44
0.32 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `parent_id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B OR `id` = 0xDDA3EC5FDB8042ACB8F8C841F70EFE8B
;
Copy
45
1.86 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|dda3ec5fdb8042acb8f8c841f70efe8b|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|dda3ec5fdb8042acb8f8c841f70efe8b|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
46
0.89 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|dda3ec5fdb8042acb8f8c841f70efe8b|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|dda3ec5fdb8042acb8f8c841f70efe8b|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
47
0.53 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"Ý£ì_Û€B¬¸øÈA÷\x0E þ‹ "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xDDA3EC5FDB8042ACB8F8C841F70EFE8B ));
Copy
48
0.68 ms
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = ? AND `payment_method.salesChannels` . `id` = ? ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC
Parameters :
[
true
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = 1 AND `payment_method.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
49
0.79 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
b"$)v‹Ì\x04 Eüƒð?·Í2\x02 % "
b"=\x16 uıã;O\x13 ©1\e ì}:\x1D × "
b"E;|™\x7F VO¾¼HZ4ä(r¡ "
b"iŒØ\e ’•Hæ³JkΧ¸v‘ "
b"”ú_›Ž¬JgŒÕ\x13 ð½ß\x1E r "
b"W}╗p/ìG\r ®x\x12\x1D 7╔B- "
b"\x1F äÀ\x13\x1F ¦BÓªLƒ\v ³ž¯A "
b"±¶ƒi‹\x11 @E±¢¿T½\x16 Õ, "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x707FEF2F724A4547A0249D181B4679DF , 0x2429768BCC0445FC83F03FB7CD320225 , 0x3D1675D5C63B4F13B8311B8D7D3A1D9E , 0x453B7C997F564FBEBC485A34E42872A1 , 0x698CD81B929548E6B34A6BCEA7B87691 , 0x94FA5F9B8EAC4A678CD513F0BDDF1E72 , 0x577DBB702F8D470DA978121D37C9422D , 0x1FE4C0131FA642D3AA4C830BB39EAF41 , 0xB1B683698B114045B1A2BF54BD16D52C );
Copy
50
0.62 ms
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = 1 AND `shipping_method.salesChannels` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
51
0.71 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"ÇÑ6îÚ\v HtŸc{l9ØPÉ "
b"ùD\x14 Îm¨NÖ³PÑŸ‹"âÎ "
b"•t`\x05 zaJ<“@½¸ô\*ø "
b"'´º•òHÁH°ð·^ÇY "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? , ? , ? , ? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0xC7D136EEDA0B48749F637B6C39D850C9 , 0xF94414CE6DA84ED6B350D19F8B22E2CE , 0x957460057A614A3C9340BDB8F45C2AF8 , 0x27B4BA95F2AD48C1AD48B0F0B75EC759 );
Copy
52
0.36 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
53
0.25 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
54
0.25 ms
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"p\x7F ´/rJEGá$Ø\x18\e Fy▀ "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0x707FEF2F724A4547A0249D181B4679DF AND
pm . `active` = 1 ;
Copy
55
0.20 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
56
0.32 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
57
0.65 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
58
0.34 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"iTwà.öCå \x16 ¸>ÔÍö: "
]
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 (0x695477E02EF643E5A016B83ED4CDF63A ));
Copy
59
0.51 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"iTwà.öCå \x16 ¸>ÔÍö: "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x695477E02EF643E5A016B83ED4CDF63A )));
Copy
60
0.57 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
\x01 ˜¬”\x08 Jraº\n
2‚Xó\x7F £
"""
b"\x01 ™âxˆ\x18\x7F I½ûb\x04\x16 xæä "
b"\x01 šÅp\x7F ÂzT˜«¡óP|\x1A Ñ "
b"""
\n
$Epê6B® }4•¢a`\x13
"""
b"\x1E Î[¢H'M\x1F ·ãæfÂi®" "
b"6ìyyYRGWš<l\x11 |‘+æ "
b"tÃNêP&@»ƒ\x19 ¸\x13 vpÂÕ "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? , ? , ? , ? , ? , ? , ? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x0198AC94084A7261BA0A328258F37FA3 , 0x0199E27888187F49BDFB62041678E6E4 , 0x019AC5707FC27A5498ABA1F3507C1AD1 , 0x0A244570EA3642AEA07D3495A2616013 , 0x1ECE5BA248274D1FB7E3E666C269AE22 , 0x36EC7979595247579A3C6C117C912BE6 , 0x74C34EEA502640BB8319B8137670C2D5 )));
Copy
61
0.73 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ÿ¼öDfs\x0F ر‗:ª¦┬± "
b"\x01 ™âÅâìv\x05 \x06 ¥ÚÉÌ\x1D ® "
b"\x01 šÅ‡+>{ߣ‹aÀVÆÕê "
b"±ìM\x04\x1C ÷G)œºböç_|± "
b"D\x0E 1\x08 uªAê“\x10 ÑòÑ<VÎ "
b"Z±ŒØÍ}IR¶™cï)\x1E \• "
b"påi¾ÿQEÁ¬øíê—Â\x04 É "
b"19\x15 ,ªŸH%˜\x14 õ\x05 8ŸœC "
b"“Á…eƒ¡EÒšÙy:„ö*\x03 "
b"▀'É#dãC3åTë<IÍ\x7F » "
b"᯽[+\x15 Gƒ¯‹è¿‰…\x1A Ò "
b"æáìlIC\x04 ‘ײ…Žão™ "
b".Ö╗x\x01 èDì¿G(RP¥|½ "
]
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 (0x0198AC944466730F9DF1F23AA6DDC2F1 , 0x0199E2C5E2EC7605AD06A5DAC9CC1DAE , 0x019AC5872B3E7BDFA38B61C056C6D5EA , 0xB1EC4D041CF747299CBA62F6E75F7CB1 , 0x440E310875AA41EA9310D1F2D13C56CE , 0x5AB18CD8CD7D4952B69963EF291E5C95 , 0x70E569BEFF5145C1ACF8EDEA97C204C9 , 0x3139152CAA9F48259814F505389F9C43 , 0x93C1856583A145D29AD9793A84F62A03 , 0xDF27902364C643338654893C49D67FAF , 0xE1AFBD5B2B154783AF8BE8BF89851AD2 , 0xE6ADE1EC6C49430491D7B2858EE36F99 , 0x2E99BB78018A448DA847285250BE7CAB )));
Copy
62
3.49 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"ð"±&‰¬C]›¸\v\x02 ý—ûŸ "
]
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 (0xF022B12689AC435D9BB80B02FD97FB9F );
Copy
63
0.52 ms
SELECT `moorl_sorting` . `id` as `moorl_sorting.id` , `moorl_sorting` . `locked` as `moorl_sorting.locked` , `moorl_sorting` . `url_key` as `moorl_sorting.key` , `moorl_sorting` . `entity` as `moorl_sorting.entity` , `moorl_sorting` . `priority` as `moorl_sorting.priority` , `moorl_sorting` . `active` as `moorl_sorting.active` , `moorl_sorting` . `fields` as `moorl_sorting.fields` , `moorl_sorting` . `created_at` as `moorl_sorting.createdAt` , `moorl_sorting` . `updated_at` as `moorl_sorting.updatedAt` , `moorl_sorting.translation.label` , `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation` . `moorl_sorting_id` , `moorl_sorting.translation` . `label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation` . `language_id` = ? ) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation` . `moorl_sorting_id` = `moorl_sorting` . `id` WHERE `moorl_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"™\x0F A<X]ˆ1Ñ×[Ž›VÐv "
]
SELECT `moorl_sorting` . `id` as `moorl_sorting.id` , `moorl_sorting` . `locked` as `moorl_sorting.locked` , `moorl_sorting` . `url_key` as `moorl_sorting.key` , `moorl_sorting` . `entity` as `moorl_sorting.entity` , `moorl_sorting` . `priority` as `moorl_sorting.priority` , `moorl_sorting` . `active` as `moorl_sorting.active` , `moorl_sorting` . `fields` as `moorl_sorting.fields` , `moorl_sorting` . `created_at` as `moorl_sorting.createdAt` , `moorl_sorting` . `updated_at` as `moorl_sorting.updatedAt` , `moorl_sorting.translation.label` , `moorl_sorting.translation.label` as `moorl_sorting.label` FROM `moorl_sorting` LEFT JOIN (SELECT `moorl_sorting.translation` . `moorl_sorting_id` , `moorl_sorting.translation` . `label` as `moorl_sorting.translation.label` FROM `moorl_sorting_translation` `moorl_sorting.translation` WHERE `moorl_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `moorl_sorting.moorl_sorting_translation` ON `moorl_sorting.moorl_sorting_translation` . `moorl_sorting_id` = `moorl_sorting` . `id` WHERE `moorl_sorting` . `id` IN (0x990F413C585D8831D1D75B8E9B56D076 );
Copy
64
1.42 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"\x01 šÅ–ó–wYŠ\x12 5h}oÝ, "
b"\x01 Üm¬Ùz╚×ÍÉX▒0tÚ "
b"y4èà\x03 DD*¥\x13 yøhLs "
b"\x13 ë¾p£—F…¥º ……+Øï "
b"u=$YCÆG«—šÂJÙ\x19 Çß "
b"""
>ú×¼T█K\n
ì>ÊÚrà6¬
"""
b"""
£#uñÝ\t J‚ŸPå\n
†k¯t
"""
b"ÚèfŽ\x15 §N4€+L$dW>b "
b"Û¨w\t %\x00 A߬†´$£æ¦] "
b"\x01 ÿ§AF\x16 }Öɽ┘░£*¦^ "
b"\x01 ˜õBï{u\x12 º–IM_àNS "
b"¹_ŒÃLöO–‡Ji\x1E •)\x05\x19 "
b"’Û¹&œ÷D;£\x16 |[^ðÁG "
b"}U\h¼)@òŽ('Ók¡Ä\e "
b"\x1A \┤ksYCÓïÙ┴ØÅAÜþ "
b"ÏÚDTF\@\x12 Œ\x1C ZO€rÀG "
b"\x01 šSk•0z~¼îbÊ0µ”\x00 "
]
SELECT
`media` . `id` as `media.id` ,
`media` . `user_id` as `media.userId` ,
`media` . `media_folder_id` as `media.mediaFolderId` ,
`media` . `mime_type` as `media.mimeType` ,
`media` . `file_extension` as `media.fileExtension` ,
`media` . `uploaded_at` as `media.uploadedAt` ,
`media` . `file_name` as `media.fileName` ,
`media` . `file_size` as `media.fileSize` ,
`media` . `media_type` as `media.mediaTypeRaw` ,
`media` . `meta_data` as `media.metaData` ,
`media` . `config` as `media.config` ,
`media` . `path` as `media.path` ,
`media` . `private` as `media.private` ,
`media` . `thumbnails_ro` as `media.thumbnailsRo` ,
`media` . `created_at` as `media.createdAt` ,
`media` . `updated_at` as `media.updatedAt` ,
`media.translation.title` ,
`media.translation.title` as `media.title` ,
`media.translation.alt` ,
`media.translation.alt` as `media.alt` ,
`media.translation.customFields` ,
`media.translation.customFields` as `media.customFields`
FROM
`media`
LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id`
LEFT JOIN (
SELECT
`media.translation` . `media_id` ,
`media.translation` . `alt` as `media.translation.alt` ,
`media.translation` . `title` as `media.translation.title` ,
`media.translation` . `custom_fields` as `media.translation.customFields`
FROM
`media_translation` `media.translation`
WHERE
`media.translation` . `language_id` = ?
) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id`
LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id`
WHERE
(
(
(
`media` . `private` = ?
OR (
`media` . `private` = ?
AND `media.mediaFolder.defaultFolder` . `entity` = ?
)
)
)
)
AND (
`media` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
?
)
)
Copy
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x019AC596F39677598A1235687D6FDD2C , 0x019A6DB6AAEB7AC89ED69058B13074E9 , 0x7934E8E00344442AA51379F868AD4C73 , 0x13EBBE70A3974685A5BAA085852BD8EF , 0x753D245943C647AB979AC24AD919C7DF , 0x3EA39EAC54DB4B0A8D3ED2E9728536AA , 0xA32375F1DD094A829F50E50A866BAF74 , 0xDAE8668E15A74E34802B4C2464573E62 , 0xDBA87709250041DFAC86B424A3E6A65D , 0x0198F54146167D9990ABD9B09C2ADD5E , 0x0198F542EF7B7512BA96494D5FE04E53 , 0xB95F8CC34CF64F96874A691E95290519 , 0x92DBB9269CF7443BA3167C5B5EF0C147 , 0x7D555C68BC2940F28E2827D36BA1C41B , 0x1A5CB46B735943E08BEBC19D8F419AE7 , 0xCFDA4454465C40128C1C5A4F8072C047 , 0x019A536B95307A7EBCEE62CA30B59400 ));
Copy
65
1.74 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
66
1011.74 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 (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = ? ) AND ((((IFNULL (`product` . `active` , `product.parent` . `active` ) = ? AND NOT (COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) < = > ? ))) AND NOT (`product` . `display_group` < = > ? ) AND ((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `created_at` ) DESC LIMIT 10
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"1 "
"null "
null
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
]
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 (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `custom_fields` as `product.translation.customFields` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((IFNULL (`product` . `active` , `product.parent` . `active` ) = '1' AND NOT (COALESCE (IF (JSON_TYPE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL ), IF (JSON_TYPE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) ! = "NULL" , CONVERT (JSON_UNQUOTE (JSON_EXTRACT (`product.parent.translation.customFields` , '$.custom_product_api_import' )) USING "utf8mb4" ) COLLATE utf8mb4_unicode_ci , NULL )) < = > 'null' ))) AND NOT (`product` . `display_group` < = > NULL ) AND ((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product` . `created_at` ) DESC LIMIT 10 ;
Copy
67
2.66 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` , (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.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` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
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` ,
(
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.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` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (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.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` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA ));
Copy
68
0.39 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"p÷áýePê«h²Rí>ñX« "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
]
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 (0x019D013770E27FA3A3052076BBDB60CA , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01DCC13F7C059E0218AD8A557025 , 0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0x78D01072B43CD71930108B2D9D106C63 , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 )));
Copy
69
0.54 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
70
0.29 ms
SELECT `product_manufacturer` . `id` FROM `product_manufacturer` WHERE (`product_manufacturer` . `version_id` = ? ) AND ((NOT (`product_manufacturer` . `id` < = > ? ))) ORDER BY `product_manufacturer` . `media_id` DESC , `product_manufacturer` . `id` ASC LIMIT 12
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT `product_manufacturer` . `id` FROM `product_manufacturer` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((NOT (`product_manufacturer` . `id` < = > 0x79A36140A28A4CE6AC6D0E2CED062741 ))) ORDER BY `product_manufacturer` . `media_id` DESC , `product_manufacturer` . `id` ASC LIMIT 12 ;
Copy
71
0.83 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.media` . `id` as `product_manufacturer.media.id` , `product_manufacturer.media` . `user_id` as `product_manufacturer.media.userId` , `product_manufacturer.media` . `media_folder_id` as `product_manufacturer.media.mediaFolderId` , `product_manufacturer.media` . `mime_type` as `product_manufacturer.media.mimeType` , `product_manufacturer.media` . `file_extension` as `product_manufacturer.media.fileExtension` , `product_manufacturer.media` . `uploaded_at` as `product_manufacturer.media.uploadedAt` , `product_manufacturer.media` . `file_name` as `product_manufacturer.media.fileName` , `product_manufacturer.media` . `file_size` as `product_manufacturer.media.fileSize` , `product_manufacturer.media` . `media_type` as `product_manufacturer.media.mediaTypeRaw` , `product_manufacturer.media` . `meta_data` as `product_manufacturer.media.metaData` , `product_manufacturer.media` . `config` as `product_manufacturer.media.config` , `product_manufacturer.media` . `path` as `product_manufacturer.media.path` , `product_manufacturer.media` . `private` as `product_manufacturer.media.private` , `product_manufacturer.media` . `thumbnails_ro` as `product_manufacturer.media.thumbnailsRo` , `product_manufacturer.media` . `created_at` as `product_manufacturer.media.createdAt` , `product_manufacturer.media` . `updated_at` as `product_manufacturer.media.updatedAt` , `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation.title` as `product_manufacturer.media.title` , `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt` , `product_manufacturer.media.translation.customFields` , `product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer` . `media_id` = `product_manufacturer.media` . `id` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` LEFT JOIN (SELECT `product_manufacturer.media.translation` . `media_id` , `product_manufacturer.media.translation` . `alt` as `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation` . `title` as `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation` . `custom_fields` as `product_manufacturer.media.translation.customFields` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation` . `language_id` = ? ) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation` . `media_id` = `product_manufacturer.media` . `id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"{ƒ0ÕpF<œ~·ó\x04 Ž{- "
b"áˆÍyÔFHïžk|Ã\q„ª "
b"""
Õ(\n
+·îJM„ñ}ðÆ~=ï
"""
b"▄0¬<ı█G4ÉØ[\x16 Â=){ "
b"\x0E QZ1ï½L\x1C ’ê’¥oìĽ "
b"†ÞþÊ2\x1A @8¯dD/Ú`ð\x01 "
b"¥« È)ãOo©<\v ;ýbüØ "
b"{ÿbŒ“üIćŠEÈ*ÜÄ} "
b"\x06 .│ì\uCvÀî\x14 ┘7!±ç "
b"3├¼\x1C ¥‗E,░Ï,ï\t bìz "
b"""
Å8þ\n
?\x17 Oйx¾¤ºÑ5Ø
"""
b"-¬®9x"C-®HÌ›~~¶í "
]
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.media` . `id` as `product_manufacturer.media.id` ,
`product_manufacturer.media` . `user_id` as `product_manufacturer.media.userId` ,
`product_manufacturer.media` . `media_folder_id` as `product_manufacturer.media.mediaFolderId` ,
`product_manufacturer.media` . `mime_type` as `product_manufacturer.media.mimeType` ,
`product_manufacturer.media` . `file_extension` as `product_manufacturer.media.fileExtension` ,
`product_manufacturer.media` . `uploaded_at` as `product_manufacturer.media.uploadedAt` ,
`product_manufacturer.media` . `file_name` as `product_manufacturer.media.fileName` ,
`product_manufacturer.media` . `file_size` as `product_manufacturer.media.fileSize` ,
`product_manufacturer.media` . `media_type` as `product_manufacturer.media.mediaTypeRaw` ,
`product_manufacturer.media` . `meta_data` as `product_manufacturer.media.metaData` ,
`product_manufacturer.media` . `config` as `product_manufacturer.media.config` ,
`product_manufacturer.media` . `path` as `product_manufacturer.media.path` ,
`product_manufacturer.media` . `private` as `product_manufacturer.media.private` ,
`product_manufacturer.media` . `thumbnails_ro` as `product_manufacturer.media.thumbnailsRo` ,
`product_manufacturer.media` . `created_at` as `product_manufacturer.media.createdAt` ,
`product_manufacturer.media` . `updated_at` as `product_manufacturer.media.updatedAt` ,
`product_manufacturer.media.translation.title` ,
`product_manufacturer.media.translation.title` as `product_manufacturer.media.title` ,
`product_manufacturer.media.translation.alt` ,
`product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt` ,
`product_manufacturer.media.translation.customFields` ,
`product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields` ,
`product_manufacturer.translation.name` ,
`product_manufacturer.translation.name` as `product_manufacturer.name` ,
`product_manufacturer.translation.description` ,
`product_manufacturer.translation.description` as `product_manufacturer.description` ,
`product_manufacturer.translation.customFields` ,
`product_manufacturer.translation.customFields` as `product_manufacturer.customFields`
FROM
`product_manufacturer`
LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer` . `media_id` = `product_manufacturer.media` . `id`
LEFT JOIN (
SELECT
`product_manufacturer.translation` . `product_manufacturer_id` ,
`product_manufacturer.translation` . `product_manufacturer_version_id` ,
`product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` ,
`product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` ,
`product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product_manufacturer.translation`
WHERE
`product_manufacturer.translation` . `language_id` = ?
) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id`
AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product_manufacturer.media.translation` . `media_id` ,
`product_manufacturer.media.translation` . `alt` as `product_manufacturer.media.translation.alt` ,
`product_manufacturer.media.translation` . `title` as `product_manufacturer.media.translation.title` ,
`product_manufacturer.media.translation` . `custom_fields` as `product_manufacturer.media.translation.customFields`
FROM
`media_translation` `product_manufacturer.media.translation`
WHERE
`product_manufacturer.media.translation` . `language_id` = ?
) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation` . `media_id` = `product_manufacturer.media` . `id`
WHERE
(
`product_manufacturer` . `version_id` = ?
)
AND (
`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.media` . `id` as `product_manufacturer.media.id` , `product_manufacturer.media` . `user_id` as `product_manufacturer.media.userId` , `product_manufacturer.media` . `media_folder_id` as `product_manufacturer.media.mediaFolderId` , `product_manufacturer.media` . `mime_type` as `product_manufacturer.media.mimeType` , `product_manufacturer.media` . `file_extension` as `product_manufacturer.media.fileExtension` , `product_manufacturer.media` . `uploaded_at` as `product_manufacturer.media.uploadedAt` , `product_manufacturer.media` . `file_name` as `product_manufacturer.media.fileName` , `product_manufacturer.media` . `file_size` as `product_manufacturer.media.fileSize` , `product_manufacturer.media` . `media_type` as `product_manufacturer.media.mediaTypeRaw` , `product_manufacturer.media` . `meta_data` as `product_manufacturer.media.metaData` , `product_manufacturer.media` . `config` as `product_manufacturer.media.config` , `product_manufacturer.media` . `path` as `product_manufacturer.media.path` , `product_manufacturer.media` . `private` as `product_manufacturer.media.private` , `product_manufacturer.media` . `thumbnails_ro` as `product_manufacturer.media.thumbnailsRo` , `product_manufacturer.media` . `created_at` as `product_manufacturer.media.createdAt` , `product_manufacturer.media` . `updated_at` as `product_manufacturer.media.updatedAt` , `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation.title` as `product_manufacturer.media.title` , `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation.alt` as `product_manufacturer.media.alt` , `product_manufacturer.media.translation.customFields` , `product_manufacturer.media.translation.customFields` as `product_manufacturer.media.customFields` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN `media` `product_manufacturer.media` ON `product_manufacturer` . `media_id` = `product_manufacturer.media` . `id` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` LEFT JOIN (SELECT `product_manufacturer.media.translation` . `media_id` , `product_manufacturer.media.translation` . `alt` as `product_manufacturer.media.translation.alt` , `product_manufacturer.media.translation` . `title` as `product_manufacturer.media.translation.title` , `product_manufacturer.media.translation` . `custom_fields` as `product_manufacturer.media.translation.customFields` FROM `media_translation` `product_manufacturer.media.translation` WHERE `product_manufacturer.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.media.media_translation` ON `product_manufacturer.media.media_translation` . `media_id` = `product_manufacturer.media` . `id` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x7B8330D570AD463C9C7EB7F3048E7B2D , 0xE188CD79D44648EF9E6B7CC35C7184AA , 0xD5280A2BB7EE4A4D84F17DF0C67E3DEF , 0xDC30AA3CD5DB4734909D5B16B63D297B , 0x0E515A31EFBD4C1C92EA92A56FECC4BD , 0x86DEFECA321A4038AF64442FDA60F001 , 0xA5ABA0C829E34F6FA93C0B3BFD62FCD8 , 0x7BFF628C93FC49C4878A45C82ADCC47D , 0x062EB38D5C754376B78C14D93721F187 , 0x33C3AC1CBEF2452CB0D82C8B09628D7A , 0xC538FE0A3F174FD0B978BEA4BAD135D8 , 0x2DACAE397822432DAE48CC9B7E7EB6ED ));
Copy
72
0.76 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA )) GROUP BY `product` . `id` ;
Copy
73
1.67 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` , (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.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` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"p÷áýePê«h²Rí>ñX« "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
]
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` ,
(
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.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` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , (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.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` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x78D01072B43CD71930108B2D9D106C63 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x019D01DCC13F7C059E0218AD8A557025 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D013770E27FA3A3052076BBDB60CA ));
Copy
74
0.36 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND ((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 Ø\x01 7pÔ\x7F úú\x05 v╗█`╩ "
b"\x01 Ø\x01 ø÷@|µÁù,┤Zƒ{ "
b"\x01 Ø\x01 í▀ tZ░═"L.W^© "
b"\x01 Ø\x01 ½ëÓrº┤\r 0▀ á░╠ "
b"\x01 Ø\x01 ▄┴?|\x05 ×\x02\x18 ¡èUp% "
b"%¯£©\x18 £Å~v║È+9¡«, "
b"(£ ßÊÎsÉYJ^ÃèO\x7F I "
b"p÷áýePê«h²Rí>ñX« "
b"xð\x10 r┤<Î\x19 0\x10 ï-Ø\x10 lc "
b"¯Z+}µìxؽ\x10 ¥\x17 ¦¸•' "
]
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 (0x019D013770E27FA3A3052076BBDB60CA , 0x019D019BF6407CE6B5F0972CB45A9F7B , 0x019D01A1DF20745AB0CD224C2E575EB8 , 0x019D01AB89E072A7B40D30DF20A0B0CC , 0x019D01DCC13F7C059E0218AD8A557025 , 0x25EE9CB8189C8F7E76BAD42B39ADAE2C , 0x289CFFE1D2D77390594A5EC78A4F7F49 , 0x70F7E1FD6550EAAB68B252ED3EF158AB , 0x78D01072B43CD71930108B2D9D106C63 , 0xAF5A2B7DB5EC78D8BD10A517A6B89527 )));
Copy
75
0.40 ms
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = ? AND `sales_channel.paymentMethods` . `id` = ? AND `sales_channel.paymentMethods` . `active` = ? )) LIMIT 1
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"¸©Å╔└\x10 G\x02 ®ofM½■&V "
true
]
SELECT `sales_channel` . `id` FROM `sales_channel` LEFT JOIN `sales_channel_payment_method` `sales_channel.paymentMethods.mapping` ON `sales_channel` . `id` = `sales_channel.paymentMethods.mapping` . `sales_channel_id` LEFT JOIN `payment_method` `sales_channel.paymentMethods` ON `sales_channel.paymentMethods.mapping` . `payment_method_id` = `sales_channel.paymentMethods` . `id` WHERE ((`sales_channel` . `id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `sales_channel.paymentMethods` . `id` = 0xF7B88FC9C0104702A96F664DABFE2656 AND `sales_channel.paymentMethods` . `active` = 1 )) LIMIT 1 ;
Copy
76
2.92 ms
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE ?
Parameters :
[
"%6001J6% "
]
SELECT model_number FROM hobaIT_sparepartfinder_models WHERE model_code LIKE '%6001J6%' ;
Copy
77
26.38 ms
SELECT s . * , c . name , n . name as article_description , IF (p . active = 1 , lower (hex (p . id )), null ) as product_id FROM hobaIT_sparepartfinder AS s
LEFT JOIN hobaIT_csb_article_data AS c ON c . article_number = s . article_number
LEFT JOIN hobaIT_sparepartfinder_article_names n ON n . article_number = s . article_number
LEFT JOIN product AS p ON p . product_number = s . article_number
WHERE model_number = ? ORDER BY `group` , sequence_number ASC
Parameters :
[
1000135205
]
SELECT s . * , c . name , n . name as article_description , IF (p . active = 1 , lower (hex (p . id )), null ) as product_id FROM hobaIT_sparepartfinder AS s
LEFT JOIN hobaIT_csb_article_data AS c ON c . article_number = s . article_number
LEFT JOIN hobaIT_sparepartfinder_article_names n ON n . article_number = s . article_number
LEFT JOIN product AS p ON p . product_number = s . article_number
WHERE model_number = 1000135205 ORDER BY `group` , sequence_number ASC ;
Copy
78
23.31 ms
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (7515 , 7518 , 7520 , 7522 , 7527 , 7531 , 7535 , 7537 , 7539 , 7541 , 7544 , 7549 , 7550 , 7551 , 7553 , 7555 , 7556 , 7558 , 7561 , 7563 , 7565 , 7568 , 7569 , 7570 , 7571 , 7572 , 7573 , 7574 , 7577 , 7579 , 7581 , 8849 , 8851 ) ORDER BY number , part_type ASC
SELECT * FROM hobaIT_sparepartfinder_groups WHERE id IN (7515 , 7518 , 7520 , 7522 , 7527 , 7531 , 7535 , 7537 , 7539 , 7541 , 7544 , 7549 , 7550 , 7551 , 7553 , 7555 , 7556 , 7558 , 7561 , 7563 , 7565 , 7568 , 7569 , 7570 , 7571 , 7572 , 7573 , 7574 , 7577 , 7579 , 7581 , 8849 , 8851 ) ORDER BY number , part_type ASC ;
Copy
79
127.12 ms
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (7515 , 7518 , 7520 , 7522 , 7527 , 7531 , 7535 , 7537 , 7539 , 7541 , 7544 , 7549 , 7550 , 7551 , 7553 , 7555 , 7556 , 7558 , 7561 , 7563 , 7565 , 7568 , 7569 , 7570 , 7571 , 7572 , 7573 , 7574 , 7577 , 7579 , 7581 , 8849 , 8851 ) AND article_number IN ("46201000033" , "0025060306" , "0025080306" , "0912100250" , "77051116" , "7501478" , "50301038000" , "59001039000" , "59030029000" , "49001086000" , "0770021300" , "49001081000" , "46001086000" , "0770360030" , "59001092050" , "46101094000" , "54601085000" , "0025050166" , "0985050003" , "00050000931" , "00050000923" , "7819139/C" , "7538029" , "7717065/R" , "7528005" , "7517082" , "7524163" , "75141087" , "7701204AC" , "7701205AC" , "7850208AR" , "7528180" , "7528008" , "7850652" , "7850728" , "7533167" , "7523236" , "7528034" , "7539032AA" , "7538038/A" , "7760069FN/C" , "7535099" , "7517028" , "7517057" , "7517074" , "7530090/B" , "7530088/B" , "7521147/A" , "7819140/C" , "7521092/E" , "7522061" , "0912080253" , "7517044" , "7550013" , "7850731/C" , "46202001000" , "46202010000" , "46202091000" , "63002021100" , "50302020000" , "50311089200" , "46102030100" , "54602031000" , "59002031000" , "59002032100" , "50302033100" , "50302034000" , "59002035000" , "50302036200" , "50302037000" , "50302038000" , "50302030150" , "0025060206" , "0965040123" , "50332063050" , "46132063000" , "54002016000" , "4620300104430" , "54310086200" , "0931080805" , "0125080003" , "0934080003" , "59001037000" , "50307012000" , "4700304003390" , "59003040050" , "59003041050" , "54803044000" , "0125100003" , "54603041000" , "0094032253" , "46203002000" , "0019080206S" , "77303053000" , "0025080356" , "36003014000" , "77303053110" , "03187E0301" , "69004089000" , "54310086100" , "R308" , "46810850S9" , "36120817S1" , "46810893" , "36120151" , "46811208" , "36120015" , "36120418" , "93010181S" , "93010182S" , "93010183S" , "36120386" , "36120781S5" , "36120040" , "36120787S" , "36120799" , "R309" , "50180342S1" , "46104030144" , "54603097000" , "46004030070" , "46004030071" , "0770160021" , "46104066000" , "46104066050" , "0010050103" , "0009050103" , "46007066000" , "0025060406" , "56509064100" , "46104061000" , "44011076305" , "46204037033" , "0125120003" , "0934120103" , "46010083000" , "50203030090" , "54611076100" , "45204230010" , "46104066010" , "46007066010" , "46205007000" , "54605057000" , "46205079000" , "45105079056" , "0770350030" , "50305016000" , "54603048100" , "50305012000" , "0024060156" , "0025060166" , "0025060456" , "46205169000" , "54605068000" , "46205069100" , "00050000812" , "58406015100" , "46206017000" , "0017060203" , "46206026000" , "78006027000" , "58406016000" , "46206017050" , "0025060256" , "46208013010" , "4620600100030" , "0017060303" , "54808020000" , "4620701303330" , "78007008044X4" , "58507003000" , "0770020130" , "46207016000" , "58007117000" , "78007000270" , "0024060273" , "77307026000" , "46207040000" , "45007040051" , "50307014000" , "0025060126" , "4620805400030B" , "0017060204" , "50308052000" , "46208007000X4" , "46208022000X4" , "0024060106" , "46208010000X4" , "0024060136" , "46208013000X4" , "45007040050" , "0981350163" , "46206010000" , "46206010010" , "46209001044" , "46109010144" , "46009014000" , "46009013000" , "46009011100" , "0625060037" , "47010073000" , "4620907000030" , "46009072100" , "46209060000" , "59009062016" , "46009071000" , "46009171000" , "46109081000" , "55009086000" , "49032011000" , "45110090000" , "50310090050" , "00050000912" , "46210001044" , "46010010144" , "4621007000030" , "0625062032" , "46010011000" , "46010013000" , "46010014000" , "46210071136" , "46210071129" , "0991080253" , "46010051046" , "46010051048" , "46010051050" , "46010085100" , "45109073100" , "46210060000" , "45010081062" , "45010081061" , "0917120103" , "46110165112" , "46110166000" , "51009100100" , "46210015000" , "00050000911" , "47013001000" , "47013002000" , "47013003000" , "47013004000" , "47013005000" , "47013006000" , "47013007000" , "47013008000" , "47013009000" , "46213010000" , "0770080019" , "47013025000" , "00062030000" , "46213050044" , "54813051000" , "0025050126" , "0625060002" , "54630044000" , "0912100406" , "46030045000" , "54603062000" , "54813055000" , "0934060003" , "47013056100" , "47013060300" , "47013061100" , "47013062000" , "47013063000" , "0912040103" , "46213070000" , "46113019050" , "47013015000" , "46113018000" , "47013020000" , "47013021000" , "0770100019" , "46113030000" , "0912060283" , "46113019000" , "0799040009" , "46113125000" , "47013083100" , "47013225000" , "47013325000" , "0025080206" , "0025080406" , "46213080000" , "47013081000" , "47013425000" , "46213075000" , "47013085000" , "47013090200" , "312305" , "312313" , "44011076200" , "3211478EN" , "322000" , "3CF6001J6EN" , "3CM080208JEN" , "46229099000" , "47003020000" , "46012024000" , "60029070200" , "50329080100" , "45229073000" , "61229001000" , "54829055000" , "46229081000" , "45229048000" , "46229008000" , "46229001070" , "T106S" , "46229047002" , "46229001060" , "46129006100" , "50329047000" , "60029073000" , "54629009044" , "49012003000" , "46229047050" , "59029041100" , "54629012100" , "5030501700004" , "58429042000" , "46229090000" , "46230000244" , "46230039000" , "58030021000" , "58038022000" , "46230024000" , "46230123000" , "46230023000" , "0835080355" , "46030043000" , "54634049000" , "0025060106" , "46230060000" , "0603061001" , "58336020190" , "31007007101" , "46230099000" , "0025060556" , "0025060086" , "45230089000" , "46204060010" , "4623002600015" , "46230027000" , "51005074000" , "58030020100" , "0770191015" , "46230001000" , "49030090000" , "46230025000" , "46030029000" , "83061015000" , "46232023023" , "0888040050" , "0760304772" , "46030082200" , "46230016000" , "46030034000" , "46230018000" , "0888030050" , "47030076100" , "46230015000" , "46230007000 I" , "46230007000 II" , "46030033000" , "45230074000" , "46030030500" , "00050002306" , "46230049000" , "46230051044" , "46230052000" , "46230050000" , "10001120000" , "46131017000" , "45031015200" , "45031015000" , "46231035000" , "46231020000" , "46231034000" , "46231034100" , "45031023195" , "45031023200" , "45031023205" , "45031023210" , "45031023215" , "45031023220" , "45031023225" , "45031023230" , "45031007000" , "45031007010" , "45031007015" , "45031007020" , "45031007025" , "46231001044" , "46231048044" , "46231099000" , "46231011044" , "46231009044" , "52031137001" , "46231094000" , "46231034050" , "0991060202" , "46032006000" , "46232005044" , "46232002000" , "46032011044" , "46032010000" , "46232003000" , "46232012000" , "46232000044" , "0738060161" , "0738060201" , "54732064000" , "75032061044" , "0770300015" , "59032065000" , "46232057000" , "46132019000" , "0405222610" , "46232015000" , "46232010010" , "46233010000" , "46233001000" , "46233011000" , "46233015000" , "46233014000" , "46233013000" , "46233016000" , "46233012000" , "46233005000" , "46233003000" , "46233006000" , "46233002000" , "0618121912" , "49033013000" , "46033020000" , "49033091000" , "46233022000" , "46033028000" , "0770020020" , "0760263561" , "46233030000" , "46233029013" , "46233029014" , "0625982030" , "0021050003" , "0912050083" , "00050000947" , "54610052000" , "54633037000" , "46233036044" , "46233038000" , "0760172860" , "50333030000" , "50333055000" , "50333054000" , "0471170010" , "77033051000" , "50333050000" , "50333052000" , "0988162210" , "50333056000" , "50333069000" , "46233069001" , "46233018000" , "46233053016" , "46234005110" , "46234005044" , "0471140100" , "54634050000" , "54834014000" , "54634020000" , "56534013100" , "46034027000" , "0760122050" , "46234031044" , "50232050001" , "58038023200" , "46234019000" , "46234020000" , "0402061000" , "46234001000" , "46234002000" , "46234003000" , "0012060303" , "46234015044" , "0625618052" , "46234012033" , "0625069034" , "54834023000" , "54634052300" , "50334024144" , "0349000050" , "0025050206" , "0025060506" , "45235052000" , "45235053000" , "0014050123" , "54835005000" , "0760082472" , "50335054150" , "0625060001" , "45235054028" , "0625006087" , "46235007000" , "46235008000" , "41001052000" , "45135009000" , "0024060123" , "46235034000" , "46235025033" , "46235025000" , "46235022000" , "42013037300" , "55007016001" , "46239095000" , "46239031000" , "46139030000" , "59039006000" , "46239090000" , "45239093000" , "0770012030" , "46239004000" , "46239005000" , "50230029012" , "49030021000" , "46230002100" , "46208091200" , "50330079000" , "0603070121" , "46230006000" , "45230036000" , "0402040980" , "46230038000" , "46230035020" , "46230035040" , "46230035050" , "46230035060" , "46205004000" , "46205003000" , "46205003050" , "0025050106" , "45001070000" , "46232060050" , "42013037000" , "45237014000" , "46237036044" , "0014050163" , "46237035000" , "46237013000" , "46237011000" , "0770030015" , "0770150151" , "46237074100" , "46237020144" , "0603050901" , "00050000202" , "00050000203" )
SELECT
*
FROM
hobaIT_sparepartfinder_images
WHERE
group_id IN (
7515 , 7518 , 7520 , 7522 , 7527 , 7531 , 7535 ,
7537 , 7539 , 7541 , 7544 , 7549 , 7550 ,
7551 , 7553 , 7555 , 7556 , 7558 , 7561 ,
7563 , 7565 , 7568 , 7569 , 7570 , 7571 ,
7572 , 7573 , 7574 , 7577 , 7579 , 7581 ,
8849 , 8851
)
AND article_number IN (
"46201000033" ,
"0025060306" ,
"0025080306" ,
"0912100250" ,
"77051116" ,
"7501478" ,
"50301038000" ,
"59001039000" ,
"59030029000" ,
"49001086000" ,
"0770021300" ,
"49001081000" ,
"46001086000" ,
"0770360030" ,
"59001092050" ,
"46101094000" ,
"54601085000" ,
"0025050166" ,
"0985050003" ,
"00050000931" ,
"00050000923" ,
"7819139/C" ,
"7538029" ,
"7717065/R" ,
"7528005" ,
"7517082" ,
"7524163" ,
"75141087" ,
"7701204AC" ,
"7701205AC" ,
"7850208AR" ,
"7528180" ,
"7528008" ,
"7850652" ,
"7850728" ,
"7533167" ,
"7523236" ,
"7528034" ,
"7539032AA" ,
"7538038/A" ,
"7760069FN/C" ,
"7535099" ,
"7517028" ,
"7517057" ,
"7517074" ,
"7530090/B" ,
"7530088/B" ,
"7521147/A" ,
"7819140/C" ,
"7521092/E" ,
"7522061" ,
"0912080253" ,
"7517044" ,
"7550013" ,
"7850731/C" ,
"46202001000" ,
"46202010000" ,
"46202091000" ,
"63002021100" ,
"50302020000" ,
"50311089200" ,
"46102030100" ,
"54602031000" ,
"59002031000" ,
"59002032100" ,
"50302033100" ,
"50302034000" ,
"59002035000" ,
"50302036200" ,
"50302037000" ,
"50302038000" ,
"50302030150" ,
"0025060206" ,
"0965040123" ,
"50332063050" ,
"46132063000" ,
"54002016000" ,
"4620300104430" ,
"54310086200" ,
"0931080805" ,
"0125080003" ,
"0934080003" ,
"59001037000" ,
"50307012000" ,
"4700304003390" ,
"59003040050" ,
"59003041050" ,
"54803044000" ,
"0125100003" ,
"54603041000" ,
"0094032253" ,
"46203002000" ,
"0019080206S" ,
"77303053000" ,
"0025080356" ,
"36003014000" ,
"77303053110" ,
"03187E0301" ,
"69004089000" ,
"54310086100" ,
"R308" ,
"46810850S9" ,
"36120817S1" ,
"46810893" ,
"36120151" ,
"46811208" ,
"36120015" ,
"36120418" ,
"93010181S" ,
"93010182S" ,
"93010183S" ,
"36120386" ,
"36120781S5" ,
"36120040" ,
"36120787S" ,
"36120799" ,
"R309" ,
"50180342S1" ,
"46104030144" ,
"54603097000" ,
"46004030070" ,
"46004030071" ,
"0770160021" ,
"46104066000" ,
"46104066050" ,
"0010050103" ,
"0009050103" ,
"46007066000" ,
"0025060406" ,
"56509064100" ,
"46104061000" ,
"44011076305" ,
"46204037033" ,
"0125120003" ,
"0934120103" ,
"46010083000" ,
"50203030090" ,
"54611076100" ,
"45204230010" ,
"46104066010" ,
"46007066010" ,
"46205007000" ,
"54605057000" ,
"46205079000" ,
"45105079056" ,
"0770350030" ,
"50305016000" ,
"54603048100" ,
"50305012000" ,
"0024060156" ,
"0025060166" ,
"0025060456" ,
"46205169000" ,
"54605068000" ,
"46205069100" ,
"00050000812" ,
"58406015100" ,
"46206017000" ,
"0017060203" ,
"46206026000" ,
"78006027000" ,
"58406016000" ,
"46206017050" ,
"0025060256" ,
"46208013010" ,
"4620600100030" ,
"0017060303" ,
"54808020000" ,
"4620701303330" ,
"78007008044X4" ,
"58507003000" ,
"0770020130" ,
"46207016000" ,
"58007117000" ,
"78007000270" ,
"0024060273" ,
"77307026000" ,
"46207040000" ,
"45007040051" ,
"50307014000" ,
"0025060126" ,
"4620805400030B" ,
"0017060204" ,
"50308052000" ,
"46208007000X4" ,
"46208022000X4" ,
"0024060106" ,
"46208010000X4" ,
"0024060136" ,
"46208013000X4" ,
"45007040050" ,
"0981350163" ,
"46206010000" ,
"46206010010" ,
"46209001044" ,
"46109010144" ,
"46009014000" ,
"46009013000" ,
"46009011100" ,
"0625060037" ,
"47010073000" ,
"4620907000030" ,
"46009072100" ,
"46209060000" ,
"59009062016" ,
"46009071000" ,
"46009171000" ,
"46109081000" ,
"55009086000" ,
"49032011000" ,
"45110090000" ,
"50310090050" ,
"00050000912" ,
"46210001044" ,
"46010010144" ,
"4621007000030" ,
"0625062032" ,
"46010011000" ,
"46010013000" ,
"46010014000" ,
"46210071136" ,
"46210071129" ,
"0991080253" ,
"46010051046" ,
"46010051048" ,
"46010051050" ,
"46010085100" ,
"45109073100" ,
"46210060000" ,
"45010081062" ,
"45010081061" ,
"0917120103" ,
"46110165112" ,
"46110166000" ,
"51009100100" ,
"46210015000" ,
"00050000911" ,
"47013001000" ,
"47013002000" ,
"47013003000" ,
"47013004000" ,
"47013005000" ,
"47013006000" ,
"47013007000" ,
"47013008000" ,
"47013009000" ,
"46213010000" ,
"0770080019" ,
"47013025000" ,
"00062030000" ,
"46213050044" ,
"54813051000" ,
"0025050126" ,
"0625060002" ,
"54630044000" ,
"0912100406" ,
"46030045000" ,
"54603062000" ,
"54813055000" ,
"0934060003" ,
"47013056100" ,
"47013060300" ,
"47013061100" ,
"47013062000" ,
"47013063000" ,
"0912040103" ,
"46213070000" ,
"46113019050" ,
"47013015000" ,
"46113018000" ,
"47013020000" ,
"47013021000" ,
"0770100019" ,
"46113030000" ,
"0912060283" ,
"46113019000" ,
"0799040009" ,
"46113125000" ,
"47013083100" ,
"47013225000" ,
"47013325000" ,
"0025080206" ,
"0025080406" ,
"46213080000" ,
"47013081000" ,
"47013425000" ,
"46213075000" ,
"47013085000" ,
"47013090200" ,
"312305" ,
"312313" ,
"44011076200" ,
"3211478EN" ,
"322000" ,
"3CF6001J6EN" ,
"3CM080208JEN" ,
"46229099000" ,
"47003020000" ,
"46012024000" ,
"60029070200" ,
"50329080100" ,
"45229073000" ,
"61229001000" ,
"54829055000" ,
"46229081000" ,
"45229048000" ,
"46229008000" ,
"46229001070" ,
"T106S" ,
"46229047002" ,
"46229001060" ,
"46129006100" ,
"50329047000" ,
"60029073000" ,
"54629009044" ,
"49012003000" ,
"46229047050" ,
"59029041100" ,
"54629012100" ,
"5030501700004" ,
"58429042000" ,
"46229090000" ,
"46230000244" ,
"46230039000" ,
"58030021000" ,
"58038022000" ,
"46230024000" ,
"46230123000" ,
"46230023000" ,
"0835080355" ,
"46030043000" ,
"54634049000" ,
"0025060106" ,
"46230060000" ,
"0603061001" ,
"58336020190" ,
"31007007101" ,
"46230099000" ,
"0025060556" ,
"0025060086" ,
"45230089000" ,
"46204060010" ,
"4623002600015" ,
"46230027000" ,
"51005074000" ,
"58030020100" ,
"0770191015" ,
"46230001000" ,
"49030090000" ,
"46230025000" ,
"46030029000" ,
"83061015000" ,
"46232023023" ,
"0888040050" ,
"0760304772" ,
"46030082200" ,
"46230016000" ,
"46030034000" ,
"46230018000" ,
"0888030050" ,
"47030076100" ,
"46230015000" ,
"46230007000 I" ,
"46230007000 II" ,
"46030033000" ,
"45230074000" ,
"46030030500" ,
"00050002306" ,
"46230049000" ,
"46230051044" ,
"46230052000" ,
"46230050000" ,
"10001120000" ,
"46131017000" ,
"45031015200" ,
"45031015000" ,
"46231035000" ,
"46231020000" ,
"46231034000" ,
"46231034100" ,
"45031023195" ,
"45031023200" ,
"45031023205" ,
"45031023210" ,
"45031023215" ,
"45031023220" ,
"45031023225" ,
"45031023230" ,
"45031007000" ,
"45031007010" ,
"45031007015" ,
"45031007020" ,
"45031007025" ,
"46231001044" ,
"46231048044" ,
"46231099000" ,
"46231011044" ,
"46231009044" ,
"52031137001" ,
"46231094000" ,
"46231034050" ,
"0991060202" ,
"46032006000" ,
"46232005044" ,
"46232002000" ,
"46032011044" ,
"46032010000" ,
"46232003000" ,
"46232012000" ,
"46232000044" ,
"0738060161" ,
"0738060201" ,
"54732064000" ,
"75032061044" ,
"0770300015" ,
"59032065000" ,
"46232057000" ,
"46132019000" ,
"0405222610" ,
"46232015000" ,
"46232010010" ,
"46233010000" ,
"46233001000" ,
"46233011000" ,
"46233015000" ,
"46233014000" ,
"46233013000" ,
"46233016000" ,
"46233012000" ,
"46233005000" ,
"46233003000" ,
"46233006000" ,
"46233002000" ,
"0618121912" ,
"49033013000" ,
"46033020000" ,
"49033091000" ,
"46233022000" ,
"46033028000" ,
"0770020020" ,
"0760263561" ,
"46233030000" ,
"46233029013" ,
"46233029014" ,
"0625982030" ,
"0021050003" ,
"0912050083" ,
"00050000947" ,
"54610052000" ,
"54633037000" ,
"46233036044" ,
"46233038000" ,
"0760172860" ,
"50333030000" ,
"50333055000" ,
"50333054000" ,
"0471170010" ,
"77033051000" ,
"50333050000" ,
"50333052000" ,
"0988162210" ,
"50333056000" ,
"50333069000" ,
"46233069001" ,
"46233018000" ,
"46233053016" ,
"46234005110" ,
"46234005044" ,
"0471140100" ,
"54634050000" ,
"54834014000" ,
"54634020000" ,
"56534013100" ,
"46034027000" ,
"0760122050" ,
"46234031044" ,
"50232050001" ,
"58038023200" ,
"46234019000" ,
"46234020000" ,
"0402061000" ,
"46234001000" ,
"46234002000" ,
"46234003000" ,
"0012060303" ,
"46234015044" ,
"0625618052" ,
"46234012033" ,
"0625069034" ,
"54834023000" ,
"54634052300" ,
"50334024144" ,
"0349000050" ,
"0025050206" ,
"0025060506" ,
"45235052000" ,
"45235053000" ,
"0014050123" ,
"54835005000" ,
"0760082472" ,
"50335054150" ,
"0625060001" ,
"45235054028" ,
"0625006087" ,
"46235007000" ,
"46235008000" ,
"41001052000" ,
"45135009000" ,
"0024060123" ,
"46235034000" ,
"46235025033" ,
"46235025000" ,
"46235022000" ,
"42013037300" ,
"55007016001" ,
"46239095000" ,
"46239031000" ,
"46139030000" ,
"59039006000" ,
"46239090000" ,
"45239093000" ,
"0770012030" ,
"46239004000" ,
"46239005000" ,
"50230029012" ,
"49030021000" ,
"46230002100" ,
"46208091200" ,
"50330079000" ,
"0603070121" ,
"46230006000" ,
"45230036000" ,
"0402040980" ,
"46230038000" ,
"46230035020" ,
"46230035040" ,
"46230035050" ,
"46230035060" ,
"46205004000" ,
"46205003000" ,
"46205003050" ,
"0025050106" ,
"45001070000" ,
"46232060050" ,
"42013037000" ,
"45237014000" ,
"46237036044" ,
"0014050163" ,
"46237035000" ,
"46237013000" ,
"46237011000" ,
"0770030015" ,
"0770150151" ,
"46237074100" ,
"46237020144" ,
"0603050901" ,
"00050000202" ,
"00050000203"
)
Copy
SELECT * FROM hobaIT_sparepartfinder_images WHERE group_id IN (7515 , 7518 , 7520 , 7522 , 7527 , 7531 , 7535 , 7537 , 7539 , 7541 , 7544 , 7549 , 7550 , 7551 , 7553 , 7555 , 7556 , 7558 , 7561 , 7563 , 7565 , 7568 , 7569 , 7570 , 7571 , 7572 , 7573 , 7574 , 7577 , 7579 , 7581 , 8849 , 8851 ) AND article_number IN ("46201000033" , "0025060306" , "0025080306" , "0912100250" , "77051116" , "7501478" , "50301038000" , "59001039000" , "59030029000" , "49001086000" , "0770021300" , "49001081000" , "46001086000" , "0770360030" , "59001092050" , "46101094000" , "54601085000" , "0025050166" , "0985050003" , "00050000931" , "00050000923" , "7819139/C" , "7538029" , "7717065/R" , "7528005" , "7517082" , "7524163" , "75141087" , "7701204AC" , "7701205AC" , "7850208AR" , "7528180" , "7528008" , "7850652" , "7850728" , "7533167" , "7523236" , "7528034" , "7539032AA" , "7538038/A" , "7760069FN/C" , "7535099" , "7517028" , "7517057" , "7517074" , "7530090/B" , "7530088/B" , "7521147/A" , "7819140/C" , "7521092/E" , "7522061" , "0912080253" , "7517044" , "7550013" , "7850731/C" , "46202001000" , "46202010000" , "46202091000" , "63002021100" , "50302020000" , "50311089200" , "46102030100" , "54602031000" , "59002031000" , "59002032100" , "50302033100" , "50302034000" , "59002035000" , "50302036200" , "50302037000" , "50302038000" , "50302030150" , "0025060206" , "0965040123" , "50332063050" , "46132063000" , "54002016000" , "4620300104430" , "54310086200" , "0931080805" , "0125080003" , "0934080003" , "59001037000" , "50307012000" , "4700304003390" , "59003040050" , "59003041050" , "54803044000" , "0125100003" , "54603041000" , "0094032253" , "46203002000" , "0019080206S" , "77303053000" , "0025080356" , "36003014000" , "77303053110" , "03187E0301" , "69004089000" , "54310086100" , "R308" , "46810850S9" , "36120817S1" , "46810893" , "36120151" , "46811208" , "36120015" , "36120418" , "93010181S" , "93010182S" , "93010183S" , "36120386" , "36120781S5" , "36120040" , "36120787S" , "36120799" , "R309" , "50180342S1" , "46104030144" , "54603097000" , "46004030070" , "46004030071" , "0770160021" , "46104066000" , "46104066050" , "0010050103" , "0009050103" , "46007066000" , "0025060406" , "56509064100" , "46104061000" , "44011076305" , "46204037033" , "0125120003" , "0934120103" , "46010083000" , "50203030090" , "54611076100" , "45204230010" , "46104066010" , "46007066010" , "46205007000" , "54605057000" , "46205079000" , "45105079056" , "0770350030" , "50305016000" , "54603048100" , "50305012000" , "0024060156" , "0025060166" , "0025060456" , "46205169000" , "54605068000" , "46205069100" , "00050000812" , "58406015100" , "46206017000" , "0017060203" , "46206026000" , "78006027000" , "58406016000" , "46206017050" , "0025060256" , "46208013010" , "4620600100030" , "0017060303" , "54808020000" , "4620701303330" , "78007008044X4" , "58507003000" , "0770020130" , "46207016000" , "58007117000" , "78007000270" , "0024060273" , "77307026000" , "46207040000" , "45007040051" , "50307014000" , "0025060126" , "4620805400030B" , "0017060204" , "50308052000" , "46208007000X4" , "46208022000X4" , "0024060106" , "46208010000X4" , "0024060136" , "46208013000X4" , "45007040050" , "0981350163" , "46206010000" , "46206010010" , "46209001044" , "46109010144" , "46009014000" , "46009013000" , "46009011100" , "0625060037" , "47010073000" , "4620907000030" , "46009072100" , "46209060000" , "59009062016" , "46009071000" , "46009171000" , "46109081000" , "55009086000" , "49032011000" , "45110090000" , "50310090050" , "00050000912" , "46210001044" , "46010010144" , "4621007000030" , "0625062032" , "46010011000" , "46010013000" , "46010014000" , "46210071136" , "46210071129" , "0991080253" , "46010051046" , "46010051048" , "46010051050" , "46010085100" , "45109073100" , "46210060000" , "45010081062" , "45010081061" , "0917120103" , "46110165112" , "46110166000" , "51009100100" , "46210015000" , "00050000911" , "47013001000" , "47013002000" , "47013003000" , "47013004000" , "47013005000" , "47013006000" , "47013007000" , "47013008000" , "47013009000" , "46213010000" , "0770080019" , "47013025000" , "00062030000" , "46213050044" , "54813051000" , "0025050126" , "0625060002" , "54630044000" , "0912100406" , "46030045000" , "54603062000" , "54813055000" , "0934060003" , "47013056100" , "47013060300" , "47013061100" , "47013062000" , "47013063000" , "0912040103" , "46213070000" , "46113019050" , "47013015000" , "46113018000" , "47013020000" , "47013021000" , "0770100019" , "46113030000" , "0912060283" , "46113019000" , "0799040009" , "46113125000" , "47013083100" , "47013225000" , "47013325000" , "0025080206" , "0025080406" , "46213080000" , "47013081000" , "47013425000" , "46213075000" , "47013085000" , "47013090200" , "312305" , "312313" , "44011076200" , "3211478EN" , "322000" , "3CF6001J6EN" , "3CM080208JEN" , "46229099000" , "47003020000" , "46012024000" , "60029070200" , "50329080100" , "45229073000" , "61229001000" , "54829055000" , "46229081000" , "45229048000" , "46229008000" , "46229001070" , "T106S" , "46229047002" , "46229001060" , "46129006100" , "50329047000" , "60029073000" , "54629009044" , "49012003000" , "46229047050" , "59029041100" , "54629012100" , "5030501700004" , "58429042000" , "46229090000" , "46230000244" , "46230039000" , "58030021000" , "58038022000" , "46230024000" , "46230123000" , "46230023000" , "0835080355" , "46030043000" , "54634049000" , "0025060106" , "46230060000" , "0603061001" , "58336020190" , "31007007101" , "46230099000" , "0025060556" , "0025060086" , "45230089000" , "46204060010" , "4623002600015" , "46230027000" , "51005074000" , "58030020100" , "0770191015" , "46230001000" , "49030090000" , "46230025000" , "46030029000" , "83061015000" , "46232023023" , "0888040050" , "0760304772" , "46030082200" , "46230016000" , "46030034000" , "46230018000" , "0888030050" , "47030076100" , "46230015000" , "46230007000 I" , "46230007000 II" , "46030033000" , "45230074000" , "46030030500" , "00050002306" , "46230049000" , "46230051044" , "46230052000" , "46230050000" , "10001120000" , "46131017000" , "45031015200" , "45031015000" , "46231035000" , "46231020000" , "46231034000" , "46231034100" , "45031023195" , "45031023200" , "45031023205" , "45031023210" , "45031023215" , "45031023220" , "45031023225" , "45031023230" , "45031007000" , "45031007010" , "45031007015" , "45031007020" , "45031007025" , "46231001044" , "46231048044" , "46231099000" , "46231011044" , "46231009044" , "52031137001" , "46231094000" , "46231034050" , "0991060202" , "46032006000" , "46232005044" , "46232002000" , "46032011044" , "46032010000" , "46232003000" , "46232012000" , "46232000044" , "0738060161" , "0738060201" , "54732064000" , "75032061044" , "0770300015" , "59032065000" , "46232057000" , "46132019000" , "0405222610" , "46232015000" , "46232010010" , "46233010000" , "46233001000" , "46233011000" , "46233015000" , "46233014000" , "46233013000" , "46233016000" , "46233012000" , "46233005000" , "46233003000" , "46233006000" , "46233002000" , "0618121912" , "49033013000" , "46033020000" , "49033091000" , "46233022000" , "46033028000" , "0770020020" , "0760263561" , "46233030000" , "46233029013" , "46233029014" , "0625982030" , "0021050003" , "0912050083" , "00050000947" , "54610052000" , "54633037000" , "46233036044" , "46233038000" , "0760172860" , "50333030000" , "50333055000" , "50333054000" , "0471170010" , "77033051000" , "50333050000" , "50333052000" , "0988162210" , "50333056000" , "50333069000" , "46233069001" , "46233018000" , "46233053016" , "46234005110" , "46234005044" , "0471140100" , "54634050000" , "54834014000" , "54634020000" , "56534013100" , "46034027000" , "0760122050" , "46234031044" , "50232050001" , "58038023200" , "46234019000" , "46234020000" , "0402061000" , "46234001000" , "46234002000" , "46234003000" , "0012060303" , "46234015044" , "0625618052" , "46234012033" , "0625069034" , "54834023000" , "54634052300" , "50334024144" , "0349000050" , "0025050206" , "0025060506" , "45235052000" , "45235053000" , "0014050123" , "54835005000" , "0760082472" , "50335054150" , "0625060001" , "45235054028" , "0625006087" , "46235007000" , "46235008000" , "41001052000" , "45135009000" , "0024060123" , "46235034000" , "46235025033" , "46235025000" , "46235022000" , "42013037300" , "55007016001" , "46239095000" , "46239031000" , "46139030000" , "59039006000" , "46239090000" , "45239093000" , "0770012030" , "46239004000" , "46239005000" , "50230029012" , "49030021000" , "46230002100" , "46208091200" , "50330079000" , "0603070121" , "46230006000" , "45230036000" , "0402040980" , "46230038000" , "46230035020" , "46230035040" , "46230035050" , "46230035060" , "46205004000" , "46205003000" , "46205003050" , "0025050106" , "45001070000" , "46232060050" , "42013037000" , "45237014000" , "46237036044" , "0014050163" , "46237035000" , "46237013000" , "46237011000" , "0770030015" , "0770150151" , "46237074100" , "46237020144" , "0603050901" , "00050000202" , "00050000203" );
Copy
80
0.33 ms
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = ?
Parameters :
[
1000135205
]
SELECT * FROM hobaIT_sparepartfinder_models WHERE model_number = 1000135205 ;
Copy
81
0.29 ms
SELECT s . product_number as product_number , lower (hex (p . id )) as id FROM hobaIT_sparepartfinder_powerparts as s LEFT JOIN product as p on p . product_number = s . product_number WHERE model_number = ?
Parameters :
[
"1000135205 "
]
SELECT s . product_number as product_number , lower (hex (p . id )) as id FROM hobaIT_sparepartfinder_powerparts as s LEFT JOIN product as p on p . product_number = s . product_number WHERE model_number = '1000135205' ;
Copy
82
19.93 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
true
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"k\x1E\x1D /ɪDwŠA?ºÆ\v NÖ "
b"«AÝ:╬ê@îÅþ\x01 é£\x04 J² "
b"zQÓ†>¾DÜ»Œl.K™\x01\x08 "
b"å{û\x05\x19 RKM„Êg›Ž0ÌÙ "
b"´p:«ÀÎB¼ìÎf\x06 4S\x11 5 "
b"’\x19 š\v _\x05 C_‹ªÒXû¼8ü "
b"gRƒÀ\x02 nK\x1F ¼/ˆÂÀþžÞ "
b"ýÅÆ;’\x1E MäžyÖlºa¨\x7F "
b"\x1E 0d|üÖI°¥¬\x04\f ¶\x13\x11 o "
b"¥;}ç*ÌC\x13 —Rú":ß "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"┼½\x14 OI\Eлt!sÙü\x12 " "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"X╝Øç)\x07 N¨é6v}¡ý=4 "
b"ùŒ¢¦í®EÔ‘á(ñëºeW "
b"ÅŸ”\x03 áßH?™«Œ\x02\x0F 5‹™ "
b"ò9ÙZaÉG\x07 ¬(\x05 òŒ1%Å "
b"@ˆÐFñ-O9©üþüSS\x1F\x05 "
b"—„~i€—A,»\r ™’Ùç:É "
b"Ô]í\x11 Ù_N┤Ÿ;■aº½\x08 "
b"Ò±7«…€Eh¸f'¼h5eÝ "
b"ó\x05 b/Î/Hž¤¶¸}\x16 €\x1E v "
b"bëûP·=EWæ\x11 Å┐MÔÅÓ "
b"""
\n
}|©I\x7F HdÅÑ\x04\x04 ³┘╔┬
"""
b"\x07 d±╗Û\x1A AÑØè¦\x01 nª"C "
b"À\x18 ìÕÌAHô‹LJ»\x00 Œ•° "
b"aQ\WØþLKÄO8█4Eèl "
b"dA6¤*MJ\e «ÇáWŽ\x05\x12 { "
b"@µ`Å\x10 ÂJðö´Z\x1C ╗o-¤ "
b"O\x1F 8lMM豟=]\v …X\x16 "
b"á│║feßJ\x1A Å\x7F x6o,\e\x7F "
b"‹Ý££åÏJy¸eã7C÷\x07 ô "
b"YL«ìÝ÷H⣂²Ö'i\x0E § "
b"└mA¸^ÄHüü\x13 "─¯JÚz "
b"âä\©½ŽNNµ¼Bj°r.¼ "
b"Õ;\x15 $ç(OQì▄dAñ└╝| "
b"ÎYìÜä╦Bö░\x03 rCéj.D "
b"!\x1A 8À\t ¿K\x19 ì6øéÐ\f\x19 ¯ "
b":ö–噂J‘š€œB°¹éö "
b"ÅI\x14\x01 ‰JM—¥KNõG¦ƒ\x17 "
b"\x02 Gy\e E\x05 LhØ├@ó┬×ù├ "
b"®/<\x11 ±LGkŠ÷Ä]c†ž¼ "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"Õ=ï\x18 ‡LJÁ‹"O¼\x07 UI\x00 "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"õqšoMî@}¾ÓÎWûbÓ¿ "
b"®L²│j4A?ïwNpÏ\x17 :ì "
b"Ó˜ÂÝëÄDö§MÃ\x13 1%˜\x7F "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"–‚º\x01 ±&FG¸¼^)ò?æÙ "
b"ó1¡IäKO’óJzÂóy\ "
b"«HýÉB\v I"╗¨├═\x00 ý\x06 m "
b"ß]█`═mLµÉÑv\¾A¸┤ "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"=╔ı\t ╔\x13 IÉê╔▄ÌÓ¯\x11 û "
b"½hhÁ\x1D 8H€¯ŠFûì˜k¯ "
b"¨9\x14 ¾^¹L$½Ç\x03 ñ—yÕ| "
b"_}×\x10 ‚ÞOñ‚Z>OÅ0¶\e "
b"\v B@Þh¥F\x1F ¬™\x07 ‰¿7ù\x06 "
b"–\x0F\x1A ]3vM£‹TŸ65^¼Ã "
b"9q¸▀\x1F ╣C\x15 ò£\x08\x0E AýrÅ "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"¬Ê=MPŠM©‹Í@L:\x0E\x12 ú "
b"║µ\x1D\x1D ı¤L└£-╩ØBàR4 "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"Z8uꪓHT„W»'“l¥„ "
b"/Ö§\x08 ”ñC~ªÊX\v hGæà "
b"╣\f è\x0F\x07 ║L¯Ä¼Ùü═`\x06 ô "
b"Û┬Â┼BÖK\x05 ƒÞgüÚù\x00 à "
b"$Ï\x02 ýW9AY“$Ãk7'S¥ "
b"\x1C µ█4TÄD\f æ\x1D Wìç@^ "
b"ïW┘dyÀB¡ÜÄÎueì\x07 ║ "
b"î\e Eü╔ÌL╝ôlÁS¸V\x1F º "
b"╠\x17 ÉU\v {Fð┐ß\v\f °·-Î "
b"˜ÈIñŸEKcŠT1˜Û¯\x1E · "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"s╠+°\x19 ÙF,×p½▓\t É╗┌ "
b".ÂA(yD,ŠÜu†ðùË "
b"›Ls\x18 ä¨Hl˜$~ˆ:©Á± "
b"lça3héN\x19 †s2,q "
b"""
‹-\x19\x1A ÛÈIZ¬\n
\x0F Ú‘\x03 6¡
"""
b"\x1A Z\x03 ̸!D–¿~\r ¢g\x15 2A "
b"Ô\x1E °Â"\x14 E9´ÌkéK\x1D ‰% "
b"\x1F Ú5˜1vC½š³£\x1C N\x1D Kt "
b"\x17 È øçCÅ´\x11\x1F –\x11 \–6 "
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"&&\x12 †è]Oõ¨:\x01 ˆÜº|\x00 "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"""
Ï¡§Ãà\n
C”œó¥•©Úé
"""
b"\x13 1ñ•7ƒAΜÊpš/\x05 8% "
b"\x17 ÄNWà\x11 J·ˆúTÑå˜g< "
b"|™PCÇ’Mž“,`!„p\x1D ö "
b"|å┼ÏG¶@üóð╗^¡"╝ "
b"7C;æÂ:I‡¦¡‹Få¢X# "
b"Z]à(ê\x04 GÉ \x1C ·¸†!~\x11 "
b")Í\x11 pÍ@M[¤½Øÿ-zMj "
b"\r Õ®ñ¡ÇH▀ñå×¢óüa` "
b""\v\x1F ϽñB½«˜g¹L‡\x06 "
b";ìâ³ëvH}“e\x1A Ù÷Ï›m "
b"\x04 ƒ\x01 )• JP²ª>v!"þù "
b"\x00\x04 jÚ hE╗ƒÅw\x7F\x05 ¬╗B "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"\\x03 ë\x1D ÄÄC•‘†—‡\e v‚N "
b"yúÔó\v oBü„\f ð°ø".. "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"œï%”ÜõMEºTL„g,Àœ "
b"\x03 –µÛV?A/½^ÁårT}^ "
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"a2G™M @-™>¿OFOT< "
b"\r ó\f 0\x19 ·J\x12 ©i\x15\x16 íú\x03 Ê "
b"`gý$›ªE\x1D ±/>xÀ±f "
b"eVQÄÛþGï│½Õ/\x07 J(Ø "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"y\x08 m¾qžE®ˆ‚—÷LÌâÐ "
b"""
_mU\x14 ØíC\x10 ¢j\x08 └}\n
¡ÿ
"""
b"ÆÕL´OvCR╝oìtÕå\± "
b"¢Ù─0÷pN▓ØbÅ3¹¿bw "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"½KJÀO\x00 G\x10 ‹^1Á6G³( "
b"„ì?Kj5K;©\x1A\v üš>1¾ "
b"ã"kô\x1A xBª·ùÍCo\x1E Œ> "
b"@:Á5JC/¢‡A•§·‘M "
b"\x1E rVŦ]I*˜Íß0:7Fè "
b"Ò¦N¹S4G¸ª┐qßBØkÒ "
b"0´â\x11 ª'L¡¶\x11 Ÿoe\x11 `\x06 "
b"\x03\x11 ¦&òSHY’MI~XGvÐ "
b"ÿk"3\x7F ØIXÖvª┴Ú\x14 ÚË "
b"-ò¨ºËâNƒ³áÎìúŒùG "
b"ØþE\e õ”OéµÁ•f=\x15 `¦ "
b"AyPjy~J~´åÍèÒÊ\e n "
b"¿\f 屇|M£‡éM\x0F ж܇ "
b"Î×X\x1F —ãM‡„¾’¤éÈ\x18 "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b" \x02 æ;µ;Eí¢ªÚYBNÙ( "
b"ÜKÊVÍ9FNžõTîˆbŠ\x1A "
b"ôû(\x00 ŽàG®¢+Yñø¼Ä‰ "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"×µøœ5ÞK6»y©z@NÏ "
b"¤Vf”õ5J\x1C ™5'í\x1E ø*\x0E "
b"²ýO|udKÞ \x19 ôsÅ/ëx "
b"¬ÈdÀ¿†BŸµ›Ú—,1Y› "
b"Âg$¯Ã»AK»äÆ\x12 ì…„® "
b"=¨\x1D _PþG‘¢,Ìt¶HÞ® "
b"\x15 ©╣0┴ÒLX║*\x14 üÀÌdi "
b"!\x15 Ë\f â;Hü‘Ù#5]ë"2 "
b"|mÕ„ýÇEJ¾¶É5_™_§ "
b"sÌ)7\x1A ¨N‹™šiš|\t\x1D ‘ "
b"ýÕZ<Û\x1C @ì«ö\f _ð5\v 5 "
b"°bš@•dKÙT[\x1F h{>[ "
b"ÂV!\x05 å╔Oü║└.õoÁÿT "
b"0ì5yK‗G·¼¼vÿî\x12 .\x08 "
b"Õˆt\e hJC\x10 ³\x1D ¡p6´\x10 K "
b">óìê\x1E §N7‚l·Nn{ˆ "
b"7\x03 ╣ã┼WB\x06 Æ\x05\x18 Éû║dı "
b"é,*…/O„¡[kíÙ\x0F Wù "
b"«¸.pñeG$ 1`~”…•ƒ "
b"—Ù\f UáôB\x1F µ6!\x0F\x0F 6Ó$ "
b"""
£)m“ï\x1A LLJÚ\x18 \n
é„G–
"""
b"^\x1D ªc\x06 M!«ÇãUM:–@ "
b"¤\x08 þ“1eOÀ„eË>\x14\x1E Ë’ "
b"VF@ßóëBþ¨\x14 ¼fé\r !¬ "
b"skô‡ôpAe‘ôV¸\x03 |g@ "
b"\x16 €òóÀìOøª¼½ˆŸ\x19\x02 n "
b"5\x18 ¼┌=«D\x02 ÉÇÊr0ù@v "
b"$æ÷ËeÓ@\x19 │┼û\x19 üƒUÑ "
b"4¬\t š$\x00 G؉wZö6ó¥· "
b"\x10 6-„±\x03 C‹ºÈ£;!\x13 ‹… "
b"ñÒ¥▒¾!E\f ïÐ┬É?V╦Õ "
b"€bG…\x14 {Là“S8V†·êÕ "
b"ÉB╝Á`@DÖà░C/Ö~c└ "
b"\x02 úñ\x14 wèC‚—\x01\x01 A¸S€l "
b"Cç\x01 ~RUG9’rzU”¯gð "
b"›E‚²)GEP»þmF¯è "
b"Ãn\e LjÚI¥¿Ç&†øià. "
b"""
\x08 î1åŠ\n
CU¡°\x01 x\x7F ¢Åt
"""
b"N~ÿ¢ÚtN\x01 ïl│«/┤ì¨ "
b"®¸\x7F ç÷VNÏØ╗ÅÞ_H\x0F % "
b"6Pës³ÚBñ¶$WnÕ›uN "
b"\x05 ô\x19 u;ýKÞ¢ãÔA¢È)\x06 "
b"j®Õ‰C9Hk€k¥§\x08 t”g "
b"▄tçrÉDDAÿÛ¡qÜ\¼º "
b"hÄ—HAL9°A \x16 c¥Ò "
b"øž‹ó?ÇJÑ —é@“@ìŒ "
b"BŽ<¼N@Bo¯à©\x18 ¿Ì73 "
b"OÃð«/•D©»X6·óò»· "
b"É\e ø8®\x14 B§¼¶Vª*cp¥ "
b"ìålœ\x02 ZJT®i"}(ŸcW "
b"\x0F @mTÖËBü»g£Z¸ñüe "
b"kå·Òç[Eè®\x17 Þ\x18 lÿ\x1F\x18 "
b"z*}ƒA/M\x1F º\x12 ]pc]Êä "
b"\x18 H7o,ÆHyƒlVHÅqC\x1F "
b"ÚqN»ŒµK÷’w¨Žñϯž "
b"\x04 H‹Ï\x0E èO[„c:\x1A ùE€\x06 "
b"1s^ã”\x17 EF¹¨57*ú>Ù "
b"Ø£ª€)\x1E F0™Jý8\x1F ã§Y "
b"""
à╔Ç¡ízFÂÄü\n
¹║┌åY
"""
b"\r #«\x14 ܈H¿³NT ¼$Ìå "
b"Ð#¨Ø╣»N\x07 ôj\v â¤0ıÎ "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"Ò)¾m\‘L+ õ,\x1A œh\x13 ä "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"îV±\x17 Ê\x1D EÕª\x1E tÅ£\x1C ˆ¨ "
b"Äm\r c\x18 áMg–zªÀ¢ð‡< "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"\e A1E<\x03 M~šÂ¹\x16 rý5> "
b"ã\e ؽ…ßGF‰ZHt°UÉD "
b"\x00 Ôа\x14 û@†\v\x02 ®\x10 ƒu^ "
b"""
\n
\x02 åþ\t }Cì‡6\x11 Ÿ\x01 ¶‡v
"""
b"┴Åy¸i┴Fı╝\x18 "±╚ó®ÿ "
b"¥dßp.ÜC\x7F ‹.0E,\e Ðü "
b"›÷¦0tÆI¤'¶Ápˆ\x12 K "
b"Ï1¬o£ÉNó¥Ï©Òñ¾\f 8 "
b"Ï7µLý<IØ«─»\x1E <òm▓ "
b"^lå„?èGê„×\x1C ]•\x03 'l "
b"ÓŠ¿`\x01 8Ky»æú<í3Å> "
b"ñ§hưøIQœ\x1F Sj\x7F ãx„ "
b"""
¨\x18 X\x19 \n
E(°\x1A ›\x16 æøØé
"""
b"ñúKÇ\x05\x05 Iž£RqLàÏ\x16\x04 "
b"³¢.-v\x03 L^³Ð¹WUí·{ "
b"ñ×\r ÇÖ&AZ¸Â\v ÖA¯±k "
b"÷\r (àŽ?G'»>®°yyÑe "
b"""
ô\x15 57?‗E\x01 É\n
iN`U/x
"""
b"Ø#\x1E ΑsBt¬¥4f&›ªš "
b"v¯ÕáŒóC\f ž\x12 ø“IQ=\x00 "
b"¸Bå;Ù3B\x06 ¬ì<³ùÞ©< "
b"\x13 xëi\x00 ‚EªƒÚó\x02 Õ>žu "
b"Ö²v¹Q]Lé‹\x1A \¨\x06 ó`n "
b"Ú`\t KðšKظ)yu¬ù§ "
b"g¤sJAœBU¦È…ç\x00 þz2 "
b"©j\x08 JmÿD~»ÿïm‘é?" "
b"+AñÉ\f xFš%¬ª)Zì_ "
b"Ó$âo\t ÎJ╦ÁÉ\x18 Â)ÎY· "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"\x1F ¢s8\x18 ªF\x01 à±\x1E\x00 ¿Å\x1A ┬ "
b"\}ï3á?L¡HéeK†ùG "
b"Øðëq“,D†g\x14\x0E 3\x12 …^ "
b"êèQ`YüM\x15 ›¬Žs\x1D èë\x06 "
b"U\f dÊÚçL\x15 ˜¸îöB›ï- "
b"°£ rUpA}Žà,cš÷Êì "
b"fÎS„(\x00 IÍž`²¥žì\x1C È "
b"""
ÛÀ R™\n
F\x06 ½µ¬ßô/0<
"""
b"G\e\x16 ›À‹@½‘\x02 ôˆïóX "
b"$\x06 ¢¨õÜF»ü\e Âêü¨‗1 "
b"""
î\x14 …e4´K\x01 §©\n
ÈóYé\
"""
b"Þ¶ë¼\x0E ¦JVˆO[¶H…I« "
b"Õ4\x08\x1D ØÒC\x11 »&æp▓øñx "
b"Åw¢±D$GEó=ß\x11 á┌┌ë "
b"aÿ\x1E 7` HÊÅd®\x1D ü\x17 Y╔ "
b"®$[ì½L@¼«d\x1F Ol·t\t "
b"ÏÄ/é\x0F wE\x03 ÀÓ°ÛµÅ\┴ "
b"d\x00 H8RÏK§¬~R\F_Oš "
b"w\x03 –\x1A ©@O\x08 ²¤\x11 ²âòŒ¼ "
b"¨\x00 ƒceÉGœ²hÓ3Tócf "
b"?Õ’$›TA\x1F — O\x13 lúiå "
b"Ö\x1D\x1A \r ƒõLÉÉ\n ÉC~{ä\x00 "
b"3Pòv³WM▄î╬ÓG\t ů\t "
b"®†Å.²ðD®žÿý¶¨\x14 BC "
b"cï6ÚL@qš\x04 Z°µZÓl "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"x„,\x1F UøB£°ü¢)ɼš± "
b"""
×\n
$\x03 ììK\x13 ÇæÄ4@Ùk}
"""
b"Ï¡l\x08 %R@BŠÆ…åÈ—2Ž "
b"¼ éò\r ÉO4±…ÛMúmL± "
b"\x1E ’a\x1F GìOç‚ÃÄ¿KÍê/ "
b"6mUÜÇüHFå[Î\x12 Ï░®¡ "
b"´eN‹yÐI~·5±Ó«l\x1A G "
b"å\x01 Ϋ™ÚL‘€Œ/ª^\x7F ¢g "
b"J¬ò\x14 LFGw˜Ó¦sÙ\x07\e\x03 "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"ƒ«KL&TEͲ\x04 Ò~œÌz\e "
b"yéÕóñ\x01 Nrª8#Zˆax\f "
b"\x07 Y¡Æé›K\x1E ¦\x02 >h\x1F ‡bs "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"""
l¬\„\x18 †M\x1E ƒ$\n
ô¤‘‡\x14
"""
b"\x05 H%«\x00 fNç€×b¼c¥eö "
b"ìå0òU"OØ…\x13\x02 95äÞI "
b"zpí[ð¦@N’\x05\x16 —rû×t "
b"pÏ `|ëAB•‡‡Ý· óì "
b"Í<Í$DDD=¾]$Ò])áÖ "
b"ŒþÖÀ\x0E ×Iaˆ€\x07 溢æJ "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"pJd\x1F v/L(•ê\t ë†\x7F ‡É "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"""
5\n
2aY÷M}œXæ\r äø?•
"""
b"J{ªÄ&[Ej›ÝóÚY\x1E ÅÎ "
b"""
Œ¼Á\x05\x1A ÛJž–\n
ý²*¼€Â
"""
b"\x0E ¹ÊLÔÄJݜÓ»a¡j\x16 "
b"Ñ3Ãuï¢L\x05 ©\x01 ñ×oh’h "
b"ðºëè\e\x0E Nr˜ãd;\x0F ¶Ÿ "
b"åÙ‘\x0E ½¿D^‚ûÀ@e\x1D Ëi "
b"$ô\x00 ã„<K,Ž\x15 ó&ééj% "
b"q45ž'vA\x0E ˜C\x05\x1C Ç\x10 ”[ "
b"¤´©‹qMH\x18 º÷^\x19\x01 >\x06 ¾ "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"\x15 tk9Ž\v B$³WÏ`;oºú "
b"«xœâ\x06 nG*µ\x12 ŵrUŸ¢ "
b"J¿óš\x14 àFî—Lðw\x7F ›:ˆ "
b"\x03 ®xœŒ-J\x16 ¿Hœvôµœh "
b"""
}óÅ╣¸6J\n
¢zñ]╣ÞìX
"""
b"╗ì\r å\x07 ¹H┼ô !\x02 f┴ò│ "
b"ø‗Ä╦I═H+║\r ¨¥øìÃí "
b"QM< e¨Fß•µäX\r –v† "
b"aLúðß!A]…5„ѱ÷±› "
b"Šzi×\x05 ¸Dæ·v\x12 8û?ÎÔ "
b"ö·\t {:%N\x1F ˆpÈw0féÞ "
b"ÿ\x18 Õ„5üEý™AFM,¢õ\x1A "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"Û\v ú£VíH┬ØúÕ<uùu° "
b"÷“kf<cO\x0F ®ádúÍ(\v S "
b",«4˜¨®H@»ƒâ¯Ö97\x00 "
b"9Ÿ7?E\x15 K&£§ž›\x07 zÁ³ "
b"ZÂ%"7íCË£ï»ÇfÝÁ• "
b"\x1D Øù>Æ\x1C BÄ░t┤HóCá\x14 "
b"ÌÅad9ŒM\x1E •Tú\x01 ë¤$§ "
b"°>ÈS†¹@Ô†ÉMû zðd "
b"&ϼz\x02 ºG„š\x00 æ'ç`«‡ "
b"?\x1E ƒƒb\x19 L£–ïvÚv³DÎ "
b"¬ÚŒC³–Ef¡oмi¡ œ "
b"\x17 âµ` F9†ºXÌ5„Eù "
b"S¾KåÌ\x7F @\r ¶\e G(éAÖ4 "
b"°ttL└─HÁª×i¦Éõ3\ "
b"▒ì ¿‗TC%Å«\x7F GÑ┘¹╦ "
b"Ðò\x1C H\r åH_“6R¸m„¤6 "
b"ÜR¢cåÝ@ô±¯‘6/Ã!” "
b"æI\x17 ÒÞö@ð™ßóárEWù "
b"qà°Ý)wMzúZü\x0F ─Æ@¦ "
b"–p1„ä©Mê¦cšÓ´\x1D n¹ "
b"õچήI‹¸®\x18 :Ç#¯{ "
b"ì÷┘ÏOrG\t àArH\x12 ȺV "
b"\x0F eZu±7K’¯Lj¼·Œøà "
b"Öï©¿\x1E\e O╝ü\f\x7F Ñ═BÀa "
b"k³\x11 X\x03\x02 DÍØ¥àa\f ¸+@ "
b"""
┼úIqLÅK¡ÿ╗#\n
\x05 Ê│â
"""
b"¤█ÍòØÂG?ñ£Ù▒W¡yå "
b"\x03\f +†y•NÒ¡’ЫAY’7 "
b"b˳GòÞF┤╝E8ûüq\x05 ] "
b"îMM\x05 £GId—½\x08 ªs\r ñ( "
b"""
dÚ¼\x15 &¼K¡¤'\n
¦™Ú>ž
"""
b"äpqWNžLr°\x14 ay‡\x07 ©A "
b"Ÿ¢>¼ðIJs¯·êÀþ(1¬ "
b"\x18 ▓0Å_ÍMðƒ~{ÿ\x01 8:ı "
b"Ãé╦â_1CêìW "ñíZÑ "
b"û°\x01 q4&D\x16 ®ìÃ*ªåD\ "
b"kÏ*MÆMLA¸D™›\x05 òÑU "
b"\x04 Û\x16 H‗│E°üı┬Ærã¾┴ "
b"\t\x0E ’X\x19 RE\x03 ‡‰ßâR›\x01 ’ "
b"ç®g\x02 £^O\x7F ©\t\x07 ¦F©¸^ "
b"õ–ôÛ–¹H\x19 ™ÐVñ\r kŠ "
b"q\t ÊBØàA%€åv\t ìÍ¿Í "
b"I„º¿ÏrHÒ½\yaŽ\x10 ß\x03 "
b"[#[‡„wA\x12 žê\r k\x18 ~Ø\f "
b"Õlkö@`I7¡ù1\x11 /[øe "
b"┐zöâ\x00 ZOÛü²y\x02 ïÉ\x1E ¸ "
b"·‹\x1A a#\x00 I¿ºSL’³y;¦ "
b"¸ñû┬Ï.GµÅ─¶ÝP)êÁ "
b"ÁÝôy1«MºìK½Ð‗HÍß "
b" #?Y„‹M[¯±@„n&7r "
b"»7!g,¬Ié‘oòêºÇJ… "
b"@X®:†4Hœ’éïCJ´Eé "
b"""
\ ,`‚Nì£\n
¤Â!>çÆ
"""
b"Ì!ñs$»Gæ¿Æ»U\t w7\n "
b"Òo9\t ¾ÉK,Ö┘ú%:îòÛ "
b"±Yš\r 67Bt´\x0F VmFP®÷ "
b"à%Ò\e æ+H ‹\§HXci¡ "
b"&E\x0E È.ô@â║Ï\x00 ØQLP╦ "
b"`üÝwC▀IVï\x04 z¢µ\x13 ┼I "
b"#¦ÄО”CG½ƒe‡m žœ "
b"—\x15 VX$èEZED}H}H\r "
b"ÄuW\r +¦D²¸Ä>k5ù{ß "
b"""
ü\x05 ║!í\n
D3àÿ)²MzÔ┴
"""
b"†&/e—DD\x00 ¥?\x02 Ä¿Â:ã "
b"\x1A\x1D\x1F GÑJL§¹Âjؘ`Æ‘ "
b"\x1F ·ð„ \x11 J\x17 ”*DÑYç«\x0E "
b"–y\x13 v2XGS†=Á{\x19 ¢ü… "
b"µú×D$šKl–L\x1A\x05\x7F ™H\x1C "
b"#Fâã—&@¸’>yèà\e È\ "
b"║\x1F ┘ºl\x07 O\x05 ì»ı~\r nÐi "
b"""
T\x18 ÇGì²K\n
LP¡6†\x1A ¥
"""
b"ê┘\r ôB■J§ì¤^?Tå`¾ "
b"ç\e ɳ“þA3¿\x1F ³+ ü\x1F 2 "
b"Uu×OðuCì׬îWl╝ÙÆ "
b"°ÚÕì&uK\x1E ¥ðü0doÈã "
b"Y\x07 ‰à\x00 úJI®K(Î×\x07\x16 Ô "
b"élZ\x14 iO¼«R┤Å&\x19 ±\x03 "
b"…ÃrýN\x03 Ib‹ì×@Ö!B± "
b"""
O\n
\x03\x12 “¬Oܶá²DÑ\x12 ê»
"""
b"ıHH?\x01 sO®É`ö╣╔D\x07 l "
b"€¶T±“lHH½2Á]ÖRÌÄ "
b"\x1E p\x03 ps\x0E Hæ³,ÌrÓ6<| "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"irH\x1A ~sL4Ø▀ïÔ╝┬Ý┴ "
b"ÖÂín‚%OÉ¥\x02 ¥õáÒcV "
b"\x1F S_HäìGϵÀFSŰ\v M "
b"╝TÈò°!Aiü\x03 CkCë`B "
b"Åq┐OcaIº╝n\e 0y¶X! "
b"Æ@§\x03 ‚\x1C IK¨¼˜b‘ZØ' "
b"§Ü…°ûUG–™IßÔ¢G¯\x1C "
b"""
Gg\x1F Ì3qK³„z\x04\x06 ù\n
\x05 ‰
"""
b"(=«–sçJ+´üùngR¥í "
b"@@õ\x07\e EMº®;KÍ\x17 +°Ò "
b"áèˆITÀNq«]®ë4oøï "
b"ÀÎ\x13 ´Ì\t N¾®®‹„\x14 [\x1A . "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"z¢9%\e êM│ìep÷\x7F BÝ¢ "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"=\x0E ,òs\r Oå¶?õxµ<j— "
b"\x1D Œ°¦VeKÅ€ÄTó'çÏD "
b"OŸÐ±kÎ@Ì€|€?½éY© "
b"\x7F O/"\x03 TO†ºç‹Câ¯g\e "
b"R"╦C└}DÍ¢ñ&┴åÉ═s "
b"w|:'ë\x13 NºÅØ▄'{i2║ "
b"Ú\x16 VS‘˜Aœ—¾#¿µØE "
b"$÷zëü\v M¥à²à└E}¡ "
b"ë\x7F V:QæFˆŠÈ-\v Ù\x0E S¸ "
b"Ør┐³]╩@¡Ö²º«°\x0E ıä "
b"b\x7F ºlðJ˜–R\x18 Ҫ̼\x10 "
b"³ãÊ»ã4Jå—/».\x06 õâÐ "
b"\x04 À!Ø╣┘OZÖ^\x15 Ä\x06 Bp0 "
b"Y->Kþ·HØü`\x1E \T8÷█ "
b"›\x13 îºÁ¤Ms¯3\x01 <à}Ù' "
b"`y\t ¯ßb@ÅíÑÜj}äp| "
b"À¢█¥\x01 ┴D²áÉpíYpmÈ "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b"ÀZv\x07 ê\x13 I£„ë¬\x02 0¹Ž_ "
b"D™A»Ü\x12 M©“Jê†9®µS "
b")"áÆRÑF@µ)}—šgì\x1D "
b"5MíÉ\x0E\x18 FÀ¤xî.iœòœ "
b"–K†\x04 È|E†£pP \x1C\x00 Gµ "
b"ÛuÃŽ\v x@c»µë·*é\x10 É "
b"ÔhÉ\x10 DÎOIù╚yà\x05 ²Ûc "
b"ÀY]GÌ\Kõ‚ƒ§Ñ\x1F M°{ "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"‘RŒžéPO¥®&\x03 Çf<:\n "
b"î?R1r¹H㣊v“*¯©§ "
b"®wz\x04\x18 ƒI’¦‹ÃâÖôò< "
b"╩±\x10 B╬\x17 OºïéÝg─üÿà "
b"(šç—‘hMl›jö¿îFo¾ "
b"uÞ"¾ıDK═ì\t\e ┤f\v ®¨ "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"\x1E XZ░Æ═EúÜ\x7F `§ëHìo "
b"å—\x15 ÏÿYD\x04 Œè³_bÈCå "
b"\x1E ‗©Ò\x0E ┴OSüÇWJy<¼w "
b"\x1F\x08 ³\x07 c¦A¿Œx~¶\x1F º—Ì "
b"3\x07 B░\x11 ±L╩«\t >Éä\x12 J@ "
b"qÙðö–XF^†¸\x14 µÍ\x08 „Z "
b"Ë¿u\x1F Ý•HKƒ¢\x0E ¬KùWŒ "
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"-ó†Ì‹rJ½‚¤9mBê»7 "
b"¦\x14 ¯Hú\x06 Ir‘swe„˜ÙÊ "
b"\x1A\x1A É`¡*Fÿ»ãUK.║\x07 ¶ "
b"0pP„"kFÌ·\x18\x16 +Äð/ "
b"“[´\x13 {\x1E L¨œƒ&)Ú°Ñ^ "
b"qålk£\x01 Hõ¤Ý\x1F 7[¬ûç "
b"„¬G: ÏF$š\x13 Ö›j\x08 v3 "
b"×\x19 õ?+▒L©ÅSÊÏm╦ä& "
b"y*oŸ‘þK<¸å\x1C 8\x01 í$Æ "
b"ëÂÉÁÍ6H^“\e tE\x7F ñ7· "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"W«n\v @;M¾╝ú¿SìÄ└¡ "
b"[\x1A / ÎéLÙ¾§cÔlQ\x0E H "
b"×"ØÂÌ"J8”E> æí×H "
b"\x0E\x15 ±§üà@‹²¤\x06\x1C ó0û7 "
b"\x7F ¼§/0Ê@üÂG▄À*¢.\r "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"Nß╝N·ïFð░ùøQ4Å\x01 X "
b"c–ÆûZãNg†ëæW„‚´¤ "
b"@éÏ®àÉG█ùï¤Õ\x14 yIÑ "
b"{à\x02 ¦(J¹¸YWusë?z "
b"k–OZ97E\x18 ˜a/ãmxúX "
b"\x06 BQô—üFO†ï_²íÆ— "
b"+¯Ü2sùHm€(fÖîwÚ\x7F "
b"©“„R†\x10 F,˜\x10 hš¬\x1F $c "
b"╠\x7F\x17 ÁE┤C%Ø{;æ¢Â5Ú "
b"fÝ^ÙX\x04 M‰ª\x19 ÏØ\x1E F÷O "
b"Z^ç‘K%C\x1F ‚Ž–»Œ+–\t "
b"\x01 ½ØC²ãAû§b\x1F A×q\x0E ˜ "
b"""
×¾é¿\n
@Iz€O 8[SlÛ
"""
b"”>\x03 ñÄuL9•7e,œKp\x10 "
b" dT ¯óH¸ªŒtñ\t\x17 ±µ "
b"{ç\x13 ^/¢H¢Š%‡+ªäš "
b"2çÕÞ\x06\x13 A7ئ║Q)L‗" "
b"qɺѪ\x0F OKÁ£▀n!z\x05 ╗ "
b"@╩Ù▄\x12 É@S¿ô╗m\f µ┼å "
b"\v Ëè\x08 z Eð·¶\x02 K]ܨ% "
b"\x1F C¹î@\x0F A¡½-\x7F >õxrU "
b"È║░«\x04 "GV┐\x06\x1D |ì¢îÛ "
b"¦üÇxåÁO'µK++þö6\x03 "
]
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` = 0x274605D71D2B4479A3882D8FD62BFF5C AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0x02049224C56347179FA4C013E2CFCD8F , 0x6B1E1D2FC9AA44778A413FBAC60B4ED6 , 0xAE41ED3ACE88408C8FE701829C044AFD , 0x7A51D3863EBE44DCBB8C6C2E4B990108 , 0xE57BFB0519524B4D84CA679B8E30CCD9 , 0xEF703AAEB7D742AC8DD7660634531135 , 0x92199A0B5F05435F8BAAD258FBBC38FC , 0x675283C0026E4B1FBC2F88C2C0FE9EDE , 0xFDC5C63B921E4DE49E79D66CBA61A87F , 0x1E30647CFCD649B0A5AC040CB613116F , 0xA53B7DE72ACC4313AD9752FA223AADDF , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xC5AB144F495C45D1AF742173EB811222 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0x58BC9D8729074EF98236767DADEC3D34 , 0xF98CA2A6EDAE45D491E128F1EBBA6557 , 0xC59F9403E1DF483F99AB8C020F358B99 , 0xF239D95A61C94707AC2805F28C3125C5 , 0x4088D046F12D4F39A9FCFEFC53531F05 , 0x97847E698097412CBB0D9992D9E73AC9 , 0xE25DA111EB5F4EB48FF73BFE61A7AB08 , 0xD2B137AB85804568B86627BC683565DD , 0xF305622FCE2F489EA4B6B87D16801E76 , 0x62899650FA3D455791118FBF4DE28FE0 , 0x0A7D7CB8497F48648FA50404FCD9C9C2 , 0x0764F1BBEA1A41A59D8ADD016EA62243 , 0xC018ECD5CC4148F48B4C4ABB008C95B0 , 0x61515C579DE74C4B8E4F38DB34458A6C , 0x644136A42A4D4A1BABC7E1578E05127B , 0x40E6608F10B64AD094EF5A1CBB6F2DCF , 0x4F1F386C4DAD4DE8B19F3D5D0B855816 , 0xA0B3BA6665E14A1A8F7F78366F2C1B7F , 0x8BDDA3A3E5CF4A79B865E33743F707F4 , 0x594CABECDDF748E2A382B2D627690EA7 , 0xC06D41F75E8E4881811322C4EE4AE97A , 0xE2E45CA9BD8E4E4EB5BC426AB0722EBC , 0xE53B152487284F518DDC6441A4C0BC7C , 0xD7598D9A84CB4294B0037243826A2E44 , 0x211A38B709A84B198D369B82D10C19EE , 0x3AF696E599824A919A809C42B0B9E9F6 , 0xC5491401894A4D97A54B4EF547A68317 , 0x0247791B45054C689DC340A2C29E97C3 , 0xAE2F3C11B14C476B8AF7C45D63869EBC , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0xD53DEF18874C4AC18B224FBC07554900 , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0xF5719A6F4DEE407DBED3CE57FB62D3BF , 0xA94CFDB36A34413F8B774E70D8173A8D , 0xD398C2DDEBC444F6A74DC3133125987F , 0x9E43A614F83540769B8D47B80B0090E8 , 0x9682BA01B1264647B8BC5E29F23FE6D9 , 0xF331C2A149E44B4F92F34A7AC2F3795C , 0xAE48EC90420B4922BBF9C3CD00EC066D , 0xE15DDB60CD6D4CE690A5765CF341F7B4 , 0x004B11B664424995968A6294D4EA4AE7 , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0xBAAF0501442649A780E5481B2D0CA46D , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x3DC9D509C913499088C9DCDEE0EE1196 , 0xBD6868C11D384880AF8A46FBEC986BAF , 0xA83914BE5EB94C24BDC703F19779D57C , 0x5F7DD71082DE4FF1825A3E4FC530B61B , 0x0B4240DE68A5461FAC990789BF37F906 , 0x960F1A5D33764DA38B549F36355EBCC3 , 0x3971F7DF1FB94315959C080E41EC728F , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0xACCA3D4D508A4DA98BCD404C3A0E12FA , 0xBAE61D1DD5CF4CC09C2DCA9D42855234 , 0x3CEB37A732424262915D394BDED5A67B , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0x5A3875EAAA9348548457BB27936CA584 , 0x2FD6A70894F1437EAACA580B6847E6E0 , 0xB90C8A0F07BA4CEE8EACEB81CD600693 , 0xEAC2B6C542994B059FE86781E99700C7 , 0x24CF02FD573941599324C36B372753A5 , 0x1CE6DB34548E440C91F01D578D87405E , 0x8B57D96479B742AD9A8ED775658D07BA , 0x8C1B4581C9DE4CBC936CB553F7561FA7 , 0xCC1790550B7B46D0BFE10B0CF8FA2DD7 , 0x98C849F19F454B638A543198DBAF1EB7 , 0x51070503953F46338AE553AAD8369B0F , 0x73CC2BF819EB462C9E70ABB20990BBDA , 0x2EC241AD2879442C8ADC75C286F0F9CB , 0x9B4C7318E4A8486C98247E883AA9C1B1 , 0x6CE7613368E94E198673322CEE95AC71 , 0x8B2D191ADBC8495AAC0A0FDA910336A1 , 0x1A5A03CCB8214496BF7E0DA267153241 , 0xD41EB0C222144539B4CC6BE94B1D8925 , 0x1FDA3598317643BD9AB3A31C4E1D4B74 , 0x17C8AD20F8E743C5B4111F96115C9636 , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0x26261286E85D4FF5A83A0188DCBA7C00 , 0x0CF665757B114488B50086B62E4BA9F2 , 0xCFA1A7C3E00A43949CF3A595ADA9DAE9 , 0x1331F195378341CE9CCA709A2F053825 , 0x17C44E57E0114AB788FA54D1E598673C , 0x7C995043C7924D9E932C602184701DF6 , 0x7C86C5D847F44081A2C7F8BB5EAD22BC , 0x37433BE6C23A4987A6A18B46E5A25823 , 0x5A5DE028EA0447C9A01CB7B886217E11 , 0x29CD1170CD404D5BA4BDD8FF2D7A4D6A , 0x0DE5A9A4AD8048DFA4869EBDA2816160 , 0x220B1FCFBDF142BDAB9867B94C8706AD , 0x3BECE2B3EB76487D93651AD9F7CF9B6D , 0x0483012995204A50B2AA3E762122FEF9 , 0x00046AE9FF6845BB9F8F777F05AABB42 , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0x5C03EB1DC4C44395918697871B76824E , 0x79FAD4F30B6F42FC840CF0B0F8222E2E , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x9CEF2594DCF54D45BA544C84672CC09C , 0x0396B5DB563F412FBD5EC1E572547D5E , 0x481078A8A1154B838281D129F2C084CB , 0x613247994D20402D993EBF4F464F543C , 0x0DF30C3019B74A12A9691516EDFA03CA , 0x6067FD249BAA451DB12F3E78C0B166AD , 0x6556518EEAE7478BB3ABE52F074A289D , 0x0198CC7F3E447214A848528DE060A0ED , 0x79086DBE719E45AE888297F74CCCE2D0 , 0x5F6D55149DA14310BD6A08C07D0AAD98 , 0x92E54CEF4F764352BC6F8D74E5865CF1 , 0xBDEBC430F6704EB29D628F33FBA86277 , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0xBD4B4AC04F0047108B5E31C13647B328 , 0x84EC3F4B6A354B3BA91A0BFC9A3E31BE , 0xE3226BF41A7842AAB7F9CD436F1E8C3E , 0x403AADC1354A432FA2874195A7B7914D , 0x1E7256C5A65D492A98CDDF303A3746E8 , 0xE3DD4EFB533447F7A6BF71E1429D6BE3 , 0x30B4E211AA274CA1B6119F6F65116006 , 0x0311A626F2534859924D497E584776D0 , 0x986B22337F9D49589976A6C1E914E9D3 , 0x2DF2A8BACBE24E83B3E1CEECFA8CF947 , 0xD8FE451BF5944FE9B5C195663D1560A6 , 0x4179506A797E4A7EB4E5CDE8D2CA1B6E , 0xBF0CE5B1877C4DA387E94D0FD0B6DC87 , 0xCED7581F97E34DC28784BE92A4E9C818 , 0x7E343212F7D849278D9336A7FE9D2D83 , 0x6279E85C754A43909DE87F0D3B858351 , 0xA002E63BB53B45EDA2AADA59424ED928 , 0xDC4BCA56CD39464E9EF554EE88628A1A , 0xF4FB28008EE047AEA22B59F1F8BCC489 , 0x0A38581650A342BB97478E5552350B97 , 0xD7B5F89C35DE4B36ADBB79A97A404ECF , 0xA4566694F5354A1C993527ED1EF82A0E , 0xB2FD4F7C75644BDEA019F473C52FEB78 , 0xACC864C0BF86429FB59BDA972C31599B , 0xC26724AFC3BB414BBBE4C612EC8584AE , 0x3DA81D5F50FE4791A22CCC74B648DEAE , 0x15B8B930C1E34C58BA2A1481B7DE6469 , 0x2115CB0CE23B48FC91D923355DEB2232 , 0x7C6DD584FDC7454ABEB6C9355F995FA7 , 0x73CC29371AA84E8B999A699A7C091D91 , 0xFDD55A3CDB1C40ECABF60C5FF0350B35 , 0xB0629A4095644BD9AD545B1F687B3E5B , 0xB656210586C94F81BAC02EE46FB59854 , 0x308D35794BF247FAACAC76988C122E08 , 0xD588741B684A4310B31DA17036B4104B , 0x3EF3ECEA1EA74E37826CB74EAD6E7B88 , 0x3703B9C6C55742069205189096BA64D5 , 0xE92C2A852FAD4F84A15B6BEDD90F57F9 , 0xABB82E70F1654724A031607E94859583 , 0x97D90C55E1F4421FB536210F0F36D324 , 0xA3296D93EF1A4CC787DA180AE9844796 , 0x5EAD1DAA63064D21ABC7E3554D3A9640 , 0xA408FE9331654FC08465CB3E141ECB92 , 0x564640DFF3EB42FEA814BC66E90D21AC , 0x736BF487F470416591F456B8037C6740 , 0x1680F2F3C0EC4FF8AABCBD889F19026E , 0x3518ACDA3DAE44029080D27230974076 , 0x2491F6D365E04019B3C59619819F55A5 , 0x34AC099A240047D889775AF636F3A5B7 , 0x10362D84B103438BBAC8A33B21138B85 , 0xA4E3BEB1F321450C8BD1C2903F56CBE5 , 0x80624785147B4CE09353385686B7EAD5 , 0x9042BCB56040449985B0432F997E63C0 , 0x02FAF11477E8438297010141B853806C , 0x43E7017E5255473992727A5594AF67F0 , 0xAD9B4582B2294745AD50BBFE6D46AFE8 , 0xC36E1B4C6ADA49A5BFC72686F869E02E , 0x08EE31E58A0A4355A1B001787FA2C574 , 0x4E7E98BDE9744E018B6CB3AE2FB48DF9 , 0xA9F77F87F6564ED89DBB8FE85F480F25 , 0x3650EB73B3DA42F1B624576ED59B754E , 0x05F419753BFD4BDEA2E3D441A2C82906 , 0x6AAED5894339486B806BA5A708749467 , 0xDC7487729044444198EAAD719A5CACA7 , 0x68C497AD48414C39B04120201663A5D2 , 0xF89E8BF33FC74AD1A097E9409340EC8C , 0x428E3CBC4E40426FAFE0A918BFCC3733 , 0x4FC3F0AB2F9544A9BB5836B7F3F2BBB7 , 0xC91BF838AE1442A7BCB656AA2A6370A5 , 0xECE56C9C025A4A54AE69227D289F6357 , 0x0F406D54D6CB42FCBB67A35AB8F1FC65 , 0x6BE5B7D2E75B45E8AE17DE186CFF1F18 , 0x7A2A7D83412F4D1FBA125D70635DCAE4 , 0x1848376F2CC64879836C5648C571431F , 0xDA714EBB8CB54BF79277A88EF1CFAF9E , 0x04488BCF0EE84F5B84633A1AF9458006 , 0x31735EE394174546B9A835372AFA3ED9 , 0xD8A3AA80291E4630994AFD381FE3A759 , 0x85C980ADA17A46B68E810AFBBADA8659 , 0x0D23AB14DC8848BFB34E5420BC24CCE5 , 0xD123F99DB9AF4E07936A0B83CF30D5D7 , 0xADF28C1B866641CA80805EDA0F657E47 , 0xD229BE6D5C914C2BA0F52C1A9C6813E4 , 0x147C921683254C869D791B762F581652 , 0xEE56B117CA1D45D5AA1E74C5A31C88A8 , 0xC46D0D6318E14D67967AAAC0A2F0873C , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0x1B4131453C034D7E9AC2B91672FD353E , 0xE31BD8BD85DF4746895A4874B055C944 , 0x00D4D0B014FB40AD860B02AE1083755E , 0x0A02E5FE097D43EC8736119F01B68776 , 0xC18F79F769C146D5BC1822F1C8A2A998 , 0xA564DF702EDC437F8B2E30452C1BD0FC , 0x9BF7A63074C649C2A427B6C17088124B , 0xD831AA6F9C904EA2BED8B8E3A4F30C38 , 0xD837E64CEC3C499DAEC4AF1E3C956DB2 , 0x5E6CE5843FE847EA84D71C5D9503276C , 0xD38ABF6001384B79BBE6FA3CED33C53E , 0xF1A768C6B0F849519C1F536A7FE37884 , 0xA8182058190A4528B01A9B16E6F8D8E9 , 0xF1FA4BC70505499EA352714CE0CF1604 , 0xB3A22E2D76034C5EB3D0B95755EDB77B , 0xF1D70DC7D626415AB8C20BD641AFB16B , 0xF70D28E08E3F4727BB3EAEB07979D165 , 0x931535373FF24501900A694E60552F78 , 0xD8231ECE91734274ACA53466269BAA9A , 0x76AFD5E18CF3430C9E12F89349513D00 , 0xB842E53BD9334206ACEC3CB3F9DEA93C , 0x1378EB69008245AA83DAF302D53E9E75 , 0xD6B276B9515D4CE98B1A5CA806F3606E , 0xDA60094BF09A4BD8B829AD7975ACF9A7 , 0x67A4734A419C4255A6C885E700FE7A32 , 0xA96A084A6DFF447EBBFFEF6D91E93F22 , 0x2B41F1C90C7846C29A25ACAA295AEC5F , 0xE024836F09D74ACBB59018B629D759FA , 0x882A0D90845C46C9BB019659A615F235 , 0x1FBD733818A6460185F11E00A88F1AC2 , 0x5C7DEF33E13F4CA1AD48E9654B86F947 , 0xD8F0EB71932C44AD8667140E3312855E , 0xEAE8516059FC4D159BAC8E731DE8EB06 , 0x550C64CADAE74C1598B8EEF6429BEF2D , 0xB0A320725570417D8EE02C639AF7CAEC , 0x66CE5384280049CD9E60B2A59EEC1CC8 , 0xDBC02052990A4606BDB5ACDFF42F303C , 0x471B169BC08B40BD9102F488EFADF358 , 0x2406BDF9E49A46AF811BB68881F9F231 , 0xEE14856534B44B01A7A90AC8F359E95C , 0xDEB6EBBC0EA64A56884F5BB6488549AB , 0xE534081D9DE34311AF269170B29BA478 , 0x8F77BDF144244745A23DE111A0DADA89 , 0x61981E3760FF48D28F64A91D811759C9 , 0xA9245B8DAB4C40ACAE641F4F6CFA7409 , 0xD88E2F820F774503B7E0F8EAE68F5CC1 , 0x6400483852CF4BA7AC7E525C465F4F9A , 0x7703961AA9404F08B2A411B2E2F28CBC , 0xA800836365C9479CB268D33354F36366 , 0x3FD592249B54411F97204F136CFA69E5 , 0x991D1A0D9FE44C90900A90437E7B8400 , 0x33509576FC574DDC8CCEE047098FEE09 , 0xAE86C52EB2F044AE9EFFFDB6A8144243 , 0x63EF36C39A4C40719A045AB0B55AD36C , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x9E0A24038D8D4B1380918E3440EB6B7D , 0xCFA16C08255240428AC685E5C897328E , 0xBC20E9F20DC94F34B185DB4DFA6D4CB1 , 0x1E92611F47EC4FE782C3C4BF4BCDEA2F , 0x366D559A80814846865BD712D8B0A9AD , 0xB4654E8B79D0497EB735B1D3AB6C1A47 , 0xE501CEAB99DA4C91808C2FAA5E7FA267 , 0x4AACF2144C46477798D3A673D9071B03 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0x83AB4B4C265445CDB204D27E9CCC7A1B , 0x79E9D5F3F1014E72AA38235A8861780C , 0x0759A1C6E99B4B1EA6023E681F876273 , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x6CAC5C8418864D1E83240AF4A4918714 , 0x054825AB00664EE780D762BC63A565F6 , 0xECE530F255224FD88513023935E4DE49 , 0x7A70ED5BF0A6404E9205169772FBD774 , 0x70CF20607CEB4142958787DDB7A0F3EC , 0xCD3CCD244444443DBE5D24D25D29E1D6 , 0x8CFED6C00ED74961888007E6BAA2E64A , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x704A641F762F4C2895EA09EB867F87C9 , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x350A326159F74D7D9C58E60DE4F83F95 , 0x4A7BAAC4265B456A9BDDF3DA591EC5CE , 0x8CBCC1051ADB4A9E960AFDB22ABC80C2 , 0x0EB9CA4CD4C44ADD9CC393BB61A16A16 , 0xD133C375EFA24C05A901F1D76F689268 , 0xF0BAEBE81B0E4E7298E3643B0F20B69F , 0xE5D9910EBDBF445E82FBC040651DCB69 , 0x24F400E3843C4B2C8E15F326E9E96A25 , 0x7134359E2776410E9843051CC710945B , 0xA4B4A98B714D4818BAF75E19013E06BE , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x15746B398E0B4224B357CF603B6FBAFA , 0xAB789CE2066E472AB512C5B572559FA2 , 0x4ABFF39A14E046EE974CF0777F9B3A88 , 0x03AE789C8C2D4A16BF489C76F4B59C68 , 0x7DA28FB9F7364A0ABD7AA45DB9E88D58 , 0xBB8D0D8607FB48C593FF210266C195B3 , 0x9BF28ECB49CD482BBA0DF9BE9B8DC7A1 , 0x514D3C2065A846DF95B5E4580D967686 , 0x614CFAF0DF21415D853584D1B1F7B19B , 0x8A7A69D705B844E6B7761238FB3FCED4 , 0xF6B7097B3A254E1F8870C8773066E9DE , 0xFF18D58435FC45FD9941464D2CA2F51A , 0xA821025B13F0464C84E855512A64902E , 0xEA0BA39C56A148C29DA3E53C759775F8 , 0xF7936B663C634F0FAEE164FACD280B53 , 0x2CAB3498A8AE4840BB83E2AFD6393700 , 0x399F373F45154B26A3A79E9B077AC1B3 , 0x5AC2252237ED43CBA3EFBBC766DDC195 , 0x1D9D973E921C428EB074B448A243A014 , 0xCCC56164398C4D1E9554FA01EBA424A7 , 0xB03EC85386B940D486C94DFB207AF064 , 0x26CFBC7A02BA47849A00E627E760AB87 , 0x3F1E838362194CA396EF76DA76B344CE , 0xACDA8C43B3964566A16F8ABC69A1A09C , 0x17E2ADB56020463986BA58CC358445F9 , 0x53BE4BE5CC7F400DB61B4728E941D634 , 0xF874744CC0C448B5A69E69DD90E4335C , 0xB18DFFA8F25443258FAE7F47A5D9FBCB , 0xD0F21C480DE5485F933652B86D84A436 , 0xDC52A263E5DD40F4B1AF91362FC32194 , 0xE64917D2DEF640F099DFF3E1724557F9 , 0x7185F8ED29774D7AA35A810FC49240DD , 0x96703184E4A94DEAA6639AD3B41D6EB9 , 0xADF5DA86CEAE498BB8AE183AC723AF7B , 0x8DF6D9D84F7247098541724812D4A756 , 0x0F655A75B1374B92AF4C6ABCB78CF8E0 , 0x998BB8A81E1B4FBC810C7FA5CD42B761 , 0x6BFC1158030244D69DBE85610CF72B40 , 0xC5A349714C8F4BAD98BB230A05D2B383 , 0xCFDBD6959DB6473FA49CEBB157AD7986 , 0x030C2B8679954ED2A192D0AB41599237 , 0x62D3FC4795E846B4BC4538968171055D , 0xEE4D4D05A347496497BD08AA730DF128 , 0x64DABC1526BC4BA1A4270AA699DA3E9E , 0xE47071574E9E4C72B01461798707A941 , 0x9FA23EBCF0494A73AFB7EAC0FE2831AC , 0x18B2308F5FD64DD09F7E7B9801383AD5 , 0xC782CB835F3143888D572022A4A15AA5 , 0xFBB0017134264416AEECC32AAAE5445C , 0x6BCF2A4DC64D4C41B844999B05F2D155 , 0x04EA1648F2B345F881D5C29272C6F3C1 , 0x090E9258195245038789DFE2529B0192 , 0xE7AE6702A35E4F7FA90907A646A9B85E , 0xF596F4DB96B9481999ADD056F10D6B8A , 0x7109CA42D8E0412580E57609ECCDBFCD , 0x4984BABFCF7248D2BD5C79618E10DF03 , 0x5B235B87847741129EEA0D6B187ED80C , 0xD56C6BF640604937A1F931112F5BF865 , 0xBF7A9483005A4FEA81FD79028B901EF7 , 0xB78B1A61230049BFBA534C92B3793BA6 , 0xF7A496C2D82E47E68FC4F4ED502988B5 , 0xB5ED937931AE4DA78D4BABD1F248D6E1 , 0x20233F59848B4D5BAFB140846E263772 , 0xBB3721672CAC49E9916FF2EABAC74A85 , 0x4058AE3A8634489C92E9EF434AB445E9 , 0x5CC2202C60824EECA30AA4C2213EE7C6 , 0xCC21F17324BB47E6BFC6BB550977370A , 0xE36F3909F3904B2C99D9A3253A8C95EA , 0xB1599A0D36374274B40F566D4650AEF7 , 0xE025D21BE62B48208B5CA748586369A1 , 0x26450ED42E934083BAD8009D514C50CB , 0x6081ED7743DF49568B047ABDE613C549 , 0x23A6C4D09E944347BD8365876D209E9C , 0x9715565824E8455AAD45447D487D480D , 0xC475570D2BA644B2B8C43E6B35F97BDF , 0x8105BA21A10A4433859829FD4D7AE2C1 , 0x86262F6597444400A53F02C4BFC23AE3 , 0x1A1D1F47D14A4CA7B9C26AD89860C691 , 0x1FB7F084A0114A17942A44D159E7AB0E , 0x9679137632584753863DC17B19A2FC85 , 0xB5FAD744249A4B6C964C1A057F99481C , 0x2346E2E3972640B8923E79E8E01BC85C , 0xBA1FD9A76C074F058DAFD57E0D6ED169 , 0x5418C747ECB24B0AAD4C50A136861AA5 , 0x88D90D9342FE4AF58DCF5E3F548660F3 , 0xE71BC9B393FE4133BF1FB32B20FC1F32 , 0x55759E4FD075438D9EAA8C576CBCEB92 , 0xF8E9E58D26754B1EBED08130646FD4C6 , 0x590789E000FA4A49AE4B28CED70716D4 , 0xC7B86C5A14694FACAE52B48F2619F103 , 0x85C372FD4E0349628BECD740D62142B1 , 0x4F0A031293AC4FDCB6E1B244D112EABB , 0xD548483F01734FA9906094B9C944076C , 0x80B654B1936C4848BD32C15DD652CCC4 , 0x1E700370730E48E6B32CCC72D3363C7C , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0x6972481A7E734C349DDF8BE2BCC2EDC1 , 0xD6C2ED6E82254FC9A502A5F5E1D26356 , 0x1F535F48E4EC47CFB5C04653C5B00B4D , 0xBC54D495F82141698103436B43896042 , 0x8F71BF4F636149A7BC6E1B3079F45821 , 0xC640A703821C494BA8BC9862915AD827 , 0xA7DC85B0FB5547969949DFD4A247AF1C , 0x47671FCC33714BB3847A0406F90A0589 , 0x283DAB9673E74A2BB4FCF96E6752A5ED , 0x4040F5071B454DBAAE3B4BCD172BB0D2 , 0xE1E8884954C04E71AB5DAEEB346FF8EF , 0xC0CE13B4CC094EBEAEAE8B84145B1A2E , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x7ABD39251B884DB38D6570F67F42EDBD , 0x302C26630EE74FF28738A844ED269886 , 0xA4A8C86177954121A5C1D21756B47A2B , 0x3D0E2CF2730D4FE5B63FF578B53C6A97 , 0x1D8CB0A656654BC580C454F327E7CF44 , 0x4F9FD0B16BCE40CC807C803FBDE959A9 , 0x7F4F2F2203544F86BAE78B43E2AF671B , 0x5222CB43C07D44D6BDA426C18690CD73 , 0x777C3A2789134EA78F9DDC277B6932BA , 0xDA1656539198419C97BEAD23BFB5D845 , 0x24F67A89810B4DBE85FD85C0457DADF0 , 0xEB7F563A51E646888AC82D0BD90E53B8 , 0x9D72BFFC5DCA40AD99FDA7AEF80ED584 , 0x627FADBA6CF04A98965218D2AACCBC10 , 0xB3E3CABBE3344AE5972FBB2E06F5E2D0 , 0x04B7219DB9D94F5A995E158E06427030 , 0x592D3E4BE7FA489D81601E5C5438F6DB , 0x9B13EEBAC1A44D73AF33013CE07DD927 , 0x607909EEE162408FA1A59A6A7D84707C , 0xB7BDDBBE01C144FDA09070A159706DD4 , 0x2070C1C33600459DB6737C6F3F590C27 , 0xC05A7607EA1349A384EBAC0230B98E5F , 0x449941BBDC124DA9934AEA8639AEB553 , 0x2922E1C652D14640B5297D979A67EC1D , 0x354DEDC90E1846C0A478EE2E699CF29C , 0x964B8604C87C4586A37050A01C0047B5 , 0xDB75C38E0B784063BBB5EBB72AE910C9 , 0xE268901044D74F4997C8798505FDEA63 , 0xC0595D47CC5C4BF58283A7D11F4DB07B , 0x696571E2EFEF43A1BF0E6634566035F3 , 0x91528C9EE9504FA5AE2603C7663C3A0A , 0xEE3F523172B948E3A38A76932AAFA9A7 , 0xAE777A0418834992A68BC3E2D6F4F23C , 0xCAF11042CE174FA78B82ED67C48198C7 , 0x289AE79791684D6C9B6AF6BFEE466FBE , 0x75E822F3D5444BCD8D091BB4660BA9F9 , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x1E585AB092CD45A39A7F60F589488D6F , 0xE59715CFFF5944048CE8B35F62C843E5 , 0x1EF2B8E30EC14F538180574A793CAC77 , 0x1F08B30763A641BF8C787EB61FBA97CC , 0x330742B011F14CCAAE093E9084124A40 , 0x71D9F0F69658465E86B814B5CD08845A , 0xCBBF751FDD95484B83A20EAC4BF9578C , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0x2DF386CC8B724ABD82A4396D42EABB37 , 0xA614AF48FA064972917377658498D9CA , 0x1A1A9060AD2A4698AFC6554B2EBA07F4 , 0x30705084226B46CCB71816AD2BC4F02F , 0x935BB4137B1E4CA89C832629DAB0D15E , 0x71E56C6BA30148F5A4DD1F375BACFBE7 , 0x84AC473AA0CF46249A13D69B6A087633 , 0x9E19E43F2BB14CB88F53D2D86DCB8426 , 0x792A6F9F91FE4B3CB8E51C3801ED24C6 , 0xEBC2C9C1CD36485E931B74457FF137B7 , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x57AE6E0B403B4DF3BCA3A8538D8EC0AD , 0x5B1A2F20CEE94CD9BEA763D46C510E48 , 0xD722D8C2CC224A3894453EA0E6EDD748 , 0x0E15B1A7FCE0408BB2A4061CF330FB37 , 0x7FACF52F30D24081B647DCB72ABD2E0D , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x4EE1BC4EFA8B46D0B0979B51348F0158 , 0x6396C6FB5AE34E6786EBE6578482B4A4 , 0x4082D8A9859047DB978BCFE5147949A5 , 0xAD7BE002A6284AB9B859577573EB3F7A , 0x6B964F5A3937451898612FE36D78FA58 , 0x064251F497FC464F86EFAD5FB2EDC697 , 0x2BAFDC3273F9486D802866D6EE77DA7F , 0xA99384528610462C9810689AAC1F2463 , 0xCC7F17B545B443259D7B3B91BDB635E9 , 0x66DD5ED958044D89AA19CFD81E46F74F , 0x5A5EE7914B25431F828E96BB8C2B9609 , 0x01BDD843B2E341FBA7621F41D7710E98 , 0xD7BEE9BF0A40497A804FA0385B536CDB , 0x943E03F1C4754C399537652C9C4B7010 , 0xA0645420AFF348B8AA8C74F10917B1B5 , 0x7BE7135E2FA248A28A25AD872BAAE49A , 0x3287E5E8061341379DDDBA51294CF222 , 0x7190A7A5A60F4F4BB59CDF6E217A05BB , 0x40CAEBDC12904053A893BB6D0CE6C586 , 0x0BCBE8087AA045F0B7B6024B5DDCA825 , 0x1F43B9EE400F41A1BD2D7F3EF5787255 , 0xD4BAB0AE04224756BF061D7C8DBD8CEA , 0xA6FCC778E5C14F27B54B2B2BFEF63603 )) GROUP BY `product` . `id` ;
Copy
83
47.14 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` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `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.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"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"k\x1E\x1D /ɪDwŠA?ºÆ\v NÖ "
b"«AÝ:╬ê@îÅþ\x01 é£\x04 J² "
b"zQÓ†>¾DÜ»Œl.K™\x01\x08 "
b"å{û\x05\x19 RKM„Êg›Ž0ÌÙ "
b"´p:«ÀÎB¼ìÎf\x06 4S\x11 5 "
b"’\x19 š\v _\x05 C_‹ªÒXû¼8ü "
b"gRƒÀ\x02 nK\x1F ¼/ˆÂÀþžÞ "
b"ýÅÆ;’\x1E MäžyÖlºa¨\x7F "
b"\x1E 0d|üÖI°¥¬\x04\f ¶\x13\x11 o "
b"¥;}ç*ÌC\x13 —Rú":ß "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"┼½\x14 OI\Eлt!sÙü\x12 " "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"X╝Øç)\x07 N¨é6v}¡ý=4 "
b"ùŒ¢¦í®EÔ‘á(ñëºeW "
b"ÅŸ”\x03 áßH?™«Œ\x02\x0F 5‹™ "
b"ò9ÙZaÉG\x07 ¬(\x05 òŒ1%Å "
b"@ˆÐFñ-O9©üþüSS\x1F\x05 "
b"—„~i€—A,»\r ™’Ùç:É "
b"Ô]í\x11 Ù_N┤Ÿ;■aº½\x08 "
b"Ò±7«…€Eh¸f'¼h5eÝ "
b"ó\x05 b/Î/Hž¤¶¸}\x16 €\x1E v "
b"bëûP·=EWæ\x11 Å┐MÔÅÓ "
b"""
\n
}|©I\x7F HdÅÑ\x04\x04 ³┘╔┬
"""
b"\x07 d±╗Û\x1A AÑØè¦\x01 nª"C "
b"À\x18 ìÕÌAHô‹LJ»\x00 Œ•° "
b"aQ\WØþLKÄO8█4Eèl "
b"dA6¤*MJ\e «ÇáWŽ\x05\x12 { "
b"@µ`Å\x10 ÂJðö´Z\x1C ╗o-¤ "
b"O\x1F 8lMM豟=]\v …X\x16 "
b"á│║feßJ\x1A Å\x7F x6o,\e\x7F "
b"‹Ý££åÏJy¸eã7C÷\x07 ô "
b"YL«ìÝ÷H⣂²Ö'i\x0E § "
b"└mA¸^ÄHüü\x13 "─¯JÚz "
b"âä\©½ŽNNµ¼Bj°r.¼ "
b"Õ;\x15 $ç(OQì▄dAñ└╝| "
b"ÎYìÜä╦Bö░\x03 rCéj.D "
b"!\x1A 8À\t ¿K\x19 ì6øéÐ\f\x19 ¯ "
b":ö–噂J‘š€œB°¹éö "
b"ÅI\x14\x01 ‰JM—¥KNõG¦ƒ\x17 "
b"\x02 Gy\e E\x05 LhØ├@ó┬×ù├ "
b"®/<\x11 ±LGkŠ÷Ä]c†ž¼ "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"Õ=ï\x18 ‡LJÁ‹"O¼\x07 UI\x00 "
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"õqšoMî@}¾ÓÎWûbÓ¿ "
b"®L²│j4A?ïwNpÏ\x17 :ì "
b"Ó˜ÂÝëÄDö§MÃ\x13 1%˜\x7F "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"–‚º\x01 ±&FG¸¼^)ò?æÙ "
b"ó1¡IäKO’óJzÂóy\ "
b"«HýÉB\v I"╗¨├═\x00 ý\x06 m "
b"ß]█`═mLµÉÑv\¾A¸┤ "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"=╔ı\t ╔\x13 IÉê╔▄ÌÓ¯\x11 û "
b"½hhÁ\x1D 8H€¯ŠFûì˜k¯ "
b"¨9\x14 ¾^¹L$½Ç\x03 ñ—yÕ| "
b"_}×\x10 ‚ÞOñ‚Z>OÅ0¶\e "
b"\v B@Þh¥F\x1F ¬™\x07 ‰¿7ù\x06 "
b"–\x0F\x1A ]3vM£‹TŸ65^¼Ã "
b"9q¸▀\x1F ╣C\x15 ò£\x08\x0E AýrÅ "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
b"¬Ê=MPŠM©‹Í@L:\x0E\x12 ú "
b"║µ\x1D\x1D ı¤L└£-╩ØBàR4 "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"Z8uꪓHT„W»'“l¥„ "
b"/Ö§\x08 ”ñC~ªÊX\v hGæà "
b"╣\f è\x0F\x07 ║L¯Ä¼Ùü═`\x06 ô "
b"Û┬Â┼BÖK\x05 ƒÞgüÚù\x00 à "
b"$Ï\x02 ýW9AY“$Ãk7'S¥ "
b"\x1C µ█4TÄD\f æ\x1D Wìç@^ "
b"ïW┘dyÀB¡ÜÄÎueì\x07 ║ "
b"î\e Eü╔ÌL╝ôlÁS¸V\x1F º "
b"╠\x17 ÉU\v {Fð┐ß\v\f °·-Î "
b"˜ÈIñŸEKcŠT1˜Û¯\x1E · "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"s╠+°\x19 ÙF,×p½▓\t É╗┌ "
b".ÂA(yD,ŠÜu†ðùË "
b"›Ls\x18 ä¨Hl˜$~ˆ:©Á± "
b"lça3héN\x19 †s2,q "
b"""
‹-\x19\x1A ÛÈIZ¬\n
\x0F Ú‘\x03 6¡
"""
b"\x1A Z\x03 ̸!D–¿~\r ¢g\x15 2A "
b"Ô\x1E °Â"\x14 E9´ÌkéK\x1D ‰% "
b"\x1F Ú5˜1vC½š³£\x1C N\x1D Kt "
b"\x17 È øçCÅ´\x11\x1F –\x11 \–6 "
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"&&\x12 †è]Oõ¨:\x01 ˆÜº|\x00 "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"""
Ï¡§Ãà\n
C”œó¥•©Úé
"""
b"\x13 1ñ•7ƒAΜÊpš/\x05 8% "
b"\x17 ÄNWà\x11 J·ˆúTÑå˜g< "
b"|™PCÇ’Mž“,`!„p\x1D ö "
b"|å┼ÏG¶@üóð╗^¡"╝ "
b"7C;æÂ:I‡¦¡‹Få¢X# "
b"Z]à(ê\x04 GÉ \x1C ·¸†!~\x11 "
b")Í\x11 pÍ@M[¤½Øÿ-zMj "
b"\r Õ®ñ¡ÇH▀ñå×¢óüa` "
b""\v\x1F ϽñB½«˜g¹L‡\x06 "
b";ìâ³ëvH}“e\x1A Ù÷Ï›m "
b"\x04 ƒ\x01 )• JP²ª>v!"þù "
b"\x00\x04 jÚ hE╗ƒÅw\x7F\x05 ¬╗B "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"\\x03 ë\x1D ÄÄC•‘†—‡\e v‚N "
b"yúÔó\v oBü„\f ð°ø".. "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"œï%”ÜõMEºTL„g,Àœ "
b"\x03 –µÛV?A/½^ÁårT}^ "
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"a2G™M @-™>¿OFOT< "
b"\r ó\f 0\x19 ·J\x12 ©i\x15\x16 íú\x03 Ê "
b"`gý$›ªE\x1D ±/>xÀ±f "
b"eVQÄÛþGï│½Õ/\x07 J(Ø "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"y\x08 m¾qžE®ˆ‚—÷LÌâÐ "
b"""
_mU\x14 ØíC\x10 ¢j\x08 └}\n
¡ÿ
"""
b"ÆÕL´OvCR╝oìtÕå\± "
b"¢Ù─0÷pN▓ØbÅ3¹¿bw "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"½KJÀO\x00 G\x10 ‹^1Á6G³( "
b"„ì?Kj5K;©\x1A\v üš>1¾ "
b"ã"kô\x1A xBª·ùÍCo\x1E Œ> "
b"@:Á5JC/¢‡A•§·‘M "
b"\x1E rVŦ]I*˜Íß0:7Fè "
b"Ò¦N¹S4G¸ª┐qßBØkÒ "
b"0´â\x11 ª'L¡¶\x11 Ÿoe\x11 `\x06 "
b"\x03\x11 ¦&òSHY’MI~XGvÐ "
b"ÿk"3\x7F ØIXÖvª┴Ú\x14 ÚË "
b"-ò¨ºËâNƒ³áÎìúŒùG "
b"ØþE\e õ”OéµÁ•f=\x15 `¦ "
b"AyPjy~J~´åÍèÒÊ\e n "
b"¿\f 屇|M£‡éM\x0F ж܇ "
b"Î×X\x1F —ãM‡„¾’¤éÈ\x18 "
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b" \x02 æ;µ;Eí¢ªÚYBNÙ( "
b"ÜKÊVÍ9FNžõTîˆbŠ\x1A "
b"ôû(\x00 ŽàG®¢+Yñø¼Ä‰ "
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"×µøœ5ÞK6»y©z@NÏ "
b"¤Vf”õ5J\x1C ™5'í\x1E ø*\x0E "
b"²ýO|udKÞ \x19 ôsÅ/ëx "
b"¬ÈdÀ¿†BŸµ›Ú—,1Y› "
b"Âg$¯Ã»AK»äÆ\x12 ì…„® "
b"=¨\x1D _PþG‘¢,Ìt¶HÞ® "
b"\x15 ©╣0┴ÒLX║*\x14 üÀÌdi "
b"!\x15 Ë\f â;Hü‘Ù#5]ë"2 "
b"|mÕ„ýÇEJ¾¶É5_™_§ "
b"sÌ)7\x1A ¨N‹™šiš|\t\x1D ‘ "
b"ýÕZ<Û\x1C @ì«ö\f _ð5\v 5 "
b"°bš@•dKÙT[\x1F h{>[ "
b"ÂV!\x05 å╔Oü║└.õoÁÿT "
b"0ì5yK‗G·¼¼vÿî\x12 .\x08 "
b"Õˆt\e hJC\x10 ³\x1D ¡p6´\x10 K "
b">óìê\x1E §N7‚l·Nn{ˆ "
b"7\x03 ╣ã┼WB\x06 Æ\x05\x18 Éû║dı "
b"é,*…/O„¡[kíÙ\x0F Wù "
b"«¸.pñeG$ 1`~”…•ƒ "
b"—Ù\f UáôB\x1F µ6!\x0F\x0F 6Ó$ "
b"""
£)m“ï\x1A LLJÚ\x18 \n
é„G–
"""
b"^\x1D ªc\x06 M!«ÇãUM:–@ "
b"¤\x08 þ“1eOÀ„eË>\x14\x1E Ë’ "
b"VF@ßóëBþ¨\x14 ¼fé\r !¬ "
b"skô‡ôpAe‘ôV¸\x03 |g@ "
b"\x16 €òóÀìOøª¼½ˆŸ\x19\x02 n "
b"5\x18 ¼┌=«D\x02 ÉÇÊr0ù@v "
b"$æ÷ËeÓ@\x19 │┼û\x19 üƒUÑ "
b"4¬\t š$\x00 G؉wZö6ó¥· "
b"\x10 6-„±\x03 C‹ºÈ£;!\x13 ‹… "
b"ñÒ¥▒¾!E\f ïÐ┬É?V╦Õ "
b"€bG…\x14 {Là“S8V†·êÕ "
b"ÉB╝Á`@DÖà░C/Ö~c└ "
b"\x02 úñ\x14 wèC‚—\x01\x01 A¸S€l "
b"Cç\x01 ~RUG9’rzU”¯gð "
b"›E‚²)GEP»þmF¯è "
b"Ãn\e LjÚI¥¿Ç&†øià. "
b"""
\x08 î1åŠ\n
CU¡°\x01 x\x7F ¢Åt
"""
b"N~ÿ¢ÚtN\x01 ïl│«/┤ì¨ "
b"®¸\x7F ç÷VNÏØ╗ÅÞ_H\x0F % "
b"6Pës³ÚBñ¶$WnÕ›uN "
b"\x05 ô\x19 u;ýKÞ¢ãÔA¢È)\x06 "
b"j®Õ‰C9Hk€k¥§\x08 t”g "
b"▄tçrÉDDAÿÛ¡qÜ\¼º "
b"hÄ—HAL9°A \x16 c¥Ò "
b"øž‹ó?ÇJÑ —é@“@ìŒ "
b"BŽ<¼N@Bo¯à©\x18 ¿Ì73 "
b"OÃð«/•D©»X6·óò»· "
b"É\e ø8®\x14 B§¼¶Vª*cp¥ "
b"ìålœ\x02 ZJT®i"}(ŸcW "
b"\x0F @mTÖËBü»g£Z¸ñüe "
b"kå·Òç[Eè®\x17 Þ\x18 lÿ\x1F\x18 "
b"z*}ƒA/M\x1F º\x12 ]pc]Êä "
b"\x18 H7o,ÆHyƒlVHÅqC\x1F "
b"ÚqN»ŒµK÷’w¨Žñϯž "
b"\x04 H‹Ï\x0E èO[„c:\x1A ùE€\x06 "
b"1s^ã”\x17 EF¹¨57*ú>Ù "
b"Ø£ª€)\x1E F0™Jý8\x1F ã§Y "
b"""
à╔Ç¡ízFÂÄü\n
¹║┌åY
"""
b"\r #«\x14 ܈H¿³NT ¼$Ìå "
b"Ð#¨Ø╣»N\x07 ôj\v â¤0ıÎ "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"Ò)¾m\‘L+ õ,\x1A œh\x13 ä "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"îV±\x17 Ê\x1D EÕª\x1E tÅ£\x1C ˆ¨ "
b"Äm\r c\x18 áMg–zªÀ¢ð‡< "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"\e A1E<\x03 M~šÂ¹\x16 rý5> "
b"ã\e ؽ…ßGF‰ZHt°UÉD "
b"\x00 Ôа\x14 û@†\v\x02 ®\x10 ƒu^ "
b"""
\n
\x02 åþ\t }Cì‡6\x11 Ÿ\x01 ¶‡v
"""
b"┴Åy¸i┴Fı╝\x18 "±╚ó®ÿ "
b"¥dßp.ÜC\x7F ‹.0E,\e Ðü "
b"›÷¦0tÆI¤'¶Ápˆ\x12 K "
b"Ï1¬o£ÉNó¥Ï©Òñ¾\f 8 "
b"Ï7µLý<IØ«─»\x1E <òm▓ "
b"^lå„?èGê„×\x1C ]•\x03 'l "
b"ÓŠ¿`\x01 8Ky»æú<í3Å> "
b"ñ§hưøIQœ\x1F Sj\x7F ãx„ "
b"""
¨\x18 X\x19 \n
E(°\x1A ›\x16 æøØé
"""
b"ñúKÇ\x05\x05 Iž£RqLàÏ\x16\x04 "
b"³¢.-v\x03 L^³Ð¹WUí·{ "
b"ñ×\r ÇÖ&AZ¸Â\v ÖA¯±k "
b"÷\r (àŽ?G'»>®°yyÑe "
b"""
ô\x15 57?‗E\x01 É\n
iN`U/x
"""
b"Ø#\x1E ΑsBt¬¥4f&›ªš "
b"v¯ÕáŒóC\f ž\x12 ø“IQ=\x00 "
b"¸Bå;Ù3B\x06 ¬ì<³ùÞ©< "
b"\x13 xëi\x00 ‚EªƒÚó\x02 Õ>žu "
b"Ö²v¹Q]Lé‹\x1A \¨\x06 ó`n "
b"Ú`\t KðšKظ)yu¬ù§ "
b"g¤sJAœBU¦È…ç\x00 þz2 "
b"©j\x08 JmÿD~»ÿïm‘é?" "
b"+AñÉ\f xFš%¬ª)Zì_ "
b"Ó$âo\t ÎJ╦ÁÉ\x18 Â)ÎY· "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"\x1F ¢s8\x18 ªF\x01 à±\x1E\x00 ¿Å\x1A ┬ "
b"\}ï3á?L¡HéeK†ùG "
b"Øðëq“,D†g\x14\x0E 3\x12 …^ "
b"êèQ`YüM\x15 ›¬Žs\x1D èë\x06 "
b"U\f dÊÚçL\x15 ˜¸îöB›ï- "
b"°£ rUpA}Žà,cš÷Êì "
b"fÎS„(\x00 IÍž`²¥žì\x1C È "
b"""
ÛÀ R™\n
F\x06 ½µ¬ßô/0<
"""
b"G\e\x16 ›À‹@½‘\x02 ôˆïóX "
b"$\x06 ¢¨õÜF»ü\e Âêü¨‗1 "
b"""
î\x14 …e4´K\x01 §©\n
ÈóYé\
"""
b"Þ¶ë¼\x0E ¦JVˆO[¶H…I« "
b"Õ4\x08\x1D ØÒC\x11 »&æp▓øñx "
b"Åw¢±D$GEó=ß\x11 á┌┌ë "
b"aÿ\x1E 7` HÊÅd®\x1D ü\x17 Y╔ "
b"®$[ì½L@¼«d\x1F Ol·t\t "
b"ÏÄ/é\x0F wE\x03 ÀÓ°ÛµÅ\┴ "
b"d\x00 H8RÏK§¬~R\F_Oš "
b"w\x03 –\x1A ©@O\x08 ²¤\x11 ²âòŒ¼ "
b"¨\x00 ƒceÉGœ²hÓ3Tócf "
b"?Õ’$›TA\x1F — O\x13 lúiå "
b"Ö\x1D\x1A \r ƒõLÉÉ\n ÉC~{ä\x00 "
b"3Pòv³WM▄î╬ÓG\t ů\t "
b"®†Å.²ðD®žÿý¶¨\x14 BC "
b"cï6ÚL@qš\x04 Z°µZÓl "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"x„,\x1F UøB£°ü¢)ɼš± "
b"""
×\n
$\x03 ììK\x13 ÇæÄ4@Ùk}
"""
b"Ï¡l\x08 %R@BŠÆ…åÈ—2Ž "
b"¼ éò\r ÉO4±…ÛMúmL± "
b"\x1E ’a\x1F GìOç‚ÃÄ¿KÍê/ "
b"6mUÜÇüHFå[Î\x12 Ï░®¡ "
b"´eN‹yÐI~·5±Ó«l\x1A G "
b"å\x01 Ϋ™ÚL‘€Œ/ª^\x7F ¢g "
b"J¬ò\x14 LFGw˜Ó¦sÙ\x07\e\x03 "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"ƒ«KL&TEͲ\x04 Ò~œÌz\e "
b"yéÕóñ\x01 Nrª8#Zˆax\f "
b"\x07 Y¡Æé›K\x1E ¦\x02 >h\x1F ‡bs "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"""
l¬\„\x18 †M\x1E ƒ$\n
ô¤‘‡\x14
"""
b"\x05 H%«\x00 fNç€×b¼c¥eö "
b"ìå0òU"OØ…\x13\x02 95äÞI "
b"zpí[ð¦@N’\x05\x16 —rû×t "
b"pÏ `|ëAB•‡‡Ý· óì "
b"Í<Í$DDD=¾]$Ò])áÖ "
b"ŒþÖÀ\x0E ×Iaˆ€\x07 溢æJ "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"pJd\x1F v/L(•ê\t ë†\x7F ‡É "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"""
5\n
2aY÷M}œXæ\r äø?•
"""
b"J{ªÄ&[Ej›ÝóÚY\x1E ÅÎ "
b"""
Œ¼Á\x05\x1A ÛJž–\n
ý²*¼€Â
"""
b"\x0E ¹ÊLÔÄJݜÓ»a¡j\x16 "
b"Ñ3Ãuï¢L\x05 ©\x01 ñ×oh’h "
b"ðºëè\e\x0E Nr˜ãd;\x0F ¶Ÿ "
b"åÙ‘\x0E ½¿D^‚ûÀ@e\x1D Ëi "
b"$ô\x00 ã„<K,Ž\x15 ó&ééj% "
b"q45ž'vA\x0E ˜C\x05\x1C Ç\x10 ”[ "
b"¤´©‹qMH\x18 º÷^\x19\x01 >\x06 ¾ "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"\x15 tk9Ž\v B$³WÏ`;oºú "
b"«xœâ\x06 nG*µ\x12 ŵrUŸ¢ "
b"J¿óš\x14 àFî—Lðw\x7F ›:ˆ "
b"\x03 ®xœŒ-J\x16 ¿Hœvôµœh "
b"""
}óÅ╣¸6J\n
¢zñ]╣ÞìX
"""
b"╗ì\r å\x07 ¹H┼ô !\x02 f┴ò│ "
b"ø‗Ä╦I═H+║\r ¨¥øìÃí "
b"QM< e¨Fß•µäX\r –v† "
b"aLúðß!A]…5„ѱ÷±› "
b"Šzi×\x05 ¸Dæ·v\x12 8û?ÎÔ "
b"ö·\t {:%N\x1F ˆpÈw0féÞ "
b"ÿ\x18 Õ„5üEý™AFM,¢õ\x1A "
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"Û\v ú£VíH┬ØúÕ<uùu° "
b"÷“kf<cO\x0F ®ádúÍ(\v S "
b",«4˜¨®H@»ƒâ¯Ö97\x00 "
b"9Ÿ7?E\x15 K&£§ž›\x07 zÁ³ "
b"ZÂ%"7íCË£ï»ÇfÝÁ• "
b"\x1D Øù>Æ\x1C BÄ░t┤HóCá\x14 "
b"ÌÅad9ŒM\x1E •Tú\x01 ë¤$§ "
b"°>ÈS†¹@Ô†ÉMû zðd "
b"&ϼz\x02 ºG„š\x00 æ'ç`«‡ "
b"?\x1E ƒƒb\x19 L£–ïvÚv³DÎ "
b"¬ÚŒC³–Ef¡oмi¡ œ "
b"\x17 âµ` F9†ºXÌ5„Eù "
b"S¾KåÌ\x7F @\r ¶\e G(éAÖ4 "
b"°ttL└─HÁª×i¦Éõ3\ "
b"▒ì ¿‗TC%Å«\x7F GÑ┘¹╦ "
b"Ðò\x1C H\r åH_“6R¸m„¤6 "
b"ÜR¢cåÝ@ô±¯‘6/Ã!” "
b"æI\x17 ÒÞö@ð™ßóárEWù "
b"qà°Ý)wMzúZü\x0F ─Æ@¦ "
b"–p1„ä©Mê¦cšÓ´\x1D n¹ "
b"õچήI‹¸®\x18 :Ç#¯{ "
b"ì÷┘ÏOrG\t àArH\x12 ȺV "
b"\x0F eZu±7K’¯Lj¼·Œøà "
b"Öï©¿\x1E\e O╝ü\f\x7F Ñ═BÀa "
b"k³\x11 X\x03\x02 DÍØ¥àa\f ¸+@ "
b"""
┼úIqLÅK¡ÿ╗#\n
\x05 Ê│â
"""
b"¤█ÍòØÂG?ñ£Ù▒W¡yå "
b"\x03\f +†y•NÒ¡’ЫAY’7 "
b"b˳GòÞF┤╝E8ûüq\x05 ] "
b"îMM\x05 £GId—½\x08 ªs\r ñ( "
b"""
dÚ¼\x15 &¼K¡¤'\n
¦™Ú>ž
"""
b"äpqWNžLr°\x14 ay‡\x07 ©A "
b"Ÿ¢>¼ðIJs¯·êÀþ(1¬ "
b"\x18 ▓0Å_ÍMðƒ~{ÿ\x01 8:ı "
b"Ãé╦â_1CêìW "ñíZÑ "
b"û°\x01 q4&D\x16 ®ìÃ*ªåD\ "
b"kÏ*MÆMLA¸D™›\x05 òÑU "
b"\x04 Û\x16 H‗│E°üı┬Ærã¾┴ "
b"\t\x0E ’X\x19 RE\x03 ‡‰ßâR›\x01 ’ "
b"ç®g\x02 £^O\x7F ©\t\x07 ¦F©¸^ "
b"õ–ôÛ–¹H\x19 ™ÐVñ\r kŠ "
b"q\t ÊBØàA%€åv\t ìÍ¿Í "
b"I„º¿ÏrHÒ½\yaŽ\x10 ß\x03 "
b"[#[‡„wA\x12 žê\r k\x18 ~Ø\f "
b"Õlkö@`I7¡ù1\x11 /[øe "
b"┐zöâ\x00 ZOÛü²y\x02 ïÉ\x1E ¸ "
b"·‹\x1A a#\x00 I¿ºSL’³y;¦ "
b"¸ñû┬Ï.GµÅ─¶ÝP)êÁ "
b"ÁÝôy1«MºìK½Ð‗HÍß "
b" #?Y„‹M[¯±@„n&7r "
b"»7!g,¬Ié‘oòêºÇJ… "
b"@X®:†4Hœ’éïCJ´Eé "
b"""
\ ,`‚Nì£\n
¤Â!>çÆ
"""
b"Ì!ñs$»Gæ¿Æ»U\t w7\n "
b"Òo9\t ¾ÉK,Ö┘ú%:îòÛ "
b"±Yš\r 67Bt´\x0F VmFP®÷ "
b"à%Ò\e æ+H ‹\§HXci¡ "
b"&E\x0E È.ô@â║Ï\x00 ØQLP╦ "
b"`üÝwC▀IVï\x04 z¢µ\x13 ┼I "
b"#¦ÄО”CG½ƒe‡m žœ "
b"—\x15 VX$èEZED}H}H\r "
b"ÄuW\r +¦D²¸Ä>k5ù{ß "
b"""
ü\x05 ║!í\n
D3àÿ)²MzÔ┴
"""
b"†&/e—DD\x00 ¥?\x02 Ä¿Â:ã "
b"\x1A\x1D\x1F GÑJL§¹Âjؘ`Æ‘ "
b"\x1F ·ð„ \x11 J\x17 ”*DÑYç«\x0E "
b"–y\x13 v2XGS†=Á{\x19 ¢ü… "
b"µú×D$šKl–L\x1A\x05\x7F ™H\x1C "
b"#Fâã—&@¸’>yèà\e È\ "
b"║\x1F ┘ºl\x07 O\x05 ì»ı~\r nÐi "
b"""
T\x18 ÇGì²K\n
LP¡6†\x1A ¥
"""
b"ê┘\r ôB■J§ì¤^?Tå`¾ "
b"ç\e ɳ“þA3¿\x1F ³+ ü\x1F 2 "
b"Uu×OðuCì׬îWl╝ÙÆ "
b"°ÚÕì&uK\x1E ¥ðü0doÈã "
b"Y\x07 ‰à\x00 úJI®K(Î×\x07\x16 Ô "
b"élZ\x14 iO¼«R┤Å&\x19 ±\x03 "
b"…ÃrýN\x03 Ib‹ì×@Ö!B± "
b"""
O\n
\x03\x12 “¬Oܶá²DÑ\x12 ê»
"""
b"ıHH?\x01 sO®É`ö╣╔D\x07 l "
b"€¶T±“lHH½2Á]ÖRÌÄ "
b"\x1E p\x03 ps\x0E Hæ³,ÌrÓ6<| "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"irH\x1A ~sL4Ø▀ïÔ╝┬Ý┴ "
b"ÖÂín‚%OÉ¥\x02 ¥õáÒcV "
b"\x1F S_HäìGϵÀFSŰ\v M "
b"╝TÈò°!Aiü\x03 CkCë`B "
b"Åq┐OcaIº╝n\e 0y¶X! "
b"Æ@§\x03 ‚\x1C IK¨¼˜b‘ZØ' "
b"§Ü…°ûUG–™IßÔ¢G¯\x1C "
b"""
Gg\x1F Ì3qK³„z\x04\x06 ù\n
\x05 ‰
"""
b"(=«–sçJ+´üùngR¥í "
b"@@õ\x07\e EMº®;KÍ\x17 +°Ò "
b"áèˆITÀNq«]®ë4oøï "
b"ÀÎ\x13 ´Ì\t N¾®®‹„\x14 [\x1A . "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"z¢9%\e êM│ìep÷\x7F BÝ¢ "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"=\x0E ,òs\r Oå¶?õxµ<j— "
b"\x1D Œ°¦VeKÅ€ÄTó'çÏD "
b"OŸÐ±kÎ@Ì€|€?½éY© "
b"\x7F O/"\x03 TO†ºç‹Câ¯g\e "
b"R"╦C└}DÍ¢ñ&┴åÉ═s "
b"w|:'ë\x13 NºÅØ▄'{i2║ "
b"Ú\x16 VS‘˜Aœ—¾#¿µØE "
b"$÷zëü\v M¥à²à└E}¡ "
b"ë\x7F V:QæFˆŠÈ-\v Ù\x0E S¸ "
b"Ør┐³]╩@¡Ö²º«°\x0E ıä "
b"b\x7F ºlðJ˜–R\x18 Ҫ̼\x10 "
b"³ãÊ»ã4Jå—/».\x06 õâÐ "
b"\x04 À!Ø╣┘OZÖ^\x15 Ä\x06 Bp0 "
b"Y->Kþ·HØü`\x1E \T8÷█ "
b"›\x13 îºÁ¤Ms¯3\x01 <à}Ù' "
b"`y\t ¯ßb@ÅíÑÜj}äp| "
b"À¢█¥\x01 ┴D²áÉpíYpmÈ "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b"ÀZv\x07 ê\x13 I£„ë¬\x02 0¹Ž_ "
b"D™A»Ü\x12 M©“Jê†9®µS "
b")"áÆRÑF@µ)}—šgì\x1D "
b"5MíÉ\x0E\x18 FÀ¤xî.iœòœ "
b"–K†\x04 È|E†£pP \x1C\x00 Gµ "
b"ÛuÃŽ\v x@c»µë·*é\x10 É "
b"ÔhÉ\x10 DÎOIù╚yà\x05 ²Ûc "
b"ÀY]GÌ\Kõ‚ƒ§Ñ\x1F M°{ "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"‘RŒžéPO¥®&\x03 Çf<:\n "
b"î?R1r¹H㣊v“*¯©§ "
b"®wz\x04\x18 ƒI’¦‹ÃâÖôò< "
b"╩±\x10 B╬\x17 OºïéÝg─üÿà "
b"(šç—‘hMl›jö¿îFo¾ "
b"uÞ"¾ıDK═ì\t\e ┤f\v ®¨ "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b"\x1E XZ░Æ═EúÜ\x7F `§ëHìo "
b"å—\x15 ÏÿYD\x04 Œè³_bÈCå "
b"\x1E ‗©Ò\x0E ┴OSüÇWJy<¼w "
b"\x1F\x08 ³\x07 c¦A¿Œx~¶\x1F º—Ì "
b"3\x07 B░\x11 ±L╩«\t >Éä\x12 J@ "
b"qÙðö–XF^†¸\x14 µÍ\x08 „Z "
b"Ë¿u\x1F Ý•HKƒ¢\x0E ¬KùWŒ "
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"-ó†Ì‹rJ½‚¤9mBê»7 "
b"¦\x14 ¯Hú\x06 Ir‘swe„˜ÙÊ "
b"\x1A\x1A É`¡*Fÿ»ãUK.║\x07 ¶ "
b"0pP„"kFÌ·\x18\x16 +Äð/ "
b"“[´\x13 {\x1E L¨œƒ&)Ú°Ñ^ "
b"qålk£\x01 Hõ¤Ý\x1F 7[¬ûç "
b"„¬G: ÏF$š\x13 Ö›j\x08 v3 "
b"×\x19 õ?+▒L©ÅSÊÏm╦ä& "
b"y*oŸ‘þK<¸å\x1C 8\x01 í$Æ "
b"ëÂÉÁÍ6H^“\e tE\x7F ñ7· "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"W«n\v @;M¾╝ú¿SìÄ└¡ "
b"[\x1A / ÎéLÙ¾§cÔlQ\x0E H "
b"×"ØÂÌ"J8”E> æí×H "
b"\x0E\x15 ±§üà@‹²¤\x06\x1C ó0û7 "
b"\x7F ¼§/0Ê@üÂG▄À*¢.\r "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"Nß╝N·ïFð░ùøQ4Å\x01 X "
b"c–ÆûZãNg†ëæW„‚´¤ "
b"@éÏ®àÉG█ùï¤Õ\x14 yIÑ "
b"{à\x02 ¦(J¹¸YWusë?z "
b"k–OZ97E\x18 ˜a/ãmxúX "
b"\x06 BQô—üFO†ï_²íÆ— "
b"+¯Ü2sùHm€(fÖîwÚ\x7F "
b"©“„R†\x10 F,˜\x10 hš¬\x1F $c "
b"╠\x7F\x17 ÁE┤C%Ø{;æ¢Â5Ú "
b"fÝ^ÙX\x04 M‰ª\x19 ÏØ\x1E F÷O "
b"Z^ç‘K%C\x1F ‚Ž–»Œ+–\t "
b"\x01 ½ØC²ãAû§b\x1F A×q\x0E ˜ "
b"""
×¾é¿\n
@Iz€O 8[SlÛ
"""
b"”>\x03 ñÄuL9•7e,œKp\x10 "
b" dT ¯óH¸ªŒtñ\t\x17 ±µ "
b"{ç\x13 ^/¢H¢Š%‡+ªäš "
b"2çÕÞ\x06\x13 A7ئ║Q)L‗" "
b"qɺѪ\x0F OKÁ£▀n!z\x05 ╗ "
b"@╩Ù▄\x12 É@S¿ô╗m\f µ┼å "
b"\v Ëè\x08 z Eð·¶\x02 K]ܨ% "
b"\x1F C¹î@\x0F A¡½-\x7F >õxrU "
b"È║░«\x04 "GV┐\x06\x1D |ì¢îÛ "
b"¦üÇxåÁO'µK++þö6\x03 "
]
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` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.categories.mapping` . `category_id`
) SEPARATOR '||'
)
FROM
`product_category` `product.categories.mapping`
WHERE
`product.categories.mapping` . `product_id` = `product` . `categories`
AND `product.categories.mapping` . product_version_id = `product` . version_id
) as `product.categories.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `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.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` , (SELECT GROUP_CONCAT (HEX (`product.categories.mapping` . `category_id` ) SEPARATOR '||' )
FROM `product_category` `product.categories.mapping`
WHERE `product.categories.mapping` . `product_id` = `product` . `categories` AND `product.categories.mapping` . product_version_id = `product` . version_id ) as `product.categories.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `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.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 (0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0x02049224C56347179FA4C013E2CFCD8F , 0x6B1E1D2FC9AA44778A413FBAC60B4ED6 , 0xAE41ED3ACE88408C8FE701829C044AFD , 0x7A51D3863EBE44DCBB8C6C2E4B990108 , 0xE57BFB0519524B4D84CA679B8E30CCD9 , 0xEF703AAEB7D742AC8DD7660634531135 , 0x92199A0B5F05435F8BAAD258FBBC38FC , 0x675283C0026E4B1FBC2F88C2C0FE9EDE , 0xFDC5C63B921E4DE49E79D66CBA61A87F , 0x1E30647CFCD649B0A5AC040CB613116F , 0xA53B7DE72ACC4313AD9752FA223AADDF , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xC5AB144F495C45D1AF742173EB811222 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0x58BC9D8729074EF98236767DADEC3D34 , 0xF98CA2A6EDAE45D491E128F1EBBA6557 , 0xC59F9403E1DF483F99AB8C020F358B99 , 0xF239D95A61C94707AC2805F28C3125C5 , 0x4088D046F12D4F39A9FCFEFC53531F05 , 0x97847E698097412CBB0D9992D9E73AC9 , 0xE25DA111EB5F4EB48FF73BFE61A7AB08 , 0xD2B137AB85804568B86627BC683565DD , 0xF305622FCE2F489EA4B6B87D16801E76 , 0x62899650FA3D455791118FBF4DE28FE0 , 0x0A7D7CB8497F48648FA50404FCD9C9C2 , 0x0764F1BBEA1A41A59D8ADD016EA62243 , 0xC018ECD5CC4148F48B4C4ABB008C95B0 , 0x61515C579DE74C4B8E4F38DB34458A6C , 0x644136A42A4D4A1BABC7E1578E05127B , 0x40E6608F10B64AD094EF5A1CBB6F2DCF , 0x4F1F386C4DAD4DE8B19F3D5D0B855816 , 0xA0B3BA6665E14A1A8F7F78366F2C1B7F , 0x8BDDA3A3E5CF4A79B865E33743F707F4 , 0x594CABECDDF748E2A382B2D627690EA7 , 0xC06D41F75E8E4881811322C4EE4AE97A , 0xE2E45CA9BD8E4E4EB5BC426AB0722EBC , 0xE53B152487284F518DDC6441A4C0BC7C , 0xD7598D9A84CB4294B0037243826A2E44 , 0x211A38B709A84B198D369B82D10C19EE , 0x3AF696E599824A919A809C42B0B9E9F6 , 0xC5491401894A4D97A54B4EF547A68317 , 0x0247791B45054C689DC340A2C29E97C3 , 0xAE2F3C11B14C476B8AF7C45D63869EBC , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0xD53DEF18874C4AC18B224FBC07554900 , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0xF5719A6F4DEE407DBED3CE57FB62D3BF , 0xA94CFDB36A34413F8B774E70D8173A8D , 0xD398C2DDEBC444F6A74DC3133125987F , 0x9E43A614F83540769B8D47B80B0090E8 , 0x9682BA01B1264647B8BC5E29F23FE6D9 , 0xF331C2A149E44B4F92F34A7AC2F3795C , 0xAE48EC90420B4922BBF9C3CD00EC066D , 0xE15DDB60CD6D4CE690A5765CF341F7B4 , 0x004B11B664424995968A6294D4EA4AE7 , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0xBAAF0501442649A780E5481B2D0CA46D , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x3DC9D509C913499088C9DCDEE0EE1196 , 0xBD6868C11D384880AF8A46FBEC986BAF , 0xA83914BE5EB94C24BDC703F19779D57C , 0x5F7DD71082DE4FF1825A3E4FC530B61B , 0x0B4240DE68A5461FAC990789BF37F906 , 0x960F1A5D33764DA38B549F36355EBCC3 , 0x3971F7DF1FB94315959C080E41EC728F , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE , 0xACCA3D4D508A4DA98BCD404C3A0E12FA , 0xBAE61D1DD5CF4CC09C2DCA9D42855234 , 0x3CEB37A732424262915D394BDED5A67B , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0x5A3875EAAA9348548457BB27936CA584 , 0x2FD6A70894F1437EAACA580B6847E6E0 , 0xB90C8A0F07BA4CEE8EACEB81CD600693 , 0xEAC2B6C542994B059FE86781E99700C7 , 0x24CF02FD573941599324C36B372753A5 , 0x1CE6DB34548E440C91F01D578D87405E , 0x8B57D96479B742AD9A8ED775658D07BA , 0x8C1B4581C9DE4CBC936CB553F7561FA7 , 0xCC1790550B7B46D0BFE10B0CF8FA2DD7 , 0x98C849F19F454B638A543198DBAF1EB7 , 0x51070503953F46338AE553AAD8369B0F , 0x73CC2BF819EB462C9E70ABB20990BBDA , 0x2EC241AD2879442C8ADC75C286F0F9CB , 0x9B4C7318E4A8486C98247E883AA9C1B1 , 0x6CE7613368E94E198673322CEE95AC71 , 0x8B2D191ADBC8495AAC0A0FDA910336A1 , 0x1A5A03CCB8214496BF7E0DA267153241 , 0xD41EB0C222144539B4CC6BE94B1D8925 , 0x1FDA3598317643BD9AB3A31C4E1D4B74 , 0x17C8AD20F8E743C5B4111F96115C9636 , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0x26261286E85D4FF5A83A0188DCBA7C00 , 0x0CF665757B114488B50086B62E4BA9F2 , 0xCFA1A7C3E00A43949CF3A595ADA9DAE9 , 0x1331F195378341CE9CCA709A2F053825 , 0x17C44E57E0114AB788FA54D1E598673C , 0x7C995043C7924D9E932C602184701DF6 , 0x7C86C5D847F44081A2C7F8BB5EAD22BC , 0x37433BE6C23A4987A6A18B46E5A25823 , 0x5A5DE028EA0447C9A01CB7B886217E11 , 0x29CD1170CD404D5BA4BDD8FF2D7A4D6A , 0x0DE5A9A4AD8048DFA4869EBDA2816160 , 0x220B1FCFBDF142BDAB9867B94C8706AD , 0x3BECE2B3EB76487D93651AD9F7CF9B6D , 0x0483012995204A50B2AA3E762122FEF9 , 0x00046AE9FF6845BB9F8F777F05AABB42 , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0x5C03EB1DC4C44395918697871B76824E , 0x79FAD4F30B6F42FC840CF0B0F8222E2E , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x9CEF2594DCF54D45BA544C84672CC09C , 0x0396B5DB563F412FBD5EC1E572547D5E , 0x481078A8A1154B838281D129F2C084CB , 0x613247994D20402D993EBF4F464F543C , 0x0DF30C3019B74A12A9691516EDFA03CA , 0x6067FD249BAA451DB12F3E78C0B166AD , 0x6556518EEAE7478BB3ABE52F074A289D , 0x0198CC7F3E447214A848528DE060A0ED , 0x79086DBE719E45AE888297F74CCCE2D0 , 0x5F6D55149DA14310BD6A08C07D0AAD98 , 0x92E54CEF4F764352BC6F8D74E5865CF1 , 0xBDEBC430F6704EB29D628F33FBA86277 , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0xBD4B4AC04F0047108B5E31C13647B328 , 0x84EC3F4B6A354B3BA91A0BFC9A3E31BE , 0xE3226BF41A7842AAB7F9CD436F1E8C3E , 0x403AADC1354A432FA2874195A7B7914D , 0x1E7256C5A65D492A98CDDF303A3746E8 , 0xE3DD4EFB533447F7A6BF71E1429D6BE3 , 0x30B4E211AA274CA1B6119F6F65116006 , 0x0311A626F2534859924D497E584776D0 , 0x986B22337F9D49589976A6C1E914E9D3 , 0x2DF2A8BACBE24E83B3E1CEECFA8CF947 , 0xD8FE451BF5944FE9B5C195663D1560A6 , 0x4179506A797E4A7EB4E5CDE8D2CA1B6E , 0xBF0CE5B1877C4DA387E94D0FD0B6DC87 , 0xCED7581F97E34DC28784BE92A4E9C818 , 0x7E343212F7D849278D9336A7FE9D2D83 , 0x6279E85C754A43909DE87F0D3B858351 , 0xA002E63BB53B45EDA2AADA59424ED928 , 0xDC4BCA56CD39464E9EF554EE88628A1A , 0xF4FB28008EE047AEA22B59F1F8BCC489 , 0x0A38581650A342BB97478E5552350B97 , 0xD7B5F89C35DE4B36ADBB79A97A404ECF , 0xA4566694F5354A1C993527ED1EF82A0E , 0xB2FD4F7C75644BDEA019F473C52FEB78 , 0xACC864C0BF86429FB59BDA972C31599B , 0xC26724AFC3BB414BBBE4C612EC8584AE , 0x3DA81D5F50FE4791A22CCC74B648DEAE , 0x15B8B930C1E34C58BA2A1481B7DE6469 , 0x2115CB0CE23B48FC91D923355DEB2232 , 0x7C6DD584FDC7454ABEB6C9355F995FA7 , 0x73CC29371AA84E8B999A699A7C091D91 , 0xFDD55A3CDB1C40ECABF60C5FF0350B35 , 0xB0629A4095644BD9AD545B1F687B3E5B , 0xB656210586C94F81BAC02EE46FB59854 , 0x308D35794BF247FAACAC76988C122E08 , 0xD588741B684A4310B31DA17036B4104B , 0x3EF3ECEA1EA74E37826CB74EAD6E7B88 , 0x3703B9C6C55742069205189096BA64D5 , 0xE92C2A852FAD4F84A15B6BEDD90F57F9 , 0xABB82E70F1654724A031607E94859583 , 0x97D90C55E1F4421FB536210F0F36D324 , 0xA3296D93EF1A4CC787DA180AE9844796 , 0x5EAD1DAA63064D21ABC7E3554D3A9640 , 0xA408FE9331654FC08465CB3E141ECB92 , 0x564640DFF3EB42FEA814BC66E90D21AC , 0x736BF487F470416591F456B8037C6740 , 0x1680F2F3C0EC4FF8AABCBD889F19026E , 0x3518ACDA3DAE44029080D27230974076 , 0x2491F6D365E04019B3C59619819F55A5 , 0x34AC099A240047D889775AF636F3A5B7 , 0x10362D84B103438BBAC8A33B21138B85 , 0xA4E3BEB1F321450C8BD1C2903F56CBE5 , 0x80624785147B4CE09353385686B7EAD5 , 0x9042BCB56040449985B0432F997E63C0 , 0x02FAF11477E8438297010141B853806C , 0x43E7017E5255473992727A5594AF67F0 , 0xAD9B4582B2294745AD50BBFE6D46AFE8 , 0xC36E1B4C6ADA49A5BFC72686F869E02E , 0x08EE31E58A0A4355A1B001787FA2C574 , 0x4E7E98BDE9744E018B6CB3AE2FB48DF9 , 0xA9F77F87F6564ED89DBB8FE85F480F25 , 0x3650EB73B3DA42F1B624576ED59B754E , 0x05F419753BFD4BDEA2E3D441A2C82906 , 0x6AAED5894339486B806BA5A708749467 , 0xDC7487729044444198EAAD719A5CACA7 , 0x68C497AD48414C39B04120201663A5D2 , 0xF89E8BF33FC74AD1A097E9409340EC8C , 0x428E3CBC4E40426FAFE0A918BFCC3733 , 0x4FC3F0AB2F9544A9BB5836B7F3F2BBB7 , 0xC91BF838AE1442A7BCB656AA2A6370A5 , 0xECE56C9C025A4A54AE69227D289F6357 , 0x0F406D54D6CB42FCBB67A35AB8F1FC65 , 0x6BE5B7D2E75B45E8AE17DE186CFF1F18 , 0x7A2A7D83412F4D1FBA125D70635DCAE4 , 0x1848376F2CC64879836C5648C571431F , 0xDA714EBB8CB54BF79277A88EF1CFAF9E , 0x04488BCF0EE84F5B84633A1AF9458006 , 0x31735EE394174546B9A835372AFA3ED9 , 0xD8A3AA80291E4630994AFD381FE3A759 , 0x85C980ADA17A46B68E810AFBBADA8659 , 0x0D23AB14DC8848BFB34E5420BC24CCE5 , 0xD123F99DB9AF4E07936A0B83CF30D5D7 , 0xADF28C1B866641CA80805EDA0F657E47 , 0xD229BE6D5C914C2BA0F52C1A9C6813E4 , 0x147C921683254C869D791B762F581652 , 0xEE56B117CA1D45D5AA1E74C5A31C88A8 , 0xC46D0D6318E14D67967AAAC0A2F0873C , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0x1B4131453C034D7E9AC2B91672FD353E , 0xE31BD8BD85DF4746895A4874B055C944 , 0x00D4D0B014FB40AD860B02AE1083755E , 0x0A02E5FE097D43EC8736119F01B68776 , 0xC18F79F769C146D5BC1822F1C8A2A998 , 0xA564DF702EDC437F8B2E30452C1BD0FC , 0x9BF7A63074C649C2A427B6C17088124B , 0xD831AA6F9C904EA2BED8B8E3A4F30C38 , 0xD837E64CEC3C499DAEC4AF1E3C956DB2 , 0x5E6CE5843FE847EA84D71C5D9503276C , 0xD38ABF6001384B79BBE6FA3CED33C53E , 0xF1A768C6B0F849519C1F536A7FE37884 , 0xA8182058190A4528B01A9B16E6F8D8E9 , 0xF1FA4BC70505499EA352714CE0CF1604 , 0xB3A22E2D76034C5EB3D0B95755EDB77B , 0xF1D70DC7D626415AB8C20BD641AFB16B , 0xF70D28E08E3F4727BB3EAEB07979D165 , 0x931535373FF24501900A694E60552F78 , 0xD8231ECE91734274ACA53466269BAA9A , 0x76AFD5E18CF3430C9E12F89349513D00 , 0xB842E53BD9334206ACEC3CB3F9DEA93C , 0x1378EB69008245AA83DAF302D53E9E75 , 0xD6B276B9515D4CE98B1A5CA806F3606E , 0xDA60094BF09A4BD8B829AD7975ACF9A7 , 0x67A4734A419C4255A6C885E700FE7A32 , 0xA96A084A6DFF447EBBFFEF6D91E93F22 , 0x2B41F1C90C7846C29A25ACAA295AEC5F , 0xE024836F09D74ACBB59018B629D759FA , 0x882A0D90845C46C9BB019659A615F235 , 0x1FBD733818A6460185F11E00A88F1AC2 , 0x5C7DEF33E13F4CA1AD48E9654B86F947 , 0xD8F0EB71932C44AD8667140E3312855E , 0xEAE8516059FC4D159BAC8E731DE8EB06 , 0x550C64CADAE74C1598B8EEF6429BEF2D , 0xB0A320725570417D8EE02C639AF7CAEC , 0x66CE5384280049CD9E60B2A59EEC1CC8 , 0xDBC02052990A4606BDB5ACDFF42F303C , 0x471B169BC08B40BD9102F488EFADF358 , 0x2406BDF9E49A46AF811BB68881F9F231 , 0xEE14856534B44B01A7A90AC8F359E95C , 0xDEB6EBBC0EA64A56884F5BB6488549AB , 0xE534081D9DE34311AF269170B29BA478 , 0x8F77BDF144244745A23DE111A0DADA89 , 0x61981E3760FF48D28F64A91D811759C9 , 0xA9245B8DAB4C40ACAE641F4F6CFA7409 , 0xD88E2F820F774503B7E0F8EAE68F5CC1 , 0x6400483852CF4BA7AC7E525C465F4F9A , 0x7703961AA9404F08B2A411B2E2F28CBC , 0xA800836365C9479CB268D33354F36366 , 0x3FD592249B54411F97204F136CFA69E5 , 0x991D1A0D9FE44C90900A90437E7B8400 , 0x33509576FC574DDC8CCEE047098FEE09 , 0xAE86C52EB2F044AE9EFFFDB6A8144243 , 0x63EF36C39A4C40719A045AB0B55AD36C , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x9E0A24038D8D4B1380918E3440EB6B7D , 0xCFA16C08255240428AC685E5C897328E , 0xBC20E9F20DC94F34B185DB4DFA6D4CB1 , 0x1E92611F47EC4FE782C3C4BF4BCDEA2F , 0x366D559A80814846865BD712D8B0A9AD , 0xB4654E8B79D0497EB735B1D3AB6C1A47 , 0xE501CEAB99DA4C91808C2FAA5E7FA267 , 0x4AACF2144C46477798D3A673D9071B03 , 0xA0BA480C6574462FB41DE76EECE5A313 , 0x83AB4B4C265445CDB204D27E9CCC7A1B , 0x79E9D5F3F1014E72AA38235A8861780C , 0x0759A1C6E99B4B1EA6023E681F876273 , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x6CAC5C8418864D1E83240AF4A4918714 , 0x054825AB00664EE780D762BC63A565F6 , 0xECE530F255224FD88513023935E4DE49 , 0x7A70ED5BF0A6404E9205169772FBD774 , 0x70CF20607CEB4142958787DDB7A0F3EC , 0xCD3CCD244444443DBE5D24D25D29E1D6 , 0x8CFED6C00ED74961888007E6BAA2E64A , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x704A641F762F4C2895EA09EB867F87C9 , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x350A326159F74D7D9C58E60DE4F83F95 , 0x4A7BAAC4265B456A9BDDF3DA591EC5CE , 0x8CBCC1051ADB4A9E960AFDB22ABC80C2 , 0x0EB9CA4CD4C44ADD9CC393BB61A16A16 , 0xD133C375EFA24C05A901F1D76F689268 , 0xF0BAEBE81B0E4E7298E3643B0F20B69F , 0xE5D9910EBDBF445E82FBC040651DCB69 , 0x24F400E3843C4B2C8E15F326E9E96A25 , 0x7134359E2776410E9843051CC710945B , 0xA4B4A98B714D4818BAF75E19013E06BE , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x15746B398E0B4224B357CF603B6FBAFA , 0xAB789CE2066E472AB512C5B572559FA2 , 0x4ABFF39A14E046EE974CF0777F9B3A88 , 0x03AE789C8C2D4A16BF489C76F4B59C68 , 0x7DA28FB9F7364A0ABD7AA45DB9E88D58 , 0xBB8D0D8607FB48C593FF210266C195B3 , 0x9BF28ECB49CD482BBA0DF9BE9B8DC7A1 , 0x514D3C2065A846DF95B5E4580D967686 , 0x614CFAF0DF21415D853584D1B1F7B19B , 0x8A7A69D705B844E6B7761238FB3FCED4 , 0xF6B7097B3A254E1F8870C8773066E9DE , 0xFF18D58435FC45FD9941464D2CA2F51A , 0xA821025B13F0464C84E855512A64902E , 0xEA0BA39C56A148C29DA3E53C759775F8 , 0xF7936B663C634F0FAEE164FACD280B53 , 0x2CAB3498A8AE4840BB83E2AFD6393700 , 0x399F373F45154B26A3A79E9B077AC1B3 , 0x5AC2252237ED43CBA3EFBBC766DDC195 , 0x1D9D973E921C428EB074B448A243A014 , 0xCCC56164398C4D1E9554FA01EBA424A7 , 0xB03EC85386B940D486C94DFB207AF064 , 0x26CFBC7A02BA47849A00E627E760AB87 , 0x3F1E838362194CA396EF76DA76B344CE , 0xACDA8C43B3964566A16F8ABC69A1A09C , 0x17E2ADB56020463986BA58CC358445F9 , 0x53BE4BE5CC7F400DB61B4728E941D634 , 0xF874744CC0C448B5A69E69DD90E4335C , 0xB18DFFA8F25443258FAE7F47A5D9FBCB , 0xD0F21C480DE5485F933652B86D84A436 , 0xDC52A263E5DD40F4B1AF91362FC32194 , 0xE64917D2DEF640F099DFF3E1724557F9 , 0x7185F8ED29774D7AA35A810FC49240DD , 0x96703184E4A94DEAA6639AD3B41D6EB9 , 0xADF5DA86CEAE498BB8AE183AC723AF7B , 0x8DF6D9D84F7247098541724812D4A756 , 0x0F655A75B1374B92AF4C6ABCB78CF8E0 , 0x998BB8A81E1B4FBC810C7FA5CD42B761 , 0x6BFC1158030244D69DBE85610CF72B40 , 0xC5A349714C8F4BAD98BB230A05D2B383 , 0xCFDBD6959DB6473FA49CEBB157AD7986 , 0x030C2B8679954ED2A192D0AB41599237 , 0x62D3FC4795E846B4BC4538968171055D , 0xEE4D4D05A347496497BD08AA730DF128 , 0x64DABC1526BC4BA1A4270AA699DA3E9E , 0xE47071574E9E4C72B01461798707A941 , 0x9FA23EBCF0494A73AFB7EAC0FE2831AC , 0x18B2308F5FD64DD09F7E7B9801383AD5 , 0xC782CB835F3143888D572022A4A15AA5 , 0xFBB0017134264416AEECC32AAAE5445C , 0x6BCF2A4DC64D4C41B844999B05F2D155 , 0x04EA1648F2B345F881D5C29272C6F3C1 , 0x090E9258195245038789DFE2529B0192 , 0xE7AE6702A35E4F7FA90907A646A9B85E , 0xF596F4DB96B9481999ADD056F10D6B8A , 0x7109CA42D8E0412580E57609ECCDBFCD , 0x4984BABFCF7248D2BD5C79618E10DF03 , 0x5B235B87847741129EEA0D6B187ED80C , 0xD56C6BF640604937A1F931112F5BF865 , 0xBF7A9483005A4FEA81FD79028B901EF7 , 0xB78B1A61230049BFBA534C92B3793BA6 , 0xF7A496C2D82E47E68FC4F4ED502988B5 , 0xB5ED937931AE4DA78D4BABD1F248D6E1 , 0x20233F59848B4D5BAFB140846E263772 , 0xBB3721672CAC49E9916FF2EABAC74A85 , 0x4058AE3A8634489C92E9EF434AB445E9 , 0x5CC2202C60824EECA30AA4C2213EE7C6 , 0xCC21F17324BB47E6BFC6BB550977370A , 0xE36F3909F3904B2C99D9A3253A8C95EA , 0xB1599A0D36374274B40F566D4650AEF7 , 0xE025D21BE62B48208B5CA748586369A1 , 0x26450ED42E934083BAD8009D514C50CB , 0x6081ED7743DF49568B047ABDE613C549 , 0x23A6C4D09E944347BD8365876D209E9C , 0x9715565824E8455AAD45447D487D480D , 0xC475570D2BA644B2B8C43E6B35F97BDF , 0x8105BA21A10A4433859829FD4D7AE2C1 , 0x86262F6597444400A53F02C4BFC23AE3 , 0x1A1D1F47D14A4CA7B9C26AD89860C691 , 0x1FB7F084A0114A17942A44D159E7AB0E , 0x9679137632584753863DC17B19A2FC85 , 0xB5FAD744249A4B6C964C1A057F99481C , 0x2346E2E3972640B8923E79E8E01BC85C , 0xBA1FD9A76C074F058DAFD57E0D6ED169 , 0x5418C747ECB24B0AAD4C50A136861AA5 , 0x88D90D9342FE4AF58DCF5E3F548660F3 , 0xE71BC9B393FE4133BF1FB32B20FC1F32 , 0x55759E4FD075438D9EAA8C576CBCEB92 , 0xF8E9E58D26754B1EBED08130646FD4C6 , 0x590789E000FA4A49AE4B28CED70716D4 , 0xC7B86C5A14694FACAE52B48F2619F103 , 0x85C372FD4E0349628BECD740D62142B1 , 0x4F0A031293AC4FDCB6E1B244D112EABB , 0xD548483F01734FA9906094B9C944076C , 0x80B654B1936C4848BD32C15DD652CCC4 , 0x1E700370730E48E6B32CCC72D3363C7C , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0x6972481A7E734C349DDF8BE2BCC2EDC1 , 0xD6C2ED6E82254FC9A502A5F5E1D26356 , 0x1F535F48E4EC47CFB5C04653C5B00B4D , 0xBC54D495F82141698103436B43896042 , 0x8F71BF4F636149A7BC6E1B3079F45821 , 0xC640A703821C494BA8BC9862915AD827 , 0xA7DC85B0FB5547969949DFD4A247AF1C , 0x47671FCC33714BB3847A0406F90A0589 , 0x283DAB9673E74A2BB4FCF96E6752A5ED , 0x4040F5071B454DBAAE3B4BCD172BB0D2 , 0xE1E8884954C04E71AB5DAEEB346FF8EF , 0xC0CE13B4CC094EBEAEAE8B84145B1A2E , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x7ABD39251B884DB38D6570F67F42EDBD , 0x302C26630EE74FF28738A844ED269886 , 0xA4A8C86177954121A5C1D21756B47A2B , 0x3D0E2CF2730D4FE5B63FF578B53C6A97 , 0x1D8CB0A656654BC580C454F327E7CF44 , 0x4F9FD0B16BCE40CC807C803FBDE959A9 , 0x7F4F2F2203544F86BAE78B43E2AF671B , 0x5222CB43C07D44D6BDA426C18690CD73 , 0x777C3A2789134EA78F9DDC277B6932BA , 0xDA1656539198419C97BEAD23BFB5D845 , 0x24F67A89810B4DBE85FD85C0457DADF0 , 0xEB7F563A51E646888AC82D0BD90E53B8 , 0x9D72BFFC5DCA40AD99FDA7AEF80ED584 , 0x627FADBA6CF04A98965218D2AACCBC10 , 0xB3E3CABBE3344AE5972FBB2E06F5E2D0 , 0x04B7219DB9D94F5A995E158E06427030 , 0x592D3E4BE7FA489D81601E5C5438F6DB , 0x9B13EEBAC1A44D73AF33013CE07DD927 , 0x607909EEE162408FA1A59A6A7D84707C , 0xB7BDDBBE01C144FDA09070A159706DD4 , 0x2070C1C33600459DB6737C6F3F590C27 , 0xC05A7607EA1349A384EBAC0230B98E5F , 0x449941BBDC124DA9934AEA8639AEB553 , 0x2922E1C652D14640B5297D979A67EC1D , 0x354DEDC90E1846C0A478EE2E699CF29C , 0x964B8604C87C4586A37050A01C0047B5 , 0xDB75C38E0B784063BBB5EBB72AE910C9 , 0xE268901044D74F4997C8798505FDEA63 , 0xC0595D47CC5C4BF58283A7D11F4DB07B , 0x696571E2EFEF43A1BF0E6634566035F3 , 0x91528C9EE9504FA5AE2603C7663C3A0A , 0xEE3F523172B948E3A38A76932AAFA9A7 , 0xAE777A0418834992A68BC3E2D6F4F23C , 0xCAF11042CE174FA78B82ED67C48198C7 , 0x289AE79791684D6C9B6AF6BFEE466FBE , 0x75E822F3D5444BCD8D091BB4660BA9F9 , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x1E585AB092CD45A39A7F60F589488D6F , 0xE59715CFFF5944048CE8B35F62C843E5 , 0x1EF2B8E30EC14F538180574A793CAC77 , 0x1F08B30763A641BF8C787EB61FBA97CC , 0x330742B011F14CCAAE093E9084124A40 , 0x71D9F0F69658465E86B814B5CD08845A , 0xCBBF751FDD95484B83A20EAC4BF9578C , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0x2DF386CC8B724ABD82A4396D42EABB37 , 0xA614AF48FA064972917377658498D9CA , 0x1A1A9060AD2A4698AFC6554B2EBA07F4 , 0x30705084226B46CCB71816AD2BC4F02F , 0x935BB4137B1E4CA89C832629DAB0D15E , 0x71E56C6BA30148F5A4DD1F375BACFBE7 , 0x84AC473AA0CF46249A13D69B6A087633 , 0x9E19E43F2BB14CB88F53D2D86DCB8426 , 0x792A6F9F91FE4B3CB8E51C3801ED24C6 , 0xEBC2C9C1CD36485E931B74457FF137B7 , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x57AE6E0B403B4DF3BCA3A8538D8EC0AD , 0x5B1A2F20CEE94CD9BEA763D46C510E48 , 0xD722D8C2CC224A3894453EA0E6EDD748 , 0x0E15B1A7FCE0408BB2A4061CF330FB37 , 0x7FACF52F30D24081B647DCB72ABD2E0D , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x4EE1BC4EFA8B46D0B0979B51348F0158 , 0x6396C6FB5AE34E6786EBE6578482B4A4 , 0x4082D8A9859047DB978BCFE5147949A5 , 0xAD7BE002A6284AB9B859577573EB3F7A , 0x6B964F5A3937451898612FE36D78FA58 , 0x064251F497FC464F86EFAD5FB2EDC697 , 0x2BAFDC3273F9486D802866D6EE77DA7F , 0xA99384528610462C9810689AAC1F2463 , 0xCC7F17B545B443259D7B3B91BDB635E9 , 0x66DD5ED958044D89AA19CFD81E46F74F , 0x5A5EE7914B25431F828E96BB8C2B9609 , 0x01BDD843B2E341FBA7621F41D7710E98 , 0xD7BEE9BF0A40497A804FA0385B536CDB , 0x943E03F1C4754C399537652C9C4B7010 , 0xA0645420AFF348B8AA8C74F10917B1B5 , 0x7BE7135E2FA248A28A25AD872BAAE49A , 0x3287E5E8061341379DDDBA51294CF222 , 0x7190A7A5A60F4F4BB59CDF6E217A05BB , 0x40CAEBDC12904053A893BB6D0CE6C586 , 0x0BCBE8087AA045F0B7B6024B5DDCA825 , 0x1F43B9EE400F41A1BD2D7F3EF5787255 , 0xD4BAB0AE04224756BF061D7C8DBD8CEA , 0xA6FCC778E5C14F27B54B2B2BFEF63603 ));
Copy
84
1.62 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\x04 jÚ hE╗ƒÅw\x7F\x05 ¬╗B "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"\x00 Ôа\x14 û@†\v\x02 ®\x10 ƒu^ "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"\x01 ½ØC²ãAû§b\x1F A×q\x0E ˜ "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"\x02 Gy\e E\x05 LhØ├@ó┬×ù├ "
b"\x02 úñ\x14 wèC‚—\x01\x01 A¸S€l "
b"\x03\f +†y•NÒ¡’ЫAY’7 "
b"\x03\x11 ¦&òSHY’MI~XGvÐ "
b"\x03 –µÛV?A/½^ÁårT}^ "
b"\x03 ®xœŒ-J\x16 ¿Hœvôµœh "
b"\x04 H‹Ï\x0E èO[„c:\x1A ùE€\x06 "
b"\x04 ƒ\x01 )• JP²ª>v!"þù "
b"\x04 À!Ø╣┘OZÖ^\x15 Ä\x06 Bp0 "
b"\x04 Û\x16 H‗│E°üı┬Ærã¾┴ "
b"\x05 H%«\x00 fNç€×b¼c¥eö "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"\x05 ô\x19 u;ýKÞ¢ãÔA¢È)\x06 "
b"\x06 BQô—üFO†ï_²íÆ— "
b"\x07 Y¡Æé›K\x1E ¦\x02 >h\x1F ‡bs "
b"\x07 d±╗Û\x1A AÑØè¦\x01 nª"C "
b"""
\x08 î1åŠ\n
CU¡°\x01 x\x7F ¢Åt
"""
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"\t\x0E ’X\x19 RE\x03 ‡‰ßâR›\x01 ’ "
b"""
\n
\x02 åþ\t }Cì‡6\x11 Ÿ\x01 ¶‡v
"""
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"""
\n
}|©I\x7F HdÅÑ\x04\x04 ³┘╔┬
"""
b"\v B@Þh¥F\x1F ¬™\x07 ‰¿7ù\x06 "
b"\v Ëè\x08 z Eð·¶\x02 K]ܨ% "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"\r #«\x14 ܈H¿³NT ¼$Ìå "
b"\r Õ®ñ¡ÇH▀ñå×¢óüa` "
b"\r ó\f 0\x19 ·J\x12 ©i\x15\x16 íú\x03 Ê "
b"\x0E\x15 ±§üà@‹²¤\x06\x1C ó0û7 "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"\x0E ¹ÊLÔÄJݜÓ»a¡j\x16 "
b"\x0F @mTÖËBü»g£Z¸ñüe "
b"\x0F eZu±7K’¯Lj¼·Œøà "
b"\x10 6-„±\x03 C‹ºÈ£;!\x13 ‹… "
b"\x13 1ñ•7ƒAΜÊpš/\x05 8% "
b"\x13 xëi\x00 ‚EªƒÚó\x02 Õ>žu "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"\x15 tk9Ž\v B$³WÏ`;oºú "
b"\x15 ©╣0┴ÒLX║*\x14 üÀÌdi "
b"\x16 €òóÀìOøª¼½ˆŸ\x19\x02 n "
b"\x17 ÄNWà\x11 J·ˆúTÑå˜g< "
b"\x17 È øçCÅ´\x11\x1F –\x11 \–6 "
b"\x17 âµ` F9†ºXÌ5„Eù "
b"\x18 H7o,ÆHyƒlVHÅqC\x1F "
b"\x18 ▓0Å_ÍMðƒ~{ÿ\x01 8:ı "
b"\x1A\x1A É`¡*Fÿ»ãUK.║\x07 ¶ "
b"\x1A\x1D\x1F GÑJL§¹Âjؘ`Æ‘ "
b"\x1A Z\x03 ̸!D–¿~\r ¢g\x15 2A "
b"\e A1E<\x03 M~šÂ¹\x16 rý5> "
b"\x1C µ█4TÄD\f æ\x1D Wìç@^ "
b"\x1D Œ°¦VeKÅ€ÄTó'çÏD "
b"\x1D Øù>Æ\x1C BÄ░t┤HóCá\x14 "
b"\x1E 0d|üÖI°¥¬\x04\f ¶\x13\x11 o "
b"\x1E XZ░Æ═EúÜ\x7F `§ëHìo "
b"\x1E p\x03 ps\x0E Hæ³,ÌrÓ6<| "
b"\x1E rVŦ]I*˜Íß0:7Fè "
b"\x1E ’a\x1F GìOç‚ÃÄ¿KÍê/ "
b"\x1E ‗©Ò\x0E ┴OSüÇWJy<¼w "
b"\x1F\x08 ³\x07 c¦A¿Œx~¶\x1F º—Ì "
b"\x1F C¹î@\x0F A¡½-\x7F >õxrU "
b"\x1F S_HäìGϵÀFSŰ\v M "
b"\x1F ·ð„ \x11 J\x17 ”*DÑYç«\x0E "
b"\x1F ¢s8\x18 ªF\x01 à±\x1E\x00 ¿Å\x1A ┬ "
b"\x1F Ú5˜1vC½š³£\x1C N\x1D Kt "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b" #?Y„‹M[¯±@„n&7r "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b"!\x15 Ë\f â;Hü‘Ù#5]ë"2 "
b"!\x1A 8À\t ¿K\x19 ì6øéÐ\f\x19 ¯ "
b""\v\x1F ϽñB½«˜g¹L‡\x06 "
b"#Fâã—&@¸’>yèà\e È\ "
b"#¦ÄО”CG½ƒe‡m žœ "
b"$\x06 ¢¨õÜF»ü\e Âêü¨‗1 "
b"$æ÷ËeÓ@\x19 │┼û\x19 üƒUÑ "
b"$Ï\x02 ýW9AY“$Ãk7'S¥ "
b"$ô\x00 ã„<K,Ž\x15 ó&ééj% "
b"$÷zëü\v M¥à²à└E}¡ "
b"&&\x12 †è]Oõ¨:\x01 ˆÜº|\x00 "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"&E\x0E È.ô@â║Ï\x00 ØQLP╦ "
b"&ϼz\x02 ºG„š\x00 æ'ç`«‡ "
b"(=«–sçJ+´üùngR¥í "
b"(šç—‘hMl›jö¿îFo¾ "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b")"áÆRÑF@µ)}—šgì\x1D "
b")Í\x11 pÍ@M[¤½Øÿ-zMj "
b"+AñÉ\f xFš%¬ª)Zì_ "
b"+¯Ü2sùHm€(fÖîwÚ\x7F "
b",«4˜¨®H@»ƒâ¯Ö97\x00 "
b"-ò¨ºËâNƒ³áÎìúŒùG "
b"-ó†Ì‹rJ½‚¤9mBê»7 "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b".ÂA(yD,ŠÜu†ðùË "
b"/Ö§\x08 ”ñC~ªÊX\v hGæà "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"0pP„"kFÌ·\x18\x16 +Äð/ "
b"0ì5yK‗G·¼¼vÿî\x12 .\x08 "
b"0´â\x11 ª'L¡¶\x11 Ÿoe\x11 `\x06 "
b"1s^ã”\x17 EF¹¨57*ú>Ù "
b"2çÕÞ\x06\x13 A7ئ║Q)L‗" "
b"3\x07 B░\x11 ±L╩«\t >Éä\x12 J@ "
b"3Pòv³WM▄î╬ÓG\t ů\t "
b"4¬\t š$\x00 G؉wZö6ó¥· "
b"""
5\n
2aY÷M}œXæ\r äø?•
"""
b"5\x18 ¼┌=«D\x02 ÉÇÊr0ù@v "
b"5MíÉ\x0E\x18 FÀ¤xî.iœòœ "
b"6Pës³ÚBñ¶$WnÕ›uN "
b"6mUÜÇüHFå[Î\x12 Ï░®¡ "
b"7\x03 ╣ã┼WB\x06 Æ\x05\x18 Éû║dı "
b"7C;æÂ:I‡¦¡‹Få¢X# "
b"9q¸▀\x1F ╣C\x15 ò£\x08\x0E AýrÅ "
b"9Ÿ7?E\x15 K&£§ž›\x07 zÁ³ "
b":ö–噂J‘š€œB°¹éö "
b";ìâ³ëvH}“e\x1A Ù÷Ï›m "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"=\x0E ,òs\r Oå¶?õxµ<j— "
b"=¨\x1D _PþG‘¢,Ìt¶HÞ® "
b"=╔ı\t ╔\x13 IÉê╔▄ÌÓ¯\x11 û "
b">óìê\x1E §N7‚l·Nn{ˆ "
b"?\x1E ƒƒb\x19 L£–ïvÚv³DÎ "
b"?Õ’$›TA\x1F — O\x13 lúiå "
b"@:Á5JC/¢‡A•§·‘M "
b"@@õ\x07\e EMº®;KÍ\x17 +°Ò "
b"@X®:†4Hœ’éïCJ´Eé "
b"@éÏ®àÉG█ùï¤Õ\x14 yIÑ "
b"@ˆÐFñ-O9©üþüSS\x1F\x05 "
b"@╩Ù▄\x12 É@S¿ô╗m\f µ┼å "
b"@µ`Å\x10 ÂJðö´Z\x1C ╗o-¤ "
b"AyPjy~J~´åÍèÒÊ\e n "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"BŽ<¼N@Bo¯à©\x18 ¿Ì73 "
b"Cç\x01 ~RUG9’rzU”¯gð "
b"D™A»Ü\x12 M©“Jê†9®µS "
b"G\e\x16 ›À‹@½‘\x02 ôˆïóX "
b"""
Gg\x1F Ì3qK³„z\x04\x06 ù\n
\x05 ‰
"""
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"I„º¿ÏrHÒ½\yaŽ\x10 ß\x03 "
b"J{ªÄ&[Ej›ÝóÚY\x1E ÅÎ "
b"J¬ò\x14 LFGw˜Ó¦sÙ\x07\e\x03 "
b"J¿óš\x14 àFî—Lðw\x7F ›:ˆ "
b"N~ÿ¢ÚtN\x01 ïl│«/┤ì¨ "
b"Nß╝N·ïFð░ùøQ4Å\x01 X "
b"""
O\n
\x03\x12 “¬Oܶá²DÑ\x12 ê»
"""
b"O\x1F 8lMM豟=]\v …X\x16 "
b"OŸÐ±kÎ@Ì€|€?½éY© "
b"OÃð«/•D©»X6·óò»· "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"QM< e¨Fß•µäX\r –v† "
b"R"╦C└}DÍ¢ñ&┴åÉ═s "
b"S¾KåÌ\x7F @\r ¶\e G(éAÖ4 "
b"""
T\x18 ÇGì²K\n
LP¡6†\x1A ¥
"""
b"U\f dÊÚçL\x15 ˜¸îöB›ï- "
b"Uu×OðuCì׬îWl╝ÙÆ "
b"VF@ßóëBþ¨\x14 ¼fé\r !¬ "
b"W«n\v @;M¾╝ú¿SìÄ└¡ "
b"X╝Øç)\x07 N¨é6v}¡ý=4 "
b"Y\x07 ‰à\x00 úJI®K(Î×\x07\x16 Ô "
b"Y->Kþ·HØü`\x1E \T8÷█ "
b"YL«ìÝ÷H⣂²Ö'i\x0E § "
b"Z8uꪓHT„W»'“l¥„ "
b"Z]à(ê\x04 GÉ \x1C ·¸†!~\x11 "
b"Z^ç‘K%C\x1F ‚Ž–»Œ+–\t "
b"ZÂ%"7íCË£ï»ÇfÝÁ• "
b"[\x1A / ÎéLÙ¾§cÔlQ\x0E H "
b"[#[‡„wA\x12 žê\r k\x18 ~Ø\f "
b"\\x03 ë\x1D ÄÄC•‘†—‡\e v‚N "
b"\}ï3á?L¡HéeK†ùG "
b"""
\ ,`‚Nì£\n
¤Â!>çÆ
"""
b"^lå„?èGê„×\x1C ]•\x03 'l "
b"^\x1D ªc\x06 M!«ÇãUM:–@ "
b"""
_mU\x14 ØíC\x10 ¢j\x08 └}\n
¡ÿ
"""
b"_}×\x10 ‚ÞOñ‚Z>OÅ0¶\e "
b"`gý$›ªE\x1D ±/>xÀ±f "
b"`y\t ¯ßb@ÅíÑÜj}äp| "
b"`üÝwC▀IVï\x04 z¢µ\x13 ┼I "
b"a2G™M @-™>¿OFOT< "
b"aLúðß!A]…5„ѱ÷±› "
b"aQ\WØþLKÄO8█4Eèl "
b"aÿ\x1E 7` HÊÅd®\x1D ü\x17 Y╔ "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"b\x7F ºlðJ˜–R\x18 Ҫ̼\x10 "
b"bëûP·=EWæ\x11 Å┐MÔÅÓ "
b"b˳GòÞF┤╝E8ûüq\x05 ] "
b"c–ÆûZãNg†ëæW„‚´¤ "
b"cï6ÚL@qš\x04 Z°µZÓl "
b"d\x00 H8RÏK§¬~R\F_Oš "
b"dA6¤*MJ\e «ÇáWŽ\x05\x12 { "
b"""
dÚ¼\x15 &¼K¡¤'\n
¦™Ú>ž
"""
b"eVQÄÛþGï│½Õ/\x07 J(Ø "
b"fÎS„(\x00 IÍž`²¥žì\x1C È "
b"fÝ^ÙX\x04 M‰ª\x19 ÏØ\x1E F÷O "
b"gRƒÀ\x02 nK\x1F ¼/ˆÂÀþžÞ "
b"g¤sJAœBU¦È…ç\x00 þz2 "
b"hÄ—HAL9°A \x16 c¥Ò "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"irH\x1A ~sL4Ø▀ïÔ╝┬Ý┴ "
b"j®Õ‰C9Hk€k¥§\x08 t”g "
b"k\x1E\x1D /ɪDwŠA?ºÆ\v NÖ "
b"k–OZ97E\x18 ˜a/ãmxúX "
b"kÏ*MÆMLA¸D™›\x05 òÑU "
b"kå·Òç[Eè®\x17 Þ\x18 lÿ\x1F\x18 "
b"k³\x11 X\x03\x02 DÍØ¥àa\f ¸+@ "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"""
l¬\„\x18 †M\x1E ƒ$\n
ô¤‘‡\x14
"""
b"lça3héN\x19 †s2,q "
b"pJd\x1F v/L(•ê\t ë†\x7F ‡É "
b"pÏ `|ëAB•‡‡Ý· óì "
b"q\t ÊBØàA%€åv\t ìÍ¿Í "
b"q45ž'vA\x0E ˜C\x05\x1C Ç\x10 ”[ "
b"qà°Ý)wMzúZü\x0F ─Æ@¦ "
b"qɺѪ\x0F OKÁ£▀n!z\x05 ╗ "
b"qÙðö–XF^†¸\x14 µÍ\x08 „Z "
b"qålk£\x01 Hõ¤Ý\x1F 7[¬ûç "
b"skô‡ôpAe‘ôV¸\x03 |g@ "
b"sÌ)7\x1A ¨N‹™šiš|\t\x1D ‘ "
b"s╠+°\x19 ÙF,×p½▓\t É╗┌ "
b"uÞ"¾ıDK═ì\t\e ┤f\v ®¨ "
b"v¯ÕáŒóC\f ž\x12 ø“IQ=\x00 "
b"w\x03 –\x1A ©@O\x08 ²¤\x11 ²âòŒ¼ "
b"w|:'ë\x13 NºÅØ▄'{i2║ "
b"x„,\x1F UøB£°ü¢)ɼš± "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"y\x08 m¾qžE®ˆ‚—÷LÌâÐ "
b"y*oŸ‘þK<¸å\x1C 8\x01 í$Æ "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"yéÕóñ\x01 Nrª8#Zˆax\f "
b"yúÔó\v oBü„\f ð°ø".. "
b"z*}ƒA/M\x1F º\x12 ]pc]Êä "
b"zQÓ†>¾DÜ»Œl.K™\x01\x08 "
b"zpí[ð¦@N’\x05\x16 —rû×t "
b"z¢9%\e êM│ìep÷\x7F BÝ¢ "
b"{ç\x13 ^/¢H¢Š%‡+ªäš "
b"|mÕ„ýÇEJ¾¶É5_™_§ "
b"|å┼ÏG¶@üóð╗^¡"╝ "
b"|™PCÇ’Mž“,`!„p\x1D ö "
b"""
}óÅ╣¸6J\n
¢zñ]╣ÞìX
"""
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"\x7F O/"\x03 TO†ºç‹Câ¯g\e "
b"\x7F ¼§/0Ê@üÂG▄À*¢.\r "
b"€bG…\x14 {Là“S8V†·êÕ "
b"€¶T±“lHH½2Á]ÖRÌÄ "
b"""
ü\x05 ║!í\n
D3àÿ)²MzÔ┴
"""
b"ƒ«KL&TEͲ\x04 Ò~œÌz\e "
b"„¬G: ÏF$š\x13 Ö›j\x08 v3 "
b"„ì?Kj5K;©\x1A\v üš>1¾ "
b"…ÃrýN\x03 Ib‹ì×@Ö!B± "
b"""
à╔Ç¡ízFÂÄü\n
¹║┌åY
"""
b"†&/e—DD\x00 ¥?\x02 Ä¿Â:ã "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"ê┘\r ôB■J§ì¤^?Tå`¾ "
b"Šzi×\x05 ¸Dæ·v\x12 8û?ÎÔ "
b"""
‹-\x19\x1A ÛÈIZ¬\n
\x0F Ú‘\x03 6¡
"""
b"ïW┘dyÀB¡ÜÄÎueì\x07 ║ "
b"‹Ý££åÏJy¸eã7C÷\x07 ô "
b"î\e Eü╔ÌL╝ôlÁS¸V\x1F º "
b"""
Œ¼Á\x05\x1A ÛJž–\n
ý²*¼€Â
"""
b"ŒþÖÀ\x0E ×Iaˆ€\x07 溢æJ "
b"ì÷┘ÏOrG\t àArH\x12 ȺV "
b"Åq┐OcaIº╝n\e 0y¶X! "
b"Åw¢±D$GEó=ß\x11 á┌┌ë "
b"ÉB╝Á`@DÖà░C/Ö~c└ "
b"‘RŒžéPO¥®&\x03 Çf<:\n "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"’\x19 š\v _\x05 C_‹ªÒXû¼8ü "
b"ÆÕL´OvCR╝oìtÕå\± "
b"""
ô\x15 57?‗E\x01 É\n
iN`U/x
"""
b"“[´\x13 {\x1E L¨œƒ&)Ú°Ñ^ "
b"”>\x03 ñÄuL9•7e,œKp\x10 "
b"–\x0F\x1A ]3vM£‹TŸ65^¼Ã "
b"–K†\x04 È|E†£pP \x1C\x00 Gµ "
b"–p1„ä©Mê¦cšÓ´\x1D n¹ "
b"–y\x13 v2XGS†=Á{\x19 ¢ü… "
b"–‚º\x01 ±&FG¸¼^)ò?æÙ "
b"—\x15 VX$èEZED}H}H\r "
b"—„~i€—A,»\r ™’Ùç:É "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"—Ù\f UáôB\x1F µ6!\x0F\x0F 6Ó$ "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"ÿk"3\x7F ØIXÖvª┴Ú\x14 ÚË "
b"˜ÈIñŸEKcŠT1˜Û¯\x1E · "
b"Ö\x1D\x1A \r ƒõLÉÉ\n ÉC~{ä\x00 "
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"Öï©¿\x1E\e O╝ü\f\x7F Ñ═BÀa "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"›\x13 îºÁ¤Ms¯3\x01 <à}Ù' "
b"›Ls\x18 ä¨Hl˜$~ˆ:©Á± "
b"ø‗Ä╦I═H+║\r ¨¥øìÃí "
b"›÷¦0tÆI¤'¶Ápˆ\x12 K "
b"œï%”ÜõMEºTL„g,Àœ "
b"Ør┐³]╩@¡Ö²º«°\x0E ıä "
b"""
×\n
$\x03 ììK\x13 ÇæÄ4@Ùk}
"""
b"×\x19 õ?+▒L©ÅSÊÏm╦ä& "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"Ÿ¢>¼ðIJs¯·êÀþ(1¬ "
b" \x02 æ;µ;Eí¢ªÚYBNÙ( "
b" dT ¯óH¸ªŒtñ\t\x17 ±µ "
b"á│║feßJ\x1A Å\x7F x6o,\e\x7F "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"""
£)m“ï\x1A LLJÚ\x18 \n
é„G–
"""
b"¤\x08 þ“1eOÀ„eË>\x14\x1E Ë’ "
b"¤Vf”õ5J\x1C ™5'í\x1E ø*\x0E "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"¤´©‹qMH\x18 º÷^\x19\x01 >\x06 ¾ "
b"ñÒ¥▒¾!E\f ïÐ┬É?V╦Õ "
b"¥;}ç*ÌC\x13 —Rú":ß "
b"¥dßp.ÜC\x7F ‹.0E,\e Ðü "
b"¦\x14 ¯Hú\x06 Ir‘swe„˜ÙÊ "
b"¦üÇxåÁO'µK++þö6\x03 "
b"§Ü…°ûUG–™IßÔ¢G¯\x1C "
b"¨\x00 ƒceÉGœ²hÓ3Tócf "
b"""
¨\x18 X\x19 \n
E(°\x1A ›\x16 æøØé
"""
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"¨9\x14 ¾^¹L$½Ç\x03 ñ—yÕ| "
b"®$[ì½L@¼«d\x1F Ol·t\t "
b"®L²│j4A?ïwNpÏ\x17 :ì "
b"©j\x08 JmÿD~»ÿïm‘é?" "
b"©“„R†\x10 F,˜\x10 hš¬\x1F $c "
b"®¸\x7F ç÷VNÏØ╗ÅÞ_H\x0F % "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"«xœâ\x06 nG*µ\x12 ŵrUŸ¢ "
b"«¸.pñeG$ 1`~”…•ƒ "
b"¬ÈdÀ¿†BŸµ›Ú—,1Y› "
b"¬Ê=MPŠM©‹Í@L:\x0E\x12 ú "
b"¬ÚŒC³–Ef¡oмi¡ œ "
b"{à\x02 ¦(J¹¸YWusë?z "
b"›E‚²)GEP»þmF¯è "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"õچήI‹¸®\x18 :Ç#¯{ "
b"®/<\x11 ±LGkŠ÷Ä]c†ž¼ "
b"«AÝ:╬ê@îÅþ\x01 é£\x04 J² "
b"«HýÉB\v I"╗¨├═\x00 ý\x06 m "
b"®wz\x04\x18 ƒI’¦‹ÃâÖôò< "
b"®†Å.²ðD®žÿý¶¨\x14 BC "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"°>ÈS†¹@Ô†ÉMû zðd "
b"°bš@•dKÙT[\x1F h{>[ "
b"°£ rUpA}Žà,cš÷Êì "
b"±Yš\r 67Bt´\x0F VmFP®÷ "
b"▒ì ¿‗TC%Å«\x7F GÑ┘¹╦ "
b"²ýO|udKÞ \x19 ôsÅ/ëx "
b"³¢.-v\x03 L^³Ð¹WUí·{ "
b"³ãÊ»ã4Jå—/».\x06 õâÐ "
b"´eN‹yÐI~·5±Ó«l\x1A G "
b"ÁÝôy1«MºìK½Ð‗HÍß "
b"µú×D$šKl–L\x1A\x05\x7F ™H\x1C "
b"ÂV!\x05 å╔Oü║└.õoÁÿT "
b"·‹\x1A a#\x00 I¿ºSL’³y;¦ "
b"À¢█¥\x01 ┴D²áÉpíYpmÈ "
b"¸Bå;Ù3B\x06 ¬ì<³ùÞ©< "
b"╣\f è\x0F\x07 ║L¯Ä¼Ùü═`\x06 ô "
b"║\x1F ┘ºl\x07 O\x05 ì»ı~\r nÐi "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b"║µ\x1D\x1D ı¤L└£-╩ØBàR4 "
b"»7!g,¬Ié‘oòêºÇJ… "
b"╗ì\r å\x07 ¹H┼ô !\x02 f┴ò│ "
b"¼ éò\r ÉO4±…ÛMúmL± "
b"╝TÈò°!Aiü\x03 CkCë`B "
b"½KJÀO\x00 G\x10 ‹^1Á6G³( "
b"½hhÁ\x1D 8H€¯ŠFûì˜k¯ "
b"¢Ù─0÷pN▓ØbÅ3¹¿bw "
b"¿\f 屇|M£‡éM\x0F ж܇ "
b"┐zöâ\x00 ZOÛü²y\x02 ïÉ\x1E ¸ "
b"À\x18 ìÕÌAHô‹LJ»\x00 Œ•° "
b"ÀY]GÌ\Kõ‚ƒ§Ñ\x1F M°{ "
b"ÀZv\x07 ê\x13 I£„ë¬\x02 0¹Ž_ "
b"└mA¸^ÄHüü\x13 "─¯JÚz "
b"ÀÎ\x13 ´Ì\t N¾®®‹„\x14 [\x1A . "
b"┴Åy¸i┴Fı╝\x18 "±╚ó®ÿ "
b"Âg$¯Ã»AK»äÆ\x12 ì…„® "
b"Ãn\e LjÚI¥¿Ç&†øià. "
b"Äm\r c\x18 áMg–zªÀ¢ð‡< "
b"ÄuW\r +¦D²¸Ä>k5ù{ß "
b"ÅI\x14\x01 ‰JM—¥KNõG¦ƒ\x17 "
b"ÅŸ”\x03 áßH?™«Œ\x02\x0F 5‹™ "
b"""
┼úIqLÅK¡ÿ╗#\n
\x05 Ê│â
"""
b"┼½\x14 OI\Eлt!sÙü\x12 " "
b"Æ@§\x03 ‚\x1C IK¨¼˜b‘ZØ' "
b"Ãé╦â_1CêìW "ñíZÑ "
b"élZ\x14 iO¼«R┤Å&\x19 ±\x03 "
b"É\e ø8®\x14 B§¼¶Vª*cp¥ "
b"╩±\x10 B╬\x17 OºïéÝg─üÿà "
b"Ë¿u\x1F Ý•HKƒ¢\x0E ¬KùWŒ "
b"╠\x17 ÉU\v {Fð┐ß\v\f °·-Î "
b"Ì!ñs$»Gæ¿Æ»U\t w7\n "
b"╠\x7F\x17 ÁE┤C%Ø{;æ¢Â5Ú "
b"ÌÅad9ŒM\x1E •Tú\x01 ë¤$§ "
b"Í<Í$DDD=¾]$Ò])áÖ "
b"Î×X\x1F —ãM‡„¾’¤éÈ\x18 "
b"Ï¡l\x08 %R@BŠÆ…åÈ—2Ž "
b"""
Ï¡§Ãà\n
C”œó¥•©Úé
"""
b"¤█ÍòØÂG?ñ£Ù▒W¡yå "
b"Ðò\x1C H\r åH_“6R¸m„¤6 "
b"Ð#¨Ø╣»N\x07 ôj\v â¤0ıÎ "
b"Ñ3Ãuï¢L\x05 ©\x01 ñ×oh’h "
b"Ò)¾m\‘L+ õ,\x1A œh\x13 ä "
b"Ò±7«…€Eh¸f'¼h5eÝ "
b"ÓŠ¿`\x01 8Ky»æú<í3Å> "
b"Ó˜ÂÝëÄDö§MÃ\x13 1%˜\x7F "
b"Ô\x1E °Â"\x14 E9´ÌkéK\x1D ‰% "
b"È║░«\x04 "GV┐\x06\x1D |ì¢îÛ "
b"Õ=ï\x18 ‡LJÁ‹"O¼\x07 UI\x00 "
b"ıHH?\x01 sO®É`ö╣╔D\x07 l "
b"Õlkö@`I7¡ù1\x11 /[øe "
b"Õˆt\e hJC\x10 ³\x1D ¡p6´\x10 K "
b"Ö²v¹Q]Lé‹\x1A \¨\x06 ó`n "
b"ÖÂín‚%OÉ¥\x02 ¥õáÒcV "
b"×"ØÂÌ"J8”E> æí×H "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"ÎYìÜä╦Bö░\x03 rCéj.D "
b"×µøœ5ÞK6»y©z@NÏ "
b"""
×¾é¿\n
@Iz€O 8[SlÛ
"""
b"Ø#\x1E ΑsBt¬¥4f&›ªš "
b"Ï1¬o£ÉNó¥Ï©Òñ¾\f 8 "
b"Ï7µLý<IØ«─»\x1E <òm▓ "
b"ÏÄ/é\x0F wE\x03 ÀÓ°ÛµÅ\┴ "
b"Ø£ª€)\x1E F0™Jý8\x1F ã§Y "
b"Øðëq“,D†g\x14\x0E 3\x12 …^ "
b"ØþE\e õ”OéµÁ•f=\x15 `¦ "
b"Ú\x16 VS‘˜Aœ—¾#¿µØE "
b"Ú`\t KðšKظ)yu¬ù§ "
b"ÚqN»ŒµK÷’w¨Žñϯž "
b"ÛuÃŽ\v x@c»µë·*é\x10 É "
b"""
ÛÀ R™\n
F\x06 ½µ¬ßô/0<
"""
b"ÜKÊVÍ9FNžõTîˆbŠ\x1A "
b"ÜR¢cåÝ@ô±¯‘6/Ã!” "
b"▄tçrÉDDAÿÛ¡qÜ\¼º "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"Þ¶ë¼\x0E ¦JVˆO[¶H…I« "
b"Ó$âo\t ÎJ╦ÁÉ\x18 Â)ÎY· "
b"à%Ò\e æ+H ‹\§HXci¡ "
b"ß]█`═mLµÉÑv\¾A¸┤ "
b"áèˆITÀNq«]®ë4oøï "
b"Ô]í\x11 Ù_N┤Ÿ;■aº½\x08 "
b"ÔhÉ\x10 DÎOIù╚yà\x05 ²Ûc "
b"âä\©½ŽNNµ¼Bj°r.¼ "
b"ã\e ؽ…ßGF‰ZHt°UÉD "
b"ã"kô\x1A xBª·ùÍCo\x1E Œ> "
b"Òo9\t ¾ÉK,Ö┘ú%:îòÛ "
b"Ò¦N¹S4G¸ª┐qßBØkÒ "
b"äpqWNžLr°\x14 ay‡\x07 ©A "
b"å\x01 Ϋ™ÚL‘€Œ/ª^\x7F ¢g "
b"Õ4\x08\x1D ØÒC\x11 »&æp▓øñx "
b"Õ;\x15 $ç(OQì▄dAñ└╝| "
b"å{û\x05\x19 RKM„Êg›Ž0ÌÙ "
b"å—\x15 ÏÿYD\x04 Œè³_bÈCå "
b"åÙ‘\x0E ½¿D^‚ûÀ@e\x1D Ëi "
b"æI\x17 ÒÞö@ð™ßóárEWù "
b"ç\e ɳ“þA3¿\x1F ³+ ü\x1F 2 "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"ç®g\x02 £^O\x7F ©\t\x07 ¦F©¸^ "
b"é,*…/O„¡[kíÙ\x0F Wù "
b"Û\v ú£VíH┬ØúÕ<uùu° "
b"Û┬Â┼BÖK\x05 ƒÞgüÚù\x00 à "
b"êèQ`YüM\x15 ›¬Žs\x1D èë\x06 "
b"ë\x7F V:QæFˆŠÈ-\v Ù\x0E S¸ "
b"ëÂÉÁÍ6H^“\e tE\x7F ñ7· "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"ìå0òU"OØ…\x13\x02 95äÞI "
b"ìålœ\x02 ZJT®i"}(ŸcW "
b"""
î\x14 …e4´K\x01 §©\n
ÈóYé\
"""
b"î?R1r¹H㣊v“*¯©§ "
b"îMM\x05 £GId—½\x08 ªs\r ñ( "
b"îV±\x17 Ê\x1D EÕª\x1E tÅ£\x1C ˆ¨ "
b"´p:«ÀÎB¼ìÎf\x06 4S\x11 5 "
b"ðºëè\e\x0E Nr˜ãd;\x0F ¶Ÿ "
b"ñ§hưøIQœ\x1F Sj\x7F ãx„ "
b"ñ×\r ÇÖ&AZ¸Â\v ÖA¯±k "
b"ñúKÇ\x05\x05 Iž£RqLàÏ\x16\x04 "
b"ò9ÙZaÉG\x07 ¬(\x05 òŒ1%Å "
b"ó\x05 b/Î/Hž¤¶¸}\x16 €\x1E v "
b"ó1¡IäKO’óJzÂóy\ "
b"ôû(\x00 ŽàG®¢+Yñø¼Ä‰ "
b"õqšoMî@}¾ÓÎWûbÓ¿ "
b"õ–ôÛ–¹H\x19 ™ÐVñ\r kŠ "
b"ö·\t {:%N\x1F ˆpÈw0féÞ "
b"÷\r (àŽ?G'»>®°yyÑe "
b"÷“kf<cO\x0F ®ádúÍ(\v S "
b"¸ñû┬Ï.GµÅ─¶ÝP)êÁ "
b"°ttL└─HÁª×i¦Éõ3\ "
b"øž‹ó?ÇJÑ —é@“@ìŒ "
b"°ÚÕì&uK\x1E ¥ðü0doÈã "
b"ùŒ¢¦í®EÔ‘á(ñëºeW "
b"û°\x01 q4&D\x16 ®ìÃ*ªåD\ "
b"ýÅÆ;’\x1E MäžyÖlºa¨\x7F "
b"ýÕZ<Û\x1C @ì«ö\f _ð5\v 5 "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"ÿ\x18 Õ„5üEý™AFM,¢õ\x1A "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
]
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 (0x00046AE9FF6845BB9F8F777F05AABB42 , 0x004B11B664424995968A6294D4EA4AE7 , 0x00D4D0B014FB40AD860B02AE1083755E , 0x0198CC7F3E447214A848528DE060A0ED , 0x01BDD843B2E341FBA7621F41D7710E98 , 0x02049224C56347179FA4C013E2CFCD8F , 0x0247791B45054C689DC340A2C29E97C3 , 0x02FAF11477E8438297010141B853806C , 0x030C2B8679954ED2A192D0AB41599237 , 0x0311A626F2534859924D497E584776D0 , 0x0396B5DB563F412FBD5EC1E572547D5E , 0x03AE789C8C2D4A16BF489C76F4B59C68 , 0x04488BCF0EE84F5B84633A1AF9458006 , 0x0483012995204A50B2AA3E762122FEF9 , 0x04B7219DB9D94F5A995E158E06427030 , 0x04EA1648F2B345F881D5C29272C6F3C1 , 0x054825AB00664EE780D762BC63A565F6 , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x05F419753BFD4BDEA2E3D441A2C82906 , 0x064251F497FC464F86EFAD5FB2EDC697 , 0x0759A1C6E99B4B1EA6023E681F876273 , 0x0764F1BBEA1A41A59D8ADD016EA62243 , 0x08EE31E58A0A4355A1B001787FA2C574 , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x090E9258195245038789DFE2529B0192 , 0x0A02E5FE097D43EC8736119F01B68776 , 0x0A38581650A342BB97478E5552350B97 , 0x0A7D7CB8497F48648FA50404FCD9C9C2 , 0x0B4240DE68A5461FAC990789BF37F906 , 0x0BCBE8087AA045F0B7B6024B5DDCA825 , 0x0CF665757B114488B50086B62E4BA9F2 , 0x0D23AB14DC8848BFB34E5420BC24CCE5 , 0x0DE5A9A4AD8048DFA4869EBDA2816160 , 0x0DF30C3019B74A12A9691516EDFA03CA , 0x0E15B1A7FCE0408BB2A4061CF330FB37 , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0x0EB9CA4CD4C44ADD9CC393BB61A16A16 , 0x0F406D54D6CB42FCBB67A35AB8F1FC65 , 0x0F655A75B1374B92AF4C6ABCB78CF8E0 , 0x10362D84B103438BBAC8A33B21138B85 , 0x1331F195378341CE9CCA709A2F053825 , 0x1378EB69008245AA83DAF302D53E9E75 , 0x147C921683254C869D791B762F581652 , 0x15746B398E0B4224B357CF603B6FBAFA , 0x15B8B930C1E34C58BA2A1481B7DE6469 , 0x1680F2F3C0EC4FF8AABCBD889F19026E , 0x17C44E57E0114AB788FA54D1E598673C , 0x17C8AD20F8E743C5B4111F96115C9636 , 0x17E2ADB56020463986BA58CC358445F9 , 0x1848376F2CC64879836C5648C571431F , 0x18B2308F5FD64DD09F7E7B9801383AD5 , 0x1A1A9060AD2A4698AFC6554B2EBA07F4 , 0x1A1D1F47D14A4CA7B9C26AD89860C691 , 0x1A5A03CCB8214496BF7E0DA267153241 , 0x1B4131453C034D7E9AC2B91672FD353E , 0x1CE6DB34548E440C91F01D578D87405E , 0x1D8CB0A656654BC580C454F327E7CF44 , 0x1D9D973E921C428EB074B448A243A014 , 0x1E30647CFCD649B0A5AC040CB613116F , 0x1E585AB092CD45A39A7F60F589488D6F , 0x1E700370730E48E6B32CCC72D3363C7C , 0x1E7256C5A65D492A98CDDF303A3746E8 , 0x1E92611F47EC4FE782C3C4BF4BCDEA2F , 0x1EF2B8E30EC14F538180574A793CAC77 , 0x1F08B30763A641BF8C787EB61FBA97CC , 0x1F43B9EE400F41A1BD2D7F3EF5787255 , 0x1F535F48E4EC47CFB5C04653C5B00B4D , 0x1FB7F084A0114A17942A44D159E7AB0E , 0x1FBD733818A6460185F11E00A88F1AC2 , 0x1FDA3598317643BD9AB3A31C4E1D4B74 , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0x20233F59848B4D5BAFB140846E263772 , 0x2070C1C33600459DB6737C6F3F590C27 , 0x2115CB0CE23B48FC91D923355DEB2232 , 0x211A38B709A84B198D369B82D10C19EE , 0x220B1FCFBDF142BDAB9867B94C8706AD , 0x2346E2E3972640B8923E79E8E01BC85C , 0x23A6C4D09E944347BD8365876D209E9C , 0x2406BDF9E49A46AF811BB68881F9F231 , 0x2491F6D365E04019B3C59619819F55A5 , 0x24CF02FD573941599324C36B372753A5 , 0x24F400E3843C4B2C8E15F326E9E96A25 , 0x24F67A89810B4DBE85FD85C0457DADF0 , 0x26261286E85D4FF5A83A0188DCBA7C00 , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x26450ED42E934083BAD8009D514C50CB , 0x26CFBC7A02BA47849A00E627E760AB87 , 0x283DAB9673E74A2BB4FCF96E6752A5ED , 0x289AE79791684D6C9B6AF6BFEE466FBE , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x2922E1C652D14640B5297D979A67EC1D , 0x29CD1170CD404D5BA4BDD8FF2D7A4D6A , 0x2B41F1C90C7846C29A25ACAA295AEC5F , 0x2BAFDC3273F9486D802866D6EE77DA7F , 0x2CAB3498A8AE4840BB83E2AFD6393700 , 0x2DF2A8BACBE24E83B3E1CEECFA8CF947 , 0x2DF386CC8B724ABD82A4396D42EABB37 , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x2EC241AD2879442C8ADC75C286F0F9CB , 0x2FD6A70894F1437EAACA580B6847E6E0 , 0x302C26630EE74FF28738A844ED269886 , 0x30705084226B46CCB71816AD2BC4F02F , 0x308D35794BF247FAACAC76988C122E08 , 0x30B4E211AA274CA1B6119F6F65116006 , 0x31735EE394174546B9A835372AFA3ED9 , 0x3287E5E8061341379DDDBA51294CF222 , 0x330742B011F14CCAAE093E9084124A40 , 0x33509576FC574DDC8CCEE047098FEE09 , 0x34AC099A240047D889775AF636F3A5B7 , 0x350A326159F74D7D9C58E60DE4F83F95 , 0x3518ACDA3DAE44029080D27230974076 , 0x354DEDC90E1846C0A478EE2E699CF29C , 0x3650EB73B3DA42F1B624576ED59B754E , 0x366D559A80814846865BD712D8B0A9AD , 0x3703B9C6C55742069205189096BA64D5 , 0x37433BE6C23A4987A6A18B46E5A25823 , 0x3971F7DF1FB94315959C080E41EC728F , 0x399F373F45154B26A3A79E9B077AC1B3 , 0x3AF696E599824A919A809C42B0B9E9F6 , 0x3BECE2B3EB76487D93651AD9F7CF9B6D , 0x3CEB37A732424262915D394BDED5A67B , 0x3D0E2CF2730D4FE5B63FF578B53C6A97 , 0x3DA81D5F50FE4791A22CCC74B648DEAE , 0x3DC9D509C913499088C9DCDEE0EE1196 , 0x3EF3ECEA1EA74E37826CB74EAD6E7B88 , 0x3F1E838362194CA396EF76DA76B344CE , 0x3FD592249B54411F97204F136CFA69E5 , 0x403AADC1354A432FA2874195A7B7914D , 0x4040F5071B454DBAAE3B4BCD172BB0D2 , 0x4058AE3A8634489C92E9EF434AB445E9 , 0x4082D8A9859047DB978BCFE5147949A5 , 0x4088D046F12D4F39A9FCFEFC53531F05 , 0x40CAEBDC12904053A893BB6D0CE6C586 , 0x40E6608F10B64AD094EF5A1CBB6F2DCF , 0x4179506A797E4A7EB4E5CDE8D2CA1B6E , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x428E3CBC4E40426FAFE0A918BFCC3733 , 0x43E7017E5255473992727A5594AF67F0 , 0x449941BBDC124DA9934AEA8639AEB553 , 0x471B169BC08B40BD9102F488EFADF358 , 0x47671FCC33714BB3847A0406F90A0589 , 0x481078A8A1154B838281D129F2C084CB , 0x4984BABFCF7248D2BD5C79618E10DF03 , 0x4A7BAAC4265B456A9BDDF3DA591EC5CE , 0x4AACF2144C46477798D3A673D9071B03 , 0x4ABFF39A14E046EE974CF0777F9B3A88 , 0x4E7E98BDE9744E018B6CB3AE2FB48DF9 , 0x4EE1BC4EFA8B46D0B0979B51348F0158 , 0x4F0A031293AC4FDCB6E1B244D112EABB , 0x4F1F386C4DAD4DE8B19F3D5D0B855816 , 0x4F9FD0B16BCE40CC807C803FBDE959A9 , 0x4FC3F0AB2F9544A9BB5836B7F3F2BBB7 , 0x51070503953F46338AE553AAD8369B0F , 0x514D3C2065A846DF95B5E4580D967686 , 0x5222CB43C07D44D6BDA426C18690CD73 , 0x53BE4BE5CC7F400DB61B4728E941D634 , 0x5418C747ECB24B0AAD4C50A136861AA5 , 0x550C64CADAE74C1598B8EEF6429BEF2D , 0x55759E4FD075438D9EAA8C576CBCEB92 , 0x564640DFF3EB42FEA814BC66E90D21AC , 0x57AE6E0B403B4DF3BCA3A8538D8EC0AD , 0x58BC9D8729074EF98236767DADEC3D34 , 0x590789E000FA4A49AE4B28CED70716D4 , 0x592D3E4BE7FA489D81601E5C5438F6DB , 0x594CABECDDF748E2A382B2D627690EA7 , 0x5A3875EAAA9348548457BB27936CA584 , 0x5A5DE028EA0447C9A01CB7B886217E11 , 0x5A5EE7914B25431F828E96BB8C2B9609 , 0x5AC2252237ED43CBA3EFBBC766DDC195 , 0x5B1A2F20CEE94CD9BEA763D46C510E48 , 0x5B235B87847741129EEA0D6B187ED80C , 0x5C03EB1DC4C44395918697871B76824E , 0x5C7DEF33E13F4CA1AD48E9654B86F947 , 0x5CC2202C60824EECA30AA4C2213EE7C6 , 0x5E6CE5843FE847EA84D71C5D9503276C , 0x5EAD1DAA63064D21ABC7E3554D3A9640 , 0x5F6D55149DA14310BD6A08C07D0AAD98 , 0x5F7DD71082DE4FF1825A3E4FC530B61B , 0x6067FD249BAA451DB12F3E78C0B166AD , 0x607909EEE162408FA1A59A6A7D84707C , 0x6081ED7743DF49568B047ABDE613C549 , 0x613247994D20402D993EBF4F464F543C , 0x614CFAF0DF21415D853584D1B1F7B19B , 0x61515C579DE74C4B8E4F38DB34458A6C , 0x61981E3760FF48D28F64A91D811759C9 , 0x6279E85C754A43909DE87F0D3B858351 , 0x627FADBA6CF04A98965218D2AACCBC10 , 0x62899650FA3D455791118FBF4DE28FE0 , 0x62D3FC4795E846B4BC4538968171055D , 0x6396C6FB5AE34E6786EBE6578482B4A4 , 0x63EF36C39A4C40719A045AB0B55AD36C , 0x6400483852CF4BA7AC7E525C465F4F9A , 0x644136A42A4D4A1BABC7E1578E05127B , 0x64DABC1526BC4BA1A4270AA699DA3E9E , 0x6556518EEAE7478BB3ABE52F074A289D , 0x66CE5384280049CD9E60B2A59EEC1CC8 , 0x66DD5ED958044D89AA19CFD81E46F74F , 0x675283C0026E4B1FBC2F88C2C0FE9EDE , 0x67A4734A419C4255A6C885E700FE7A32 , 0x68C497AD48414C39B04120201663A5D2 , 0x696571E2EFEF43A1BF0E6634566035F3 , 0x6972481A7E734C349DDF8BE2BCC2EDC1 , 0x6AAED5894339486B806BA5A708749467 , 0x6B1E1D2FC9AA44778A413FBAC60B4ED6 , 0x6B964F5A3937451898612FE36D78FA58 , 0x6BCF2A4DC64D4C41B844999B05F2D155 , 0x6BE5B7D2E75B45E8AE17DE186CFF1F18 , 0x6BFC1158030244D69DBE85610CF72B40 , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x6CAC5C8418864D1E83240AF4A4918714 , 0x6CE7613368E94E198673322CEE95AC71 , 0x704A641F762F4C2895EA09EB867F87C9 , 0x70CF20607CEB4142958787DDB7A0F3EC , 0x7109CA42D8E0412580E57609ECCDBFCD , 0x7134359E2776410E9843051CC710945B , 0x7185F8ED29774D7AA35A810FC49240DD , 0x7190A7A5A60F4F4BB59CDF6E217A05BB , 0x71D9F0F69658465E86B814B5CD08845A , 0x71E56C6BA30148F5A4DD1F375BACFBE7 , 0x736BF487F470416591F456B8037C6740 , 0x73CC29371AA84E8B999A699A7C091D91 , 0x73CC2BF819EB462C9E70ABB20990BBDA , 0x75E822F3D5444BCD8D091BB4660BA9F9 , 0x76AFD5E18CF3430C9E12F89349513D00 , 0x7703961AA9404F08B2A411B2E2F28CBC , 0x777C3A2789134EA78F9DDC277B6932BA , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x79086DBE719E45AE888297F74CCCE2D0 , 0x792A6F9F91FE4B3CB8E51C3801ED24C6 , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x79E9D5F3F1014E72AA38235A8861780C , 0x79FAD4F30B6F42FC840CF0B0F8222E2E , 0x7A2A7D83412F4D1FBA125D70635DCAE4 , 0x7A51D3863EBE44DCBB8C6C2E4B990108 , 0x7A70ED5BF0A6404E9205169772FBD774 , 0x7ABD39251B884DB38D6570F67F42EDBD , 0x7BE7135E2FA248A28A25AD872BAAE49A , 0x7C6DD584FDC7454ABEB6C9355F995FA7 , 0x7C86C5D847F44081A2C7F8BB5EAD22BC , 0x7C995043C7924D9E932C602184701DF6 , 0x7DA28FB9F7364A0ABD7AA45DB9E88D58 , 0x7E343212F7D849278D9336A7FE9D2D83 , 0x7F4F2F2203544F86BAE78B43E2AF671B , 0x7FACF52F30D24081B647DCB72ABD2E0D , 0x80624785147B4CE09353385686B7EAD5 , 0x80B654B1936C4848BD32C15DD652CCC4 , 0x8105BA21A10A4433859829FD4D7AE2C1 , 0x83AB4B4C265445CDB204D27E9CCC7A1B , 0x84AC473AA0CF46249A13D69B6A087633 , 0x84EC3F4B6A354B3BA91A0BFC9A3E31BE , 0x85C372FD4E0349628BECD740D62142B1 , 0x85C980ADA17A46B68E810AFBBADA8659 , 0x86262F6597444400A53F02C4BFC23AE3 , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x882A0D90845C46C9BB019659A615F235 , 0x88D90D9342FE4AF58DCF5E3F548660F3 , 0x8A7A69D705B844E6B7761238FB3FCED4 , 0x8B2D191ADBC8495AAC0A0FDA910336A1 , 0x8B57D96479B742AD9A8ED775658D07BA , 0x8BDDA3A3E5CF4A79B865E33743F707F4 , 0x8C1B4581C9DE4CBC936CB553F7561FA7 , 0x8CBCC1051ADB4A9E960AFDB22ABC80C2 , 0x8CFED6C00ED74961888007E6BAA2E64A , 0x8DF6D9D84F7247098541724812D4A756 , 0x8F71BF4F636149A7BC6E1B3079F45821 , 0x8F77BDF144244745A23DE111A0DADA89 , 0x9042BCB56040449985B0432F997E63C0 , 0x91528C9EE9504FA5AE2603C7663C3A0A , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x92199A0B5F05435F8BAAD258FBBC38FC , 0x92E54CEF4F764352BC6F8D74E5865CF1 , 0x931535373FF24501900A694E60552F78 , 0x935BB4137B1E4CA89C832629DAB0D15E , 0x943E03F1C4754C399537652C9C4B7010 , 0x960F1A5D33764DA38B549F36355EBCC3 , 0x964B8604C87C4586A37050A01C0047B5 , 0x96703184E4A94DEAA6639AD3B41D6EB9 , 0x9679137632584753863DC17B19A2FC85 , 0x9682BA01B1264647B8BC5E29F23FE6D9 , 0x9715565824E8455AAD45447D487D480D , 0x97847E698097412CBB0D9992D9E73AC9 , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x97D90C55E1F4421FB536210F0F36D324 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x986B22337F9D49589976A6C1E914E9D3 , 0x98C849F19F454B638A543198DBAF1EB7 , 0x991D1A0D9FE44C90900A90437E7B8400 , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0x998BB8A81E1B4FBC810C7FA5CD42B761 , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x9B13EEBAC1A44D73AF33013CE07DD927 , 0x9B4C7318E4A8486C98247E883AA9C1B1 , 0x9BF28ECB49CD482BBA0DF9BE9B8DC7A1 , 0x9BF7A63074C649C2A427B6C17088124B , 0x9CEF2594DCF54D45BA544C84672CC09C , 0x9D72BFFC5DCA40AD99FDA7AEF80ED584 , 0x9E0A24038D8D4B1380918E3440EB6B7D , 0x9E19E43F2BB14CB88F53D2D86DCB8426 , 0x9E43A614F83540769B8D47B80B0090E8 , 0x9FA23EBCF0494A73AFB7EAC0FE2831AC , 0xA002E63BB53B45EDA2AADA59424ED928 , 0xA0645420AFF348B8AA8C74F10917B1B5 , 0xA0B3BA6665E14A1A8F7F78366F2C1B7F , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xA3296D93EF1A4CC787DA180AE9844796 , 0xA408FE9331654FC08465CB3E141ECB92 , 0xA4566694F5354A1C993527ED1EF82A0E , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0xA4A8C86177954121A5C1D21756B47A2B , 0xA4B4A98B714D4818BAF75E19013E06BE , 0xA4E3BEB1F321450C8BD1C2903F56CBE5 , 0xA53B7DE72ACC4313AD9752FA223AADDF , 0xA564DF702EDC437F8B2E30452C1BD0FC , 0xA614AF48FA064972917377658498D9CA , 0xA6FCC778E5C14F27B54B2B2BFEF63603 , 0xA7DC85B0FB5547969949DFD4A247AF1C , 0xA800836365C9479CB268D33354F36366 , 0xA8182058190A4528B01A9B16E6F8D8E9 , 0xA821025B13F0464C84E855512A64902E , 0xA83914BE5EB94C24BDC703F19779D57C , 0xA9245B8DAB4C40ACAE641F4F6CFA7409 , 0xA94CFDB36A34413F8B774E70D8173A8D , 0xA96A084A6DFF447EBBFFEF6D91E93F22 , 0xA99384528610462C9810689AAC1F2463 , 0xA9F77F87F6564ED89DBB8FE85F480F25 , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xAB789CE2066E472AB512C5B572559FA2 , 0xABB82E70F1654724A031607E94859583 , 0xACC864C0BF86429FB59BDA972C31599B , 0xACCA3D4D508A4DA98BCD404C3A0E12FA , 0xACDA8C43B3964566A16F8ABC69A1A09C , 0xAD7BE002A6284AB9B859577573EB3F7A , 0xAD9B4582B2294745AD50BBFE6D46AFE8 , 0xADF28C1B866641CA80805EDA0F657E47 , 0xADF5DA86CEAE498BB8AE183AC723AF7B , 0xAE2F3C11B14C476B8AF7C45D63869EBC , 0xAE41ED3ACE88408C8FE701829C044AFD , 0xAE48EC90420B4922BBF9C3CD00EC066D , 0xAE777A0418834992A68BC3E2D6F4F23C , 0xAE86C52EB2F044AE9EFFFDB6A8144243 , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0xB03EC85386B940D486C94DFB207AF064 , 0xB0629A4095644BD9AD545B1F687B3E5B , 0xB0A320725570417D8EE02C639AF7CAEC , 0xB1599A0D36374274B40F566D4650AEF7 , 0xB18DFFA8F25443258FAE7F47A5D9FBCB , 0xB2FD4F7C75644BDEA019F473C52FEB78 , 0xB3A22E2D76034C5EB3D0B95755EDB77B , 0xB3E3CABBE3344AE5972FBB2E06F5E2D0 , 0xB4654E8B79D0497EB735B1D3AB6C1A47 , 0xB5ED937931AE4DA78D4BABD1F248D6E1 , 0xB5FAD744249A4B6C964C1A057F99481C , 0xB656210586C94F81BAC02EE46FB59854 , 0xB78B1A61230049BFBA534C92B3793BA6 , 0xB7BDDBBE01C144FDA09070A159706DD4 , 0xB842E53BD9334206ACEC3CB3F9DEA93C , 0xB90C8A0F07BA4CEE8EACEB81CD600693 , 0xBA1FD9A76C074F058DAFD57E0D6ED169 , 0xBAAF0501442649A780E5481B2D0CA46D , 0xBAE61D1DD5CF4CC09C2DCA9D42855234 , 0xBB3721672CAC49E9916FF2EABAC74A85 , 0xBB8D0D8607FB48C593FF210266C195B3 , 0xBC20E9F20DC94F34B185DB4DFA6D4CB1 , 0xBC54D495F82141698103436B43896042 , 0xBD4B4AC04F0047108B5E31C13647B328 , 0xBD6868C11D384880AF8A46FBEC986BAF , 0xBDEBC430F6704EB29D628F33FBA86277 , 0xBF0CE5B1877C4DA387E94D0FD0B6DC87 , 0xBF7A9483005A4FEA81FD79028B901EF7 , 0xC018ECD5CC4148F48B4C4ABB008C95B0 , 0xC0595D47CC5C4BF58283A7D11F4DB07B , 0xC05A7607EA1349A384EBAC0230B98E5F , 0xC06D41F75E8E4881811322C4EE4AE97A , 0xC0CE13B4CC094EBEAEAE8B84145B1A2E , 0xC18F79F769C146D5BC1822F1C8A2A998 , 0xC26724AFC3BB414BBBE4C612EC8584AE , 0xC36E1B4C6ADA49A5BFC72686F869E02E , 0xC46D0D6318E14D67967AAAC0A2F0873C , 0xC475570D2BA644B2B8C43E6B35F97BDF , 0xC5491401894A4D97A54B4EF547A68317 , 0xC59F9403E1DF483F99AB8C020F358B99 , 0xC5A349714C8F4BAD98BB230A05D2B383 , 0xC5AB144F495C45D1AF742173EB811222 , 0xC640A703821C494BA8BC9862915AD827 , 0xC782CB835F3143888D572022A4A15AA5 , 0xC7B86C5A14694FACAE52B48F2619F103 , 0xC91BF838AE1442A7BCB656AA2A6370A5 , 0xCAF11042CE174FA78B82ED67C48198C7 , 0xCBBF751FDD95484B83A20EAC4BF9578C , 0xCC1790550B7B46D0BFE10B0CF8FA2DD7 , 0xCC21F17324BB47E6BFC6BB550977370A , 0xCC7F17B545B443259D7B3B91BDB635E9 , 0xCCC56164398C4D1E9554FA01EBA424A7 , 0xCD3CCD244444443DBE5D24D25D29E1D6 , 0xCED7581F97E34DC28784BE92A4E9C818 , 0xCFA16C08255240428AC685E5C897328E , 0xCFA1A7C3E00A43949CF3A595ADA9DAE9 , 0xCFDBD6959DB6473FA49CEBB157AD7986 , 0xD0F21C480DE5485F933652B86D84A436 , 0xD123F99DB9AF4E07936A0B83CF30D5D7 , 0xD133C375EFA24C05A901F1D76F689268 , 0xD229BE6D5C914C2BA0F52C1A9C6813E4 , 0xD2B137AB85804568B86627BC683565DD , 0xD38ABF6001384B79BBE6FA3CED33C53E , 0xD398C2DDEBC444F6A74DC3133125987F , 0xD41EB0C222144539B4CC6BE94B1D8925 , 0xD4BAB0AE04224756BF061D7C8DBD8CEA , 0xD53DEF18874C4AC18B224FBC07554900 , 0xD548483F01734FA9906094B9C944076C , 0xD56C6BF640604937A1F931112F5BF865 , 0xD588741B684A4310B31DA17036B4104B , 0xD6B276B9515D4CE98B1A5CA806F3606E , 0xD6C2ED6E82254FC9A502A5F5E1D26356 , 0xD722D8C2CC224A3894453EA0E6EDD748 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xD7598D9A84CB4294B0037243826A2E44 , 0xD7B5F89C35DE4B36ADBB79A97A404ECF , 0xD7BEE9BF0A40497A804FA0385B536CDB , 0xD8231ECE91734274ACA53466269BAA9A , 0xD831AA6F9C904EA2BED8B8E3A4F30C38 , 0xD837E64CEC3C499DAEC4AF1E3C956DB2 , 0xD88E2F820F774503B7E0F8EAE68F5CC1 , 0xD8A3AA80291E4630994AFD381FE3A759 , 0xD8F0EB71932C44AD8667140E3312855E , 0xD8FE451BF5944FE9B5C195663D1560A6 , 0xDA1656539198419C97BEAD23BFB5D845 , 0xDA60094BF09A4BD8B829AD7975ACF9A7 , 0xDA714EBB8CB54BF79277A88EF1CFAF9E , 0xDB75C38E0B784063BBB5EBB72AE910C9 , 0xDBC02052990A4606BDB5ACDFF42F303C , 0xDC4BCA56CD39464E9EF554EE88628A1A , 0xDC52A263E5DD40F4B1AF91362FC32194 , 0xDC7487729044444198EAAD719A5CACA7 , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0xDEB6EBBC0EA64A56884F5BB6488549AB , 0xE024836F09D74ACBB59018B629D759FA , 0xE025D21BE62B48208B5CA748586369A1 , 0xE15DDB60CD6D4CE690A5765CF341F7B4 , 0xE1E8884954C04E71AB5DAEEB346FF8EF , 0xE25DA111EB5F4EB48FF73BFE61A7AB08 , 0xE268901044D74F4997C8798505FDEA63 , 0xE2E45CA9BD8E4E4EB5BC426AB0722EBC , 0xE31BD8BD85DF4746895A4874B055C944 , 0xE3226BF41A7842AAB7F9CD436F1E8C3E , 0xE36F3909F3904B2C99D9A3253A8C95EA , 0xE3DD4EFB533447F7A6BF71E1429D6BE3 , 0xE47071574E9E4C72B01461798707A941 , 0xE501CEAB99DA4C91808C2FAA5E7FA267 , 0xE534081D9DE34311AF269170B29BA478 , 0xE53B152487284F518DDC6441A4C0BC7C , 0xE57BFB0519524B4D84CA679B8E30CCD9 , 0xE59715CFFF5944048CE8B35F62C843E5 , 0xE5D9910EBDBF445E82FBC040651DCB69 , 0xE64917D2DEF640F099DFF3E1724557F9 , 0xE71BC9B393FE4133BF1FB32B20FC1F32 , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0xE7AE6702A35E4F7FA90907A646A9B85E , 0xE92C2A852FAD4F84A15B6BEDD90F57F9 , 0xEA0BA39C56A148C29DA3E53C759775F8 , 0xEAC2B6C542994B059FE86781E99700C7 , 0xEAE8516059FC4D159BAC8E731DE8EB06 , 0xEB7F563A51E646888AC82D0BD90E53B8 , 0xEBC2C9C1CD36485E931B74457FF137B7 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0xECE530F255224FD88513023935E4DE49 , 0xECE56C9C025A4A54AE69227D289F6357 , 0xEE14856534B44B01A7A90AC8F359E95C , 0xEE3F523172B948E3A38A76932AAFA9A7 , 0xEE4D4D05A347496497BD08AA730DF128 , 0xEE56B117CA1D45D5AA1E74C5A31C88A8 , 0xEF703AAEB7D742AC8DD7660634531135 , 0xF0BAEBE81B0E4E7298E3643B0F20B69F , 0xF1A768C6B0F849519C1F536A7FE37884 , 0xF1D70DC7D626415AB8C20BD641AFB16B , 0xF1FA4BC70505499EA352714CE0CF1604 , 0xF239D95A61C94707AC2805F28C3125C5 , 0xF305622FCE2F489EA4B6B87D16801E76 , 0xF331C2A149E44B4F92F34A7AC2F3795C , 0xF4FB28008EE047AEA22B59F1F8BCC489 , 0xF5719A6F4DEE407DBED3CE57FB62D3BF , 0xF596F4DB96B9481999ADD056F10D6B8A , 0xF6B7097B3A254E1F8870C8773066E9DE , 0xF70D28E08E3F4727BB3EAEB07979D165 , 0xF7936B663C634F0FAEE164FACD280B53 , 0xF7A496C2D82E47E68FC4F4ED502988B5 , 0xF874744CC0C448B5A69E69DD90E4335C , 0xF89E8BF33FC74AD1A097E9409340EC8C , 0xF8E9E58D26754B1EBED08130646FD4C6 , 0xF98CA2A6EDAE45D491E128F1EBBA6557 , 0xFBB0017134264416AEECC32AAAE5445C , 0xFDC5C63B921E4DE49E79D66CBA61A87F , 0xFDD55A3CDB1C40ECABF60C5FF0350B35 , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0xFF18D58435FC45FD9941464D2CA2F51A , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE )));
Copy
85
1.39 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.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"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"Ãd>Éô.B§ö±ZSiÿÝf "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"¡j½âi•G¸#¸lkHÐ× "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x05\x16 U\x07 \x12 Ijü\x13 yÌÇгL "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b""A“r\f *JE¼–Ë-\x05 VUº "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"ÑÃ>â#FM…ˆXìûNWɘ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b""A“r\f *JE¼–Ë-\x05 VUº "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"²Ì\x03 펫M§¦³V¯=îÒà "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"{\x18 '\x11 ¡)Oi®"fµã{[Ä "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"WàeÍ)¢L³²Ùü9ü*¿P "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"6Zò,ñ+H(º'ù¾ø"zü "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"o═6\x1A ¯\x14 AßçUû¶®3+ì "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"DD$ÿ“‘J'¤\x01 é »3—n "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"6Zò,ñ+H(º'ù¾ø"zü "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"C\x17 Ø\x16 │è@ß¡+?Ñ@╔Ì┐ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"C\x17 Ø\x16 │è@ß¡+?Ñ@╔Ì┐ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"""
\n
Å▒▀ã$Då│÷¡\x06 ╠^ÎÌ
"""
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"=¹Ï9ÕßLøš²Œ¦OÉ ¯ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x05\x16 U\x07 \x12 Ijü\x13 yÌÇгL "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"‰Ôd&ÔLDB™=KRJüY¤ "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"²Ì\x03 펫M§¦³V¯=îÒà "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"o═6\x1A ¯\x14 AßçUû¶®3+ì "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"6Zò,ñ+H(º'ù¾ø"zü "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"\x05\x16 U\x07 \x12 Ijü\x13 yÌÇгL "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"ÿ hªÏÆJX¶5\x00\v ô¬£Ë "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"õ•"¨‡ùG؆NBÄëÃ’f "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`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 (0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xC7643E90932E42F594F15A536998ED66 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xA16ABDE2699547C2B823B86C6B48D0D7 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x051655072012496A811379DE80D1FC4C , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x224193720C2A4A45BC96CB2D055655BA , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xD1C33EE223464D858858ECFB4E57C998 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x224193720C2A4A45BC96CB2D055655BA , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB2CC03ED8EAB4DA7A6B356AF3DEED2C3 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x7B182711A1294F69AE2266B5E37B5BC4 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x57E065CD29A24CB3B2D9FC39FC2ABF50 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x365AF22CF12B4828BA27F9BEF8227AFC , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x6FCD361AEE1441E1875596F4A9332B8D , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x444424FF93914A27A401E920BB33976E , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x365AF22CF12B4828BA27F9BEF8227AFC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x43179D16B38A40E1AD2B3FA540C9DEBF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x43179D16B38A40E1AD2B3FA540C9DEBF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x0A8FB1DFC6244486B3F6AD06CC5ED7DE , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x3DB9CF39D5DF4CF89AB28CA64FC9A0AF , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x051655072012496A811379DE80D1FC4C , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x89D46426D44C4442993D4B524AFC59A4 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xB2CC03ED8EAB4DA7A6B356AF3DEED2C3 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x6FCD361AEE1441E1875596F4A9332B8D , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x365AF22CF12B4828BA27F9BEF8227AFC , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x051655072012496A811379DE80D1FC4C , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xFF2068AACFC64A58B635000BF4ACA3CB , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0xF59522A887F947D8864E42C4EBC39266 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 , 0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
86
7.31 ms
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = ? ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = ? ) AND ((`product_media` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x00\x04 jÚ hE╗ƒÅw\x7F\x05 ¬╗B "
b"\x00 K\x11 ¶dBI•–Šb”ÔêJç "
b"\x00 Ôа\x14 û@†\v\x02 ®\x10 ƒu^ "
b"\x01 ÿ╠\x7F >Dr\x14 ¿HRìÓ`áÝ "
b"\x01 ½ØC²ãAû§b\x1F A×q\x0E ˜ "
b"\x02\x04 Æ$┼cG\x17 ƒñ└\x13 Ô¤═Å "
b"\x02 Gy\e E\x05 LhØ├@ó┬×ù├ "
b"\x02 úñ\x14 wèC‚—\x01\x01 A¸S€l "
b"\x03\f +†y•NÒ¡’ЫAY’7 "
b"\x03\x11 ¦&òSHY’MI~XGvÐ "
b"\x03 –µÛV?A/½^ÁårT}^ "
b"\x03 ®xœŒ-J\x16 ¿Hœvôµœh "
b"\x04 H‹Ï\x0E èO[„c:\x1A ùE€\x06 "
b"\x04 ƒ\x01 )• JP²ª>v!"þù "
b"\x04 À!Ø╣┘OZÖ^\x15 Ä\x06 Bp0 "
b"\x04 Û\x16 H‗│E°üı┬Ærã¾┴ "
b"\x05 H%«\x00 fNç€×b¼c¥eö "
b"\x05 ë\x07 4ììA\x0E ¢>KÁƒ¤øy "
b"\x05 ô\x19 u;ýKÞ¢ãÔA¢È)\x06 "
b"\x06 BQô—üFO†ï_²íÆ— "
b"\x07 Y¡Æé›K\x1E ¦\x02 >h\x1F ‡bs "
b"\x07 d±╗Û\x1A AÑØè¦\x01 nª"C "
b"""
\x08 î1åŠ\n
CU¡°\x01 x\x7F ¢Åt
"""
b"\x08 þ?µ\x18 ‹JI»Ÿø%\x0E LƒÁ "
b"\t\x0E ’X\x19 RE\x03 ‡‰ßâR›\x01 ’ "
b"""
\n
\x02 åþ\t }Cì‡6\x11 Ÿ\x01 ¶‡v
"""
b"""
\n
8X\x16 P£B»—GŽUR5\v —
"""
b"""
\n
}|©I\x7F HdÅÑ\x04\x04 ³┘╔┬
"""
b"\v B@Þh¥F\x1F ¬™\x07 ‰¿7ù\x06 "
b"\v Ëè\x08 z Eð·¶\x02 K]ܨ% "
b"\f öeu{\x11 Dˆµ\x00 †¶.K©ò "
b"\r #«\x14 ܈H¿³NT ¼$Ìå "
b"\r Õ®ñ¡ÇH▀ñå×¢óüa` "
b"\r ó\f 0\x19 ·J\x12 ©i\x15\x16 íú\x03 Ê "
b"\x0E\x15 ±§üà@‹²¤\x06\x1C ó0û7 "
b"\x0E VÇ›²kB=¬;\x07 3 Ñ%\x05 "
b"\x0E ¹ÊLÔÄJݜÓ»a¡j\x16 "
b"\x0F @mTÖËBü»g£Z¸ñüe "
b"\x0F eZu±7K’¯Lj¼·Œøà "
b"\x10 6-„±\x03 C‹ºÈ£;!\x13 ‹… "
b"\x13 1ñ•7ƒAΜÊpš/\x05 8% "
b"\x13 xëi\x00 ‚EªƒÚó\x02 Õ>žu "
b"\x14 |Æ\x16 â%LåØy\e v/X\x16 R "
b"\x15 tk9Ž\v B$³WÏ`;oºú "
b"\x15 ©╣0┴ÒLX║*\x14 üÀÌdi "
b"\x16 €òóÀìOøª¼½ˆŸ\x19\x02 n "
b"\x17 ÄNWà\x11 J·ˆúTÑå˜g< "
b"\x17 È øçCÅ´\x11\x1F –\x11 \–6 "
b"\x17 âµ` F9†ºXÌ5„Eù "
b"\x18 H7o,ÆHyƒlVHÅqC\x1F "
b"\x18 ▓0Å_ÍMðƒ~{ÿ\x01 8:ı "
b"\x1A\x1A É`¡*Fÿ»ãUK.║\x07 ¶ "
b"\x1A\x1D\x1F GÑJL§¹Âjؘ`Æ‘ "
b"\x1A Z\x03 ̸!D–¿~\r ¢g\x15 2A "
b"\e A1E<\x03 M~šÂ¹\x16 rý5> "
b"\x1C µ█4TÄD\f æ\x1D Wìç@^ "
b"\x1D Œ°¦VeKÅ€ÄTó'çÏD "
b"\x1D Øù>Æ\x1C BÄ░t┤HóCá\x14 "
b"\x1E 0d|üÖI°¥¬\x04\f ¶\x13\x11 o "
b"\x1E XZ░Æ═EúÜ\x7F `§ëHìo "
b"\x1E p\x03 ps\x0E Hæ³,ÌrÓ6<| "
b"\x1E rVŦ]I*˜Íß0:7Fè "
b"\x1E ’a\x1F GìOç‚ÃÄ¿KÍê/ "
b"\x1E ‗©Ò\x0E ┴OSüÇWJy<¼w "
b"\x1F\x08 ³\x07 c¦A¿Œx~¶\x1F º—Ì "
b"\x1F C¹î@\x0F A¡½-\x7F >õxrU "
b"\x1F S_HäìGϵÀFSŰ\v M "
b"\x1F ·ð„ \x11 J\x17 ”*DÑYç«\x0E "
b"\x1F ¢s8\x18 ªF\x01 à±\x1E\x00 ¿Å\x1A ┬ "
b"\x1F Ú5˜1vC½š³£\x1C N\x1D Kt "
b"\x1F ■Ø:╗áFP▓ÅA"dØOv "
b" #?Y„‹M[¯±@„n&7r "
b" p┴├6\x00 EØÂs|o?Y\f ' "
b"!\x15 Ë\f â;Hü‘Ù#5]ë"2 "
b"!\x1A 8À\t ¿K\x19 ì6øéÐ\f\x19 ¯ "
b""\v\x1F ϽñB½«˜g¹L‡\x06 "
b"#Fâã—&@¸’>yèà\e È\ "
b"#¦ÄО”CG½ƒe‡m žœ "
b"$\x06 ¢¨õÜF»ü\e Âêü¨‗1 "
b"$æ÷ËeÓ@\x19 │┼û\x19 üƒUÑ "
b"$Ï\x02 ýW9AY“$Ãk7'S¥ "
b"$ô\x00 ã„<K,Ž\x15 ó&ééj% "
b"$÷zëü\v M¥à²à└E}¡ "
b"&&\x12 †è]Oõ¨:\x01 ˆÜº|\x00 "
b"&'éèöâI\©a\x1A «Ï\x11 ÉÂ "
b"&E\x0E È.ô@â║Ï\x00 ØQLP╦ "
b"&ϼz\x02 ºG„š\x00 æ'ç`«‡ "
b"(=«–sçJ+´üùngR¥í "
b"(šç—‘hMl›jö¿îFo¾ "
b"(ž“8&zOŸœŠÎ»\x1C 8”˜ "
b")"áÆRÑF@µ)}—šgì\x1D "
b")Í\x11 pÍ@M[¤½Øÿ-zMj "
b"+AñÉ\f xFš%¬ª)Zì_ "
b"+¯Ü2sùHm€(fÖîwÚ\x7F "
b",«4˜¨®H@»ƒâ¯Ö97\x00 "
b"-ò¨ºËâNƒ³áÎìúŒùG "
b"-ó†Ì‹rJ½‚¤9mBê»7 "
b".{a3\x04 ¦LûéM\e µ Ï1É "
b".ÂA(yD,ŠÜu†ðùË "
b"/Ö§\x08 ”ñC~ªÊX\v hGæà "
b"0,&c\x0E çOò‡8¨Dí&˜† "
b"0pP„"kFÌ·\x18\x16 +Äð/ "
b"0ì5yK‗G·¼¼vÿî\x12 .\x08 "
b"0´â\x11 ª'L¡¶\x11 Ÿoe\x11 `\x06 "
b"1s^ã”\x17 EF¹¨57*ú>Ù "
b"2çÕÞ\x06\x13 A7ئ║Q)L‗" "
b"3\x07 B░\x11 ±L╩«\t >Éä\x12 J@ "
b"3Pòv³WM▄î╬ÓG\t ů\t "
b"4¬\t š$\x00 G؉wZö6ó¥· "
b"""
5\n
2aY÷M}œXæ\r äø?•
"""
b"5\x18 ¼┌=«D\x02 ÉÇÊr0ù@v "
b"5MíÉ\x0E\x18 FÀ¤xî.iœòœ "
b"6Pës³ÚBñ¶$WnÕ›uN "
b"6mUÜÇüHFå[Î\x12 Ï░®¡ "
b"7\x03 ╣ã┼WB\x06 Æ\x05\x18 Éû║dı "
b"7C;æÂ:I‡¦¡‹Få¢X# "
b"9q¸▀\x1F ╣C\x15 ò£\x08\x0E AýrÅ "
b"9Ÿ7?E\x15 K&£§ž›\x07 zÁ³ "
b":ö–噂J‘š€œB°¹éö "
b";ìâ³ëvH}“e\x1A Ù÷Ï›m "
b"<ë7§2BBb‘]9KÞÕ¦{ "
b"=\x0E ,òs\r Oå¶?õxµ<j— "
b"=¨\x1D _PþG‘¢,Ìt¶HÞ® "
b"=╔ı\t ╔\x13 IÉê╔▄ÌÓ¯\x11 û "
b">óìê\x1E §N7‚l·Nn{ˆ "
b"?\x1E ƒƒb\x19 L£–ïvÚv³DÎ "
b"?Õ’$›TA\x1F — O\x13 lúiå "
b"@:Á5JC/¢‡A•§·‘M "
b"@@õ\x07\e EMº®;KÍ\x17 +°Ò "
b"@X®:†4Hœ’éïCJ´Eé "
b"@éÏ®àÉG█ùï¤Õ\x14 yIÑ "
b"@ˆÐFñ-O9©üþüSS\x1F\x05 "
b"@╩Ù▄\x12 É@S¿ô╗m\f µ┼å "
b"@µ`Å\x10 ÂJðö´Z\x1C ╗o-¤ "
b"AyPjy~J~´åÍèÒÊ\e n "
b"""
B\x1A ?ßÐÕF\n
µ(ãp|¡\x1A x
"""
b"BŽ<¼N@Bo¯à©\x18 ¿Ì73 "
b"Cç\x01 ~RUG9’rzU”¯gð "
b"D™A»Ü\x12 M©“Jê†9®µS "
b"G\e\x16 ›À‹@½‘\x02 ôˆïóX "
b"""
Gg\x1F Ì3qK³„z\x04\x06 ù\n
\x05 ‰
"""
b"H\x10 x¿í\x15 KâéüÐ)‗└ä╦ "
b"I„º¿ÏrHÒ½\yaŽ\x10 ß\x03 "
b"J{ªÄ&[Ej›ÝóÚY\x1E ÅÎ "
b"J¬ò\x14 LFGw˜Ó¦sÙ\x07\e\x03 "
b"J¿óš\x14 àFî—Lðw\x7F ›:ˆ "
b"N~ÿ¢ÚtN\x01 ïl│«/┤ì¨ "
b"Nß╝N·ïFð░ùøQ4Å\x01 X "
b"""
O\n
\x03\x12 “¬Oܶá²DÑ\x12 ê»
"""
b"O\x1F 8lMM豟=]\v …X\x16 "
b"OŸÐ±kÎ@Ì€|€?½éY© "
b"OÃð«/•D©»X6·óò»· "
b"Q\x07\x05\x03 •?F3ŠåSªØ6›\x0F "
b"QM< e¨Fß•µäX\r –v† "
b"R"╦C└}DÍ¢ñ&┴åÉ═s "
b"S¾KåÌ\x7F @\r ¶\e G(éAÖ4 "
b"""
T\x18 ÇGì²K\n
LP¡6†\x1A ¥
"""
b"U\f dÊÚçL\x15 ˜¸îöB›ï- "
b"Uu×OðuCì׬îWl╝ÙÆ "
b"VF@ßóëBþ¨\x14 ¼fé\r !¬ "
b"W«n\v @;M¾╝ú¿SìÄ└¡ "
b"X╝Øç)\x07 N¨é6v}¡ý=4 "
b"Y\x07 ‰à\x00 úJI®K(Î×\x07\x16 Ô "
b"Y->Kþ·HØü`\x1E \T8÷█ "
b"YL«ìÝ÷H⣂²Ö'i\x0E § "
b"Z8uꪓHT„W»'“l¥„ "
b"Z]à(ê\x04 GÉ \x1C ·¸†!~\x11 "
b"Z^ç‘K%C\x1F ‚Ž–»Œ+–\t "
b"ZÂ%"7íCË£ï»ÇfÝÁ• "
b"[\x1A / ÎéLÙ¾§cÔlQ\x0E H "
b"[#[‡„wA\x12 žê\r k\x18 ~Ø\f "
b"\\x03 ë\x1D ÄÄC•‘†—‡\e v‚N "
b"\}ï3á?L¡HéeK†ùG "
b"""
\ ,`‚Nì£\n
¤Â!>çÆ
"""
b"^lå„?èGê„×\x1C ]•\x03 'l "
b"^\x1D ªc\x06 M!«ÇãUM:–@ "
b"""
_mU\x14 ØíC\x10 ¢j\x08 └}\n
¡ÿ
"""
b"_}×\x10 ‚ÞOñ‚Z>OÅ0¶\e "
b"`gý$›ªE\x1D ±/>xÀ±f "
b"`y\t ¯ßb@ÅíÑÜj}äp| "
b"`üÝwC▀IVï\x04 z¢µ\x13 ┼I "
b"a2G™M @-™>¿OFOT< "
b"aLúðß!A]…5„ѱ÷±› "
b"aQ\WØþLKÄO8█4Eèl "
b"aÿ\x1E 7` HÊÅd®\x1D ü\x17 Y╔ "
b"byÞ\uJCÉØÞ\x7F \r ;àâQ "
b"b\x7F ºlðJ˜–R\x18 Ҫ̼\x10 "
b"bëûP·=EWæ\x11 Å┐MÔÅÓ "
b"b˳GòÞF┤╝E8ûüq\x05 ] "
b"c–ÆûZãNg†ëæW„‚´¤ "
b"cï6ÚL@qš\x04 Z°µZÓl "
b"d\x00 H8RÏK§¬~R\F_Oš "
b"dA6¤*MJ\e «ÇáWŽ\x05\x12 { "
b"""
dÚ¼\x15 &¼K¡¤'\n
¦™Ú>ž
"""
b"eVQÄÛþGï│½Õ/\x07 J(Ø "
b"fÎS„(\x00 IÍž`²¥žì\x1C È "
b"fÝ^ÙX\x04 M‰ª\x19 ÏØ\x1E F÷O "
b"gRƒÀ\x02 nK\x1F ¼/ˆÂÀþžÞ "
b"g¤sJAœBU¦È…ç\x00 þz2 "
b"hÄ—HAL9°A \x16 c¥Ò "
b"ieqâïïC¡¿\x0E f4V`5ó "
b"irH\x1A ~sL4Ø▀ïÔ╝┬Ý┴ "
b"j®Õ‰C9Hk€k¥§\x08 t”g "
b"k\x1E\x1D /ɪDwŠA?ºÆ\v NÖ "
b"k–OZ97E\x18 ˜a/ãmxúX "
b"kÏ*MÆMLA¸D™›\x05 òÑU "
b"kå·Òç[Eè®\x17 Þ\x18 lÿ\x1F\x18 "
b"k³\x11 X\x03\x02 DÍØ¥àa\f ¸+@ "
b"""
l}•2ɨB™°Ó[\n
6…Ú¸
"""
b"""
l¬\„\x18 †M\x1E ƒ$\n
ô¤‘‡\x14
"""
b"lça3héN\x19 †s2,q "
b"pJd\x1F v/L(•ê\t ë†\x7F ‡É "
b"pÏ `|ëAB•‡‡Ý· óì "
b"q\t ÊBØàA%€åv\t ìÍ¿Í "
b"q45ž'vA\x0E ˜C\x05\x1C Ç\x10 ”[ "
b"qà°Ý)wMzúZü\x0F ─Æ@¦ "
b"qɺѪ\x0F OKÁ£▀n!z\x05 ╗ "
b"qÙðö–XF^†¸\x14 µÍ\x08 „Z "
b"qålk£\x01 Hõ¤Ý\x1F 7[¬ûç "
b"skô‡ôpAe‘ôV¸\x03 |g@ "
b"sÌ)7\x1A ¨N‹™šiš|\t\x1D ‘ "
b"s╠+°\x19 ÙF,×p½▓\t É╗┌ "
b"uÞ"¾ıDK═ì\t\e ┤f\v ®¨ "
b"v¯ÕáŒóC\f ž\x12 ø“IQ=\x00 "
b"w\x03 –\x1A ©@O\x08 ²¤\x11 ²âòŒ¼ "
b"w|:'ë\x13 NºÅØ▄'{i2║ "
b"x„,\x1F UøB£°ü¢)ɼš± "
b"xõà÷C\x1F F« ƒy\x1C ÷çâ "
b"y\x08 m¾qžE®ˆ‚—÷LÌâÐ "
b"y*oŸ‘þK<¸å\x1C 8\x01 í$Æ "
b"y×)\x16 ƒÒN\r ¿═Øv▀Üce "
b"yéÕóñ\x01 Nrª8#Zˆax\f "
b"yúÔó\v oBü„\f ð°ø".. "
b"z*}ƒA/M\x1F º\x12 ]pc]Êä "
b"zQÓ†>¾DÜ»Œl.K™\x01\x08 "
b"zpí[ð¦@N’\x05\x16 —rû×t "
b"z¢9%\e êM│ìep÷\x7F BÝ¢ "
b"{ç\x13 ^/¢H¢Š%‡+ªäš "
b"|mÕ„ýÇEJ¾¶É5_™_§ "
b"|å┼ÏG¶@üóð╗^¡"╝ "
b"|™PCÇ’Mž“,`!„p\x1D ö "
b"""
}óÅ╣¸6J\n
¢zñ]╣ÞìX
"""
b"~42\x12 ¸ÏI'ìô6º■Ø-â "
b"\x7F O/"\x03 TO†ºç‹Câ¯g\e "
b"\x7F ¼§/0Ê@üÂG▄À*¢.\r "
b"€bG…\x14 {Là“S8V†·êÕ "
b"€¶T±“lHH½2Á]ÖRÌÄ "
b"""
ü\x05 ║!í\n
D3àÿ)²MzÔ┴
"""
b"ƒ«KL&TEͲ\x04 Ò~œÌz\e "
b"„¬G: ÏF$š\x13 Ö›j\x08 v3 "
b"„ì?Kj5K;©\x1A\v üš>1¾ "
b"…ÃrýN\x03 Ib‹ì×@Ö!B± "
b"""
à╔Ç¡ízFÂÄü\n
¹║┌åY
"""
b"†&/e—DD\x00 ¥?\x02 Ä¿Â:ã "
b"‡ç2<Î\v O«‘å÷ÝZ›ú_ "
b"ê*\r Éä\F╔╗\x01 ûYª\x15 ‗5 "
b"ê┘\r ôB■J§ì¤^?Tå`¾ "
b"Šzi×\x05 ¸Dæ·v\x12 8û?ÎÔ "
b"""
‹-\x19\x1A ÛÈIZ¬\n
\x0F Ú‘\x03 6¡
"""
b"ïW┘dyÀB¡ÜÄÎueì\x07 ║ "
b"‹Ý££åÏJy¸eã7C÷\x07 ô "
b"î\e Eü╔ÌL╝ôlÁS¸V\x1F º "
b"""
Œ¼Á\x05\x1A ÛJž–\n
ý²*¼€Â
"""
b"ŒþÖÀ\x0E ×Iaˆ€\x07 溢æJ "
b"ì÷┘ÏOrG\t àArH\x12 ȺV "
b"Åq┐OcaIº╝n\e 0y¶X! "
b"Åw¢±D$GEó=ß\x11 á┌┌ë "
b"ÉB╝Á`@DÖà░C/Ö~c└ "
b"‘RŒžéPO¥®&\x03 Çf<:\n "
b"‘ÀGÔ®0K; QAUòà\x18 ± "
b"’\x19 š\v _\x05 C_‹ªÒXû¼8ü "
b"ÆÕL´OvCR╝oìtÕå\± "
b"""
ô\x15 57?‗E\x01 É\n
iN`U/x
"""
b"“[´\x13 {\x1E L¨œƒ&)Ú°Ñ^ "
b"”>\x03 ñÄuL9•7e,œKp\x10 "
b"–\x0F\x1A ]3vM£‹TŸ65^¼Ã "
b"–K†\x04 È|E†£pP \x1C\x00 Gµ "
b"–p1„ä©Mê¦cšÓ´\x1D n¹ "
b"–y\x13 v2XGS†=Á{\x19 ¢ü… "
b"–‚º\x01 ±&FG¸¼^)ò?æÙ "
b"—\x15 VX$èEZED}H}H\r "
b"—„~i€—A,»\r ™’Ùç:É "
b"—¨ÐÕ!\x14 E\x1E ½pòå¶\x19 Îy "
b"—Ù\f UáôB\x1F µ6!\x0F\x0F 6Ó$ "
b"""
˜\x03 ï\n
[ÖM÷’]H·à„™4
"""
b"ÿk"3\x7F ØIXÖvª┴Ú\x14 ÚË "
b"˜ÈIñŸEKcŠT1˜Û¯\x1E · "
b"Ö\x1D\x1A \r ƒõLÉÉ\n ÉC~{ä\x00 "
b"™&s\x1F oŽMe±õ\x05 ª³ä\x02 Ï "
b"Öï©¿\x1E\e O╝ü\f\x7F Ñ═BÀa "
b"ÖÙ0\x03\x1D ├F\ÅÞè£ëGnW "
b"›\x13 îºÁ¤Ms¯3\x01 <à}Ù' "
b"›Ls\x18 ä¨Hl˜$~ˆ:©Á± "
b"ø‗Ä╦I═H+║\r ¨¥øìÃí "
b"›÷¦0tÆI¤'¶Ápˆ\x12 K "
b"œï%”ÜõMEºTL„g,Àœ "
b"Ør┐³]╩@¡Ö²º«°\x0E ıä "
b"""
×\n
$\x03 ììK\x13 ÇæÄ4@Ùk}
"""
b"×\x19 õ?+▒L©ÅSÊÏm╦ä& "
b"×Cª\x14 °5@vøìG©\v\x00 ÉÞ "
b"Ÿ¢>¼ðIJs¯·êÀþ(1¬ "
b" \x02 æ;µ;Eí¢ªÚYBNÙ( "
b" dT ¯óH¸ªŒtñ\t\x17 ±µ "
b"á│║feßJ\x1A Å\x7F x6o,\e\x7F "
b" ºH\f etF/´\x1D çnìå£\x13 "
b"""
£)m“ï\x1A LLJÚ\x18 \n
é„G–
"""
b"¤\x08 þ“1eOÀ„eË>\x14\x1E Ë’ "
b"¤Vf”õ5J\x1C ™5'í\x1E ø*\x0E "
b"ñï¾-;)GØ©°ÿJ\x1A │É: "
b"¤¨Èaw•A!¥ÁÒ\x17 V´z+ "
b"¤´©‹qMH\x18 º÷^\x19\x01 >\x06 ¾ "
b"ñÒ¥▒¾!E\f ïÐ┬É?V╦Õ "
b"¥;}ç*ÌC\x13 —Rú":ß "
b"¥dßp.ÜC\x7F ‹.0E,\e Ðü "
b"¦\x14 ¯Hú\x06 Ir‘swe„˜ÙÊ "
b"¦üÇxåÁO'µK++þö6\x03 "
b"§Ü…°ûUG–™IßÔ¢G¯\x1C "
b"¨\x00 ƒceÉGœ²hÓ3Tócf "
b"""
¨\x18 X\x19 \n
E(°\x1A ›\x16 æøØé
"""
b"¿!\x02 [\x13 FLäÞUQ*dÉ. "
b"¨9\x14 ¾^¹L$½Ç\x03 ñ—yÕ| "
b"®$[ì½L@¼«d\x1F Ol·t\t "
b"®L²│j4A?ïwNpÏ\x17 :ì "
b"©j\x08 JmÿD~»ÿïm‘é?" "
b"©“„R†\x10 F,˜\x10 hš¬\x1F $c "
b"®¸\x7F ç÷VNÏØ╗ÅÞ_H\x0F % "
b"ª01ùýrM¼ŸíˆN¦+<Ý "
b"«xœâ\x06 nG*µ\x12 ŵrUŸ¢ "
b"«¸.pñeG$ 1`~”…•ƒ "
b"¬ÈdÀ¿†BŸµ›Ú—,1Y› "
b"¬Ê=MPŠM©‹Í@L:\x0E\x12 ú "
b"¬ÚŒC³–Ef¡oмi¡ œ "
b"{à\x02 ¦(J¹¸YWusë?z "
b"›E‚²)GEP»þmF¯è "
b"òŒ\e †fAÊ€€^Ú\x0F e~G "
b"õچήI‹¸®\x18 :Ç#¯{ "
b"®/<\x11 ±LGkŠ÷Ä]c†ž¼ "
b"«AÝ:╬ê@îÅþ\x01 é£\x04 J² "
b"«HýÉB\v I"╗¨├═\x00 ý\x06 m "
b"®wz\x04\x18 ƒI’¦‹ÃâÖôò< "
b"®†Å.²ðD®žÿý¶¨\x14 BC "
b"»-~@ÅÔN<¡¡╝¥ë1\x7F ã "
b"°>ÈS†¹@Ô†ÉMû zðd "
b"°bš@•dKÙT[\x1F h{>[ "
b"°£ rUpA}Žà,cš÷Êì "
b"±Yš\r 67Bt´\x0F VmFP®÷ "
b"▒ì ¿‗TC%Å«\x7F GÑ┘¹╦ "
b"²ýO|udKÞ \x19 ôsÅ/ëx "
b"³¢.-v\x03 L^³Ð¹WUí·{ "
b"³ãÊ»ã4Jå—/».\x06 õâÐ "
b"´eN‹yÐI~·5±Ó«l\x1A G "
b"ÁÝôy1«MºìK½Ð‗HÍß "
b"µú×D$šKl–L\x1A\x05\x7F ™H\x1C "
b"ÂV!\x05 å╔Oü║└.õoÁÿT "
b"·‹\x1A a#\x00 I¿ºSL’³y;¦ "
b"À¢█¥\x01 ┴D²áÉpíYpmÈ "
b"¸Bå;Ù3B\x06 ¬ì<³ùÞ©< "
b"╣\f è\x0F\x07 ║L¯Ä¼Ùü═`\x06 ô "
b"║\x1F ┘ºl\x07 O\x05 ì»ı~\r nÐi "
b"º¯\x05\x01 D&I§€åH\e -\f ¤m "
b"║µ\x1D\x1D ı¤L└£-╩ØBàR4 "
b"»7!g,¬Ié‘oòêºÇJ… "
b"╗ì\r å\x07 ¹H┼ô !\x02 f┴ò│ "
b"¼ éò\r ÉO4±…ÛMúmL± "
b"╝TÈò°!Aiü\x03 CkCë`B "
b"½KJÀO\x00 G\x10 ‹^1Á6G³( "
b"½hhÁ\x1D 8H€¯ŠFûì˜k¯ "
b"¢Ù─0÷pN▓ØbÅ3¹¿bw "
b"¿\f 屇|M£‡éM\x0F ж܇ "
b"┐zöâ\x00 ZOÛü²y\x02 ïÉ\x1E ¸ "
b"À\x18 ìÕÌAHô‹LJ»\x00 Œ•° "
b"ÀY]GÌ\Kõ‚ƒ§Ñ\x1F M°{ "
b"ÀZv\x07 ê\x13 I£„ë¬\x02 0¹Ž_ "
b"└mA¸^ÄHüü\x13 "─¯JÚz "
b"ÀÎ\x13 ´Ì\t N¾®®‹„\x14 [\x1A . "
b"┴Åy¸i┴Fı╝\x18 "±╚ó®ÿ "
b"Âg$¯Ã»AK»äÆ\x12 ì…„® "
b"Ãn\e LjÚI¥¿Ç&†øià. "
b"Äm\r c\x18 áMg–zªÀ¢ð‡< "
b"ÄuW\r +¦D²¸Ä>k5ù{ß "
b"ÅI\x14\x01 ‰JM—¥KNõG¦ƒ\x17 "
b"ÅŸ”\x03 áßH?™«Œ\x02\x0F 5‹™ "
b"""
┼úIqLÅK¡ÿ╗#\n
\x05 Ê│â
"""
b"┼½\x14 OI\Eлt!sÙü\x12 " "
b"Æ@§\x03 ‚\x1C IK¨¼˜b‘ZØ' "
b"Ãé╦â_1CêìW "ñíZÑ "
b"élZ\x14 iO¼«R┤Å&\x19 ±\x03 "
b"É\e ø8®\x14 B§¼¶Vª*cp¥ "
b"╩±\x10 B╬\x17 OºïéÝg─üÿà "
b"Ë¿u\x1F Ý•HKƒ¢\x0E ¬KùWŒ "
b"╠\x17 ÉU\v {Fð┐ß\v\f °·-Î "
b"Ì!ñs$»Gæ¿Æ»U\t w7\n "
b"╠\x7F\x17 ÁE┤C%Ø{;æ¢Â5Ú "
b"ÌÅad9ŒM\x1E •Tú\x01 ë¤$§ "
b"Í<Í$DDD=¾]$Ò])áÖ "
b"Î×X\x1F —ãM‡„¾’¤éÈ\x18 "
b"Ï¡l\x08 %R@BŠÆ…åÈ—2Ž "
b"""
Ï¡§Ãà\n
C”œó¥•©Úé
"""
b"¤█ÍòØÂG?ñ£Ù▒W¡yå "
b"Ðò\x1C H\r åH_“6R¸m„¤6 "
b"Ð#¨Ø╣»N\x07 ôj\v â¤0ıÎ "
b"Ñ3Ãuï¢L\x05 ©\x01 ñ×oh’h "
b"Ò)¾m\‘L+ õ,\x1A œh\x13 ä "
b"Ò±7«…€Eh¸f'¼h5eÝ "
b"ÓŠ¿`\x01 8Ky»æú<í3Å> "
b"Ó˜ÂÝëÄDö§MÃ\x13 1%˜\x7F "
b"Ô\x1E °Â"\x14 E9´ÌkéK\x1D ‰% "
b"È║░«\x04 "GV┐\x06\x1D |ì¢îÛ "
b"Õ=ï\x18 ‡LJÁ‹"O¼\x07 UI\x00 "
b"ıHH?\x01 sO®É`ö╣╔D\x07 l "
b"Õlkö@`I7¡ù1\x11 /[øe "
b"Õˆt\e hJC\x10 ³\x1D ¡p6´\x10 K "
b"Ö²v¹Q]Lé‹\x1A \¨\x06 ó`n "
b"ÖÂín‚%OÉ¥\x02 ¥õáÒcV "
b"×"ØÂÌ"J8”E> æí×H "
b"×D¿x’®M¤ŠºbÈ»òÓ† "
b"ÎYìÜä╦Bö░\x03 rCéj.D "
b"×µøœ5ÞK6»y©z@NÏ "
b"""
×¾é¿\n
@Iz€O 8[SlÛ
"""
b"Ø#\x1E ΑsBt¬¥4f&›ªš "
b"Ï1¬o£ÉNó¥Ï©Òñ¾\f 8 "
b"Ï7µLý<IØ«─»\x1E <òm▓ "
b"ÏÄ/é\x0F wE\x03 ÀÓ°ÛµÅ\┴ "
b"Ø£ª€)\x1E F0™Jý8\x1F ã§Y "
b"Øðëq“,D†g\x14\x0E 3\x12 …^ "
b"ØþE\e õ”OéµÁ•f=\x15 `¦ "
b"Ú\x16 VS‘˜Aœ—¾#¿µØE "
b"Ú`\t KðšKظ)yu¬ù§ "
b"ÚqN»ŒµK÷’w¨Žñϯž "
b"ÛuÃŽ\v x@c»µë·*é\x10 É "
b"""
ÛÀ R™\n
F\x06 ½µ¬ßô/0<
"""
b"ÜKÊVÍ9FNžõTîˆbŠ\x1A "
b"ÜR¢cåÝ@ô±¯‘6/Ã!” "
b"▄tçrÉDDAÿÛ¡qÜ\¼º "
b"▄zYe\x05 ÌM8Áðú╚╩ª\e Ø "
b"Þ¶ë¼\x0E ¦JVˆO[¶H…I« "
b"Ó$âo\t ÎJ╦ÁÉ\x18 Â)ÎY· "
b"à%Ò\e æ+H ‹\§HXci¡ "
b"ß]█`═mLµÉÑv\¾A¸┤ "
b"áèˆITÀNq«]®ë4oøï "
b"Ô]í\x11 Ù_N┤Ÿ;■aº½\x08 "
b"ÔhÉ\x10 DÎOIù╚yà\x05 ²Ûc "
b"âä\©½ŽNNµ¼Bj°r.¼ "
b"ã\e ؽ…ßGF‰ZHt°UÉD "
b"ã"kô\x1A xBª·ùÍCo\x1E Œ> "
b"Òo9\t ¾ÉK,Ö┘ú%:îòÛ "
b"Ò¦N¹S4G¸ª┐qßBØkÒ "
b"äpqWNžLr°\x14 ay‡\x07 ©A "
b"å\x01 Ϋ™ÚL‘€Œ/ª^\x7F ¢g "
b"Õ4\x08\x1D ØÒC\x11 »&æp▓øñx "
b"Õ;\x15 $ç(OQì▄dAñ└╝| "
b"å{û\x05\x19 RKM„Êg›Ž0ÌÙ "
b"å—\x15 ÏÿYD\x04 Œè³_bÈCå "
b"åÙ‘\x0E ½¿D^‚ûÀ@e\x1D Ëi "
b"æI\x17 ÒÞö@ð™ßóárEWù "
b"ç\e ɳ“þA3¿\x1F ³+ ü\x1F 2 "
b"ç”ü§©õEš•\x03 ÞZOÓ®\x10 "
b"ç®g\x02 £^O\x7F ©\t\x07 ¦F©¸^ "
b"é,*…/O„¡[kíÙ\x0F Wù "
b"Û\v ú£VíH┬ØúÕ<uùu° "
b"Û┬Â┼BÖK\x05 ƒÞgüÚù\x00 à "
b"êèQ`YüM\x15 ›¬Žs\x1D èë\x06 "
b"ë\x7F V:QæFˆŠÈ-\v Ù\x0E S¸ "
b"ëÂÉÁÍ6H^“\e tE\x7F ñ7· "
b"ýØ\e ¯ÎJNKå\t ºûGw▀└ "
b"ìå0òU"OØ…\x13\x02 95äÞI "
b"ìålœ\x02 ZJT®i"}(ŸcW "
b"""
î\x14 …e4´K\x01 §©\n
ÈóYé\
"""
b"î?R1r¹H㣊v“*¯©§ "
b"îMM\x05 £GId—½\x08 ªs\r ñ( "
b"îV±\x17 Ê\x1D EÕª\x1E tÅ£\x1C ˆ¨ "
b"´p:«ÀÎB¼ìÎf\x06 4S\x11 5 "
b"ðºëè\e\x0E Nr˜ãd;\x0F ¶Ÿ "
b"ñ§hưøIQœ\x1F Sj\x7F ãx„ "
b"ñ×\r ÇÖ&AZ¸Â\v ÖA¯±k "
b"ñúKÇ\x05\x05 Iž£RqLàÏ\x16\x04 "
b"ò9ÙZaÉG\x07 ¬(\x05 òŒ1%Å "
b"ó\x05 b/Î/Hž¤¶¸}\x16 €\x1E v "
b"ó1¡IäKO’óJzÂóy\ "
b"ôû(\x00 ŽàG®¢+Yñø¼Ä‰ "
b"õqšoMî@}¾ÓÎWûbÓ¿ "
b"õ–ôÛ–¹H\x19 ™ÐVñ\r kŠ "
b"ö·\t {:%N\x1F ˆpÈw0féÞ "
b"÷\r (àŽ?G'»>®°yyÑe "
b"÷“kf<cO\x0F ®ádúÍ(\v S "
b"¸ñû┬Ï.GµÅ─¶ÝP)êÁ "
b"°ttL└─HÁª×i¦Éõ3\ "
b"øž‹ó?ÇJÑ —é@“@ìŒ "
b"°ÚÕì&uK\x1E ¥ðü0doÈã "
b"ùŒ¢¦í®EÔ‘á(ñëºeW "
b"û°\x01 q4&D\x16 ®ìÃ*ªåD\ "
b"ýÅÆ;’\x1E MäžyÖlºa¨\x7F "
b"ýÕZ<Û\x1C @ì«ö\f _ð5\v 5 "
b"■2▄═6µDµ¡Ø¬zZ-Ä) "
b"þY·½ÚmL̦‹D&\x19 ¼â: "
b"ÿ\x18 Õ„5üEý™AFM,¢õ\x1A "
b"ÿ_~[®ºOÚ˜¤Á«Ù\x17\e Î "
]
SELECT
`product_media` . `id` as `product_media.id` ,
`product_media` . `version_id` as `product_media.versionId` ,
`product_media` . `product_id` as `product_media.productId` ,
`product_media` . `product_version_id` as `product_media.productVersionId` ,
`product_media` . `media_id` as `product_media.mediaId` ,
`product_media` . `position` as `product_media.position` ,
`product_media.media` . `id` as `product_media.media.id` ,
`product_media.media` . `user_id` as `product_media.media.userId` ,
`product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` ,
`product_media.media` . `mime_type` as `product_media.media.mimeType` ,
`product_media.media` . `file_extension` as `product_media.media.fileExtension` ,
`product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` ,
`product_media.media` . `file_name` as `product_media.media.fileName` ,
`product_media.media` . `file_size` as `product_media.media.fileSize` ,
`product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` ,
`product_media.media` . `meta_data` as `product_media.media.metaData` ,
`product_media.media` . `config` as `product_media.media.config` ,
`product_media.media` . `path` as `product_media.media.path` ,
`product_media.media` . `private` as `product_media.media.private` ,
`product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` ,
`product_media.media` . `created_at` as `product_media.media.createdAt` ,
`product_media.media` . `updated_at` as `product_media.media.updatedAt` ,
`product_media.media.translation.title` ,
`product_media.media.translation.title` as `product_media.media.title` ,
`product_media.media.translation.alt` ,
`product_media.media.translation.alt` as `product_media.media.alt` ,
`product_media.media.translation.customFields` ,
`product_media.media.translation.customFields` as `product_media.media.customFields` ,
`product_media` . `custom_fields` as `product_media.customFields` ,
`product_media` . `created_at` as `product_media.createdAt` ,
`product_media` . `updated_at` as `product_media.updatedAt`
FROM
`product_media`
LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id`
LEFT JOIN (
SELECT
`product_media.media.translation` . `media_id` ,
`product_media.media.translation` . `alt` as `product_media.media.translation.alt` ,
`product_media.media.translation` . `title` as `product_media.media.translation.title` ,
`product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields`
FROM
`media_translation` `product_media.media.translation`
WHERE
`product_media.media.translation` . `language_id` = ?
) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id`
WHERE
(`product_media` . `version_id` = ? )
AND (
(
`product_media` . `product_id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
)
Copy
SELECT `product_media` . `id` as `product_media.id` , `product_media` . `version_id` as `product_media.versionId` , `product_media` . `product_id` as `product_media.productId` , `product_media` . `product_version_id` as `product_media.productVersionId` , `product_media` . `media_id` as `product_media.mediaId` , `product_media` . `position` as `product_media.position` , `product_media.media` . `id` as `product_media.media.id` , `product_media.media` . `user_id` as `product_media.media.userId` , `product_media.media` . `media_folder_id` as `product_media.media.mediaFolderId` , `product_media.media` . `mime_type` as `product_media.media.mimeType` , `product_media.media` . `file_extension` as `product_media.media.fileExtension` , `product_media.media` . `uploaded_at` as `product_media.media.uploadedAt` , `product_media.media` . `file_name` as `product_media.media.fileName` , `product_media.media` . `file_size` as `product_media.media.fileSize` , `product_media.media` . `media_type` as `product_media.media.mediaTypeRaw` , `product_media.media` . `meta_data` as `product_media.media.metaData` , `product_media.media` . `config` as `product_media.media.config` , `product_media.media` . `path` as `product_media.media.path` , `product_media.media` . `private` as `product_media.media.private` , `product_media.media` . `thumbnails_ro` as `product_media.media.thumbnailsRo` , `product_media.media` . `created_at` as `product_media.media.createdAt` , `product_media.media` . `updated_at` as `product_media.media.updatedAt` , `product_media.media.translation.title` , `product_media.media.translation.title` as `product_media.media.title` , `product_media.media.translation.alt` , `product_media.media.translation.alt` as `product_media.media.alt` , `product_media.media.translation.customFields` , `product_media.media.translation.customFields` as `product_media.media.customFields` , `product_media` . `custom_fields` as `product_media.customFields` , `product_media` . `created_at` as `product_media.createdAt` , `product_media` . `updated_at` as `product_media.updatedAt` FROM `product_media` LEFT JOIN `media` `product_media.media` ON `product_media` . `media_id` = `product_media.media` . `id` LEFT JOIN (SELECT `product_media.media.translation` . `media_id` , `product_media.media.translation` . `alt` as `product_media.media.translation.alt` , `product_media.media.translation` . `title` as `product_media.media.translation.title` , `product_media.media.translation` . `custom_fields` as `product_media.media.translation.customFields` FROM `media_translation` `product_media.media.translation` WHERE `product_media.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_media.media.media_translation` ON `product_media.media.media_translation` . `media_id` = `product_media.media` . `id` WHERE (`product_media` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`product_media` . `product_id` IN (0x00046AE9FF6845BB9F8F777F05AABB42 , 0x004B11B664424995968A6294D4EA4AE7 , 0x00D4D0B014FB40AD860B02AE1083755E , 0x0198CC7F3E447214A848528DE060A0ED , 0x01BDD843B2E341FBA7621F41D7710E98 , 0x02049224C56347179FA4C013E2CFCD8F , 0x0247791B45054C689DC340A2C29E97C3 , 0x02FAF11477E8438297010141B853806C , 0x030C2B8679954ED2A192D0AB41599237 , 0x0311A626F2534859924D497E584776D0 , 0x0396B5DB563F412FBD5EC1E572547D5E , 0x03AE789C8C2D4A16BF489C76F4B59C68 , 0x04488BCF0EE84F5B84633A1AF9458006 , 0x0483012995204A50B2AA3E762122FEF9 , 0x04B7219DB9D94F5A995E158E06427030 , 0x04EA1648F2B345F881D5C29272C6F3C1 , 0x054825AB00664EE780D762BC63A565F6 , 0x058907348D8D410EBD3E4BB59FCF9B79 , 0x05F419753BFD4BDEA2E3D441A2C82906 , 0x064251F497FC464F86EFAD5FB2EDC697 , 0x0759A1C6E99B4B1EA6023E681F876273 , 0x0764F1BBEA1A41A59D8ADD016EA62243 , 0x08EE31E58A0A4355A1B001787FA2C574 , 0x08FE3FB5188B4A49BB9FF8250E4C83C1 , 0x090E9258195245038789DFE2529B0192 , 0x0A02E5FE097D43EC8736119F01B68776 , 0x0A38581650A342BB97478E5552350B97 , 0x0A7D7CB8497F48648FA50404FCD9C9C2 , 0x0B4240DE68A5461FAC990789BF37F906 , 0x0BCBE8087AA045F0B7B6024B5DDCA825 , 0x0CF665757B114488B50086B62E4BA9F2 , 0x0D23AB14DC8848BFB34E5420BC24CCE5 , 0x0DE5A9A4AD8048DFA4869EBDA2816160 , 0x0DF30C3019B74A12A9691516EDFA03CA , 0x0E15B1A7FCE0408BB2A4061CF330FB37 , 0x0E56C79BB26B423DAC3B0733A0D12505 , 0x0EB9CA4CD4C44ADD9CC393BB61A16A16 , 0x0F406D54D6CB42FCBB67A35AB8F1FC65 , 0x0F655A75B1374B92AF4C6ABCB78CF8E0 , 0x10362D84B103438BBAC8A33B21138B85 , 0x1331F195378341CE9CCA709A2F053825 , 0x1378EB69008245AA83DAF302D53E9E75 , 0x147C921683254C869D791B762F581652 , 0x15746B398E0B4224B357CF603B6FBAFA , 0x15B8B930C1E34C58BA2A1481B7DE6469 , 0x1680F2F3C0EC4FF8AABCBD889F19026E , 0x17C44E57E0114AB788FA54D1E598673C , 0x17C8AD20F8E743C5B4111F96115C9636 , 0x17E2ADB56020463986BA58CC358445F9 , 0x1848376F2CC64879836C5648C571431F , 0x18B2308F5FD64DD09F7E7B9801383AD5 , 0x1A1A9060AD2A4698AFC6554B2EBA07F4 , 0x1A1D1F47D14A4CA7B9C26AD89860C691 , 0x1A5A03CCB8214496BF7E0DA267153241 , 0x1B4131453C034D7E9AC2B91672FD353E , 0x1CE6DB34548E440C91F01D578D87405E , 0x1D8CB0A656654BC580C454F327E7CF44 , 0x1D9D973E921C428EB074B448A243A014 , 0x1E30647CFCD649B0A5AC040CB613116F , 0x1E585AB092CD45A39A7F60F589488D6F , 0x1E700370730E48E6B32CCC72D3363C7C , 0x1E7256C5A65D492A98CDDF303A3746E8 , 0x1E92611F47EC4FE782C3C4BF4BCDEA2F , 0x1EF2B8E30EC14F538180574A793CAC77 , 0x1F08B30763A641BF8C787EB61FBA97CC , 0x1F43B9EE400F41A1BD2D7F3EF5787255 , 0x1F535F48E4EC47CFB5C04653C5B00B4D , 0x1FB7F084A0114A17942A44D159E7AB0E , 0x1FBD733818A6460185F11E00A88F1AC2 , 0x1FDA3598317643BD9AB3A31C4E1D4B74 , 0x1FFE9D3ABBA04650B28F4122649D4F76 , 0x20233F59848B4D5BAFB140846E263772 , 0x2070C1C33600459DB6737C6F3F590C27 , 0x2115CB0CE23B48FC91D923355DEB2232 , 0x211A38B709A84B198D369B82D10C19EE , 0x220B1FCFBDF142BDAB9867B94C8706AD , 0x2346E2E3972640B8923E79E8E01BC85C , 0x23A6C4D09E944347BD8365876D209E9C , 0x2406BDF9E49A46AF811BB68881F9F231 , 0x2491F6D365E04019B3C59619819F55A5 , 0x24CF02FD573941599324C36B372753A5 , 0x24F400E3843C4B2C8E15F326E9E96A25 , 0x24F67A89810B4DBE85FD85C0457DADF0 , 0x26261286E85D4FF5A83A0188DCBA7C00 , 0x2627E9E8F6E2495CA9611AABCF11C9C2 , 0x26450ED42E934083BAD8009D514C50CB , 0x26CFBC7A02BA47849A00E627E760AB87 , 0x283DAB9673E74A2BB4FCF96E6752A5ED , 0x289AE79791684D6C9B6AF6BFEE466FBE , 0x289E9338267A4F9F9C8ACEBB1C389498 , 0x2922E1C652D14640B5297D979A67EC1D , 0x29CD1170CD404D5BA4BDD8FF2D7A4D6A , 0x2B41F1C90C7846C29A25ACAA295AEC5F , 0x2BAFDC3273F9486D802866D6EE77DA7F , 0x2CAB3498A8AE4840BB83E2AFD6393700 , 0x2DF2A8BACBE24E83B3E1CEECFA8CF947 , 0x2DF386CC8B724ABD82A4396D42EABB37 , 0x2E7B613304DD4C96824D1BE6FFD83190 , 0x2EC241AD2879442C8ADC75C286F0F9CB , 0x2FD6A70894F1437EAACA580B6847E6E0 , 0x302C26630EE74FF28738A844ED269886 , 0x30705084226B46CCB71816AD2BC4F02F , 0x308D35794BF247FAACAC76988C122E08 , 0x30B4E211AA274CA1B6119F6F65116006 , 0x31735EE394174546B9A835372AFA3ED9 , 0x3287E5E8061341379DDDBA51294CF222 , 0x330742B011F14CCAAE093E9084124A40 , 0x33509576FC574DDC8CCEE047098FEE09 , 0x34AC099A240047D889775AF636F3A5B7 , 0x350A326159F74D7D9C58E60DE4F83F95 , 0x3518ACDA3DAE44029080D27230974076 , 0x354DEDC90E1846C0A478EE2E699CF29C , 0x3650EB73B3DA42F1B624576ED59B754E , 0x366D559A80814846865BD712D8B0A9AD , 0x3703B9C6C55742069205189096BA64D5 , 0x37433BE6C23A4987A6A18B46E5A25823 , 0x3971F7DF1FB94315959C080E41EC728F , 0x399F373F45154B26A3A79E9B077AC1B3 , 0x3AF696E599824A919A809C42B0B9E9F6 , 0x3BECE2B3EB76487D93651AD9F7CF9B6D , 0x3CEB37A732424262915D394BDED5A67B , 0x3D0E2CF2730D4FE5B63FF578B53C6A97 , 0x3DA81D5F50FE4791A22CCC74B648DEAE , 0x3DC9D509C913499088C9DCDEE0EE1196 , 0x3EF3ECEA1EA74E37826CB74EAD6E7B88 , 0x3F1E838362194CA396EF76DA76B344CE , 0x3FD592249B54411F97204F136CFA69E5 , 0x403AADC1354A432FA2874195A7B7914D , 0x4040F5071B454DBAAE3B4BCD172BB0D2 , 0x4058AE3A8634489C92E9EF434AB445E9 , 0x4082D8A9859047DB978BCFE5147949A5 , 0x4088D046F12D4F39A9FCFEFC53531F05 , 0x40CAEBDC12904053A893BB6D0CE6C586 , 0x40E6608F10B64AD094EF5A1CBB6F2DCF , 0x4179506A797E4A7EB4E5CDE8D2CA1B6E , 0x421A3FDFD0D5460AB528E3707CA11A78 , 0x428E3CBC4E40426FAFE0A918BFCC3733 , 0x43E7017E5255473992727A5594AF67F0 , 0x449941BBDC124DA9934AEA8639AEB553 , 0x471B169BC08B40BD9102F488EFADF358 , 0x47671FCC33714BB3847A0406F90A0589 , 0x481078A8A1154B838281D129F2C084CB , 0x4984BABFCF7248D2BD5C79618E10DF03 , 0x4A7BAAC4265B456A9BDDF3DA591EC5CE , 0x4AACF2144C46477798D3A673D9071B03 , 0x4ABFF39A14E046EE974CF0777F9B3A88 , 0x4E7E98BDE9744E018B6CB3AE2FB48DF9 , 0x4EE1BC4EFA8B46D0B0979B51348F0158 , 0x4F0A031293AC4FDCB6E1B244D112EABB , 0x4F1F386C4DAD4DE8B19F3D5D0B855816 , 0x4F9FD0B16BCE40CC807C803FBDE959A9 , 0x4FC3F0AB2F9544A9BB5836B7F3F2BBB7 , 0x51070503953F46338AE553AAD8369B0F , 0x514D3C2065A846DF95B5E4580D967686 , 0x5222CB43C07D44D6BDA426C18690CD73 , 0x53BE4BE5CC7F400DB61B4728E941D634 , 0x5418C747ECB24B0AAD4C50A136861AA5 , 0x550C64CADAE74C1598B8EEF6429BEF2D , 0x55759E4FD075438D9EAA8C576CBCEB92 , 0x564640DFF3EB42FEA814BC66E90D21AC , 0x57AE6E0B403B4DF3BCA3A8538D8EC0AD , 0x58BC9D8729074EF98236767DADEC3D34 , 0x590789E000FA4A49AE4B28CED70716D4 , 0x592D3E4BE7FA489D81601E5C5438F6DB , 0x594CABECDDF748E2A382B2D627690EA7 , 0x5A3875EAAA9348548457BB27936CA584 , 0x5A5DE028EA0447C9A01CB7B886217E11 , 0x5A5EE7914B25431F828E96BB8C2B9609 , 0x5AC2252237ED43CBA3EFBBC766DDC195 , 0x5B1A2F20CEE94CD9BEA763D46C510E48 , 0x5B235B87847741129EEA0D6B187ED80C , 0x5C03EB1DC4C44395918697871B76824E , 0x5C7DEF33E13F4CA1AD48E9654B86F947 , 0x5CC2202C60824EECA30AA4C2213EE7C6 , 0x5E6CE5843FE847EA84D71C5D9503276C , 0x5EAD1DAA63064D21ABC7E3554D3A9640 , 0x5F6D55149DA14310BD6A08C07D0AAD98 , 0x5F7DD71082DE4FF1825A3E4FC530B61B , 0x6067FD249BAA451DB12F3E78C0B166AD , 0x607909EEE162408FA1A59A6A7D84707C , 0x6081ED7743DF49568B047ABDE613C549 , 0x613247994D20402D993EBF4F464F543C , 0x614CFAF0DF21415D853584D1B1F7B19B , 0x61515C579DE74C4B8E4F38DB34458A6C , 0x61981E3760FF48D28F64A91D811759C9 , 0x6279E85C754A43909DE87F0D3B858351 , 0x627FADBA6CF04A98965218D2AACCBC10 , 0x62899650FA3D455791118FBF4DE28FE0 , 0x62D3FC4795E846B4BC4538968171055D , 0x6396C6FB5AE34E6786EBE6578482B4A4 , 0x63EF36C39A4C40719A045AB0B55AD36C , 0x6400483852CF4BA7AC7E525C465F4F9A , 0x644136A42A4D4A1BABC7E1578E05127B , 0x64DABC1526BC4BA1A4270AA699DA3E9E , 0x6556518EEAE7478BB3ABE52F074A289D , 0x66CE5384280049CD9E60B2A59EEC1CC8 , 0x66DD5ED958044D89AA19CFD81E46F74F , 0x675283C0026E4B1FBC2F88C2C0FE9EDE , 0x67A4734A419C4255A6C885E700FE7A32 , 0x68C497AD48414C39B04120201663A5D2 , 0x696571E2EFEF43A1BF0E6634566035F3 , 0x6972481A7E734C349DDF8BE2BCC2EDC1 , 0x6AAED5894339486B806BA5A708749467 , 0x6B1E1D2FC9AA44778A413FBAC60B4ED6 , 0x6B964F5A3937451898612FE36D78FA58 , 0x6BCF2A4DC64D4C41B844999B05F2D155 , 0x6BE5B7D2E75B45E8AE17DE186CFF1F18 , 0x6BFC1158030244D69DBE85610CF72B40 , 0x6C7D9532C9A84299B0D35B0A3685DAB8 , 0x6CAC5C8418864D1E83240AF4A4918714 , 0x6CE7613368E94E198673322CEE95AC71 , 0x704A641F762F4C2895EA09EB867F87C9 , 0x70CF20607CEB4142958787DDB7A0F3EC , 0x7109CA42D8E0412580E57609ECCDBFCD , 0x7134359E2776410E9843051CC710945B , 0x7185F8ED29774D7AA35A810FC49240DD , 0x7190A7A5A60F4F4BB59CDF6E217A05BB , 0x71D9F0F69658465E86B814B5CD08845A , 0x71E56C6BA30148F5A4DD1F375BACFBE7 , 0x736BF487F470416591F456B8037C6740 , 0x73CC29371AA84E8B999A699A7C091D91 , 0x73CC2BF819EB462C9E70ABB20990BBDA , 0x75E822F3D5444BCD8D091BB4660BA9F9 , 0x76AFD5E18CF3430C9E12F89349513D00 , 0x7703961AA9404F08B2A411B2E2F28CBC , 0x777C3A2789134EA78F9DDC277B6932BA , 0x78842C1F55F842A3B0FCA229C9BC9AB1 , 0x78F5E0F7431F46ABA083791CF7ADE7E2 , 0x79086DBE719E45AE888297F74CCCE2D0 , 0x792A6F9F91FE4B3CB8E51C3801ED24C6 , 0x799E29169FE34E0DA8CD9D76DF9A6365 , 0x79E9D5F3F1014E72AA38235A8861780C , 0x79FAD4F30B6F42FC840CF0B0F8222E2E , 0x7A2A7D83412F4D1FBA125D70635DCAE4 , 0x7A51D3863EBE44DCBB8C6C2E4B990108 , 0x7A70ED5BF0A6404E9205169772FBD774 , 0x7ABD39251B884DB38D6570F67F42EDBD , 0x7BE7135E2FA248A28A25AD872BAAE49A , 0x7C6DD584FDC7454ABEB6C9355F995FA7 , 0x7C86C5D847F44081A2C7F8BB5EAD22BC , 0x7C995043C7924D9E932C602184701DF6 , 0x7DA28FB9F7364A0ABD7AA45DB9E88D58 , 0x7E343212F7D849278D9336A7FE9D2D83 , 0x7F4F2F2203544F86BAE78B43E2AF671B , 0x7FACF52F30D24081B647DCB72ABD2E0D , 0x80624785147B4CE09353385686B7EAD5 , 0x80B654B1936C4848BD32C15DD652CCC4 , 0x8105BA21A10A4433859829FD4D7AE2C1 , 0x83AB4B4C265445CDB204D27E9CCC7A1B , 0x84AC473AA0CF46249A13D69B6A087633 , 0x84EC3F4B6A354B3BA91A0BFC9A3E31BE , 0x85C372FD4E0349628BECD740D62142B1 , 0x85C980ADA17A46B68E810AFBBADA8659 , 0x86262F6597444400A53F02C4BFC23AE3 , 0x87E7323CCE0B4FAB91E5F7DD5A9BFA5F , 0x882A0D90845C46C9BB019659A615F235 , 0x88D90D9342FE4AF58DCF5E3F548660F3 , 0x8A7A69D705B844E6B7761238FB3FCED4 , 0x8B2D191ADBC8495AAC0A0FDA910336A1 , 0x8B57D96479B742AD9A8ED775658D07BA , 0x8BDDA3A3E5CF4A79B865E33743F707F4 , 0x8C1B4581C9DE4CBC936CB553F7561FA7 , 0x8CBCC1051ADB4A9E960AFDB22ABC80C2 , 0x8CFED6C00ED74961888007E6BAA2E64A , 0x8DF6D9D84F7247098541724812D4A756 , 0x8F71BF4F636149A7BC6E1B3079F45821 , 0x8F77BDF144244745A23DE111A0DADA89 , 0x9042BCB56040449985B0432F997E63C0 , 0x91528C9EE9504FA5AE2603C7663C3A0A , 0x91C047D4AE304B3BA0514155F2E018B1 , 0x92199A0B5F05435F8BAAD258FBBC38FC , 0x92E54CEF4F764352BC6F8D74E5865CF1 , 0x931535373FF24501900A694E60552F78 , 0x935BB4137B1E4CA89C832629DAB0D15E , 0x943E03F1C4754C399537652C9C4B7010 , 0x960F1A5D33764DA38B549F36355EBCC3 , 0x964B8604C87C4586A37050A01C0047B5 , 0x96703184E4A94DEAA6639AD3B41D6EB9 , 0x9679137632584753863DC17B19A2FC85 , 0x9682BA01B1264647B8BC5E29F23FE6D9 , 0x9715565824E8455AAD45447D487D480D , 0x97847E698097412CBB0D9992D9E73AC9 , 0x97A8D0D52114451EBD70F2E5B619CE79 , 0x97D90C55E1F4421FB536210F0F36D324 , 0x9803EF0A5BD64DF7925D48B7E0849934 , 0x986B22337F9D49589976A6C1E914E9D3 , 0x98C849F19F454B638A543198DBAF1EB7 , 0x991D1A0D9FE44C90900A90437E7B8400 , 0x9926731F6F8E4D65B1F505AAB3E402CF , 0x998BB8A81E1B4FBC810C7FA5CD42B761 , 0x99EB30031DC3465C8FE88A9C89476E57 , 0x9B13EEBAC1A44D73AF33013CE07DD927 , 0x9B4C7318E4A8486C98247E883AA9C1B1 , 0x9BF28ECB49CD482BBA0DF9BE9B8DC7A1 , 0x9BF7A63074C649C2A427B6C17088124B , 0x9CEF2594DCF54D45BA544C84672CC09C , 0x9D72BFFC5DCA40AD99FDA7AEF80ED584 , 0x9E0A24038D8D4B1380918E3440EB6B7D , 0x9E19E43F2BB14CB88F53D2D86DCB8426 , 0x9E43A614F83540769B8D47B80B0090E8 , 0x9FA23EBCF0494A73AFB7EAC0FE2831AC , 0xA002E63BB53B45EDA2AADA59424ED928 , 0xA0645420AFF348B8AA8C74F10917B1B5 , 0xA0B3BA6665E14A1A8F7F78366F2C1B7F , 0xA0BA480C6574462FB41DE76EECE5A313 , 0xA3296D93EF1A4CC787DA180AE9844796 , 0xA408FE9331654FC08465CB3E141ECB92 , 0xA4566694F5354A1C993527ED1EF82A0E , 0xA48BF32D3B29479DB8F8984A1AB3903A , 0xA4A8C86177954121A5C1D21756B47A2B , 0xA4B4A98B714D4818BAF75E19013E06BE , 0xA4E3BEB1F321450C8BD1C2903F56CBE5 , 0xA53B7DE72ACC4313AD9752FA223AADDF , 0xA564DF702EDC437F8B2E30452C1BD0FC , 0xA614AF48FA064972917377658498D9CA , 0xA6FCC778E5C14F27B54B2B2BFEF63603 , 0xA7DC85B0FB5547969949DFD4A247AF1C , 0xA800836365C9479CB268D33354F36366 , 0xA8182058190A4528B01A9B16E6F8D8E9 , 0xA821025B13F0464C84E855512A64902E , 0xA83914BE5EB94C24BDC703F19779D57C , 0xA9245B8DAB4C40ACAE641F4F6CFA7409 , 0xA94CFDB36A34413F8B774E70D8173A8D , 0xA96A084A6DFF447EBBFFEF6D91E93F22 , 0xA99384528610462C9810689AAC1F2463 , 0xA9F77F87F6564ED89DBB8FE85F480F25 , 0xAA3031F9FD724DBC9FED884EA62B3CDD , 0xAB789CE2066E472AB512C5B572559FA2 , 0xABB82E70F1654724A031607E94859583 , 0xACC864C0BF86429FB59BDA972C31599B , 0xACCA3D4D508A4DA98BCD404C3A0E12FA , 0xACDA8C43B3964566A16F8ABC69A1A09C , 0xAD7BE002A6284AB9B859577573EB3F7A , 0xAD9B4582B2294745AD50BBFE6D46AFE8 , 0xADF28C1B866641CA80805EDA0F657E47 , 0xADF5DA86CEAE498BB8AE183AC723AF7B , 0xAE2F3C11B14C476B8AF7C45D63869EBC , 0xAE41ED3ACE88408C8FE701829C044AFD , 0xAE48EC90420B4922BBF9C3CD00EC066D , 0xAE777A0418834992A68BC3E2D6F4F23C , 0xAE86C52EB2F044AE9EFFFDB6A8144243 , 0xAF2D7E408FE24E3CADADBCBE89317FC6 , 0xB03EC85386B940D486C94DFB207AF064 , 0xB0629A4095644BD9AD545B1F687B3E5B , 0xB0A320725570417D8EE02C639AF7CAEC , 0xB1599A0D36374274B40F566D4650AEF7 , 0xB18DFFA8F25443258FAE7F47A5D9FBCB , 0xB2FD4F7C75644BDEA019F473C52FEB78 , 0xB3A22E2D76034C5EB3D0B95755EDB77B , 0xB3E3CABBE3344AE5972FBB2E06F5E2D0 , 0xB4654E8B79D0497EB735B1D3AB6C1A47 , 0xB5ED937931AE4DA78D4BABD1F248D6E1 , 0xB5FAD744249A4B6C964C1A057F99481C , 0xB656210586C94F81BAC02EE46FB59854 , 0xB78B1A61230049BFBA534C92B3793BA6 , 0xB7BDDBBE01C144FDA09070A159706DD4 , 0xB842E53BD9334206ACEC3CB3F9DEA93C , 0xB90C8A0F07BA4CEE8EACEB81CD600693 , 0xBA1FD9A76C074F058DAFD57E0D6ED169 , 0xBAAF0501442649A780E5481B2D0CA46D , 0xBAE61D1DD5CF4CC09C2DCA9D42855234 , 0xBB3721672CAC49E9916FF2EABAC74A85 , 0xBB8D0D8607FB48C593FF210266C195B3 , 0xBC20E9F20DC94F34B185DB4DFA6D4CB1 , 0xBC54D495F82141698103436B43896042 , 0xBD4B4AC04F0047108B5E31C13647B328 , 0xBD6868C11D384880AF8A46FBEC986BAF , 0xBDEBC430F6704EB29D628F33FBA86277 , 0xBF0CE5B1877C4DA387E94D0FD0B6DC87 , 0xBF7A9483005A4FEA81FD79028B901EF7 , 0xC018ECD5CC4148F48B4C4ABB008C95B0 , 0xC0595D47CC5C4BF58283A7D11F4DB07B , 0xC05A7607EA1349A384EBAC0230B98E5F , 0xC06D41F75E8E4881811322C4EE4AE97A , 0xC0CE13B4CC094EBEAEAE8B84145B1A2E , 0xC18F79F769C146D5BC1822F1C8A2A998 , 0xC26724AFC3BB414BBBE4C612EC8584AE , 0xC36E1B4C6ADA49A5BFC72686F869E02E , 0xC46D0D6318E14D67967AAAC0A2F0873C , 0xC475570D2BA644B2B8C43E6B35F97BDF , 0xC5491401894A4D97A54B4EF547A68317 , 0xC59F9403E1DF483F99AB8C020F358B99 , 0xC5A349714C8F4BAD98BB230A05D2B383 , 0xC5AB144F495C45D1AF742173EB811222 , 0xC640A703821C494BA8BC9862915AD827 , 0xC782CB835F3143888D572022A4A15AA5 , 0xC7B86C5A14694FACAE52B48F2619F103 , 0xC91BF838AE1442A7BCB656AA2A6370A5 , 0xCAF11042CE174FA78B82ED67C48198C7 , 0xCBBF751FDD95484B83A20EAC4BF9578C , 0xCC1790550B7B46D0BFE10B0CF8FA2DD7 , 0xCC21F17324BB47E6BFC6BB550977370A , 0xCC7F17B545B443259D7B3B91BDB635E9 , 0xCCC56164398C4D1E9554FA01EBA424A7 , 0xCD3CCD244444443DBE5D24D25D29E1D6 , 0xCED7581F97E34DC28784BE92A4E9C818 , 0xCFA16C08255240428AC685E5C897328E , 0xCFA1A7C3E00A43949CF3A595ADA9DAE9 , 0xCFDBD6959DB6473FA49CEBB157AD7986 , 0xD0F21C480DE5485F933652B86D84A436 , 0xD123F99DB9AF4E07936A0B83CF30D5D7 , 0xD133C375EFA24C05A901F1D76F689268 , 0xD229BE6D5C914C2BA0F52C1A9C6813E4 , 0xD2B137AB85804568B86627BC683565DD , 0xD38ABF6001384B79BBE6FA3CED33C53E , 0xD398C2DDEBC444F6A74DC3133125987F , 0xD41EB0C222144539B4CC6BE94B1D8925 , 0xD4BAB0AE04224756BF061D7C8DBD8CEA , 0xD53DEF18874C4AC18B224FBC07554900 , 0xD548483F01734FA9906094B9C944076C , 0xD56C6BF640604937A1F931112F5BF865 , 0xD588741B684A4310B31DA17036B4104B , 0xD6B276B9515D4CE98B1A5CA806F3606E , 0xD6C2ED6E82254FC9A502A5F5E1D26356 , 0xD722D8C2CC224A3894453EA0E6EDD748 , 0xD744BF7892AE4DA48ABA62C8BBF2D386 , 0xD7598D9A84CB4294B0037243826A2E44 , 0xD7B5F89C35DE4B36ADBB79A97A404ECF , 0xD7BEE9BF0A40497A804FA0385B536CDB , 0xD8231ECE91734274ACA53466269BAA9A , 0xD831AA6F9C904EA2BED8B8E3A4F30C38 , 0xD837E64CEC3C499DAEC4AF1E3C956DB2 , 0xD88E2F820F774503B7E0F8EAE68F5CC1 , 0xD8A3AA80291E4630994AFD381FE3A759 , 0xD8F0EB71932C44AD8667140E3312855E , 0xD8FE451BF5944FE9B5C195663D1560A6 , 0xDA1656539198419C97BEAD23BFB5D845 , 0xDA60094BF09A4BD8B829AD7975ACF9A7 , 0xDA714EBB8CB54BF79277A88EF1CFAF9E , 0xDB75C38E0B784063BBB5EBB72AE910C9 , 0xDBC02052990A4606BDB5ACDFF42F303C , 0xDC4BCA56CD39464E9EF554EE88628A1A , 0xDC52A263E5DD40F4B1AF91362FC32194 , 0xDC7487729044444198EAAD719A5CACA7 , 0xDC7A596505DE4D38B5D0A3C8CAA61B9D , 0xDEB6EBBC0EA64A56884F5BB6488549AB , 0xE024836F09D74ACBB59018B629D759FA , 0xE025D21BE62B48208B5CA748586369A1 , 0xE15DDB60CD6D4CE690A5765CF341F7B4 , 0xE1E8884954C04E71AB5DAEEB346FF8EF , 0xE25DA111EB5F4EB48FF73BFE61A7AB08 , 0xE268901044D74F4997C8798505FDEA63 , 0xE2E45CA9BD8E4E4EB5BC426AB0722EBC , 0xE31BD8BD85DF4746895A4874B055C944 , 0xE3226BF41A7842AAB7F9CD436F1E8C3E , 0xE36F3909F3904B2C99D9A3253A8C95EA , 0xE3DD4EFB533447F7A6BF71E1429D6BE3 , 0xE47071574E9E4C72B01461798707A941 , 0xE501CEAB99DA4C91808C2FAA5E7FA267 , 0xE534081D9DE34311AF269170B29BA478 , 0xE53B152487284F518DDC6441A4C0BC7C , 0xE57BFB0519524B4D84CA679B8E30CCD9 , 0xE59715CFFF5944048CE8B35F62C843E5 , 0xE5D9910EBDBF445E82FBC040651DCB69 , 0xE64917D2DEF640F099DFF3E1724557F9 , 0xE71BC9B393FE4133BF1FB32B20FC1F32 , 0xE794FCA7A9F5459A9503DE5A4FD3AE10 , 0xE7AE6702A35E4F7FA90907A646A9B85E , 0xE92C2A852FAD4F84A15B6BEDD90F57F9 , 0xEA0BA39C56A148C29DA3E53C759775F8 , 0xEAC2B6C542994B059FE86781E99700C7 , 0xEAE8516059FC4D159BAC8E731DE8EB06 , 0xEB7F563A51E646888AC82D0BD90E53B8 , 0xEBC2C9C1CD36485E931B74457FF137B7 , 0xEC9D1BEED74A4E4B8609A7964777DFC0 , 0xECE530F255224FD88513023935E4DE49 , 0xECE56C9C025A4A54AE69227D289F6357 , 0xEE14856534B44B01A7A90AC8F359E95C , 0xEE3F523172B948E3A38A76932AAFA9A7 , 0xEE4D4D05A347496497BD08AA730DF128 , 0xEE56B117CA1D45D5AA1E74C5A31C88A8 , 0xEF703AAEB7D742AC8DD7660634531135 , 0xF0BAEBE81B0E4E7298E3643B0F20B69F , 0xF1A768C6B0F849519C1F536A7FE37884 , 0xF1D70DC7D626415AB8C20BD641AFB16B , 0xF1FA4BC70505499EA352714CE0CF1604 , 0xF239D95A61C94707AC2805F28C3125C5 , 0xF305622FCE2F489EA4B6B87D16801E76 , 0xF331C2A149E44B4F92F34A7AC2F3795C , 0xF4FB28008EE047AEA22B59F1F8BCC489 , 0xF5719A6F4DEE407DBED3CE57FB62D3BF , 0xF596F4DB96B9481999ADD056F10D6B8A , 0xF6B7097B3A254E1F8870C8773066E9DE , 0xF70D28E08E3F4727BB3EAEB07979D165 , 0xF7936B663C634F0FAEE164FACD280B53 , 0xF7A496C2D82E47E68FC4F4ED502988B5 , 0xF874744CC0C448B5A69E69DD90E4335C , 0xF89E8BF33FC74AD1A097E9409340EC8C , 0xF8E9E58D26754B1EBED08130646FD4C6 , 0xF98CA2A6EDAE45D491E128F1EBBA6557 , 0xFBB0017134264416AEECC32AAAE5445C , 0xFDC5C63B921E4DE49E79D66CBA61A87F , 0xFDD55A3CDB1C40ECABF60C5FF0350B35 , 0xFE32DCCD36E644E6AD9DAA7A5A2D8E29 , 0xFE59B7BDDA6D4CCCA68B442619BCE23A , 0xFF18D58435FC45FD9941464D2CA2F51A , 0xFF5F7E5BAEBA4FDA98A4C1ABD9171BCE )));
Copy
87
0.31 ms
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (? )
Parameters :
[
b"³µÝl3BJŃÏ×%÷3Á÷ "
]
SELECT `sales_channel_analytics` . `id` as `sales_channel_analytics.id` , `sales_channel_analytics` . `tracking_id` as `sales_channel_analytics.trackingId` , `sales_channel_analytics` . `active` as `sales_channel_analytics.active` , `sales_channel_analytics` . `track_orders` as `sales_channel_analytics.trackOrders` , `sales_channel_analytics` . `anonymize_ip` as `sales_channel_analytics.anonymizeIp` , `sales_channel_analytics` . `created_at` as `sales_channel_analytics.createdAt` , `sales_channel_analytics` . `updated_at` as `sales_channel_analytics.updatedAt` FROM `sales_channel_analytics` WHERE `sales_channel_analytics` . `id` IN (0xFCE6ED6C33424A8F9FD89E25F633B5F6 );
Copy
88
0.33 ms
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = ?
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT `domain` . `language_id` AS languageId ,
`domain` . `id` AS id ,
`domain` . `url` AS url ,
`domain` . `hreflang_use_only_locale` AS onlyLocale ,
`locale` . `code` AS locale
FROM `sales_channel_domain` AS `domain`
INNER JOIN `language` ON `language` . `id` = `domain` . `language_id`
INNER JOIN `locale` ON `locale` . `id` = `language` . `locale_id`
WHERE `domain` . `sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C ;
Copy
89
0.36 ms
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = ? AND `is_canonical` = 1 AND
`sales_channel_id` = ? AND `language_id` IN (? )
Parameters :
[
"/ersatzteilfinder/65-sx-2010-modelcode-6001J6 "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/ersatzteilfinder/65-sx-2010-modelcode-6001J6' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x274605D71D2B4479A3882D8FD62BFF5C AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
90
0.51 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
91
0.25 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
"VerignDvAccessibilitySw6.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C ) AND (configuration_key LIKE 'VerignDvAccessibilitySw6.%' ) ORDER BY sales_channel_id ASC ;
Copy
92
0.20 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` FROM `language` WHERE (`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
93
0.29 ms
SELECT `locale` . `id` as `locale.id` , `locale` . `code` as `locale.code` , `locale` . `created_at` as `locale.createdAt` , `locale` . `updated_at` as `locale.updatedAt` , `locale.translation.name` , `locale.translation.name` as `locale.name` , `locale.translation.territory` , `locale.translation.territory` as `locale.territory` , `locale.translation.customFields` , `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation` . `locale_id` , `locale.translation` . `name` as `locale.translation.name` , `locale.translation` . `territory` as `locale.translation.territory` , `locale.translation` . `custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation` . `language_id` = ? ) `locale.locale_translation` ON `locale.locale_translation` . `locale_id` = `locale` . `id` WHERE (`locale` . `id` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"VÞGÀŽÊMT“*¸Æ³Qqƒ "
]
SELECT `locale` . `id` as `locale.id` , `locale` . `code` as `locale.code` , `locale` . `created_at` as `locale.createdAt` , `locale` . `updated_at` as `locale.updatedAt` , `locale.translation.name` , `locale.translation.name` as `locale.name` , `locale.translation.territory` , `locale.translation.territory` as `locale.territory` , `locale.translation.customFields` , `locale.translation.customFields` as `locale.customFields` FROM `locale` LEFT JOIN (SELECT `locale.translation` . `locale_id` , `locale.translation` . `name` as `locale.translation.name` , `locale.translation` . `territory` as `locale.translation.territory` , `locale.translation` . `custom_fields` as `locale.translation.customFields` FROM `locale_translation` `locale.translation` WHERE `locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `locale.locale_translation` ON `locale.locale_translation` . `locale_id` = `locale` . `id` WHERE (`locale` . `id` = 0x56DE47C08ECA4D54932AB8C6B3517183 );
Copy
94
0.42 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
95
0.20 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
96
0.17 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT iso FROM snippet_set WHERE id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
97
0.26 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0x274605D71D2B4479A3882D8FD62BFF5C
;
Copy
98
0.52 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagGmvReporting "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagGmvReporting' );
Copy
99
0.47 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
100
0.21 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
101
0.61 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"\x0E a[Ø_\x11 FÿêLËB\x17 ¸à= "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x0E615B9D5F114698884CD34217F7853D ;
Copy
102
0.31 ms
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1 ;
Copy
103
0.29 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT path FROM category WHERE id = 0x79A36140A28A4CE6AC6D0E2CED062741 ;
Copy
104
0.19 ms
SELECT min_search_length FROM product_search_config WHERE language_id = ?
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT min_search_length FROM product_search_config WHERE language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ;
Copy
105
1.04 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
106
0.47 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
107
1.04 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"™²$ßâ\r Fé¬!¯Ü\x07 Á\x04 s "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (0x99B224DFE20D46E9AC21AFDC07C10473 );
Copy
108
1.15 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
109
0.68 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"─g]ì?=LÚëµÚ╬│\x12\x02\x18 "
b"óÞ…À@sL\t ‰±jæ´ª¦ "
b">\x10\x13 OùÕFiŠ˜ÕŽ\x08 t•ð "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xC4675D8D3F3D4CE989E6E9CEB3120218 , 0xF3DE85C040734C0989B16AADE6B4AAA6 , 0x3E10134FF9D546698A98D58E087495F0 ));
Copy
110
0.72 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
"SwagAnalytics "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
(`app` . `name` = ? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE (`app` . `name` = 'SwagAnalytics' );
Copy
111
0.65 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"y£a@¢ŠLæ¬m\x0E ,í\x06 'A "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.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 (0x79A36140A28A4CE6AC6D0E2CED062741 ));
Copy
112
26.71 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/251448b91bc742de85643f5fccd89051 "
"/navigation/ec2a4d4fb4474b5088b03df523675f08 "
"/navigation/859156a63cc442008cc67aa14505a8ca "
"/navigation/4851ecc7788447bfb1e74f488e708249 "
"/navigation/2350ba14e89143198d72042128b8519f "
"/navigation/f3f47b57953b40afb23cd462dda41731 "
"/navigation/075251ee45644d14bfeae2fce50073a0 "
"/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58 "
"/navigation/07d6d4c2753d4315814435763a756eb6 "
"/navigation/4784c622e7b34b139d9852ed9fb53adb "
"/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c "
"/navigation/7ca22766fd2846b39712928cd77b169b "
"/navigation/cc590dbc44b740169864cd7c989ddad0 "
"/navigation/275477acc6364fcbb3d3bfbe17317800 "
"/navigation/57e065cd29a24cb3b2d9fc39fc2abf50 "
"/navigation/aefcfa1180634bb98635452ad2dcdbf7 "
"/navigation/bda1448fb6f1449eae78e06d3dd07df3 "
"/navigation/2c38112820554a9598f0c8e77373625c "
"/navigation/310cbec927954c1ca5d68a3a49b532c7 "
"/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa "
"/navigation/c7643e90932e42f594f15a536998ed66 "
"/navigation/3abc5229293848c9b2fc1b27fd3d8421 "
"/navigation/514a31209c6e45c5b7f05cf2ce9205fb "
"/navigation/8539a768e5ce4f168833f890bae1d0a6 "
"/navigation/0923017eea79437bb043b5b0673e115f "
"/navigation/c6f322e9a6294eb896f7bb669251f305 "
"/navigation/8cfeb9558d524e17827ec792492c9122 "
"/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3 "
"/navigation/a3668172f857425f9bfe53224046ba51 "
"/navigation/505fcc508c4e47eb99d8e4627fe8bd32 "
"/navigation/82738af02a084bbdb851e11e8ec598dc "
"/navigation/aab03d74404b481ba120fb9530426d47 "
"/navigation/018c9125ea874ae287429a2cefd1f2d0 "
"/navigation/1a5c6210666443f19920fa7686428657 "
"/navigation/76780ee5e68042aab5f6574d7e25dcd3 "
"/navigation/bef74106cc0b4125978553246ff16ad6 "
"/navigation/c4aa5e8624d24b30b0312e22701162d6 "
"/navigation/c6dc84aee6e1469696ac2299c312fde9 "
"/navigation/d62f763a8391413b81a164ea482db739 "
"/navigation/dfdf2340aca14881a6652d08e7656163 "
"/navigation/ab1de20b216545318a6cdad2ee7e2a82 "
"/navigation/afed1ddda6d849c49d00ca0932a75b70 "
"/navigation/b55d905661614a2fa7f585ef697d6cfe "
"/navigation/c7156d3692b345c69d8c93126625814e "
"/navigation/004440dd20754671ada9bf79a2b75fbc "
"/navigation/0b73a534bf5044ed9dd6af4e301fc006 "
"/navigation/c9d1a6f276f24c67b7c66222804db52c "
"/navigation/f57dc8356f054004b0b2ae82257e6ab4 "
"/navigation/cd3cfa833d6046b89a14935aee1a7f8f "
"/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af "
"/navigation/a316e8972e0041bfa756d6f7acc23e7d "
"/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6 "
"/navigation/eeadca367c544275ac141449b234e23b "
"/navigation/0efa889b062a423c8fd11a73b02e28f4 "
"/navigation/52daaaf1c14242d699b579aa2eadba48 "
"/navigation/8537420f2eb44ac297adf8c04e163b3d "
"/navigation/d9db2acbb0ef4cfab89a07bc122d204c "
"/navigation/f501cdbc9c1c4609a8a519e227fc2bef "
"/navigation/f59522a887f947d8864e42c4ebc39266 "
"/navigation/f9e2050944fc498ea0537fdb55cba37d "
"/navigation/882667d91b2d4ab5a8cb33bcce661e38 "
"/navigation/35da856933d947239055eaf099933e29 "
"/navigation/4e2522fa9ec04f46bcab12cd36925cb6 "
"/navigation/552f1d0a97d7418d822959705696a65d "
"/navigation/7623cc38e1154a2797227b05b7d74503 "
"/navigation/78c4ca0a6208486cb940907b1298f747 "
"/navigation/37476b928c114f0692ad5a37af14e66b "
"/navigation/d3000e05adbf41ccb0952539c25cb21c "
"/navigation/1b15b427e9cb40b28d537a893668f15a "
"/navigation/43c83d522870493a8ab2df8abb5d556c "
"/navigation/49f823826b384871aec230ae7ee2f154 "
"/navigation/e5a13fc2f1c542cd9057c9488b5c559a "
"/navigation/01fb819fa75744c8a56fdc0981381ba9 "
"/navigation/7182c23f1e214e85adba25d65afe398a "
"/navigation/73045f602ad1421fadf76dcecc9ca960 "
"/navigation/89a9b23c1a8b41c2bb4a66032fda3981 "
"/navigation/a585c54285844d1ebd1a64392ed3ee8c "
"/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f "
"/navigation/c76f09f24f1942b1822fb275e0080db3 "
"/navigation/e10596ecd9474c998247ceb3e50921c6 "
"/navigation/01797e0437b3448db94e690f14f43e5f "
"/navigation/7b34af3a47cb4c3ba3188ed1cee83967 "
"/navigation/7758ea41858d4231ad3623921c73e531 "
"/navigation/68376253ee4542d7aa4d93ac4958eb0a "
"/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e "
"/navigation/d867ffee71f646f09b1c069b267201e0 "
"/navigation/4fed7b490a09439dbe58747fe74f3e5d "
"/navigation/cf5a0b4136834eac88874e7ff81b8ba5 "
"/navigation/f19faba35fa04f30a1bdd354b051f625 "
"/navigation/4bc032eef6364672a0d09b8abe93d55e "
"/navigation/33b309eb71bc4c2a9976970795d500fa "
"/navigation/6dba75696b5148139136de033ffc6382 "
"/navigation/be2f3ca764534022a2ba79f972c9679d "
"/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6 "
"/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef "
"/navigation/7b7970e14b87448fb41d825fcec350d0 "
"/navigation/7d34ea33ebd2430b84ca71a999e7b708 "
"/navigation/abfa97de640b48c7a6afa067b88812bc "
"/navigation/1f423e85c6eb494980b22dde93e64a9c "
"/navigation/876b21ae9d7c41498115b90823beeb7b "
"/navigation/2b29710e5f0f44a8825513b4e6e2a98d "
"/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8 "
"/navigation/671bb3d9919346a1a0187fba6835a133 "
"/navigation/dfe70840626a4a9a88c56999fb42852b "
"/navigation/e4ae50f24b8d4d6483cbea48cedb146b "
"/navigation/73e9c784d8c448d8a7e304117eed2293 "
"/navigation/8fa76c45c7a14b1ca93353f7b1f85411 "
"/navigation/f2e70390e9e34ceda7549b53800c1e08 "
"/navigation/0bc41cae5ab441458dce00de02107388 "
"/navigation/5f149c7e1b2b48f9ae6364de8ce288fe "
"/navigation/903d01af296c4a2391205affb24423c2 "
"/navigation/89364c27afac40fa9ead1ec3136ec684 "
"/navigation/aecbd0f4de0742199dd75fadddec2013 "
"/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0 "
"/navigation/bccc5c020811472196379229044dc7fd "
"/navigation/2db3c8aa857a4bc6a6d11e3438350063 "
"/navigation/068567f45f424e389167089941c407ec "
"/navigation/165d387e909249889e89cd6584e6c81c "
"/navigation/20e44a7345fa48468f3d0e2298b4f067 "
"/navigation/224193720c2a4a45bc96cb2d055655ba "
"/navigation/3c24eab57c3d445698f26534ea18e660 "
"/navigation/444424ff93914a27a401e920bb33976e "
"/navigation/72202b824a384e9a8c11ae6afe2a9d75 "
"/navigation/7b182711a1294f69ae2266b5e37b5bc4 "
"/navigation/83868e2e81b340bfa067343e71965085 "
"/navigation/89d46426d44c4442993d4b524afc59a4 "
"/navigation/a16abde2699547c2b823b86c6b48d0d7 "
"/navigation/a3025fff20374024b907cddab6c39d43 "
"/navigation/d14cb43cbcf245eea471b31b87876e6d "
"/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d "
"/navigation/e5c66ca00fd140229735738d20618e8c "
"/navigation/b613bcea17d94cd68c0f1b01c96a843f "
"/navigation/f65330b5335b43a8ba39baec7d44aa54 "
"/navigation/fb3986cb89834cf3a3b42c5a651034a5 "
"/navigation/9eb6e1f2d32e4679aa85298c3e2fd678 "
"/navigation/a5d30272319c4e6f8577b8f344013d34 "
"/navigation/5be3b86f12b94044a39420702328fe79 "
"/navigation/e40c020ad4b74db7bc3e2e88c4c27be8 "
"/navigation/ab078ca87be74c748a7e971e766ceaf3 "
"/navigation/efef8f302349446dac0f0d67631b70cf "
"/navigation/f5e01e9054514b68a8653c5a4f2e5ee1 "
"/navigation/e485c99ca374414e851e1bae3f10af8e "
"/navigation/2fb093f95507419987f178312f1a3159 "
"/navigation/4823a61385b44ff1acf4e6382ddc6ed4 "
"/navigation/a6abb398e64e45f1895b6666ef5c48d1 "
"/navigation/00f37e830a0348d09705a9612c8c8cba "
"/navigation/71ca1150915f49e5a1f2fd538909d05a "
"/navigation/1c5e979155a844539448db12fd5ee768 "
"/navigation/8880adde82fa414eb680521ec3b57c4a "
"/navigation/edd74ffcfbd44ba9904d355f05d440a6 "
"/navigation/29bbfc2eb6d444f08a34e46f60b76e17 "
"/navigation/9228dba7d8ff47a897c5e6125f40dae0 "
"/navigation/500fe37e8fab4ec686d79803e58a8133 "
"/navigation/defbeb767ca44c1b970ab994d662a6a2 "
"/navigation/5d1b4c4fdc094289932a615f81db335b "
"/navigation/b3fcd7cc2e684a8b96f82adbb8615f55 "
"/navigation/1f6fc0d096e4433f847169a8653f9872 "
"/navigation/cdf0a23d5d72433783ef241128a9b070 "
"/navigation/273527558c5e4e2cb3168fbfbbf6db0e "
"/navigation/0fc49a5d23ec4742845d4d31898f67f2 "
"/navigation/9870b54fef794c4b87791c9dbc9b83b9 "
"/navigation/91314c7682154e58a203d7deb3c46e25 "
"/navigation/0198a84419397e96ae8527630cef7f63 "
"/navigation/019c03b8fcaa72dc9e2c6dd03b04916d "
"/navigation/5fdbefa88b0942d28155aa77fb9d1ef2 "
"/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27 "
"/navigation/6abcc304f8c84933a719a126f42a6651 "
"/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3 "
"/navigation/ea2fc00d192244b3b852128b45d74842 "
"/navigation/2a5c8fc96ef04011aef499b2fb4faca4 "
"/navigation/01971690d7e97455bdb6a13033fc4bea "
"/navigation/01971691bb387f7f8d6fa68ac5bc78b0 "
"/navigation/019a7cc2c0ed7c48bfd77766e7197c67 "
"/navigation/019841caba81739d847aaec4495335dd "
"/navigation/c760008290d84dbaae3f6f4b83269ddd "
"/navigation/019aea2480627a599fd1d0db6122e224 "
"/navigation/0197169587bc7ef2832928391108aef6 "
"/navigation/01992f21513c7fca831141b67a0ba2a6 "
"/navigation/0199288800f87feaabd6d217f0254df0 "
"/navigation/01983b68543b7476b25d1ed5006cd884 "
"/navigation/572804a509e74ad58d18d52ef0cfeb3c "
"/navigation/0199772279547efd8f94e76789b316b3 "
"/detail/af2d7e408fe24e3cadadbcbe89317fc6 "
"/detail/f98ca2a6edae45d491e128f1ebba6557 "
"/detail/c59f9403e1df483f99ab8c020f358b99 "
"/detail/f239d95a61c94707ac2805f28c3125c5 "
"/detail/4088d046f12d4f39a9fcfefc53531f05 "
"/detail/97847e698097412cbb0d9992d9e73ac9 "
"/detail/e25da111eb5f4eb48ff73bfe61a7ab08 "
"/detail/d2b137ab85804568b86627bc683565dd "
"/detail/f305622fce2f489ea4b6b87d16801e76 "
"/detail/62899650fa3d455791118fbf4de28fe0 "
"/detail/0a7d7cb8497f48648fa50404fcd9c9c2 "
"/detail/0764f1bbea1a41a59d8add016ea62243 "
"/detail/c018ecd5cc4148f48b4c4abb008c95b0 "
"/detail/02049224c56347179fa4c013e2cfcd8f "
"/detail/6b1e1d2fc9aa44778a413fbac60b4ed6 "
"/detail/ae41ed3ace88408c8fe701829c044afd "
"/detail/7a51d3863ebe44dcbb8c6c2e4b990108 "
"/detail/e57bfb0519524b4d84ca679b8e30ccd9 "
"/detail/ef703aaeb7d742ac8dd7660634531135 "
"/detail/92199a0b5f05435f8baad258fbbc38fc "
"/detail/675283c0026e4b1fbc2f88c2c0fe9ede "
"/detail/fdc5c63b921e4de49e79d66cba61a87f "
"/detail/1e30647cfcd649b0a5ac040cb613116f "
"/detail/a53b7de72acc4313ad9752fa223aaddf "
"/detail/aa3031f9fd724dbc9fed884ea62b3cdd "
"/detail/c5ab144f495c45d1af742173eb811222 "
"/detail/d744bf7892ae4da48aba62c8bbf2d386 "
"/detail/58bc9d8729074ef98236767dadec3d34 "
"/detail/61515c579de74c4b8e4f38db34458a6c "
"/detail/644136a42a4d4a1babc7e1578e05127b "
"/detail/40e6608f10b64ad094ef5a1cbb6f2dcf "
"/detail/4f1f386c4dad4de8b19f3d5d0b855816 "
"/detail/a0b3ba6665e14a1a8f7f78366f2c1b7f "
"/detail/8bdda3a3e5cf4a79b865e33743f707f4 "
"/detail/594cabecddf748e2a382b2d627690ea7 "
"/detail/c06d41f75e8e4881811322c4ee4ae97a "
"/detail/e2e45ca9bd8e4e4eb5bc426ab0722ebc "
"/detail/e53b152487284f518ddc6441a4c0bc7c "
"/detail/d7598d9a84cb4294b0037243826a2e44 "
"/detail/211a38b709a84b198d369b82d10c19ee "
"/detail/3af696e599824a919a809c42b0b9e9f6 "
"/detail/c5491401894a4d97a54b4ef547a68317 "
"/detail/0247791b45054c689dc340a2c29e97c3 "
"/detail/ae2f3c11b14c476b8af7c45d63869ebc "
"/detail/dc7a596505de4d38b5d0a3c8caa61b9d "
"/detail/d53def18874c4ac18b224fbc07554900 "
"/detail/08fe3fb5188b4a49bb9ff8250e4c83c1 "
"/detail/f5719a6f4dee407dbed3ce57fb62d3bf "
"/detail/a94cfdb36a34413f8b774e70d8173a8d "
"/detail/d398c2ddebc444f6a74dc3133125987f "
"/detail/9e43a614f83540769b8d47b80b0090e8 "
"/detail/9682ba01b1264647b8bc5e29f23fe6d9 "
"/detail/f331c2a149e44b4f92f34a7ac2f3795c "
"/detail/ae48ec90420b4922bbf9c3cd00ec066d "
"/detail/e15ddb60cd6d4ce690a5765cf341f7b4 "
"/detail/004b11b664424995968a6294d4ea4ae7 "
"/detail/2e7b613304dd4c96824d1be6ffd83190 "
"/detail/baaf0501442649a780e5481b2d0ca46d "
"/detail/99eb30031dc3465c8fe88a9c89476e57 "
"/detail/3dc9d509c913499088c9dcdee0ee1196 "
"/detail/bd6868c11d384880af8a46fbec986baf "
"/detail/a83914be5eb94c24bdc703f19779d57c "
"/detail/5f7dd71082de4ff1825a3e4fc530b61b "
"/detail/0b4240de68a5461fac990789bf37f906 "
"/detail/960f1a5d33764da38b549f36355ebcc3 "
"/detail/3971f7df1fb94315959c080e41ec728f "
"/detail/ff5f7e5baeba4fda98a4c1abd9171bce "
"/detail/acca3d4d508a4da98bcd404c3a0e12fa "
"/detail/bae61d1dd5cf4cc09c2dca9d42855234 "
"/detail/3ceb37a732424262915d394bded5a67b "
"/detail/fe32dccd36e644e6ad9daa7a5a2d8e29 "
"/detail/ec9d1beed74a4e4b8609a7964777dfc0 "
"/detail/5a3875eaaa9348548457bb27936ca584 "
"/detail/2fd6a70894f1437eaaca580b6847e6e0 "
"/detail/b90c8a0f07ba4cee8eaceb81cd600693 "
"/detail/eac2b6c542994b059fe86781e99700c7 "
"/detail/24cf02fd573941599324c36b372753a5 "
"/detail/1ce6db34548e440c91f01d578d87405e "
"/detail/8b57d96479b742ad9a8ed775658d07ba "
"/detail/8c1b4581c9de4cbc936cb553f7561fa7 "
"/detail/cc1790550b7b46d0bfe10b0cf8fa2dd7 "
"/detail/98c849f19f454b638a543198dbaf1eb7 "
"/detail/51070503953f46338ae553aad8369b0f "
"/detail/73cc2bf819eb462c9e70abb20990bbda "
"/detail/2ec241ad2879442c8adc75c286f0f9cb "
"/detail/9b4c7318e4a8486c98247e883aa9c1b1 "
"/detail/6ce7613368e94e198673322cee95ac71 "
"/detail/8b2d191adbc8495aac0a0fda910336a1 "
"/detail/1a5a03ccb8214496bf7e0da267153241 "
"/detail/d41eb0c222144539b4cc6be94b1d8925 "
"/detail/1fda3598317643bd9ab3a31c4e1d4b74 "
"/detail/17c8ad20f8e743c5b4111f96115c9636 "
"/detail/9926731f6f8e4d65b1f505aab3e402cf "
"/detail/26261286e85d4ff5a83a0188dcba7c00 "
"/detail/0cf665757b114488b50086b62e4ba9f2 "
"/detail/cfa1a7c3e00a43949cf3a595ada9dae9 "
"/detail/1331f195378341ce9cca709a2f053825 "
"/detail/17c44e57e0114ab788fa54d1e598673c "
"/detail/7c995043c7924d9e932c602184701df6 "
"/detail/7c86c5d847f44081a2c7f8bb5ead22bc "
"/detail/37433be6c23a4987a6a18b46e5a25823 "
"/detail/5a5de028ea0447c9a01cb7b886217e11 "
"/detail/29cd1170cd404d5ba4bdd8ff2d7a4d6a "
"/detail/0de5a9a4ad8048dfa4869ebda2816160 "
"/detail/220b1fcfbdf142bdab9867b94c8706ad "
"/detail/3bece2b3eb76487d93651ad9f7cf9b6d "
"/detail/0483012995204a50b2aa3e762122fef9 "
"/detail/00046ae9ff6845bb9f8f777f05aabb42 "
"/detail/1ffe9d3abba04650b28f4122649d4f76 "
"/detail/e794fca7a9f5459a9503de5a4fd3ae10 "
"/detail/5c03eb1dc4c44395918697871b76824e "
"/detail/79fad4f30b6f42fc840cf0b0f8222e2e "
"/detail/78f5e0f7431f46aba083791cf7ade7e2 "
"/detail/9cef2594dcf54d45ba544c84672cc09c "
"/detail/0396b5db563f412fbd5ec1e572547d5e "
"/detail/481078a8a1154b838281d129f2c084cb "
"/detail/613247994d20402d993ebf4f464f543c "
"/detail/0df30c3019b74a12a9691516edfa03ca "
"/detail/6067fd249baa451db12f3e78c0b166ad "
"/detail/6556518eeae7478bb3abe52f074a289d "
"/detail/0198cc7f3e447214a848528de060a0ed "
"/detail/79086dbe719e45ae888297f74ccce2d0 "
"/detail/5f6d55149da14310bd6a08c07d0aad98 "
"/detail/92e54cef4f764352bc6f8d74e5865cf1 "
"/detail/bdebc430f6704eb29d628f33fba86277 "
"/detail/421a3fdfd0d5460ab528e3707ca11a78 "
"/detail/bd4b4ac04f0047108b5e31c13647b328 "
"/detail/84ec3f4b6a354b3ba91a0bfc9a3e31be "
"/detail/e3226bf41a7842aab7f9cd436f1e8c3e "
"/detail/403aadc1354a432fa2874195a7b7914d "
"/detail/1e7256c5a65d492a98cddf303a3746e8 "
"/detail/e3dd4efb533447f7a6bf71e1429d6be3 "
"/detail/30b4e211aa274ca1b6119f6f65116006 "
"/detail/0311a626f2534859924d497e584776d0 "
"/detail/986b22337f9d49589976a6c1e914e9d3 "
"/detail/2df2a8bacbe24e83b3e1ceecfa8cf947 "
"/detail/d8fe451bf5944fe9b5c195663d1560a6 "
"/detail/4179506a797e4a7eb4e5cde8d2ca1b6e "
"/detail/bf0ce5b1877c4da387e94d0fd0b6dc87 "
"/detail/ced7581f97e34dc28784be92a4e9c818 "
"/detail/7e343212f7d849278d9336a7fe9d2d83 "
"/detail/6279e85c754a43909de87f0d3b858351 "
"/detail/a002e63bb53b45eda2aada59424ed928 "
"/detail/dc4bca56cd39464e9ef554ee88628a1a "
"/detail/f4fb28008ee047aea22b59f1f8bcc489 "
"/detail/0a38581650a342bb97478e5552350b97 "
"/detail/d7b5f89c35de4b36adbb79a97a404ecf "
"/detail/a4566694f5354a1c993527ed1ef82a0e "
"/detail/b2fd4f7c75644bdea019f473c52feb78 "
"/detail/acc864c0bf86429fb59bda972c31599b "
"/detail/c26724afc3bb414bbbe4c612ec8584ae "
"/detail/3da81d5f50fe4791a22ccc74b648deae "
"/detail/15b8b930c1e34c58ba2a1481b7de6469 "
"/detail/2115cb0ce23b48fc91d923355deb2232 "
"/detail/7c6dd584fdc7454abeb6c9355f995fa7 "
"/detail/73cc29371aa84e8b999a699a7c091d91 "
"/detail/fdd55a3cdb1c40ecabf60c5ff0350b35 "
"/detail/b0629a4095644bd9ad545b1f687b3e5b "
"/detail/b656210586c94f81bac02ee46fb59854 "
"/detail/308d35794bf247faacac76988c122e08 "
"/detail/d588741b684a4310b31da17036b4104b "
"/detail/3ef3ecea1ea74e37826cb74ead6e7b88 "
"/detail/3703b9c6c55742069205189096ba64d5 "
"/detail/e92c2a852fad4f84a15b6bedd90f57f9 "
"/detail/abb82e70f1654724a031607e94859583 "
"/detail/97d90c55e1f4421fb536210f0f36d324 "
"/detail/a3296d93ef1a4cc787da180ae9844796 "
"/detail/5ead1daa63064d21abc7e3554d3a9640 "
"/detail/a408fe9331654fc08465cb3e141ecb92 "
"/detail/564640dff3eb42fea814bc66e90d21ac "
"/detail/736bf487f470416591f456b8037c6740 "
"/detail/1680f2f3c0ec4ff8aabcbd889f19026e "
"/detail/3518acda3dae44029080d27230974076 "
"/detail/2491f6d365e04019b3c59619819f55a5 "
"/detail/34ac099a240047d889775af636f3a5b7 "
"/detail/10362d84b103438bbac8a33b21138b85 "
"/detail/a4e3beb1f321450c8bd1c2903f56cbe5 "
"/detail/80624785147b4ce09353385686b7ead5 "
"/detail/9042bcb56040449985b0432f997e63c0 "
"/detail/02faf11477e8438297010141b853806c "
"/detail/43e7017e5255473992727a5594af67f0 "
"/detail/ad9b4582b2294745ad50bbfe6d46afe8 "
"/detail/c36e1b4c6ada49a5bfc72686f869e02e "
"/detail/08ee31e58a0a4355a1b001787fa2c574 "
"/detail/4e7e98bde9744e018b6cb3ae2fb48df9 "
"/detail/a9f77f87f6564ed89dbb8fe85f480f25 "
"/detail/3650eb73b3da42f1b624576ed59b754e "
"/detail/05f419753bfd4bdea2e3d441a2c82906 "
"/detail/6aaed5894339486b806ba5a708749467 "
"/detail/dc7487729044444198eaad719a5caca7 "
"/detail/68c497ad48414c39b04120201663a5d2 "
"/detail/5e6ce5843fe847ea84d71c5d9503276c "
"/detail/f1a768c6b0f849519c1f536a7fe37884 "
"/detail/931535373ff24501900a694e60552f78 "
"/detail/d8231ece91734274aca53466269baa9a "
"/detail/76afd5e18cf3430c9e12f89349513d00 "
"/detail/b842e53bd9334206acec3cb3f9dea93c "
"/detail/1378eb69008245aa83daf302d53e9e75 "
"/detail/9bf7a63074c649c2a427b6c17088124b "
"/detail/da714ebb8cb54bf79277a88ef1cfaf9e "
"/detail/a8182058190a4528b01a9b16e6f8d8e9 "
"/detail/d6b276b9515d4ce98b1a5ca806f3606e "
"/detail/da60094bf09a4bd8b829ad7975acf9a7 "
"/detail/67a4734a419c4255a6c885e700fe7a32 "
"/detail/f1d70dc7d626415ab8c20bd641afb16b "
"/detail/a96a084a6dff447ebbffef6d91e93f22 "
"/detail/2b41f1c90c7846c29a25acaa295aec5f "
"/detail/e024836f09d74acbb59018b629d759fa "
"/detail/d8a3aa80291e4630994afd381fe3a759 "
"/detail/85c980ada17a46b68e810afbbada8659 "
"/detail/0d23ab14dc8848bfb34e5420bc24cce5 "
"/detail/d123f99db9af4e07936a0b83cf30d5d7 "
"/detail/adf28c1b866641ca80805eda0f657e47 "
"/detail/d229be6d5c914c2ba0f52c1a9c6813e4 "
"/detail/147c921683254c869d791b762f581652 "
"/detail/ee56b117ca1d45d5aa1e74c5a31c88a8 "
"/detail/c46d0d6318e14d67967aaac0a2f0873c "
"/detail/0e56c79bb26b423dac3b0733a0d12505 "
"/detail/1b4131453c034d7e9ac2b91672fd353e "
"/detail/e31bd8bd85df4746895a4874b055c944 "
"/detail/00d4d0b014fb40ad860b02ae1083755e "
"/detail/0a02e5fe097d43ec8736119f01b68776 "
"/detail/c18f79f769c146d5bc1822f1c8a2a998 "
"/detail/04488bcf0ee84f5b84633a1af9458006 "
"/detail/a564df702edc437f8b2e30452c1bd0fc "
"/detail/31735ee394174546b9a835372afa3ed9 "
"/detail/1848376f2cc64879836c5648c571431f "
"/detail/d831aa6f9c904ea2bed8b8e3a4f30c38 "
"/detail/d837e64cec3c499daec4af1e3c956db2 "
"/detail/d38abf6001384b79bbe6fa3ced33c53e "
"/detail/f1fa4bc70505499ea352714ce0cf1604 "
"/detail/b3a22e2d76034c5eb3d0b95755edb77b "
"/detail/f70d28e08e3f4727bb3eaeb07979d165 "
"/detail/f89e8bf33fc74ad1a097e9409340ec8c "
"/detail/428e3cbc4e40426fafe0a918bfcc3733 "
"/detail/4fc3f0ab2f9544a9bb5836b7f3f2bbb7 "
"/detail/c91bf838ae1442a7bcb656aa2a6370a5 "
"/detail/ece56c9c025a4a54ae69227d289f6357 "
"/detail/0f406d54d6cb42fcbb67a35ab8f1fc65 "
"/detail/6be5b7d2e75b45e8ae17de186cff1f18 "
"/detail/7a2a7d83412f4d1fba125d70635dcae4 "
"/detail/882a0d90845c46c9bb019659a615f235 "
"/detail/1fbd733818a6460185f11e00a88f1ac2 "
"/detail/5c7def33e13f4ca1ad48e9654b86f947 "
"/detail/d8f0eb71932c44ad8667140e3312855e "
"/detail/eae8516059fc4d159bac8e731de8eb06 "
"/detail/550c64cadae74c1598b8eef6429bef2d "
"/detail/b0a320725570417d8ee02c639af7caec "
"/detail/66ce5384280049cd9e60b2a59eec1cc8 "
"/detail/dbc02052990a4606bdb5acdff42f303c "
"/detail/471b169bc08b40bd9102f488efadf358 "
"/detail/2406bdf9e49a46af811bb68881f9f231 "
"/detail/ee14856534b44b01a7a90ac8f359e95c "
"/detail/deb6ebbc0ea64a56884f5bb6488549ab "
"/detail/e534081d9de34311af269170b29ba478 "
"/detail/8f77bdf144244745a23de111a0dada89 "
"/detail/61981e3760ff48d28f64a91d811759c9 "
"/detail/a9245b8dab4c40acae641f4f6cfa7409 "
"/detail/d88e2f820f774503b7e0f8eae68f5cc1 "
"/detail/6400483852cf4ba7ac7e525c465f4f9a "
"/detail/7703961aa9404f08b2a411b2e2f28cbc "
"/detail/a800836365c9479cb268d33354f36366 "
"/detail/3fd592249b54411f97204f136cfa69e5 "
"/detail/991d1a0d9fe44c90900a90437e7b8400 "
"/detail/33509576fc574ddc8ccee047098fee09 "
"/detail/5b1a2f20cee94cd9bea763d46c510e48 "
"/detail/d722d8c2cc224a3894453ea0e6edd748 "
"/detail/0e15b1a7fce0408bb2a4061cf330fb37 "
"/detail/7facf52f30d24081b647dcb72abd2e0d "
"/detail/91c047d4ae304b3ba0514155f2e018b1 "
"/detail/4ee1bc4efa8b46d0b0979b51348f0158 "
"/detail/6396c6fb5ae34e6786ebe6578482b4a4 "
"/detail/4082d8a9859047db978bcfe5147949a5 "
"/detail/ad7be002a6284ab9b859577573eb3f7a "
"/detail/6b964f5a3937451898612fe36d78fa58 "
"/detail/064251f497fc464f86efad5fb2edc697 "
"/detail/2bafdc3273f9486d802866d6ee77da7f "
"/detail/a99384528610462c9810689aac1f2463 "
"/detail/cc7f17b545b443259d7b3b91bdb635e9 "
"/detail/66dd5ed958044d89aa19cfd81e46f74f "
"/detail/5a5ee7914b25431f828e96bb8c2b9609 "
"/detail/83ab4b4c265445cdb204d27e9ccc7a1b "
"/detail/01bdd843b2e341fba7621f41d7710e98 "
"/detail/d7bee9bf0a40497a804fa0385b536cdb "
"/detail/943e03f1c4754c399537652c9c4b7010 "
"/detail/a0645420aff348b8aa8c74f10917b1b5 "
"/detail/7be7135e2fa248a28a25ad872baae49a "
"/detail/3287e5e8061341379dddba51294cf222 "
"/detail/7190a7a5a60f4f4bb59cdf6e217a05bb "
"/detail/40caebdc12904053a893bb6d0ce6c586 "
"/detail/0bcbe8087aa045f0b7b6024b5ddca825 "
"/detail/e71bc9b393fe4133bf1fb32b20fc1f32 "
"/detail/b3e3cabbe3344ae5972fbb2e06f5e2d0 "
"/detail/a0ba480c6574462fb41de76eece5a313 "
"/detail/1f43b9ee400f41a1bd2d7f3ef5787255 "
"/detail/d4bab0ae04224756bf061d7c8dbd8cea "
"/detail/a6fcc778e5c14f27b54b2b2bfef63603 "
"/detail/614cfaf0df21415d853584d1b1f7b19b "
"/detail/8a7a69d705b844e6b7761238fb3fced4 "
"/detail/f6b7097b3a254e1f8870c8773066e9de "
"/detail/ff18d58435fc45fd9941464d2ca2f51a "
"/detail/a821025b13f0464c84e855512a64902e "
"/detail/4a7baac4265b456a9bddf3da591ec5ce "
"/detail/8cbcc1051adb4a9e960afdb22abc80c2 "
"/detail/0eb9ca4cd4c44add9cc393bb61a16a16 "
"/detail/d133c375efa24c05a901f1d76f689268 "
"/detail/f0baebe81b0e4e7298e3643b0f20b69f "
"/detail/e5d9910ebdbf445e82fbc040651dcb69 "
"/detail/24f400e3843c4b2c8e15f326e9e96a25 "
"/detail/7134359e2776410e9843051cc710945b "
"/detail/a4b4a98b714d4818baf75e19013e06be "
"/detail/6c7d9532c9a84299b0d35b0a3685dab8 "
"/detail/15746b398e0b4224b357cf603b6fbafa "
"/detail/ab789ce2066e472ab512c5b572559fa2 "
"/detail/4abff39a14e046ee974cf0777f9b3a88 "
"/detail/03ae789c8c2d4a16bf489c76f4b59c68 "
"/detail/7da28fb9f7364a0abd7aa45db9e88d58 "
"/detail/bb8d0d8607fb48c593ff210266c195b3 "
"/detail/9bf28ecb49cd482bba0df9be9b8dc7a1 "
"/detail/514d3c2065a846df95b5e4580d967686 "
"/detail/7a70ed5bf0a6404e9205169772fbd774 "
"/detail/70cf20607ceb4142958787ddb7a0f3ec "
"/detail/cd3ccd244444443dbe5d24d25d29e1d6 "
"/detail/8cfed6c00ed74961888007e6baa2e64a "
"/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f "
"/detail/704a641f762f4c2895ea09eb867f87c9 "
"/detail/799e29169fe34e0da8cd9d76df9a6365 "
"/detail/350a326159f74d7d9c58e60de4f83f95 "
"/detail/2627e9e8f6e2495ca9611aabcf11c9c2 "
"/detail/ae86c52eb2f044ae9efffdb6a8144243 "
"/detail/63ef36c39a4c40719a045ab0b55ad36c "
"/detail/9803ef0a5bd64df7925d48b7e0849934 "
"/detail/78842c1f55f842a3b0fca229c9bc9ab1 "
"/detail/9e0a24038d8d4b1380918e3440eb6b7d "
"/detail/cfa16c08255240428ac685e5c897328e "
"/detail/bc20e9f20dc94f34b185db4dfa6d4cb1 "
"/detail/1e92611f47ec4fe782c3c4bf4bcdea2f "
"/detail/366d559a80814846865bd712d8b0a9ad "
"/detail/b4654e8b79d0497eb735b1d3ab6c1a47 "
"/detail/e501ceab99da4c91808c2faa5e7fa267 "
"/detail/4aacf2144c46477798d3a673d9071b03 "
"/detail/79e9d5f3f1014e72aa38235a8861780c "
"/detail/0759a1c6e99b4b1ea6023e681f876273 "
"/detail/6cac5c8418864d1e83240af4a4918714 "
"/detail/054825ab00664ee780d762bc63a565f6 "
"/detail/ece530f255224fd88513023935e4de49 "
"/detail/ea0ba39c56a148c29da3e53c759775f8 "
"/detail/f7936b663c634f0faee164facd280b53 "
"/detail/2cab3498a8ae4840bb83e2afd6393700 "
"/detail/399f373f45154b26a3a79e9b077ac1b3 "
"/detail/5ac2252237ed43cba3efbbc766ddc195 "
"/detail/1d9d973e921c428eb074b448a243a014 "
"/detail/ccc56164398c4d1e9554fa01eba424a7 "
"/detail/b03ec85386b940d486c94dfb207af064 "
"/detail/26cfbc7a02ba47849a00e627e760ab87 "
"/detail/3f1e838362194ca396ef76da76b344ce "
"/detail/acda8c43b3964566a16f8abc69a1a09c "
"/detail/17e2adb56020463986ba58cc358445f9 "
"/detail/53be4be5cc7f400db61b4728e941d634 "
"/detail/f874744cc0c448b5a69e69dd90e4335c "
"/detail/b18dffa8f25443258fae7f47a5d9fbcb "
"/detail/d0f21c480de5485f933652b86d84a436 "
"/detail/dc52a263e5dd40f4b1af91362fc32194 "
"/detail/e64917d2def640f099dff3e1724557f9 "
"/detail/7185f8ed29774d7aa35a810fc49240dd "
"/detail/96703184e4a94deaa6639ad3b41d6eb9 "
"/detail/adf5da86ceae498bb8ae183ac723af7b "
"/detail/8df6d9d84f7247098541724812d4a756 "
"/detail/0f655a75b1374b92af4c6abcb78cf8e0 "
"/detail/998bb8a81e1b4fbc810c7fa5cd42b761 "
"/detail/6bfc1158030244d69dbe85610cf72b40 "
"/detail/c5a349714c8f4bad98bb230a05d2b383 "
"/detail/cfdbd6959db6473fa49cebb157ad7986 "
"/detail/030c2b8679954ed2a192d0ab41599237 "
"/detail/62d3fc4795e846b4bc4538968171055d "
"/detail/ee4d4d05a347496497bd08aa730df128 "
"/detail/64dabc1526bc4ba1a4270aa699da3e9e "
"/detail/e47071574e9e4c72b01461798707a941 "
"/detail/9fa23ebcf0494a73afb7eac0fe2831ac "
"/detail/18b2308f5fd64dd09f7e7b9801383ad5 "
"/detail/c782cb835f3143888d572022a4a15aa5 "
"/detail/fbb0017134264416aeecc32aaae5445c "
"/detail/6bcf2a4dc64d4c41b844999b05f2d155 "
"/detail/04ea1648f2b345f881d5c29272c6f3c1 "
"/detail/090e9258195245038789dfe2529b0192 "
"/detail/e7ae6702a35e4f7fa90907a646a9b85e "
"/detail/f596f4db96b9481999add056f10d6b8a "
"/detail/7109ca42d8e0412580e57609eccdbfcd "
"/detail/4984babfcf7248d2bd5c79618e10df03 "
"/detail/5b235b87847741129eea0d6b187ed80c "
"/detail/d56c6bf640604937a1f931112f5bf865 "
"/detail/bf7a9483005a4fea81fd79028b901ef7 "
"/detail/b78b1a61230049bfba534c92b3793ba6 "
"/detail/f7a496c2d82e47e68fc4f4ed502988b5 "
"/detail/b5ed937931ae4da78d4babd1f248d6e1 "
"/detail/20233f59848b4d5bafb140846e263772 "
"/detail/bb3721672cac49e9916ff2eabac74a85 "
"/detail/4058ae3a8634489c92e9ef434ab445e9 "
"/detail/5cc2202c60824eeca30aa4c2213ee7c6 "
"/detail/cc21f17324bb47e6bfc6bb550977370a "
"/detail/e36f3909f3904b2c99d9a3253a8c95ea "
"/detail/b1599a0d36374274b40f566d4650aef7 "
"/detail/e025d21be62b48208b5ca748586369a1 "
"/detail/26450ed42e934083bad8009d514c50cb "
"/detail/6081ed7743df49568b047abde613c549 "
"/detail/23a6c4d09e944347bd8365876d209e9c "
"/detail/9715565824e8455aad45447d487d480d "
"/detail/c475570d2ba644b2b8c43e6b35f97bdf "
"/detail/8105ba21a10a4433859829fd4d7ae2c1 "
"/detail/86262f6597444400a53f02c4bfc23ae3 "
"/detail/1a1d1f47d14a4ca7b9c26ad89860c691 "
"/detail/1fb7f084a0114a17942a44d159e7ab0e "
"/detail/9679137632584753863dc17b19a2fc85 "
"/detail/b5fad744249a4b6c964c1a057f99481c "
"/detail/2346e2e3972640b8923e79e8e01bc85c "
"/detail/ba1fd9a76c074f058dafd57e0d6ed169 "
"/detail/5418c747ecb24b0aad4c50a136861aa5 "
"/detail/88d90d9342fe4af58dcf5e3f548660f3 "
"/detail/55759e4fd075438d9eaa8c576cbceb92 "
"/detail/f8e9e58d26754b1ebed08130646fd4c6 "
"/detail/590789e000fa4a49ae4b28ced70716d4 "
"/detail/c7b86c5a14694facae52b48f2619f103 "
"/detail/85c372fd4e0349628becd740d62142b1 "
"/detail/4f0a031293ac4fdcb6e1b244d112eabb "
"/detail/d548483f01734fa9906094b9c944076c "
"/detail/80b654b1936c4848bd32c15dd652ccc4 "
"/detail/1e700370730e48e6b32ccc72d3363c7c "
"/detail/a48bf32d3b29479db8f8984a1ab3903a "
"/detail/6972481a7e734c349ddf8be2bcc2edc1 "
"/detail/d6c2ed6e82254fc9a502a5f5e1d26356 "
"/detail/1f535f48e4ec47cfb5c04653c5b00b4d "
"/detail/bc54d495f82141698103436b43896042 "
"/detail/8f71bf4f636149a7bc6e1b3079f45821 "
"/detail/c640a703821c494ba8bc9862915ad827 "
"/detail/a7dc85b0fb5547969949dfd4a247af1c "
"/detail/47671fcc33714bb3847a0406f90a0589 "
"/detail/283dab9673e74a2bb4fcf96e6752a5ed "
"/detail/4040f5071b454dbaae3b4bcd172bb0d2 "
"/detail/e1e8884954c04e71ab5daeeb346ff8ef "
"/detail/c0ce13b4cc094ebeaeae8b84145b1a2e "
"/detail/97a8d0d52114451ebd70f2e5b619ce79 "
"/detail/7abd39251b884db38d6570f67f42edbd "
"/detail/302c26630ee74ff28738a844ed269886 "
"/detail/a4a8c86177954121a5c1d21756b47a2b "
"/detail/3d0e2cf2730d4fe5b63ff578b53c6a97 "
"/detail/1d8cb0a656654bc580c454f327e7cf44 "
"/detail/4f9fd0b16bce40cc807c803fbde959a9 "
"/detail/7f4f2f2203544f86bae78b43e2af671b "
"/detail/5222cb43c07d44d6bda426c18690cd73 "
"/detail/777c3a2789134ea78f9ddc277b6932ba "
"/detail/da1656539198419c97bead23bfb5d845 "
"/detail/24f67a89810b4dbe85fd85c0457dadf0 "
"/detail/eb7f563a51e646888ac82d0bd90e53b8 "
"/detail/9d72bffc5dca40ad99fda7aef80ed584 "
"/detail/627fadba6cf04a98965218d2aaccbc10 "
"/detail/04b7219db9d94f5a995e158e06427030 "
"/detail/592d3e4be7fa489d81601e5c5438f6db "
"/detail/9b13eebac1a44d73af33013ce07dd927 "
"/detail/607909eee162408fa1a59a6a7d84707c "
"/detail/b7bddbbe01c144fda09070a159706dd4 "
"/detail/2070c1c33600459db6737c6f3f590c27 "
"/detail/c05a7607ea1349a384ebac0230b98e5f "
"/detail/449941bbdc124da9934aea8639aeb553 "
"/detail/2922e1c652d14640b5297d979a67ec1d "
"/detail/354dedc90e1846c0a478ee2e699cf29c "
"/detail/964b8604c87c4586a37050a01c0047b5 "
"/detail/db75c38e0b784063bbb5ebb72ae910c9 "
"/detail/e268901044d74f4997c8798505fdea63 "
"/detail/c0595d47cc5c4bf58283a7d11f4db07b "
"/detail/696571e2efef43a1bf0e6634566035f3 "
"/detail/91528c9ee9504fa5ae2603c7663c3a0a "
"/detail/ee3f523172b948e3a38a76932aafa9a7 "
"/detail/ae777a0418834992a68bc3e2d6f4f23c "
"/detail/caf11042ce174fa78b82ed67c48198c7 "
"/detail/289ae79791684d6c9b6af6bfee466fbe "
"/detail/75e822f3d5444bcd8d091bb4660ba9f9 "
"/detail/289e9338267a4f9f9c8acebb1c389498 "
"/detail/1e585ab092cd45a39a7f60f589488d6f "
"/detail/e59715cfff5944048ce8b35f62c843e5 "
"/detail/1ef2b8e30ec14f538180574a793cac77 "
"/detail/1f08b30763a641bf8c787eb61fba97cc "
"/detail/330742b011f14ccaae093e9084124a40 "
"/detail/71d9f0f69658465e86b814b5cd08845a "
"/detail/cbbf751fdd95484b83a20eac4bf9578c "
"/detail/fe59b7bdda6d4ccca68b442619bce23a "
"/detail/2df386cc8b724abd82a4396d42eabb37 "
"/detail/a614af48fa064972917377658498d9ca "
"/detail/1a1a9060ad2a4698afc6554b2eba07f4 "
"/detail/30705084226b46ccb71816ad2bc4f02f "
"/detail/935bb4137b1e4ca89c832629dab0d15e "
"/detail/71e56c6ba30148f5a4dd1f375bacfbe7 "
"/detail/84ac473aa0cf46249a13d69b6a087633 "
"/detail/9e19e43f2bb14cb88f53d2d86dcb8426 "
"/detail/792a6f9f91fe4b3cb8e51c3801ed24c6 "
"/detail/ebc2c9c1cd36485e931b74457ff137b7 "
"/detail/058907348d8d410ebd3e4bb59fcf9b79 "
"/detail/57ae6e0b403b4df3bca3a8538d8ec0ad "
"/navigation/d1c8e7fd3f514b16a7c7c457c438b93f "
"/navigation/585d71242fa54b0fba56e331ed5adbe1 "
"/navigation/0199576db2937bbe9a41fb6156449782 "
"/navigation/08014c102bba43b09e93a823de238da1 "
"/navigation/04ac33f9be48438ba185ce8585682c3c "
"/navigation/ba9f9e3fd094425392c838f151773526 "
"/navigation/cda441a37060455fa34c8ce371928eb3 "
"/navigation/52242d7c7a3349359001e1b7b2c3df80 "
"/navigation/83586831f5bc43d6824ec80864e9314e "
"/navigation/0196d8a825c27a7e93a4b07323c246d6 "
"/navigation/ccd140695dc643408838c39c838a0a51 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"'F\x05 Î\x1D +Dyúê-ÅÍ+ \ "
]
SELECT
seo_path_info ,
path_info ,
sales_channel_id
FROM
seo_url
WHERE
(seo_url . is_canonical = 1 )
AND (
seo_url . path_info IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
AND (seo_url . language_id = ? )
AND (
seo_url . sales_channel_id = ?
OR seo_url . sales_channel_id IS NULL
)
AND (seo_url . is_deleted = 0 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/' , '/navigation/251448b91bc742de85643f5fccd89051' , '/navigation/ec2a4d4fb4474b5088b03df523675f08' , '/navigation/859156a63cc442008cc67aa14505a8ca' , '/navigation/4851ecc7788447bfb1e74f488e708249' , '/navigation/2350ba14e89143198d72042128b8519f' , '/navigation/f3f47b57953b40afb23cd462dda41731' , '/navigation/075251ee45644d14bfeae2fce50073a0' , '/navigation/16c8cbca5d1e4e08ac1b8e8f0ac84d58' , '/navigation/07d6d4c2753d4315814435763a756eb6' , '/navigation/4784c622e7b34b139d9852ed9fb53adb' , '/navigation/4d8c5ae5733d4a1f8575bc4b5421a20c' , '/navigation/7ca22766fd2846b39712928cd77b169b' , '/navigation/cc590dbc44b740169864cd7c989ddad0' , '/navigation/275477acc6364fcbb3d3bfbe17317800' , '/navigation/57e065cd29a24cb3b2d9fc39fc2abf50' , '/navigation/aefcfa1180634bb98635452ad2dcdbf7' , '/navigation/bda1448fb6f1449eae78e06d3dd07df3' , '/navigation/2c38112820554a9598f0c8e77373625c' , '/navigation/310cbec927954c1ca5d68a3a49b532c7' , '/navigation/adb46bd6b0b94f9eb5e3976d8446b8fa' , '/navigation/c7643e90932e42f594f15a536998ed66' , '/navigation/3abc5229293848c9b2fc1b27fd3d8421' , '/navigation/514a31209c6e45c5b7f05cf2ce9205fb' , '/navigation/8539a768e5ce4f168833f890bae1d0a6' , '/navigation/0923017eea79437bb043b5b0673e115f' , '/navigation/c6f322e9a6294eb896f7bb669251f305' , '/navigation/8cfeb9558d524e17827ec792492c9122' , '/navigation/9fc238bdf9af4f7980d7f1cd1189e8d3' , '/navigation/a3668172f857425f9bfe53224046ba51' , '/navigation/505fcc508c4e47eb99d8e4627fe8bd32' , '/navigation/82738af02a084bbdb851e11e8ec598dc' , '/navigation/aab03d74404b481ba120fb9530426d47' , '/navigation/018c9125ea874ae287429a2cefd1f2d0' , '/navigation/1a5c6210666443f19920fa7686428657' , '/navigation/76780ee5e68042aab5f6574d7e25dcd3' , '/navigation/bef74106cc0b4125978553246ff16ad6' , '/navigation/c4aa5e8624d24b30b0312e22701162d6' , '/navigation/c6dc84aee6e1469696ac2299c312fde9' , '/navigation/d62f763a8391413b81a164ea482db739' , '/navigation/dfdf2340aca14881a6652d08e7656163' , '/navigation/ab1de20b216545318a6cdad2ee7e2a82' , '/navigation/afed1ddda6d849c49d00ca0932a75b70' , '/navigation/b55d905661614a2fa7f585ef697d6cfe' , '/navigation/c7156d3692b345c69d8c93126625814e' , '/navigation/004440dd20754671ada9bf79a2b75fbc' , '/navigation/0b73a534bf5044ed9dd6af4e301fc006' , '/navigation/c9d1a6f276f24c67b7c66222804db52c' , '/navigation/f57dc8356f054004b0b2ae82257e6ab4' , '/navigation/cd3cfa833d6046b89a14935aee1a7f8f' , '/navigation/3db9cf39d5df4cf89ab28ca64fc9a0af' , '/navigation/a316e8972e0041bfa756d6f7acc23e7d' , '/navigation/d3e05b27b6cd431d9b6b64f4e4f197a6' , '/navigation/eeadca367c544275ac141449b234e23b' , '/navigation/0efa889b062a423c8fd11a73b02e28f4' , '/navigation/52daaaf1c14242d699b579aa2eadba48' , '/navigation/8537420f2eb44ac297adf8c04e163b3d' , '/navigation/d9db2acbb0ef4cfab89a07bc122d204c' , '/navigation/f501cdbc9c1c4609a8a519e227fc2bef' , '/navigation/f59522a887f947d8864e42c4ebc39266' , '/navigation/f9e2050944fc498ea0537fdb55cba37d' , '/navigation/882667d91b2d4ab5a8cb33bcce661e38' , '/navigation/35da856933d947239055eaf099933e29' , '/navigation/4e2522fa9ec04f46bcab12cd36925cb6' , '/navigation/552f1d0a97d7418d822959705696a65d' , '/navigation/7623cc38e1154a2797227b05b7d74503' , '/navigation/78c4ca0a6208486cb940907b1298f747' , '/navigation/37476b928c114f0692ad5a37af14e66b' , '/navigation/d3000e05adbf41ccb0952539c25cb21c' , '/navigation/1b15b427e9cb40b28d537a893668f15a' , '/navigation/43c83d522870493a8ab2df8abb5d556c' , '/navigation/49f823826b384871aec230ae7ee2f154' , '/navigation/e5a13fc2f1c542cd9057c9488b5c559a' , '/navigation/01fb819fa75744c8a56fdc0981381ba9' , '/navigation/7182c23f1e214e85adba25d65afe398a' , '/navigation/73045f602ad1421fadf76dcecc9ca960' , '/navigation/89a9b23c1a8b41c2bb4a66032fda3981' , '/navigation/a585c54285844d1ebd1a64392ed3ee8c' , '/navigation/f7e8bdb0ed0f4677aa2beed3bac45f8f' , '/navigation/c76f09f24f1942b1822fb275e0080db3' , '/navigation/e10596ecd9474c998247ceb3e50921c6' , '/navigation/01797e0437b3448db94e690f14f43e5f' , '/navigation/7b34af3a47cb4c3ba3188ed1cee83967' , '/navigation/7758ea41858d4231ad3623921c73e531' , '/navigation/68376253ee4542d7aa4d93ac4958eb0a' , '/navigation/f42644ae8c26492b8cfb8d0ac6f4d74e' , '/navigation/d867ffee71f646f09b1c069b267201e0' , '/navigation/4fed7b490a09439dbe58747fe74f3e5d' , '/navigation/cf5a0b4136834eac88874e7ff81b8ba5' , '/navigation/f19faba35fa04f30a1bdd354b051f625' , '/navigation/4bc032eef6364672a0d09b8abe93d55e' , '/navigation/33b309eb71bc4c2a9976970795d500fa' , '/navigation/6dba75696b5148139136de033ffc6382' , '/navigation/be2f3ca764534022a2ba79f972c9679d' , '/navigation/2e7a070a7ae844fab5cfe4c37e52a1d6' , '/navigation/0198f4ed3e3b71c1bf2a5e0a6e13a7ef' , '/navigation/7b7970e14b87448fb41d825fcec350d0' , '/navigation/7d34ea33ebd2430b84ca71a999e7b708' , '/navigation/abfa97de640b48c7a6afa067b88812bc' , '/navigation/1f423e85c6eb494980b22dde93e64a9c' , '/navigation/876b21ae9d7c41498115b90823beeb7b' , '/navigation/2b29710e5f0f44a8825513b4e6e2a98d' , '/navigation/8f4f3b3ffb984e6fb71aebc62d6286e8' , '/navigation/671bb3d9919346a1a0187fba6835a133' , '/navigation/dfe70840626a4a9a88c56999fb42852b' , '/navigation/e4ae50f24b8d4d6483cbea48cedb146b' , '/navigation/73e9c784d8c448d8a7e304117eed2293' , '/navigation/8fa76c45c7a14b1ca93353f7b1f85411' , '/navigation/f2e70390e9e34ceda7549b53800c1e08' , '/navigation/0bc41cae5ab441458dce00de02107388' , '/navigation/5f149c7e1b2b48f9ae6364de8ce288fe' , '/navigation/903d01af296c4a2391205affb24423c2' , '/navigation/89364c27afac40fa9ead1ec3136ec684' , '/navigation/aecbd0f4de0742199dd75fadddec2013' , '/navigation/91a75b0ba6ee4dd7a260ca76f63bc6a0' , '/navigation/bccc5c020811472196379229044dc7fd' , '/navigation/2db3c8aa857a4bc6a6d11e3438350063' , '/navigation/068567f45f424e389167089941c407ec' , '/navigation/165d387e909249889e89cd6584e6c81c' , '/navigation/20e44a7345fa48468f3d0e2298b4f067' , '/navigation/224193720c2a4a45bc96cb2d055655ba' , '/navigation/3c24eab57c3d445698f26534ea18e660' , '/navigation/444424ff93914a27a401e920bb33976e' , '/navigation/72202b824a384e9a8c11ae6afe2a9d75' , '/navigation/7b182711a1294f69ae2266b5e37b5bc4' , '/navigation/83868e2e81b340bfa067343e71965085' , '/navigation/89d46426d44c4442993d4b524afc59a4' , '/navigation/a16abde2699547c2b823b86c6b48d0d7' , '/navigation/a3025fff20374024b907cddab6c39d43' , '/navigation/d14cb43cbcf245eea471b31b87876e6d' , '/navigation/dbd25e02ae4e471f9cfef3fc4b936d1d' , '/navigation/e5c66ca00fd140229735738d20618e8c' , '/navigation/b613bcea17d94cd68c0f1b01c96a843f' , '/navigation/f65330b5335b43a8ba39baec7d44aa54' , '/navigation/fb3986cb89834cf3a3b42c5a651034a5' , '/navigation/9eb6e1f2d32e4679aa85298c3e2fd678' , '/navigation/a5d30272319c4e6f8577b8f344013d34' , '/navigation/5be3b86f12b94044a39420702328fe79' , '/navigation/e40c020ad4b74db7bc3e2e88c4c27be8' , '/navigation/ab078ca87be74c748a7e971e766ceaf3' , '/navigation/efef8f302349446dac0f0d67631b70cf' , '/navigation/f5e01e9054514b68a8653c5a4f2e5ee1' , '/navigation/e485c99ca374414e851e1bae3f10af8e' , '/navigation/2fb093f95507419987f178312f1a3159' , '/navigation/4823a61385b44ff1acf4e6382ddc6ed4' , '/navigation/a6abb398e64e45f1895b6666ef5c48d1' , '/navigation/00f37e830a0348d09705a9612c8c8cba' , '/navigation/71ca1150915f49e5a1f2fd538909d05a' , '/navigation/1c5e979155a844539448db12fd5ee768' , '/navigation/8880adde82fa414eb680521ec3b57c4a' , '/navigation/edd74ffcfbd44ba9904d355f05d440a6' , '/navigation/29bbfc2eb6d444f08a34e46f60b76e17' , '/navigation/9228dba7d8ff47a897c5e6125f40dae0' , '/navigation/500fe37e8fab4ec686d79803e58a8133' , '/navigation/defbeb767ca44c1b970ab994d662a6a2' , '/navigation/5d1b4c4fdc094289932a615f81db335b' , '/navigation/b3fcd7cc2e684a8b96f82adbb8615f55' , '/navigation/1f6fc0d096e4433f847169a8653f9872' , '/navigation/cdf0a23d5d72433783ef241128a9b070' , '/navigation/273527558c5e4e2cb3168fbfbbf6db0e' , '/navigation/0fc49a5d23ec4742845d4d31898f67f2' , '/navigation/9870b54fef794c4b87791c9dbc9b83b9' , '/navigation/91314c7682154e58a203d7deb3c46e25' , '/navigation/0198a84419397e96ae8527630cef7f63' , '/navigation/019c03b8fcaa72dc9e2c6dd03b04916d' , '/navigation/5fdbefa88b0942d28155aa77fb9d1ef2' , '/navigation/c0ac65a1bc5a42c7ba9ed55d592c4a27' , '/navigation/6abcc304f8c84933a719a126f42a6651' , '/navigation/aa1b9b1673ea4fde94caea0b6bc7beb3' , '/navigation/ea2fc00d192244b3b852128b45d74842' , '/navigation/2a5c8fc96ef04011aef499b2fb4faca4' , '/navigation/01971690d7e97455bdb6a13033fc4bea' , '/navigation/01971691bb387f7f8d6fa68ac5bc78b0' , '/navigation/019a7cc2c0ed7c48bfd77766e7197c67' , '/navigation/019841caba81739d847aaec4495335dd' , '/navigation/c760008290d84dbaae3f6f4b83269ddd' , '/navigation/019aea2480627a599fd1d0db6122e224' , '/navigation/0197169587bc7ef2832928391108aef6' , '/navigation/01992f21513c7fca831141b67a0ba2a6' , '/navigation/0199288800f87feaabd6d217f0254df0' , '/navigation/01983b68543b7476b25d1ed5006cd884' , '/navigation/572804a509e74ad58d18d52ef0cfeb3c' , '/navigation/0199772279547efd8f94e76789b316b3' , '/detail/af2d7e408fe24e3cadadbcbe89317fc6' , '/detail/f98ca2a6edae45d491e128f1ebba6557' , '/detail/c59f9403e1df483f99ab8c020f358b99' , '/detail/f239d95a61c94707ac2805f28c3125c5' , '/detail/4088d046f12d4f39a9fcfefc53531f05' , '/detail/97847e698097412cbb0d9992d9e73ac9' , '/detail/e25da111eb5f4eb48ff73bfe61a7ab08' , '/detail/d2b137ab85804568b86627bc683565dd' , '/detail/f305622fce2f489ea4b6b87d16801e76' , '/detail/62899650fa3d455791118fbf4de28fe0' , '/detail/0a7d7cb8497f48648fa50404fcd9c9c2' , '/detail/0764f1bbea1a41a59d8add016ea62243' , '/detail/c018ecd5cc4148f48b4c4abb008c95b0' , '/detail/02049224c56347179fa4c013e2cfcd8f' , '/detail/6b1e1d2fc9aa44778a413fbac60b4ed6' , '/detail/ae41ed3ace88408c8fe701829c044afd' , '/detail/7a51d3863ebe44dcbb8c6c2e4b990108' , '/detail/e57bfb0519524b4d84ca679b8e30ccd9' , '/detail/ef703aaeb7d742ac8dd7660634531135' , '/detail/92199a0b5f05435f8baad258fbbc38fc' , '/detail/675283c0026e4b1fbc2f88c2c0fe9ede' , '/detail/fdc5c63b921e4de49e79d66cba61a87f' , '/detail/1e30647cfcd649b0a5ac040cb613116f' , '/detail/a53b7de72acc4313ad9752fa223aaddf' , '/detail/aa3031f9fd724dbc9fed884ea62b3cdd' , '/detail/c5ab144f495c45d1af742173eb811222' , '/detail/d744bf7892ae4da48aba62c8bbf2d386' , '/detail/58bc9d8729074ef98236767dadec3d34' , '/detail/61515c579de74c4b8e4f38db34458a6c' , '/detail/644136a42a4d4a1babc7e1578e05127b' , '/detail/40e6608f10b64ad094ef5a1cbb6f2dcf' , '/detail/4f1f386c4dad4de8b19f3d5d0b855816' , '/detail/a0b3ba6665e14a1a8f7f78366f2c1b7f' , '/detail/8bdda3a3e5cf4a79b865e33743f707f4' , '/detail/594cabecddf748e2a382b2d627690ea7' , '/detail/c06d41f75e8e4881811322c4ee4ae97a' , '/detail/e2e45ca9bd8e4e4eb5bc426ab0722ebc' , '/detail/e53b152487284f518ddc6441a4c0bc7c' , '/detail/d7598d9a84cb4294b0037243826a2e44' , '/detail/211a38b709a84b198d369b82d10c19ee' , '/detail/3af696e599824a919a809c42b0b9e9f6' , '/detail/c5491401894a4d97a54b4ef547a68317' , '/detail/0247791b45054c689dc340a2c29e97c3' , '/detail/ae2f3c11b14c476b8af7c45d63869ebc' , '/detail/dc7a596505de4d38b5d0a3c8caa61b9d' , '/detail/d53def18874c4ac18b224fbc07554900' , '/detail/08fe3fb5188b4a49bb9ff8250e4c83c1' , '/detail/f5719a6f4dee407dbed3ce57fb62d3bf' , '/detail/a94cfdb36a34413f8b774e70d8173a8d' , '/detail/d398c2ddebc444f6a74dc3133125987f' , '/detail/9e43a614f83540769b8d47b80b0090e8' , '/detail/9682ba01b1264647b8bc5e29f23fe6d9' , '/detail/f331c2a149e44b4f92f34a7ac2f3795c' , '/detail/ae48ec90420b4922bbf9c3cd00ec066d' , '/detail/e15ddb60cd6d4ce690a5765cf341f7b4' , '/detail/004b11b664424995968a6294d4ea4ae7' , '/detail/2e7b613304dd4c96824d1be6ffd83190' , '/detail/baaf0501442649a780e5481b2d0ca46d' , '/detail/99eb30031dc3465c8fe88a9c89476e57' , '/detail/3dc9d509c913499088c9dcdee0ee1196' , '/detail/bd6868c11d384880af8a46fbec986baf' , '/detail/a83914be5eb94c24bdc703f19779d57c' , '/detail/5f7dd71082de4ff1825a3e4fc530b61b' , '/detail/0b4240de68a5461fac990789bf37f906' , '/detail/960f1a5d33764da38b549f36355ebcc3' , '/detail/3971f7df1fb94315959c080e41ec728f' , '/detail/ff5f7e5baeba4fda98a4c1abd9171bce' , '/detail/acca3d4d508a4da98bcd404c3a0e12fa' , '/detail/bae61d1dd5cf4cc09c2dca9d42855234' , '/detail/3ceb37a732424262915d394bded5a67b' , '/detail/fe32dccd36e644e6ad9daa7a5a2d8e29' , '/detail/ec9d1beed74a4e4b8609a7964777dfc0' , '/detail/5a3875eaaa9348548457bb27936ca584' , '/detail/2fd6a70894f1437eaaca580b6847e6e0' , '/detail/b90c8a0f07ba4cee8eaceb81cd600693' , '/detail/eac2b6c542994b059fe86781e99700c7' , '/detail/24cf02fd573941599324c36b372753a5' , '/detail/1ce6db34548e440c91f01d578d87405e' , '/detail/8b57d96479b742ad9a8ed775658d07ba' , '/detail/8c1b4581c9de4cbc936cb553f7561fa7' , '/detail/cc1790550b7b46d0bfe10b0cf8fa2dd7' , '/detail/98c849f19f454b638a543198dbaf1eb7' , '/detail/51070503953f46338ae553aad8369b0f' , '/detail/73cc2bf819eb462c9e70abb20990bbda' , '/detail/2ec241ad2879442c8adc75c286f0f9cb' , '/detail/9b4c7318e4a8486c98247e883aa9c1b1' , '/detail/6ce7613368e94e198673322cee95ac71' , '/detail/8b2d191adbc8495aac0a0fda910336a1' , '/detail/1a5a03ccb8214496bf7e0da267153241' , '/detail/d41eb0c222144539b4cc6be94b1d8925' , '/detail/1fda3598317643bd9ab3a31c4e1d4b74' , '/detail/17c8ad20f8e743c5b4111f96115c9636' , '/detail/9926731f6f8e4d65b1f505aab3e402cf' , '/detail/26261286e85d4ff5a83a0188dcba7c00' , '/detail/0cf665757b114488b50086b62e4ba9f2' , '/detail/cfa1a7c3e00a43949cf3a595ada9dae9' , '/detail/1331f195378341ce9cca709a2f053825' , '/detail/17c44e57e0114ab788fa54d1e598673c' , '/detail/7c995043c7924d9e932c602184701df6' , '/detail/7c86c5d847f44081a2c7f8bb5ead22bc' , '/detail/37433be6c23a4987a6a18b46e5a25823' , '/detail/5a5de028ea0447c9a01cb7b886217e11' , '/detail/29cd1170cd404d5ba4bdd8ff2d7a4d6a' , '/detail/0de5a9a4ad8048dfa4869ebda2816160' , '/detail/220b1fcfbdf142bdab9867b94c8706ad' , '/detail/3bece2b3eb76487d93651ad9f7cf9b6d' , '/detail/0483012995204a50b2aa3e762122fef9' , '/detail/00046ae9ff6845bb9f8f777f05aabb42' , '/detail/1ffe9d3abba04650b28f4122649d4f76' , '/detail/e794fca7a9f5459a9503de5a4fd3ae10' , '/detail/5c03eb1dc4c44395918697871b76824e' , '/detail/79fad4f30b6f42fc840cf0b0f8222e2e' , '/detail/78f5e0f7431f46aba083791cf7ade7e2' , '/detail/9cef2594dcf54d45ba544c84672cc09c' , '/detail/0396b5db563f412fbd5ec1e572547d5e' , '/detail/481078a8a1154b838281d129f2c084cb' , '/detail/613247994d20402d993ebf4f464f543c' , '/detail/0df30c3019b74a12a9691516edfa03ca' , '/detail/6067fd249baa451db12f3e78c0b166ad' , '/detail/6556518eeae7478bb3abe52f074a289d' , '/detail/0198cc7f3e447214a848528de060a0ed' , '/detail/79086dbe719e45ae888297f74ccce2d0' , '/detail/5f6d55149da14310bd6a08c07d0aad98' , '/detail/92e54cef4f764352bc6f8d74e5865cf1' , '/detail/bdebc430f6704eb29d628f33fba86277' , '/detail/421a3fdfd0d5460ab528e3707ca11a78' , '/detail/bd4b4ac04f0047108b5e31c13647b328' , '/detail/84ec3f4b6a354b3ba91a0bfc9a3e31be' , '/detail/e3226bf41a7842aab7f9cd436f1e8c3e' , '/detail/403aadc1354a432fa2874195a7b7914d' , '/detail/1e7256c5a65d492a98cddf303a3746e8' , '/detail/e3dd4efb533447f7a6bf71e1429d6be3' , '/detail/30b4e211aa274ca1b6119f6f65116006' , '/detail/0311a626f2534859924d497e584776d0' , '/detail/986b22337f9d49589976a6c1e914e9d3' , '/detail/2df2a8bacbe24e83b3e1ceecfa8cf947' , '/detail/d8fe451bf5944fe9b5c195663d1560a6' , '/detail/4179506a797e4a7eb4e5cde8d2ca1b6e' , '/detail/bf0ce5b1877c4da387e94d0fd0b6dc87' , '/detail/ced7581f97e34dc28784be92a4e9c818' , '/detail/7e343212f7d849278d9336a7fe9d2d83' , '/detail/6279e85c754a43909de87f0d3b858351' , '/detail/a002e63bb53b45eda2aada59424ed928' , '/detail/dc4bca56cd39464e9ef554ee88628a1a' , '/detail/f4fb28008ee047aea22b59f1f8bcc489' , '/detail/0a38581650a342bb97478e5552350b97' , '/detail/d7b5f89c35de4b36adbb79a97a404ecf' , '/detail/a4566694f5354a1c993527ed1ef82a0e' , '/detail/b2fd4f7c75644bdea019f473c52feb78' , '/detail/acc864c0bf86429fb59bda972c31599b' , '/detail/c26724afc3bb414bbbe4c612ec8584ae' , '/detail/3da81d5f50fe4791a22ccc74b648deae' , '/detail/15b8b930c1e34c58ba2a1481b7de6469' , '/detail/2115cb0ce23b48fc91d923355deb2232' , '/detail/7c6dd584fdc7454abeb6c9355f995fa7' , '/detail/73cc29371aa84e8b999a699a7c091d91' , '/detail/fdd55a3cdb1c40ecabf60c5ff0350b35' , '/detail/b0629a4095644bd9ad545b1f687b3e5b' , '/detail/b656210586c94f81bac02ee46fb59854' , '/detail/308d35794bf247faacac76988c122e08' , '/detail/d588741b684a4310b31da17036b4104b' , '/detail/3ef3ecea1ea74e37826cb74ead6e7b88' , '/detail/3703b9c6c55742069205189096ba64d5' , '/detail/e92c2a852fad4f84a15b6bedd90f57f9' , '/detail/abb82e70f1654724a031607e94859583' , '/detail/97d90c55e1f4421fb536210f0f36d324' , '/detail/a3296d93ef1a4cc787da180ae9844796' , '/detail/5ead1daa63064d21abc7e3554d3a9640' , '/detail/a408fe9331654fc08465cb3e141ecb92' , '/detail/564640dff3eb42fea814bc66e90d21ac' , '/detail/736bf487f470416591f456b8037c6740' , '/detail/1680f2f3c0ec4ff8aabcbd889f19026e' , '/detail/3518acda3dae44029080d27230974076' , '/detail/2491f6d365e04019b3c59619819f55a5' , '/detail/34ac099a240047d889775af636f3a5b7' , '/detail/10362d84b103438bbac8a33b21138b85' , '/detail/a4e3beb1f321450c8bd1c2903f56cbe5' , '/detail/80624785147b4ce09353385686b7ead5' , '/detail/9042bcb56040449985b0432f997e63c0' , '/detail/02faf11477e8438297010141b853806c' , '/detail/43e7017e5255473992727a5594af67f0' , '/detail/ad9b4582b2294745ad50bbfe6d46afe8' , '/detail/c36e1b4c6ada49a5bfc72686f869e02e' , '/detail/08ee31e58a0a4355a1b001787fa2c574' , '/detail/4e7e98bde9744e018b6cb3ae2fb48df9' , '/detail/a9f77f87f6564ed89dbb8fe85f480f25' , '/detail/3650eb73b3da42f1b624576ed59b754e' , '/detail/05f419753bfd4bdea2e3d441a2c82906' , '/detail/6aaed5894339486b806ba5a708749467' , '/detail/dc7487729044444198eaad719a5caca7' , '/detail/68c497ad48414c39b04120201663a5d2' , '/detail/5e6ce5843fe847ea84d71c5d9503276c' , '/detail/f1a768c6b0f849519c1f536a7fe37884' , '/detail/931535373ff24501900a694e60552f78' , '/detail/d8231ece91734274aca53466269baa9a' , '/detail/76afd5e18cf3430c9e12f89349513d00' , '/detail/b842e53bd9334206acec3cb3f9dea93c' , '/detail/1378eb69008245aa83daf302d53e9e75' , '/detail/9bf7a63074c649c2a427b6c17088124b' , '/detail/da714ebb8cb54bf79277a88ef1cfaf9e' , '/detail/a8182058190a4528b01a9b16e6f8d8e9' , '/detail/d6b276b9515d4ce98b1a5ca806f3606e' , '/detail/da60094bf09a4bd8b829ad7975acf9a7' , '/detail/67a4734a419c4255a6c885e700fe7a32' , '/detail/f1d70dc7d626415ab8c20bd641afb16b' , '/detail/a96a084a6dff447ebbffef6d91e93f22' , '/detail/2b41f1c90c7846c29a25acaa295aec5f' , '/detail/e024836f09d74acbb59018b629d759fa' , '/detail/d8a3aa80291e4630994afd381fe3a759' , '/detail/85c980ada17a46b68e810afbbada8659' , '/detail/0d23ab14dc8848bfb34e5420bc24cce5' , '/detail/d123f99db9af4e07936a0b83cf30d5d7' , '/detail/adf28c1b866641ca80805eda0f657e47' , '/detail/d229be6d5c914c2ba0f52c1a9c6813e4' , '/detail/147c921683254c869d791b762f581652' , '/detail/ee56b117ca1d45d5aa1e74c5a31c88a8' , '/detail/c46d0d6318e14d67967aaac0a2f0873c' , '/detail/0e56c79bb26b423dac3b0733a0d12505' , '/detail/1b4131453c034d7e9ac2b91672fd353e' , '/detail/e31bd8bd85df4746895a4874b055c944' , '/detail/00d4d0b014fb40ad860b02ae1083755e' , '/detail/0a02e5fe097d43ec8736119f01b68776' , '/detail/c18f79f769c146d5bc1822f1c8a2a998' , '/detail/04488bcf0ee84f5b84633a1af9458006' , '/detail/a564df702edc437f8b2e30452c1bd0fc' , '/detail/31735ee394174546b9a835372afa3ed9' , '/detail/1848376f2cc64879836c5648c571431f' , '/detail/d831aa6f9c904ea2bed8b8e3a4f30c38' , '/detail/d837e64cec3c499daec4af1e3c956db2' , '/detail/d38abf6001384b79bbe6fa3ced33c53e' , '/detail/f1fa4bc70505499ea352714ce0cf1604' , '/detail/b3a22e2d76034c5eb3d0b95755edb77b' , '/detail/f70d28e08e3f4727bb3eaeb07979d165' , '/detail/f89e8bf33fc74ad1a097e9409340ec8c' , '/detail/428e3cbc4e40426fafe0a918bfcc3733' , '/detail/4fc3f0ab2f9544a9bb5836b7f3f2bbb7' , '/detail/c91bf838ae1442a7bcb656aa2a6370a5' , '/detail/ece56c9c025a4a54ae69227d289f6357' , '/detail/0f406d54d6cb42fcbb67a35ab8f1fc65' , '/detail/6be5b7d2e75b45e8ae17de186cff1f18' , '/detail/7a2a7d83412f4d1fba125d70635dcae4' , '/detail/882a0d90845c46c9bb019659a615f235' , '/detail/1fbd733818a6460185f11e00a88f1ac2' , '/detail/5c7def33e13f4ca1ad48e9654b86f947' , '/detail/d8f0eb71932c44ad8667140e3312855e' , '/detail/eae8516059fc4d159bac8e731de8eb06' , '/detail/550c64cadae74c1598b8eef6429bef2d' , '/detail/b0a320725570417d8ee02c639af7caec' , '/detail/66ce5384280049cd9e60b2a59eec1cc8' , '/detail/dbc02052990a4606bdb5acdff42f303c' , '/detail/471b169bc08b40bd9102f488efadf358' , '/detail/2406bdf9e49a46af811bb68881f9f231' , '/detail/ee14856534b44b01a7a90ac8f359e95c' , '/detail/deb6ebbc0ea64a56884f5bb6488549ab' , '/detail/e534081d9de34311af269170b29ba478' , '/detail/8f77bdf144244745a23de111a0dada89' , '/detail/61981e3760ff48d28f64a91d811759c9' , '/detail/a9245b8dab4c40acae641f4f6cfa7409' , '/detail/d88e2f820f774503b7e0f8eae68f5cc1' , '/detail/6400483852cf4ba7ac7e525c465f4f9a' , '/detail/7703961aa9404f08b2a411b2e2f28cbc' , '/detail/a800836365c9479cb268d33354f36366' , '/detail/3fd592249b54411f97204f136cfa69e5' , '/detail/991d1a0d9fe44c90900a90437e7b8400' , '/detail/33509576fc574ddc8ccee047098fee09' , '/detail/5b1a2f20cee94cd9bea763d46c510e48' , '/detail/d722d8c2cc224a3894453ea0e6edd748' , '/detail/0e15b1a7fce0408bb2a4061cf330fb37' , '/detail/7facf52f30d24081b647dcb72abd2e0d' , '/detail/91c047d4ae304b3ba0514155f2e018b1' , '/detail/4ee1bc4efa8b46d0b0979b51348f0158' , '/detail/6396c6fb5ae34e6786ebe6578482b4a4' , '/detail/4082d8a9859047db978bcfe5147949a5' , '/detail/ad7be002a6284ab9b859577573eb3f7a' , '/detail/6b964f5a3937451898612fe36d78fa58' , '/detail/064251f497fc464f86efad5fb2edc697' , '/detail/2bafdc3273f9486d802866d6ee77da7f' , '/detail/a99384528610462c9810689aac1f2463' , '/detail/cc7f17b545b443259d7b3b91bdb635e9' , '/detail/66dd5ed958044d89aa19cfd81e46f74f' , '/detail/5a5ee7914b25431f828e96bb8c2b9609' , '/detail/83ab4b4c265445cdb204d27e9ccc7a1b' , '/detail/01bdd843b2e341fba7621f41d7710e98' , '/detail/d7bee9bf0a40497a804fa0385b536cdb' , '/detail/943e03f1c4754c399537652c9c4b7010' , '/detail/a0645420aff348b8aa8c74f10917b1b5' , '/detail/7be7135e2fa248a28a25ad872baae49a' , '/detail/3287e5e8061341379dddba51294cf222' , '/detail/7190a7a5a60f4f4bb59cdf6e217a05bb' , '/detail/40caebdc12904053a893bb6d0ce6c586' , '/detail/0bcbe8087aa045f0b7b6024b5ddca825' , '/detail/e71bc9b393fe4133bf1fb32b20fc1f32' , '/detail/b3e3cabbe3344ae5972fbb2e06f5e2d0' , '/detail/a0ba480c6574462fb41de76eece5a313' , '/detail/1f43b9ee400f41a1bd2d7f3ef5787255' , '/detail/d4bab0ae04224756bf061d7c8dbd8cea' , '/detail/a6fcc778e5c14f27b54b2b2bfef63603' , '/detail/614cfaf0df21415d853584d1b1f7b19b' , '/detail/8a7a69d705b844e6b7761238fb3fced4' , '/detail/f6b7097b3a254e1f8870c8773066e9de' , '/detail/ff18d58435fc45fd9941464d2ca2f51a' , '/detail/a821025b13f0464c84e855512a64902e' , '/detail/4a7baac4265b456a9bddf3da591ec5ce' , '/detail/8cbcc1051adb4a9e960afdb22abc80c2' , '/detail/0eb9ca4cd4c44add9cc393bb61a16a16' , '/detail/d133c375efa24c05a901f1d76f689268' , '/detail/f0baebe81b0e4e7298e3643b0f20b69f' , '/detail/e5d9910ebdbf445e82fbc040651dcb69' , '/detail/24f400e3843c4b2c8e15f326e9e96a25' , '/detail/7134359e2776410e9843051cc710945b' , '/detail/a4b4a98b714d4818baf75e19013e06be' , '/detail/6c7d9532c9a84299b0d35b0a3685dab8' , '/detail/15746b398e0b4224b357cf603b6fbafa' , '/detail/ab789ce2066e472ab512c5b572559fa2' , '/detail/4abff39a14e046ee974cf0777f9b3a88' , '/detail/03ae789c8c2d4a16bf489c76f4b59c68' , '/detail/7da28fb9f7364a0abd7aa45db9e88d58' , '/detail/bb8d0d8607fb48c593ff210266c195b3' , '/detail/9bf28ecb49cd482bba0df9be9b8dc7a1' , '/detail/514d3c2065a846df95b5e4580d967686' , '/detail/7a70ed5bf0a6404e9205169772fbd774' , '/detail/70cf20607ceb4142958787ddb7a0f3ec' , '/detail/cd3ccd244444443dbe5d24d25d29e1d6' , '/detail/8cfed6c00ed74961888007e6baa2e64a' , '/detail/87e7323cce0b4fab91e5f7dd5a9bfa5f' , '/detail/704a641f762f4c2895ea09eb867f87c9' , '/detail/799e29169fe34e0da8cd9d76df9a6365' , '/detail/350a326159f74d7d9c58e60de4f83f95' , '/detail/2627e9e8f6e2495ca9611aabcf11c9c2' , '/detail/ae86c52eb2f044ae9efffdb6a8144243' , '/detail/63ef36c39a4c40719a045ab0b55ad36c' , '/detail/9803ef0a5bd64df7925d48b7e0849934' , '/detail/78842c1f55f842a3b0fca229c9bc9ab1' , '/detail/9e0a24038d8d4b1380918e3440eb6b7d' , '/detail/cfa16c08255240428ac685e5c897328e' , '/detail/bc20e9f20dc94f34b185db4dfa6d4cb1' , '/detail/1e92611f47ec4fe782c3c4bf4bcdea2f' , '/detail/366d559a80814846865bd712d8b0a9ad' , '/detail/b4654e8b79d0497eb735b1d3ab6c1a47' , '/detail/e501ceab99da4c91808c2faa5e7fa267' , '/detail/4aacf2144c46477798d3a673d9071b03' , '/detail/79e9d5f3f1014e72aa38235a8861780c' , '/detail/0759a1c6e99b4b1ea6023e681f876273' , '/detail/6cac5c8418864d1e83240af4a4918714' , '/detail/054825ab00664ee780d762bc63a565f6' , '/detail/ece530f255224fd88513023935e4de49' , '/detail/ea0ba39c56a148c29da3e53c759775f8' , '/detail/f7936b663c634f0faee164facd280b53' , '/detail/2cab3498a8ae4840bb83e2afd6393700' , '/detail/399f373f45154b26a3a79e9b077ac1b3' , '/detail/5ac2252237ed43cba3efbbc766ddc195' , '/detail/1d9d973e921c428eb074b448a243a014' , '/detail/ccc56164398c4d1e9554fa01eba424a7' , '/detail/b03ec85386b940d486c94dfb207af064' , '/detail/26cfbc7a02ba47849a00e627e760ab87' , '/detail/3f1e838362194ca396ef76da76b344ce' , '/detail/acda8c43b3964566a16f8abc69a1a09c' , '/detail/17e2adb56020463986ba58cc358445f9' , '/detail/53be4be5cc7f400db61b4728e941d634' , '/detail/f874744cc0c448b5a69e69dd90e4335c' , '/detail/b18dffa8f25443258fae7f47a5d9fbcb' , '/detail/d0f21c480de5485f933652b86d84a436' , '/detail/dc52a263e5dd40f4b1af91362fc32194' , '/detail/e64917d2def640f099dff3e1724557f9' , '/detail/7185f8ed29774d7aa35a810fc49240dd' , '/detail/96703184e4a94deaa6639ad3b41d6eb9' , '/detail/adf5da86ceae498bb8ae183ac723af7b' , '/detail/8df6d9d84f7247098541724812d4a756' , '/detail/0f655a75b1374b92af4c6abcb78cf8e0' , '/detail/998bb8a81e1b4fbc810c7fa5cd42b761' , '/detail/6bfc1158030244d69dbe85610cf72b40' , '/detail/c5a349714c8f4bad98bb230a05d2b383' , '/detail/cfdbd6959db6473fa49cebb157ad7986' , '/detail/030c2b8679954ed2a192d0ab41599237' , '/detail/62d3fc4795e846b4bc4538968171055d' , '/detail/ee4d4d05a347496497bd08aa730df128' , '/detail/64dabc1526bc4ba1a4270aa699da3e9e' , '/detail/e47071574e9e4c72b01461798707a941' , '/detail/9fa23ebcf0494a73afb7eac0fe2831ac' , '/detail/18b2308f5fd64dd09f7e7b9801383ad5' , '/detail/c782cb835f3143888d572022a4a15aa5' , '/detail/fbb0017134264416aeecc32aaae5445c' , '/detail/6bcf2a4dc64d4c41b844999b05f2d155' , '/detail/04ea1648f2b345f881d5c29272c6f3c1' , '/detail/090e9258195245038789dfe2529b0192' , '/detail/e7ae6702a35e4f7fa90907a646a9b85e' , '/detail/f596f4db96b9481999add056f10d6b8a' , '/detail/7109ca42d8e0412580e57609eccdbfcd' , '/detail/4984babfcf7248d2bd5c79618e10df03' , '/detail/5b235b87847741129eea0d6b187ed80c' , '/detail/d56c6bf640604937a1f931112f5bf865' , '/detail/bf7a9483005a4fea81fd79028b901ef7' , '/detail/b78b1a61230049bfba534c92b3793ba6' , '/detail/f7a496c2d82e47e68fc4f4ed502988b5' , '/detail/b5ed937931ae4da78d4babd1f248d6e1' , '/detail/20233f59848b4d5bafb140846e263772' , '/detail/bb3721672cac49e9916ff2eabac74a85' , '/detail/4058ae3a8634489c92e9ef434ab445e9' , '/detail/5cc2202c60824eeca30aa4c2213ee7c6' , '/detail/cc21f17324bb47e6bfc6bb550977370a' , '/detail/e36f3909f3904b2c99d9a3253a8c95ea' , '/detail/b1599a0d36374274b40f566d4650aef7' , '/detail/e025d21be62b48208b5ca748586369a1' , '/detail/26450ed42e934083bad8009d514c50cb' , '/detail/6081ed7743df49568b047abde613c549' , '/detail/23a6c4d09e944347bd8365876d209e9c' , '/detail/9715565824e8455aad45447d487d480d' , '/detail/c475570d2ba644b2b8c43e6b35f97bdf' , '/detail/8105ba21a10a4433859829fd4d7ae2c1' , '/detail/86262f6597444400a53f02c4bfc23ae3' , '/detail/1a1d1f47d14a4ca7b9c26ad89860c691' , '/detail/1fb7f084a0114a17942a44d159e7ab0e' , '/detail/9679137632584753863dc17b19a2fc85' , '/detail/b5fad744249a4b6c964c1a057f99481c' , '/detail/2346e2e3972640b8923e79e8e01bc85c' , '/detail/ba1fd9a76c074f058dafd57e0d6ed169' , '/detail/5418c747ecb24b0aad4c50a136861aa5' , '/detail/88d90d9342fe4af58dcf5e3f548660f3' , '/detail/55759e4fd075438d9eaa8c576cbceb92' , '/detail/f8e9e58d26754b1ebed08130646fd4c6' , '/detail/590789e000fa4a49ae4b28ced70716d4' , '/detail/c7b86c5a14694facae52b48f2619f103' , '/detail/85c372fd4e0349628becd740d62142b1' , '/detail/4f0a031293ac4fdcb6e1b244d112eabb' , '/detail/d548483f01734fa9906094b9c944076c' , '/detail/80b654b1936c4848bd32c15dd652ccc4' , '/detail/1e700370730e48e6b32ccc72d3363c7c' , '/detail/a48bf32d3b29479db8f8984a1ab3903a' , '/detail/6972481a7e734c349ddf8be2bcc2edc1' , '/detail/d6c2ed6e82254fc9a502a5f5e1d26356' , '/detail/1f535f48e4ec47cfb5c04653c5b00b4d' , '/detail/bc54d495f82141698103436b43896042' , '/detail/8f71bf4f636149a7bc6e1b3079f45821' , '/detail/c640a703821c494ba8bc9862915ad827' , '/detail/a7dc85b0fb5547969949dfd4a247af1c' , '/detail/47671fcc33714bb3847a0406f90a0589' , '/detail/283dab9673e74a2bb4fcf96e6752a5ed' , '/detail/4040f5071b454dbaae3b4bcd172bb0d2' , '/detail/e1e8884954c04e71ab5daeeb346ff8ef' , '/detail/c0ce13b4cc094ebeaeae8b84145b1a2e' , '/detail/97a8d0d52114451ebd70f2e5b619ce79' , '/detail/7abd39251b884db38d6570f67f42edbd' , '/detail/302c26630ee74ff28738a844ed269886' , '/detail/a4a8c86177954121a5c1d21756b47a2b' , '/detail/3d0e2cf2730d4fe5b63ff578b53c6a97' , '/detail/1d8cb0a656654bc580c454f327e7cf44' , '/detail/4f9fd0b16bce40cc807c803fbde959a9' , '/detail/7f4f2f2203544f86bae78b43e2af671b' , '/detail/5222cb43c07d44d6bda426c18690cd73' , '/detail/777c3a2789134ea78f9ddc277b6932ba' , '/detail/da1656539198419c97bead23bfb5d845' , '/detail/24f67a89810b4dbe85fd85c0457dadf0' , '/detail/eb7f563a51e646888ac82d0bd90e53b8' , '/detail/9d72bffc5dca40ad99fda7aef80ed584' , '/detail/627fadba6cf04a98965218d2aaccbc10' , '/detail/04b7219db9d94f5a995e158e06427030' , '/detail/592d3e4be7fa489d81601e5c5438f6db' , '/detail/9b13eebac1a44d73af33013ce07dd927' , '/detail/607909eee162408fa1a59a6a7d84707c' , '/detail/b7bddbbe01c144fda09070a159706dd4' , '/detail/2070c1c33600459db6737c6f3f590c27' , '/detail/c05a7607ea1349a384ebac0230b98e5f' , '/detail/449941bbdc124da9934aea8639aeb553' , '/detail/2922e1c652d14640b5297d979a67ec1d' , '/detail/354dedc90e1846c0a478ee2e699cf29c' , '/detail/964b8604c87c4586a37050a01c0047b5' , '/detail/db75c38e0b784063bbb5ebb72ae910c9' , '/detail/e268901044d74f4997c8798505fdea63' , '/detail/c0595d47cc5c4bf58283a7d11f4db07b' , '/detail/696571e2efef43a1bf0e6634566035f3' , '/detail/91528c9ee9504fa5ae2603c7663c3a0a' , '/detail/ee3f523172b948e3a38a76932aafa9a7' , '/detail/ae777a0418834992a68bc3e2d6f4f23c' , '/detail/caf11042ce174fa78b82ed67c48198c7' , '/detail/289ae79791684d6c9b6af6bfee466fbe' , '/detail/75e822f3d5444bcd8d091bb4660ba9f9' , '/detail/289e9338267a4f9f9c8acebb1c389498' , '/detail/1e585ab092cd45a39a7f60f589488d6f' , '/detail/e59715cfff5944048ce8b35f62c843e5' , '/detail/1ef2b8e30ec14f538180574a793cac77' , '/detail/1f08b30763a641bf8c787eb61fba97cc' , '/detail/330742b011f14ccaae093e9084124a40' , '/detail/71d9f0f69658465e86b814b5cd08845a' , '/detail/cbbf751fdd95484b83a20eac4bf9578c' , '/detail/fe59b7bdda6d4ccca68b442619bce23a' , '/detail/2df386cc8b724abd82a4396d42eabb37' , '/detail/a614af48fa064972917377658498d9ca' , '/detail/1a1a9060ad2a4698afc6554b2eba07f4' , '/detail/30705084226b46ccb71816ad2bc4f02f' , '/detail/935bb4137b1e4ca89c832629dab0d15e' , '/detail/71e56c6ba30148f5a4dd1f375bacfbe7' , '/detail/84ac473aa0cf46249a13d69b6a087633' , '/detail/9e19e43f2bb14cb88f53d2d86dcb8426' , '/detail/792a6f9f91fe4b3cb8e51c3801ed24c6' , '/detail/ebc2c9c1cd36485e931b74457ff137b7' , '/detail/058907348d8d410ebd3e4bb59fcf9b79' , '/detail/57ae6e0b403b4df3bca3a8538d8ec0ad' , '/navigation/d1c8e7fd3f514b16a7c7c457c438b93f' , '/navigation/585d71242fa54b0fba56e331ed5adbe1' , '/navigation/0199576db2937bbe9a41fb6156449782' , '/navigation/08014c102bba43b09e93a823de238da1' , '/navigation/04ac33f9be48438ba185ce8585682c3c' , '/navigation/ba9f9e3fd094425392c838f151773526' , '/navigation/cda441a37060455fa34c8ce371928eb3' , '/navigation/52242d7c7a3349359001e1b7b2c3df80' , '/navigation/83586831f5bc43d6824ec80864e9314e' , '/navigation/0196d8a825c27a7e93a4b07323c246d6' , '/navigation/ccd140695dc643408838c39c838a0a51' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x274605D71D2B4479A3882D8FD62BFF5C OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
113
0.53 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"†;orw>Jj²»Úï\x06 бQ "
b"8X•p\x16 dMä®HÀP\v óÌÈ "
b"K‡Øl1ÄL\x03 ®Îy¥±HÃ_ "
b"“ª'KùøMN–ÎQ\r bÝ\x03 ¤ "
b"¦.\x1F j\x1A\v E\x19 ¯@\e bp£qI "
b"│ì╔╝¶c@\e î╦²4É\r Îó "
b"ß7ìÀÇèGÅæ×\r t\r ]l\x1A "
b"(Ê®u¥bO\r ˜Z½\x0E ³*¡` "
b"Ê*\v 3.ÅM▓║ÙÞÊÞe\ý "
b"äNg‚ÆBG·–¸‘Ï%®8÷ "
]
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x863B6F72773E4A6AB2BBDAEF06D0B151 , 0x3858957016644DE4AE48C0500BF3CCC8 , 0x4B87D86C31C44C03AECE79A5B148C35F , 0x93AA274BF9F84D4E96CE510D62DD03A4 , 0xA62E1F6A1A0B4519AF401B6270A37149 , 0xB38DC9BCF463401B8CCBFD34900DD7A2 , 0xE1378DB7808A478F919E0D740D5D6C1A , 0x28CAAE75A5624F0D985ABD0EB32AA160 , 0xD22A0B332E8F4DB2BAEBE8D2E8655CEC , 0xE44E6782C64247B796B891CF25AE38F7 );
Copy