1
0.24 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.16 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
3
0.16 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
4
0.40 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
5
0.38 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 #╔JpOïí┤ü£8É\x16 ê "
"navigation/0cb164753b2c4e08aacec4f2258c0a51 "
"navigation/0cb164753b2c4e08aacec4f2258c0a51/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x250C23C94A704F8BA1B4819C38901688 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'navigation/0cb164753b2c4e08aacec4f2258c0a51' OR seo_path_info = 'navigation/0cb164753b2c4e08aacec4f2258c0a51/' ));
Copy
6
0.31 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 #╔JpOïí┤ü£8É\x16 ê "
"/navigation/0cb164753b2c4e08aacec4f2258c0a51 "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x250C23C94A704F8BA1B4819C38901688 ) AND (path_info = '/navigation/0cb164753b2c4e08aacec4f2258c0a51' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
7
0.83 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
8
0.29 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
9
0.27 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"%\f #╔JpOïí┤ü£8É\x16 ê "
"Cjc9R6ELXmG6TKe8Bfi3LSIQAuBFHBKK "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x250C23C94A704F8BA1B4819C38901688 ) AND (token = 'Cjc9R6ELXmG6TKe8Bfi3LSIQAuBFHBKK' ) LIMIT 1 ;
Copy
10
0.37 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 #╔JpOïí┤ü£8É\x16 ê "
]
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 = 0x250C23C94A704F8BA1B4819C38901688
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
11
0.55 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"%\f #╔JpOïí┤ü£8É\x16 ê "
]
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 (0x250C23C94A704F8BA1B4819C38901688 );
Copy
12
0.37 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 #╔JpOïí┤ü£8É\x16 ê "
]
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 (0x250C23C94A704F8BA1B4819C38901688 )));
Copy
13
0.31 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 #╔JpOïí┤ü£8É\x16 ê "
]
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 (0x250C23C94A704F8BA1B4819C38901688 )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
14
0.47 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = ? )) AND (`language` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE ((`language` . `id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B )) AND (`language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ));
Copy
15
0.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
16
0.29 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"{ùb\x1F ü¹Oﲦ{®j-“œ "
]
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 (0x7BF9621FFCB94FEFB2A67BAE6A2D939C );
Copy
17
0.27 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"³Ž n·xIð¯Ì¼ó4Y(à "
]
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 (0xB38E206EB77849F0AFCCBCF3345928E0 );
Copy
18
0.18 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
19
0.45 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"\r +\x7F ±\x1A ‹Os›\x00 ±Kè@\x1D Ý "
b"\x17 ú┤Ñ}ìEeÂ,Èóðm+\x12 "
b"9ŒgT|\x16 B\x0E ¸¾9xëOÏ\n "
b"†\x05 ,\t ~çCp¡ºµ\v ÙN\x10 A "
b"Ä‗«p.½A®ØBÊË\x1A ^F{ "
]
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 (0x0D2B7FB11A8B4F739B00B14BE8401DDD , 0x17A3B4A57D8D4565B62CD4A2D06D2B12 , 0x398C67547C16420EB8BE3978EB4FCF0A , 0x86052C097EE74370A1BAB50BD94E1041 , 0x8EF2AE702EAB41A99D42D2D31A5E467B )));
Copy
20
0.43 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` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `file_hash` as `payment_method.media.fileHash` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.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.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 `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_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"CM¡4X¿M,░┘+╣ô)*ü "
]
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` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `file_hash` as `payment_method.media.fileHash` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.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.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 `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_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` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `file_hash` as `payment_method.media.fileHash` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.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.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 `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_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 (0x434DAD3458A84D2CB0D92BB993292A81 );
Copy
21
0.37 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `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` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `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.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"EE0ç„OS“\x05 9\x17 §æºÖ "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`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` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `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.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` . `technical_name` as `shipping_method.technicalName` , `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` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `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.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 (0x4545AD30E7844F5393053917A7E6BAD6 );
Copy
22
0.18 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"{ùb\x1F ü¹Oﲦ{®j-“œ "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x7BF9621FFCB94FEFB2A67BAE6A2D939C ) LIMIT 1 ;
Copy
23
0.16 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"Cjc9R6ELXmG6TKe8Bfi3LSIQAuBFHBKK "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'Cjc9R6ELXmG6TKe8Bfi3LSIQAuBFHBKK' ;
Copy
24
0.20 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
25
0.32 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x01 X9e\e\x1C Lm Ê\x05 N\x07 HT] "
b"d¿\x19 "N1Ec«¢D`ݧeø "
b"ëË■\x06 ¢|Güö■æy®`-§ "
b"Ù€¦ßÇwLђౡƒvBt "
b"ïünUÃÄKî¯Ô-”ã\r k@ "
b"\x01 è=ÔÅ5pø╝ÐÑ.Ý\x00 Rû "
b"\x01 Ž=^(¼y\x03 ª u®Òb^ã "
b"\x01 ŽA‡PjuŸ‚m\x16\x16 ôê'\f "
b"\x01 ŽAŒZ“y*¦IH5úOε "
b"\x01 ŽA—ÿ\x1F z\x00 œÎõ®ÑÌÕÑ "
b"\x01 Žë%ÉyM‚àCƒg{\f * "
b"\x01 ÉÂû¹¾rbøÿ¥T"ân■ "
b"\x01 ÉÂÀ½¿r\v óÞoò°\t ìú "
b"\x01 É└\x10 ¡Ý\x7F ê▓RT┘¼\x06 ║© "
b"\x01 “°øOžrØ‹øùþS×\x1A * "
b"\x01 –\x1A ûÉ•sw–±d§µ5[] "
b"\x01 –\x1A ûÊ&sÏŸ²Ö} ÍŠb "
b"\x01 —“‰ŒSp/’®íÝ\x00 -¯Ð "
b"\x01 —“‰Œáp4”kß·$Å\x1D ‘ "
b"\x01 —éäÑ\x0E r“·\x05 ÁÐîé[) "
b"\x01 —éäÔFqŠ‘ªü{\x03 «4\x1A "
b"""
"ÓaTAâAß°Q$\n
\x1D ò¥
"""
b"XÈ[äR\x01 OC•êFF¤¥²þ "
b"b5Ââò═G_É'ìAÎ▒│l "
b"\x7F O}|ÄJBC³;mok:‡Ç "
b"¼Z;YeCFüþ─╦Br\r + "
b"╠\x1D µ§AeE˪è\x00 ¸ÄÅ ¾ "
b"øwtgýµHÆ™JNÎK\x1F\x01\x0E "
b"ûÁ…V:j@†¿»¢\x0E ¸÷îÕ "
b"┘\x10 û¢kìLxÜë(\x05 ┴s×1 "
]
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 (0x015839651B1C4C6DA0CA054E0748545D , 0x64BF19224E314563ABA24460DDA765F8 , 0x89D3FE06BD7C478194FE9179A9602DF5 , 0xD980A6DFC7774CD192E0B1A183764274 , 0xEFFC6E55C3C44BEEAFD42D94E30D6B40 , 0x018A3DE28F35709BBCD1A52EED005296 , 0x018E3D5E28BC7903AA2075AED2625EE3 , 0x018E4187506A759F826D1616F4EA270C , 0x018E418C5A93792AA6494835FA4FCEB5 , 0x018E4197FF1F7A009CCEF5AED1CCD5D1 , 0x018EADEB25C9794D82E04383677B0C2A , 0x0190B696FBF372629B98BE5422836EFE , 0x0190B6B7ABA8720BA2E86F95F8098DA3 , 0x0190C010ADED7F88B25254D9AC06BAB8 , 0x0193B0F84F9E72D88BF8F9FE53D71A2A , 0x01961AFBC995737796B164A7B5355B5D , 0x01961AFBCA2673CF9FB2D67DA0CD8A62 , 0x019793898C53702F92AEEDDD002DAFD0 , 0x019793898CE17034946BDFB724C51D91 , 0x0197E9E4D10E7293B705C1D0EEE95B29 , 0x0197E9E4D446718A91AAFC7B03AB341A , 0x22D3615441E241DFB051240A1DC3B2A5 , 0x58C85BE452014F4395EA4646A4A5B2FE , 0x6235B68395CD475F90278D41D7B1B36C , 0x7F4F7D7CC44A4243B33B6D6F6B3A87C7 , 0xAC5AF03B5965434681E7C4CB42720D2B , 0xCC1DE6F5416545D3A68A00F78E8F20F3 , 0xF8777467FDB548C6994A4ECE4B1F010E , 0xFBC185563A6A4086BFBBA20EB8F7EED5 , 0xD91096BD6B8D4C789A892805C1739E31 );
Copy
26
0.24 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? AND `app` . `self_managed` = ? )
Parameters :
[
true
false
]
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 AND `app` . `self_managed` = 0 );
Copy
27
0.36 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
28
0.23 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
29
0.19 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 #╔JpOïí┤ü£8É\x16 ê "
b"{ùb\x1F ü¹Oﲦ{®j-“œ "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x250C23C94A704F8BA1B4819C38901688 AND `sales_channel_country` . `country_id` = 0x7BF9621FFCB94FEFB2A67BAE6A2D939C );
Copy
30
0.89 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 #╔JpOïí┤ü£8É\x16 ê "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x250C23C94A704F8BA1B4819C38901688 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
31
0.50 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
\f ±du;,N\x08 ªÎÄò%Œ\n
Q
"""
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0CB164753B2C4E08AACEC4F2258C0A51 ));
Copy
32
0.18 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
33
0.28 ms
SELECT `category_translation` . `name` as `category_translation.name` , `category_translation` . `breadcrumb` as `category_translation.breadcrumb` , `category_translation` . `slot_config` as `category_translation.slotConfig` , `category_translation` . `link_type` as `category_translation.linkType` , `category_translation` . `internal_link` as `category_translation.internalLink` , `category_translation` . `external_link` as `category_translation.externalLink` , `category_translation` . `link_new_tab` as `category_translation.linkNewTab` , `category_translation` . `description` as `category_translation.description` , `category_translation` . `meta_title` as `category_translation.metaTitle` , `category_translation` . `meta_description` as `category_translation.metaDescription` , `category_translation` . `keywords` as `category_translation.keywords` , `category_translation` . `custom_fields` as `category_translation.customFields` , `category_translation` . `created_at` as `category_translation.createdAt` , `category_translation` . `updated_at` as `category_translation.updatedAt` , `category_translation` . `category_id` as `category_translation.categoryId` , `category_translation` . `language_id` as `category_translation.languageId` , `category_translation` . `category_version_id` as `category_translation.categoryVersionId` FROM `category_translation` WHERE (`category_translation` . `category_version_id` = ? ) AND (((`category_translation` . `category_id` IN (? ))))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
\f ±du;,N\x08 ªÎÄò%Œ\n
Q
"""
]
SELECT `category_translation` . `name` as `category_translation.name` , `category_translation` . `breadcrumb` as `category_translation.breadcrumb` , `category_translation` . `slot_config` as `category_translation.slotConfig` , `category_translation` . `link_type` as `category_translation.linkType` , `category_translation` . `internal_link` as `category_translation.internalLink` , `category_translation` . `external_link` as `category_translation.externalLink` , `category_translation` . `link_new_tab` as `category_translation.linkNewTab` , `category_translation` . `description` as `category_translation.description` , `category_translation` . `meta_title` as `category_translation.metaTitle` , `category_translation` . `meta_description` as `category_translation.metaDescription` , `category_translation` . `keywords` as `category_translation.keywords` , `category_translation` . `custom_fields` as `category_translation.customFields` , `category_translation` . `created_at` as `category_translation.createdAt` , `category_translation` . `updated_at` as `category_translation.updatedAt` , `category_translation` . `category_id` as `category_translation.categoryId` , `category_translation` . `language_id` as `category_translation.languageId` , `category_translation` . `category_version_id` as `category_translation.categoryVersionId` FROM `category_translation` WHERE (`category_translation` . `category_version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`category_translation` . `category_id` IN (0x0CB164753B2C4E08AACEC4F2258C0A51 ))));
Copy
34
0.35 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"\x1F\x1E B\x19\x13 C'’ŸÔS\x7F Æ\e è "
]
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 (0xAD1F1E4219134327929FD4537FC61BE8 ));
Copy
35
0.44 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `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` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `file_hash` as `cms_section.backgroundMedia.fileHash` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND (((`cms_section` . `cms_page_id` IN (? ))))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x1F\x1E B\x19\x13 C'’ŸÔS\x7F Æ\e è "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`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` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `file_hash` as `cms_section.backgroundMedia.fileHash` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
(
`cms_section` . `cms_page_id` IN (? )
)
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `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` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `file_hash` as `cms_section.backgroundMedia.fileHash` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`cms_section` . `cms_page_id` IN (0xAD1F1E4219134327929FD4537FC61BE8 ))));
Copy
36
0.47 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `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` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `file_hash` as `cms_block.backgroundMedia.fileHash` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND (((`cms_block` . `cms_section_id` IN (? ))))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"3\x1C 7¡8gH3œá…Ö4œî' "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`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` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `file_hash` as `cms_block.backgroundMedia.fileHash` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
(
`cms_block` . `cms_section_id` IN (? )
)
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `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` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `file_hash` as `cms_block.backgroundMedia.fileHash` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (((`cms_block` . `cms_section_id` IN (0x331C37A1386748339CE185D6349CEE27 ))));
Copy
37
0.37 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `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` . `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 ìÚÔbYw╩ï\x1A ³╦▄╩¡P "
b"qîÉZÃ\x10 CX®ñ"÷ðÃIä "
b"vA5\v N°F«Ç▄ayì¨ÙF "
b"«àép\x1A :O×…§ð\x1F ¸_ìƒ "
b"Á“¹€Å§D'˜\x02 +Eᨯ\x04 "
b"Ù]ˆ?r¹H\x1F ±>X—âz·ó "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `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` . `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 (0x018DE9E2625977CA8B1AFCCBDCCAAD50 , 0x71EEC95AC3104358AEF122F7F0C349E4 , 0x7641350B4EF846AE80DC61798DF9EB46 , 0xABE0E9701A3A4FD785A7F01FB85FEC83 , 0xC193B980C5A7442798022B45E1A8AF04 , 0xD95D883F72B9481FB13E5897E27AB7F3 ))));
Copy
38
0.32 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"‡õV\x1F ²\x16 L×·›(Áƒqã "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x87F5561FB2164CD7B79B28C18371C3A3 );
Copy
39
0.20 ms
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = ? ) ORDER BY `product_sorting` . `priority` DESC
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = 1 ) ORDER BY `product_sorting` . `priority` DESC ;
Copy
40
0.35 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b",RqÿëMJ\f ˆ*\x7F WÞ\x05 ¾\x03 "
b"‡õV\x1F ²\x16 L×·›(Áƒqã "
b"sŒfë\x14 6C"¶\x1E éˆåÉy6 "
b"£{\IìèK\x12 ‚….8Å7:’ "
b"èÕ´Ÿ`ßA‡¯²Hb¾ý\x04 £ "
b"yEÄÛûÑIª„4™¶(-Œb "
b"¸£─Ï╔¬EÐì¤`┐\x7F\x17 þd "
b"I±\x05 <òËOÛ¬$ž`î\x1E *ô "
b">\x13 Ã\x05 ºèFÔ•®¹\x02 L D\x14 "
b"ä½°µ\x00\x0E I┬ƒ Ê0QAÅs "
b"z*d¨êËB¡¢Þõsà”Ìd "
b"\x05 øI•ŠÏJ\x08 —5P\x0E\x13 :ö "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x2C5271FFEB4D4A0C882A7F57DE05BE03 , 0x87F5561FB2164CD7B79B28C18371C3A3 , 0x738C66EB14364322B61EE988E5C97936 , 0xA37B5C49ECE84B1282852E38C5373A92 , 0xE8D5B49F60DF4187AFB24862BEFD04A3 , 0x7945C4DBFBD149AA843499B6282D8C62 , 0xF79CC4D8C9AA45D18DCF60BF7F17E764 , 0x49B1053CF2CB4FDBAC249E60EE1E2AF4 , 0x3E13C305BAE846D495AEB9024CA04414 , 0x84ABF8E6000E49C29F20D23051418F73 , 0x7A2A64A8EACB42A1A2DEF573E094CC64 , 0x05F849958ACF4A089735AD500E133AF6 );
Copy
41
0.20 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
\f ±du;,N\x08 ªÎÄò%Œ\n
Q
"""
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0CB164753B2C4E08AACEC4F2258C0A51 )) LIMIT 1 ;
Copy
42
0.20 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"""
\f ±du;,N\x08 ªÎÄò%Œ\n
Q
"""
]
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0CB164753B2C4E08AACEC4F2258C0A51 ));
Copy
43
0.55 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x03 Eõ\x14 ,òBd€XGZ´\x18 +m "
b"ó*Õ¶¯”C9ºK\x06 5\ªˆÚ "
b"ÿ\x11 ÿ\x1E é6Nt¬\x00 XÓ\x00 ¸ˆÑ "
b"\f cF¥ƒÎM\f “¨‘\e ‰7\e š "
b"äÄ»à8¸CÞ—äÌ='ÓîW "
b"*\x16 N\x08 )+I\x19 ùÊ>ÉÐ\x10 Â" "
b"æÃØ4ííCh¤z\x01 IF'+> "
b"{Æ¡p\x11 D\x16 “xÀÏ\x08 Rpú "
b"ä▓Øç║âFf╣`ÝQxðS= "
b"ª°?sÍÔGæ¶S\x15 ¸=ßëy "
b"Ï│F╗\e 7H¥ìð\x01 u"\x1D þ\x1A "
]
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x0345F5142CF242648058475AB4182B6D , 0xF32AD5B6AF944339BA4B06355CAA88DA , 0xFF11FF1EE9364E74AC0058D300B888D1 , 0x0C6346A583CE4D0C93A8911B89371B9A , 0xE4C4BBE038B843DE97E4CC3D27D3EE57 , 0x2A164E08292B491997D23E90D110B622 , 0xE6C3D834EDED4368A47A014946272B3E , 0x7BADC6A1701144169378C0CF085270FA , 0x84B29D87BA834666B960ED5178D0533D , 0xAAB03F73CDD447E6B65315B83DDFEB79 , 0xD8B346BB1B3748BE8DD00175221DE71A ));
Copy
44
0.56 ms
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = ?
AND child . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"PT9År”Aùˆ\x1D íJ¾r·Ê "
b"┘3)£¹HyÉnÅM╣(Ó° "
b"\x1A ðU>ËÙFý°'?È\e fÉý "
b"œ\x1A\x1D\x1E Î\x05 CˆœL\x0E rËÎOÀ "
b"þzIK\x14 ¸LBèÉ@X\x01 GL\x06 "
b"/êj\x10 JEE|´î˜x\x1C "\x15\f "
b"[ÄŠ\e oTD`“øû\x1F |\x01 ¾µ "
b"€&í©"\x15 AÛ·Ù¡b\x19 Â\e & "
b"‹ºU\x19\x1A ;Gz‡ž\x14 ¿h÷0¢ "
b"£─W\x1C ÉnDàä^\x03 æ╝‗õn "
b" ¯Î¦\x04 ÊFÛ¶È¡Ö)ÇKá "
b"·HKR%W@E¿Oí~(,ʽ "
b"ÔØ\x1E Cx³GA¼ærZðÞ,\x15 "
b"ÿ\x01\x07 —‰\x10 Db”îÔÆ‚°Z_ "
b"\f\x14 Ï_õ’E…µ\x17 ‰<’pi7 "
b"e|Ö2\x11 âI\x1D üîZµ¡\x02\x15 æ "
b"vFA°┘LI'Éj\x07\x05 Î§å¥ "
b"Ò\e SñbrOcØ+p¤±M└ù "
b"\t ZM^ã>N¾º3+”6î¸ "
b"\x1C\x11\x14 [\¬B<·oõW”&\v\x05 "
b"q,█\x10 ├▒@Lüý─ëjÂÍ▓ "
b"u["¥x:FüçD‗X~ƒÎJ "
b"˜¢Œ®¶†CVµ\x12 êÑôù\t d "
b"ñ›ÎT?Ü@´ªÙ÷ro³Ù\x01 "
b"\x03 ÈGeQ-H‚»ëg8£(Ÿ\x14 "
b"ªÈÞ%ÌöDاTi\r KB`œ "
b"¸\x16 H XÏA║î1*Ø╔└ê: "
b"\x00 ðó$õþJѲ¬i2=\x1E Ó\x0F "
b"*]\x13 þ[ûFj€_“ý¥\x16 d7 "
b"NDà)×UD´˜\e г²ÂPK "
b"ÆëÞ,WB”‰f›+…Rs\x04 "
b"·q'²X”Hï»?̰\x12 Íi4 "
b"""
ŒÿAJ„yM)•\n
¨Ü\x0F @•a
"""
b"\x08\x12 ½\f ä\x10 EM¦mhAüìŽ\n "
b"""
{˜G\x12 M^Bã‚\n
\x03 npÃCt
"""
b"é ºz~mFÉæ(ù3¤¥Õ´ "
]
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425
AND child . id IN (0x505439C5729441F9881DED4ABE72B7CA , 0xD933F0299CFB4879906E8F4DB928E0F8 , 0x1AF0553ECBD946FDB0273FC81B66C9FD , 0x9C1A1D1ECE0543889C4C0E72CBCE4FC0 , 0xE77A494B14F74C428A90405801474C06 , 0x2FEA6A104A45457CB4EE98781C22150C , 0x5BC48A1B6F54446093F8FB1F7C01BEB5 , 0x8026EDA9221541DBB7D9A16219C21B26 , 0x8BBA55191A3B477A879E14BF68F730A2 , 0x9CC4571C906E4485845E0391BCF2E46E , 0xA0AFCEA604CA46DBB6C8A1D629C74BE1 , 0xB7484B5225574045BF4FED7E282CCABD , 0xE29D1E4378FC4741AC91725AD0E82C15 , 0xFF0107978910446294EED4C682B05A5F , 0x0C14CF5FF5924585B517893C92706937 , 0x657C99321183491D818C5AE6AD021591 , 0x764641F8D94C4927906A0705D7F586BE , 0xE31B53A462724F639D2B70CFF14DC097 , 0x095A4D5EE33E4EBEBA332B9436EEC2B8 , 0x1C11145B5CAC423CB76FF55794260B05 , 0x712CDB10C3B1404C81ECC4896AB6D6B2 , 0x755B22BE783A46818744F2587E9FD74A , 0x98A28CAEB6864356B512EAD1F4F90964 , 0xF19BCE543FDC40B4AAD9F7726FB3D901 , 0x03C84765512D4882BBEB6738A3289F14 , 0xAAC8DE25CCF644D8A754690D4B42609C , 0xF716482058D841BA8C312A9DC9C0883A , 0x00F0F324F5FE4AD1B2AC69323D1ED30F , 0x2A5D13FE5BFB466A805F93FDA5166437 , 0x4E44E029D75544B4981BD0B3B2C2504B , 0xC6EBADDE2C57429489669B2B85527304 , 0xB77127B2589448EFBB3FCCB012CD6934 , 0x8CFF414A84794D29950AA8DC0F409561 , 0x0812BD0CE410454DA66D6841FCEC8E0A , 0x7B9847124D5E42E3820A036E70C34374 , 0x8220A77A7E6D469091289733CFBEE5EF );
Copy
45
0.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 #╔JpOïí┤ü£8É\x16 ê "
true
b"PT9År”Aùˆ\x1D íJ¾r·Ê "
b"┘3)£¹HyÉnÅM╣(Ó° "
b"\x1A ðU>ËÙFý°'?È\e fÉý "
b"œ\x1A\x1D\x1E Î\x05 CˆœL\x0E rËÎOÀ "
b"þzIK\x14 ¸LBèÉ@X\x01 GL\x06 "
b"/êj\x10 JEE|´î˜x\x1C "\x15\f "
b"[ÄŠ\e oTD`“øû\x1F |\x01 ¾µ "
b"€&í©"\x15 AÛ·Ù¡b\x19 Â\e & "
b"‹ºU\x19\x1A ;Gz‡ž\x14 ¿h÷0¢ "
b"£─W\x1C ÉnDàä^\x03 æ╝‗õn "
b" ¯Î¦\x04 ÊFÛ¶È¡Ö)ÇKá "
b"·HKR%W@E¿Oí~(,ʽ "
b"ÔØ\x1E Cx³GA¼ærZðÞ,\x15 "
b"ÿ\x01\x07 —‰\x10 Db”îÔÆ‚°Z_ "
b"\f\x14 Ï_õ’E…µ\x17 ‰<’pi7 "
b"e|Ö2\x11 âI\x1D üîZµ¡\x02\x15 æ "
b"vFA°┘LI'Éj\x07\x05 Î§å¥ "
b"Ò\e SñbrOcØ+p¤±M└ù "
b"\t ZM^ã>N¾º3+”6î¸ "
b"\x1C\x11\x14 [\¬B<·oõW”&\v\x05 "
b"q,█\x10 ├▒@Lüý─ëjÂÍ▓ "
b"u["¥x:FüçD‗X~ƒÎJ "
b"˜¢Œ®¶†CVµ\x12 êÑôù\t d "
b"ñ›ÎT?Ü@´ªÙ÷ro³Ù\x01 "
b"\x03 ÈGeQ-H‚»ëg8£(Ÿ\x14 "
b"ªÈÞ%ÌöDاTi\r KB`œ "
b"¸\x16 H XÏA║î1*Ø╔└ê: "
b"\x00 ðó$õþJѲ¬i2=\x1E Ó\x0F "
b"*]\x13 þ[ûFj€_“ý¥\x16 d7 "
b"NDà)×UD´˜\e г²ÂPK "
b"ÆëÞ,WB”‰f›+…Rs\x04 "
b"·q'²X”Hï»?̰\x12 Íi4 "
b"""
ŒÿAJ„yM)•\n
¨Ü\x0F @•a
"""
b"\x08\x12 ½\f ä\x10 EM¦mhAüìŽ\n "
b"""
{˜G\x12 M^Bã‚\n
\x03 npÃCt
"""
b"é ºz~mFÉæ(ù3¤¥Õ´ "
]
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` = 0x250C23C94A704F8BA1B4819C38901688 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x505439C5729441F9881DED4ABE72B7CA , 0xD933F0299CFB4879906E8F4DB928E0F8 , 0x1AF0553ECBD946FDB0273FC81B66C9FD , 0x9C1A1D1ECE0543889C4C0E72CBCE4FC0 , 0xE77A494B14F74C428A90405801474C06 , 0x2FEA6A104A45457CB4EE98781C22150C , 0x5BC48A1B6F54446093F8FB1F7C01BEB5 , 0x8026EDA9221541DBB7D9A16219C21B26 , 0x8BBA55191A3B477A879E14BF68F730A2 , 0x9CC4571C906E4485845E0391BCF2E46E , 0xA0AFCEA604CA46DBB6C8A1D629C74BE1 , 0xB7484B5225574045BF4FED7E282CCABD , 0xE29D1E4378FC4741AC91725AD0E82C15 , 0xFF0107978910446294EED4C682B05A5F , 0x0C14CF5FF5924585B517893C92706937 , 0x657C99321183491D818C5AE6AD021591 , 0x764641F8D94C4927906A0705D7F586BE , 0xE31B53A462724F639D2B70CFF14DC097 , 0x095A4D5EE33E4EBEBA332B9436EEC2B8 , 0x1C11145B5CAC423CB76FF55794260B05 , 0x712CDB10C3B1404C81ECC4896AB6D6B2 , 0x755B22BE783A46818744F2587E9FD74A , 0x98A28CAEB6864356B512EAD1F4F90964 , 0xF19BCE543FDC40B4AAD9F7726FB3D901 , 0x03C84765512D4882BBEB6738A3289F14 , 0xAAC8DE25CCF644D8A754690D4B42609C , 0xF716482058D841BA8C312A9DC9C0883A , 0x00F0F324F5FE4AD1B2AC69323D1ED30F , 0x2A5D13FE5BFB466A805F93FDA5166437 , 0x4E44E029D75544B4981BD0B3B2C2504B , 0xC6EBADDE2C57429489669B2B85527304 , 0xB77127B2589448EFBB3FCCB012CD6934 , 0x8CFF414A84794D29950AA8DC0F409561 , 0x0812BD0CE410454DA66D6841FCEC8E0A , 0x7B9847124D5E42E3820A036E70C34374 , 0x8220A77A7E6D469091289733CFBEE5EF )) GROUP BY `product` . `id` ;
Copy
46
3.01 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.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `file_hash` as `product.cover.media.fileHash` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.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.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 `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 `tax` `product.tax` ON `product` . `tax` = `product.tax` . `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"┘3)£¹HyÉnÅM╣(Ó° "
b"\x1A ðU>ËÙFý°'?È\e fÉý "
b"œ\x1A\x1D\x1E Î\x05 CˆœL\x0E rËÎOÀ "
b"þzIK\x14 ¸LBèÉ@X\x01 GL\x06 "
b"/êj\x10 JEE|´î˜x\x1C "\x15\f "
b"[ÄŠ\e oTD`“øû\x1F |\x01 ¾µ "
b"€&í©"\x15 AÛ·Ù¡b\x19 Â\e & "
b"‹ºU\x19\x1A ;Gz‡ž\x14 ¿h÷0¢ "
b"£─W\x1C ÉnDàä^\x03 æ╝‗õn "
b" ¯Î¦\x04 ÊFÛ¶È¡Ö)ÇKá "
b"·HKR%W@E¿Oí~(,ʽ "
b"ÔØ\x1E Cx³GA¼ærZðÞ,\x15 "
b"ÿ\x01\x07 —‰\x10 Db”îÔÆ‚°Z_ "
b"\f\x14 Ï_õ’E…µ\x17 ‰<’pi7 "
b"e|Ö2\x11 âI\x1D üîZµ¡\x02\x15 æ "
b"Ò\e SñbrOcØ+p¤±M└ù "
b"\t ZM^ã>N¾º3+”6î¸ "
b"\x1C\x11\x14 [\¬B<·oõW”&\v\x05 "
b"q,█\x10 ├▒@Lüý─ëjÂÍ▓ "
b"˜¢Œ®¶†CVµ\x12 êÑôù\t d "
b"ñ›ÎT?Ü@´ªÙ÷ro³Ù\x01 "
b"\x03 ÈGeQ-H‚»ëg8£(Ÿ\x14 "
b"ªÈÞ%ÌöDاTi\r KB`œ "
b"¸\x16 H XÏA║î1*Ø╔└ê: "
b"\x00 ðó$õþJѲ¬i2=\x1E Ó\x0F "
b"*]\x13 þ[ûFj€_“ý¥\x16 d7 "
b"NDà)×UD´˜\e г²ÂPK "
b"ÆëÞ,WB”‰f›+…Rs\x04 "
b"·q'²X”Hï»?̰\x12 Íi4 "
b"""
ŒÿAJ„yM)•\n
¨Ü\x0F @•a
"""
b"\x08\x12 ½\f ä\x10 EM¦mhAüìŽ\n "
b"""
{˜G\x12 M^Bã‚\n
\x03 npÃCt
"""
b"é ºz~mFÉæ(ù3¤¥Õ´ "
]
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.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `file_hash` as `product.cover.media.fileHash` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.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.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 `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 `tax` `product.tax` ON `product` . `tax` = `product.tax` . `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.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `file_hash` as `product.cover.media.fileHash` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.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.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 `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 `tax` `product.tax` ON `product` . `tax` = `product.tax` . `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 (0xD933F0299CFB4879906E8F4DB928E0F8 , 0x1AF0553ECBD946FDB0273FC81B66C9FD , 0x9C1A1D1ECE0543889C4C0E72CBCE4FC0 , 0xE77A494B14F74C428A90405801474C06 , 0x2FEA6A104A45457CB4EE98781C22150C , 0x5BC48A1B6F54446093F8FB1F7C01BEB5 , 0x8026EDA9221541DBB7D9A16219C21B26 , 0x8BBA55191A3B477A879E14BF68F730A2 , 0x9CC4571C906E4485845E0391BCF2E46E , 0xA0AFCEA604CA46DBB6C8A1D629C74BE1 , 0xB7484B5225574045BF4FED7E282CCABD , 0xE29D1E4378FC4741AC91725AD0E82C15 , 0xFF0107978910446294EED4C682B05A5F , 0x0C14CF5FF5924585B517893C92706937 , 0x657C99321183491D818C5AE6AD021591 , 0xE31B53A462724F639D2B70CFF14DC097 , 0x095A4D5EE33E4EBEBA332B9436EEC2B8 , 0x1C11145B5CAC423CB76FF55794260B05 , 0x712CDB10C3B1404C81ECC4896AB6D6B2 , 0x98A28CAEB6864356B512EAD1F4F90964 , 0xF19BCE543FDC40B4AAD9F7726FB3D901 , 0x03C84765512D4882BBEB6738A3289F14 , 0xAAC8DE25CCF644D8A754690D4B42609C , 0xF716482058D841BA8C312A9DC9C0883A , 0x00F0F324F5FE4AD1B2AC69323D1ED30F , 0x2A5D13FE5BFB466A805F93FDA5166437 , 0x4E44E029D75544B4981BD0B3B2C2504B , 0xC6EBADDE2C57429489669B2B85527304 , 0xB77127B2589448EFBB3FCCB012CD6934 , 0x8CFF414A84794D29950AA8DC0F409561 , 0x0812BD0CE410454DA66D6841FCEC8E0A , 0x7B9847124D5E42E3820A036E70C34374 , 0x8220A77A7E6D469091289733CFBEE5EF ));
Copy
47
0.48 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 ðó$õþJѲ¬i2=\x1E Ó\x0F "
b"\x03 ÈGeQ-H‚»ëg8£(Ÿ\x14 "
b"\x08\x12 ½\f ä\x10 EM¦mhAüìŽ\n "
b"\t ZM^ã>N¾º3+”6î¸ "
b"\f\x14 Ï_õ’E…µ\x17 ‰<’pi7 "
b"\x1A ðU>ËÙFý°'?È\e fÉý "
b"\x1C\x11\x14 [\¬B<·oõW”&\v\x05 "
b"*]\x13 þ[ûFj€_“ý¥\x16 d7 "
b"/êj\x10 JEE|´î˜x\x1C "\x15\f "
b"NDà)×UD´˜\e г²ÂPK "
b"[ÄŠ\e oTD`“øû\x1F |\x01 ¾µ "
b"e|Ö2\x11 âI\x1D üîZµ¡\x02\x15 æ "
b"q,█\x10 ├▒@Lüý─ëjÂÍ▓ "
b"""
{˜G\x12 M^Bã‚\n
\x03 npÃCt
"""
b"€&í©"\x15 AÛ·Ù¡b\x19 Â\e & "
b"é ºz~mFÉæ(ù3¤¥Õ´ "
b"‹ºU\x19\x1A ;Gz‡ž\x14 ¿h÷0¢ "
b"""
ŒÿAJ„yM)•\n
¨Ü\x0F @•a
"""
b"˜¢Œ®¶†CVµ\x12 êÑôù\t d "
b"œ\x1A\x1D\x1E Î\x05 CˆœL\x0E rËÎOÀ "
b"£─W\x1C ÉnDàä^\x03 æ╝‗õn "
b" ¯Î¦\x04 ÊFÛ¶È¡Ö)ÇKá "
b"ªÈÞ%ÌöDاTi\r KB`œ "
b"·HKR%W@E¿Oí~(,ʽ "
b"·q'²X”Hï»?̰\x12 Íi4 "
b"ÆëÞ,WB”‰f›+…Rs\x04 "
b"┘3)£¹HyÉnÅM╣(Ó° "
b"ÔØ\x1E Cx³GA¼ærZðÞ,\x15 "
b"Ò\e SñbrOcØ+p¤±M└ù "
b"þzIK\x14 ¸LBèÉ@X\x01 GL\x06 "
b"ñ›ÎT?Ü@´ªÙ÷ro³Ù\x01 "
b"¸\x16 H XÏA║î1*Ø╔└ê: "
b"ÿ\x01\x07 —‰\x10 Db”îÔÆ‚°Z_ "
]
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 (0x00F0F324F5FE4AD1B2AC69323D1ED30F , 0x03C84765512D4882BBEB6738A3289F14 , 0x0812BD0CE410454DA66D6841FCEC8E0A , 0x095A4D5EE33E4EBEBA332B9436EEC2B8 , 0x0C14CF5FF5924585B517893C92706937 , 0x1AF0553ECBD946FDB0273FC81B66C9FD , 0x1C11145B5CAC423CB76FF55794260B05 , 0x2A5D13FE5BFB466A805F93FDA5166437 , 0x2FEA6A104A45457CB4EE98781C22150C , 0x4E44E029D75544B4981BD0B3B2C2504B , 0x5BC48A1B6F54446093F8FB1F7C01BEB5 , 0x657C99321183491D818C5AE6AD021591 , 0x712CDB10C3B1404C81ECC4896AB6D6B2 , 0x7B9847124D5E42E3820A036E70C34374 , 0x8026EDA9221541DBB7D9A16219C21B26 , 0x8220A77A7E6D469091289733CFBEE5EF , 0x8BBA55191A3B477A879E14BF68F730A2 , 0x8CFF414A84794D29950AA8DC0F409561 , 0x98A28CAEB6864356B512EAD1F4F90964 , 0x9C1A1D1ECE0543889C4C0E72CBCE4FC0 , 0x9CC4571C906E4485845E0391BCF2E46E , 0xA0AFCEA604CA46DBB6C8A1D629C74BE1 , 0xAAC8DE25CCF644D8A754690D4B42609C , 0xB7484B5225574045BF4FED7E282CCABD , 0xB77127B2589448EFBB3FCCB012CD6934 , 0xC6EBADDE2C57429489669B2B85527304 , 0xD933F0299CFB4879906E8F4DB928E0F8 , 0xE29D1E4378FC4741AC91725AD0E82C15 , 0xE31B53A462724F639D2B70CFF14DC097 , 0xE77A494B14F74C428A90405801474C06 , 0xF19BCE543FDC40B4AAD9F7726FB3D901 , 0xF716482058D841BA8C312A9DC9C0883A , 0xFF0107978910446294EED4C682B05A5F ))));
Copy
48
0.29 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
49
1.75 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500
Parameters :
[
true
b"aP?Qì¹N╝Çq\x01 ÝdYû> "
b"Õ«.õŠ\e @“¶Ü{Î\e è\x06 Ò "
b"Ý\x12 Þoœ\x02 Bü”á†ò£\x7F °ã "
b"E\x01 ŽèlÈLG¸Ñ…ƒ!^\x11 û "
b"Úsêѱ–J’Ÿ“iû\x17 â\x1C ; "
b"%j rÕ˜Fœ¾*™Ö8Y³n "
b"¾¡▀á¬ÅI+ô´MA¸o±² "
b"Qëå’™¬@W³qY\r “4Hó "
b"À\r \t ìQ„Jï¢x\x1F Ì\x00 ƒ–D "
b"▒█Æ\x11 j»Fıú\x08 À¡_\x13 MØ "
b"\x00 LŸ\x11 "¾M=±ÚÞÌS¤Lß "
b"ÐÀ}Ü®jD%¹n68‡f\v Ÿ "
b"Óϱ‹SîJD†¢ôÖOS“O "
b"O©öw[A#ˆK20\x05 i¾Ú "
b"¡²7·ìê@]ïÚ{Ìkû:´ "
b"\f\x18 ž¥e«Es¢"\x11 ZÜk’X "
b"\e 9\v %G°FüѬ÷╣8u┴´ "
b"pÖ#¶ÏÀAŒ„\x1D W\x17 þ³eÓ "
b"ر°Û╚äOÀîaÙ╠ònü´ "
b"Þ\x13 ë¦ÒüNÜ–ù\x1A YN;°º "
b":\x15 íõÞ╦K\x08 ÿ:Äü\x00 2ü■ "
b":~Sƒ\x17 0I©‡\x0E\x02\x13 †G(ã "
b"—T„ͼ|I^š\t £ôò_hG "
b"óŒ\x00 Öns@Ïœ\x07 ýd¨Á K "
b"""
\n
Ê█r°─Fó£ònÍÚ¸Å┤
"""
b"\x15 ìO8\r █CÈé\t Wy¤ »¿ "
b"m““Õ!/@‰‘µà\x1D ¢F5\x13 "
b"ĪÎ╗╝ÊJÃà}sì╗ºðV "
b"˜0\e æj,A¤‘NÚ\x01\e ‹G• "
b"»*Ê\x01\x1D ÄK«\x02\x7F µZ\x1E É{ "
b"Ö\x07\x1C -|jJø…«9Ÿù)ÑÝ "
b"Þˆ\x12 þ¤Mt¹Â¡ñí÷ìß "
b"êÏ4›5·IL‹¿|¹.çãÖ "
b"""
\x13 #\x0F ½‰™N–´®¡w\n
Ώ&
"""
b"\x16 ã0#ëO@┬ÜìD\x1F\x05 +\x01 ² "
b"\x1E •Ù4¸ÃL;‘oʸ\x19\x07\e ¹ "
b">ÒäÎ╗¶H\x05 ò┘ìX©ÐíT "
b"€è3X[,JÊ•\f ëû*ª½\x1A "
b"‹\x0F rHÅuA\x08 ´ª=\e ü‚7¹ "
b"¸³ı┤9\x19 @è╝G¡"üpWÞ "
b"\x02 Ag\x11 ÜÆKº’ù_úçÁfq "
b"\x1A °Éä7LB?ÂÐÑ0\x02\x04 ·% "
b"&A°êÄÛOÂìB>ù¾9Üê "
b"'å¿t ÁM\x1E ‚ÂQù'Bï½ "
b",·qiÅêF»ÇZh&K¯·< "
b"ZbØ\e O†G>·ø\x12 •R;\x04 V "
b"gNݺü\x01 KÃ│_ÚÂÔäû\x16 "
b"tUöÇ}¿FZÅZô.\x18 ─¬A "
b"u³ºÄèpAß²·p~4Ãwu "
b"z\x00 ;G\r ¸E\x13 ëì\x14\v Ç5┴┘ "
b"–ru\x10 ÊüO²˜±Ç0Óò† "
b"™TE\x16 ààO\x7F œØ9´Ù¼+‘ "
b"™Œ›7-\x1A BE§—$ÓÆð(ž "
b"¦E\x03 @\x18 ŠO¥¹\f ,˜;É\x03 "
b"┘·%\x05 u\x0F A~üÝ╝┐UÅiY "
b"""
Þ\x11 VQD\n
E¢¨fþJ\x05 GH‚
"""
b"▀\x10 ┘ï\x0F sMùÀrf_ØÄ\N "
b"çÇ8Ç·%Dï‘—\x0E r“d}u "
b"\f eÖØbP@Ò¨\x0F >y…ÉŽV "
b"\x14 ²\x06\x05 3ÜG¡ä6G\x15 d┼ü= "
b"\x17 þ}G¨\e L†‘°äǼ€â† "
b"'l¦h▓êDVÉf¤\x00 \n Â╦1 "
b"'Ã\x1E à&çKd³¸ü^Þ!ýa "
b",½TäuVF\x11 ¢>ØÓ\x06 ×å\x13 "
b"Ex\x16\x05 \r žKaž\x7F Ýß¿1µy "
b"L\x19 d"3ÏAµ€G§ÞkI\x7F "
b"Rï8@¼│DıĬıƒÉàÝ\n "
b"T`½©\x16 aAq«•‘X€2ýý "
b"]¿KÑÊ$K±¥ƒÛ▄║ü<² "
b"eyŠsÇäK;\v\x0F\v S\x11 l„ "
b"e¤\x14 h\r A˜¬Œ•ŽÄË/å "
b"i─È"Å8Ogüç,a[ Øê "
b"t’¬ÀKEL=–\x1A dÁ\v ”d: "
b"{\v @\x05 Ò\x1E D°–í=K&´ùq "
b"ÇÒÿ,\t ßFhÂ\e $5xìÎN "
b"""
ƒc¸®g^I\n
á┬╬~╣\x13 ü▀
"""
b"¦«kñN`F;–\t Ç^Ûòa“ "
b"©p[\x05 8ËB£¾P\x18 ÏW\x01 •] "
b"®!éß<pND–Kª2˜ß¶y "
b"µ}\x1D\x0E ¸3E›½ z:ܦqL "
b"¸Ýc\x10 yÓMBµY£ëBöϦ "
b"¾z\x04 j\x01 ¯Nöƒ¢Ö\x1D \r Iþë "
b"ÀWªøD¸Jù¢PïǾ\r ï, "
b"─╗WnûÅKÎÖQP ─ºñM "
b"""
Ê\x07 ˜¹\x13 xOùˆ\n
ÉTÕ¶\x18 %
"""
b"Ú8‚b¸\x7F LT‰OîιÝB\e "
b"ÕwÆL\x14 ▀H\x17 ØEX[(¬╠í "
b"ðnœ¸®\x03 H)µ"’ÑÜ“{_ "
b"ó\x1C CqP%G\x11 ™ô\éøð=w "
b"\x00 ô±%.\x15 @·—[\r -À\x14 “Ë "
b"\x06 äÒ~¹MLÁ¬¥T\x12\x19 B=q "
b"\x07\x08 ║§h`H¸átÉ}ÝÜF+ "
b"\v üQ\x14 \ùN”²|\r ²ú³Nµ "
b"\x0E odw¨¥K\x0E ”\x06 Ðu\x17 w$Ï "
b"\x14 ø'ÏsýL~¨"(\x03 Lq½W "
b"\x17 .á‰ý»M1¾\x14 ©0?'æ¤ "
b"\x18 éæfÒðN*‚IÖ\x10\x08 ˆ\f j "
b"\x19 5Np¬E█¿■O|/ü█è "
b"/¡BâY\x13 AR\äÔA'D} "
b"2\x13 ~ô\t xO\r ¡˜t×\x1A •\e ™ "
b"JA3\f ë╦GdÉñ\x17 ÑT3\x1D Ð "
b"Oã.ÜšfD\x10 ñÅX2¾p‰ "
b"Q'┤êK²LH╗~ï¥ZÉZ® "
b"V\x7F Ò5ŽM@B««g\x13 ’™„\x04 "
b"[Å[\x04 ®{GÔ░N■V^Öº\n "
b"m8ËhŶA‚¨QÚµÞ%•Y "
b"sB³äDÑJ\x16 R^ðfûÛ8 "
b"x*M ØÃD“—\x05 †~š\x05 *Ò "
b"ëú┐┤\x13\x01 M2ÇJè\x14 $ûÛÉ "
b"îm▓x┼-I©ØðÝ2Ô\x0F ÂÉ "
b"ÅÔI]CGdª÷½Ê┬Ú┬G "
b"É·:|╔PE\e æä\x7F ╚зº\x7F "
b"—é\e DÆ0EEšt¿:v7¦X "
b"˜aý×Í\x7F H\x18 Œš¸-ÐÉUj "
b"£wøÝ\f óD\x10 ›íuÉK¹Ìi "
b"¥ WÞ‚îLk¸™Ûwý\x19 Ù "
b"°ý$ϹxJ´¡#jµìà”\x15 "
b"»M©æù]Bk‡Ž·\x1A 3–‚\x18 "
b"»¾ÊnPjKÁ¦³Dƒu\x17 5\ "
b"¿-…M¢,Aà§šrÞF—Û[ "
b"Áá\x13 VÊFˆ¸«MNw™þ\x14 "
b"Ø~Ý$TFAa¸S\x02 á;³Ô- "
b"ÚÙ;9\x0E @ʛͺJ¢Åq "
b"""
¹\e ç}¶ÓLØìÆY\n
\x08 ÍsÐ
"""
b"¹,s\x15 y(LXÅí■V┴0#\x1A "
b"ÿŒC'T÷KሕÃY m/ž "
b"\x04 µ)çµÎBõ•&•³K{\x7F ; "
b"\x05\x1D %┌±╩F░Á│c└©P É "
b"\x06 †ëhƒZHtªv ¥¿U\t l "
b"\x07 ╬yÎÚ\r L/ìIÑ┌dÖ+P "
b"\r \x13 àøF‰HŠªj¤Ïžu•\ "
b"\r 2\x0E Á\x12 ÊO?œÉΚìª\x00 ç "
b"\x0E .\x07 Å\x1F ¾@6˜ýÓ¶Ã\x08 KÑ "
b"\x16 øž\x1A\x0F É@:³sÒPhñ³ì "
b"\x19 (:…Ù™Ol¢ÅÅÚ buâ "
b"\x1A Бړ¡GØ‚}ˆ¿‚úȶ "
b"\x1A ô‚ÕDµJì¬Zöj(Vh• "
b"\x1C Ú├ Ã=Fóüתı╗õîM "
b"\x1D Ü\x1E &ò!Iϵ\x12 Çù\x1A Ëþ• "
b" ó\x03 ³o2Kv¶à¨(qïA\x1A "
b"%_¼ƒ‡üG\x1E ¾¼\x7F\x17 )g_Æ "
b"'█‗┌│ÿBo▓¾\t ×(ô?ü "
b"*\x13 Bàá┼L\x08 êP╦\v tâMü "
b"+\x1D 8ú°cMk©¼7®(öÏ "
b",¬\x7F 2\\x08 Nè¾Uª¬Š\x02 ?ÿ "
b".Fû•ç÷Hû™’ÏZ°’h "
b"2\f Ž,\x1A\x06 @ï’ÇÄ\x06 %¶¶Ô "
b"""
5Ç#\n
øuKí¦Q„\x18 `t\x05 º
"""
b":\x0E @È\e .Få“BaøOš“, "
b":J½[Ï¡D{¡uvo.ÅDâ "
b":T`O<@Láˆú ³†MªX "
b"<\x03 ‹DädBX–a™JæäëB "
b"""
<\n
½└ìÂA─üq¹[·íÈb
"""
b"<\x11 V#õÝLÕ‚±×/:F± "
b"=@÷ûcÑD\f ˆî\x03 Su—ޤ "
b">qzÑ{zNGœ¿”O¹—i§ "
b"?\f Ê\x1D ±æHk’Óän!ߊ8 "
b"?4ˆ‰ðoHý•7ƒ‡µè\x14 9 "
b"?kXd\x17 ¸Jdì.yØ┼>þ\x15 "
b"?|k$ÄõJ‰‘å×W¦8\x03 ß "
b"@o²°^°A\e ‰\x00 êwCs«f "
b"B~ü╔\e JIø╬0»ÌØ:U "
b"CyE¨6ÍEà©ðÕ&^Ð|œ "
b"D\x19 µ:ЇNá¾:æöjÙˆW "
b"EÅCg&ÕBâª'┬╗£²¸Ì "
b"""
Fk^Á¦^EϪ¾/ÙÃ\n
@H
"""
b"G~к\f <AË‚N\e\x10\x0F ¥\x14 ä "
b"I}׻ĬI\x03 Ÿ®\x7F Àk+®ê "
b"P¾ÞQ»ªOJºp\x03 ¤\ù˜³ "
b"P▄ü"s\x01 C\┤a]þ\x1F 1c# "
b"Q·¶ù█\x16 IJÅý\v\x1D `Ò╚C "
b"""
R\n
\x07 éÂFBÊ„±b§Ph\x03\e
"""
b"S½\x04 ~;ù@Ö˜æpŽoN‡\x00 "
b"V·\x14 ²Ò▀J┌ûvûóÅ Wö "
b"Yá…{\x1A ýG#»\x13 I¤]ãÆR "
b"Zgþñ\x1A zC\x1D ˜ Ãv\x06 ø0 "
b"Z‰„Ç4\x11 Kñ´Q°uéZÓž "
b"Z³€\x19 íxCç³²!ŒZ\x19 é3 "
b"[(T¶ÉÚEŽ‹ù#Y§•Eè "
b"\█Êê╦«Hؼ▀ò7îÌ`│ "
b"]|Þæ$3Clµÿ\x14 ·i+> "
b"aܬœì§G㑤‹Œ\x1F ò²G "
b"c¤jt×ÓFÚŠ\x12\v »#\x18\x1E ý "
b"eËÔ6\x1E\x0E CA‘<üiT\x08 ÃQ "
b"hÕ>OË‹F›9”,%Sìv "
b"jˆÆ«\x01 øJf›\x02\x1E œ£˜ÿà "
b"""
k¦¤Ÿ›ÄNÛ¢:µ9\n
\t -[
"""
b"m[Ç}BÈNÔ‚ðè.‹áón "
b"pM3╗GØA\e Ñ╬\1╝9¾ø "
b"p/º\x06 @€…ˆ\t \r §³Àá "
b"pè$aB#Kó’38ÐD ߉ "
b"ypøÝQ]J\x15 ô═└بH\x02\x1E "
b"{þ«âÌ\x08 J\x1D ª¹þ™ÂyXº "
b"|=Þ°5\x13 Id¡YÑ‹|â¶û "
b"|Ó“jÞëK’©oÕú„…\x11 ‰ "
b"€\e ä7·õDl¿rò1M\t "\x04 "
b"üV\x03 ¯¼²AÅ│`¡.öi└▒ "
b"‚ï0úó™N»Š¨ç9kÉÃy "
b"à\x00 }\x00 █│D|É\x18 8WU\x0E ┤* "
b"ç\x1C Y"_╣I▀ô\r \x05 ;ì ü┌ "
b"‡æfàD\r L\x13 ¸÷cSXòÀ‰ "
b"ŒWXßê\e I)²…ñü»WÎ5 "
b"î‗\x1A Ëz&I;ùSô\r ÅÏ;È "
b"ìhfɧ\x18 K═íî║çr³▀│ "
b"Ä¢\x07 :╝[MôØ\t ÿ┌wg\x14 × "
b"ÅC®ý║\x1F G7ô\x1C ú▀Ú?Ï\x17 "
b"’\x12 ë1\x1F ìG›´Z;e…\x18 E\x13 "
b"“%W185LçËè¾îÅ\x03 … "
b"ôs\x16 ‗`üNhæ\x13 ¬î¥#iH "
b"""
›·Êkœ²Mù†Z\n
$¬\x04 ÇÙ
"""
b"ØâwãÅ\x11 JNØ5ï«4▒¿Ü "
b"ƒänMkwB:É3│Ò┐q¸ö "
b"ŸðÐ~Ù—ICŠž\x03\x14 ®Ü~\x1F "
b"¢/û1îïMìŸ'B\x12 QYÜ} "
b"¥eØ\t =(L–‡YÃ\x13 Å1\x19 ¬ "
b"¨&S\x1A\x01 ªI\x01 ±€©š|\x11 ©O "
b"«Z‘r?5Gû¥!M\x18 .”ç™ "
b"«¼²ÕÚïNH²Þ\t mxaØX "
b"¼ÞÁ@ÕÇLü│Ãqn´ÜìA "
b"¬(ü\x0E æCÁ´:Þ ˜Ü¤, "
b"«í[yN\x01 E░É\x16 *±È/I\x08 "
b"°@Ì\x01 YÕD×´Òše°>\x14 < "
b"²Ná`!¾H=“\x18\e yɉÀ] "
b"´IéM—\x0E B"…!£•–…Öˆ "
b"Á+o\x16 ºjJ¼á^Øÿ\x7F ▒r\e "
b"À8Gƒ╔ Lc║{º!ØFù» "
b"©█rØ|¤I░ïn\x15 aÜ[)\n "
b"¿¾Øù ‹F\x7F ³Hò\t [h™\r "
b"Àµð\x08 ´§DѾ2ã×Á¡\x00 J "
b"ãKJÖ]ZInü┼ýCï$Aj "
b"ÉäcEÎ H\x1C ‘\x1C Rá8Úôµ "
b"╩ÌA╗t#D▒í©é\r ìÁp, "
b"ËÿG¿'KOÿ¤Ÿ—\x18 T»\x11 ƒ "
b"Ëó¸\x12 Â\x12 I▓êÅ\x1F\x07\x13 ûeK "
b"ÈísƒiôOëì6ä▄xéµÕ "
b"Ôè\x08 ŸE›I#“\x18 £P™69† "
b"Ö¿\x02 &üµAÉ¥èÛ@„°\x17 § "
b"͹\x11 4,dB_üú%▓Uâ‗> "
b"׃WBªdGPµ”sÑÔsÌ÷ "
b"Úhù\x04 X£Dÿ»o®Ó\x16 ÿC^ "
b"""
█Q\n
[2║Dý│oüÂò<Æ%
"""
b"ß\x1D ˆ<ñZFøº4eNjN9: "
b"ß‚§\x10\x19 ÃHø‹ñλ1uı "
b"â\x16 Î\x0E ßÝ@䯋¿bJm£Ï "
b"ã¿j\x19 ŒNG\x03 ¡{rÐ×0R¿ "
b"å\x1C H(s€L\x1C ³umÁÉ&•§ "
b"å¥ÀY.›EÚ‚Ð\x1D q—Ïž "
b"ç\x1F\x05 …¼ëBOŸßÊ›†9= "
b"èi8êÔ(C¤—¤\e È\x0E æX3 "
b"êø’ñsiA\x07 ³\f\x0F\x1F ^M[@ "
b"ë¤]£Ã?Jà†\x16 Ô'[x”y "
b"ì\x02 oî\x1A !KR·þ·¼—ñ@› "
b"î+MU*´I\x17 ¡Íð¼WˆœX "
b"îA\x07 ´!ÔHû¶(¢\x02 À²Þ$ "
b"ï\x06\f Ô&„Kg‹Æô'cU×K "
b"ïé‡ßfYGê¬é׊½jÛ: "
b"ïö‰Ò>&LD·sˆ_*J9é "
b"IºØí▒IÎë4¶ÄL2µB "
b"±,·°wâD┴½\x07 Þ\x06 ü[ïg "
b"‗ÚQpÈ_HUå\x1F f"Ø]÷v "
b"õzë\f ‹\x07 @L–KQŒÂ^L\x1F "
b"÷½¤VçâB ¾¯\x0F <¸úºÜ "
b"""
ø|ßI9\n
HY˜‰+ø9H~Í
"""
b"øòpL·åBY…\x07 u\x0F ŸÉ!ö "
b"ú·#Þ£nN?¤Àüâïoºp "
b"ü!Rÿ…ƒIa–Øè9(ä\x7F\x7F "
b"³üh╚¶ùJ\x11 ┤EHÂUsq7 "
b"üëÈjÕK€’ôqÖ1^|a "
b"■9Èè\x0F ÉBѬ\x00\x06 n┌ÿ\x13 M "
b"ÿ\x03 Bi\x0E üF|¿¡\x1F Ǿâ|Ý "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x61503F518DFB4EBC807101ED6459963E , 0xD5AB2EF58A1B4093B6DC7BCE1BE806D2 , 0xDD12DE6F9C0242FC94E186F2A37FB0E3 , 0x45018EE86CC84C47B8D18583215E11FB , 0xDA73EAD1B1964A929F9369FB17E21C3B , 0x256AA072D598469CBE2A99D63859B36E , 0xF3ADDFA0AA8F492B93EF4D41F76FF1FD , 0x51EBE59299AC4057B371590D933448F3 , 0xC00D09EC51844AEFA2781FCC00839644 , 0xB1DB92116AAF46D5A308B7AD5F134D9D , 0x004C9F1122BE4D3DB1DADECC53A44CDF , 0xD0C07DDCAE6A4425B96E363887660B9F , 0xD3CFB18B53EE4A4486A2F4D64F53934F , 0x4FA9F6AD775B4123884B32300569BEDA , 0xADFD37FA8D88405D8BE97BDE6B963AEF , 0x0C189EA565AB4573A222115ADC6B9258 , 0x1B390B2547F84681A5AAF6B93875C1EF , 0x70D623B6CFC0418C841D5717FEB365D3 , 0x9DF1F8EAC8844FB78C61EBCC956E81EF , 0xDE13EBA6D2FC4EDC96F91A594E3BB0BA , 0x3A15A1E4E8CB4B08983A8E81003281FE , 0x3A7E5383173049A9870E0213864728E3 , 0x975484CDBC7C495E9A09A3F4F25F6847 , 0xF38C00D66E7340CF9C07FD64A8C1204B , 0x0AD2DB72F8C446A29C956ED6E9F78FB4 , 0x158D4F380DDB43D482095779CFFFAFA8 , 0x6D9393D5212F408991B5E01DA2463513 , 0x8EA6D7BBBCD24AC7857D738DBBA7D056 , 0x98301BE66A2C41A4914EDA011B8B4795 , 0xBB2ACA011DC44BADAB027FB55A1EC97B , 0xD6071C2D7C6A4AF885AB399FF929D1DD , 0xDE88AD12FEA44D74B9C2A1F1EDF7ECDF , 0xEACF349B35B7494C8BBF7CB92EE7E3D6 , 0x13230FBD89994E96B4AEA1770A8CE826 , 0x16C63023894F40C29A8D441F052B01FD , 0x1E95D934B8C34C3B916FCAB819071BB9 , 0x3EE384D7BBF4480595D98D58B8D1A154 , 0x80E833585B2C4ACA950CEBFB2AAABD1A , 0x8B0F7248C5754108B4AA3D1BFC8237B9 , 0xF7FCD5B43919408ABC47AD22817057E8 , 0x02416711DCC64BBA92F95FFAE7C16671 , 0x1AF89084374C423FB6D1A5300204FA25 , 0x2641F8888EEA4FB68D423E97F3399A88 , 0x27E5BF7420C14D1E82C251F92742EFBD , 0x2CFA71698F8846AF805A68264BEEFA3C , 0x5A62D81B4F86473EB7F81295523B0456 , 0x674EEDA781014BC7B35FE9B6E2849616 , 0x745594807DA8465A8F5A932E18C4AA41 , 0x75B3BAC4E87041DFB2B7707E34C37775 , 0x7A003B470DF74513898D140B8035C1D9 , 0x96727510CAFC4FB298B1C730D3ADF286 , 0x99544516E0E04F7F9CD839B4D9BC2B91 , 0x998C9B372D1A4245A79724D3C6F0289E , 0xA6450340188A4FA5B90C2C983BC9AD03 , 0xD9FA2505750F417E81EDBCBF558F6959 , 0xDE115651440A45A2A866FE4A05474882 , 0xDF10D98B0F734D97B772665F9D8E5C4E , 0xE7C738C7B72544EF91970E7293647D75 , 0x0C65D6D8625040D2A80F3E7985C98E56 , 0x14FD0605339A47AD8436471564C5813D , 0x17FE7D47A81B4C8691B0E4C7BC80E286 , 0x276CDD68B28844569066CF000AB6CB31 , 0x27C31EE026E74B64B3B8FC5EDE21FD61 , 0x2CBD54E475564611A23ED8D306D7E513 , 0x457816050D9E4B619E7FDDDFBF31B579 , 0x4C19642233CF41B58047A7DE6B497F20 , 0x528B3840ACB344D58EAAD59F9085ED0A , 0x5460BDA916614171AB9591588032FDFD , 0x5DA84BA5D2244BF1BE9FEADCBA813CFD , 0x65798A73C7E44BCDBE0B0F0B53116C84 , 0x65A41468AD0D4198AC8C958EC4CB2FE5 , 0x69C4D4228F384F6781872C615BFF9D88 , 0x7492ACC04B454C3D961A64C10B94643A , 0x7B0B4005D21E44B096ED3D4B26B4F971 , 0x80E3982C09E14668B61B2435788DD74E , 0x9F63F7A9675E490AA0C2CE7EB91381DF , 0xA6AB6BF14E60463B9609C75EDBF26193 , 0xA9705B0538CB42A3BE5018CF5701955D , 0xAE21E9DF3C704E44964BAA3298DFB679 , 0xB57D1D0EB833459BBDA07A3ADCA6714C , 0xB8DD631079D34D42B559A3EB42F6CFA6 , 0xBE7A046A01AF4EF683A2D61D0D49FEEB , 0xC057AAF844B84AF9A250EFC7BE0DEF2C , 0xC4BB576E968F4BD7995150FFC4A7A44D , 0xCA0798B913784FF9880AC954D5B61825 , 0xDA388262B87F4C54894FEECEB9DD421B , 0xE577924C14DF48179D45585B28AACCA1 , 0xF06E9CB8AE034829B52292D1DC937B5F , 0xF31C43715025471199F45CE9F8F03D77 , 0x00F4B1252E1540B7975B0D2DC01493CB , 0x06E4D27EB94D4CC1ACA5541219423D71 , 0x0708BAF5686048F7A074907DED9A462B , 0x0BFC51145CF94E94B27C0DB2FAB34EB5 , 0x0E6F6477A8A54B0E9406D075177724CF , 0x14F827CF73FD4C7EA82228034C71BD57 , 0x172EE189FDBB4D31BE14A9303F27E6A4 , 0x18E9E666D2F04E2A8249D61008880C6A , 0x19FF354E70AA45DBA8FE4F7C2F81DB8A , 0x2FA142E259134152AD5CE4D44127447D , 0x32137EF409784F0DA19874D71A951B99 , 0x4A41330C89CB476490A417A554331DD1 , 0x4FE32EDC9A664410A0F1C55832BE7089 , 0x5127B4884BFD4C48BB7E8BBE5A905AA9 , 0x567FD2358E4D4042ABAB671392998404 , 0x5B8F5B04A97B47E2B04EFE565E99A70A , 0x6D38CB68C5B64182A851DAB5DE259559 , 0x7342B3E444D14A16AD525EF066FBDB38 , 0x782A4D20D8C344939705867E9A052AD2 , 0x89A3BFB413014D32804A8A142496EA90 , 0x8C6DB278C52D49B89DD0ED32E20FB690 , 0x8FE2495D43F04764A6F6ABD2C2E9C247 , 0x90FA3A7CC950451B91847FC8D1FAA77F , 0x97E91B44C63045459A74BF3A7637A658 , 0x9861FDD7CD7F48188C9AB82DD0C9556A , 0xA377F8DD0CF344109BED75C94BB9CC69 , 0xA52057DE82EE4C6BB899DB77ADFD19D9 , 0xB0FD24CFB9784AB4A1236AB5ECE09415 , 0xBB4DA9E6F95D426B878EB71A33968218 , 0xBBBECA6E506A4BC1A6B344837517355C , 0xBF2D854DA22C41E0A79A72DE4697DB5B , 0xC1C3A11356CA4688B8AB4D4E7799FE14 , 0xD87EDD2454464161B85302E13BB3D42D , 0xDAD9CDBE390E40CA9BCDBA4AA2C571C2 , 0xFB1B877DF4E04C9D8D92590A08D673D1 , 0xFB2C731579284C588FA1FE56C130231A , 0xFF8C432754F74BE18895C359206D2F9E , 0x04B529E7B5CE42F5952695B34B7B7F3B , 0x051D25DAF1CA46B0B5B363C0B850FF90 , 0x0686EB68835A4874AA7620A5BF55096C , 0x07CE79D7E90D4C2F8D49A5DA64992B50 , 0x0D13E0F84689488AAA6AA4CF9E75955C , 0x0D320EC112CA4F3F9CC9CE9AECAA00E7 , 0x0E2E07C51FBE403698FDD3B6C3084BD1 , 0x16F89E1A0FC9403AB373D25068F1B3EC , 0x19283A85D9994F6CA2C5C5DAA06275E2 , 0x1AD091DA93A147D8827D88BF82FAC8B6 , 0x1AF482D544B54AECAC5AF66A28566895 , 0x1CE9C320C73D46A2819EA6D5BBE48C4D , 0x1DDC1E26F22149CFB512C7F91ACBFE95 , 0x20F303B36F324B76B6E0A82871EF411A , 0x255FBC8387FC471EBEBC7F1729675FC6 , 0x27DBF2DAB398426FB2F3099E28933F81 , 0x2A134285A0C54C088850CB0B74834D81 , 0x2B1D38FAB0634D6BA9BC37AE28F6ADCF , 0x2CAC7F325C084EE8BE55AAAC8A023FFF , 0x2E46FB95E7F748FB9992CF5AB09268A0 , 0x320C8E2C1A0640EF92C7C40625B6B6D4 , 0x35C7230AF8754BEDA6518418607405BA , 0x3A0E40C81B2E46E5934261F84F9A932C , 0x3A4AAB5BD8AD447BAD75766F2E8F4483 , 0x3A54604F3C404CE188FAA0B3864DAA58 , 0x3C038B44E46442589661994AE6E4EB42 , 0x3C0AABC08DB641C48171FB5BFAA1D462 , 0x3C115623F5DD4CD582B1D72FAD3A46B1 , 0x3D40F7FB63D1440C88EE035375978EA4 , 0x3E717AD17B7A4E479CBF944FB99769A7 , 0x3F0CCA1DB1E6486B92D3E46E21DF8A38 , 0x3F348889F06F48FD95378387B5E81439 , 0x3F6B586417F74A648D2E799DC53EE715 , 0x3F7C6B24C4F54A8991E5D757A63803DF , 0x406FB2B05EB0411B8900EA774373AB66 , 0x427EF081C91B4A499BCE30AFDE9D3A55 , 0x437945A836CD45E0A9F0D5265ED07C9C , 0x4419B53AD0874EE1BE3AE6F66AD98857 , 0x458F436726E54283A627C2BB9CFDF7DE , 0x466B5EC1A65E45CFAABE2FD9C30A4048 , 0x477ED0BA0C3C41CB824E1B100FA514E4 , 0x497DD7BBC4AC49039FAE7FC06B2BAEEA , 0x50BEDE51BBAA4F4ABA7003A45CF998B3 , 0x50DC81227301435CB4615DE71F316323 , 0x51FAF497DB16494A8FEC0B1D60E3C843 , 0x520A07E9C24642CA84B162A75068031B , 0x53BD047E3BF940D698E6708E6F4E8700 , 0x56FA14FDE3DF4ADA967696A28FFF5794 , 0x59E1857B1AFD4723BB1349A45DE3C652 , 0x5A67FEF11A7A431D9820C376AD06F830 , 0x5A8984C734114BF1B451B075E95AD39E , 0x5AB38019ED7843E7B3B2218C5A19E933 , 0x5B2854B6C9DA458E8BF92359A79545E8 , 0x5CDBD288CBAE489DACDF95378CDE60B3 , 0x5D7CDEE62433436CB5FF14B769AD2B3E , 0x61DCAC9CECA747E391A48B8C1FF2B247 , 0x63A46A74D7D346DA8A120BBB23181EFD , 0x65CBD4361E0E4341913CFC695408C351 , 0x68D53E4FCB8B46AD9B39942C2553EC76 , 0x6A88C6AB01F84A669B021E9CA398FFE0 , 0x6BA6A49F9BC44EDBA23AB5390A092D5B , 0x6D5BC77D42C84ED482F0E82E8BE1F36E , 0x704D33BB479D411BA5CE5C31BC39F39B , 0x70AD2FADBA0640808588090DA7B3C0E1 , 0x70E8246142234BF3923338D04420DF89 , 0x79709BED515D4A1593CDC09DF948021E , 0x7BFEABE2CC084A1DAAB9FE99C27958BA , 0x7C3DDEB035134964A159D18B7CE2B6FB , 0x7CD3936ADEEB4B92A96FD5FA84851189 , 0x801BE437B7F5446CBF72F2314D092204 , 0x815603EEACFD418FB360AD2E9469C0B1 , 0x82EF30FAF3994EBB8AA8E7396BC9C379 , 0x85007D00DBB3447C90183857550EB42A , 0x871C59225FB949DF930D053B8D2081DA , 0x87E666E0440D4C13B8F7635358F2C089 , 0x8C5758DFEA1B4929B285F1FCBB57CE35 , 0x8CF21AD37A26493B9753930D8FD83BD4 , 0x8D686690F5184BCDA18CBA8772FCDFB3 , 0x8EBD073ABC5B4D939D0998DA7767149E , 0x8F43A9ECBA1F4737931CA3DFE93FD817 , 0x9212EB311FEC479BB45A3B6585184513 , 0x9325573138354CC3A7CBE8BEEEC50385 , 0x937316F260814E689113AA8CBE236948 , 0x9BB7CA6B9CB24DF9865A0A24AC04C7D9 , 0x9D8377C68F114A4E9D358BAE34B1A89A , 0x9F846E4D6B77423A9033B3E3BF71F794 , 0x9FF0D07ED99749438A9E0314AEDC7E1F , 0xA22FFB31EEEF4DEC9F2742125159DC7D , 0xA565D8093D284C968759C313C53119AC , 0xA826531A01AA4901B180A99A7C11A94F , 0xAB5A91723F3547FBA5214D182E94E799 , 0xABBCB2D5DAEF4E48B2DE096D7861D858 , 0xACE8B540E5804C81B3C7716EEF9A8D41 , 0xADAC28FC0EE643C1B43ADEA098DCA42C , 0xAEA15B794E0145B090162AF1D42F4908 , 0xB040CC0159D544D7B4D29A65B03E143C , 0xB24EE16021BE483D93181B79C989C05D , 0xB449E94D970E42228521A3959685D688 , 0xB52B6F16A76A4AACA05E9D987FB1721B , 0xB738479FC9204C63BA7BA7219D4697AF , 0xB8DB729D7CCF49B08B6E15619A5B290A , 0xBFBED8F9208B467FB348F2095B68990D , 0xC0B5F008B4A744D1BE32E3D7C1A1004A , 0xC64B4A995D5A496E81C5EC438B24416A , 0xC9E46345CEA0481C911C52E138DAF4B5 , 0xCADE41BB742344B1A1B8820D8DB5702C , 0xCBFF47BF274B4FFFA49F971854BB1183 , 0xD3A2F712B61249B2888F1F071396654B , 0xD4A1739F69934F898D3684DC7882E6E5 , 0xD4E8089F459B49239318A35099363986 , 0xD6BF0226FCB541C9A5E8DB4084B017A7 , 0xD6FB11342C64425F81A325B25583F23E , 0xD7835742AA644750B59473D1D473CCF7 , 0xDA68F90458A344FFBB6FAED316FF435E , 0xDB510A5B32BA44ECB36F81B6953C9225 , 0xDF1D883CF15A46F8BA34654E6A4E393A , 0xDF82A71019C348F88BF1CEBB3175C4B1 , 0xE216CE0EDFDD40E4AF8BBF624A6DA3CF , 0xE3BF6A198C4E4703A17B72D0D73052BF , 0xE51C482873804C1CB3756DC1C92695A7 , 0xE5A5C0592E9B45DA82D0AD1D7197CF9E , 0xE71F0585BCEB424F9FDFADCA9B86393D , 0xE86938EAD42843A497A41BC80EE65833 , 0xEAF892F173694107B30C0F1F5E4D5B40 , 0xEBA45DA3C33F4AE08616D4275B789479 , 0xEC026FEE1A214B52B7FEB7BC97F1409B , 0xEE2B4D552AB44917A1CDF0BC57889C58 , 0xEE4107B421D448FBB628A202C0B2DE24 , 0xEF060CD426844B678BC6F4276355D74B , 0xEFE987DF665947EAACE9D78ABD6ADB3A , 0xEFF689D23E264C44B773885F2A4A39E9 , 0xF049A79DA1B149D78934F48E4C32E642 , 0xF12CFAF8778344C1AB07E806815B8B67 , 0xF2E95170D45F4855861F66229D5DF676 , 0xF57AEB0C8B07404C964B518CC25E4C1F , 0xF7BDA456E7E242A0BEAF0F3CB8FABADC , 0xF87CDF49390A485998892BF839487ECD , 0xF8F2704CB7E542598507750F9FC921F6 , 0xFAB723DEA36E4E3FA4C0FCE2EF6FBA70 , 0xFC2152FF8583496196D8E83928E47F7F , 0xFC8168C8F4974A11B44548B655737137 , 0xFCEBC86AC3954B8092F471D6315E7C61 , 0xFE39D48A0F9042A5AA00066EDA98134D , 0xFF0342690EFC467CBFA11FC7BEE27CDD )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
50
2.23 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `file_hash` as `property_group_option.media.fileHash` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x00 LŸ\x11 "¾M=±ÚÞÌS¤Lß "
b"\x02 Ag\x11 ÜÆKº’ù_úçÁfq "
b"\x04 µ)çµÎBõ•&•³K{\x7F ; "
b"\x05\x1D %┌±╩F░Á│c└©P É "
b"\x06 äÒ~¹MLÁ¬¥T\x12\x19 B=q "
b"\x07\x08 ║§h`H¸átÉ}ÝÜF+ "
b"""
\n
Ê█r°─Fó£ònÍÚ¸Å┤
"""
b"\v üQ\x14 \ùN”²|\r ²ú³Nµ "
b"\f\x18 ž¥e«Es¢"\x11 ZÜk’X "
b"\f eÖØbP@Ò¨\x0F >y…ÉŽV "
b"\r \x13 àøF‰HŠªj¤Ïžu•\ "
b"\x0E odw¨¥K\x0E ”\x06 Ðu\x17 w$Ï "
b"""
\x13 #\x0F ½‰™N–´®¡w\n
Ώ&
"""
b"\x14 ø'ÏsýL~¨"(\x03 Lq½W "
b"\x14 ²\x06\x05 3ÜG¡ä6G\x15 d┼ü= "
b"\x17 þ}G¨\e L†‘°äǼ€â† "
b"\x19 (:…Ù™Ol¢ÅÅÚ buâ "
b"\x19 5Np¬E█¿■O|/ü█è "
b"\x1A Бړ¡GØ‚}ˆ¿‚úȶ "
b"\x1A ô‚ÕDµJì¬Zöj(Vh• "
b"\x1A °Éä7LB?ÂÐÑ0\x02\x04 ·% "
b"\x1D Ü\x1E &ò!Iϵ\x12 Çù\x1A Ëþ• "
b"\x1E •Ù4¸ÃL;‘oʸ\x19\x07\e ¹ "
b" ó\x03 ³o2Kv¶à¨(qïA\x1A "
b"%_¼ƒ‡üG\x1E ¾¼\x7F\x17 )g_Æ "
b"%j rÕ˜Fœ¾*™Ö8Y³n "
b"'l¦h▓êDVÉf¤\x00 \n Â╦1 "
b"'█‗┌│ÿBo▓¾\t ×(ô?ü "
b"'å¿t ÁM\x1E ‚ÂQù'Bï½ "
b"+\x1D 8ú°cMk©¼7®(öÏ "
b",¬\x7F 2\\x08 Nè¾Uª¬Š\x02 ?ÿ "
b",½TäuVF\x11 ¢>ØÓ\x06 ×å\x13 "
b",·qiÅêF»ÇZh&K¯·< "
b".Fû•ç÷Hû™’ÏZ°’h "
b"2\x13 ~ô\t xO\r ¡˜t×\x1A •\e ™ "
b"""
5Ç#\n
øuKí¦Q„\x18 `t\x05 º
"""
b":\x15 íõÞ╦K\x08 ÿ:Äü\x00 2ü■ "
b":~Sƒ\x17 0I©‡\x0E\x02\x13 †G(ã "
b"<\x03 ‹DädBX–a™JæäëB "
b"""
<\n
½└ìÂA─üq¹[·íÈb
"""
b"<\x11 V#õÝLÕ‚±×/:F± "
b">ÒäÎ╗¶H\x05 ò┘ìX©ÐíT "
b"?\f Ê\x1D ±æHk’Óän!ߊ8 "
b"?4ˆ‰ðoHý•7ƒ‡µè\x14 9 "
b"?kXd\x17 ¸Jdì.yØ┼>þ\x15 "
b"?|k$ÄõJ‰‘å×W¦8\x03 ß "
b"@o²°^°A\e ‰\x00 êwCs«f "
b"D\x19 µ:ЇNá¾:æöjÙˆW "
b"Ex\x16\x05 \r žKaž\x7F Ýß¿1µy "
b"EÅCg&ÕBâª'┬╗£²¸Ì "
b"""
Fk^Á¦^EϪ¾/ÙÃ\n
@H
"""
b"G~к\f <AË‚N\e\x10\x0F ¥\x14 ä "
b"I}׻ĬI\x03 Ÿ®\x7F Àk+®ê "
b"JA3\f ë╦GdÉñ\x17 ÑT3\x1D Ð "
b"L\x19 d"3ÏAµ€G§ÞkI\x7F "
b"O©öw[A#ˆK20\x05 i¾Ú "
b"P¾ÞQ»ªOJºp\x03 ¤\ù˜³ "
b"P▄ü"s\x01 C\┤a]þ\x1F 1c# "
b"Q'┤êK²LH╗~ï¥ZÉZ® "
b"Qëå’™¬@W³qY\r “4Hó "
b"V·\x14 ²Ò▀J┌ûvûóÅ Wö "
b"Yá…{\x1A ýG#»\x13 I¤]ãÆR "
b"ZbØ\e O†G>·ø\x12 •R;\x04 V "
b"Z‰„Ç4\x11 Kñ´Q°uéZÓž "
b"Z³€\x19 íxCç³²!ŒZ\x19 é3 "
b"[(T¶ÉÚEŽ‹ù#Y§•Eè "
b"[Å[\x04 ®{GÔ░N■V^Öº\n "
b"\█Êê╦«Hؼ▀ò7îÌ`│ "
b"]|Þæ$3Clµÿ\x14 ·i+> "
b"]¿KÑÊ$K±¥ƒÛ▄║ü<² "
b"c¤jt×ÓFÚŠ\x12\v »#\x18\x1E ý "
b"eyŠsÇäK;\v\x0F\v S\x11 l„ "
b"e¤\x14 h\r A˜¬Œ•ŽÄË/å "
b"gNݺü\x01 KÃ│_ÚÂÔäû\x16 "
b"hÕ>OË‹F›9”,%Sìv "
b"i─È"Å8Ogüç,a[ Øê "
b"m[Ç}BÈNÔ‚ðè.‹áón "
b"m““Õ!/@‰‘µà\x1D ¢F5\x13 "
b"pM3╗GØA\e Ñ╬\1╝9¾ø "
b"pÖ#¶ÏÀAŒ„\x1D W\x17 þ³eÓ "
b"pè$aB#Kó’38ÐD ߉ "
b"sB³äDÑJ\x16 R^ðfûÛ8 "
b"t’¬ÀKEL=–\x1A dÁ\v ”d: "
b"u³ºÄèpAß²·p~4Ãwu "
b"ypøÝQ]J\x15 ô═└بH\x02\x1E "
b"z\x00 ;G\r ¸E\x13 ëì\x14\v Ç5┴┘ "
b"|Ó“jÞëK’©oÕú„…\x11 ‰ "
b"ÇÒÿ,\t ßFhÂ\e $5xìÎN "
b"€è3X[,JÊ•\f ëû*ª½\x1A "
b"üV\x03 ¯¼²AÅ│`¡.öi└▒ "
b"à\x00 }\x00 █│D|É\x18 8WU\x0E ┤* "
b"ç\x1C Y"_╣I▀ô\r \x05 ;ì ü┌ "
b"ëú┐┤\x13\x01 M2ÇJè\x14 $ûÛÉ "
b"î‗\x1A Ëz&I;ùSô\r ÅÏ;È "
b"ìhfɧ\x18 K═íî║çr³▀│ "
b"Ä¢\x07 :╝[MôØ\t ÿ┌wg\x14 × "
b"ÅC®ý║\x1F G7ô\x1C ú▀Ú?Ï\x17 "
b"ÅÔI]CGdª÷½Ê┬Ú┬G "
b"É·:|╔PE\e æä\x7F ╚зº\x7F "
b"’\x12 ë1\x1F ìG›´Z;e…\x18 E\x13 "
b"“%W185LçËè¾îÅ\x03 … "
b"ôs\x16 ‗`üNhæ\x13 ¬î¥#iH "
b"—é\e DÆ0EEšt¿:v7¦X "
b"˜0\e æj,A¤‘NÚ\x01\e ‹G• "
b"˜aý×Í\x7F H\x18 Œš¸-ÐÉUj "
b"™TE\x16 ààO\x7F œØ9´Ù¼+‘ "
b"™Œ›7-\x1A BE§—$ÓÆð(ž "
b"""
›·Êkœ²Mù†Z\n
$¬\x04 ÇÙ
"""
b"""
ƒc¸®g^I\n
á┬╬~╣\x13 ü▀
"""
b"ŸðÐ~Ù—ICŠž\x03\x14 ®Ü~\x1F "
b"¢/û1îïMìŸ'B\x12 QYÜ} "
b"¥ WÞ‚îLk¸™Ûwý\x19 Ù "
b"¥eØ\t =(L–‡YÃ\x13 Å1\x19 ¬ "
b"¦E\x03 @\x18 ŠO¥¹\f ,˜;É\x03 "
b"¦«kñN`F;–\t Ç^Ûòa“ "
b"¨&S\x1A\x01 ªI\x01 ±€©š|\x11 ©O "
b"©p[\x05 8ËB£¾P\x18 ÏW\x01 •] "
b"«Z‘r?5Gû¥!M\x18 .”ç™ "
b"«¼²ÕÚïNH²Þ\t mxaØX "
b"¬(ü\x0E æCÁ´:Þ ˜Ü¤, "
b"¡²7·ìê@]ïÚ{Ìkû:´ "
b"®!éß<pND–Kª2˜ß¶y "
b"°@Ì\x01 YÕD×´Òše°>\x14 < "
b"°ý$ϹxJ´¡#jµìà”\x15 "
b"▒█Æ\x11 j»Fıú\x08 À¡_\x13 MØ "
b"²Ná`!¾H=“\x18\e yɉÀ] "
b"´IéM—\x0E B"…!£•–…Öˆ "
b"Á+o\x16 ºjJ¼á^Øÿ\x7F ▒r\e "
b"µ}\x1D\x0E ¸3E›½ z:ܦqL "
b"©█rØ|¤I░ïn\x15 aÜ[)\n "
b"¸Ýc\x10 yÓMBµY£ëBöϦ "
b"»*Ê\x01\x1D ÄK«\x02\x7F µZ\x1E É{ "
b"»M©æù]Bk‡Ž·\x1A 3–‚\x18 "
b"»¾ÊnPjKÁ¦³Dƒu\x17 5\ "
b"¾z\x04 j\x01 ¯Nöƒ¢Ö\x1D \r Iþë "
b"¿-…M¢,Aà§šrÞF—Û[ "
b"À\r \t ìQ„Jï¢x\x1F Ì\x00 ƒ–D "
b"ÀWªøD¸Jù¢PïǾ\r ï, "
b"Àµð\x08 ´§DѾ2ã×Á¡\x00 J "
b"Áá\x13 VÊFˆ¸«MNw™þ\x14 "
b"ÉäcEÎ H\x1C ‘\x1C Rá8Úôµ "
b"""
Ê\x07 ˜¹\x13 xOùˆ\n
ÉTÕ¶\x18 %
"""
b"╩ÌA╗t#D▒í©é\r ìÁp, "
b"ËÿG¿'KOÿ¤Ÿ—\x18 T»\x11 ƒ "
b"ÐÀ}Ü®jD%¹n68‡f\v Ÿ "
b"Ëó¸\x12 Â\x12 I▓êÅ\x1F\x07\x13 ûeK "
b"ÈísƒiôOëì6ä▄xéµÕ "
b"׃WBªdGPµ”sÑÔsÌ÷ "
b"Ø~Ý$TFAa¸S\x02 á;³Ô- "
b"┘·%\x05 u\x0F A~üÝ╝┐UÅiY "
b"Ú8‚b¸\x7F LT‰OîιÝB\e "
b"Úsêѱ–J’Ÿ“iû\x17 â\x1C ; "
b"ÚÙ;9\x0E @ʛͺJ¢Åq "
b"""
Þ\x11 VQD\n
E¢¨fþJ\x05 GH‚
"""
b"ß\x1D ˆ<ñZFøº4eNjN9: "
b"ß‚§\x10\x19 ÃHø‹ñλ1uı "
b"ÕwÆL\x14 ▀H\x17 ØEX[(¬╠í "
b"çÇ8Ç·%Dï‘—\x0E r“d}u "
b"èi8êÔ(C¤—¤\e È\x0E æX3 "
b"êÏ4›5·IL‹¿|¹.çãÖ "
b"ì\x02 oî\x1A !KR·þ·¼—ñ@› "
b"î+MU*´I\x17 ¡Íð¼WˆœX "
b"ï\x06\f Ô&„Kg‹Æô'cU×K "
b"ïö‰Ò>&LD·sˆ_*J9é "
b"IºØí▒IÎë4¶ÄL2µB "
b"ðnœ¸®\x03 H)µ"’ÑÜ“{_ "
b"±,·°wâD┴½\x07 Þ\x06 ü[ïg "
b"‗ÚQpÈ_HUå\x1F f"Ø]÷v "
b"ó\x1C CqP%G\x11 ™ô\éøð=w "
b"¾¡▀á¬ÅI+ô´MA¸o±² "
b"õzë\f ‹\x07 @L–KQŒÂ^L\x1F "
b"÷½¤VçâB ¾¯\x0F <¸úºÜ "
b"¸³ı┤9\x19 @è╝G¡"üpWÞ "
b"øòpL·åBY…\x07 u\x0F ŸÉ!ö "
b"""
¹\e ç}¶ÓLØìÆY\n
\x08 ÍsÐ
"""
b"üëÈjÕK€’ôqÖ1^|a "
b"ÿŒC'T÷KሕÃY m/ž "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name` as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description` as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position` as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields` as `property_group_option.group.customFields` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `file_hash` as `property_group_option.media.fileHash` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . `property_group_id` ,
`property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation` . `language_id` = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `file_hash` as `property_group_option.media.fileHash` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (0x004C9F1122BE4D3DB1DADECC53A44CDF , 0x02416711DCC64BBA92F95FFAE7C16671 , 0x04B529E7B5CE42F5952695B34B7B7F3B , 0x051D25DAF1CA46B0B5B363C0B850FF90 , 0x06E4D27EB94D4CC1ACA5541219423D71 , 0x0708BAF5686048F7A074907DED9A462B , 0x0AD2DB72F8C446A29C956ED6E9F78FB4 , 0x0BFC51145CF94E94B27C0DB2FAB34EB5 , 0x0C189EA565AB4573A222115ADC6B9258 , 0x0C65D6D8625040D2A80F3E7985C98E56 , 0x0D13E0F84689488AAA6AA4CF9E75955C , 0x0E6F6477A8A54B0E9406D075177724CF , 0x13230FBD89994E96B4AEA1770A8CE826 , 0x14F827CF73FD4C7EA82228034C71BD57 , 0x14FD0605339A47AD8436471564C5813D , 0x17FE7D47A81B4C8691B0E4C7BC80E286 , 0x19283A85D9994F6CA2C5C5DAA06275E2 , 0x19FF354E70AA45DBA8FE4F7C2F81DB8A , 0x1AD091DA93A147D8827D88BF82FAC8B6 , 0x1AF482D544B54AECAC5AF66A28566895 , 0x1AF89084374C423FB6D1A5300204FA25 , 0x1DDC1E26F22149CFB512C7F91ACBFE95 , 0x1E95D934B8C34C3B916FCAB819071BB9 , 0x20F303B36F324B76B6E0A82871EF411A , 0x255FBC8387FC471EBEBC7F1729675FC6 , 0x256AA072D598469CBE2A99D63859B36E , 0x276CDD68B28844569066CF000AB6CB31 , 0x27DBF2DAB398426FB2F3099E28933F81 , 0x27E5BF7420C14D1E82C251F92742EFBD , 0x2B1D38FAB0634D6BA9BC37AE28F6ADCF , 0x2CAC7F325C084EE8BE55AAAC8A023FFF , 0x2CBD54E475564611A23ED8D306D7E513 , 0x2CFA71698F8846AF805A68264BEEFA3C , 0x2E46FB95E7F748FB9992CF5AB09268A0 , 0x32137EF409784F0DA19874D71A951B99 , 0x35C7230AF8754BEDA6518418607405BA , 0x3A15A1E4E8CB4B08983A8E81003281FE , 0x3A7E5383173049A9870E0213864728E3 , 0x3C038B44E46442589661994AE6E4EB42 , 0x3C0AABC08DB641C48171FB5BFAA1D462 , 0x3C115623F5DD4CD582B1D72FAD3A46B1 , 0x3EE384D7BBF4480595D98D58B8D1A154 , 0x3F0CCA1DB1E6486B92D3E46E21DF8A38 , 0x3F348889F06F48FD95378387B5E81439 , 0x3F6B586417F74A648D2E799DC53EE715 , 0x3F7C6B24C4F54A8991E5D757A63803DF , 0x406FB2B05EB0411B8900EA774373AB66 , 0x4419B53AD0874EE1BE3AE6F66AD98857 , 0x457816050D9E4B619E7FDDDFBF31B579 , 0x458F436726E54283A627C2BB9CFDF7DE , 0x466B5EC1A65E45CFAABE2FD9C30A4048 , 0x477ED0BA0C3C41CB824E1B100FA514E4 , 0x497DD7BBC4AC49039FAE7FC06B2BAEEA , 0x4A41330C89CB476490A417A554331DD1 , 0x4C19642233CF41B58047A7DE6B497F20 , 0x4FA9F6AD775B4123884B32300569BEDA , 0x50BEDE51BBAA4F4ABA7003A45CF998B3 , 0x50DC81227301435CB4615DE71F316323 , 0x5127B4884BFD4C48BB7E8BBE5A905AA9 , 0x51EBE59299AC4057B371590D933448F3 , 0x56FA14FDE3DF4ADA967696A28FFF5794 , 0x59E1857B1AFD4723BB1349A45DE3C652 , 0x5A62D81B4F86473EB7F81295523B0456 , 0x5A8984C734114BF1B451B075E95AD39E , 0x5AB38019ED7843E7B3B2218C5A19E933 , 0x5B2854B6C9DA458E8BF92359A79545E8 , 0x5B8F5B04A97B47E2B04EFE565E99A70A , 0x5CDBD288CBAE489DACDF95378CDE60B3 , 0x5D7CDEE62433436CB5FF14B769AD2B3E , 0x5DA84BA5D2244BF1BE9FEADCBA813CFD , 0x63A46A74D7D346DA8A120BBB23181EFD , 0x65798A73C7E44BCDBE0B0F0B53116C84 , 0x65A41468AD0D4198AC8C958EC4CB2FE5 , 0x674EEDA781014BC7B35FE9B6E2849616 , 0x68D53E4FCB8B46AD9B39942C2553EC76 , 0x69C4D4228F384F6781872C615BFF9D88 , 0x6D5BC77D42C84ED482F0E82E8BE1F36E , 0x6D9393D5212F408991B5E01DA2463513 , 0x704D33BB479D411BA5CE5C31BC39F39B , 0x70D623B6CFC0418C841D5717FEB365D3 , 0x70E8246142234BF3923338D04420DF89 , 0x7342B3E444D14A16AD525EF066FBDB38 , 0x7492ACC04B454C3D961A64C10B94643A , 0x75B3BAC4E87041DFB2B7707E34C37775 , 0x79709BED515D4A1593CDC09DF948021E , 0x7A003B470DF74513898D140B8035C1D9 , 0x7CD3936ADEEB4B92A96FD5FA84851189 , 0x80E3982C09E14668B61B2435788DD74E , 0x80E833585B2C4ACA950CEBFB2AAABD1A , 0x815603EEACFD418FB360AD2E9469C0B1 , 0x85007D00DBB3447C90183857550EB42A , 0x871C59225FB949DF930D053B8D2081DA , 0x89A3BFB413014D32804A8A142496EA90 , 0x8CF21AD37A26493B9753930D8FD83BD4 , 0x8D686690F5184BCDA18CBA8772FCDFB3 , 0x8EBD073ABC5B4D939D0998DA7767149E , 0x8F43A9ECBA1F4737931CA3DFE93FD817 , 0x8FE2495D43F04764A6F6ABD2C2E9C247 , 0x90FA3A7CC950451B91847FC8D1FAA77F , 0x9212EB311FEC479BB45A3B6585184513 , 0x9325573138354CC3A7CBE8BEEEC50385 , 0x937316F260814E689113AA8CBE236948 , 0x97E91B44C63045459A74BF3A7637A658 , 0x98301BE66A2C41A4914EDA011B8B4795 , 0x9861FDD7CD7F48188C9AB82DD0C9556A , 0x99544516E0E04F7F9CD839B4D9BC2B91 , 0x998C9B372D1A4245A79724D3C6F0289E , 0x9BB7CA6B9CB24DF9865A0A24AC04C7D9 , 0x9F63F7A9675E490AA0C2CE7EB91381DF , 0x9FF0D07ED99749438A9E0314AEDC7E1F , 0xA22FFB31EEEF4DEC9F2742125159DC7D , 0xA52057DE82EE4C6BB899DB77ADFD19D9 , 0xA565D8093D284C968759C313C53119AC , 0xA6450340188A4FA5B90C2C983BC9AD03 , 0xA6AB6BF14E60463B9609C75EDBF26193 , 0xA826531A01AA4901B180A99A7C11A94F , 0xA9705B0538CB42A3BE5018CF5701955D , 0xAB5A91723F3547FBA5214D182E94E799 , 0xABBCB2D5DAEF4E48B2DE096D7861D858 , 0xADAC28FC0EE643C1B43ADEA098DCA42C , 0xADFD37FA8D88405D8BE97BDE6B963AEF , 0xAE21E9DF3C704E44964BAA3298DFB679 , 0xB040CC0159D544D7B4D29A65B03E143C , 0xB0FD24CFB9784AB4A1236AB5ECE09415 , 0xB1DB92116AAF46D5A308B7AD5F134D9D , 0xB24EE16021BE483D93181B79C989C05D , 0xB449E94D970E42228521A3959685D688 , 0xB52B6F16A76A4AACA05E9D987FB1721B , 0xB57D1D0EB833459BBDA07A3ADCA6714C , 0xB8DB729D7CCF49B08B6E15619A5B290A , 0xB8DD631079D34D42B559A3EB42F6CFA6 , 0xBB2ACA011DC44BADAB027FB55A1EC97B , 0xBB4DA9E6F95D426B878EB71A33968218 , 0xBBBECA6E506A4BC1A6B344837517355C , 0xBE7A046A01AF4EF683A2D61D0D49FEEB , 0xBF2D854DA22C41E0A79A72DE4697DB5B , 0xC00D09EC51844AEFA2781FCC00839644 , 0xC057AAF844B84AF9A250EFC7BE0DEF2C , 0xC0B5F008B4A744D1BE32E3D7C1A1004A , 0xC1C3A11356CA4688B8AB4D4E7799FE14 , 0xC9E46345CEA0481C911C52E138DAF4B5 , 0xCA0798B913784FF9880AC954D5B61825 , 0xCADE41BB742344B1A1B8820D8DB5702C , 0xCBFF47BF274B4FFFA49F971854BB1183 , 0xD0C07DDCAE6A4425B96E363887660B9F , 0xD3A2F712B61249B2888F1F071396654B , 0xD4A1739F69934F898D3684DC7882E6E5 , 0xD7835742AA644750B59473D1D473CCF7 , 0xD87EDD2454464161B85302E13BB3D42D , 0xD9FA2505750F417E81EDBCBF558F6959 , 0xDA388262B87F4C54894FEECEB9DD421B , 0xDA73EAD1B1964A929F9369FB17E21C3B , 0xDAD9CDBE390E40CA9BCDBA4AA2C571C2 , 0xDE115651440A45A2A866FE4A05474882 , 0xDF1D883CF15A46F8BA34654E6A4E393A , 0xDF82A71019C348F88BF1CEBB3175C4B1 , 0xE577924C14DF48179D45585B28AACCA1 , 0xE7C738C7B72544EF91970E7293647D75 , 0xE86938EAD42843A497A41BC80EE65833 , 0xEACF349B35B7494C8BBF7CB92EE7E3D6 , 0xEC026FEE1A214B52B7FEB7BC97F1409B , 0xEE2B4D552AB44917A1CDF0BC57889C58 , 0xEF060CD426844B678BC6F4276355D74B , 0xEFF689D23E264C44B773885F2A4A39E9 , 0xF049A79DA1B149D78934F48E4C32E642 , 0xF06E9CB8AE034829B52292D1DC937B5F , 0xF12CFAF8778344C1AB07E806815B8B67 , 0xF2E95170D45F4855861F66229D5DF676 , 0xF31C43715025471199F45CE9F8F03D77 , 0xF3ADDFA0AA8F492B93EF4D41F76FF1FD , 0xF57AEB0C8B07404C964B518CC25E4C1F , 0xF7BDA456E7E242A0BEAF0F3CB8FABADC , 0xF7FCD5B43919408ABC47AD22817057E8 , 0xF8F2704CB7E542598507750F9FC921F6 , 0xFB1B877DF4E04C9D8D92590A08D673D1 , 0xFCEBC86AC3954B8092F471D6315E7C61 , 0xFF8C432754F74BE18895C359206D2F9E );
Copy
51
1.73 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500
Parameters :
[
true
b"aP?Qì¹N╝Çq\x01 ÝdYû> "
b"Õ«.õŠ\e @“¶Ü{Î\e è\x06 Ò "
b"Ý\x12 Þoœ\x02 Bü”á†ò£\x7F °ã "
b"E\x01 ŽèlÈLG¸Ñ…ƒ!^\x11 û "
b"Úsêѱ–J’Ÿ“iû\x17 â\x1C ; "
b"%j rÕ˜Fœ¾*™Ö8Y³n "
b"¾¡▀á¬ÅI+ô´MA¸o±² "
b"Qëå’™¬@W³qY\r “4Hó "
b"À\r \t ìQ„Jï¢x\x1F Ì\x00 ƒ–D "
b"▒█Æ\x11 j»Fıú\x08 À¡_\x13 MØ "
b"\x00 LŸ\x11 "¾M=±ÚÞÌS¤Lß "
b"ÐÀ}Ü®jD%¹n68‡f\v Ÿ "
b"Óϱ‹SîJD†¢ôÖOS“O "
b"O©öw[A#ˆK20\x05 i¾Ú "
b"¡²7·ìê@]ïÚ{Ìkû:´ "
b"\f\x18 ž¥e«Es¢"\x11 ZÜk’X "
b"\e 9\v %G°FüѬ÷╣8u┴´ "
b"pÖ#¶ÏÀAŒ„\x1D W\x17 þ³eÓ "
b"ر°Û╚äOÀîaÙ╠ònü´ "
b"Þ\x13 ë¦ÒüNÜ–ù\x1A YN;°º "
b":\x15 íõÞ╦K\x08 ÿ:Äü\x00 2ü■ "
b":~Sƒ\x17 0I©‡\x0E\x02\x13 †G(ã "
b"—T„ͼ|I^š\t £ôò_hG "
b"óŒ\x00 Öns@Ïœ\x07 ýd¨Á K "
b"""
\n
Ê█r°─Fó£ònÍÚ¸Å┤
"""
b"\x15 ìO8\r █CÈé\t Wy¤ »¿ "
b"m““Õ!/@‰‘µà\x1D ¢F5\x13 "
b"ĪÎ╗╝ÊJÃà}sì╗ºðV "
b"˜0\e æj,A¤‘NÚ\x01\e ‹G• "
b"»*Ê\x01\x1D ÄK«\x02\x7F µZ\x1E É{ "
b"Ö\x07\x1C -|jJø…«9Ÿù)ÑÝ "
b"Þˆ\x12 þ¤Mt¹Â¡ñí÷ìß "
b"êÏ4›5·IL‹¿|¹.çãÖ "
b"""
\x13 #\x0F ½‰™N–´®¡w\n
Ώ&
"""
b"\x16 ã0#ëO@┬ÜìD\x1F\x05 +\x01 ² "
b"\x1E •Ù4¸ÃL;‘oʸ\x19\x07\e ¹ "
b">ÒäÎ╗¶H\x05 ò┘ìX©ÐíT "
b"€è3X[,JÊ•\f ëû*ª½\x1A "
b"‹\x0F rHÅuA\x08 ´ª=\e ü‚7¹ "
b"¸³ı┤9\x19 @è╝G¡"üpWÞ "
b"\x02 Ag\x11 ÜÆKº’ù_úçÁfq "
b"\x1A °Éä7LB?ÂÐÑ0\x02\x04 ·% "
b"&A°êÄÛOÂìB>ù¾9Üê "
b"'å¿t ÁM\x1E ‚ÂQù'Bï½ "
b",·qiÅêF»ÇZh&K¯·< "
b"ZbØ\e O†G>·ø\x12 •R;\x04 V "
b"gNݺü\x01 KÃ│_ÚÂÔäû\x16 "
b"tUöÇ}¿FZÅZô.\x18 ─¬A "
b"u³ºÄèpAß²·p~4Ãwu "
b"z\x00 ;G\r ¸E\x13 ëì\x14\v Ç5┴┘ "
b"–ru\x10 ÊüO²˜±Ç0Óò† "
b"™TE\x16 ààO\x7F œØ9´Ù¼+‘ "
b"™Œ›7-\x1A BE§—$ÓÆð(ž "
b"¦E\x03 @\x18 ŠO¥¹\f ,˜;É\x03 "
b"┘·%\x05 u\x0F A~üÝ╝┐UÅiY "
b"""
Þ\x11 VQD\n
E¢¨fþJ\x05 GH‚
"""
b"▀\x10 ┘ï\x0F sMùÀrf_ØÄ\N "
b"çÇ8Ç·%Dï‘—\x0E r“d}u "
b"\f eÖØbP@Ò¨\x0F >y…ÉŽV "
b"\x14 ²\x06\x05 3ÜG¡ä6G\x15 d┼ü= "
b"\x17 þ}G¨\e L†‘°äǼ€â† "
b"'l¦h▓êDVÉf¤\x00 \n Â╦1 "
b"'Ã\x1E à&çKd³¸ü^Þ!ýa "
b",½TäuVF\x11 ¢>ØÓ\x06 ×å\x13 "
b"Ex\x16\x05 \r žKaž\x7F Ýß¿1µy "
b"L\x19 d"3ÏAµ€G§ÞkI\x7F "
b"Rï8@¼│DıĬıƒÉàÝ\n "
b"T`½©\x16 aAq«•‘X€2ýý "
b"]¿KÑÊ$K±¥ƒÛ▄║ü<² "
b"eyŠsÇäK;\v\x0F\v S\x11 l„ "
b"e¤\x14 h\r A˜¬Œ•ŽÄË/å "
b"i─È"Å8Ogüç,a[ Øê "
b"t’¬ÀKEL=–\x1A dÁ\v ”d: "
b"{\v @\x05 Ò\x1E D°–í=K&´ùq "
b"ÇÒÿ,\t ßFhÂ\e $5xìÎN "
b"""
ƒc¸®g^I\n
á┬╬~╣\x13 ü▀
"""
b"¦«kñN`F;–\t Ç^Ûòa“ "
b"©p[\x05 8ËB£¾P\x18 ÏW\x01 •] "
b"®!éß<pND–Kª2˜ß¶y "
b"µ}\x1D\x0E ¸3E›½ z:ܦqL "
b"¸Ýc\x10 yÓMBµY£ëBöϦ "
b"¾z\x04 j\x01 ¯Nöƒ¢Ö\x1D \r Iþë "
b"ÀWªøD¸Jù¢PïǾ\r ï, "
b"─╗WnûÅKÎÖQP ─ºñM "
b"""
Ê\x07 ˜¹\x13 xOùˆ\n
ÉTÕ¶\x18 %
"""
b"Ú8‚b¸\x7F LT‰OîιÝB\e "
b"ÕwÆL\x14 ▀H\x17 ØEX[(¬╠í "
b"ðnœ¸®\x03 H)µ"’ÑÜ“{_ "
b"ó\x1C CqP%G\x11 ™ô\éøð=w "
b"\x00 ô±%.\x15 @·—[\r -À\x14 “Ë "
b"\x06 äÒ~¹MLÁ¬¥T\x12\x19 B=q "
b"\x07\x08 ║§h`H¸átÉ}ÝÜF+ "
b"\v üQ\x14 \ùN”²|\r ²ú³Nµ "
b"\x0E odw¨¥K\x0E ”\x06 Ðu\x17 w$Ï "
b"\x14 ø'ÏsýL~¨"(\x03 Lq½W "
b"\x17 .á‰ý»M1¾\x14 ©0?'æ¤ "
b"\x18 éæfÒðN*‚IÖ\x10\x08 ˆ\f j "
b"\x19 5Np¬E█¿■O|/ü█è "
b"/¡BâY\x13 AR\äÔA'D} "
b"2\x13 ~ô\t xO\r ¡˜t×\x1A •\e ™ "
b"JA3\f ë╦GdÉñ\x17 ÑT3\x1D Ð "
b"Oã.ÜšfD\x10 ñÅX2¾p‰ "
b"Q'┤êK²LH╗~ï¥ZÉZ® "
b"V\x7F Ò5ŽM@B««g\x13 ’™„\x04 "
b"[Å[\x04 ®{GÔ░N■V^Öº\n "
b"m8ËhŶA‚¨QÚµÞ%•Y "
b"sB³äDÑJ\x16 R^ðfûÛ8 "
b"x*M ØÃD“—\x05 †~š\x05 *Ò "
b"ëú┐┤\x13\x01 M2ÇJè\x14 $ûÛÉ "
b"îm▓x┼-I©ØðÝ2Ô\x0F ÂÉ "
b"ÅÔI]CGdª÷½Ê┬Ú┬G "
b"É·:|╔PE\e æä\x7F ╚зº\x7F "
b"—é\e DÆ0EEšt¿:v7¦X "
b"˜aý×Í\x7F H\x18 Œš¸-ÐÉUj "
b"£wøÝ\f óD\x10 ›íuÉK¹Ìi "
b"¥ WÞ‚îLk¸™Ûwý\x19 Ù "
b"°ý$ϹxJ´¡#jµìà”\x15 "
b"»M©æù]Bk‡Ž·\x1A 3–‚\x18 "
b"»¾ÊnPjKÁ¦³Dƒu\x17 5\ "
b"¿-…M¢,Aà§šrÞF—Û[ "
b"Áá\x13 VÊFˆ¸«MNw™þ\x14 "
b"Ø~Ý$TFAa¸S\x02 á;³Ô- "
b"ÚÙ;9\x0E @ʛͺJ¢Åq "
b"""
¹\e ç}¶ÓLØìÆY\n
\x08 ÍsÐ
"""
b"¹,s\x15 y(LXÅí■V┴0#\x1A "
b"ÿŒC'T÷KሕÃY m/ž "
b"\x04 µ)çµÎBõ•&•³K{\x7F ; "
b"\x05\x1D %┌±╩F░Á│c└©P É "
b"\x06 †ëhƒZHtªv ¥¿U\t l "
b"\x07 ╬yÎÚ\r L/ìIÑ┌dÖ+P "
b"\r \x13 àøF‰HŠªj¤Ïžu•\ "
b"\r 2\x0E Á\x12 ÊO?œÉΚìª\x00 ç "
b"\x0E .\x07 Å\x1F ¾@6˜ýÓ¶Ã\x08 KÑ "
b"\x16 øž\x1A\x0F É@:³sÒPhñ³ì "
b"\x19 (:…Ù™Ol¢ÅÅÚ buâ "
b"\x1A Бړ¡GØ‚}ˆ¿‚úȶ "
b"\x1A ô‚ÕDµJì¬Zöj(Vh• "
b"\x1C Ú├ Ã=Fóüתı╗õîM "
b"\x1D Ü\x1E &ò!Iϵ\x12 Çù\x1A Ëþ• "
b" ó\x03 ³o2Kv¶à¨(qïA\x1A "
b"%_¼ƒ‡üG\x1E ¾¼\x7F\x17 )g_Æ "
b"'█‗┌│ÿBo▓¾\t ×(ô?ü "
b"*\x13 Bàá┼L\x08 êP╦\v tâMü "
b"+\x1D 8ú°cMk©¼7®(öÏ "
b",¬\x7F 2\\x08 Nè¾Uª¬Š\x02 ?ÿ "
b".Fû•ç÷Hû™’ÏZ°’h "
b"2\f Ž,\x1A\x06 @ï’ÇÄ\x06 %¶¶Ô "
b"""
5Ç#\n
øuKí¦Q„\x18 `t\x05 º
"""
b":\x0E @È\e .Få“BaøOš“, "
b":J½[Ï¡D{¡uvo.ÅDâ "
b":T`O<@Láˆú ³†MªX "
b"<\x03 ‹DädBX–a™JæäëB "
b"""
<\n
½└ìÂA─üq¹[·íÈb
"""
b"<\x11 V#õÝLÕ‚±×/:F± "
b"=@÷ûcÑD\f ˆî\x03 Su—ޤ "
b">qzÑ{zNGœ¿”O¹—i§ "
b"?\f Ê\x1D ±æHk’Óän!ߊ8 "
b"?4ˆ‰ðoHý•7ƒ‡µè\x14 9 "
b"?kXd\x17 ¸Jdì.yØ┼>þ\x15 "
b"?|k$ÄõJ‰‘å×W¦8\x03 ß "
b"@o²°^°A\e ‰\x00 êwCs«f "
b"B~ü╔\e JIø╬0»ÌØ:U "
b"CyE¨6ÍEà©ðÕ&^Ð|œ "
b"D\x19 µ:ЇNá¾:æöjÙˆW "
b"EÅCg&ÕBâª'┬╗£²¸Ì "
b"""
Fk^Á¦^EϪ¾/ÙÃ\n
@H
"""
b"G~к\f <AË‚N\e\x10\x0F ¥\x14 ä "
b"I}׻ĬI\x03 Ÿ®\x7F Àk+®ê "
b"P¾ÞQ»ªOJºp\x03 ¤\ù˜³ "
b"P▄ü"s\x01 C\┤a]þ\x1F 1c# "
b"Q·¶ù█\x16 IJÅý\v\x1D `Ò╚C "
b"""
R\n
\x07 éÂFBÊ„±b§Ph\x03\e
"""
b"S½\x04 ~;ù@Ö˜æpŽoN‡\x00 "
b"V·\x14 ²Ò▀J┌ûvûóÅ Wö "
b"Yá…{\x1A ýG#»\x13 I¤]ãÆR "
b"Zgþñ\x1A zC\x1D ˜ Ãv\x06 ø0 "
b"Z‰„Ç4\x11 Kñ´Q°uéZÓž "
b"Z³€\x19 íxCç³²!ŒZ\x19 é3 "
b"[(T¶ÉÚEŽ‹ù#Y§•Eè "
b"\█Êê╦«Hؼ▀ò7îÌ`│ "
b"]|Þæ$3Clµÿ\x14 ·i+> "
b"aܬœì§G㑤‹Œ\x1F ò²G "
b"c¤jt×ÓFÚŠ\x12\v »#\x18\x1E ý "
b"eËÔ6\x1E\x0E CA‘<üiT\x08 ÃQ "
b"hÕ>OË‹F›9”,%Sìv "
b"jˆÆ«\x01 øJf›\x02\x1E œ£˜ÿà "
b"""
k¦¤Ÿ›ÄNÛ¢:µ9\n
\t -[
"""
b"m[Ç}BÈNÔ‚ðè.‹áón "
b"pM3╗GØA\e Ñ╬\1╝9¾ø "
b"p/º\x06 @€…ˆ\t \r §³Àá "
b"pè$aB#Kó’38ÐD ߉ "
b"ypøÝQ]J\x15 ô═└بH\x02\x1E "
b"{þ«âÌ\x08 J\x1D ª¹þ™ÂyXº "
b"|=Þ°5\x13 Id¡YÑ‹|â¶û "
b"|Ó“jÞëK’©oÕú„…\x11 ‰ "
b"€\e ä7·õDl¿rò1M\t "\x04 "
b"üV\x03 ¯¼²AÅ│`¡.öi└▒ "
b"‚ï0úó™N»Š¨ç9kÉÃy "
b"à\x00 }\x00 █│D|É\x18 8WU\x0E ┤* "
b"ç\x1C Y"_╣I▀ô\r \x05 ;ì ü┌ "
b"‡æfàD\r L\x13 ¸÷cSXòÀ‰ "
b"ŒWXßê\e I)²…ñü»WÎ5 "
b"î‗\x1A Ëz&I;ùSô\r ÅÏ;È "
b"ìhfɧ\x18 K═íî║çr³▀│ "
b"Ä¢\x07 :╝[MôØ\t ÿ┌wg\x14 × "
b"ÅC®ý║\x1F G7ô\x1C ú▀Ú?Ï\x17 "
b"’\x12 ë1\x1F ìG›´Z;e…\x18 E\x13 "
b"“%W185LçËè¾îÅ\x03 … "
b"ôs\x16 ‗`üNhæ\x13 ¬î¥#iH "
b"""
›·Êkœ²Mù†Z\n
$¬\x04 ÇÙ
"""
b"ØâwãÅ\x11 JNØ5ï«4▒¿Ü "
b"ƒänMkwB:É3│Ò┐q¸ö "
b"ŸðÐ~Ù—ICŠž\x03\x14 ®Ü~\x1F "
b"¢/û1îïMìŸ'B\x12 QYÜ} "
b"¥eØ\t =(L–‡YÃ\x13 Å1\x19 ¬ "
b"¨&S\x1A\x01 ªI\x01 ±€©š|\x11 ©O "
b"«Z‘r?5Gû¥!M\x18 .”ç™ "
b"«¼²ÕÚïNH²Þ\t mxaØX "
b"¼ÞÁ@ÕÇLü│Ãqn´ÜìA "
b"¬(ü\x0E æCÁ´:Þ ˜Ü¤, "
b"«í[yN\x01 E░É\x16 *±È/I\x08 "
b"°@Ì\x01 YÕD×´Òše°>\x14 < "
b"²Ná`!¾H=“\x18\e yɉÀ] "
b"´IéM—\x0E B"…!£•–…Öˆ "
b"Á+o\x16 ºjJ¼á^Øÿ\x7F ▒r\e "
b"À8Gƒ╔ Lc║{º!ØFù» "
b"©█rØ|¤I░ïn\x15 aÜ[)\n "
b"¿¾Øù ‹F\x7F ³Hò\t [h™\r "
b"Àµð\x08 ´§DѾ2ã×Á¡\x00 J "
b"ãKJÖ]ZInü┼ýCï$Aj "
b"ÉäcEÎ H\x1C ‘\x1C Rá8Úôµ "
b"╩ÌA╗t#D▒í©é\r ìÁp, "
b"ËÿG¿'KOÿ¤Ÿ—\x18 T»\x11 ƒ "
b"Ëó¸\x12 Â\x12 I▓êÅ\x1F\x07\x13 ûeK "
b"ÈísƒiôOëì6ä▄xéµÕ "
b"Ôè\x08 ŸE›I#“\x18 £P™69† "
b"Ö¿\x02 &üµAÉ¥èÛ@„°\x17 § "
b"͹\x11 4,dB_üú%▓Uâ‗> "
b"׃WBªdGPµ”sÑÔsÌ÷ "
b"Úhù\x04 X£Dÿ»o®Ó\x16 ÿC^ "
b"""
█Q\n
[2║Dý│oüÂò<Æ%
"""
b"ß\x1D ˆ<ñZFøº4eNjN9: "
b"ß‚§\x10\x19 ÃHø‹ñλ1uı "
b"â\x16 Î\x0E ßÝ@䯋¿bJm£Ï "
b"ã¿j\x19 ŒNG\x03 ¡{rÐ×0R¿ "
b"å\x1C H(s€L\x1C ³umÁÉ&•§ "
b"å¥ÀY.›EÚ‚Ð\x1D q—Ïž "
b"ç\x1F\x05 …¼ëBOŸßÊ›†9= "
b"èi8êÔ(C¤—¤\e È\x0E æX3 "
b"êø’ñsiA\x07 ³\f\x0F\x1F ^M[@ "
b"ë¤]£Ã?Jà†\x16 Ô'[x”y "
b"ì\x02 oî\x1A !KR·þ·¼—ñ@› "
b"î+MU*´I\x17 ¡Íð¼WˆœX "
b"îA\x07 ´!ÔHû¶(¢\x02 À²Þ$ "
b"ï\x06\f Ô&„Kg‹Æô'cU×K "
b"ïé‡ßfYGê¬é׊½jÛ: "
b"ïö‰Ò>&LD·sˆ_*J9é "
b"IºØí▒IÎë4¶ÄL2µB "
b"±,·°wâD┴½\x07 Þ\x06 ü[ïg "
b"‗ÚQpÈ_HUå\x1F f"Ø]÷v "
b"õzë\f ‹\x07 @L–KQŒÂ^L\x1F "
b"÷½¤VçâB ¾¯\x0F <¸úºÜ "
b"""
ø|ßI9\n
HY˜‰+ø9H~Í
"""
b"øòpL·åBY…\x07 u\x0F ŸÉ!ö "
b"ú·#Þ£nN?¤Àüâïoºp "
b"ü!Rÿ…ƒIa–Øè9(ä\x7F\x7F "
b"³üh╚¶ùJ\x11 ┤EHÂUsq7 "
b"üëÈjÕK€’ôqÖ1^|a "
b"■9Èè\x0F ÉBѬ\x00\x06 n┌ÿ\x13 M "
b"ÿ\x03 Bi\x0E üF|¿¡\x1F Ǿâ|Ý "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
OFFSET
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x61503F518DFB4EBC807101ED6459963E , 0xD5AB2EF58A1B4093B6DC7BCE1BE806D2 , 0xDD12DE6F9C0242FC94E186F2A37FB0E3 , 0x45018EE86CC84C47B8D18583215E11FB , 0xDA73EAD1B1964A929F9369FB17E21C3B , 0x256AA072D598469CBE2A99D63859B36E , 0xF3ADDFA0AA8F492B93EF4D41F76FF1FD , 0x51EBE59299AC4057B371590D933448F3 , 0xC00D09EC51844AEFA2781FCC00839644 , 0xB1DB92116AAF46D5A308B7AD5F134D9D , 0x004C9F1122BE4D3DB1DADECC53A44CDF , 0xD0C07DDCAE6A4425B96E363887660B9F , 0xD3CFB18B53EE4A4486A2F4D64F53934F , 0x4FA9F6AD775B4123884B32300569BEDA , 0xADFD37FA8D88405D8BE97BDE6B963AEF , 0x0C189EA565AB4573A222115ADC6B9258 , 0x1B390B2547F84681A5AAF6B93875C1EF , 0x70D623B6CFC0418C841D5717FEB365D3 , 0x9DF1F8EAC8844FB78C61EBCC956E81EF , 0xDE13EBA6D2FC4EDC96F91A594E3BB0BA , 0x3A15A1E4E8CB4B08983A8E81003281FE , 0x3A7E5383173049A9870E0213864728E3 , 0x975484CDBC7C495E9A09A3F4F25F6847 , 0xF38C00D66E7340CF9C07FD64A8C1204B , 0x0AD2DB72F8C446A29C956ED6E9F78FB4 , 0x158D4F380DDB43D482095779CFFFAFA8 , 0x6D9393D5212F408991B5E01DA2463513 , 0x8EA6D7BBBCD24AC7857D738DBBA7D056 , 0x98301BE66A2C41A4914EDA011B8B4795 , 0xBB2ACA011DC44BADAB027FB55A1EC97B , 0xD6071C2D7C6A4AF885AB399FF929D1DD , 0xDE88AD12FEA44D74B9C2A1F1EDF7ECDF , 0xEACF349B35B7494C8BBF7CB92EE7E3D6 , 0x13230FBD89994E96B4AEA1770A8CE826 , 0x16C63023894F40C29A8D441F052B01FD , 0x1E95D934B8C34C3B916FCAB819071BB9 , 0x3EE384D7BBF4480595D98D58B8D1A154 , 0x80E833585B2C4ACA950CEBFB2AAABD1A , 0x8B0F7248C5754108B4AA3D1BFC8237B9 , 0xF7FCD5B43919408ABC47AD22817057E8 , 0x02416711DCC64BBA92F95FFAE7C16671 , 0x1AF89084374C423FB6D1A5300204FA25 , 0x2641F8888EEA4FB68D423E97F3399A88 , 0x27E5BF7420C14D1E82C251F92742EFBD , 0x2CFA71698F8846AF805A68264BEEFA3C , 0x5A62D81B4F86473EB7F81295523B0456 , 0x674EEDA781014BC7B35FE9B6E2849616 , 0x745594807DA8465A8F5A932E18C4AA41 , 0x75B3BAC4E87041DFB2B7707E34C37775 , 0x7A003B470DF74513898D140B8035C1D9 , 0x96727510CAFC4FB298B1C730D3ADF286 , 0x99544516E0E04F7F9CD839B4D9BC2B91 , 0x998C9B372D1A4245A79724D3C6F0289E , 0xA6450340188A4FA5B90C2C983BC9AD03 , 0xD9FA2505750F417E81EDBCBF558F6959 , 0xDE115651440A45A2A866FE4A05474882 , 0xDF10D98B0F734D97B772665F9D8E5C4E , 0xE7C738C7B72544EF91970E7293647D75 , 0x0C65D6D8625040D2A80F3E7985C98E56 , 0x14FD0605339A47AD8436471564C5813D , 0x17FE7D47A81B4C8691B0E4C7BC80E286 , 0x276CDD68B28844569066CF000AB6CB31 , 0x27C31EE026E74B64B3B8FC5EDE21FD61 , 0x2CBD54E475564611A23ED8D306D7E513 , 0x457816050D9E4B619E7FDDDFBF31B579 , 0x4C19642233CF41B58047A7DE6B497F20 , 0x528B3840ACB344D58EAAD59F9085ED0A , 0x5460BDA916614171AB9591588032FDFD , 0x5DA84BA5D2244BF1BE9FEADCBA813CFD , 0x65798A73C7E44BCDBE0B0F0B53116C84 , 0x65A41468AD0D4198AC8C958EC4CB2FE5 , 0x69C4D4228F384F6781872C615BFF9D88 , 0x7492ACC04B454C3D961A64C10B94643A , 0x7B0B4005D21E44B096ED3D4B26B4F971 , 0x80E3982C09E14668B61B2435788DD74E , 0x9F63F7A9675E490AA0C2CE7EB91381DF , 0xA6AB6BF14E60463B9609C75EDBF26193 , 0xA9705B0538CB42A3BE5018CF5701955D , 0xAE21E9DF3C704E44964BAA3298DFB679 , 0xB57D1D0EB833459BBDA07A3ADCA6714C , 0xB8DD631079D34D42B559A3EB42F6CFA6 , 0xBE7A046A01AF4EF683A2D61D0D49FEEB , 0xC057AAF844B84AF9A250EFC7BE0DEF2C , 0xC4BB576E968F4BD7995150FFC4A7A44D , 0xCA0798B913784FF9880AC954D5B61825 , 0xDA388262B87F4C54894FEECEB9DD421B , 0xE577924C14DF48179D45585B28AACCA1 , 0xF06E9CB8AE034829B52292D1DC937B5F , 0xF31C43715025471199F45CE9F8F03D77 , 0x00F4B1252E1540B7975B0D2DC01493CB , 0x06E4D27EB94D4CC1ACA5541219423D71 , 0x0708BAF5686048F7A074907DED9A462B , 0x0BFC51145CF94E94B27C0DB2FAB34EB5 , 0x0E6F6477A8A54B0E9406D075177724CF , 0x14F827CF73FD4C7EA82228034C71BD57 , 0x172EE189FDBB4D31BE14A9303F27E6A4 , 0x18E9E666D2F04E2A8249D61008880C6A , 0x19FF354E70AA45DBA8FE4F7C2F81DB8A , 0x2FA142E259134152AD5CE4D44127447D , 0x32137EF409784F0DA19874D71A951B99 , 0x4A41330C89CB476490A417A554331DD1 , 0x4FE32EDC9A664410A0F1C55832BE7089 , 0x5127B4884BFD4C48BB7E8BBE5A905AA9 , 0x567FD2358E4D4042ABAB671392998404 , 0x5B8F5B04A97B47E2B04EFE565E99A70A , 0x6D38CB68C5B64182A851DAB5DE259559 , 0x7342B3E444D14A16AD525EF066FBDB38 , 0x782A4D20D8C344939705867E9A052AD2 , 0x89A3BFB413014D32804A8A142496EA90 , 0x8C6DB278C52D49B89DD0ED32E20FB690 , 0x8FE2495D43F04764A6F6ABD2C2E9C247 , 0x90FA3A7CC950451B91847FC8D1FAA77F , 0x97E91B44C63045459A74BF3A7637A658 , 0x9861FDD7CD7F48188C9AB82DD0C9556A , 0xA377F8DD0CF344109BED75C94BB9CC69 , 0xA52057DE82EE4C6BB899DB77ADFD19D9 , 0xB0FD24CFB9784AB4A1236AB5ECE09415 , 0xBB4DA9E6F95D426B878EB71A33968218 , 0xBBBECA6E506A4BC1A6B344837517355C , 0xBF2D854DA22C41E0A79A72DE4697DB5B , 0xC1C3A11356CA4688B8AB4D4E7799FE14 , 0xD87EDD2454464161B85302E13BB3D42D , 0xDAD9CDBE390E40CA9BCDBA4AA2C571C2 , 0xFB1B877DF4E04C9D8D92590A08D673D1 , 0xFB2C731579284C588FA1FE56C130231A , 0xFF8C432754F74BE18895C359206D2F9E , 0x04B529E7B5CE42F5952695B34B7B7F3B , 0x051D25DAF1CA46B0B5B363C0B850FF90 , 0x0686EB68835A4874AA7620A5BF55096C , 0x07CE79D7E90D4C2F8D49A5DA64992B50 , 0x0D13E0F84689488AAA6AA4CF9E75955C , 0x0D320EC112CA4F3F9CC9CE9AECAA00E7 , 0x0E2E07C51FBE403698FDD3B6C3084BD1 , 0x16F89E1A0FC9403AB373D25068F1B3EC , 0x19283A85D9994F6CA2C5C5DAA06275E2 , 0x1AD091DA93A147D8827D88BF82FAC8B6 , 0x1AF482D544B54AECAC5AF66A28566895 , 0x1CE9C320C73D46A2819EA6D5BBE48C4D , 0x1DDC1E26F22149CFB512C7F91ACBFE95 , 0x20F303B36F324B76B6E0A82871EF411A , 0x255FBC8387FC471EBEBC7F1729675FC6 , 0x27DBF2DAB398426FB2F3099E28933F81 , 0x2A134285A0C54C088850CB0B74834D81 , 0x2B1D38FAB0634D6BA9BC37AE28F6ADCF , 0x2CAC7F325C084EE8BE55AAAC8A023FFF , 0x2E46FB95E7F748FB9992CF5AB09268A0 , 0x320C8E2C1A0640EF92C7C40625B6B6D4 , 0x35C7230AF8754BEDA6518418607405BA , 0x3A0E40C81B2E46E5934261F84F9A932C , 0x3A4AAB5BD8AD447BAD75766F2E8F4483 , 0x3A54604F3C404CE188FAA0B3864DAA58 , 0x3C038B44E46442589661994AE6E4EB42 , 0x3C0AABC08DB641C48171FB5BFAA1D462 , 0x3C115623F5DD4CD582B1D72FAD3A46B1 , 0x3D40F7FB63D1440C88EE035375978EA4 , 0x3E717AD17B7A4E479CBF944FB99769A7 , 0x3F0CCA1DB1E6486B92D3E46E21DF8A38 , 0x3F348889F06F48FD95378387B5E81439 , 0x3F6B586417F74A648D2E799DC53EE715 , 0x3F7C6B24C4F54A8991E5D757A63803DF , 0x406FB2B05EB0411B8900EA774373AB66 , 0x427EF081C91B4A499BCE30AFDE9D3A55 , 0x437945A836CD45E0A9F0D5265ED07C9C , 0x4419B53AD0874EE1BE3AE6F66AD98857 , 0x458F436726E54283A627C2BB9CFDF7DE , 0x466B5EC1A65E45CFAABE2FD9C30A4048 , 0x477ED0BA0C3C41CB824E1B100FA514E4 , 0x497DD7BBC4AC49039FAE7FC06B2BAEEA , 0x50BEDE51BBAA4F4ABA7003A45CF998B3 , 0x50DC81227301435CB4615DE71F316323 , 0x51FAF497DB16494A8FEC0B1D60E3C843 , 0x520A07E9C24642CA84B162A75068031B , 0x53BD047E3BF940D698E6708E6F4E8700 , 0x56FA14FDE3DF4ADA967696A28FFF5794 , 0x59E1857B1AFD4723BB1349A45DE3C652 , 0x5A67FEF11A7A431D9820C376AD06F830 , 0x5A8984C734114BF1B451B075E95AD39E , 0x5AB38019ED7843E7B3B2218C5A19E933 , 0x5B2854B6C9DA458E8BF92359A79545E8 , 0x5CDBD288CBAE489DACDF95378CDE60B3 , 0x5D7CDEE62433436CB5FF14B769AD2B3E , 0x61DCAC9CECA747E391A48B8C1FF2B247 , 0x63A46A74D7D346DA8A120BBB23181EFD , 0x65CBD4361E0E4341913CFC695408C351 , 0x68D53E4FCB8B46AD9B39942C2553EC76 , 0x6A88C6AB01F84A669B021E9CA398FFE0 , 0x6BA6A49F9BC44EDBA23AB5390A092D5B , 0x6D5BC77D42C84ED482F0E82E8BE1F36E , 0x704D33BB479D411BA5CE5C31BC39F39B , 0x70AD2FADBA0640808588090DA7B3C0E1 , 0x70E8246142234BF3923338D04420DF89 , 0x79709BED515D4A1593CDC09DF948021E , 0x7BFEABE2CC084A1DAAB9FE99C27958BA , 0x7C3DDEB035134964A159D18B7CE2B6FB , 0x7CD3936ADEEB4B92A96FD5FA84851189 , 0x801BE437B7F5446CBF72F2314D092204 , 0x815603EEACFD418FB360AD2E9469C0B1 , 0x82EF30FAF3994EBB8AA8E7396BC9C379 , 0x85007D00DBB3447C90183857550EB42A , 0x871C59225FB949DF930D053B8D2081DA , 0x87E666E0440D4C13B8F7635358F2C089 , 0x8C5758DFEA1B4929B285F1FCBB57CE35 , 0x8CF21AD37A26493B9753930D8FD83BD4 , 0x8D686690F5184BCDA18CBA8772FCDFB3 , 0x8EBD073ABC5B4D939D0998DA7767149E , 0x8F43A9ECBA1F4737931CA3DFE93FD817 , 0x9212EB311FEC479BB45A3B6585184513 , 0x9325573138354CC3A7CBE8BEEEC50385 , 0x937316F260814E689113AA8CBE236948 , 0x9BB7CA6B9CB24DF9865A0A24AC04C7D9 , 0x9D8377C68F114A4E9D358BAE34B1A89A , 0x9F846E4D6B77423A9033B3E3BF71F794 , 0x9FF0D07ED99749438A9E0314AEDC7E1F , 0xA22FFB31EEEF4DEC9F2742125159DC7D , 0xA565D8093D284C968759C313C53119AC , 0xA826531A01AA4901B180A99A7C11A94F , 0xAB5A91723F3547FBA5214D182E94E799 , 0xABBCB2D5DAEF4E48B2DE096D7861D858 , 0xACE8B540E5804C81B3C7716EEF9A8D41 , 0xADAC28FC0EE643C1B43ADEA098DCA42C , 0xAEA15B794E0145B090162AF1D42F4908 , 0xB040CC0159D544D7B4D29A65B03E143C , 0xB24EE16021BE483D93181B79C989C05D , 0xB449E94D970E42228521A3959685D688 , 0xB52B6F16A76A4AACA05E9D987FB1721B , 0xB738479FC9204C63BA7BA7219D4697AF , 0xB8DB729D7CCF49B08B6E15619A5B290A , 0xBFBED8F9208B467FB348F2095B68990D , 0xC0B5F008B4A744D1BE32E3D7C1A1004A , 0xC64B4A995D5A496E81C5EC438B24416A , 0xC9E46345CEA0481C911C52E138DAF4B5 , 0xCADE41BB742344B1A1B8820D8DB5702C , 0xCBFF47BF274B4FFFA49F971854BB1183 , 0xD3A2F712B61249B2888F1F071396654B , 0xD4A1739F69934F898D3684DC7882E6E5 , 0xD4E8089F459B49239318A35099363986 , 0xD6BF0226FCB541C9A5E8DB4084B017A7 , 0xD6FB11342C64425F81A325B25583F23E , 0xD7835742AA644750B59473D1D473CCF7 , 0xDA68F90458A344FFBB6FAED316FF435E , 0xDB510A5B32BA44ECB36F81B6953C9225 , 0xDF1D883CF15A46F8BA34654E6A4E393A , 0xDF82A71019C348F88BF1CEBB3175C4B1 , 0xE216CE0EDFDD40E4AF8BBF624A6DA3CF , 0xE3BF6A198C4E4703A17B72D0D73052BF , 0xE51C482873804C1CB3756DC1C92695A7 , 0xE5A5C0592E9B45DA82D0AD1D7197CF9E , 0xE71F0585BCEB424F9FDFADCA9B86393D , 0xE86938EAD42843A497A41BC80EE65833 , 0xEAF892F173694107B30C0F1F5E4D5B40 , 0xEBA45DA3C33F4AE08616D4275B789479 , 0xEC026FEE1A214B52B7FEB7BC97F1409B , 0xEE2B4D552AB44917A1CDF0BC57889C58 , 0xEE4107B421D448FBB628A202C0B2DE24 , 0xEF060CD426844B678BC6F4276355D74B , 0xEFE987DF665947EAACE9D78ABD6ADB3A , 0xEFF689D23E264C44B773885F2A4A39E9 , 0xF049A79DA1B149D78934F48E4C32E642 , 0xF12CFAF8778344C1AB07E806815B8B67 , 0xF2E95170D45F4855861F66229D5DF676 , 0xF57AEB0C8B07404C964B518CC25E4C1F , 0xF7BDA456E7E242A0BEAF0F3CB8FABADC , 0xF87CDF49390A485998892BF839487ECD , 0xF8F2704CB7E542598507750F9FC921F6 , 0xFAB723DEA36E4E3FA4C0FCE2EF6FBA70 , 0xFC2152FF8583496196D8E83928E47F7F , 0xFC8168C8F4974A11B44548B655737137 , 0xFCEBC86AC3954B8092F471D6315E7C61 , 0xFE39D48A0F9042A5AA00066EDA98134D , 0xFF0342690EFC467CBFA11FC7BEE27CDD )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
52
0.38 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 #╔JpOïí┤ü£8É\x16 ê "
]
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` = 0x250C23C94A704F8BA1B4819C38901688 ;
Copy
53
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 :
[
"/navigation/0cb164753b2c4e08aacec4f2258c0a51 "
b"%\f #╔JpOïí┤ü£8É\x16 ê "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/navigation/0cb164753b2c4e08aacec4f2258c0a51' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x250C23C94A704F8BA1B4819C38901688 AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
54
0.35 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
55
0.28 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"""
\f ±du;,N\x08 ªÎÄò%Œ\n
Q
"""
]
SELECT path FROM category WHERE id = 0x0CB164753B2C4E08AACEC4F2258C0A51 ;
Copy
56
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
57
0.36 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
58
0.48 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"""
\x01 ŒÊÃ\x18 4yù°Ž†Ù=ï\n
Ü
"""
b"äbf\x11 1oBêˆu %éMœÇ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x018CCAC3183479F9B08E86D93DEF0ADC , 0xE4626611316F42EA8875A025E94D9CC7 ));
Copy
59
0.46 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
60
0.22 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
61
0.19 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"<2Í=z¼FwØ▀╝Èx┌\x05 o "
]
SELECT iso FROM snippet_set WHERE id = 0x3C32D63D7AAC46779DDFBCD478DA056F ;
Copy
62
0.28 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 #╔JpOïí┤ü£8É\x16 ê "
]
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 = 0x250C23C94A704F8BA1B4819C38901688
;
Copy
63
0.19 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
64
0.34 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"<2Í=z¼FwØ▀╝Èx┌\x05 o "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x3C32D63D7AAC46779DDFBCD478DA056F ;
Copy
65
0.35 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"ç«#Q\x14 ÿCb\x03\x0E Úç "
]
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 (0xE7AB235114FF43EEAB9AAD62030EDAE7 );
Copy
66
0.32 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
67
0.45 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"""
\x01 ŒÊÃ\x18 4yù°Ž†Ù=ï\n
Ü
"""
b"""
\x01 ŒÊÃ\x18 4yù°Ž†Ù=ï\n
Ü
"""
b"""
\x01 ŒÊÃ\x18 4yù°Ž†Ù=ï\n
Ü
"""
b"äbf\x11 1oBêˆu %éMœÇ "
b"äbf\x11 1oBêˆu %éMœÇ "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `file_hash` as `media.fileHash` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x018CCAC3183479F9B08E86D93DEF0ADC , 0x018CCAC3183479F9B08E86D93DEF0ADC , 0x018CCAC3183479F9B08E86D93DEF0ADC , 0xE4626611316F42EA8875A025E94D9CC7 , 0xE4626611316F42EA8875A025E94D9CC7 ));
Copy
68
0.59 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"""
\f ±du;,N\x08 ªÎÄò%Œ\n
Q
"""
]
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 (0x0CB164753B2C4E08AACEC4F2258C0A51 ));
Copy
69
0.73 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.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"wn\x1F 9ïØL¼ ¬õew‘0† "
b"R &\x04 –J\x1F ›\f fji\x12 %r "
b"""
\f ±du;,N\x08 ªÎÄò%Œ\n
Q
"""
]
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 (0x776E1F39EFD84CBCA0ACF56577913086 , 0x5220260496AD4A1F9B0C666A69122572 , 0x0CB164753B2C4E08AACEC4F2258C0A51 ));
Copy
70
2.88 ms
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) AND (seo_url . language_id = ? ) AND (seo_url . sales_channel_id = ? OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 )
Parameters :
[
"/navigation/0cb164753b2c4e08aacec4f2258c0a51 "
"/navigation/776e1f39efd84cbca0acf56577913086 "
"/navigation/5220260496ad4a1f9b0c666a69122572 "
"/detail/d933f0299cfb4879906e8f4db928e0f8 "
"/detail/1af0553ecbd946fdb0273fc81b66c9fd "
"/detail/9c1a1d1ece0543889c4c0e72cbce4fc0 "
"/detail/e77a494b14f74c428a90405801474c06 "
"/detail/2fea6a104a45457cb4ee98781c22150c "
"/detail/5bc48a1b6f54446093f8fb1f7c01beb5 "
"/detail/8026eda9221541dbb7d9a16219c21b26 "
"/detail/8bba55191a3b477a879e14bf68f730a2 "
"/detail/9cc4571c906e4485845e0391bcf2e46e "
"/detail/a0afcea604ca46dbb6c8a1d629c74be1 "
"/detail/b7484b5225574045bf4fed7e282ccabd "
"/detail/e29d1e4378fc4741ac91725ad0e82c15 "
"/detail/ff0107978910446294eed4c682b05a5f "
"/detail/0c14cf5ff5924585b517893c92706937 "
"/detail/657c99321183491d818c5ae6ad021591 "
"/detail/e31b53a462724f639d2b70cff14dc097 "
"/detail/095a4d5ee33e4ebeba332b9436eec2b8 "
"/detail/1c11145b5cac423cb76ff55794260b05 "
"/detail/712cdb10c3b1404c81ecc4896ab6d6b2 "
"/detail/98a28caeb6864356b512ead1f4f90964 "
"/detail/f19bce543fdc40b4aad9f7726fb3d901 "
"/detail/03c84765512d4882bbeb6738a3289f14 "
"/detail/aac8de25ccf644d8a754690d4b42609c "
"/detail/f716482058d841ba8c312a9dc9c0883a "
"/detail/00f0f324f5fe4ad1b2ac69323d1ed30f "
"/detail/2a5d13fe5bfb466a805f93fda5166437 "
"/detail/4e44e029d75544b4981bd0b3b2c2504b "
"/detail/c6ebadde2c57429489669b2b85527304 "
"/detail/b77127b2589448efbb3fccb012cd6934 "
"/detail/8cff414a84794d29950aa8dc0f409561 "
"/detail/0812bd0ce410454da66d6841fcec8e0a "
"/detail/7b9847124d5e42e3820a036e70c34374 "
"/detail/8220a77a7e6d469091289733cfbee5ef "
b"/»_ââšMpªXTÎ|ãâ\v "
b"%\f #╔JpOïí┤ü£8É\x16 ê "
]
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/0cb164753b2c4e08aacec4f2258c0a51' , '/navigation/776e1f39efd84cbca0acf56577913086' , '/navigation/5220260496ad4a1f9b0c666a69122572' , '/detail/d933f0299cfb4879906e8f4db928e0f8' , '/detail/1af0553ecbd946fdb0273fc81b66c9fd' , '/detail/9c1a1d1ece0543889c4c0e72cbce4fc0' , '/detail/e77a494b14f74c428a90405801474c06' , '/detail/2fea6a104a45457cb4ee98781c22150c' , '/detail/5bc48a1b6f54446093f8fb1f7c01beb5' , '/detail/8026eda9221541dbb7d9a16219c21b26' , '/detail/8bba55191a3b477a879e14bf68f730a2' , '/detail/9cc4571c906e4485845e0391bcf2e46e' , '/detail/a0afcea604ca46dbb6c8a1d629c74be1' , '/detail/b7484b5225574045bf4fed7e282ccabd' , '/detail/e29d1e4378fc4741ac91725ad0e82c15' , '/detail/ff0107978910446294eed4c682b05a5f' , '/detail/0c14cf5ff5924585b517893c92706937' , '/detail/657c99321183491d818c5ae6ad021591' , '/detail/e31b53a462724f639d2b70cff14dc097' , '/detail/095a4d5ee33e4ebeba332b9436eec2b8' , '/detail/1c11145b5cac423cb76ff55794260b05' , '/detail/712cdb10c3b1404c81ecc4896ab6d6b2' , '/detail/98a28caeb6864356b512ead1f4f90964' , '/detail/f19bce543fdc40b4aad9f7726fb3d901' , '/detail/03c84765512d4882bbeb6738a3289f14' , '/detail/aac8de25ccf644d8a754690d4b42609c' , '/detail/f716482058d841ba8c312a9dc9c0883a' , '/detail/00f0f324f5fe4ad1b2ac69323d1ed30f' , '/detail/2a5d13fe5bfb466a805f93fda5166437' , '/detail/4e44e029d75544b4981bd0b3b2c2504b' , '/detail/c6ebadde2c57429489669b2b85527304' , '/detail/b77127b2589448efbb3fccb012cd6934' , '/detail/8cff414a84794d29950aa8dc0f409561' , '/detail/0812bd0ce410454da66d6841fcec8e0a' , '/detail/7b9847124d5e42e3820a036e70c34374' , '/detail/8220a77a7e6d469091289733cfbee5ef' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x250C23C94A704F8BA1B4819C38901688 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
71
0.40 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"d¿\x19 "N1Ec«¢D`ݧeø "
b"ëË■\x06 ¢|Güö■æy®`-§ "
b"Ù€¦ßÇwLђౡƒvBt "
b"\x01 –\x1A ûÉ•sw–±d§µ5[] "
b"\x01 –\x1A ûÊ&sÏŸ²Ö} ÍŠb "
b"b5Ââò═G_É'ìAÎ▒│l "
b"¼Z;YeCFüþ─╦Br\r + "
b"╠\x1D µ§AeE˪è\x00 ¸ÄÅ ¾ "
]
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 (0x64BF19224E314563ABA24460DDA765F8 , 0x89D3FE06BD7C478194FE9179A9602DF5 , 0xD980A6DFC7774CD192E0B1A183764274 , 0x01961AFBC995737796B164A7B5355B5D , 0x01961AFBCA2673CF9FB2D67DA0CD8A62 , 0x6235B68395CD475F90278D41D7B1B36C , 0xAC5AF03B5965434681E7C4CB42720D2B , 0xCC1DE6F5416545D3A68A00F78E8F20F3 );
Copy
72
0.45 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 #╔JpOïí┤ü£8É\x16 ê "
"header "
"header/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x250C23C94A704F8BA1B4819C38901688 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'header' OR seo_path_info = 'header/' ));
Copy
73
0.34 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 #╔JpOïí┤ü£8É\x16 ê "
"/header "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x250C23C94A704F8BA1B4819C38901688 ) AND (path_info = '/header' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
74
0.26 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"%\f #╔JpOïí┤ü£8É\x16 ê "
"Cjc9R6ELXmG6TKe8Bfi3LSIQAuBFHBKK "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x250C23C94A704F8BA1B4819C38901688 ) AND (token = 'Cjc9R6ELXmG6TKe8Bfi3LSIQAuBFHBKK' ) LIMIT 1 ;
Copy
75
0.17 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"Cjc9R6ELXmG6TKe8Bfi3LSIQAuBFHBKK "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'Cjc9R6ELXmG6TKe8Bfi3LSIQAuBFHBKK' ;
Copy
76
0.26 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"‘0ã\x07 Ë‚GË·¬œ\x0E :&åV "
b"‘0ã\x07 Ë‚GË·¬œ\x0E :&åV "
b"‘0ã\x07 Ë‚GË·¬œ\x0E :&åV "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x9130E307CB8247CBB7AC9C0E3A26E556 OR `parent_id` = 0x9130E307CB8247CBB7AC9C0E3A26E556 OR `id` = 0x9130E307CB8247CBB7AC9C0E3A26E556
;
Copy
77
7.32 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|9130e307cb8247cbb7ac9c0e3a26e556|% "
2
7
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|9130e307cb8247cbb7ac9c0e3a26e556|%' AND (`category` . `level` > 2 AND `category` . `level` < = 7 )));
Copy
78
0.77 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% "
"%|9130e307cb8247cbb7ac9c0e3a26e556|% "
7
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 '%|9130e307cb8247cbb7ac9c0e3a26e556|%' AND `category` . `level` = 7 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
79
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` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"…DzÆö‰F=—\x7F ï&Î;·† "
b"‘0ã\x07 Ë‚GË·¬œ\x0E :&åV "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? , ? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x85447AC6F689463D977FEF26CE3BB786 , 0x9130E307CB8247CBB7AC9C0E3A26E556 ));
Copy
80
0.32 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 #╔JpOïí┤ü£8É\x16 ê "
b"%\f #╔JpOïí┤ü£8É\x16 ê "
]
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` = 0x250C23C94A704F8BA1B4819C38901688 AND `language.salesChannels` . `id` = 0x250C23C94A704F8BA1B4819C38901688 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
81
0.28 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.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 `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.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 `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
82
0.22 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 #╔JpOïí┤ü£8É\x16 ê "
]
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` = 0x250C23C94A704F8BA1B4819C38901688 ) GROUP BY `currency` . `id` ;
Copy
83
0.22 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
84
0.22 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 #╔JpOïí┤ü£8É\x16 ê "
]
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` = 0x250C23C94A704F8BA1B4819C38901688 ;
Copy
85
0.28 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 :
[
"/header "
b"%\f #╔JpOïí┤ü£8É\x16 ê "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/header' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x250C23C94A704F8BA1B4819C38901688 AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
86
9.79 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/3f033e83634840b0aff5478d4073c800 "
"/navigation/98f6d14511b242008277ec99e06c5cc2 "
"/navigation/7cc6c1f06d6b48389367a440a31431b0 "
"/navigation/2e0775c4ba4048faa99dec77dff8aaab "
"/navigation/ead0c5ca99934fae885118f805406f7f "
"/navigation/38fc3079e4b74d5f92a0932d44da6132 "
"/navigation/eb7e93a08ca44cfe80eaf89303430571 "
"/navigation/2b7d495acf9d431bb069082019ec670d "
"/navigation/b63ff0faf69b4074b8769f18c93f1698 "
"/navigation/97edfefa62c943ceac6328301e10bae0 "
"/navigation/5395918a94b14781a22ee26605cc76ae "
"/navigation/018a985a0be87366833a54d56a2d94b2 "
"/navigation/820ffa045f22487a91897759c15ca172 "
"/navigation/1ef4ef5f5b67444aa7b9d9179df92343 "
"/navigation/d848703dc0af45efa854af7137c208a9 "
"/navigation/c034b7f7823c4f3486f3cb5f9fa5fb0c "
"/navigation/34839bc2ea014770a4e300adfb9e4106 "
"/navigation/55897c962e554647a08c3a3b97c6b415 "
"/navigation/ba7a1e0e5a5d4d44802266394858b7b6 "
"/navigation/721cb5976d704f158b3997115773545a "
"/navigation/e498f018dafd44a98143e6746a7faccc "
"/navigation/bd4cc51fa1b44a5f80088549d6479e4b "
"/navigation/76558653a134440db961996fb5829e1e "
"/navigation/ea852067a9cf4e4ea3c74a631a5c39be "
"/navigation/018ac769f40b76abaef95fd43f39eac8 "
"/navigation/3f1931430aec4d65a6660187f977a5d9 "
"/navigation/61e7c6e0d9dc42fea899917ac365281e "
"/navigation/54ed2db95da54edfb6fa229ef7b0b6a8 "
"/navigation/ff18757c09c14cd1b7d00b351b9c5004 "
"/navigation/770b4d21286f4c6482ab1ef76606c94b "
"/navigation/a1853caed9e644a99d597e4b17da6ac5 "
"/navigation/9b506f6186ba43fcbc97ff7d1a4b077d "
"/navigation/b96b6f00611c4033b553f85cc4b81ccc "
"/navigation/eeb3a00af3be4c7b8c3bdb4bda7948b3 "
"/navigation/00d1d43f5c9d4dd8a09bfdb61cfdee82 "
"/navigation/b051f0faf9e84220ab746bcaa00c5e48 "
"/navigation/92b822d2e61a4933b0e11a5ee86ccf31 "
"/navigation/82a8aecc86a043f7949b0ab1ae6733a0 "
"/navigation/b5bf29db1ec84c2a9d6216292e60507d "
"/navigation/51f13fa77c9a47a0a480da5d628267cf "
"/navigation/cb710c67da94415a8895b55fd1b29caa "
"/navigation/e0cbb91865274128a0b44245c25af705 "
"/navigation/0191dc0568d67523af2478636b89c555 "
"/navigation/b0de198b4a1f4506a8aba9b9113a1e88 "
"/navigation/1861993eac744021aa6ff42ca6ad7172 "
"/navigation/0198a7fb361e4792a4b01fd8c69802e5 "
"/navigation/02e9c64ef397475d9aa5ab54e9cc12eb "
"/navigation/f2b439b2b8ad4630bea781e9695db3cb "
"/navigation/002f736fe8854dfeb05e6ec8bc1d4675 "
"/navigation/0191afb6e06c74edae17d67a448ee977 "
"/navigation/018b58fc4ecb7dfab7440a4f7fc149d4 "
"/navigation/9c886ae4805247fc871bc860b4527457 "
"/navigation/bae6b34d47314270b989de9bc13a20a4 "
"/navigation/a5d6a6fff1a44160a126d8f12312557d "
"/navigation/aa004025f4c145bbaa752db508712fc1 "
"/navigation/4887f37db410455e8d0ea964d898bec7 "
"/navigation/20768a413f7d45c390915c64eac357d8 "
"/navigation/c5f41c4d69104dd68417fbd54eab441b "
"/navigation/e6ec8bdf2b2d447a97fe63d030100ac7 "
"/navigation/d841b9322933480e8bcd6742b7c43581 "
"/navigation/59da5b0fc52e4c008d398ceaebb4d78b "
"/navigation/c1fa6f52e57544d881014ca5d9e26228 "
"/navigation/4a546aa10fa4493c8b4cdf2b6ea7040e "
"/navigation/dfee341f4552476282223e99376f0a4e "
"/navigation/9d0d7cdaf6a4407bad0a14dad330300b "
"/navigation/7f402d8a6c9544e19b75d89710a7477a "
"/navigation/397747bfcaa2434fbf7e03c0ceda8be2 "
"/navigation/e1e8339a5e2c4ffb8fc6d0ea6602dd03 "
"/navigation/8e03a04163da441fba9a48832fecd045 "
"/navigation/486e43b213fc4de999930ba89b5e6bbb "
"/navigation/0191ff8ff2817270b8cc1cc1f6892946 "
"/navigation/7bc3abe7bae5407f9d1d73a7186b9b4e "
"/navigation/6b6517bfaf9d491bb19655f1edf6b4af "
"/navigation/019198cabdb47335af12feb95d5908fb "
"/navigation/0191ff9ba2be7bc2a26a101d549f4df0 "
"/navigation/461b21abdbb44d27b500c876ed79a698 "
"/navigation/0566b040627f4452aa02a25f654b34e0 "
"/navigation/4c23231e83604c82af33562141b609b4 "
"/navigation/a87456995c0e4bf38c8fc0284760ddcc "
"/navigation/fe5b649f6d1e45bdafc7479136a90d6b "
"/navigation/82c106727dc940c98aef47eced57bfa7 "
"/navigation/224616f0bf244252b4faac82eb7aeba6 "
"/navigation/07bba04cf68d4b65aa04198af6514b55 "
"/navigation/d97dc5e470e14aa7a154c0aa4ddcbdc1 "
"/navigation/4495801a0386460ca41f4fa7a23e5950 "
"/navigation/3294860c5073433db20440192b7ab86c "
"/navigation/eccc0fbb1ccf407292d805111bd8afed "
"/navigation/560b8560dd974a538ddee6aaba9198f9 "
"/navigation/aa10c418696940838d4f2125aeabbd74 "
"/navigation/69895c5c3b954f748da70c4735e0e8cc "
"/navigation/6a4f7f38fa294d15bcc589caf253a5d4 "
"/navigation/e37c85fcb1904b17b727c48f35873596 "
"/navigation/bad75419468047a3adf08ee218bd57e6 "
"/navigation/43f318a9890045db8d07896f50b98d6f "
"/navigation/2782551d8b1747dabfd18b8197665a1d "
"/navigation/a7ce7ffb482643928ae0b1abbd7419d8 "
"/navigation/5330b050c07f488fb15c8013dcfe7f84 "
"/navigation/b7f0ffeddcb94f2588e4ad79c4851271 "
"/navigation/023417c07a56465b960b90e6bd74d589 "
"/navigation/27449249377b4af7974356bda3ec1de3 "
"/navigation/9b923bc23a854f74b40fd282de317d6c "
"/navigation/7318d41a275c4ca4af1d3db99083042e "
"/navigation/df1d1a21bd3440248e349287349dbbfb "
"/navigation/396c14457dbe45c1a341ad6eccb58372 "
"/navigation/ed47c5a4f97046d09de17f8f78a40ba4 "
"/navigation/0191ffd4cec17ae48a8cc8d259b1896d "
"/navigation/d6b7ffc0b4254444a7a7f78731bfc470 "
"/navigation/be12db1a617a4fe598723040991a9765 "
"/navigation/77c37e8bc53949418b7f852c6e5560ac "
"/navigation/0191ffda20017097ab3f158fd9c62217 "
"/navigation/02bbbdc51bba42a5a58240e945f1f538 "
"/navigation/e4c971329a4b46b588e8cc3f6d32fda9 "
"/navigation/1d3bdd0d0b194fe9b01d426b61503447 "
"/navigation/3e87def1d0804859b572320140bf817e "
"/navigation/b209438040e34cca88c56ed9599e880e "
"/navigation/33072838c6704f86a0c9cb64ab2d4f31 "
"/navigation/0192761713137f02b21256635b339446 "
"/navigation/69606d4711c840d9ad6f83c04aa8fa3f "
"/navigation/674e2c94602d4206b42a2f445550b54b "
"/navigation/0948ffb90dcc4adb8a1b0c49ef1d822c "
"/navigation/874f3150aed64f279dba382eef07ebfe "
"/navigation/84c94b1d01d84651b290ab969f9572df "
"/navigation/aea7e6b9874b4b229e6e0162b7836a3c "
"/navigation/58fc51ca0cb34fbbb31e8254024a35af "
"/navigation/ba026bc98d134f5688115565d9e15da8 "
"/navigation/6b9f2ff8cd1c4b52913b79f6dedc29cf "
"/navigation/a1cae4e33a18445d92592aba48cc9817 "
"/navigation/cac1b19f49584fb39f293f089d12d307 "
"/navigation/59c2b73cf851406aaaaf0e8e6ae45741 "
"/navigation/71340fd42b58441baaf8317df41c7503 "
"/navigation/d494053c5f744f379c773f5985c485aa "
"/navigation/9bf2c2870fbd40338076b4c213e803d7 "
"/navigation/98bf9f5f502e4c52809251430e8c4893 "
"/navigation/01963dd96e8771a1856f950b17921c65 "
"/navigation/aa930c297f61428c8edf5fcb750d2675 "
"/navigation/579876ee3eb54f59a5a53cb2497bbb2a "
"/navigation/7c65fe5148494ae6919927757c54fd43 "
"/navigation/01920ea74b327e26a7e0f09513ce6126 "
"/navigation/57279104de774d0b8132c1f3171946a8 "
"/navigation/6ea664abc17141e6a0efa6d2ee317c7b "
"/navigation/fb48ebaf64664901bc1c496a78b87334 "
"/navigation/1209539cb11a4ba98ea0e3a93016af4a "
"/navigation/4c343c54a6d4462786df6c53e9fffb1c "
"/navigation/952c84237fc34474b2106b85759a8bc6 "
"/navigation/9c4cd8b5bfe543078bd52781514ef7ed "
"/navigation/7fae1502177046acadac4fdde5e160f2 "
"/navigation/01920eafd60c72788c419bed237f75ea "
"/navigation/ea24afbd95e94b6cb1752119d6c39bf8 "
"/navigation/17319468f0174bb9bf691db9fddadbad "
"/navigation/15bd872c02064309996352c227ebaec7 "
"/navigation/01920eb3659d74db8da7563157805026 "
"/navigation/a51f1078d60e41c3ba11303adf68e815 "
"/navigation/0f47f62244114dcda5d0fafee3fb7517 "
"/navigation/c3db32b96aae440b9ab6b94560ae1c45 "
"/navigation/bee52f2b0200409b9327fdf64f9af5f5 "
"/navigation/0c14d04cc33e402a921fbefb20ccaaab "
"/navigation/e1994d6003c94cf280d796135b398b9f "
"/navigation/a54f28caa4d547c690400808af201c70 "
"/navigation/e87e43183bff4e44b04bed0e3a5f5b68 "
"/navigation/25e7ed25d6214252b7c549d3861fab7b "
"/navigation/575617d66523484faec66ad162985f60 "
"/navigation/00287fe188cc4880beb307cb331d8760 "
"/navigation/2b75c93fe59f444ab93eef068bfc39ce "
"/navigation/ca80d5d641444ec1a263659c342c1fe3 "
"/navigation/859bee28689d40b4afe2fe723407f0de "
"/navigation/f85b37716137400db6d7ba57711faf35 "
"/navigation/c8253ae2960445238391c7970a53c65e "
"/navigation/a51f1e8848bd4c098d4b0bf880a2235a "
"/navigation/ad1dba9710bc4aae9aa0bd5f5e3e510c "
"/navigation/9e9881bd1f424ee9952e313ee6f32204 "
"/navigation/dd58e4c1d3834a149463dd45a42aeaed "
"/navigation/fb3fbf3b0f88449db444ae792676f52f "
"/navigation/4bda0f99ba164be6a0237886e31aa651 "
"/navigation/eded34f8714640029571bbabb06c534e "
"/navigation/3c909cd87e264953b2bf196baaad417b "
"/navigation/274a0dd216d54543a9e3534d231906c1 "
"/navigation/d50bc0114a95440b98f77f1d193c29ee "
"/navigation/68f7ffb10a104e91bc2447f6b88ae216 "
"/navigation/5e4b74bdca5a4b16a976abd2cccc0f79 "
"/navigation/016ede88cd204cbc9962dfa6f02a0d51 "
"/navigation/3203feba893b41b1974b943821756f74 "
"/navigation/0819b3e5eb1a407cb7eab167e0fa5a69 "
"/navigation/a01e3b13dc404388b501c4d87ca82c6d "
"/navigation/3bcc300a4f634d2fb50210924f0e65c5 "
"/navigation/1ada549af4ac45fc8df6fd283a82e6ba "
"/navigation/a2f7cdc50e7c4ce49770bc558f8cfade "
"/navigation/180a72a0475243a388a12765d48894f6 "
"/navigation/55aefc7f2421464ba15cc325a6078479 "
"/navigation/97b47470f2d040368e2514ff3d929fb6 "
"/navigation/39f868d9a6eb44079320dd6c9ef029ab "
"/navigation/46c38a116e674e28874d79ec05c21673 "
"/navigation/a4dc2e30b86a4ba4b083595c2b7500a7 "
"/navigation/9d606e243da54d1991fe684851cda54b "
"/navigation/db67c1016f9a4611b23e1ae7d55bdab0 "
"/navigation/ed125ffa6cf24fcd9a1f742e89345e05 "
"/navigation/d332b57b03a442dea32269ecfd539cb5 "
"/navigation/45edced146374ed285a57e9c9521efb9 "
"/navigation/ae1d4a02a03a40ef996db4427983d57d "
"/navigation/bcf4385239774f64a6bc5fab78c66357 "
"/navigation/a5c0b45c70114679ae81b53e6b8e9af8 "
"/navigation/070aef9f49924e96ac7c48002b962332 "
"/navigation/019261913f727eea935e57f41a8f1287 "
"/navigation/9a4c4a66cbf44c248e88ccb1c23b29e4 "
"/navigation/05bfa6635c6c4527a5328110ee6bfd56 "
"/navigation/54b0bc9967714145848afae4f57d4a39 "
"/navigation/1ab8293a477c46dca9df55ab2f8148a8 "
"/navigation/4546de002e444304b3b85da07851ae74 "
"/navigation/895cdec2893446bfa930102bea54f602 "
"/navigation/42de6326833e4cfc82956833d44fae8a "
"/navigation/373e756513bd46738c0ea6d74ac5f054 "
"/navigation/a0364e3abecc46b29bc0ccb053c7a923 "
"/navigation/019261919bff7c0bbcc816c320c13dc2 "
"/navigation/0828022bf1ee4eb9b56d7903f9c800c2 "
"/navigation/b48aba7f1a874a219f384b524d212865 "
"/navigation/47b386311282419197d42c642cf2a811 "
"/navigation/5c83be8a4ab64e3e9b12198b87ab5e2e "
"/navigation/7c97967ae1ac41798009a0ea3de331e6 "
"/navigation/0194efbb61e37ed29ae85d79d083e67c "
"/navigation/62640aab2e3547f6934c1c61a9d9e3d2 "
"/navigation/0194ef0571cf79a78700d8635333dd08 "
"/navigation/6ac3ec347e6f49f1b5abe431bb474a10 "
"/navigation/7de8323cd0bc47deae392c01a0b87f23 "
"/navigation/c0a7a6af01e0450fa8a405195dc31014 "
"/navigation/3e69d95c4db14955829e2f69b280aea2 "
"/navigation/2d1832cc613247acb7a52ee1b9ac390b "
"/navigation/4739ee5150ec4c428ef00a1c4320641d "
"/navigation/019261cae3e27464a46dd5475d325a50 "
"/navigation/104e5fc376f4488795e7927a8e27cc3a "
"/navigation/01920a771dc87e24a109c546a7b994f5 "
"/navigation/1519269bb3d24fea880164db702cbc94 "
"/navigation/594286c0fe1c43a28b40388f58dea3d6 "
"/navigation/67dfe66c18824789970fbecd4fc158b9 "
"/navigation/6848635ac22b4409983187106a137392 "
"/navigation/ed7a5eab4d9843d385636b8676a4f68f "
"/navigation/0194dfa53fb27fd5a06bf9b0139e6c98 "
"/navigation/0194ef2d44aa7f0b8886658486510dcd "
"/navigation/aba1f6a4995b4e9e9f010400236a4add "
"/navigation/f1c20c736d90482da250de35252dcd53 "
"/navigation/e76bc31384b14bd9823d6175990f2ec1 "
"/navigation/f9b50a466bae44fc8b8b27104fb0f121 "
"/navigation/d179726268784d24ac766450a3ec414c "
"/navigation/c07f83987c0f494a926d0201b7da719a "
"/navigation/8b3a0015f57649ca97d638e725e5410c "
"/navigation/68f2a9a837da4a79a96249735fbf6dbe "
"/navigation/8c3f35fbccc942548296f5af9e011646 "
"/navigation/df98d6810f2a4d938ff8d36861fbb234 "
"/navigation/01947fa32bd67793aa63701e1898affb "
"/navigation/98bd93de7fb346dd894720c95d443073 "
"/navigation/dc12ea47e4734cde86754e344d9c03e3 "
"/navigation/e5a1973265124541b4f2f6fa936f5877 "
"/navigation/7f064e615ecf47cd8e1abfbf0fb24dd8 "
"/navigation/30f706624a6b4b0da605a876bf6d1300 "
"/navigation/dd427d244e834f599b0648e19a885a7e "
"/navigation/f43edaf60c7949ef8ad0a5ea3aed0ed0 "
"/navigation/d5e79b66153d4652a31f1b29776ae498 "
"/navigation/67442000a5ea475ebc0249a9020b492c "
"/navigation/400d97c9f91448a98e2177c27b02ab7e "
"/navigation/fa9e69cab4f44ad9a9692dc8e60efa5c "
"/navigation/fab8814487cf4098abc47a6bf42c25e6 "
"/navigation/019261de741f72b692c7db4897501c17 "
"/navigation/c1b8554c70b8483c96a87651a9de6431 "
"/navigation/9f243b7a91db4a1dab4b784f701a57e9 "
"/navigation/05c85bb385a44f6e95d0eeed8e349753 "
"/navigation/019261dfcbef72fa904b0710fd36bd78 "
"/navigation/ecfd62ac4b294dbe95584f563d92077e "
"/navigation/cbf2c55cf150444289e7e55d8a1213b6 "
"/navigation/8a7a8cd1f9184b68ab75877a21ac890a "
"/navigation/86122f14d97c4342a7051aa6cdd956d3 "
"/navigation/81ef3c8f1a1d4c17a1daf912952dcacf "
"/navigation/718542a8553747cabfbccdf7a851d476 "
"/navigation/333ef030603140eeb44dee752533654e "
"/navigation/15ad0b07c6df47018879a49046fc96d8 "
"/navigation/a71ff6c5dfdb48219a3398318042a549 "
"/navigation/4e4659f68c7f4fdc9d929a47184c996f "
"/navigation/839ba931590b45bc94c8a2b3483348f7 "
"/navigation/0025634c7d1a41b49524e70c85032691 "
"/navigation/e1d1ef9f10d64f0fb0b9fbba712fc6f2 "
"/navigation/e412a3c3fe01481394bc81a00f13c5f3 "
"/navigation/7fe87c345e104cac95104406342784d4 "
"/navigation/62737cbf6a59455580886b71e4ea0cc3 "
"/navigation/6dcc718aea4c4200a4827891c33260e9 "
"/navigation/01930656fb5b7143a6d98ce76daac080 "
"/navigation/0193065741147ecaaa54b930e2e38629 "
"/navigation/019306579ca57852a2c87d881b27323f "
"/navigation/19ceacbe0e7d416289fa9c00324a6ddd "
"/navigation/104c03844bbf4a4ebf2c1135ced0189f "
"/navigation/3d7a6bd342fd4c599a200ffd3a709dac "
"/navigation/c44e4be39f95479cb204fa57c6fe3b17 "
"/navigation/2ea10245ceb845bfbef16f5a3be3760b "
"/navigation/300453136bc1449082f370a27f8541f2 "
"/navigation/fffcb61c67464c1ea3cc5bf78abac66b "
"/navigation/577009a4ff794d7fa89ee9d8b4358d7d "
"/navigation/71858f0a35cc46daba0bf2cd66e55811 "
"/navigation/cf252e24202f4221ad3130b17687509b "
"/navigation/c7461e719cee4a93bbb55a8d2dcd414d "
"/navigation/65a52dffd56f474db5a8379b0cc42af7 "
"/navigation/f70f8fbc833f45218ee9d84ec668de1c "
"/navigation/79f1509e4cbb4164af16a5b3bffc99ef "
"/navigation/d5ed4f4fcf6f49589a4686b8d2a117f4 "
"/navigation/1345760800794729905699fd18de2e5b "
"/navigation/831a5f631d014724a092cb362521d715 "
"/navigation/cba03ee6000741ca9310a29b69478293 "
"/navigation/c86ff3c1f1ee4654994b8432a2f36dd5 "
"/navigation/db0034b033ef444db3ed06122333b21f "
"/navigation/018a841cecc87ab7acb75c7c6120eb3a "
"/navigation/018c68586ec977f49737c1ac744b5021 "
"/navigation/6831c0ba6f0c470f8fb94029d0e1aaf7 "
"/navigation/0194efc8473a73d784bc00a194a04620 "
"/navigation/79d7efc2e63e469f9f963c603771996e "
"/navigation/a8a7a234ae03473aab2636dbb2ebd516 "
"/navigation/a7a0607121a24f3da44dde1235ace7af "
"/navigation/01951d83f75877e1913764b832137b7b "
"/navigation/5715447ee461484e90ee9028f92fbb28 "
"/navigation/d5514b42fed74e0d8a2f3c84cdf4a96b "
"/navigation/07c9b9b8573d44f0889fffb325f8e76a "
"/navigation/e9f36632f2c743bda0a1b5d7e22b3490 "
"/navigation/02e050d8247b4bbf8dd1d864ba803a41 "
"/navigation/130cb12e25d74aba83c0eb8c0e96e136 "
"/navigation/af6d34192a37447baf917481d325e994 "
"/navigation/362c9bc04984425083f946af93e2e4c3 "
"/navigation/31f6f838172044869a15011779ea334a "
"/navigation/1ce4f47431374d50afb5c1f26ebde6be "
"/navigation/078d08c41ec14ae4aab1c9e84d9e9c66 "
"/navigation/b9f18983c2a84e53a5100978b364942b "
"/navigation/d267114a3970479eb07b17e1bbebe316 "
"/navigation/b260848054b34c38b084600578d82801 "
"/navigation/7a5ebed04b274f429cf49f3002c5d1f5 "
"/navigation/9720a458f2dd4fabbfe95203b6f427cf "
"/navigation/57d80ff675bd4a7f832840b515f90d33 "
"/navigation/c28084781d5941a2aa6e480227956cee "
"/navigation/84e527ec242f42afb3c3cc2575893be7 "
"/navigation/1f4174f20c7f415aa377ebc945178f55 "
"/navigation/b85eda936ded4bf4bba1070080b31051 "
"/navigation/7ad25f8db4ea4f82a616d794dc06b941 "
"/navigation/36c3ce176e3b4e498c4665de7126fb51 "
"/navigation/6b530a211e2d4096845aa1e40e51df9a "
"/navigation/bc0d63f8592a4a2fa2f86a16269e1013 "
"/navigation/bc103728dd6a486faa96d8504cb01fcf "
"/navigation/845363d543be4e318dab4766cf012a06 "
"/navigation/6b6ac2c3bf834a1c91b0f49dd81c36b5 "
"/navigation/30f27299c29247ed80debfd68890a85d "
"/navigation/0443c4068de045c3b2ad8b4873a24f3f "
"/navigation/86fd2b1099a244d5ba4feb97155e63ce "
"/navigation/db74fe0471674a3f8ab552e35aed820b "
"/navigation/0194dbf8356a7624a38cb7c3e705cec5 "
"/navigation/0194f1ccc7647e8482e0e4f0ea326358 "
"/navigation/0194f1cc6d1a75fb83b7411110d37259 "
"/navigation/325f0042ff1d4d67ac52250b4ddc3818 "
"/navigation/5ce145735ce4417d8d3d8dc9e4aea01e "
"/navigation/8cd419b6b1c5463fa11cf711f55e0ce9 "
"/navigation/0b0b7f4e3e2e495bab3ce3e84353ec53 "
"/navigation/f0d394086b1d4b48ae7439b2407c1dea "
"/navigation/019261d889ce7736b74d35c7e44c7297 "
"/navigation/ece22d7a9dbf473dacb83e3c8d7b886b "
"/navigation/d5dbbbfb54c54c51a173f6dcff022ead "
"/navigation/25d001533cae432bb5d7a07e3cc8c83e "
"/navigation/c85bd140815d471b846b1d965807966f "
"/navigation/49c412aca6e3421bba254c0e6a5c880e "
"/navigation/002a43ee1d634f63b6ebe0ef0426c1d3 "
"/navigation/d7f6b3b5c2ae4e52a945c5f729b4bd93 "
"/navigation/630fa3960ce54b1e896a08af67f483c2 "
"/navigation/7880c83f81534f62a08ba38df386102f "
"/navigation/150fc2ed8e354a69a56820df6ef1725a "
"/navigation/cc4a2e3745854339b1a1eb8a52f90500 "
"/navigation/b348aa4b798843c99ed3db1eff65dc92 "
"/navigation/58b0f7994b444bd4a0da929f0d457d67 "
"/navigation/b03cf552190c4f08ab04417392a7d1e8 "
"/navigation/cd4603aea3b4429da79f16919388feb5 "
"/navigation/9fce75ede569428fad9833607c1f8246 "
"/navigation/bf0e7f3cbddb4c4c9455b28b39f729b8 "
"/navigation/a33610284caf4bc6a8d1189d0b215b52 "
"/navigation/306c88be73884343ab50185db6296490 "
"/navigation/c509043430b548c68e379c3d29ce8f27 "
"/navigation/319e3be5b262458c9eb23f33f9981ca7 "
"/navigation/f82770d911a04c3caf1e29b5cbf8a156 "
"/navigation/26e31ac039df439f8005c986ef2e58a5 "
"/navigation/d9c899b73ecb43619c5905048d42d64b "
"/navigation/4b04ccc0a9e840439b2f16f66a965212 "
"/navigation/595bf246a2b046ef98ed158a879ad12a "
"/navigation/1abd601d15fb4ca596a34c75a50f2caf "
"/navigation/01938812728371a4bff694546c1de899 "
"/navigation/01951da7a37d7c2e8b141ce30c087dcf "
"/navigation/07c208c8d6c4466f9b65802630e84a47 "
"/navigation/fe942ca72d87428a9afb08426ba761f7 "
"/navigation/6f7af24f61104500858b2b22b9cded01 "
"/navigation/776e1f39efd84cbca0acf56577913086 "
"/navigation/267e5b86ad9d40a9af3a5db1fbd1fad9 "
"/navigation/5220260496ad4a1f9b0c666a69122572 "
"/navigation/40fc0c8f9f1e411a8473b5be4032cdce "
"/navigation/0cb164753b2c4e08aacec4f2258c0a51 "
"/navigation/bf1531739110468c87f708d2fe9d2ca4 "
"/navigation/06fd5de1c2a54e91aa95af7b81809fdb "
"/navigation/46a523d1e4c749d5b5303dd5f43704e5 "
"/navigation/12cf3ab8289d412ea0aef5af5a2e6f4b "
"/navigation/a1c9c8851149477a8259953b3328f3f7 "
"/navigation/b8dfad6d44384ebe9115a6c122406d74 "
"/navigation/669ba4f009724c67986668ec1ec149b9 "
"/navigation/4a4e67b7b9a04b94a03a09969b648706 "
"/navigation/da70bc92d06949dbacb51aac5739e364 "
"/navigation/9a846fa8a0fb49e4b9d6b9ee4d5bce81 "
"/navigation/b1c4a8e862a74e1d835cc1f30f03ca17 "
"/navigation/c4bbf28522654746a6afefa7d79a7eb5 "
"/navigation/219f9c8865824fb6a0ba7e7b32f7c142 "
"/navigation/6d0ee26c7b77450eac5c552271237a50 "
"/navigation/4de849e2842b4d2da884f3642f919ff5 "
"/navigation/ce098b0362da42638a829fa3fcf10c76 "
"/navigation/3b44264ad2364f7c98182f965733d749 "
"/navigation/2a4d1551369b4b3bbae42ff82c0a3663 "
"/navigation/8cc0625a4a9c47499c51a9abf923f867 "
"/navigation/8ab86041a60d46139acd8901cedc78eb "
"/navigation/a513204eb0534dc2ace6daae28f8a102 "
"/navigation/44a21b9b5f6f40c8a63d47566d841829 "
"/navigation/08127659a48e414089c86bf64b0ff439 "
"/navigation/a39999976d0d4d088606c24910203a0b "
"/navigation/57add83c07d64a2f9cb9bc4a4317b26f "
"/navigation/b694a2e9f00244fe9e9a339728b309af "
"/navigation/d93a3ff4495e478f9bcb5891d502ff9d "
"/navigation/3b185f7aa1094cb49a8b1425fafb8f3e "
"/navigation/9b7e4859cdae4ca68e174421d53a678b "
"/navigation/f2741feb73bc4dfb96d6de1116ca0e2f "
"/navigation/007378689fa34490b484b3dbda2ffe8c "
"/navigation/7b3e50b9a54844ca94704cf8dd73a457 "
"/navigation/376fc77d3756435fa427bcef14457bbf "
"/navigation/79ff78f5ba33446881c8163cbd31f826 "
"/navigation/2801bea3f74b419aa62aac0fede63ddb "
"/navigation/6618ea9ad6d6498caa71f21505e610f0 "
"/navigation/a84490eace7442568b9d3099f270bb96 "
"/navigation/293605868fd8414e9df1701d00eab44d "
"/navigation/b83483eb156846bc935468fe693716f9 "
"/navigation/f7dedc53ec1a4d81ac2f57414918a63e "
"/navigation/cab7c75191294754a524a6e3480e6371 "
"/navigation/e6275e99fe424f2ebc4b47c48937b269 "
"/navigation/01904e230f357732b546403752e08680 "
"/navigation/24d555e551e64e8bbc04cd855e243d75 "
"/navigation/49ea64f3cdca408ca129b79a825cefd6 "
"/navigation/8c829e6819be479ba37519d419b8ef89 "
"/navigation/5500ce09120847f6acb5606c37d6927c "
"/navigation/2965d9ac160649e686faff50a1dbf2f1 "
"/navigation/018c158dbd0a7785916bba366aa0cc51 "
"/navigation/01938c3523ab7b2e97c484a76052413e "
"/navigation/01928f86e3167a32814d20382b390e68 "
"/navigation/018af03e84d276e18a181e2120f3ad91 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"%\f #╔JpOïí┤ü£8É\x16 ê "
]
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/3f033e83634840b0aff5478d4073c800' , '/navigation/98f6d14511b242008277ec99e06c5cc2' , '/navigation/7cc6c1f06d6b48389367a440a31431b0' , '/navigation/2e0775c4ba4048faa99dec77dff8aaab' , '/navigation/ead0c5ca99934fae885118f805406f7f' , '/navigation/38fc3079e4b74d5f92a0932d44da6132' , '/navigation/eb7e93a08ca44cfe80eaf89303430571' , '/navigation/2b7d495acf9d431bb069082019ec670d' , '/navigation/b63ff0faf69b4074b8769f18c93f1698' , '/navigation/97edfefa62c943ceac6328301e10bae0' , '/navigation/5395918a94b14781a22ee26605cc76ae' , '/navigation/018a985a0be87366833a54d56a2d94b2' , '/navigation/820ffa045f22487a91897759c15ca172' , '/navigation/1ef4ef5f5b67444aa7b9d9179df92343' , '/navigation/d848703dc0af45efa854af7137c208a9' , '/navigation/c034b7f7823c4f3486f3cb5f9fa5fb0c' , '/navigation/34839bc2ea014770a4e300adfb9e4106' , '/navigation/55897c962e554647a08c3a3b97c6b415' , '/navigation/ba7a1e0e5a5d4d44802266394858b7b6' , '/navigation/721cb5976d704f158b3997115773545a' , '/navigation/e498f018dafd44a98143e6746a7faccc' , '/navigation/bd4cc51fa1b44a5f80088549d6479e4b' , '/navigation/76558653a134440db961996fb5829e1e' , '/navigation/ea852067a9cf4e4ea3c74a631a5c39be' , '/navigation/018ac769f40b76abaef95fd43f39eac8' , '/navigation/3f1931430aec4d65a6660187f977a5d9' , '/navigation/61e7c6e0d9dc42fea899917ac365281e' , '/navigation/54ed2db95da54edfb6fa229ef7b0b6a8' , '/navigation/ff18757c09c14cd1b7d00b351b9c5004' , '/navigation/770b4d21286f4c6482ab1ef76606c94b' , '/navigation/a1853caed9e644a99d597e4b17da6ac5' , '/navigation/9b506f6186ba43fcbc97ff7d1a4b077d' , '/navigation/b96b6f00611c4033b553f85cc4b81ccc' , '/navigation/eeb3a00af3be4c7b8c3bdb4bda7948b3' , '/navigation/00d1d43f5c9d4dd8a09bfdb61cfdee82' , '/navigation/b051f0faf9e84220ab746bcaa00c5e48' , '/navigation/92b822d2e61a4933b0e11a5ee86ccf31' , '/navigation/82a8aecc86a043f7949b0ab1ae6733a0' , '/navigation/b5bf29db1ec84c2a9d6216292e60507d' , '/navigation/51f13fa77c9a47a0a480da5d628267cf' , '/navigation/cb710c67da94415a8895b55fd1b29caa' , '/navigation/e0cbb91865274128a0b44245c25af705' , '/navigation/0191dc0568d67523af2478636b89c555' , '/navigation/b0de198b4a1f4506a8aba9b9113a1e88' , '/navigation/1861993eac744021aa6ff42ca6ad7172' , '/navigation/0198a7fb361e4792a4b01fd8c69802e5' , '/navigation/02e9c64ef397475d9aa5ab54e9cc12eb' , '/navigation/f2b439b2b8ad4630bea781e9695db3cb' , '/navigation/002f736fe8854dfeb05e6ec8bc1d4675' , '/navigation/0191afb6e06c74edae17d67a448ee977' , '/navigation/018b58fc4ecb7dfab7440a4f7fc149d4' , '/navigation/9c886ae4805247fc871bc860b4527457' , '/navigation/bae6b34d47314270b989de9bc13a20a4' , '/navigation/a5d6a6fff1a44160a126d8f12312557d' , '/navigation/aa004025f4c145bbaa752db508712fc1' , '/navigation/4887f37db410455e8d0ea964d898bec7' , '/navigation/20768a413f7d45c390915c64eac357d8' , '/navigation/c5f41c4d69104dd68417fbd54eab441b' , '/navigation/e6ec8bdf2b2d447a97fe63d030100ac7' , '/navigation/d841b9322933480e8bcd6742b7c43581' , '/navigation/59da5b0fc52e4c008d398ceaebb4d78b' , '/navigation/c1fa6f52e57544d881014ca5d9e26228' , '/navigation/4a546aa10fa4493c8b4cdf2b6ea7040e' , '/navigation/dfee341f4552476282223e99376f0a4e' , '/navigation/9d0d7cdaf6a4407bad0a14dad330300b' , '/navigation/7f402d8a6c9544e19b75d89710a7477a' , '/navigation/397747bfcaa2434fbf7e03c0ceda8be2' , '/navigation/e1e8339a5e2c4ffb8fc6d0ea6602dd03' , '/navigation/8e03a04163da441fba9a48832fecd045' , '/navigation/486e43b213fc4de999930ba89b5e6bbb' , '/navigation/0191ff8ff2817270b8cc1cc1f6892946' , '/navigation/7bc3abe7bae5407f9d1d73a7186b9b4e' , '/navigation/6b6517bfaf9d491bb19655f1edf6b4af' , '/navigation/019198cabdb47335af12feb95d5908fb' , '/navigation/0191ff9ba2be7bc2a26a101d549f4df0' , '/navigation/461b21abdbb44d27b500c876ed79a698' , '/navigation/0566b040627f4452aa02a25f654b34e0' , '/navigation/4c23231e83604c82af33562141b609b4' , '/navigation/a87456995c0e4bf38c8fc0284760ddcc' , '/navigation/fe5b649f6d1e45bdafc7479136a90d6b' , '/navigation/82c106727dc940c98aef47eced57bfa7' , '/navigation/224616f0bf244252b4faac82eb7aeba6' , '/navigation/07bba04cf68d4b65aa04198af6514b55' , '/navigation/d97dc5e470e14aa7a154c0aa4ddcbdc1' , '/navigation/4495801a0386460ca41f4fa7a23e5950' , '/navigation/3294860c5073433db20440192b7ab86c' , '/navigation/eccc0fbb1ccf407292d805111bd8afed' , '/navigation/560b8560dd974a538ddee6aaba9198f9' , '/navigation/aa10c418696940838d4f2125aeabbd74' , '/navigation/69895c5c3b954f748da70c4735e0e8cc' , '/navigation/6a4f7f38fa294d15bcc589caf253a5d4' , '/navigation/e37c85fcb1904b17b727c48f35873596' , '/navigation/bad75419468047a3adf08ee218bd57e6' , '/navigation/43f318a9890045db8d07896f50b98d6f' , '/navigation/2782551d8b1747dabfd18b8197665a1d' , '/navigation/a7ce7ffb482643928ae0b1abbd7419d8' , '/navigation/5330b050c07f488fb15c8013dcfe7f84' , '/navigation/b7f0ffeddcb94f2588e4ad79c4851271' , '/navigation/023417c07a56465b960b90e6bd74d589' , '/navigation/27449249377b4af7974356bda3ec1de3' , '/navigation/9b923bc23a854f74b40fd282de317d6c' , '/navigation/7318d41a275c4ca4af1d3db99083042e' , '/navigation/df1d1a21bd3440248e349287349dbbfb' , '/navigation/396c14457dbe45c1a341ad6eccb58372' , '/navigation/ed47c5a4f97046d09de17f8f78a40ba4' , '/navigation/0191ffd4cec17ae48a8cc8d259b1896d' , '/navigation/d6b7ffc0b4254444a7a7f78731bfc470' , '/navigation/be12db1a617a4fe598723040991a9765' , '/navigation/77c37e8bc53949418b7f852c6e5560ac' , '/navigation/0191ffda20017097ab3f158fd9c62217' , '/navigation/02bbbdc51bba42a5a58240e945f1f538' , '/navigation/e4c971329a4b46b588e8cc3f6d32fda9' , '/navigation/1d3bdd0d0b194fe9b01d426b61503447' , '/navigation/3e87def1d0804859b572320140bf817e' , '/navigation/b209438040e34cca88c56ed9599e880e' , '/navigation/33072838c6704f86a0c9cb64ab2d4f31' , '/navigation/0192761713137f02b21256635b339446' , '/navigation/69606d4711c840d9ad6f83c04aa8fa3f' , '/navigation/674e2c94602d4206b42a2f445550b54b' , '/navigation/0948ffb90dcc4adb8a1b0c49ef1d822c' , '/navigation/874f3150aed64f279dba382eef07ebfe' , '/navigation/84c94b1d01d84651b290ab969f9572df' , '/navigation/aea7e6b9874b4b229e6e0162b7836a3c' , '/navigation/58fc51ca0cb34fbbb31e8254024a35af' , '/navigation/ba026bc98d134f5688115565d9e15da8' , '/navigation/6b9f2ff8cd1c4b52913b79f6dedc29cf' , '/navigation/a1cae4e33a18445d92592aba48cc9817' , '/navigation/cac1b19f49584fb39f293f089d12d307' , '/navigation/59c2b73cf851406aaaaf0e8e6ae45741' , '/navigation/71340fd42b58441baaf8317df41c7503' , '/navigation/d494053c5f744f379c773f5985c485aa' , '/navigation/9bf2c2870fbd40338076b4c213e803d7' , '/navigation/98bf9f5f502e4c52809251430e8c4893' , '/navigation/01963dd96e8771a1856f950b17921c65' , '/navigation/aa930c297f61428c8edf5fcb750d2675' , '/navigation/579876ee3eb54f59a5a53cb2497bbb2a' , '/navigation/7c65fe5148494ae6919927757c54fd43' , '/navigation/01920ea74b327e26a7e0f09513ce6126' , '/navigation/57279104de774d0b8132c1f3171946a8' , '/navigation/6ea664abc17141e6a0efa6d2ee317c7b' , '/navigation/fb48ebaf64664901bc1c496a78b87334' , '/navigation/1209539cb11a4ba98ea0e3a93016af4a' , '/navigation/4c343c54a6d4462786df6c53e9fffb1c' , '/navigation/952c84237fc34474b2106b85759a8bc6' , '/navigation/9c4cd8b5bfe543078bd52781514ef7ed' , '/navigation/7fae1502177046acadac4fdde5e160f2' , '/navigation/01920eafd60c72788c419bed237f75ea' , '/navigation/ea24afbd95e94b6cb1752119d6c39bf8' , '/navigation/17319468f0174bb9bf691db9fddadbad' , '/navigation/15bd872c02064309996352c227ebaec7' , '/navigation/01920eb3659d74db8da7563157805026' , '/navigation/a51f1078d60e41c3ba11303adf68e815' , '/navigation/0f47f62244114dcda5d0fafee3fb7517' , '/navigation/c3db32b96aae440b9ab6b94560ae1c45' , '/navigation/bee52f2b0200409b9327fdf64f9af5f5' , '/navigation/0c14d04cc33e402a921fbefb20ccaaab' , '/navigation/e1994d6003c94cf280d796135b398b9f' , '/navigation/a54f28caa4d547c690400808af201c70' , '/navigation/e87e43183bff4e44b04bed0e3a5f5b68' , '/navigation/25e7ed25d6214252b7c549d3861fab7b' , '/navigation/575617d66523484faec66ad162985f60' , '/navigation/00287fe188cc4880beb307cb331d8760' , '/navigation/2b75c93fe59f444ab93eef068bfc39ce' , '/navigation/ca80d5d641444ec1a263659c342c1fe3' , '/navigation/859bee28689d40b4afe2fe723407f0de' , '/navigation/f85b37716137400db6d7ba57711faf35' , '/navigation/c8253ae2960445238391c7970a53c65e' , '/navigation/a51f1e8848bd4c098d4b0bf880a2235a' , '/navigation/ad1dba9710bc4aae9aa0bd5f5e3e510c' , '/navigation/9e9881bd1f424ee9952e313ee6f32204' , '/navigation/dd58e4c1d3834a149463dd45a42aeaed' , '/navigation/fb3fbf3b0f88449db444ae792676f52f' , '/navigation/4bda0f99ba164be6a0237886e31aa651' , '/navigation/eded34f8714640029571bbabb06c534e' , '/navigation/3c909cd87e264953b2bf196baaad417b' , '/navigation/274a0dd216d54543a9e3534d231906c1' , '/navigation/d50bc0114a95440b98f77f1d193c29ee' , '/navigation/68f7ffb10a104e91bc2447f6b88ae216' , '/navigation/5e4b74bdca5a4b16a976abd2cccc0f79' , '/navigation/016ede88cd204cbc9962dfa6f02a0d51' , '/navigation/3203feba893b41b1974b943821756f74' , '/navigation/0819b3e5eb1a407cb7eab167e0fa5a69' , '/navigation/a01e3b13dc404388b501c4d87ca82c6d' , '/navigation/3bcc300a4f634d2fb50210924f0e65c5' , '/navigation/1ada549af4ac45fc8df6fd283a82e6ba' , '/navigation/a2f7cdc50e7c4ce49770bc558f8cfade' , '/navigation/180a72a0475243a388a12765d48894f6' , '/navigation/55aefc7f2421464ba15cc325a6078479' , '/navigation/97b47470f2d040368e2514ff3d929fb6' , '/navigation/39f868d9a6eb44079320dd6c9ef029ab' , '/navigation/46c38a116e674e28874d79ec05c21673' , '/navigation/a4dc2e30b86a4ba4b083595c2b7500a7' , '/navigation/9d606e243da54d1991fe684851cda54b' , '/navigation/db67c1016f9a4611b23e1ae7d55bdab0' , '/navigation/ed125ffa6cf24fcd9a1f742e89345e05' , '/navigation/d332b57b03a442dea32269ecfd539cb5' , '/navigation/45edced146374ed285a57e9c9521efb9' , '/navigation/ae1d4a02a03a40ef996db4427983d57d' , '/navigation/bcf4385239774f64a6bc5fab78c66357' , '/navigation/a5c0b45c70114679ae81b53e6b8e9af8' , '/navigation/070aef9f49924e96ac7c48002b962332' , '/navigation/019261913f727eea935e57f41a8f1287' , '/navigation/9a4c4a66cbf44c248e88ccb1c23b29e4' , '/navigation/05bfa6635c6c4527a5328110ee6bfd56' , '/navigation/54b0bc9967714145848afae4f57d4a39' , '/navigation/1ab8293a477c46dca9df55ab2f8148a8' , '/navigation/4546de002e444304b3b85da07851ae74' , '/navigation/895cdec2893446bfa930102bea54f602' , '/navigation/42de6326833e4cfc82956833d44fae8a' , '/navigation/373e756513bd46738c0ea6d74ac5f054' , '/navigation/a0364e3abecc46b29bc0ccb053c7a923' , '/navigation/019261919bff7c0bbcc816c320c13dc2' , '/navigation/0828022bf1ee4eb9b56d7903f9c800c2' , '/navigation/b48aba7f1a874a219f384b524d212865' , '/navigation/47b386311282419197d42c642cf2a811' , '/navigation/5c83be8a4ab64e3e9b12198b87ab5e2e' , '/navigation/7c97967ae1ac41798009a0ea3de331e6' , '/navigation/0194efbb61e37ed29ae85d79d083e67c' , '/navigation/62640aab2e3547f6934c1c61a9d9e3d2' , '/navigation/0194ef0571cf79a78700d8635333dd08' , '/navigation/6ac3ec347e6f49f1b5abe431bb474a10' , '/navigation/7de8323cd0bc47deae392c01a0b87f23' , '/navigation/c0a7a6af01e0450fa8a405195dc31014' , '/navigation/3e69d95c4db14955829e2f69b280aea2' , '/navigation/2d1832cc613247acb7a52ee1b9ac390b' , '/navigation/4739ee5150ec4c428ef00a1c4320641d' , '/navigation/019261cae3e27464a46dd5475d325a50' , '/navigation/104e5fc376f4488795e7927a8e27cc3a' , '/navigation/01920a771dc87e24a109c546a7b994f5' , '/navigation/1519269bb3d24fea880164db702cbc94' , '/navigation/594286c0fe1c43a28b40388f58dea3d6' , '/navigation/67dfe66c18824789970fbecd4fc158b9' , '/navigation/6848635ac22b4409983187106a137392' , '/navigation/ed7a5eab4d9843d385636b8676a4f68f' , '/navigation/0194dfa53fb27fd5a06bf9b0139e6c98' , '/navigation/0194ef2d44aa7f0b8886658486510dcd' , '/navigation/aba1f6a4995b4e9e9f010400236a4add' , '/navigation/f1c20c736d90482da250de35252dcd53' , '/navigation/e76bc31384b14bd9823d6175990f2ec1' , '/navigation/f9b50a466bae44fc8b8b27104fb0f121' , '/navigation/d179726268784d24ac766450a3ec414c' , '/navigation/c07f83987c0f494a926d0201b7da719a' , '/navigation/8b3a0015f57649ca97d638e725e5410c' , '/navigation/68f2a9a837da4a79a96249735fbf6dbe' , '/navigation/8c3f35fbccc942548296f5af9e011646' , '/navigation/df98d6810f2a4d938ff8d36861fbb234' , '/navigation/01947fa32bd67793aa63701e1898affb' , '/navigation/98bd93de7fb346dd894720c95d443073' , '/navigation/dc12ea47e4734cde86754e344d9c03e3' , '/navigation/e5a1973265124541b4f2f6fa936f5877' , '/navigation/7f064e615ecf47cd8e1abfbf0fb24dd8' , '/navigation/30f706624a6b4b0da605a876bf6d1300' , '/navigation/dd427d244e834f599b0648e19a885a7e' , '/navigation/f43edaf60c7949ef8ad0a5ea3aed0ed0' , '/navigation/d5e79b66153d4652a31f1b29776ae498' , '/navigation/67442000a5ea475ebc0249a9020b492c' , '/navigation/400d97c9f91448a98e2177c27b02ab7e' , '/navigation/fa9e69cab4f44ad9a9692dc8e60efa5c' , '/navigation/fab8814487cf4098abc47a6bf42c25e6' , '/navigation/019261de741f72b692c7db4897501c17' , '/navigation/c1b8554c70b8483c96a87651a9de6431' , '/navigation/9f243b7a91db4a1dab4b784f701a57e9' , '/navigation/05c85bb385a44f6e95d0eeed8e349753' , '/navigation/019261dfcbef72fa904b0710fd36bd78' , '/navigation/ecfd62ac4b294dbe95584f563d92077e' , '/navigation/cbf2c55cf150444289e7e55d8a1213b6' , '/navigation/8a7a8cd1f9184b68ab75877a21ac890a' , '/navigation/86122f14d97c4342a7051aa6cdd956d3' , '/navigation/81ef3c8f1a1d4c17a1daf912952dcacf' , '/navigation/718542a8553747cabfbccdf7a851d476' , '/navigation/333ef030603140eeb44dee752533654e' , '/navigation/15ad0b07c6df47018879a49046fc96d8' , '/navigation/a71ff6c5dfdb48219a3398318042a549' , '/navigation/4e4659f68c7f4fdc9d929a47184c996f' , '/navigation/839ba931590b45bc94c8a2b3483348f7' , '/navigation/0025634c7d1a41b49524e70c85032691' , '/navigation/e1d1ef9f10d64f0fb0b9fbba712fc6f2' , '/navigation/e412a3c3fe01481394bc81a00f13c5f3' , '/navigation/7fe87c345e104cac95104406342784d4' , '/navigation/62737cbf6a59455580886b71e4ea0cc3' , '/navigation/6dcc718aea4c4200a4827891c33260e9' , '/navigation/01930656fb5b7143a6d98ce76daac080' , '/navigation/0193065741147ecaaa54b930e2e38629' , '/navigation/019306579ca57852a2c87d881b27323f' , '/navigation/19ceacbe0e7d416289fa9c00324a6ddd' , '/navigation/104c03844bbf4a4ebf2c1135ced0189f' , '/navigation/3d7a6bd342fd4c599a200ffd3a709dac' , '/navigation/c44e4be39f95479cb204fa57c6fe3b17' , '/navigation/2ea10245ceb845bfbef16f5a3be3760b' , '/navigation/300453136bc1449082f370a27f8541f2' , '/navigation/fffcb61c67464c1ea3cc5bf78abac66b' , '/navigation/577009a4ff794d7fa89ee9d8b4358d7d' , '/navigation/71858f0a35cc46daba0bf2cd66e55811' , '/navigation/cf252e24202f4221ad3130b17687509b' , '/navigation/c7461e719cee4a93bbb55a8d2dcd414d' , '/navigation/65a52dffd56f474db5a8379b0cc42af7' , '/navigation/f70f8fbc833f45218ee9d84ec668de1c' , '/navigation/79f1509e4cbb4164af16a5b3bffc99ef' , '/navigation/d5ed4f4fcf6f49589a4686b8d2a117f4' , '/navigation/1345760800794729905699fd18de2e5b' , '/navigation/831a5f631d014724a092cb362521d715' , '/navigation/cba03ee6000741ca9310a29b69478293' , '/navigation/c86ff3c1f1ee4654994b8432a2f36dd5' , '/navigation/db0034b033ef444db3ed06122333b21f' , '/navigation/018a841cecc87ab7acb75c7c6120eb3a' , '/navigation/018c68586ec977f49737c1ac744b5021' , '/navigation/6831c0ba6f0c470f8fb94029d0e1aaf7' , '/navigation/0194efc8473a73d784bc00a194a04620' , '/navigation/79d7efc2e63e469f9f963c603771996e' , '/navigation/a8a7a234ae03473aab2636dbb2ebd516' , '/navigation/a7a0607121a24f3da44dde1235ace7af' , '/navigation/01951d83f75877e1913764b832137b7b' , '/navigation/5715447ee461484e90ee9028f92fbb28' , '/navigation/d5514b42fed74e0d8a2f3c84cdf4a96b' , '/navigation/07c9b9b8573d44f0889fffb325f8e76a' , '/navigation/e9f36632f2c743bda0a1b5d7e22b3490' , '/navigation/02e050d8247b4bbf8dd1d864ba803a41' , '/navigation/130cb12e25d74aba83c0eb8c0e96e136' , '/navigation/af6d34192a37447baf917481d325e994' , '/navigation/362c9bc04984425083f946af93e2e4c3' , '/navigation/31f6f838172044869a15011779ea334a' , '/navigation/1ce4f47431374d50afb5c1f26ebde6be' , '/navigation/078d08c41ec14ae4aab1c9e84d9e9c66' , '/navigation/b9f18983c2a84e53a5100978b364942b' , '/navigation/d267114a3970479eb07b17e1bbebe316' , '/navigation/b260848054b34c38b084600578d82801' , '/navigation/7a5ebed04b274f429cf49f3002c5d1f5' , '/navigation/9720a458f2dd4fabbfe95203b6f427cf' , '/navigation/57d80ff675bd4a7f832840b515f90d33' , '/navigation/c28084781d5941a2aa6e480227956cee' , '/navigation/84e527ec242f42afb3c3cc2575893be7' , '/navigation/1f4174f20c7f415aa377ebc945178f55' , '/navigation/b85eda936ded4bf4bba1070080b31051' , '/navigation/7ad25f8db4ea4f82a616d794dc06b941' , '/navigation/36c3ce176e3b4e498c4665de7126fb51' , '/navigation/6b530a211e2d4096845aa1e40e51df9a' , '/navigation/bc0d63f8592a4a2fa2f86a16269e1013' , '/navigation/bc103728dd6a486faa96d8504cb01fcf' , '/navigation/845363d543be4e318dab4766cf012a06' , '/navigation/6b6ac2c3bf834a1c91b0f49dd81c36b5' , '/navigation/30f27299c29247ed80debfd68890a85d' , '/navigation/0443c4068de045c3b2ad8b4873a24f3f' , '/navigation/86fd2b1099a244d5ba4feb97155e63ce' , '/navigation/db74fe0471674a3f8ab552e35aed820b' , '/navigation/0194dbf8356a7624a38cb7c3e705cec5' , '/navigation/0194f1ccc7647e8482e0e4f0ea326358' , '/navigation/0194f1cc6d1a75fb83b7411110d37259' , '/navigation/325f0042ff1d4d67ac52250b4ddc3818' , '/navigation/5ce145735ce4417d8d3d8dc9e4aea01e' , '/navigation/8cd419b6b1c5463fa11cf711f55e0ce9' , '/navigation/0b0b7f4e3e2e495bab3ce3e84353ec53' , '/navigation/f0d394086b1d4b48ae7439b2407c1dea' , '/navigation/019261d889ce7736b74d35c7e44c7297' , '/navigation/ece22d7a9dbf473dacb83e3c8d7b886b' , '/navigation/d5dbbbfb54c54c51a173f6dcff022ead' , '/navigation/25d001533cae432bb5d7a07e3cc8c83e' , '/navigation/c85bd140815d471b846b1d965807966f' , '/navigation/49c412aca6e3421bba254c0e6a5c880e' , '/navigation/002a43ee1d634f63b6ebe0ef0426c1d3' , '/navigation/d7f6b3b5c2ae4e52a945c5f729b4bd93' , '/navigation/630fa3960ce54b1e896a08af67f483c2' , '/navigation/7880c83f81534f62a08ba38df386102f' , '/navigation/150fc2ed8e354a69a56820df6ef1725a' , '/navigation/cc4a2e3745854339b1a1eb8a52f90500' , '/navigation/b348aa4b798843c99ed3db1eff65dc92' , '/navigation/58b0f7994b444bd4a0da929f0d457d67' , '/navigation/b03cf552190c4f08ab04417392a7d1e8' , '/navigation/cd4603aea3b4429da79f16919388feb5' , '/navigation/9fce75ede569428fad9833607c1f8246' , '/navigation/bf0e7f3cbddb4c4c9455b28b39f729b8' , '/navigation/a33610284caf4bc6a8d1189d0b215b52' , '/navigation/306c88be73884343ab50185db6296490' , '/navigation/c509043430b548c68e379c3d29ce8f27' , '/navigation/319e3be5b262458c9eb23f33f9981ca7' , '/navigation/f82770d911a04c3caf1e29b5cbf8a156' , '/navigation/26e31ac039df439f8005c986ef2e58a5' , '/navigation/d9c899b73ecb43619c5905048d42d64b' , '/navigation/4b04ccc0a9e840439b2f16f66a965212' , '/navigation/595bf246a2b046ef98ed158a879ad12a' , '/navigation/1abd601d15fb4ca596a34c75a50f2caf' , '/navigation/01938812728371a4bff694546c1de899' , '/navigation/01951da7a37d7c2e8b141ce30c087dcf' , '/navigation/07c208c8d6c4466f9b65802630e84a47' , '/navigation/fe942ca72d87428a9afb08426ba761f7' , '/navigation/6f7af24f61104500858b2b22b9cded01' , '/navigation/776e1f39efd84cbca0acf56577913086' , '/navigation/267e5b86ad9d40a9af3a5db1fbd1fad9' , '/navigation/5220260496ad4a1f9b0c666a69122572' , '/navigation/40fc0c8f9f1e411a8473b5be4032cdce' , '/navigation/0cb164753b2c4e08aacec4f2258c0a51' , '/navigation/bf1531739110468c87f708d2fe9d2ca4' , '/navigation/06fd5de1c2a54e91aa95af7b81809fdb' , '/navigation/46a523d1e4c749d5b5303dd5f43704e5' , '/navigation/12cf3ab8289d412ea0aef5af5a2e6f4b' , '/navigation/a1c9c8851149477a8259953b3328f3f7' , '/navigation/b8dfad6d44384ebe9115a6c122406d74' , '/navigation/669ba4f009724c67986668ec1ec149b9' , '/navigation/4a4e67b7b9a04b94a03a09969b648706' , '/navigation/da70bc92d06949dbacb51aac5739e364' , '/navigation/9a846fa8a0fb49e4b9d6b9ee4d5bce81' , '/navigation/b1c4a8e862a74e1d835cc1f30f03ca17' , '/navigation/c4bbf28522654746a6afefa7d79a7eb5' , '/navigation/219f9c8865824fb6a0ba7e7b32f7c142' , '/navigation/6d0ee26c7b77450eac5c552271237a50' , '/navigation/4de849e2842b4d2da884f3642f919ff5' , '/navigation/ce098b0362da42638a829fa3fcf10c76' , '/navigation/3b44264ad2364f7c98182f965733d749' , '/navigation/2a4d1551369b4b3bbae42ff82c0a3663' , '/navigation/8cc0625a4a9c47499c51a9abf923f867' , '/navigation/8ab86041a60d46139acd8901cedc78eb' , '/navigation/a513204eb0534dc2ace6daae28f8a102' , '/navigation/44a21b9b5f6f40c8a63d47566d841829' , '/navigation/08127659a48e414089c86bf64b0ff439' , '/navigation/a39999976d0d4d088606c24910203a0b' , '/navigation/57add83c07d64a2f9cb9bc4a4317b26f' , '/navigation/b694a2e9f00244fe9e9a339728b309af' , '/navigation/d93a3ff4495e478f9bcb5891d502ff9d' , '/navigation/3b185f7aa1094cb49a8b1425fafb8f3e' , '/navigation/9b7e4859cdae4ca68e174421d53a678b' , '/navigation/f2741feb73bc4dfb96d6de1116ca0e2f' , '/navigation/007378689fa34490b484b3dbda2ffe8c' , '/navigation/7b3e50b9a54844ca94704cf8dd73a457' , '/navigation/376fc77d3756435fa427bcef14457bbf' , '/navigation/79ff78f5ba33446881c8163cbd31f826' , '/navigation/2801bea3f74b419aa62aac0fede63ddb' , '/navigation/6618ea9ad6d6498caa71f21505e610f0' , '/navigation/a84490eace7442568b9d3099f270bb96' , '/navigation/293605868fd8414e9df1701d00eab44d' , '/navigation/b83483eb156846bc935468fe693716f9' , '/navigation/f7dedc53ec1a4d81ac2f57414918a63e' , '/navigation/cab7c75191294754a524a6e3480e6371' , '/navigation/e6275e99fe424f2ebc4b47c48937b269' , '/navigation/01904e230f357732b546403752e08680' , '/navigation/24d555e551e64e8bbc04cd855e243d75' , '/navigation/49ea64f3cdca408ca129b79a825cefd6' , '/navigation/8c829e6819be479ba37519d419b8ef89' , '/navigation/5500ce09120847f6acb5606c37d6927c' , '/navigation/2965d9ac160649e686faff50a1dbf2f1' , '/navigation/018c158dbd0a7785916bba366aa0cc51' , '/navigation/01938c3523ab7b2e97c484a76052413e' , '/navigation/01928f86e3167a32814d20382b390e68' , '/navigation/018af03e84d276e18a181e2120f3ad91' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x250C23C94A704F8BA1B4819C38901688 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
87
0.32 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"d¿\x19 "N1Ec«¢D`ݧeø "
b"ëË■\x06 ¢|Güö■æy®`-§ "
b"Ù€¦ßÇwLђౡƒvBt "
b"\x01 –\x1A ûÉ•sw–±d§µ5[] "
b"\x01 –\x1A ûÊ&sÏŸ²Ö} ÍŠb "
b"b5Ââò═G_É'ìAÎ▒│l "
b"¼Z;YeCFüþ─╦Br\r + "
b"╠\x1D µ§AeE˪è\x00 ¸ÄÅ ¾ "
]
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 (0x64BF19224E314563ABA24460DDA765F8 , 0x89D3FE06BD7C478194FE9179A9602DF5 , 0xD980A6DFC7774CD192E0B1A183764274 , 0x01961AFBC995737796B164A7B5355B5D , 0x01961AFBCA2673CF9FB2D67DA0CD8A62 , 0x6235B68395CD475F90278D41D7B1B36C , 0xAC5AF03B5965434681E7C4CB42720D2B , 0xCC1DE6F5416545D3A68A00F78E8F20F3 );
Copy
88
0.35 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 #╔JpOïí┤ü£8É\x16 ê "
"footer "
"footer/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x250C23C94A704F8BA1B4819C38901688 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'footer' OR seo_path_info = 'footer/' ));
Copy
89
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 #╔JpOïí┤ü£8É\x16 ê "
"/footer "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0x250C23C94A704F8BA1B4819C38901688 ) AND (path_info = '/footer' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
90
0.25 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"%\f #╔JpOïí┤ü£8É\x16 ê "
"Cjc9R6ELXmG6TKe8Bfi3LSIQAuBFHBKK "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x250C23C94A704F8BA1B4819C38901688 ) AND (token = 'Cjc9R6ELXmG6TKe8Bfi3LSIQAuBFHBKK' ) LIMIT 1 ;
Copy
91
0.17 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"Cjc9R6ELXmG6TKe8Bfi3LSIQAuBFHBKK "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'Cjc9R6ELXmG6TKe8Bfi3LSIQAuBFHBKK' ;
Copy
92
0.28 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"‘0ã\x07 Ë‚GË·¬œ\x0E :&åV "
b"‘0ã\x07 Ë‚GË·¬œ\x0E :&åV "
b"‘0ã\x07 Ë‚GË·¬œ\x0E :&åV "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x9130E307CB8247CBB7AC9C0E3A26E556 OR `parent_id` = 0x9130E307CB8247CBB7AC9C0E3A26E556 OR `id` = 0x9130E307CB8247CBB7AC9C0E3A26E556
;
Copy
93
2.29 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|9130e307cb8247cbb7ac9c0e3a26e556|% "
2
5
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|9130e307cb8247cbb7ac9c0e3a26e556|%' AND (`category` . `level` > 2 AND `category` . `level` < = 5 )));
Copy
94
0.66 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% "
"%|9130e307cb8247cbb7ac9c0e3a26e556|% "
5
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|9130e307cb8247cbb7ac9c0e3a26e556|%' AND `category` . `level` = 5 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
95
0.48 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"…DzÆö‰F=—\x7F ï&Î;·† "
b"‘0ã\x07 Ë‚GË·¬œ\x0E :&åV "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? , ? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x85447AC6F689463D977FEF26CE3BB786 , 0x9130E307CB8247CBB7AC9C0E3A26E556 ));
Copy
96
0.25 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"""
âÜ.I9RG\x11 ¯im\n
R/uq
"""
b"""
âÜ.I9RG\x11 ¯im\n
R/uq
"""
b"""
âÜ.I9RG\x11 ¯im\n
R/uq
"""
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xE2DC2E4939524711AF696D0A522F7571 OR `parent_id` = 0xE2DC2E4939524711AF696D0A522F7571 OR `id` = 0xE2DC2E4939524711AF696D0A522F7571
;
Copy
97
0.68 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|e2dc2e4939524711af696d0a522f7571|% "
2
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|e2dc2e4939524711af696d0a522f7571|%' AND (`category` . `level` > 2 AND `category` . `level` < = 4 )));
Copy
98
0.31 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% "
"%|e2dc2e4939524711af696d0a522f7571|% "
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 '%|e2dc2e4939524711af696d0a522f7571|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
99
0.46 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"…DzÆö‰F=—\x7F ï&Î;·† "
b"""
âÜ.I9RG\x11 ¯im\n
R/uq
"""
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? , ? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `file_hash` as `category.media.fileHash` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x85447AC6F689463D977FEF26CE3BB786 , 0xE2DC2E4939524711AF696D0A522F7571 ));
Copy
100
0.30 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 #╔JpOïí┤ü£8É\x16 ê "
]
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` = 0x250C23C94A704F8BA1B4819C38901688 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
101
0.38 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` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `file_hash` as `payment_method.media.fileHash` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 è=ÔÅ5pø╝ÐÑ.ýPû╦ "
b"CM¡4X¿M,░┘+╣ô)*ü "
b"""
XNþg\f └J\x1F Æ\n
rÉW¼\x1F }
"""
]
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` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `file_hash` as `payment_method.media.fileHash` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `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` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `file_hash` as `payment_method.media.fileHash` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `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 (0x018A3DE28F35709BBCD1A52EEC5096CB , 0x434DAD3458A84D2CB0D92BB993292A81 , 0x584EE7670CC04A1F920A729057AC1F7D );
Copy
102
0.37 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 #╔JpOïí┤ü£8É\x16 ê "
]
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` = 0x250C23C94A704F8BA1B4819C38901688 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
103
0.36 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `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` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `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.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"Ú´^\x02 ñxJ6Á└Å.\x15 eâ~ "
b"ådis§`GÀž\x1C ǵ™¥\x12 ¬ "
b"EE0ç„OS“\x05 9\x17 §æºÖ "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`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` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `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.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` . `technical_name` as `shipping_method.technicalName` , `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` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `file_hash` as `shipping_method.media.fileHash` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `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.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 (0xE9EF5E02A4784A36B5C08F2E1565837E , 0xE5646973A76047C09E1CC7B599A512AC , 0x4545AD30E7844F5393053917A7E6BAD6 );
Copy
104
0.23 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 #╔JpOïí┤ü£8É\x16 ê "
]
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` = 0x250C23C94A704F8BA1B4819C38901688 ;
Copy
105
0.28 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 :
[
"/footer "
b"%\f #╔JpOïí┤ü£8É\x16 ê "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `seo_path_info` AS seoPathInfo , `language_id` AS languageId
FROM `seo_url`
WHERE `path_info` = '/footer' AND `is_canonical` = 1 AND
`sales_channel_id` = 0x250C23C94A704F8BA1B4819C38901688 AND `language_id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
106
1.38 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/3f033e83634840b0aff5478d4073c800 "
"/navigation/98f6d14511b242008277ec99e06c5cc2 "
"/navigation/02e9c64ef397475d9aa5ab54e9cc12eb "
"/navigation/224616f0bf244252b4faac82eb7aeba6 "
"/navigation/aa930c297f61428c8edf5fcb750d2675 "
"/navigation/bee52f2b0200409b9327fdf64f9af5f5 "
"/navigation/2b75c93fe59f444ab93eef068bfc39ce "
"/navigation/ca80d5d641444ec1a263659c342c1fe3 "
"/navigation/c0a7a6af01e0450fa8a405195dc31014 "
"/navigation/98bd93de7fb346dd894720c95d443073 "
"/navigation/79d7efc2e63e469f9f963c603771996e "
"/navigation/319e3be5b262458c9eb23f33f9981ca7 "
"/navigation/f82770d911a04c3caf1e29b5cbf8a156 "
"/navigation/07c208c8d6c4466f9b65802630e84a47 "
"/navigation/6f7af24f61104500858b2b22b9cded01 "
"/navigation/776e1f39efd84cbca0acf56577913086 "
"/navigation/267e5b86ad9d40a9af3a5db1fbd1fad9 "
"/navigation/5220260496ad4a1f9b0c666a69122572 "
"/navigation/a1c9c8851149477a8259953b3328f3f7 "
"/navigation/e6275e99fe424f2ebc4b47c48937b269 "
"/navigation/01928f86e3167a32814d20382b390e68 "
"/navigation/018af03e84d276e18a181e2120f3ad91 "
"/navigation/f69da7c0671c4004b945adf141f841fe "
"/navigation/5b6e72f5f3ad46d192a8884d8065185c "
"/navigation/03472dd23ed04f3ba124c723dee3ded7 "
"/navigation/f0174a9fe120405e9ab66e8170b1339d "
"/navigation/a338c5c01be348e197faed77bb954ec2 "
"/navigation/9a4ae7fbced6407fa1227e2661a3e1c8 "
"/navigation/f8a82290dac7412da41e0fa3a28d39b2 "
"/navigation/2489682dedc94bc9b0d36189ae909281 "
"/navigation/bd22d0cf5c444eb08a779467fe65a197 "
"/navigation/01902f3f1544796890df8bf268e7bd76 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"%\f #╔JpOïí┤ü£8É\x16 ê "
]
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/3f033e83634840b0aff5478d4073c800' , '/navigation/98f6d14511b242008277ec99e06c5cc2' , '/navigation/02e9c64ef397475d9aa5ab54e9cc12eb' , '/navigation/224616f0bf244252b4faac82eb7aeba6' , '/navigation/aa930c297f61428c8edf5fcb750d2675' , '/navigation/bee52f2b0200409b9327fdf64f9af5f5' , '/navigation/2b75c93fe59f444ab93eef068bfc39ce' , '/navigation/ca80d5d641444ec1a263659c342c1fe3' , '/navigation/c0a7a6af01e0450fa8a405195dc31014' , '/navigation/98bd93de7fb346dd894720c95d443073' , '/navigation/79d7efc2e63e469f9f963c603771996e' , '/navigation/319e3be5b262458c9eb23f33f9981ca7' , '/navigation/f82770d911a04c3caf1e29b5cbf8a156' , '/navigation/07c208c8d6c4466f9b65802630e84a47' , '/navigation/6f7af24f61104500858b2b22b9cded01' , '/navigation/776e1f39efd84cbca0acf56577913086' , '/navigation/267e5b86ad9d40a9af3a5db1fbd1fad9' , '/navigation/5220260496ad4a1f9b0c666a69122572' , '/navigation/a1c9c8851149477a8259953b3328f3f7' , '/navigation/e6275e99fe424f2ebc4b47c48937b269' , '/navigation/01928f86e3167a32814d20382b390e68' , '/navigation/018af03e84d276e18a181e2120f3ad91' , '/navigation/f69da7c0671c4004b945adf141f841fe' , '/navigation/5b6e72f5f3ad46d192a8884d8065185c' , '/navigation/03472dd23ed04f3ba124c723dee3ded7' , '/navigation/f0174a9fe120405e9ab66e8170b1339d' , '/navigation/a338c5c01be348e197faed77bb954ec2' , '/navigation/9a4ae7fbced6407fa1227e2661a3e1c8' , '/navigation/f8a82290dac7412da41e0fa3a28d39b2' , '/navigation/2489682dedc94bc9b0d36189ae909281' , '/navigation/bd22d0cf5c444eb08a779467fe65a197' , '/navigation/01902f3f1544796890df8bf268e7bd76' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x250C23C94A704F8BA1B4819C38901688 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
107
0.25 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"d¿\x19 "N1Ec«¢D`ݧeø "
b"ëË■\x06 ¢|Güö■æy®`-§ "
b"Ù€¦ßÇwLђౡƒvBt "
b"\x01 –\x1A ûÉ•sw–±d§µ5[] "
b"\x01 –\x1A ûÊ&sÏŸ²Ö} ÍŠb "
b"b5Ââò═G_É'ìAÎ▒│l "
b"¼Z;YeCFüþ─╦Br\r + "
b"╠\x1D µ§AeE˪è\x00 ¸ÄÅ ¾ "
]
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 (0x64BF19224E314563ABA24460DDA765F8 , 0x89D3FE06BD7C478194FE9179A9602DF5 , 0xD980A6DFC7774CD192E0B1A183764274 , 0x01961AFBC995737796B164A7B5355B5D , 0x01961AFBCA2673CF9FB2D67DA0CD8A62 , 0x6235B68395CD475F90278D41D7B1B36C , 0xAC5AF03B5965434681E7C4CB42720D2B , 0xCC1DE6F5416545D3A68A00F78E8F20F3 );
Copy