1
0.33 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.22 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.52 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
1.04 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"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
"Schule "
"Schule/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0xE7C393193D324CDEA909E40B1D783F6E OR sales_channel_id IS NULL )) AND ((seo_path_info = 'Schule' OR seo_path_info = 'Schule/' ));
Copy
6
0.50 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
7
0.29 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
"0pQL7eSDkFHLNRlOKVLKeSd6EyJLntD2 "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0xE7C393193D324CDEA909E40B1D783F6E ) AND (token = '0pQL7eSDkFHLNRlOKVLKeSd6EyJLntD2' ) LIMIT 1 ;
Copy
8
0.41 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"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
]
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 = 0xE7C393193D324CDEA909E40B1D783F6E
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
9
0.86 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` . `measurement_units` as `sales_channel.measurementUnits` , `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"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
]
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` . `measurement_units` as `sales_channel.measurementUnits` ,
`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` . `measurement_units` as `sales_channel.measurementUnits` , `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 (0xE7C393193D324CDEA909E40B1D783F6E );
Copy
10
0.24 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` . `measurement_units` as `sales_channel_domain.measurementUnits` , `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"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
]
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` . `measurement_units` as `sales_channel_domain.measurementUnits` , `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 (0xE7C393193D324CDEA909E40B1D783F6E )));
Copy
11
0.23 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"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
]
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 (0xE7C393193D324CDEA909E40B1D783F6E )) GROUP BY `language.salesChannels.mapping` . `sales_channel_id` ;
Copy
12
0.45 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` . `active` as `language.active` , `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` . `active` as `language.active` , `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
13
0.53 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
14
0.41 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"k\x02 :Œ»ÝDª¡R6?F~œ\ "
]
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 (0x6B023A8CBBDD44AAA152363F467E9C5C );
Copy
15
0.33 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"LÍ\x15 g{1Bǯrÿ\x0E X¨b\x13 "
]
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 (0x4CCD15677B3142C7AF72FF0E58A86213 );
Copy
16
0.23 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
17
0.63 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"“·ŒÓ\x12 _H¥¬~{œÖó7Ñ "
b"”ƒðf3B†…*Š\x14\x0E è\x07 + "
b"Êr"¦µ‡IE™zÀá—\x19 YA "
]
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 (0x93B78CD3125F48A5AC7E7B9CD6F337D1 , 0x949D83F066334286852A8A140EE8072B , 0xCA7222A6B5874945997AC0E197195941 )));
Copy
18
1.04 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method` . `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",`„\x1C Ÿ¤Fåœ3¾wè˜\x1A "
]
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 (0x2C60841C9FA446E59C33BE77E8C2981A );
Copy
19
0.88 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"Ø¡ \f G~K<¿ø‚\x1C ¹s] "
]
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 (0xD8A1A00C477E4B3CBFF8821CB9735D20 );
Copy
20
0.37 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"k\x02 :Œ»ÝDª¡R6?F~œ\ "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x6B023A8CBBDD44AAA152363F467E9C5C ) LIMIT 1 ;
Copy
21
0.34 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"0pQL7eSDkFHLNRlOKVLKeSd6EyJLntD2 "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = '0pQL7eSDkFHLNRlOKVLKeSd6EyJLntD2' ;
Copy
22
0.35 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
23
0.71 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 ”K2`/{ðÎ}$#rlQ "
b"\x01 ¥"Ü\x08 |ë‹Z:W“Ƶú "
b"\x01 ¥'èÎtû’\x07 t\¢â1\x1A "
b"\x01 ¥*Z\x1E ~Ä›&™I¶—L! "
b"\x01 ¥,(¢q·º\x7F #Ã/OO¹ "
b"\x01 ¥-¨âpЪ݇!\x03 ÅCê "
b"\x01 ¦Ì®\x7F qË™ªP_uiŒì "
b"\x01 ¦Í\x7F Ø{†¼6Eå5D¼\x01 "
b"\x01 ¦òU×rƒ¾\x08 gxÄ¥ "
b"\x01 ¦òUés@¤p\x15\x0E ‚Q\x11 Ö "
b"\x01 ¦òUós\x1F Œ€d3qªÒ‚ "
b"\x01 ¦òUûqQŽxñh\r ^Ø* "
b"\x01 ¦òV\x19 rË–)ô‚¨³T "
b"\x01 ¦òV%pq‹Ú\x1F RA6]ù "
b"\x01 ¦òVNr!¹\x15 è\x0E x˜w7 "
b"\x01 ¦òVZp$‹)\x05\x13 o\x1F j\x0E "
b"\x01 ¦òVhs¦©¡vªÌ\r ¿ "
b"\x01 ¦òVop°¯£\x1C Ü\x11 á©7 "
b"\x01 ¦òVpT†Õ‚¸Ô„‚ "
b"\x01 ¦òVˆr\x08 ˆþ\x02 gm$Te "
b"\x01 ¦òVŽp\x07 ³\x12\t ·\x19 †¦$ "
b"\x01 :–i€|\x05 ‘¸c0\x15 Õ'à "
b"""
e\n
lVûœG´°Ö¶RŽ\n
i…
"""
b"s†<—®ÈGJ¥:ç‰ÌŠ\x1E\x06 "
b"Œæ‚\f ÈÙKK¯a)\x1F u\x1E ¬& "
b"š.`ð'ŽF¸…õ-\x1C NTUB "
b"\x01 ™\x7F ¥¬Öpô‰ìÖ^°\x11 S¦ "
b"\x01 ™€\x1E ƒur\x02 ¼\x03 º3)U‹n "
b"\x01 ™€$?~|ˆ¥ß\x19 þ´Ò "
b"\x04 %öa Et“e‰b"\x03\x18 Ä "
b"én¼¯§9L\x1F ˜ çR .A- "
b"\x01 ™{ \r ,yÇœ‡fª‰<#, "
b"\x12 ñ:½ÓÀDO°’¸²Í\x1D K@ "
b"\x01 •pPå=|:¦œèqçZ¼[ "
b"\x01 –€\x08 ŽH{'ªƒ\x01 ¨i'ÁP "
b"\x01 –€\x1E Ü¥rµ´+¼Vµr¶ó "
b"\x01 –«èrjqõ¥«©oŒ+ÀÓ "
b"\x01 –Øë2þ|Á´\t ¹DÕ5t© "
b"\x01 —\x1F ±?ár`«\x17 „¦65uë "
b"\x01 —\x1F ±?üpÝ¢–ð;`\x00 g; "
b"E“»Ô\x12 ºD% EÕ\x0E O¬Šú "
b"J\x1F 6$ˆWGVºL°W²ò^B "
b"°i\Ù6ÌB<¶ã%É-0…. "
b"Õ»ùW3D3†ÇS§µX7º "
b"úñÏœµ\x1A CëœÉm’ü0²Q "
b"Df'èZŠE\f –ÈN*‹\x1E óG "
b"GìQ\x07 µçI¶‰fO,;jC‡ "
b"L+2ø„›K*¸µqý\ýñ\x0E "
b"a´)‡ž-N\e ¢´†®%\x10 ÖV "
b"»¬:þ×é@»»K\x0E sî|m÷ "
]
SELECT
`rule` . `id` as `rule.id` ,
`rule` . `name` as `rule.name` ,
`rule` . `priority` as `rule.priority` ,
`rule` . `description` as `rule.description` ,
`rule` . `payload` as `rule.payload` ,
`rule` . `invalid` as `rule.invalid` ,
`rule` . `areas` as `rule.areas` ,
`rule` . `custom_fields` as `rule.customFields` ,
`rule` . `module_types` as `rule.moduleTypes` ,
`rule` . `created_at` as `rule.createdAt` ,
`rule` . `updated_at` as `rule.updatedAt`
FROM
`rule`
WHERE
`rule` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ?
)
Copy
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x01944B32602F7BF0ADCE7D2423726C51 , 0x018FA522DC087CEB8B5A3A5793C6B5FA , 0x018FA527E8CE74FB9207745CA2E2311A , 0x018FA52A5A1E7EC49B269949B6974C21 , 0x018FA52C28A271B7BA7F23C32F4F4FB9 , 0x018FA52DA8E270D0AADD872103C543EA , 0x018FA6CCAE7F71CB99AA505F75698CEC , 0x018FA6CD7FD87B86BC3645E53544BC01 , 0x018FA6F255D77283BE08678F8178C4A5 , 0x018FA6F255E97340A470150E825111D6 , 0x018FA6F255F3731F8C80643371AAD282 , 0x018FA6F255FB71518D78F1680D5ED82A , 0x018FA6F2561972CB9629F482A8B38F54 , 0x018FA6F2562570718BDA1F5241365DF9 , 0x018FA6F2564E7221B915E80E78987737 , 0x018FA6F2565A70248B2905136F1F6A0E , 0x018FA6F2566873A6A98FA176AACC0DBF , 0x018FA6F2566F70B0AFA31CDC11E1A937 , 0x018FA6F25681705486D582B8D4C28482 , 0x018FA6F25688720888FE02676D245465 , 0x018FA6F2568D7007B31209B71986A624 , 0x01903A9669807C0591B8633015D527C3 , 0x650A6C56FB9C47B4B0D6B6528D0A6985 , 0x73863C97AEC8474AA53AE789CC8A1E06 , 0x8CE6820CC8D94B4BAF61291F751EAC26 , 0x9A2E60F0278E46B885F52D1C4E545542 , 0x01997FA5ACD670F489ECD65EB01153A6 , 0x0199801E83757202BC03BA3329558B6E , 0x019980248F3F7E7C88A5DF9F19FEB4D2 , 0x0425F6619D20457493658962220318C4 , 0xE96EBCAFA7394C1F9820E752202E412D , 0x01997BA00D2C79C79C8766AA893C232C , 0x12F13ABDD3C0444FB092B8B2CD1D4B40 , 0x01957050E53D7C3AA69CE871E75ABC5B , 0x019680088E487B27AA8301A86927C150 , 0x0196801EDCA572B5B42BBC56B572B6F3 , 0x0196ABE8726A71F5A5ABA96F8C2BC0D3 , 0x0196D8EB32FE7CC1B409B944D53574A9 , 0x01971FB13FE17260AB1784A6363575EB , 0x01971FB13FFC70DDA296F03B6000673B , 0x4593BBD412BA4425A045D50E4FAC8AFA , 0x4A1F362488574756BA4CB057B2F25E42 , 0xB0695CD936CC423CB6E325C92D30852E , 0xD5BBF9579D33443386C753A7B55837BA , 0xFAF1CF9CB51A43EB9CC96D92FC30B251 , 0x446627E85A8A450C96C84E2A8B1EF347 , 0x47EC5107B5E749B689664F2C3B6A4387 , 0x4C2B32F8849B4B2AB8B571FD5CFDF10E , 0x61B429879E2D4E1BA2B486AE2510D656 , 0xBBAC3AFED7E940BBBB4B0E73EE7C6DF7 );
Copy
24
0.43 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
25
1.10 ms
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `context_gateway_url` as `app.contextGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `requested_privileges` as `app.requestedPrivileges` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = ? ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ›·6ðTr[¶!÷\x0F UÑ'j "
]
SELECT
`app` . `id` as `app.id` ,
`app` . `name` as `app.name` ,
`app` . `path` as `app.path` ,
`app` . `author` as `app.author` ,
`app` . `copyright` as `app.copyright` ,
`app` . `license` as `app.license` ,
`app` . `active` as `app.active` ,
`app` . `configurable` as `app.configurable` ,
`app` . `privacy` as `app.privacy` ,
`app` . `version` as `app.version` ,
`app` . `icon` as `app.iconRaw` ,
`app` . `app_secret` as `app.appSecret` ,
`app` . `modules` as `app.modules` ,
`app` . `main_module` as `app.mainModule` ,
`app` . `cookies` as `app.cookies` ,
`app` . `allow_disable` as `app.allowDisable` ,
`app` . `base_app_url` as `app.baseAppUrl` ,
`app` . `allowed_hosts` as `app.allowedHosts` ,
`app` . `template_load_priority` as `app.templateLoadPriority` ,
`app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` ,
`app` . `context_gateway_url` as `app.contextGatewayUrl` ,
`app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` ,
`app` . `source_type` as `app.sourceType` ,
`app` . `source_config` as `app.sourceConfig` ,
`app` . `self_managed` as `app.selfManaged` ,
`app` . `requested_privileges` as `app.requestedPrivileges` ,
`app` . `integration_id` as `app.integrationId` ,
`app.integration` . `id` as `app.integration.id` ,
`app.integration` . `label` as `app.integration.label` ,
`app.integration` . `access_key` as `app.integration.accessKey` ,
`app.integration` . `secret_access_key` as `app.integration.secretAccessKey` ,
`app.integration` . `last_usage_at` as `app.integration.lastUsageAt` ,
`app.integration` . `admin` as `app.integration.admin` ,
`app.integration` . `custom_fields` as `app.integration.customFields` ,
`app.integration` . `deleted_at` as `app.integration.deletedAt` ,
`app.integration` . `created_at` as `app.integration.createdAt` ,
`app.integration` . `updated_at` as `app.integration.updatedAt` ,
`app` . `acl_role_id` as `app.aclRoleId` ,
`app.aclRole` . `id` as `app.aclRole.id` ,
`app.aclRole` . `name` as `app.aclRole.name` ,
`app.aclRole` . `description` as `app.aclRole.description` ,
`app.aclRole` . `privileges` as `app.aclRole.privileges` ,
`app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` ,
`app.aclRole` . `created_at` as `app.aclRole.createdAt` ,
`app.aclRole` . `updated_at` as `app.aclRole.updatedAt` ,
`app` . `created_at` as `app.createdAt` ,
`app` . `updated_at` as `app.updatedAt` ,
`app.translation.label` ,
`app.translation.label` as `app.label` ,
`app.translation.description` ,
`app.translation.description` as `app.description` ,
`app.translation.privacyPolicyExtensions` ,
`app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` ,
`app.translation.customFields` ,
`app.translation.customFields` as `app.customFields`
FROM
`app`
LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id`
LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id`
LEFT JOIN (
SELECT
`app.translation` . `app_id` ,
`app.translation` . `label` as `app.translation.label` ,
`app.translation` . `description` as `app.translation.description` ,
`app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` ,
`app.translation` . `custom_fields` as `app.translation.customFields`
FROM
`app_translation` `app.translation`
WHERE
`app.translation` . `language_id` = ?
) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id`
WHERE
`app` . `id` IN (? )
Copy
SELECT `app` . `id` as `app.id` , `app` . `name` as `app.name` , `app` . `path` as `app.path` , `app` . `author` as `app.author` , `app` . `copyright` as `app.copyright` , `app` . `license` as `app.license` , `app` . `active` as `app.active` , `app` . `configurable` as `app.configurable` , `app` . `privacy` as `app.privacy` , `app` . `version` as `app.version` , `app` . `icon` as `app.iconRaw` , `app` . `app_secret` as `app.appSecret` , `app` . `modules` as `app.modules` , `app` . `main_module` as `app.mainModule` , `app` . `cookies` as `app.cookies` , `app` . `allow_disable` as `app.allowDisable` , `app` . `base_app_url` as `app.baseAppUrl` , `app` . `allowed_hosts` as `app.allowedHosts` , `app` . `template_load_priority` as `app.templateLoadPriority` , `app` . `checkout_gateway_url` as `app.checkoutGatewayUrl` , `app` . `context_gateway_url` as `app.contextGatewayUrl` , `app` . `in_app_purchases_gateway_url` as `app.inAppPurchasesGatewayUrl` , `app` . `source_type` as `app.sourceType` , `app` . `source_config` as `app.sourceConfig` , `app` . `self_managed` as `app.selfManaged` , `app` . `requested_privileges` as `app.requestedPrivileges` , `app` . `integration_id` as `app.integrationId` , `app.integration` . `id` as `app.integration.id` , `app.integration` . `label` as `app.integration.label` , `app.integration` . `access_key` as `app.integration.accessKey` , `app.integration` . `secret_access_key` as `app.integration.secretAccessKey` , `app.integration` . `last_usage_at` as `app.integration.lastUsageAt` , `app.integration` . `admin` as `app.integration.admin` , `app.integration` . `custom_fields` as `app.integration.customFields` , `app.integration` . `deleted_at` as `app.integration.deletedAt` , `app.integration` . `created_at` as `app.integration.createdAt` , `app.integration` . `updated_at` as `app.integration.updatedAt` , `app` . `acl_role_id` as `app.aclRoleId` , `app.aclRole` . `id` as `app.aclRole.id` , `app.aclRole` . `name` as `app.aclRole.name` , `app.aclRole` . `description` as `app.aclRole.description` , `app.aclRole` . `privileges` as `app.aclRole.privileges` , `app.aclRole` . `deleted_at` as `app.aclRole.deletedAt` , `app.aclRole` . `created_at` as `app.aclRole.createdAt` , `app.aclRole` . `updated_at` as `app.aclRole.updatedAt` , `app` . `created_at` as `app.createdAt` , `app` . `updated_at` as `app.updatedAt` , `app.translation.label` , `app.translation.label` as `app.label` , `app.translation.description` , `app.translation.description` as `app.description` , `app.translation.privacyPolicyExtensions` , `app.translation.privacyPolicyExtensions` as `app.privacyPolicyExtensions` , `app.translation.customFields` , `app.translation.customFields` as `app.customFields` FROM `app` LEFT JOIN `integration` `app.integration` ON `app` . `integration_id` = `app.integration` . `id` LEFT JOIN `acl_role` `app.aclRole` ON `app` . `acl_role_id` = `app.aclRole` . `id` LEFT JOIN (SELECT `app.translation` . `app_id` , `app.translation` . `label` as `app.translation.label` , `app.translation` . `description` as `app.translation.description` , `app.translation` . `privacy_policy_extensions` as `app.translation.privacyPolicyExtensions` , `app.translation` . `custom_fields` as `app.translation.customFields` FROM `app_translation` `app.translation` WHERE `app.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `app.app_translation` ON `app.app_translation` . `app_id` = `app` . `id` WHERE `app` . `id` IN (0x019BB736F054725BB621F70F55D1276A );
Copy
26
0.40 ms
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE ((`script` . `app_id` IN (? )))
Parameters :
[
b"\x01 ›·6ðTr[¶!÷\x0F UÑ'j "
]
SELECT `script` . `id` as `script.id` , `script` . `script` as `script.script` , `script` . `hook` as `script.hook` , `script` . `name` as `script.name` , `script` . `active` as `script.active` , `script` . `app_id` as `script.appId` , `script` . `created_at` as `script.createdAt` , `script` . `updated_at` as `script.updatedAt` FROM `script` WHERE ((`script` . `app_id` IN (0x019BB736F054725BB621F70F55D1276A )));
Copy
27
1.41 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
`app` . `name` AS appName ,
`app` . `version` AS appVersion ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
IF (`script` . `active` = 1 AND (`app` . id IS NULL OR `app` . `active` = 1 ), 1 , 0 ) AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
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 ,
`app` . `name` AS appName ,
`app` . `version` AS appVersion ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
IF (`script` . `active` = 1 AND (`app` . id IS NULL OR `app` . `active` = 1 ), 1 , 0 ) AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
28
0.32 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"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
b"k\x02 :Œ»ÝDª¡R6?F~œ\ "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0xE7C393193D324CDEA909E40B1D783F6E AND `sales_channel_country` . `country_id` = 0x6B023A8CBBDD44AAA152363F467E9C5C );
Copy
29
1.24 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"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0xE7C393193D324CDEA909E40B1D783F6E OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
30
0.64 ms
SELECT pm . `handler_identifier` , LOWER (HEX (sc_pm . `payment_method_id` ))
FROM `sales_channel_payment_method` AS sc_pm
LEFT JOIN `payment_method` AS pm ON pm . `id` = sc_pm . `payment_method_id`
WHERE sc_pm . `sales_channel_id` = ? AND pm . `active` = 1
Parameters :
[
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
]
SELECT pm . `handler_identifier` , LOWER (HEX (sc_pm . `payment_method_id` ))
FROM `sales_channel_payment_method` AS sc_pm
LEFT JOIN `payment_method` AS pm ON pm . `id` = sc_pm . `payment_method_id`
WHERE sc_pm . `sales_channel_id` = 0xE7C393193D324CDEA909E40B1D783F6E AND pm . `active` = 1 ;
Copy
31
0.40 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
32
0.73 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` . `active` as `language.active` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `active` as `language.active` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
33
1.49 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `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"ìü’’wàH¸½³5¿X(ê× "
]
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 (0xECFC929277E048B8BDB335BF5828EAD7 ));
Copy
34
0.48 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"ìü’’wàH¸½³5¿X(ê× "
]
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 (0xECFC929277E048B8BDB335BF5828EAD7 ))));
Copy
35
0.58 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ‘+hâÅs·ÂÂÜÛ‡€Ô "
]
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 (0x01912B68E2C573B790C2C2DCDB8780D4 ));
Copy
36
0.76 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"\x01 ‘+hâÅs·ÂÂÜÛ‡€Ô "
]
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 (0x01912B68E2C573B790C2C2DCDB8780D4 ))));
Copy
37
0.83 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"\x01 ‘+hâÕs¼‘¢ï\x05 E•® "
b"\x01 ‘+iæùpA¾Z^·ŸÉ\x12 3 "
b"\x01 ‘0b`ôrOÚo\x14\x15 Õ%Z "
]
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 (0x01912B68E2D573BC8191A2EF054595AE , 0x01912B69E6F97041BE5A5EB79FC91233 , 0x0191306260F4724FADDA6F1415D5255A ))));
Copy
38
0.68 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 œ\x1D\x01 ¤\x01 tÑ’ »q!½¾\x16 "
b"\x01 ‘+hâÕs¼‘¢ï\x06 ô’/ "
b"\x01 ‘+hâÕs¼‘¢ï\x08\x05 Ê5 "
b"\x01 ‘+iôXpŸ˜Ÿ\x18 æMp2N "
b"\x01 ‘,ÖWAwp¼’¢^\x01 8\x08 ‚ "
b"\x01 ‘0b“\v ~ƒªÕÍ'g»²ô "
]
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 (0x019C1D01A40174D19220BB7121BDBE16 , 0x01912B68E2D573BC8191A2EF06F4922F , 0x01912B68E2D573BC8191A2EF0805CA35 , 0x01912B69F458709F989F18E64D70324E , 0x01912CD657417770BC92A25E01380882 , 0x01913062930B7E83AAD5CD2767BBB2F4 ))));
Copy
39
6.51 ms
SELECT `kplngi_productcategoryposition` . `id` FROM `kplngi_productcategoryposition` WHERE (`kplngi_productcategoryposition` . `category_id` = ? ) LIMIT 1
Parameters :
[
b"ìü’’wàH¸½³5¿X(ê× "
]
SELECT `kplngi_productcategoryposition` . `id` FROM `kplngi_productcategoryposition` WHERE (`kplngi_productcategoryposition` . `category_id` = 0xECFC929277E048B8BDB335BF5828EAD7 ) LIMIT 1 ;
Copy
40
0.44 ms
SELECT `kplngi_productcategoryposition` . `id` as `kplngi_productcategoryposition.id` , `kplngi_productcategoryposition` . `product_id` as `kplngi_productcategoryposition.productId` , `kplngi_productcategoryposition` . `category_id` as `kplngi_productcategoryposition.categoryId` , `kplngi_productcategoryposition` . `product_parent_id` as `kplngi_productcategoryposition.productParentId` , `kplngi_productcategoryposition` . `position` as `kplngi_productcategoryposition.position` , `kplngi_productcategoryposition` . `created_at` as `kplngi_productcategoryposition.createdAt` , `kplngi_productcategoryposition` . `updated_at` as `kplngi_productcategoryposition.updatedAt` FROM `kplngi_productcategoryposition` WHERE `kplngi_productcategoryposition` . `id` IN (? )
Parameters :
[
b"\x01 •6»¹8qA–J6à\x01 zzå "
]
SELECT `kplngi_productcategoryposition` . `id` as `kplngi_productcategoryposition.id` , `kplngi_productcategoryposition` . `product_id` as `kplngi_productcategoryposition.productId` , `kplngi_productcategoryposition` . `category_id` as `kplngi_productcategoryposition.categoryId` , `kplngi_productcategoryposition` . `product_parent_id` as `kplngi_productcategoryposition.productParentId` , `kplngi_productcategoryposition` . `position` as `kplngi_productcategoryposition.position` , `kplngi_productcategoryposition` . `created_at` as `kplngi_productcategoryposition.createdAt` , `kplngi_productcategoryposition` . `updated_at` as `kplngi_productcategoryposition.updatedAt` FROM `kplngi_productcategoryposition` WHERE `kplngi_productcategoryposition` . `id` IN (0x019536BBB9387141964A36E0017A7AE5 );
Copy
41
0.36 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
42
0.27 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"=â̼qyIKµÏ\x7F ̹ù: "
]
SELECT iso FROM snippet_set WHERE id = 0x3DE2CCBC7179494BB5CF7FA0CCB9F93A ;
Copy
43
0.58 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"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
]
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 = 0xE7C393193D324CDEA909E40B1D783F6E
;
Copy
44
0.34 ms
SELECT DISTINCT `technical_name`
FROM `theme_runtime_config`
WHERE `technical_name` IS NOT NULL
SELECT DISTINCT `technical_name`
FROM `theme_runtime_config`
WHERE `technical_name` IS NOT NULL ;
Copy
45
0.32 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
46
0.32 ms
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author` , `self_managed`
FROM `app`
WHERE `active` = 1
;
Copy
47
0.51 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"=â̼qyIKµÏ\x7F ̹ù: "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x3DE2CCBC7179494BB5CF7FA0CCB9F93A ;
Copy
48
0.26 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"=â̼qyIKµÏ\x7F ̹ù: "
]
SELECT iso FROM snippet_set WHERE id = 0x3DE2CCBC7179494BB5CF7FA0CCB9F93A ;
Copy
49
0.51 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"=â̼qyIKµÏ\x7F ̹ù: "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x3DE2CCBC7179494BB5CF7FA0CCB9F93A ;
Copy
50
0.25 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"=â̼qyIKµÏ\x7F ̹ù: "
]
SELECT iso FROM snippet_set WHERE id = 0x3DE2CCBC7179494BB5CF7FA0CCB9F93A ;
Copy
51
0.44 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"=â̼qyIKµÏ\x7F ̹ù: "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x3DE2CCBC7179494BB5CF7FA0CCB9F93A ;
Copy
52
0.23 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"=â̼qyIKµÏ\x7F ̹ù: "
]
SELECT iso FROM snippet_set WHERE id = 0x3DE2CCBC7179494BB5CF7FA0CCB9F93A ;
Copy
53
0.44 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"=â̼qyIKµÏ\x7F ̹ù: "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x3DE2CCBC7179494BB5CF7FA0CCB9F93A ;
Copy
54
0.51 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"}\TÎŽkF$®F‘TÔÒUÆ "
]
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 (0x7D5C54CE8E6B4624AE469154D4D255C6 );
Copy
55
0.29 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
56
0.61 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"}\TÎŽkF$®F‘TÔÒUÆ "
b"MÔ1w\x7F ‚J‘Œ!4\x18\x15 ^¾¦ "
b"üñpccØ@ݲ_\x10 jã* "
b"£Šc\x13 A‘I\x01 €i!\x08 RHÕˆ "
b"k„™†³º@\x1D º:©7´\x1D K\n "
b"…\x07 ß™ÿçNͳ•“=J}â\n "
]
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 (0x7D5C54CE8E6B4624AE469154D4D255C6 , 0x4DD431777F824A918C213418155EBEA6 , 0xFCF1706363D840DDB25F106AE32A9D90 , 0xA38A631341914901806921085248D588 , 0x6B849986B3BA401DBA3AA937B41D4B0A , 0x8507DF99FFE74ECDB395933D4A7DE20A );
Copy
57
0.35 ms
SELECT `kplngi_productcategoryposition` . `id` FROM `kplngi_productcategoryposition` WHERE (`kplngi_productcategoryposition` . `category_id` = ? ) LIMIT 1
Parameters :
[
b"ìü’’wàH¸½³5¿X(ê× "
]
SELECT `kplngi_productcategoryposition` . `id` FROM `kplngi_productcategoryposition` WHERE (`kplngi_productcategoryposition` . `category_id` = 0xECFC929277E048B8BDB335BF5828EAD7 ) LIMIT 1 ;
Copy
58
0.32 ms
SELECT `kplngi_productcategoryposition` . `id` as `kplngi_productcategoryposition.id` , `kplngi_productcategoryposition` . `product_id` as `kplngi_productcategoryposition.productId` , `kplngi_productcategoryposition` . `category_id` as `kplngi_productcategoryposition.categoryId` , `kplngi_productcategoryposition` . `product_parent_id` as `kplngi_productcategoryposition.productParentId` , `kplngi_productcategoryposition` . `position` as `kplngi_productcategoryposition.position` , `kplngi_productcategoryposition` . `created_at` as `kplngi_productcategoryposition.createdAt` , `kplngi_productcategoryposition` . `updated_at` as `kplngi_productcategoryposition.updatedAt` FROM `kplngi_productcategoryposition` WHERE `kplngi_productcategoryposition` . `id` IN (? )
Parameters :
[
b"\x01 •6»¹8qA–J6à\x01 zzå "
]
SELECT `kplngi_productcategoryposition` . `id` as `kplngi_productcategoryposition.id` , `kplngi_productcategoryposition` . `product_id` as `kplngi_productcategoryposition.productId` , `kplngi_productcategoryposition` . `category_id` as `kplngi_productcategoryposition.categoryId` , `kplngi_productcategoryposition` . `product_parent_id` as `kplngi_productcategoryposition.productParentId` , `kplngi_productcategoryposition` . `position` as `kplngi_productcategoryposition.position` , `kplngi_productcategoryposition` . `created_at` as `kplngi_productcategoryposition.createdAt` , `kplngi_productcategoryposition` . `updated_at` as `kplngi_productcategoryposition.updatedAt` FROM `kplngi_productcategoryposition` WHERE `kplngi_productcategoryposition` . `id` IN (0x019536BBB9387141964A36E0017A7AE5 );
Copy
59
0.30 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"ìü’’wàH¸½³5¿X(ê× "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0xECFC929277E048B8BDB335BF5828EAD7 )) LIMIT 1 ;
Copy
60
0.27 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"ìü’’wàH¸½³5¿X(ê× "
]
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 (0xECFC929277E048B8BDB335BF5828EAD7 ));
Copy
61
231.13 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `kplngi_productcategoryposition` `product.kplngiPositions` ON
`product` . `id` = `product.kplngiPositions` . `product_id`
AND `product.kplngiPositions` . `category_id` = ? LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product.kplngiPositions` . `position` ) DESC , MIN (`product` . `id` ) ASC LIMIT 12
Parameters :
[
b"ìü’’wàH¸½³5¿X(ê× "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
true
b"ìü’’wàH¸½³5¿X(ê× "
null
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `kplngi_productcategoryposition` `product.kplngiPositions` ON
`product` . `id` = `product.kplngiPositions` . `product_id`
AND `product.kplngiPositions` . `category_id` = 0xECFC929277E048B8BDB335BF5828EAD7 LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xE7C393193D324CDEA909E40B1D783F6E AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xECFC929277E048B8BDB335BF5828EAD7 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ORDER BY MAX (`product.kplngiPositions` . `position` ) DESC , MIN (`product` . `id` ) ASC LIMIT 12 ;
Copy
62
147.35 ms
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `kplngi_productcategoryposition` `product.kplngiPositions` ON
`product` . `id` = `product.kplngiPositions` . `product_id`
AND `product.kplngiPositions` . `category_id` = ? LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product` . `display_group` ) total
Parameters :
[
b"ìü’’wàH¸½³5¿X(ê× "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
true
b"ìü’’wàH¸½³5¿X(ê× "
null
]
SELECT COUNT (* ) FROM (
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `kplngi_productcategoryposition` `product.kplngiPositions` ON
`product` . `id` = `product.kplngiPositions` . `product_id`
AND `product.kplngiPositions` . `category_id` = 0xECFC929277E048B8BDB335BF5828EAD7 LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xE7C393193D324CDEA909E40B1D783F6E AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xECFC929277E048B8BDB335BF5828EAD7 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product` . `display_group` ) total ;
Copy
63
611.54 ms
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018fa6ccae7f71cb99aa505f75698cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018fa6f255d77283be08678f8178c4a5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018fa6f255f3731f8c80643371aad282.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule650a6c56fb9c47b4b0d6b6528d0a6985.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule73863c97aec8474aa53ae789cc8a1e06.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule8ce6820cc8d94b4baf61291f751eac26.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule01957050e53d7c3aa69ce871e75abc5b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019680088e487b27aa8301a86927c150.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4c2b32f8849b4b2ab8b571fd5cfdf10e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018fa6ccae7f71cb99aa505f75698cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018fa6f255d77283be08678f8178c4a5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018fa6f255f3731f8c80643371aad282.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule650a6c56fb9c47b4b0d6b6528d0a6985.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule73863c97aec8474aa53ae789cc8a1e06.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule8ce6820cc8d94b4baf61291f751eac26.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule01957050e53d7c3aa69ce871e75abc5b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019680088e487b27aa8301a86927c150.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4c2b32f8849b4b2ab8b571fd5cfdf10e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018fa6ccae7f71cb99aa505f75698cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018fa6f255d77283be08678f8178c4a5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018fa6f255f3731f8c80643371aad282.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule650a6c56fb9c47b4b0d6b6528d0a6985.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule73863c97aec8474aa53ae789cc8a1e06.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule8ce6820cc8d94b4baf61291f751eac26.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule01957050e53d7c3aa69ce871e75abc5b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019680088e487b27aa8301a86927c150.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4c2b32f8849b4b2ab8b571fd5cfdf10e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018fa6ccae7f71cb99aa505f75698cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018fa6f255d77283be08678f8178c4a5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018fa6f255f3731f8c80643371aad282.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule650a6c56fb9c47b4b0d6b6528d0a6985.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule73863c97aec8474aa53ae789cc8a1e06.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule8ce6820cc8d94b4baf61291f751eac26.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule01957050e53d7c3aa69ce871e75abc5b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019680088e487b27aa8301a86927c150.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4c2b32f8849b4b2ab8b571fd5cfdf10e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
true
b"ìü’’wàH¸½³5¿X(ê× "
null
]
SELECT
MIN (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018fa6ccae7f71cb99aa505f75698cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018fa6f255d77283be08678f8178c4a5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018fa6f255f3731f8c80643371aad282.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule650a6c56fb9c47b4b0d6b6528d0a6985.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule73863c97aec8474aa53ae789cc8a1e06.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule8ce6820cc8d94b4baf61291f751eac26.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule01957050e53d7c3aa69ce871e75abc5b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule019680088e487b27aa8301a86927c150.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule4c2b32f8849b4b2ab8b571fd5cfdf10e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018fa6ccae7f71cb99aa505f75698cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018fa6f255d77283be08678f8178c4a5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018fa6f255f3731f8c80643371aad282.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule650a6c56fb9c47b4b0d6b6528d0a6985.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule73863c97aec8474aa53ae789cc8a1e06.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule8ce6820cc8d94b4baf61291f751eac26.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule01957050e53d7c3aa69ce871e75abc5b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule019680088e487b27aa8301a86927c150.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule4c2b32f8849b4b2ab8b571fd5cfdf10e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.min` ,
MAX (
IFNULL (
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018fa6ccae7f71cb99aa505f75698cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018fa6f255d77283be08678f8178c4a5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule018fa6f255f3731f8c80643371aad282.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule650a6c56fb9c47b4b0d6b6528d0a6985.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule73863c97aec8474aa53ae789cc8a1e06.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule8ce6820cc8d94b4baf61291f751eac26.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule01957050e53d7c3aa69ce871e75abc5b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule019680088e487b27aa8301a86927c150.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.rule4c2b32f8849b4b2ab8b571fd5cfdf10e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
),
COALESCE (
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018fa6ccae7f71cb99aa505f75698cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018fa6f255d77283be08678f8178c4a5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule018fa6f255f3731f8c80643371aad282.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule650a6c56fb9c47b4b0d6b6528d0a6985.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule73863c97aec8474aa53ae789cc8a1e06.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule8ce6820cc8d94b4baf61291f751eac26.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule01957050e53d7c3aa69ce871e75abc5b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule019680088e487b27aa8301a86927c150.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.rule4c2b32f8849b4b2ab8b571fd5cfdf10e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
),
(
ROUND (
(
ROUND (
CAST (
(
JSON_UNQUOTE (
JSON_EXTRACT (
`product.parent` . `cheapest_price_accessor` ,
"$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net"
)
) * 1
) as DECIMAL (30 , 20 )
),
2
)
) * 100 ,
0
) / 100
)
)
)
) as `price.max`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id`
AND `product` . version_id = `product.visibilities` . product_version_id
LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id`
AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id`
LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id`
AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id`
WHERE
(`product` . `version_id` = ? )
AND (
(
(
(
`product.visibilities` . `visibility` > = ?
)
AND `product.visibilities` . `sales_channel_id` = ?
AND IFNULL (
`product` . `active` , `product.parent` . `active`
) = ?
)
AND `product.categoriesRo` . `id` = ?
AND NOT (`product` . `display_group` < = > ? )
)
)
Copy
SELECT MIN (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018fa6ccae7f71cb99aa505f75698cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018fa6f255d77283be08678f8178c4a5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018fa6f255f3731f8c80643371aad282.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule650a6c56fb9c47b4b0d6b6528d0a6985.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule73863c97aec8474aa53ae789cc8a1e06.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule8ce6820cc8d94b4baf61291f751eac26.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule01957050e53d7c3aa69ce871e75abc5b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019680088e487b27aa8301a86927c150.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4c2b32f8849b4b2ab8b571fd5cfdf10e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018fa6ccae7f71cb99aa505f75698cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018fa6f255d77283be08678f8178c4a5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018fa6f255f3731f8c80643371aad282.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule650a6c56fb9c47b4b0d6b6528d0a6985.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule73863c97aec8474aa53ae789cc8a1e06.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule8ce6820cc8d94b4baf61291f751eac26.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule01957050e53d7c3aa69ce871e75abc5b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019680088e487b27aa8301a86927c150.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4c2b32f8849b4b2ab8b571fd5cfdf10e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.min` , MAX (IFNULL (COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018fa6ccae7f71cb99aa505f75698cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018fa6f255d77283be08678f8178c4a5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule018fa6f255f3731f8c80643371aad282.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule650a6c56fb9c47b4b0d6b6528d0a6985.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule73863c97aec8474aa53ae789cc8a1e06.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule8ce6820cc8d94b4baf61291f751eac26.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule01957050e53d7c3aa69ce871e75abc5b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule019680088e487b27aa8301a86927c150.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.rule4c2b32f8849b4b2ab8b571fd5cfdf10e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )), COALESCE ((ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018fa6ccae7f71cb99aa505f75698cec.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018fa6f255d77283be08678f8178c4a5.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule018fa6f255f3731f8c80643371aad282.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule650a6c56fb9c47b4b0d6b6528d0a6985.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule73863c97aec8474aa53ae789cc8a1e06.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule8ce6820cc8d94b4baf61291f751eac26.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule01957050e53d7c3aa69ce871e75abc5b.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule019680088e487b27aa8301a86927c150.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.rule4c2b32f8849b4b2ab8b571fd5cfdf10e.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 ), (ROUND ((ROUND (CAST ((JSON_UNQUOTE (JSON_EXTRACT (`product.parent` . `cheapest_price_accessor` , "$.ruledefault.currencyb7d2554b0ce847cd82f3ac9bd1c0dfca.net" )) * 1 ) as DECIMAL (30 , 20 )), 2 )) * 100 , 0 ) / 100 )))) as `price.max` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xE7C393193D324CDEA909E40B1D783F6E AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xECFC929277E048B8BDB335BF5828EAD7 AND NOT (`product` . `display_group` < = > NULL )));
Copy
64
40.88 ms
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = ? )))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
true
b"ìü’’wàH¸½³5¿X(ê× "
null
0
]
SELECT MAX (IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` )) as `rating` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xE7C393193D324CDEA909E40B1D783F6E AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xECFC929277E048B8BDB335BF5828EAD7 AND NOT (`product` . `display_group` < = > NULL ))) AND (((IFNULL (`product` . `rating_average` , `product.parent` . `rating_average` ) > = 0 )));
Copy
65
41.62 ms
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = ? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
true
b"ìü’’wàH¸½³5¿X(ê× "
null
true
]
SELECT MAX (IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` )) as `shipping-free` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xE7C393193D324CDEA909E40B1D783F6E AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xECFC929277E048B8BDB335BF5828EAD7 AND NOT (`product` . `display_group` < = > NULL ))) AND ((IFNULL (`product` . `shipping_free` , `product.parent` . `shipping_free` ) = 1 ));
Copy
66
59.79 ms
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product.properties` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
true
b"ìü’’wàH¸½³5¿X(ê× "
null
]
SELECT LOWER (HEX (`product.properties` . `id` )) as `properties.key` , COUNT (`product` . `id` ) as `properties.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_property` `product.properties.mapping` ON `product` . `properties` = `product.properties.mapping` . `product_id` AND `product` . `version_id` = `product.properties.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.properties` ON `product.properties.mapping` . `property_group_option_id` = `product.properties` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xE7C393193D324CDEA909E40B1D783F6E AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xECFC929277E048B8BDB335BF5828EAD7 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.properties` . `id` ;
Copy
67
58.89 ms
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY `product.options` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
true
b"ìü’’wàH¸½³5¿X(ê× "
null
]
SELECT LOWER (HEX (`product.options` . `id` )) as `options.key` , COUNT (`product` . `id` ) as `options.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `product_option` `product.options.mapping` ON `product` . `id` = `product.options.mapping` . `product_id` AND `product` . `version_id` = `product.options.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` LEFT JOIN `property_group_option` `product.options` ON `product.options.mapping` . `property_group_option_id` = `product.options` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xE7C393193D324CDEA909E40B1D783F6E AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xECFC929277E048B8BDB335BF5828EAD7 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY `product.options` . `id` ;
Copy
68
85.22 ms
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
true
b"ìü’’wàH¸½³5¿X(ê× "
null
]
SELECT LOWER (HEX (IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ))) as `manufacturer` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xE7C393193D324CDEA909E40B1D783F6E AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xECFC929277E048B8BDB335BF5828EAD7 AND NOT (`product` . `display_group` < = > NULL ))) GROUP BY IFNULL (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` );
Copy
69
0.84 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` . `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.link` , `product_manufacturer.translation.link` as `product_manufacturer.link` , `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` . `link` as `product_manufacturer.translation.link` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 6\v ‚Ér—‰»cM\âÝû "
b"\x01 6\v ¥Zs\x17 0Í;>»: "
b"\x01 6\x14 5sî”ÄA,ø²•õ "
b"\x01 6\x14 ›ªr®uû±*ÚÊ "
b"\x01 ‘~Òz3pÝžèÇ¿%¨ý± "
b"\x01 ™<À?/s¦¤t\x14 C\\x1D\x1A ¥ "
b"\x01 ™<À?SpI¼•«û\x1A «½j "
b"\x01 ™<ÀB\x7F r8¤Z(\x15 lr¢½ "
b"\x01 ™<ÀDÉsÄš Ñ$×?\x02 j "
b"\x01 ™<ÀIÛqa \x15 Ç»ŠT™Ú "
b"\x01 ™<ÀJ\x16 rZ¨sÕ\x0F ,\x16 ß= "
b"\x01 ™<ÀLp8¬âD[œ\x7F `ÿ "
b"\x01 ™<À_ppc²iän1k\r $ "
b"\x01 ™<Àz7r—žøÐ‚% ”7 "
b"\x01 ™<À¡¿p¶µ=WRËŸ\x01\x7F "
b"\x01 ™<À¨ðs–›.€#s\e %< "
b"\x01 ™<ÀÈÞsLŠ¿ZÇÿ4Åð "
b"\x01 ™<À͸pâµkþž\x0F ù½Ñ "
b"\x01 ™<ÀÓ\x13 qdzÚzÞáãgÝ "
b"6*ŽÈ{‚E\x1A Ÿ\x03 Ã1\x1E [j: "
b"pzþ»âšG÷¾<»¬:˜\x1C ß "
b"¾æô¬ÈåCΔGÔxŒŸ×¢ "
b"Å0\x04 ña¾M/˜žóÓøq¨å "
b"ÎfgtdxHÜ‚\x06 õ7Š/º¦ "
]
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` . `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.link` ,
`product_manufacturer.translation.link` as `product_manufacturer.link` ,
`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` . `link` as `product_manufacturer.translation.link` ,
`product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` ,
`product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` ,
`product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product_manufacturer.translation`
WHERE
`product_manufacturer.translation` . `language_id` = ?
) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id`
AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id`
WHERE
(
`product_manufacturer` . `version_id` = ?
)
AND (
`product_manufacturer` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `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.link` , `product_manufacturer.translation.link` as `product_manufacturer.link` , `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` . `link` as `product_manufacturer.translation.link` , `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 (0x0190360B82C9729789BB634D5CE2DDFB , 0x0190360BA55A73178F30CDAD3B3EBB3A , 0x01903614359F73EE94C4412CF8B295F5 , 0x019036149BAA729DAE8F75FBB12ADACA , 0x01917ED27A3370DD9EE8C7BF25A8FDB1 , 0x01993CC03F2F73A6A47414435C1D1AA5 , 0x01993CC03F537049BC95ABFB1AABBD6A , 0x01993CC0427F7238A45A28156C72A2BD , 0x01993CC044C973C49AA0D124D73F026A , 0x01993CC049DB7161A015C7BB8A5499DA , 0x01993CC04A16725AA873D50F2C16DF3D , 0x01993CC04CAD7038ACE2445B9C7F60FF , 0x01993CC05F707063B269E46E316B0D24 , 0x01993CC07A3772979EF8D08225A09437 , 0x01993CC0A1BF70B6B53D5752CB9F017F , 0x01993CC0A8F073969B2E8023731B253C , 0x01993CC0C8DE734C8ABF5AC7FF34C5F0 , 0x01993CC0CDB870E2B56BFE9E0FF9BDD1 , 0x01993CC0D31371C7B3DA7ADEE1E367DD , 0x362A8EC87B82451A9F03C3311E5B6A3A , 0x707AFEBBE29A47F7BE3CBBAC3A981CDF , 0xBEE6F4ACC8E543CE9447D4788C9FD7A2 , 0xC53004F161BE4D2F989EF3D3F871A8E5 , 0xCE666774647848DC8206F5378A2FBAA6 ));
Copy
70
47.49 ms
SELECT COUNT (DISTINCT `product` . `id` ) as `total_product_count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) AND ((`product` . `parent_id` < = > ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
true
b"ìü’’wàH¸½³5¿X(ê× "
null
null
true
]
SELECT COUNT (DISTINCT `product` . `id` ) as `total_product_count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xE7C393193D324CDEA909E40B1D783F6E AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xECFC929277E048B8BDB335BF5828EAD7 AND NOT (`product` . `display_group` < = > NULL ))) AND ((`product` . `parent_id` < = > NULL AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ));
Copy
71
41.18 ms
SELECT LOWER (HEX (`product` . `parent_id` )) as `total_variant_product_count.key` , COUNT (`product` . `id` ) as `total_variant_product_count.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ) AND `product.categoriesRo` . `id` = ? AND NOT (`product` . `display_group` < = > ? ))) AND ((NOT (`product` . `parent_id` < = > ? ) AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? )) GROUP BY `product` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
30
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
true
b"ìü’’wàH¸½³5¿X(ê× "
null
null
true
]
SELECT LOWER (HEX (`product` . `parent_id` )) as `total_variant_product_count.key` , COUNT (`product` . `id` ) as `total_variant_product_count.count` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id LEFT JOIN `product_category_tree` `product.categoriesRo.mapping` ON `product` . `id` = `product.categoriesRo.mapping` . `product_id` AND `product` . `version_id` = `product.categoriesRo.mapping` . `product_version_id` LEFT JOIN `category` `product.categoriesRo` ON `product.categoriesRo.mapping` . `category_id` = `product.categoriesRo` . `id` AND `product.categoriesRo` . `version_id` = `product.categoriesRo.mapping` . `category_version_id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 30 ) AND `product.visibilities` . `sales_channel_id` = 0xE7C393193D324CDEA909E40B1D783F6E AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ) AND `product.categoriesRo` . `id` = 0xECFC929277E048B8BDB335BF5828EAD7 AND NOT (`product` . `display_group` < = > NULL ))) AND ((NOT (`product` . `parent_id` < = > NULL ) AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 )) GROUP BY `product` . `parent_id` ;
Copy
72
0.52 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"‡qqŽÂ0D\x1E •7ì\x18 …ê{ä "
b"žl~\x19 »˜@ú…ùŒŽT¦Ck "
b"+rð\x08 ‡LA×¼\x19 Ñ/w/\x08 R "
b"\x01 ‘¢døÛpæŒÅA‘P‚W "
b"\x01 ‘¢iè1sLž\e ž®Év>1 "
b"\x01 ‘¢j$Lqòœ$DælŠWÌ "
b"Iè’TK²N•\x03 _•‰˜\x11 U "
b"{:„\x1A @\x14 A¯‚ùÈmQƒLH "
b"´Ì\f êuLEý§\x19 6NVÐ]È "
b"\x01 “ÀXcts^Šä¡™ã "
b"\x01 “ÀQûápq’–tâ¾\x7F ä\x03 "
b"P\x03 ¤ÈYDž¤ùLá‡\x13 Oü "
]
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 (0x8771718EC230441E9537EC1885EA7BE4 , 0x9E6C7E19BB9840FA85F98C8D54A6436B , 0x2B72F008874C41D7BC19D12F772F0852 , 0x0191A264F8DB70E68CC5418F91508257 , 0x0191A269E831734C9E1B9EAEC9763E31 , 0x0191A26A244C71F29C2444E66C8A57CC , 0x49E892544BB24EAD95035F9589981155 , 0x7B3A841A401441AF82F9C86D51834C48 , 0xB4CC0CEA754C45FDA719364E56D05DC8 , 0x0193C0586374735E8AE4A199E3EF8989 , 0x0193C051FBE17071929674E2BE7FE403 , 0x5003A4C85981449EA4F94CE187134FFC );
Copy
73
0.58 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"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
true
b"‡qqŽÂ0D\x1E •7ì\x18 …ê{ä "
b"žl~\x19 »˜@ú…ùŒŽT¦Ck "
b"+rð\x08 ‡LA×¼\x19 Ñ/w/\x08 R "
b"\x01 ‘¢døÛpæŒÅA‘P‚W "
b"\x01 ‘¢iè1sLž\e ž®Év>1 "
b"\x01 ‘¢j$Lqòœ$DælŠWÌ "
b"Iè’TK²N•\x03 _•‰˜\x11 U "
b"{:„\x1A @\x14 A¯‚ùÈmQƒLH "
b"´Ì\f êuLEý§\x19 6NVÐ]È "
b"\x01 “ÀXcts^Šä¡™ã "
b"\x01 “ÀQûápq’–tâ¾\x7F ä\x03 "
b"P\x03 ¤ÈYDž¤ùLá‡\x13 Oü "
]
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` = 0xE7C393193D324CDEA909E40B1D783F6E AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x8771718EC230441E9537EC1885EA7BE4 , 0x9E6C7E19BB9840FA85F98C8D54A6436B , 0x2B72F008874C41D7BC19D12F772F0852 , 0x0191A264F8DB70E68CC5418F91508257 , 0x0191A269E831734C9E1B9EAEC9763E31 , 0x0191A26A244C71F29C2444E66C8A57CC , 0x49E892544BB24EAD95035F9589981155 , 0x7B3A841A401441AF82F9C86D51834C48 , 0xB4CC0CEA754C45FDA719364E56D05DC8 , 0x0193C0586374735E8AE4A199E3EF8989 , 0x0193C051FBE17071929674E2BE7FE403 , 0x5003A4C85981449EA4F94CE187134FFC )) GROUP BY `product` . `id` ;
Copy
74
3.44 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` . `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.link` , `product.manufacturer.translation.link` as `product.manufacturer.link` , `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` , (SELECT GROUP_CONCAT (HEX (`product.lenzPlatformClp.mapping` . `clp_id` ) SEPARATOR '||' )
FROM `lenz_platform_clp_product` `product.lenzPlatformClp.mapping`
WHERE `product.lenzPlatformClp.mapping` . `product_id` = `product` . `lenzPlatformClp` ) as `product.lenzPlatformClp.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` . `link` as `product.manufacturer.translation.link` , `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"‡qqŽÂ0D\x1E •7ì\x18 …ê{ä "
b"žl~\x19 »˜@ú…ùŒŽT¦Ck "
b"+rð\x08 ‡LA×¼\x19 Ñ/w/\x08 R "
b"\x01 ‘¢døÛpæŒÅA‘P‚W "
b"\x01 ‘¢iè1sLž\e ž®Év>1 "
b"\x01 ‘¢j$Lqòœ$DælŠWÌ "
b"Iè’TK²N•\x03 _•‰˜\x11 U "
b"{:„\x1A @\x14 A¯‚ùÈmQƒLH "
b"´Ì\f êuLEý§\x19 6NVÐ]È "
b"\x01 “ÀXcts^Šä¡™ã "
b"\x01 “ÀQûápq’–tâ¾\x7F ä\x03 "
b"P\x03 ¤ÈYDž¤ùLá‡\x13 Oü "
]
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` . `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.link` ,
`product.manufacturer.translation.link` as `product.manufacturer.link` ,
`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` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.lenzPlatformClp.mapping` . `clp_id`
) SEPARATOR '||'
)
FROM
`lenz_platform_clp_product` `product.lenzPlatformClp.mapping`
WHERE
`product.lenzPlatformClp.mapping` . `product_id` = `product` . `lenzPlatformClp`
) as `product.lenzPlatformClp.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` . `link` as `product.manufacturer.translation.link` ,
`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` . `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.link` , `product.manufacturer.translation.link` as `product.manufacturer.link` , `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` , (SELECT GROUP_CONCAT (HEX (`product.lenzPlatformClp.mapping` . `clp_id` ) SEPARATOR '||' )
FROM `lenz_platform_clp_product` `product.lenzPlatformClp.mapping`
WHERE `product.lenzPlatformClp.mapping` . `product_id` = `product` . `lenzPlatformClp` ) as `product.lenzPlatformClp.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` . `link` as `product.manufacturer.translation.link` , `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 (0x8771718EC230441E9537EC1885EA7BE4 , 0x9E6C7E19BB9840FA85F98C8D54A6436B , 0x2B72F008874C41D7BC19D12F772F0852 , 0x0191A264F8DB70E68CC5418F91508257 , 0x0191A269E831734C9E1B9EAEC9763E31 , 0x0191A26A244C71F29C2444E66C8A57CC , 0x49E892544BB24EAD95035F9589981155 , 0x7B3A841A401441AF82F9C86D51834C48 , 0xB4CC0CEA754C45FDA719364E56D05DC8 , 0x0193C0586374735E8AE4A199E3EF8989 , 0x0193C051FBE17071929674E2BE7FE403 , 0x5003A4C85981449EA4F94CE187134FFC ));
Copy
75
0.38 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
76
0.79 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.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 (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` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"fìÞ\f ‚Ñ@:ºý˜8\x19 a1; "
b"»Oîü°!@{’µ\x06 S/\x1F Æ "
b"Ú\x06 ?`ƒ\x1A KNpM»{¡¯A "
b"ÁOn©Ð¥Jx¾•\x12 ‚\x15\x13 0b "
b"ßðÙx»žHÀ– dÖM˜5ê "
b"ôþ*7”²N0‚1Äš,‹¸ó "
]
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.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 (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` WHERE `property_group_option` . `id` IN (0x66ECDE0C82D1403ABAFD98381961313B , 0xBB4FEEFCB021407B92B59D06532F1FC6 , 0xDA063F60831A4B4E8F704DBB7BA1AF41 , 0xC14F6EA9D0A54A78BE95128215133062 , 0xDFF0D978BB9E48C0962064D64D9835EA , 0xF4FE2A3794B24E308231C49A2C8BB8F3 );
Copy
77
0.77 ms
SELECT `product_price` . `id` as `product_price.id` , `product_price` . `version_id` as `product_price.versionId` , `product_price` . `product_id` as `product_price.productId` , `product_price` . `product_version_id` as `product_price.productVersionId` , `product_price` . `rule_id` as `product_price.ruleId` , `product_price` . `price` as `product_price.price` , `product_price` . `quantity_start` as `product_price.quantityStart` , `product_price` . `quantity_end` as `product_price.quantityEnd` , `product_price` . `custom_fields` as `product_price.customFields` , `product_price` . `created_at` as `product_price.createdAt` , `product_price` . `updated_at` as `product_price.updatedAt` FROM `product_price` WHERE (`product_price` . `version_id` = ? ) AND (((`product_price` . `product_id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ‘¢døÛpæŒÅA‘P‚W "
b"\x01 ‘¢iè1sLž\e ž®Év>1 "
b"\x01 ‘¢j$Lqòœ$DælŠWÌ "
b"\x01 “ÀQûápq’–tâ¾\x7F ä\x03 "
b"\x01 “ÀXcts^Šä¡™ã "
b"+rð\x08 ‡LA×¼\x19 Ñ/w/\x08 R "
b"Iè’TK²N•\x03 _•‰˜\x11 U "
b"P\x03 ¤ÈYDž¤ùLá‡\x13 Oü "
b"{:„\x1A @\x14 A¯‚ùÈmQƒLH "
b"‡qqŽÂ0D\x1E •7ì\x18 …ê{ä "
b"žl~\x19 »˜@ú…ùŒŽT¦Ck "
b"´Ì\f êuLEý§\x19 6NVÐ]È "
b"[<¡TÔ‰M:¨7ê£û<òÓ "
b"\x03 *±S³HT¯D$Ñ]÷+\f "
b"\x00 „,\x0E\x16 B#ªÅÄ»k,ã "
b"9KëtˆJG±Š!_ÿP\x19 … "
b"¦Ö\x1C —üAO}™Om'jmõ° "
]
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 (0x0191A264F8DB70E68CC5418F91508257 , 0x0191A269E831734C9E1B9EAEC9763E31 , 0x0191A26A244C71F29C2444E66C8A57CC , 0x0193C051FBE17071929674E2BE7FE403 , 0x0193C0586374735E8AE4A199E3EF8989 , 0x2B72F008874C41D7BC19D12F772F0852 , 0x49E892544BB24EAD95035F9589981155 , 0x5003A4C85981449EA4F94CE187134FFC , 0x7B3A841A401441AF82F9C86D51834C48 , 0x8771718EC230441E9537EC1885EA7BE4 , 0x9E6C7E19BB9840FA85F98C8D54A6436B , 0xB4CC0CEA754C45FDA719364E56D05DC8 , 0x5B3CA154D4894D3AA837EAA3FB3CF2D3 , 0x9D032AB153B34854AF4424D15DF72B0C , 0x0084902C0E164223AAC59FC4BB6B2CE3 , 0x394BEB7488AD4A47B18A215FFF501985 , 0xA6D61C97FC414F7D994F6D276A6DF5B0 ))));
Copy
78
0.45 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
79
11.06 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.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 `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.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"\x00 _\x1A %ÛG@͹¡\x0E\x14\x15 †‡ó "
b"\x00 ¹d,K\x14 HW\x07 ã—iÂú\x11 "
b"\x01\x1A f‰eýOŽ¢AÇäTW÷M "
b"\x01 -.äÅEû³÷TÞá\x01 z "
b"\x01 6\x14 Ø«r׫ò0ä\x07 ëåW "
b"\x01 ÄÎnƪI- X¿ÂóÙ¾Õ "
b"\x01 Þª$ƒZJ®™\x7F 8ke?ì "
b"\x01 ýÿÿþÆJA§`\(kak) "
b"\x02\x15\x7F\x1E Z\x01 KIŒ\x01 Á\x19 <Æ¥\x08 "
b"\x02 n5ú\x00\x15 Eüƒôr\n N¤éÌ "
b"\x03\x11\x0F ŒÜÇF]™v„\x03 é%_Ý "
b"\x03 D Ô²`G»¤–í~w^\v ² "
b"""
\x04 /èoÞÞN\x01 ¢w\x0F ”\n
—,
"""
b"\x04 :‰sÙsL¯§OxÚ?á×L "
b"\x04 E¸L¼ÚND…¼l*\x1F\x06 n "
b"\x04 PöàË`Lc•š\x04 MMR«; "
b"\x04 •\f æZDqœüÄ!ÂDeT "
b"\x04 ™?\x11 h8HUR€Ì'at1 "
b"\x05 @§š)¢Eè¬í§\x1F 5ßÀ "
b"\x05 h¾©¤ïD3€Æ7ÖÁ–º "
b"\x05 ¡ñán—KR²\x10 [\v Ï\x13 l+ "
b"\x05 È¿'ÃH§¹ÇÅJAc¦‹ "
b"\x06 AyØ)\x1E Mi™”dô¼P\e b "
b"\x06 a\x05 ±¯cIiÖ三ۇ« "
b"\x06 ¤\x06 ÕòMö²4A¼æw¥™ "
b"\x07\x01 :\x0F ÚØBÝ‘]h\v Ô?~È "
b"\x07 ’!«@2°sø’íË\x11 ” "
b"\x07 ®D&KSGxŸÜ‡¬æ½œ‰ "
b"\x07 °³Üý=@̤ð÷(\x13 ¤½R "
b"\x07 ÕWš8ÝAtŽ@ÿRæ°Ä2 "
b"\x07 âù\»µK«¬»^Î[ÇÆè "
b"\x08 R\x00 ‚Œ)La¹,÷u\x00 qÝR "
b"\x08 ‚sPÿÐK®‹%¶\x13 šÈu "
b"\t hk’F·—’ Ob'R\x06 "
b"\t ª—ë\x7F ËN·\x06 NÆÃ4±€ "
b"\t Ü\x1F ù£.O\x16 ‚—%¥£–e„ "
b"""
\n
¦¡ßG®K͆jìréì’"
"""
b"\v\x02 /¨n›C\x00 ¾’æ1<ñ–… "
b"\v\x16 „ðK+¸“™;#I6 "
b"\v 1IŠy\x19 O\f ¶ão‘©9hL "
b"\v v\x1F gr–J\x10 °ÍnîõÍHe "
b"\v ¢âuôZ@©Ý¼0T¸áä "
b"\v §Š* §FÀ¸\x1E Ønq "
b"\f ‹Ê\x12 ½îBT»@núŽ•½ "
b"\r "\r Ç%,Et‚Œ÷‡rŒŽ~ "
b"\r 5<ÙôH(’Oá]\e u¢> "
b"\x0E iLp…õHkˆ\e Ê\x1A =˜&\r "
b"\x0E ’‡i\x1A &G,¯²Žÿ\x01 Ã/ "
b"\x0E ¼^Sh\v Kd¿Z¸v#Ñòn "
b"\x0F ’M†¯SO\x1C ±¸º5\x10 \e À "
b"\x10 $ï/åÑA6Œ2¯˜ˆM‚€ "
b"\x11 P€\v\x7F ¼@¸…B¯:•UýI "
b"\x11 V<}saB#Ž®þ±óùM( "
b"\x11 z\x1D í(K_¹T\x0E '˜˜iæ "
b"\x11 ºv×™ÞK¸ˆÂýä:\e ½ "
b"\x11 îÖb˜N”¿[DÇ“\x15 ² "
b"\x12\t\x11\x05 BÞFT„\x04 ºiË\x1D Q¨ "
b"\x12 <ª—üoM#˜Q^ëx¬³³ "
b"\x12 M\x03 Uÿ²K\x1C £1PÌ\x1A û‚ "
b"\x12 T\x03\e È\x10 H,«B ÌyI¤a "
b"""
\x12 y\x14 þ¨MÙ—\x10 Eïd\n
Ùˆ
"""
b"\x12 •ô\x19 …ÉC\x15 ’>´ãN7µþ "
b"\x12 ¨”ø-0Oô¹¤N‰â ËÉ "
b"\x12 Ä›v´ŽOŠ˜ªG2gS÷X "
b"\x13 ›T`êœK\x01 ™Ts\x00 YùÁ* "
b"\x14 @™Þ\x17 ZD®—\x12 i\x1A @Ôo² "
b"\x14 ‹)‡>pLû‹¡àÜ#\x07 T[ "
b"\x14 Ä/x\x0E ŒHÖŽ\x08 •©Æ\x08 „v "
b"\x14 ÌÑ$QÓK6‚\x10 ÏÄ`&™a "
b"\x14 ÷óV ¥J•õßc\x07 •^æ "
b"\x15\x01 L‡“âNÅ—\x12 Rb ³n "
b"\x15 2̼\x10 ŸE\x05 ž\x08 w—¢\x05 {F "
b"""
\x15 oë\n
\x0E Gá¡Á&Þÿ ø¾
"""
b"\x15 Î e¼sM8¶²:?åƒå "
b"\x15 áâÉ\t üN¡¬ˆ(¾sÛWß "
b"\x15 åÓÜ7áF\x1F šxº\x19 !~Æ "
b"\x16 9;”È\x04 F¦¢XEvД¢H "
b"\x16 ]Öü\x05 îLRˆLk§js6D "
b"\x16 ‚m2V\x14 D\x00 ”V£‘aa "
b"\x16 s?ÑëO{½\x19 Kõ?ØÝw "
b"\x16 ö\x18 93@J\x0F Œ+` ¿\x14 "
b"\x17 .سyòJn½ƒ•9ØïŽ\t "
b"\x17 :\x15 {\x01 äL1'\x00 Þ·Hç= "
b"\x17 —¹à‹Ls½„c8bH(\x08 "
b"\x18 G/ºq¢FI§ZÁ_³\x07 L "
b"\x18 ÐÕéDÑM¬I˜n„_½ "
b"\x19 g¢qD¾JDZÑõãæœƒ¦ "
b"\x19 yÊHÈÙO§ˆ®r\x04 L‰\x01 à "
b"\x1A\x13 !v\x18 (AÒi‘\x13 uQ\x03 "
b"""
\x1A Rà”Ž½Fá©NÍ+/\n
`Š
"""
b"\x1A S1Ã’VDÊŒ0\t ,Iqáá "
b"\x1A ¹+¹\x02 ®Iؽ\x1D\x04 ÓìG¯e "
b"\x1A ÔßÆÏ£@Ž“nÖ]µ3˜Ï "
b"\x1A Ö´ø•DBvºÎô¹‡½GB "
b"\e Fû%t\x0F Kå–øê¿;ðôÊ "
b"\e ¿YkÜ@,ƒ¨ð¢\x08\x01 —– "
b"\e ÉÒÿî"Lw½\x15 ߨC’¿/ "
b"\x1D '(ºÅM\x05 ¤\e ‘$\x19 PÁ\x1A "
b"\x1D /vÎð4E”Œ´–&N‘¶ "
b"\x1D i¯ÕZÄCιê"@u\x10 >\x18 "
b"\x1D mã5\x10\f L’„L\x18 ÈŒø;. "
b"\x1D ¡¼\t bÝEÖ§›j;6Aì "
b"\x1D Ç\x03 ²\x10 ²Oó´›\x0F :Ó ‹å "
b"\x1E &Á>׎N¹ ‹åõ…\x12 ™. "
b"\x1E œ¸þÑñOØ“5¿[$ÛQœ "
b"\x1E èX‚â\x1F ABLåÓ¿š9‹ "
b"\x1E û;\x1F ‘WMé´ôÜÞñ º– "
b"\x1F Vü[\x14 ÖE…_\x18 Ì„”V "
b"\x1F \e *y\x06 Nc…ÖÊçÂ\x1E '\n "
b"\x1F ÄÏ\x7F ÈõAœ»)/\x0F ã»:ô "
b" \x16 /t1IÝ•s2ÉWò»“ "
b" >\x04 ¯BwH\x1D ©\x1A ûkù¹ö‚ "
b"""
[å\n
½OM¼“Õ=ëeÃ\x1E Ã
"""
b" _ûb'íNð€\thG\x05 B\x17 "
b" ~€\x17 rŽBL›Á\x1A –\v )2\x17 "
b"!f*O<iAl•\x7F h1ærÆF "
b"!p{èc\x06 @\x14 ¨{f\f Wh/Ë "
b"!“1‘¦¡B¥ž\x05 Æto<dÓ "
b"!©*‰%ÆH©«m¢G¼É•e "
b"!÷Ëâ…3A’€¨@𲑗 "
b""-â0Ù5H*–ø;ž%~ŠÞ "
b""HPó²ÂI´˜›~Ksµ“ "
b""›¬œ`}B&¨‚@de\x1F 7é "
b""ôõ×[ÆIñ‰-ïC\x12 äêï "
b"#]¯|˜\x05 @ Ã5Ü'`àø "
b"#”¿Ô¿$M1¡Û3p§{gÙ "
b"#´\x0E\e\x05 ÛIx¿X³”"è\x16 O "
b"$â2\x1C\x1A kC¤–Ÿ¹"÷-N\x11 "
b"%Q\x02 Ôyˆ@í‘âŽ_:$\x12 · "
b"&9z\x10 ÆÚF\x02 ’?ŽÁ›ÈW\v "
b"&õ}`"®Hâ˜ò§‚mJ¯ "
b"'\x14 z3\x08 ôBD¦7\x1F JAa4 "
b"'’\x16 ³b\r B¿e³\x7F 90ÇQ "
b"'ªÿT¾‘N\x08 ži¶\x03 e(oÀ "
b"'±^\x05 ]*I\x03 –vÞlC\x04 2è "
b"(\x03 .Ìl\x1A @҆Þ\x1F iñÖ¢ "
b");í«žyOЇû\x14\x07 Ô\x1C\x11\x05 "
b")H\e ÷\x03 /DÉ•‚Ó±[ò‚Ž "
b")]åR¼mGæ©tb\x02\x1E H}€ "
b")x¬mxSF\x12 ‰¹e7^‚«\x07 "
b")º\x04 y\x1C\x08 G0¦ESÚýª\x19 ' "
b")îl\x06 ÝB’‹êàA_y5 "
b"*\v C¿ºˆBí\x03\x1E ó‹\x03\x07 "
b"*-¶°[hH»¤‚½©Ÿ+0\r "
b"*93\x14 ìîDì°ÄÐ\á8>† "
b"*k~\x1C èÞLâ€Í³+ì¬r "
b"*\x7F\f É×REž¶lÐó`9\x07 1 "
b"*›6äÆ'BB\x08 —Œãå\™ "
b"+\x13 ã²éçF\x16 ”/¯2_vìi "
b"+\x1D _\x11 E\x0F GtµÞúS¦ª\x0E ÿ "
b"+CWš\x19 K{™€!\x13 Ë\x14 £ç "
b"+‹jnOkG\x03 ‰›[‹\f\v ¥ "
b"+–º[£Fvµ\x11 ©?µ[xõ "
b"+äuëª@^ËnYq''û "
b",\x01 KûÑôF\x19 ®\e ékVB\t "
b",¡G\x1F ¡dJÁ¬¬zT\x06 Ét "
b",¥ÙË!ŠBa¸˜\x11 Ò«\x1F cl "
b",ç©\x05\x00 ¾FN—˜\x18 K…©Öj "
b"-\x17 “[\f ÝH\x1D º—Rž¨Ï‰› "
b"-lÜ\e OBG·5>'ýû* "
b"-ŽÈ³Ò”G’Œû¥Ñ”L_< "
b".\x1A ñù\x00 ˜@ª—Œ„Ÿ\x1F NO´ "
b".rq8¢‰AS°^ÁŠƒsˆE "
b".²;}N;HX¦‡|ÇvSSÈ "
b"/(JXiqNî·Œí\t òjxW "
b"/TÞi®rAñ´D2¿QI³‡ "
b"/y\x1E ˆbôGÆ«‡àÐ_\x1A æX "
b"/¸OO\x00 tMb½\x1A ²\x7F uÃ•Ë "
b"/û+ÒqFKX\x05 ÎM5z©% "
b"0\x05\x02 h—,AüœœO\x12 ‚Í’= "
b"0]ßÿ\x18 XO¸ºg-…bÄg "
b"0eáÊ9ŸJ`¼îŸp¤ó’E "
b"0p\x19 üBG•µ2\x7F YVÅ\x16 S "
b"0\x7F sê…ìJþ¶†9/´Jvv "
b"0¥F^HJᵬíòaCVÅ "
b"0™jÖ³+CÌ …ï× \x13 öT "
b"0ì,©ïK9»õ¾·\x1E ©þ\ "
b"1@ß24íG4‡—mS\x01 ²KÊ "
b"1H~^]7L\e ¢)V\x05 DèQ} "
b"1qñ½\x7F jMWF\x19 ¸¾Óq\x1C "
b"1¯QØc‹NVšÔ…Æg\x1E Ãã "
b"2\x00 þ\n ’ØF\x00 Š\x07 Í^„±\x10 ` "
b"25ÌðÒ)K›¦`øv\\x1F 7™ "
b"2|€¶qM•¯zð†¨B "
b"2þ\e 6W\x04 CϪ6w\x11 ÿ±k‘ "
b"3f笠À@i¸Ö{Ÿ˜«\x13 ^ "
b"3Žûÿ_ƒMþ¬b\x1C\x04\x17 ’\x14 š "
b"3ŸaX‘CJ4¦\x10 Ý|\x18 (‡ê "
b"3ïœ*%\x07 H¦©»zÖ<·7Ü "
b"4*žŒí\x04 Li¡ÙÕíuB¨ "
b"4+`Ú‘×GŽª(˜ÜíÓtA "
b"4ç…-È{F:ŒÀ—\x1A Ït4€ "
b"5dé\r ‰cCÔ¬H/#¹\x04 Äø "
b"5š¬Ý\e 1LQšì\x1E \§Žéû "
b"5Ü>2~ÓNk¶´Ø§Œ)-@ "
b"6L\x11 ¦?ÒC)³tw\e e>È’ "
b"6Z}½\x1E ³FãƒØ\x1E\x04 [ò\x08 ! "
b"""
6¿+\n
BmC\t ¶?äZ\x0F tp
"""
b"""
6ËíúJcG\n
«†\x04 °»\x07 j“
"""
b"6ôã,–½J:žc¬õ?–xë "
b"7G‚XíK ±zöûÙY "
b"7Œ\x7F C\x1F qJ>²ð\x7F Ý€«öì "
b"7´jgú„E`£c~ðñ)†Ç "
b"8™¡¢NÌDÖ½:lâþ·æÛ "
b"8ñ\x1D tFåE€•Án„zÒ¼ "
b"9r©F£äHöº \x0E ’\x1E Œ#ð "
b"9¾4‡—_Fk¨$Z5“–Ä "
b":™Ÿc\r ùG·ªgèiZþ\x1C X "
b"""
:¤ø\n
$äJ\x15 ²Ä\x11\x1A E¸§
"""
b":óó—òžC6…\x1A 647³L "
b";2¿ŽÝ\x18 Oi÷„Qí"\x0E Ø "
b";k@\x01 ÆûL\x04 €ZàAýÎb "
b"<\x18 ¦¡\x15 œB\x1A ›\x1A pMŽ˜[‡ "
b"<BÒC÷ÊEY™ÐA\v ÞP² "
b"<ŠŽ7¿–C¯®Ç·`²ßì? "
b"<Žqf#!Gئ8N\x1F $µ”\x07 "
b"<´¡EçôJ›™“³Aš£u\x13 "
b"<Á;"î\x13 F\x1A ¯aºÇ\x1D y±i "
b"=\v ÉDèû@*…IЙÝ\x11\e ‰ "
b"=*á@%.CÆ•¾©Ä\x00 Rî "
b"=ÂÉ\x0E ý,N_†b]x=¼M€ "
b"=ñ)õ}¸EG²@âNg©'ð "
b"""
>\n
ù12˜GL¯TZÕg‹I
"""
b">—²ºàæAޝøqAœµ˜; "
b"?Ié\x0E ±ÊI%´í¡T2<‰ "
b"?‹î}\x19 sEy¶ŸO7²RC7 "
b"?ø\t ½ê˜MG³U\r rÝç\x7F í "
b"@,n¨Jh@‘»G\x16 ÈïÏÙ5 "
b"@`}½1½N“£±Ò\x0F ‡é×j "
b"@…\x03 š¨éNK‘Ü\x08 O¬¸ßf "
b"@ŽT¸ËÅK–¦3¸@Ré‡- "
b"@›\e \x1D ýK.•¾b^¸2y "
b"A‘²™bJJL«rž‘ á= "
b"Aü€Ë\x19 EK<¾\x02 “îrèß’ "
b"BbԪϋO…™Sn³Àæ¡Ó "
b"Bô„\x17 ®äF‡…}ÜfÒá… "
b"C§PY\x1F d@ä’Ð5@£½Œ0 "
b"C»”$‘ØGy—4ì5n=\x01 Þ "
b"D\x15 µ=í%Gݲ¶$°Ð6G— "
b"DE\x1C\x16 (…M[ƒîÆÄ\x11\x03 4ë "
b"""
DÎô<>åFžŽ.F°¢f\n
S
"""
b"""
DÓ.\x1C ™\n
J³\e Æ\x01 ÔØÑÑ
"""
b"D×õs&6Gu§ú\x12 3ƒû "
b"E\x01 }a \x16 M®»]ö%sG\x05 p "
b"E0ï]³ðJе¡SçlkhV "
b"Ed`…~tEQ£²U\f ùÒ\x14 "
b"E¤\x1D ³nK@U£©è\x06\x15\x00 Ù‚ "
b"E°JLáßDç \x06\x18 WÓì÷Ó "
b"E¶NbVÒ@ìŽ"”j²Âãñ "
b"Eâ\¶;AH:•»#ɘÜî& "
b"F\x11 \r \x1D ¯¯I'± ¶Ï\f 8%j "
b"F*»Æ™;J\x14 ®!2`<\x00 äÞ "
b"F„@ÛšíL+„m\x08 ÅÉ*Z³ "
b"F¤5°x\x11 K\x06 ‡RQ·â“\x07 y "
b"F¸ÎÀ\x12 JHÎPY\@V7\r "
b"FÞsvjˆH2¼w`\e [1W "
b"GAå”í\x1E J+“a\x1F 9äÑÀÎ "
b"G[ؤe*L\x15 ¡[Ü»·DD€ "
b"GŠÙ\x05\x1A A"„ÑÅ\x00 kóâ "
b"""
G—Xgø#AB€áÿ—zË\n
Æ
"""
b"""
G£€wÌÇIÞ²\n
øŠ.\x18 |†
"""
b"HDßy%3@ÌKÒGõZhà "
b"""
I\x19 ‹\x01 7\n
C4´Å\x02 žšãÖ‹
"""
b"Ip˜h«jI\¢pg|gíàA "
b"Iž\x7F ø§®M}›§6ô)WЧ "
b"I©§¾'ðN\x0F œƒðµG3z\x18 "
b"IÀvgÿ=N¬½žï£–\x1C Â\r "
b"IädyêœB´•\x1C ¼ ÁxÌ4 "
b"JV\x1E °Õ0Gͼ[`Æ û’ý "
b"Jâ0\x00 ¤ÜBÙ”–¬¬rZìË "
b"K\x1E &1ÌØM’‘o6jë*f° "
b"K:›ä‚\x06 AáŸ0ù¾uk×& "
b"KiéH3\x12 BÿüØ{LwEü "
b"K„þ3ñ6H‘þbaÚ\x02 õ£ "
b"KŽm* @æ¢\x16 ip”‘A} "
b"L×êÏøÐM)ŠØ€Oµí+Î "
b"Lá‚\t h}NŠå.Kç\f\x16 ˜ "
b"MUƒŽÊM@Æ€÷©Ì0uþî "
b"Ml)´b"L׎ù&È«Úa¿ "
b"""
M–S§|ÏH—d\x13\x05 _\n
ª\v
"""
b"MÄ\x7F ˆ¦4JsƒwÍ=\x11 U¿ "
b"N¸{ÑWõB¨š"\x06 Qòò "
b"NÆDq¨ÓG;©ÁX\x00 T„³È "
b"O1[\x04 sõC¯ª¢úß\x12 ŠÎ\x12 "
b"O •þâŽEe«\f\x01 Fú†`’ "
b"OÌ\x1A óLDn®P…¼0;\n "
b"Peñ\x14 ÂâNç¹(Dÿ‘å\x16 ä "
b"PÒ?ªP\r Ké È~ÅV¢6 "
b"QB✰F\x10 —\x13\x12 ëR‰\x14 z "
b"Q[OÿìÑF½ªaWpÀ⟬ "
b"QfZ]r"I(ÐÊóŽFVù "
b"Q—Í\x13 9£J¶¶•v¹oüVb "
b"R\x00 lß'½H}¦ß]0\â©ÿ "
b"T}·¯]‡G÷ sÊ¡Ã>'š "
b"T¾ÿà(ÎCÞ‚(’¸§\Ç# "
b"Tûdˆ\x1F\x04 Fœ¹Êäê‚{ÈÜ "
b"U"†ÇB¸Ež¥Ï\x1D “b½= "
b"""
UÁ+\x02 O\n
\x1D ,\x1A ê³÷¯
"""
b"U°<\x0F »pKòˆXxhý{³[ "
b"U±ØŸ°!G.·Y,\x06 ¦kÉN "
b"Uà2ô\x12\x14 J|ƒäGÞ\x01 Áì½ "
b"V\v b\4ŠNƒ óO¤•ù¤{ "
b"VkþÕ#©M¾š\x1A Íå8g\ "
b"VwÙ&MFL‡¸¿t‡TÒ4ã "
b"WÍ=\x19 •A¸:ñ&ÿ@ž[ "
b"X-ßLËÉN*‰º\x01 Éc÷üê "
b"XéZ¨MÕI}§n\x12 ÅØGý "
b"Xýô‹öÛJËš\x1C ו\x13 Ì\e "
b"Y@ºÏ\x07 2E=¸\x17 ÜxÀ1\x03 ¦ "
b"YP–V\x11 %B\x16 |±\x19 ¤C=, "
b"YvqU,åN[–„þÁ,\x01 ²X "
b"Yº–\x1A žÇBƒš…QÌ·q>v "
b"Yý×´VOá—\x1F Tb^«uË "
b"ZžºIþFLS¬ÊX9\x11 ¿÷ "
b"Zÿg“RIlª¦¶ÿƒ0j\x05 "
b"[\x05 ååÁšBÒŸ\x15 ®*ž ¡6 "
b"[³Eq‰ßKꃗ\x03 ¢|W“ã "
b"[Þ~¥šbJ¬®d,y>\x04 ’ "
b"[Þápé?K»¤P1[ç÷n+ "
b"]\x1E ȈîI·–w“Î0gë "
b"""
]E]\n
ð\v F#»\v Ïj]°\e ‚
"""
b"]…1•UJEÂq\x02 Çg\x18\x02 f "
b"^\x19 Ö¦$LM\x18 ƒÕ:†\x14 ü’ "
b"^!Ô\®,BŒ;|êÊ×\x17 "
b"_bÝq]3Kâ…\t ä#Nv\x02 Ž "
b"_v\x14 Ó<ŽIÿ¾\x06 3ªÅ†á3 "
b"_éáÇÎwF\x19 «’>TK\x1F ë\x01 "
b"`\x16 %Ný\x01 K7ƒ\x07 j^ƒ\x1F ;\x1D "
b"` ÉÜreE}¢ï1›4>_ª "
b"`@â&DìAÀ¾8;\x0E T\x13 £™ "
b"`M™j;øEÓ²<W-ÀvEL "
b"`TˆP"\x0F L.†\x07 âô+òÛÌ "
b"`ÒÇSì–Ep£ÙtœŸ\r \x1F 1 "
b"a\x19 Nè|³@ð‚\x10 ¦Ÿíl¯1 "
b"aÊC:5\x17 F8œŽ\x04 áæä=’ "
b"bR÷aQGH\x13 ŒØûž\r ¥Z… "
b"c\x0F\x10 &¶ÃLïÜ\x1C\x02 Î’éÊ "
b"cJ×pT©Ma—DY\x1F [\x1E íÒ "
b"cžèºõÙL–˜Q\x13 œ„þ\x11 š "
b"d;‡Oá J·Õ¶±¶ÀÂ} "
b"dpdÌ´¹D3yA“7ó^ "
b"d–Ø\e ¬PAáŒâº9LmHÉ "
b"d´wAEßBF\x7F á1ì•`\t "
b"dÓþ=ÔÈNâ£M¹Å¦„Îs "
b"dàÜü\x11 ûHª®8–ý&Ãæ` "
b"e\t AP³¶M—®™ç[J;Ìž "
b"e‰ûTǺG=š‚s¾ì\x13 i "
b"eŽj\v JBK͹¶|Mÿ\t Üî "
b"eÔ@¥NÕA׿þ•””åùR "
b"eÕÝ»Xi@䬡ð™º;"Ž "
b"fb„\x00 @\x10 J²‹¬Œ~Uÿb‘ "
b"f‹\x11 ¹ã\x08 Iš‰›&/9q "
b"fìÞ\f ‚Ñ@:ºý˜8\x19 a1; "
b"fóEØN^C\x15 ¿÷˜}X8?\x01 "
b"fúdIÛ\x14 J.¤eí\x01 tqM\x16 "
b"gD¾õ\v iH\x1D Ž¿JßÛ©—ÿ "
b"gìiZï\x08 N\x12 ¥†L©\r Lê# "
b"g÷¿ã·\v Cš\x03\x1E ª\x1D pÐ' "
b"gý\x05 Ç:÷M¿¸Yg¶#䔂 "
b"h!U=§äMv¢ê¦>X‹ö« "
b"h4VGx@L\–ëPªkM\x08 ‹ "
b"hTq5Zl@ä¹NGëW¼„‚ "
b"hv\f ¾šN¼ƒ}‡‹ž=G "
b"h—\v !^\x1A AV•ž<ô‚A}Ö "
b"hÈa gj@T¬–ôÑše?P "
b"i\v ð6úÉE\v ›[¤‹ÕX@ "
b"j3jeBöD;÷måPêG‚ "
b"j3¼BdiH¬†z¨"€Å\x01 6 "
b"jEµB\x06 9D<´W°8w\x0F 4] "
b"jE·² ]LÞž\x18 µ?„éÕú "
b"j‰\x19 JÊ÷O¸´y\x16 ;x\x18 £q "
b"k\x08 ãe0ïN€©3GG *w© "
b"k¨ÑÒV”BଠLÛ\x1E ÿï} "
b"k¯)÷=ÝE£¥Ã®•¬ïi´ "
b"""
l%lš\x02 ¢FÏ¢\n
œŒ¬à×€
"""
b"l,\x11 ™¤>LA°\t Ì4!êŒ\x19 "
b"lE&¤‘5G©—ÓIq“¾RÈ "
b"lPé$\x0F šC½‰ÝpåÍýKˆ "
b"l³\x1E ÍUHO2“îR©]ô×\x03 "
b"lán2‘WB„¾n\x18 {Ä\x18 9“ "
b"mª²Òr L¦Mã6ÛN\x05\x1A "
b"nR4å©–Bú˜+͈P\x16 C¢ "
b"nU§y¶\f Kî«Ìc§\x04 4«+ "
b"nY8„ØONù¶\x03 àB‡tÇ "
b"n}©r%ÇBT¾úg‚€ÅYñ "
b"n˜ \x07 W’C¹ Þí»€£‰ "
b"o¯ eT‚@\x02 Žª¯ãC½ÀÆ "
b"o´\v &\x1A áKfƒÞ¤‹fÝY "
b"""
p\n
\x14 5\t B^¥S“îN^1S
"""
b"p\x1E |´îvG\x12 ¯«œ¡ü\x16 öí "
b"pWúÔÌ\x15 J˶KhÍ=\x18\x10 ï "
b"pmw\x03 thOƒ®\x7F ãÍTƒQ– "
b"qWó.©ÖJ;‚Àk$Ç×%Ý "
b"rª"Ñ\x7F ûD·a†{š÷¦Ž "
b"""
rÇ\x04\x1A 5ùL\n
\x7F WÖ†h\x1D w
"""
b"soŽÞá?@˾qŧ_\x19 Ç "
b"s±:Ý©N°˜¯N?P𥦠"
b"sÇo0cÇGü¶F,«Êæ\x01 Ú "
b"sÐX\x13 «€J9ºO³0ÔrW¸ "
b"tl:\x03 `\x04 H}¯gp\x0F\t ‹ x "
b"t‘\x12 BlÿBøŽ\x11\x11\x03 WÖ'ˆ "
b"tûŒ<I”·8\x19 ÿu“Ô "
b"uŸ…UTJF$¼„\x1C äu¿žk "
b"u§çqª"N´¦@U\v\x10 XëÁ "
b"uè>9PØJ~£¼U«Q\x00 ¯' "
b"vjÝh\x1A K”¯uˆÛÃwÉ\x00 "
b"w\x08 Ž^U$L¤RRŽD[wà "
b"w\x0E «.‡eAv™h9?â‹â "
b"w\x14\x1E ùDšJòŠFzAÊ\x11 ØŸ "
b"w\x18\e UíÝEˆ¢¨!È·3iø "
b"wߎQdÊA\x15 ‘NÒµmÝh˜ "
b"x#¶î\x1F ˆ@ñŸ\x11 ˜\x08 éíw´ "
b"x<³„æ\r F0w\x1D Óýß¶ "
b"xK¡\f ©›G|©¨8»Ø\f\x1E º "
b"x¨’ˆ)EDÔ§~\x05 ¬ä$Ï> "
b"yBLG—h)H¯b6 "
b"yE\x07 Ð\x07 ìKz‰æ¥ÓÔ¡q/ "
b"yGT1\x1A €@9‹\x12\x11 Ê«DÄÅ "
b"yN3\x7F -nCÉvµ´QÏÕ% "
b"yS'°Í~Gs²\x05 É¿I0Ÿê "
b"y]\x1F „´XM›¾Ô¬ð\x16 ¾j "
b"yÆN˜äºF\e ‚\x1A Þ—á…Õà "
b"yÈ?9¸\x1D Kp¿Þt}hÄ\x00 "
b"zM\x1D )´G¡º°OšqèKG "
b"z\Èñ,IOË‘\x0F ?\x07 \n \v\x00\x0E "
b"zõ\x17 ºB\x1A A'žô¢‹'·:© "
b"""
{\t\x16 )VÁC‰•ŒTô¢\n
-
"""
b"{@ÀPÐýI’…Ø×Ĭ\x14 0\x03 "
b"{˜\x15 ¹•ÊD’›~5\x02 :6èÖ "
b"{ÿm?¦ÀK‡±—ÝiÕåÓÀ "
b"|\x17\x0F (©wD¾‘ÉþŠß¢È® "
b"|9·ÉI¢@¬¤Í\ó•w¡ "
b"|J\x04 P"$@x•m§‘ "
b"|œ”C4WHu²Ìx¯G©Àò "
b"}%æ\x08 àhG-¹qÂ,õ\f á\n "
b"}üU¿\x0F §J¹‹\x1D Ò$Ù©áš "
b"~\x05 —Ü\x18 žHÖ½\x0F Ï\f .¢\x7F [ "
b"~\x16 ½e7ÞL\r ¤5^éFµS\x18 "
b"~&kiO½CĤ§´¦\f Ìé” "
b"~Ûå,íFÓŒ,¡®HFC? "
b"\x7F\x04\v —ù"Nˈ™ŒàÞÜL¸ "
b"\x7F É\x7F œjMz´ÃmôÐ\x7F õ¥ "
b"€\x1C î˜Ö†AФIã\v à˜Ft "
b"€´´Dˆ\x03 @¹±¥sœ\x1A ,|Î "
b"AIp™O·ª-±-DZ-‚ "
b"‚?ê‘ÃöES®1¾šå˜œË "
b"‚p5€9-Nì‘;üc\x15 »¢¥ "
b"‚|æÐãtCD±Ì±zU¶ïf "
b"‚Â".ÙýK験ÿ`›&1\x06 "
b"ƒ\t º/j€Ir€ŸÕ£#\x01 âÊ "
b"ƒ&# \x0E IKá…Î_âVߣ¢ "
b"ƒ}\x1F éÜA ž_¢/Š "
b"ƒž'c¶fO\f ®\x08 ÌÈO;g\x0E "
b"ƒþ±·ý L±¿ÿDD>Ǽ- "
b"„\x01\x16 k‘‹F¼™\x05 mR\x06 éì "
b"„iNB‹IFê‘.ÔɤC„ "
b"„oIU\r E"k]»ˆ‡HÜ "
b"„µµws-AA±ƒ™™ð\x1C /I "
b"„Δ\f ߬Dg‘P®Ô´\x08 µ "
b"…2b\x08 tÍD¡{RåHËóË "
b"…ž†\x17 ëŒDk§* \x17 \x15 Á "
b"…¿-è\x11 ÷K\x0E ‰2¬D…vü2 "
b"…Íc\x06 )“C#…峌ã‡ê "
b"…å‹y@•Oš·\r ‘v<\x1E Ù+ "
b"†\x1D \x17 ÛôF…ôÆ\r é1j "
b"†œ9”³ùOÁ¸\x18 Ö\x11 RÓþ– "
b"‡ŒüA\x1A RDnrå9ýöy "
b"ˆ\x06 HÀRGDÛ…Ô\x1E ßB|ÝK "
b"ˆ\x11 >!È9M%¨ ¥sÑ\x7F "
b"ˆ´\x7F WÑhI\x7F ¬Ž<·od\x0E × "
b"‰\x1F\f ÏIÍ€ãõ«ia=Î "
b"ŠKÇ‹aO¦±S½'^:ë "
b"‹\x15 ãŒ\x19 êBâ´Z\x13 ¥ÝVfç "
b"‹~\x05 *á…IX¿ $ø;ºŽË "
b"‹´Ø>§ÛA+«hü'ˆÏÖ "
b"‹÷Á.×'H(…Ú̦óëŒ[ "
b"Œ\x1C åù‚°KL¢Ýðæå-'\x16 "
b"ŒÐvOÀrG:²Æ¨«>¦bl "
b"""
Œ÷\x12\x1A W$J}±\x14\x10 f\n
žƒ
"""
b"Žl/sä„OI¿ŠsþÓ.š| "
b"އæR\x19 üCëŒÞ\x0E\x1F X" \x1E "
b"Žp>1NÝCñ™J\x05 )\x05 jœn "
b"""
†)I@H_¸\!rV\n
ÀD
"""
b"޼\x1D ®#PEˆ´VTl ¦ÆŠ "
b"æ,o¯íB—«Q€Èº7\x0F "
b"Žè®=.õCå¾Ê\x05 Tj(\x03 d "
b"Eýñù”Av§Ñ…WW0°\x1C "
b"V¦~`\v FW‹î¼` % "
b"Y˜ ¶ @´Ê¢Fx„c\x0F "
b"¦Jº¥±GL«€¥Ží\x16 bâ "
b"*»k\x0F ’C\x05 …æ\x11 Ú”Ê\x05 "
b"¤ÿ¸Ó±Jß’®RB\x04 W’¶ "
b"‘iS‡Ü Dz³\x0E %ŸQ±Wê "
b"‘™‹\x7F\x0F Jk´0ÈÝÌ«Ú "
b"’\x07\x00 ¸KÑOÕžÄ;GpœTN "
b"’˜u\x01 âaOó“\x18 —ßäZIó "
b"""
’æ™xw\x1D E\n
“ ÷\x14 zщ¨
"""
b"’ð1Z*:Cç»êïõ:#^ê "
b"“W}\x1D ¼\x11 B/½œ5'&‹\x1D H "
b"""
“¨;ç¸\x12 I¦¿P†øj.\n
\x15
"""
b"""
”\n
hFg¸A¬ƒ…½·b†\x15
"""
b"""
”\n
s£[hDI•¦¬ˆa|¯ñ
"""
b"•2ŠÚsxO# ¢,\x08\t Õ$œ "
b"•I\x19 CŒ¯Kÿ£\x7F aFÜÙù^ "
b"•Ä\x14 7†hJè‰éñW\t €“O "
b"•äê·ýÌLœ³ÛaXJ¾"\x0F "
b"–3H(\v ŽH߇\e †\x04 úî\x14 "
b"–{M\x01 -Hm g¿d‰(Ãñ "
b"–µ*gâ{F\x15 „\x01 —Š+cêy "
b"–¿\x11 ð©LÕœÞT¼\x01\x03 \x08 "
b"—¼{ÀgšO²¥ñ)\x11 ʹÐ1 "
b"˜4eÅÐ\x12 LpŽÏñ|9\x05 j… "
b"˜AÒÊ“vL„‘1yë«„+“ "
b"™DV\—\x02 M\x05 „â&\x18 8:l? "
b"™JZÆï\x13 OfŸ¾U(\05Ÿ "
b"™i\x18 ïH\x18 L¦Œ±%_5Íú] "
b"™ÏnTl¤F?ŒnÜ\t Ïæ—m "
b"™ë\x10 ªáÃEn¼¡¬Ï°„eþ "
b"™ö!>àF( ll€+\û6 "
b"š\x10 nBÝåJǽ‰<XÕ\x1A …Ú "
b"š\x1F ¯2š @£»CcSÇÓ’\ "
b"š!ðNYMFvŒpE”Ä0tÌ "
b"š:¦Š‹þC6Šþú6Ø\x17 “ "
b"šƒfÒ\x1A\x08 La»;\x12 ÞsbÈq "
b"šŒu»“ÞG_–$pT"Å!L "
b"š6[›J–®¾ºkü|57 "
b"›"/¯ô;D6µ¹~õ§ÙÍ "
b"›æÕ\x13\x19 ØD†¹\x1A ëÛó“\x02 ¤ "
b"""
œ½7øË½MJ¿\x08 \n
™eZy\n
"""
b"œáR5¶rCª°Âï\x10 ÊùN\f "
b"œÿv…3*KÒ†8Ê´#íD« "
b"7rüPD »Å\x07 ÷ÚØá\n "
b"©Ø¼PLO\x01 uý¢ÛµX "
b"á&l’Nãà·®Ó“. "
b"é·}$\x03 I;²>ú\v ÄÁíV "
b"ž\x03\x08 îûfI:•\x1E ‹i`\x07 rP "
b"ž³ñ\x1A °ƒMÖ¿pn,¾ÈŽ "
b"Ÿ_¤º¢S@ݯã°Ä´Ï+ñ "
b"Ÿm\t a\x1A ‚E\x1C „\x13 «ê¥†lá "
b"Ÿ–ÉnqÞE\x07 „Å,X[ÝÐB "
b"Ÿ˜/ÞÁwJÀ¼þ*äk\x17 ¢d "
b" \x05 lº:jIܼeÙ"eÕ¶Á "
b" 2\x7F\x06 ©ÂBm¹\x1C\x18\x0E ’12– "
b" \x7F ÝC½xL:µÃ›Ë0*ä "
b"¡\x00 •ï0ëJ÷Q\x1C ?=\x0F 33 "
b"¡Q„zÞå@\t \f Ý\x04 :ÖFó "
b"¡‡lo'ÊEœ³\x10 ½“Ði]m "
b"¡£\x0F ¯@ÆG,§ÆA˪ƒÞ( "
b"¡Õ“\t £2I牰.ÖŇ·Ÿ "
b"¢èK…ªk@î„F·–[ïºÁ "
b"£ÿZò^ƒC)¡F2Ï\x0F §N› "
b"¤=1ίfAb¢¹\r «ž¤4Ž "
b"¤„¥\x15\x0E .MÞHvPN)îd "
b"¤ÉŽÿ\x16 ØI\x18 þ»8u²‚Ñ "
b"¤ø]‘ø¢Ljžv…О‡ØÕ "
b"¥0)EDjH\x16 ²ŸÃ¨¼§¸~ "
b"¥¬Ë³%ÅAì—o–\x07 ¥=~à "
b"¥ÝŸN\x02 ‡A¢—6òÚSõÿ& "
b"¦0eÈœ]G!’.Ç\x11 çUõD "
b"¦7Of\f ÝKL†x;¯Ú.\x0F\x16 "
b"¦gä\x04 p\x16 Gɺ÷ ŸÞ h\x03 "
b"¦ï\x1F V¡lE‰šh\x07 VãY%„ "
b"§E§"¦ÉKLƒO\x1A ØZç=¿ "
b"§q•U•rDî¦\x14 ’¯8Zçû "
b"¨Æ#C´àM€™Ž\x7F ´§\x06 •5 "
b"©\x01 Át¯ E/ŠË“·XÈà\x00 "
b"© \x08 »€_C@œ\_\v {[ "
b"©KßIÞ_F\t €\v 5\x00 Àî\x08 Š "
b"©pÊ‹¯zCK\x08 Eš\x03 ŠÿÑ "
b"©„G)‚iB]¾&cÕ•“‹~ "
b"©Ù}\x17 Æ…I¸ªü\f L]›‚ú "
b"©ý¶r]ÿI\x02 ußÐXºï¼ "
b"ª#\x08 ªæÕJE· \x02 JH\x17 Ó¨ "
b"ª4\x1A Ï*\x04 J\x06 Œ™S°/þ!\x11 "
b"ª8ò\x10 “ZF/»\x1C\x01 7EÀ[y "
b"ª¨ºvÑ•J»\x05 D–Û5\x08 "
b"ªúƒ¾'\x1E H"àG¯ji\x04 Y "
b"«u¥µûMDÂ¥£÷ñ?}÷\x1A "
b"«\r ò\x16 Lt0Óû˜Û‚ "
b"«à(\x0F ˆÏNBŠ~å1£[“X "
b"«ö7‰‘O|£\x15 6\r ;µ©‡ "
b"¬N(•\x06 úJ^“;\x08 Šÿs« "
b"¬|\x10\x06 qÍ@°€„Ä\x08 ¶ûPµ "
b"¬ŠHÀÑÞOš±âСƒ9iX "
b"¬Ã“ÖRHÜè:P²ÿ\x1D 7 "
b"RvÔ7\x07 F8€¤‹âŠgÐö "
b"""
“\n
\x10\f J"ª/R*_\x1D\x0F Þ
"""
b"ÅHwšµ@ºir<\x7F Ú?9 "
b"®vZã\r I{•½ªU‰I@\ "
b"®Å²”@øF\x1C ¤õF€–\x01 ø "
b"°\x08\x00 1UyNn‘(ïÊ[1Ð` "
b"°.d³drI¨–ºQvÆù#F "
b"°a\x18 /‡ÂC{”؃¹&fJH "
b"°—PIÔME–¥ƒ4‡H¬‘J "
b"°¾Átë3@\x07 ƒ<|ˆKÓc‡ "
b"±\x10 UÕö²M2‹Š‰rIjé\x00 "
b"±9\x06 ¨°åME¿\x06\x14 ÌV?{ "
b"±r\n Š™\x0F G\x00 …3\x7F ð’X'Ÿ "
b"±û¿<½ÌE»°\t Ö§¶þû` "
b"²$<jH”Fõ½-“Üq\x05 „) "
b"²TqJEíIš“ŽvZÎ\x1A þ\r "
b"²ØÑºFJKà²&\x17 k¦‡RU "
b"³ƒÖ®ûüM¥‹QÌšÐÓ†\x1C "
b"³÷Ð\x03\t ¨H°Ž¢–"Tý]# "
b"´:oé\x0E …Cs‘(¼¶$Á\x03 ã "
b"´LUëú\x19 L}Œ\x00 +I¨z©ˆ "
b"´ƒ»s\x0E\x02 Fí¦ëÙ\x17 ðì.Å "
b"´‹)XÈPLÄŠ©÷ç*¼\x02 ¬ "
b"´Ú€1|GK[ƒþ–o\x11 ¼â! "
b"µ\v /qrúK¦·D$éøç\t Ù "
b"µ\x12 ;Ú™Ft”\x05 ±y2`¥S "
b"µ{ªqÃDEÀ¬üiÁ‰’\x18 J "
b"µªU?*~K\x16 ŽÁô̬d±Ì "
b"·"ÅûÍ\x05 OÇ·;$Ä\v 'ÉÓ "
b"·<¡\x05 ÉýB⊅Kùœ’\x18 ß "
b"·WÊsóNðš¼fF…\x1F (; "
b"·[fÿ\x11 óL\x16 T!¼0Æ\x1A Ú "
b"·¸\x1D x'ªKb¿ò\x04 çBÞú\x07 "
b"¸!¥äÈ\f Ac™mWÂW\t GŽ "
b"¸¼“A+¡M±™e×áf0µq "
b"¸ÁvßQŽKü¹³Ûƒl*Ö "
b"¸û©MH\r K¡·”D€T—\x02 9 "
b"¹\x14 €›\x1F ºEz‹ÒènǵtÚ "
b"¹G<wÇšF\v ÒB>þòY— "
b"¹mAH\\r E0¶©XX\x19 õ€æ "
b"¹ÔJHg\x15 E\x0E ˆ@#uŽ÷LW "
b"º\x1E\x02 9|0GÞ•\t ˜yÂð'¶ "
b"º:\x07\x16 à‹E‡‡>Ì\x04\x15 b˜í "
b"ºTp.½\f N£¸\x1E æâýC\x08 ª "
b"ºbö\x02 GóCå¦iÿæ\x18 s¼H "
b"ºæäò=ªO0‘ŒS\Ø6>> "
b"»\x13 I§\x03 H¿œÛõ\f ½ÜzK "
b"»\e _?‹»D˜n\x11\x16 PsN4 "
b"""
»\x1E ©\n
Ã<O,‚\x14 ˜:\x1C ‚W‹
"""
b"»Oîü°!@{’µ\x06 S/\x1F Æ "
b"»~ìØ‡\x13 Jš—/\x14 Ìüº:( "
b"»€¤?Ó(D3 %ÁÞãîCu "
b"»…ôçº\x05 I!£¤\x1A ¯¥&Ï* "
b"»)޽\x15 Kö¿Ø\x19 å\x18 ¯]b "
b"»«p"ÈrKíšÕr°"ûS "
b"»Ò;‚\x13\x15 KeŽ\x19 X.¶àç "
b"¼\x05 íOý'Düµ\x15 Î\x0E «¼\x0F Ž "
b"¼ ´Ùq\x03 Bà‚~\x05 BM¨?§ "
b"¼.¿©N-I)¥çö\x1D H\x1C X£ "
b"½\x11 ‹Dk\x16 @\x04 §-mÉrå\x17 – "
b"½ã“©š¿G§…Ð\x03 Uçuxá "
b"""
¿\n
éØ &NU‘гjœEÈÛ
"""
b"¿@¿X¨\x02 @囹¬àÝ´QÚ "
b"¿Yé\x7F ë÷MQ†\x1A\x0E Vü§šÉ "
b"¿¼+ÐhN5•÷r"\x02 psø "
b"¿üìQÏÚ@z—\x7F „ø¸huÑ "
b"À\x0F {<uHƱõ\x17 èV†x "
b"ÀÁÒë’An¸lf\i0ˆ\x12 "
b"ÁOn©Ð¥Jx¾•\x12 ‚\x15\x13 0b "
b"Á^ÄF\t A~œ\x12 »Â\x1A Z\x16 ô "
b"Áµv~–Goˆ<\x1F ó>%| "
b"Áå…Ý_\x12 MO¡µE\e 4 eí "
b"ÁñžŽ5÷Ba¬{\x0E\e EÀ¬\t "
b"Áÿß]ü:O©¿¢§øµ‹Oà "
b"Â\x12 Aœ¢nKõŸc\e *4Ck‘ "
b"Â&óËM!Dª×C„\x10 þýW "
b"Â>\x1F Û^§G(´ƒÃB»,8 "
b"ÂvõjkÄG ¥9\x18 ¬‡ï\x03\x16 "
b"ÂãïAþ4Gë“›\f O\x02 œ]µ "
b"ÂêW3\x12 WDR¬i\x05 ó=\x11 È8 "
b"Ã\x07 û«Ã²NFƒ#ãÐ\x15 ‹÷€ "
b"Ã\f RÜQßBu—fä,æ6ö. "
b"ê6»³ôF®³'Ša_š‹l "
b"ÿþ\r ØY@W¦s©œìÌ!9 "
b"Ãî\x11 ZNèI€õÊÛ¼\x13 H± "
b"ÃýÐh\x00 ŽF¶¹Bw^†B\x16 ! "
b"Ä\x13 hŸ44N´›nVJë\x7F µw "
b"Ä0ÔÐlüK\x0F Ž_t“5Á\¬ "
b"ħøŽ£³Ac \x19 ½€#Æ@ "
b"ÅmM…{ÉEè¬XÏ\x17 …ã]ð "
b"Å \x18\x08\x05 ÛH|¯ðjÆô˜P "
b"ÅÅzÓÆ˜AÃ¥HÿƧ†íl "
b"Åù–özEÚœ(ÑØ[\r « "
b"ÆY¿6å›M÷ŽH~Ù´CÌ\x0E "
b"Æd¨\x1C ‡þH‚›\x1C óŽà*U„ "
b"Æû7fþcE/šÆu—\x17\x14 Jt "
b"Ç\r ~ë¡.M¥´+$[çé=3 "
b"Ç2+ˆ¯³Fþ¥¦À7ð\x0F O” "
b"Çy\x1D âÖ#@…¦¹\x1C ¸Ï\x00 ÔŸ "
b"ÇÄOyEQu_ô?oB[ "
b"È<þ\x0F †¡N£’4\x03 a_:W— "
b"""
È¶àØø}D\x18 º?œ^\n
‡\x11 c
"""
b"É\x08 J¸•ÌKŠ«úJ¸¦¼û "
b"Éo\f ¯í7Di²,;6îÿ» "
b"É«v¸š¬N¼ ¿’Â\x10 ¢VŽ "
b"Ê\x06 þ\x0E\x04 >CÝ©Â_¾æâÌ• "
b"""
Ê\n
ÀÞ\x17 ¿O6Žì„®¿„Ï
"""
b"Ê\r qyÃËB>‰ç\x19 ‹=µ™Å "
b"Ê„iîYßE½„‡ÞÙv=\x03 "
b"Ê–ß\x1D ËCIê3ŽÄ„—ðà "
b"Êœ-ãu›FåŽNY¨\x1E .ÞH "
b"Ê*ÏtEB&\x00 »…\v ‡\x12 / "
b"Ë6Q·>÷Bñ“Yô\x13 G5y• "
b"Ë¦ë»ÆûJ$‘!׉h¿} "
b"ËËÚØ@\r MàšOB¬\x13 Q¡ "
b"Ì2¹\x0E\x11 –LY„Ž*×\3‚u "
b"""
Ì6\t ¢ŸÐO\n
¥˜@Ö\x7F ê\x1E\x18
"""
b"Ì–¸²¢BX ¹ˆ7H"Ìæ "
b"̃9UF’™E3©\x06 Xhf "
b"ÌõW*ŒL…’%½Rûì0á "
b"Íiè$ß*D£´ØY˜\x08 iÝ& "
b"ÍÙ´ÕB¡AÈ…\x1A ÆT\x16 k\x0E \ "
b"ÎX·–ÁÉJJ¤0\r Aä1‘8 "
b"ÏWñjÈóJš´#\x14 b\x1D ¬W\x17 "
b"Ï"´§±G¨¼\x0F öá°Ú¢~ "
b"Ï¡W\x01 :ÄLq¦(\x01 w3\x08 ¿, "
b"ϯ\x1D âsM4›6\x05 XÕ8 "
b"""
Ͼ"§Å¡N§¿=žv\n
«äê
"""
b"Ð\x1E _\x19 "¼L}¥G´g\x13 ǰš "
b"Ð\x1F OVr\x01 C\x08 „Õ¹ÜgG "
b"И\x1F ûµK0‡ÙÊ ûªµ\ "
b"ÐÀ\x19 \x18\x0F E?‚\x1A p'\x1E ¨SX "
b"ÐÇÉ®á*AО™}H$FÊ0 "
b"ÐæW;\x1F\x17 E\v ¦T¾j&ÈRœ "
b"ÐñnÈ*ŒG\ƒI]8I—Ÿý "
b"Ñ1Wf•ßD$³Úܽ(JZ& "
b"Ñeï?F|Al¯óË2\x07 __\x10 "
b"Ѿj`‡šI\x06 Ÿnp›\x0F ZÝ© "
b"ѾÚ\x04 ëmJê¢ð}‚³-;h "
b"Ò\x17\x12 ×S˜H°—ø<Æ;Ž9Ì "
b"Ò7Û5WNö«\x1C YÝ+Ô\x11 ž "
b"""
ÒV#\x01 F]L!¯Ç•©\x1F ·\n
÷
"""
b"ÒpW+€oJ\µÇ.ŃÜýÁ "
b"Ò¹°N3|Bf‰\x03 á\x15 4ÚdÒ "
b"ÒÍRFA×LµŽ²Þ–@гk "
b"ÒùB¾m\x7F M šŽ‡µõþ–ý "
b"Òþ\x1F êjƒI,©B´îYÀÛ£ "
b"Ó\x08 Ö:yžO@±–óš\x1D %†S "
b"Ó=êäM<@ù§ayï:á’ "
b"Ó@fS´CBM›æüÞ\Ì?• "
b"ÓEB{<\x13 M¬ÕQÔhØ "
b"ÓbÌ…„BD‰ ¦+Û\x13 aa\x1A "
b"Ô\v h:ùª@r‚O7P\x14 Sã\x06 "
b"Ô3„y»\x11 O;¤f–%WõÃs "
b"Ô{O\x0F v£@X³¹õ)Ûìlâ "
b"Ô|´\x18 ‰E}¯4(›víïê "
b"Ô™.=ÐpF.¤Óïå!ù|Á "
b"Õ$öñ£‘M\v €ïáÕO™] "
b"Õ)E§\f ¬K\x07 ¯r{ÖŒsã: "
b"Õ)“dNÞL6ŠV±ÜHW< "
b"ÕStÞÄÀFÖÅ™ÍgÀwë "
b"Õƒ‰z›uBF„ÜJ\x1A\x7F\x02 ¢ "
b"ÕÓÏ”\x15 ¼Bø%avˆÉ¤x "
b"ÖDÁB5¡H8™+™‹Žrè\x19 "
b"Öú‡-IH˜¤ÄB§\x07 °\ "
b"×H\x16 èÚ$I‰—¼˜×ôʃ "
b"×jïQI¿N+¾óâ°u0g "
b"ת6ÓJ—JÒ¦Ž#¨ kä’ "
b"×ìîHŽšO:€&Ü7NŒ6 "
b"Ø\x14 -Ï.aJ\x1D “\x19 È™[':– "
b"ØÍÂ,š D„(ú½dÑ™Ž "
b"Ù\x08 vÅÁoC0·*\x06 0\x01 ,£Ö "
b"Ù¤ª\x0F NžK-¶a3„r21Ð "
b"Ú\x06 ?`ƒ\x1A KNpM»{¡¯A "
b"ÚF\x14\x17 ê\x14 F´€è\x14 3Â\x11 Mm "
b"ÚQ›k™DG`™H×#:e¥Š "
b"Ú_\x0E À\x02 4C»\x07 8ÛÁ!£\t "
b"Úkå–ž\x06 Ié³}í]€*\r \x12 "
b"Ú…ã2–HV©ÉNª¦\x17 R+ "
b"ÛW:%\v 'H@¦\x13 L\f /e™ "
b"Ûy¶wÜbH\x12 ¥áëªcŸì¢ "
b"Û¤@¶Ä¨Aq¼\x00 BE$p;€ "
b"ÛÁÿciK~½€t5\t BW¦ "
b"Ûót÷döHo«€œÃÆ7å' "
b"ÛûÚ\x11 îkL¯¶;ÄË·("½ "
b"Üc'âÿIoè\x11 Ð|\r Úü "
b"Ü\x7F\x0E M…\e M\x14 ¡ÚùžßQ€ "
b"Ý\x05 ÕÔ_n@„‰>òôz5¤: "
b"Ý\x0F Ò™hØG#ˆ¨ú=+CÐ "
b"Ý[\x18 tVwNV•¦\x02 Cï "
b"Ý^²€—\x1A D\x16 ¹“ɶ–\x1E\x13 A "
b"Þ\x06\t ¯\x05 ®Fü7¿6·º…k "
b"Þ/øã!àM\e ‘\x11 Þçœj~ "
b"ÞCäAQŸ\x05 ùš[à\x18 "
b"ÞoÈB\x1C ÕN…ŠÃ[¥,= "
b"ß\x07 ìU–\x1A J™¤]Ý\x00 û¤8E "
b"ß?p€_LE‘Š2§ˆÍZñÑ "
b"ß[ÄÝ#›N3Šïùιœ‡\ "
b"ß^rk”MBb¡±\x1F 2âÍ5 "
b"ß›8¬ÌÓM2‘°G‰O\x7F ÊÔ "
b"ßêÛjù\x04 L§”¼\x0E .\x0E ¬ "
b"ßîË€!NDÌ£XpÃÿ\x0E üÈ "
b"ßðÙx»žHÀ– dÖM˜5ê "
b"à\x02 s˜k\x13 G\x00 ›oõáD*ÇY "
b"à2ú\e ª®Dy-ñsŠ!`á "
b"àaFb-\t Nøºl\x17 ©ŒàÆ– "
b"à„i«ûþGëº&ÅõW\x01 j” "
b"""
àÚšknÆAŸ‚¤;™‘\n
ä-
"""
b"àåVIãƒI~‹vcúè䣜 "
b"áƒ7%tr@vŒ\x1C Ò\x1D }ÑÌ\x07 "
b"âQK¨ÓKKK¡äR)t嬃 "
b"â¶Y¬ì\x13 K¦ºÚI´Ôò¸4 "
b"""
âðÁv\x02 MãŒ. y\e \n
,
"""
b"ã#mÅ•íNX£\x19\x02 ‹a\\x11 M "
b"ã'Ó\v êvD§„¾ÁK4Ÿ¡M "
b"ãNÍè³›A\x1A ˆ8ÊÆÃ~+ "
b"ã½êàÃI«Š0³0aÜL/ "
b"ä×àІÔG2¢%´øû74Ü "
b"å\f ú€ÇÈMìŒ]øf¤‰s\x03 "
b"å+âÁÂRDˆ’{ÉE¼ùð. "
b"åBºV?òC”œ¨XñŽnQE "
b"å¬\r \x04 U©LŒ’\x18 öözÉ\t 9 "
b"æ\x15 <<È-E„‚\x1E $89\x1D\x03 P "
b"æSù°>\x05 M—«J eød¼\x1C "
b"æZ„ƒ\x05 ’N$«4}:\f ž "
b"æ£1jQm@塆ƒ\x18 ]1A "
b"æºÀ¾æ/I~¢Nôm„xùm "
b"æÝ9òŦBR¯lrŽˆE9\x1A "
b"ç\x02 ·$\x05 ³Hÿ¬é“ÿÑm¸‡ "
b"çF;4©eI"Ç/6{=þ "
b"è\x13 ØèSÚN?‡\x11 Þõ9Î\x17 d "
b"èB3†ÄVI1¸túZ3\x1C eU "
b"èNa˼\x08 N“«œ¿cß¶\x7F "
b"èÌ?ܯOò¢•û¼%î¶ "
b"éJ¸^º>G¾œ\x05 äR\x07 ™% "
b"é¾iA0gBS\x07 ‡ú\rº "
b"ê\x7F Užz&NSœp1’¶·\x17 V "
b"êÊï“oRK•§§BÅ¿å· "
b"ë4—«FKÅØgŒXù¸ "
b"ëÅ\x13 \x0F @—®Ö;Íÿç$ "
b"ì7\x04 5ƒ¬F‘›•‰]s×\x13 Þ "
b"ìA\\r D)N\x18 ¦\&ãôKi– "
b"ìþ±\x14 ðKv©ÂÞl™\x11\t "
b"ì¥tv«±MD§"ËרIãp "
b"í%°r\x12 }C»†›xm^\x1D ›µ "
b"í*º:Â8B\x14 ¯ \x18 D\x18 l\Y "
b"í‚ø\v 6\x0E H[¿cx½›¥Æ[ "
b"""
í\x1D\x18 ö\n
G\x05 §5p-°¸4Û
"""
b"íêõ1ë\x02 JÕÜË™¾ \x04 "
b"î\x10\x1F жš@#ƒ\x13 2ÂÁn€~ "
b"îrˆ(˜¯G\x04 †ŽUñu\x1A bú "
b"îv\x19 ³ÔÊKOˆ!î×xh×\x1D "
b"îãöÆ=”M”µQû÷:\v ᥠ"
b"""
î÷ÖøKJ³¾\x7F B¸}6\n
V
"""
b"ï\x00 W\x11 MºKh±N¥ð\x19 ê+= "
b"ï\v\x15 Ö\x10 êGhµK\e ktqw® "
b"ï\x7F ´ô\x01\x06 H¨¾`\x1A F\r §ÔÕ "
b"ïÝ"ïÆ_GŽ¿Ðá\x03\x04 `ÌÔ "
b"ïûk^A\x19 G޹#\x16 ¯þ\x06 S‚ "
b"ð\x04 $â\f K~·ê©¤6ž´‘ "
b"ð\x07 !¿«úH\x03 ¦0‡A,ØHÍ "
b"ðpçØõÄH2ˆ`Wc\x01 œä½ "
b"ñ\x1C Ö–@äFÂCÐÌqx„\x07 "
b"ñ.ýh=ˆFh¢â*hs\x11 ¨ÿ "
b"ñMr@\e ¥BW‡Á\x11 T#7m% "
b"ñ¶´ÿbãF®ù\x02 >Y²wq "
b"ñÂ\v Ý·«Lª\x03 ý\x13 š¢2 "
b"ñØûGmJJ)Ôu\x7F 7Éôý "
b"ò\x12 k9ÚÀ@z¹ä.Ì--„ "
b"ò\x14 ò÷ÃÇCZ´—Ä™1•\v "
b"ò„3<É÷JÝŽä«Ú?\x1C ¿ÿ "
b"ó\x12 ï.ìMõ¹f¤\x1A `Sg "
b"ói5‡µ…@H¡=—zh%\f "
b"óãµàßoEÍ·Šbµ\x1C ñú\r "
b"ôbfz\x12 gEZ‘‚.jW¤Yø "
b"ôjÉÐ(°Lz¢f§z÷\x04 5\x1C "
b"ôþ*7”²N0‚1Äš,‹¸ó "
b"ö,…/¾>B\x1E ª æB٤˞ "
b"÷fÊÒ†ÂOˆŠ\êq0Ηx "
b"÷†8\x18 ™\e D9ŸFtß&å>~ "
b"øYª`{²@€ý•¦u]² "
b"ø†šÔ<²O„ŽE¶Ndû’ "
b"ùj‚¯jJv¿]ô¼\v Bq "
b"ùŽáû»\x7F KC…\x13 ÒM\x10 z&_ "
b"ùû[±ÿ†Mݵ#K\x14 ~:\x1C õ "
b"ú7\x1D w¬ÎAå‹ê¾(ïÌI "
b"ú¸–4œ¥H™¿éÌÁ7ÈCé "
b"ûxµâ×åA"®\x16 óX\x1F ©Áâ "
b"ûœº‚²tI×®”ZFµ¡\x03 "
b"ûªû_ÂUI;œ<.R°º|é "
b"ûÒêòÕ¬MD€øcÞ.ø# "
b"ûà¢ý‹EÛ„\x7F µ\x03 ïŠ\x08 ž "
b"ü\x0E\x03 SÀ\x05 Ii»ì\x07 ð\x12 ¡\x1A ÿ "
b"ü#\x18 Iï\x14 @wêÕR\f l¦ñ "
b"ü2¯•ÀúJ\x11 Œ¬ï\x11 .á› "
b"""
üLL8\x06 ùIÀ…óxæÉê\n
h
"""
b"ü[Úô(‰F~¶pq0Õ Í÷ "
b"üÔ\x1A +,Jv¼š3“ž:\r "
b"ýIÔr\x0F ñC”Ža½n ©.Ÿ "
b"ýô‹v£(@‰»)ì?2! "
b"þ ?kZeIƒŠ«´ú\x0E d^ô "
b"þUOÃàPBP°øÓäIZ]¡ "
b"þ±m¨XíL\x06 ’ó\x06 ò —?\x1C "
b"ÿ¯à0t†IË™ÃÏ[Ô\x1F ³K "
b"ÿÀãÚ/2KV‡\e Ï•V]¹ "
b"ÿĽŸ¢\x03 @+»ª°¾³‰Þ– "
]
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.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 `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.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.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 `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.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 (0x005F1A25DB4740CDB9A10E14158687F3 , 0x00B9642C4B1448579D07E39769C2FA11 , 0x011A668965FD4F8EA241C7E45457F74D , 0x012D2E8FE4C545FBB3F754DE90E1017A , 0x01903614D8AB72D7ABF230E407EBE557 , 0x01C4CE6EC6AA492DA058BFC2F3D9BED5 , 0x01DEAA24835A4AAE997F388F6B653FEC , 0x01FDFFFFFEC64A41A7605C286B616B29 , 0x02157F1E5A014B498C01C1193CC6A508 , 0x026E35FA001545FC83F4720A4EA4E9CC , 0x03110F8CDCC7465D99768403E9255FDD , 0x034420D4B26047BBA496ED7E775E0BB2 , 0x042FE86FDEDE4E01A2770F90940A972C , 0x043A8973D9734CAFA74F78DA3FE1D74C , 0x0445B84CBCDA4E44AD85BC6C2A1F066E , 0x0450F6E0CB604C63959A044D4D52AB3B , 0x04950CE65A8144719CFCC421C2446554 , 0x04993F1168384855905280CC27617431 , 0x0540A79A29A245E8ACEDA71FA035DFC0 , 0x0568BEA9A4EF443380C68137D6C196BA , 0x05A1F1E16E974B52B2105B0BCF136C2B , 0x05C8BF279DC348A7B9C7C54A4163A68B , 0x064179D8291E4D69999464F4BC501B62 , 0x066105B1AF6349698FD6E4B889DB87AB , 0x06A40690D5F24DF6B23441BCE677A599 , 0x07013A0FDAD842DD915D680BD43F7EC8 , 0x078192218EAB4032B073F892EDCB1194 , 0x07AE44264B5347789FDC87ACE6BD9C89 , 0x07B0B3DCFD3D40CCA4F0F72813A4BD52 , 0x07D5579A38DD41748D40FF52E6B0C432 , 0x07E2F95CBBB54BABACBB5ECE5BC7C6E8 , 0x085200828C294C61B92CF7750071DD52 , 0x08827350FFD04BAE8B25B690139AC875 , 0x09686B8F8F9246B79792A04F62275206 , 0x09AA97EB7FCB4EB7AD064EC6C334B180 , 0x09DC1FF9A32E4F16829725A5A3966584 , 0x0AA6A1DF47AE4BCD866AEC72E9EC9222 , 0x0B022FA86E9B4300BE92E6313CF19685 , 0x0B16AD84F09F4B2BB89399813B234936 , 0x0B31498A79194F0CB6E36F91A939684C , 0x0B761F6772964A10B0CD6EEEF5CD4865 , 0x0BA2E275F45A408FA9DDBC3054B8E1E4 , 0x0BA78A2A20A746C08190B81ED86E719D , 0x0C8BCA12BDEE4254BB9F406EFA8D95BD , 0x0D220DC7252C4574828CF787728C8E7E , 0x0DA0353CD9F44828924FE15D1B75A23E , 0x0E694C7085F5486B881BCA1A3D98260D , 0x0E9287691A26472CAFB28DFF9001C32F , 0x0EBC5E53680B4B64BF5AB87623D1F26E , 0x0F924D86AF534F1CB1B8BA3510AD1BC0 , 0x1024EF2FE5D141368C32AF98884D8280 , 0x1150800B7FBC40B88542AF3A9555FD49 , 0x11563C7D736142238DAEFEB1F3F94D28 , 0x117A1DED8F284B5FB9540E27989869E6 , 0x11BA76D799DE4BB888C2FDE43A1BADBD , 0x11EE8FD662984E94BF8F5B44C79315B2 , 0x1209110542DE46548404BA69CB1D51A8 , 0x123CAA97FC6F4D2398515EEB78ACB3B3 , 0x124D0355FFB24B1CA33150CC1AC3BB82 , 0x1254031BC810482CAB42A0CC7949A461 , 0x127914FE81A84DD9971045EF640AD988 , 0x1295F41985C94315923EB4E34E37B5FE , 0x12A894F82D304FF4B9A44E89E2A0CBC9 , 0x12C49B76B48E4F8A98AA47326753F758 , 0x139B5460EA9C4B019954730059F9C12A , 0x144099DE175A44AE9712691A40D46FB2 , 0x148B29873E704CFB8BA1E0DC2307545B , 0x14C42F780E8C48D68D0895A9C6088476 , 0x14CCD12451D34B368210CFC460269961 , 0x14F7F356A0A54A8F95F5DF6307955EE6 , 0x15014C8793E24EC59712905262A0B36E , 0x1532CCBC109F45059E087797A2057B46 , 0x156FADEB0A0E47E1A1C126DEFF20F8BE , 0x15CEA065BC734D38B6B23A3FE583E58F , 0x15E1E2C909FC4EA1AC8828BE73DB57DF , 0x15E5D3DC37E1461F9A78BA1921817EC6 , 0x16393B94C80446A6A2584576D094A248 , 0x165DD6FC05EE4C52884C6BA76A733644 , 0x16826D32561444009456A3909161619D , 0x1690733FD1EB4F7BBD194BF53FD8DD77 , 0x16F6183933404A0F8C2B60209DBF148E , 0x172ED8B379F24A6EBD839539D8EF8E09 , 0x173A157B01E44C31812700DEB748E73D , 0x1797B99DE08B4C73BD84633862482808 , 0x18472FBA71A24649A75AC15FB3079D4C , 0x18D0D5E944D14DAC8149986E845FBD8E , 0x1967A27144BE4AC7B1D1F5E3E69C83A6 , 0x1979CA48C8D94FA788AE72044C8901C3 , 0x1A132176182841D29069911375510390 , 0x1A52E0948DBD46E1A94ECD2B2F0A608A , 0x1A5331C3925644CA8C30092C4971E1E1 , 0x1AB92BB902AE49D8BD1D04D3EC47AF65 , 0x1AD4DFC6CFA3408E936ED65DB53398CF , 0x1AD6B4F895444276BACEF4B987BD4742 , 0x1B46FB25740F4BE596F8EABF3BF0F4CA , 0x1BBF596BADDC402C83A8F0A208019796 , 0x1BC9D2FFEE224C77BD15DFD84392BF2F , 0x1D202728BAC54D05A41B91241950C11A , 0x1D2F76CEF03445948CB49626814E91B6 , 0x1D69AFD55AC443CEB9EA224075103E18 , 0x1D6DE335100C4C92844C18C88CF83B2E , 0x1DA1BC0962DD45D690A79B6A3B3641EC , 0x1DC703B210B24FF3B49B0F3AD3A08BE5 , 0x1E26C13ED78E4EB9A08BE5F58512992E , 0x1E9CB8FED1F14FD89335BF5B24DB519C , 0x1EE85882E21F41429D4CE5D3BF9A398B , 0x1EFB3B1F91574DE9B4F4DCDEF1A0BA96 , 0x1F56FC5B14D64585815F18CC8F849456 , 0x1FAD1B2A79064E6385D6CAE7C21E270A , 0x1FC4CF7FC8F5419CBB292F0FE3BB3AF4 , 0x20162F90743149DD957332C957F2BB93 , 0x203E04AF4277481DA91AFB6BF9B9F682 , 0x205BE50ABD4F4DBC93D53DEB65C31EC3 , 0x205FFB6227ED4EF0805C746847054217 , 0x207E8017728D424C9BC11A960B293217 , 0x21662A4F3C69416C957F6831E672C646 , 0x21707BE863064014A87B660C57682FCB , 0x21933191A6A142A59E05C6746F3C64D3 , 0x21A92A8925C648A9AB6DA247BCC99565 , 0x21F7CBE2853341929080A8409AB29197 , 0x222DE230D935482A96F83B9E257E8ADE , 0x224850F3B2C249B4989B907E4B73B593 , 0x229BAC9C607D4226A8824064651F37E9 , 0x22F4F5D75BC649F1892DEF4312E4EAEF , 0x235DAF7C98054020A0C335DC2760E0F8 , 0x2394BFD4BF244D31A1DB3370A77B67D9 , 0x23B40E1B05DB4978BF58B39422E8164F , 0x24E2321C1A6B43A4969FB922F72D4E11 , 0x255102D4798840ED91E28D5F3A2412B7 , 0x26397A10C6DA4602923F8EC19BC8570B , 0x26F57D6022AE48E298F2A7826D4AAF8F , 0x27147A3308F44244ADA6371F4A416134 , 0x279216B3620D42BF9D65B37F3930C751 , 0x27AAFF54BE914E089E69B60365286FC0 , 0x27B15E055D2A49039676DE6C430432E8 , 0x28032ECC6C1A40C58786DE1F69F1D6A2 , 0x293BEDAB9E794F8A87FB1407D41C1105 , 0x29481BF7032F44C99582D3B15BF2828E , 0x295DE552BC6D47E6A97462021E487D80 , 0x2978AC6D7853461289B965375E82AB07 , 0x29BA04791C084730A64553DAFDAA1927 , 0x29EE8F6C06DD42928B9FEAE0415F7935 , 0x2A0B43BFBA8842ED8E031EF3818B0307 , 0x2A2DB6B05B6848BBA482BDA99F2B300D , 0x2A393314ECEE44ECB0C4D05CE1383E86 , 0x2A6B7E1CE8DE4CC3A280CDB32BECAC72 , 0x2A7F0CC9D752459EB66CD0F360390731 , 0x2A9B36E4C62742429D08978CE3E55C99 , 0x2B13E3B2E9E74616942FAF325F76EC69 , 0x2B1D5F11450F4774B5DEFA53A6AA0EFF , 0x2B4357C29A194B7B99802113CB14A3E7 , 0x2B8B6A6E4F6B4703899B5B8B900C0BA5 , 0x2B96C2BA5BA34676B511A93FB55B78F5 , 0x2BE475EBAA9D405E9FCB6E59712727FB , 0x2C014BFBD1F44619AE1BE9AD6B564209 , 0x2CA1471FA1644AC18FACAC7A5406C974 , 0x2CA5D9CB218A4261B89811D2AB1F636C , 0x2CE7A90500BE464E9798184B85A9D66A , 0x2D17935B0CDD481DBA97529EA8CF899B , 0x2D6CDC1B4F424781B7353E27FDFB2A20 , 0x2D8DC8B3D29447928CFBA5D1944C5F3C , 0x2E1AF1F9009840AA978C849F1F4E4FB4 , 0x2E727138A2894153B05EC18A83738845 , 0x2EB23B7D4E3B4858A6877CC7765353C8 , 0x2F284A5869714EEEB78CED09F26A7857 , 0x2F54DE69AE7241F1B44432BF5149B387 , 0x2F791E8862F447C6AB87E0D05F1AE658 , 0x2FB84F4F00744D62BD1AB27F75C395CB , 0x2FFB2BD271464B588F05CE4D357AA925 , 0x30050268972C41FC9C9C4F1282CD923D , 0x305DDFFF18584FB8BA672D8562C4AD67 , 0x3065E1CA399F4A60BCEE9F70A4F39245 , 0x30701981FC424795B5327F5956C51653 , 0x307F73EA85EC4AFEB686392FB44A7676 , 0x3090A5465E484AE1B5ACEDF2614356C5 , 0x30996AD6B32B43CCA085EFD7A013F654 , 0x30EC9D2CA9EF4B39BBF5BEB71EA9FE5C , 0x3140DF3234ED473487976D5301B24BCA , 0x31487E5E5D374C1BA229560544E8517D , 0x3171F1BD7F6A4D57904619B8BED3711C , 0x31AF51D8638B4E569AD485C6671EC3E3 , 0x3200FE0A92D846008A07CD5E84B11060 , 0x3235CCF0D2294B9BA660F8765C1F3799 , 0x32817C80B6714D95AF7A909DF086A842 , 0x32FE1B36570443CFAA367711FFB16B91 , 0x3366EFA7B8C04069B8D67B9F98AB135E , 0x338DFBFF5F834DFEAC621C041792149A , 0x339F615891434A34A610DD7C182887EA , 0x33EF9C2A250748A6A9BB7AD63CB737DC , 0x342A9E8CED044C69A1D9D5ED759D42A8 , 0x342B60DA91D7478DAA2898DCEDD37441 , 0x34E7852DC87B463A8CC0971ACF743480 , 0x3564E90D896343D4AC482F23B904C4F8 , 0x359AACDD1B314C519AEC1E5CA78DE9FB , 0x35DC3E327ED34E6BB6B4D8A78C292D40 , 0x364C11A63FD24329B374771B653EC892 , 0x365A7DBD1EB346E383D81E045BF20821 , 0x36BF2B0A426D4309B63FE4AD5A0F7470 , 0x36CBEDFA4A63470AAB8604B0BB076A93 , 0x36F4E32C96BD4A3A9E63ACF53F9678EB , 0x3747829058ED4B20B17AF6ADFBADD959 , 0x378C7F431F714A3EB2F07FDD80ABF6EC , 0x37B46A67FA844560A3637EF0F12986C7 , 0x3899A1A24ECC44D6BD3A6CE2FEB7E6DB , 0x38F11D7446E5458095C16EAD847AD2BC , 0x3972A946A3E448F6BA200E921E8C23F0 , 0x39BE3487975F466BA8245A8F359396C4 , 0x3A999F630DF947B7AA67E8695AFE1C58 , 0x3AA4F80A24E44A15B2C4111A45B8ADA7 , 0x3AF3F397F29E4336851A36348F37B34C , 0x3B32BF8DDD184F6990F78451ED220ED8 , 0x3B6B4001C6FB4C04805AE041FD9DCE62 , 0x3C18A6A1159C421A9B1A704D8D985B87 , 0x3C42D243F7CA455999D041AD0BDE50B2 , 0x3C8A8D37BF9643AFAEC7B760B2DFEC3F , 0x3C8E7166232147D8A6384E1F24B59407 , 0x3CB4A145E7F44A9B9993B3419AA37513 , 0x3CC13B22EE13461AAF61BAC71D79B169 , 0x3D0BC944E8FB402A8549D099DD111B89 , 0x3D2AE140252E43C695BEA9C4008152EE , 0x3DC2C90EFD2C4E5F86625D783DBC4D80 , 0x3DF129F57DB84547B240E24E67A927F0 , 0x3E0AF9313298474CAF545AD567818B49 , 0x3E97B2BAE0E6418DAFF871419CB5983B , 0x3F49E90EB1CA4925B4EDA154323C9089 , 0x3F8BEE7D19734579B69F4F37B2524337 , 0x3FF809BDEA984D47B3550D72DDE77FED , 0x402C6EA84A684091BB4716C8EFCFD935 , 0x40607DBD31BD4E93A3B1D20F87E9D76A , 0x4085039AA8E94E4B91DC084FACB8DF66 , 0x408D54B8CBC54B96A633B84052E9872D , 0x409B1B201DFD4B2E95BEAD625EB83279 , 0x4191B299624A4A4CAB729E919D20E13D , 0x41FC80CB19454B3CBE0293EE72E8DF92 , 0x4262D4AACF8B4F8599536EB3C0E6A1D3 , 0x42F48417AEE44687857DDC66D29DE185 , 0x43A750591F6440E492D03540A3BD8C30 , 0x43BB942491D847799734EC356E3D01DE , 0x4415B53DED2547DDB2B624B0D0364797 , 0x44451C1628854D5B83EEC6C4110334EB , 0x44CEF43C3EE5469E8E2E46B0A2660A53 , 0x44D32E1C990A4AC2B31BC601D4D8D1D1 , 0x44D7F57326364775A79DFA129F3383FB , 0x45017D6120164DAEBB5DF62573470570 , 0x4530EF5DB3F04AD0B5A153E76C6B6856 , 0x456460857E744551A3B2550C9DF9D214 , 0x45A41DB36E4B4055A3A9E8061500D982 , 0x45B04A4CE1DF44E7A0061857D3ECF7D3 , 0x45B64E6256D240EC8D22946AB2C2E3F1 , 0x45E25CB63B41483A95BB23C998DCEE26 , 0x46110D1DAFAF4927B120B6CF0C38256A , 0x462ABBC6993B4A14AE2132603C00E4DE , 0x468440DB9AED4C2B846D08C5C92A5AB3 , 0x46A435B078114B06875251B7E2930779 , 0x46B8CEC0124A48CE8F50595C4056370D , 0x46DE73766A884832BC77601B5B31578F , 0x4741E594ED1E4A2B93611F39E4D1C0CE , 0x475BD8A4652A4C15A15BDCBBB7444480 , 0x478E8AD9051A412284D1C5008F6BF3E2 , 0x47975867F823414280E1FF977ACB0AC6 , 0x47A38077CCC749DEB20AF88A2E187C86 , 0x4844DF79253340CC8F4BD247F55A68C3 , 0x49198B01370A4334B4C5029E9AE3D68B , 0x49709868AB6A495CA270677C67EDE041 , 0x499E7FF8A7AE4D7D9BA736F429578AA7 , 0x49A9A7BE27F04E0F9C83F0B547337A18 , 0x49C07667FF3D4EACBD9EEFA3961CC20D , 0x49E46479EA9C42B4951CBCA0C178CC34 , 0x4A561EB0D53047CDBC5B60C6A0FB92FD , 0x4AE23000A4DC42D99496ACAC725AECCB , 0x4B1E2631CCD84D92916F366AEB2A66B0 , 0x4B3A9BE4820641E19F30F9BE756BD726 , 0x4B69E948331242C3BFFCD87B4C7745FC , 0x4B84FE33F136489D91FE6261DA02F5A3 , 0x4B8D6D2AA09D40E6A21669709491417D , 0x4CD7EACFF8D04D298AD8804FB5ED2BCE , 0x4CE18209687D4E8A90E52E4BE70C1698 , 0x4D55838ECA4D40C680F7A9CC3075FEEE , 0x4D6C29B462224CD78EF926C8ABDA61BF , 0x4D9653A77CCF4897816413055F0AAA0B , 0x4DC47F88A6344A738377CD9D3D1155BF , 0x4EB87BD157F542A89A220651F2F29D8F , 0x4EC64471A8D3473BA9C158005484B3C8 , 0x4F315B0473F543AFAAA2FADF128ACE12 , 0x4FA095FEE28E4565AB0C0146FA866092 , 0x4FCC1AC3B34C446EAE905085BC303B0A , 0x5065F114C2E24EE7B92844FF91E516E4 , 0x50D23FAA500D4BE9A0C87EC556A2AD36 , 0x514290E29CB04610971312EB5289147A , 0x515B4FFFECD146BDAA615770C0E29FAC , 0x51665A5D722249288ED0CAF38D4656F9 , 0x5197CD1339A34AB6B69576B96FFC5662 , 0x52006CDF27BD487DA6DF5D305CE2A9FF , 0x547DB7AF5D8747F7A073CAA1C33E279A , 0x54BEFFE028CE43DE822892B8A75CC723 , 0x54FB64881F04469CB9CAE4EA827BC8DC , 0x552286C742B8459EA5CF1DAD9362BD3D , 0x5590C18E2B024F0AA01D2C1AEAB3F7AF , 0x55B03C0FBB704BF288587868FD7BB35B , 0x55B1D89FB021472EB7592C06A66BC94E , 0x55E032F412144A7C83E447DE01C1ECBD , 0x560B625C348A4E83A0F34FA495F9A47B , 0x566BFED523A94DBE9A9D1ACDE538675C , 0x5677D9264D464C87B8BF748754D234E3 , 0x57CD3D19909541B8903AF126FF409E5B , 0x582DDF4CCBC94E2A89BA01C963F7FCEA , 0x58E95AA84DD5497DA76E12C581D847FD , 0x58FDF48BF6DB4ACB9A1CD795139DCC1B , 0x5940BACF0732453DB817DC78C03103A6 , 0x5950965611254216AD7CB119A4433D2C , 0x597671552CE54E5B9684FEC12C01B258 , 0x59BA961A9EC742839A8551CCB7713E76 , 0x59FDD7B4569D4FE1971F54625EAB75CB , 0x5A9EBA49FE464C53ACCA583911BF90F7 , 0x5AADFF679352496CAAA6B6FF83306A05 , 0x5B05E5E5C19A42D29F15AE2A9E20A136 , 0x5BB3457189DF4BEA839703A27C5793E3 , 0x5BDE7EA59A624AACAE642C79813E0492 , 0x5BDEE170E93F4BBBA450315BE7F76E2B , 0x5D1E9DC888EE49B79677C293CE3067EB , 0x5D455D0AF00B4623BB0BCF6A5DB01B82 , 0x5D853195554A45C2817102C767180266 , 0x5E19D6A6244C4D18838FD53A8614FC92 , 0x5E21D45CAE2C42818C8E3B7CEACAD717 , 0x5F62DD715D334BE28509E4234E76028E , 0x5F7614D33C8E49FFBE0633AAC586E133 , 0x5FE9E1C7CE774619AB923E544B1FEB01 , 0x6016254EFD014B3783076A5E831F3B1D , 0x6020C9DC7265457DA2EF319B343E5FAA , 0x6040E22644EC41C0BE383B0E5413A399 , 0x604D996A3BF845D3B23C572DC076454C , 0x60548850220F4C2E8607E2F42BF2DBCC , 0x60D2C753EC964570A3D9749C9F0D1F31 , 0x61194EE87CB340F08210A69FED6CAF31 , 0x61CA433A351746389C8E04E1E6E43D92 , 0x6252F761514748138CD8FB9E0DA55A85 , 0x630F1026B6C34CEF81DC1C02CE92E9CA , 0x634AD77054A94D619744591F5B1EEDD2 , 0x639EE8BAF5D94C969851139C84FE119A , 0x643B874FE1A04AB79DD5B6B1B6C0C27D , 0x647064CCB4B944338E7990419337F35E , 0x6496D81BAC5041E18CE2BA394C6D48C9 , 0x64B4774145DF42468F7FE131EC956009 , 0x64D3FE3DD4C84EE2A34DB9C5A684CE73 , 0x64E0DCFC11FB48AAAE3896FD26C3E660 , 0x65094150B3B64D97AE99E75B4A3BCC9E , 0x6589FB54C7BA473D9A82738FBEEC1369 , 0x658E6A0B4A424BCDB9B67C4DFF09DCEE , 0x65D440A54ED541D7BFFE959494E5F952 , 0x65D5DDBB586940E4ACA1F099BA3B228E , 0x6662840040104AB28BAC8C7E55FF6291 , 0x668B11B9E308499AAD899B262F399071 , 0x66ECDE0C82D1403ABAFD98381961313B , 0x66F345D84E5E4315BFF7987D58383F01 , 0x66FA6449DB144A2EA465ED0174714D16 , 0x6744BEF50B69481D8DBF4ADFDBA997FF , 0x67EC695AEF084E12A5864CA90D4CEA23 , 0x67F7BFE3B70B43C29A031EAA1D70D027 , 0x67FD05C73AF74DBFB85967B623E49482 , 0x6821553DA7E44D76A2EAA63E588BF6AB , 0x6834564778404C5C96EB50AA6B4D088B , 0x685471355A6C40E4B94E47EB57BC8482 , 0x68760C9DBE9A4EBC837D878B9E8F3D47 , 0x68970B215E1A4156959E3CF482417DD6 , 0x68C861A0676A4054AC96F4D19A653F50 , 0x690BF036FAC9450B9B5BA48BD558AD40 , 0x6A336A6542F6443B8FF76DE550EA4782 , 0x6A33BC42646948AC867AA82280C50136 , 0x6A45B5420639443CB457B038770F345D , 0x6A45B7B2A05D4CDE9E18B53F84E9D5FA , 0x6A89194ACAF74FB8B479163B7818A371 , 0x6B08E36530EF4E80A9334747202A77A9 , 0x6BA8D1D2569442E0ACA04CDB1EFFEF7D , 0x6BAF29F73DDD45A3A5C3AE95ACEF69B4 , 0x6C256C9A02A246CFA20A9C8CACE0D780 , 0x6C2C1199A43E4C41B009CC3421EA8C19 , 0x6C4526A4913547A997D3497193BE52C8 , 0x6C50E9240F9A43BD89DD70E5CDFD4B88 , 0x6CB31ECD55484F3293EE52A95DF4D703 , 0x6CE16E3291574284BE6E187BC4183993 , 0x6DAAB2D272204CA6904DE336DB4E051A , 0x6E5234E5A99642FA982BCD88501643A2 , 0x6E55A779B60C4BEEABCC63A70434AB2B , 0x6E593884D84F4EF9B603E0428774C79D , 0x6E7DA97225C74254BEFA678280C559F1 , 0x6E982007579243B99020DEEDBB80A389 , 0x6FAFA065548240028DAAAFE343BDC0C6 , 0x6FB40B261AE14B6683DEA48B8F66DD59 , 0x700A90143509425EA55393EE4E5E3153 , 0x701E7CB4EE764712AFAB9CA1FC16F6ED , 0x7057FAD4CC154ACBB64B68CD3D1810EF , 0x706D770374684F83AE7FE3CD54835196 , 0x7157F32EA9D64A3B82C06B24C7D725DD , 0x72AA22D17FFB449DB761867B9AF7A68D , 0x72C7041A35F94C0A9D7F57D686681D77 , 0x736F8EDEE13F40CBBE71C5A75F1920C7 , 0x73B13AADDDA94EB098AF4E3F509AA5A6 , 0x73C76F3063C747FCB6462CABCAE601DA , 0x73D05813AB804A39BA4FB330D47257B8 , 0x746C3A036004487DAF67700F098B2078 , 0x749112426CFF42F88E11110357D62788 , 0x74FB9F8F8C3C4994B73819FF7593D481 , 0x759F8555544A4624BC841CE475BF9E6B , 0x75A7E771AA224EB4A640550B1058EBC1 , 0x75E83E3950D84A7EA3BC55AB5100AF27 , 0x766ADD681A814B94AF7588DBC377C900 , 0x77088D5E55244CA48E52528D445B77E0 , 0x770EAB2E876541769968393FE2818BE2 , 0x77141EF9449A4AF28A467A41CA11D89F , 0x77181B55EDDD4588A2A821C8B73369F8 , 0x77DF8D5164CA4115914ED2B56DDD6898 , 0x7823B6EE1F8840F19F119808E9ED77B4 , 0x783CB384E60D46308F771DD39DFDDFB6 , 0x784BA10CA99B477CA9A838BBD80C1EBA , 0x78A89288294544D4A77E05ACE424CF3E , 0x7942EF94A4904C4797682948AF6236C2 , 0x794507D007EC4B7A89E6A5D3D4A1712F , 0x794754311A8040398B1211CAAB44C4C5 , 0x794E337F2D6E43C99076B5B451CFD525 , 0x795327B0CD7E4773B205C9BF49309FEA , 0x795D1F84B4584D9BBE8FD4ACF016BE6A , 0x79C64E98E4BA461B821ADE97E185D5E0 , 0x79C83F39B81D4B70BFDE747D68C48F00 , 0x7A4D1D8F29B447A1BAB04F9A71E84B47 , 0x7A5CC8F12C494FCB910F3F070A0B000E , 0x7AF517BA421A41279EF4A28B27B73AA9 , 0x7B09162956C14389958C54F4A20A2D81 , 0x7B40C050D0FD499285D8D7C4AC143003 , 0x7B9815B995CA44929B7E35023A36E8D6 , 0x7BFF6D3FA6C04B87B197DD69D5E5D3C0 , 0x7C170F28A97744BE91C9FE8ADFA2C8AE , 0x7C39B7C949A240ACA4CD5CF39577ADA1 , 0x7C4A045022244078956DA791EEBD818D , 0x7C9C944334574875B2CC78AF47A9C0F2 , 0x7D25E608E068472DB971C22CF50CE10A , 0x7DFC55BF0FA74AB98B1DD224D9A9E19A , 0x7E0597DC189E48D6BD0FCF0C2EA27F5B , 0x7E16BD6537DE4C0DA4355EE946B55318 , 0x7E266B694FBD43C4A4A7B4A60CCCE994 , 0x7EDBE52CADED46D38C2CA1AE4846433F , 0x7F040B97F9224ECB88998CE0DEDC4CB8 , 0x7FC98F7F9C6A4D7AB4C36DF4D07FF5A5 , 0x801CEE98D686418AA449E30BE0984674 , 0x80B4B444880340B9B1A5739C1A2C7CCE , 0x8181414970994FB7AA2DB12D445A2D82 , 0x823FEA91C3F64553AE31BE9AE5989CCB , 0x82703580392D4EEC913BFC6315BBA2A5 , 0x827CE6D0E3744344B1CCB17A55B6EF66 , 0x82C2222ED9FD4BE9A893FF609B263106 , 0x8309BA2F6A804972809FD5A32301E2CA , 0x832623200E494BE185CE5FE256DFA3A2 , 0x837D1FE99FDC41A09E5F909D90A22F8A , 0x839E2763B6664F0CAE08CCC84F3B670E , 0x83FEB1B7FD204CB1BFFF44443EC7BC2D , 0x8401166B918B46BC99056D520681E9EC , 0x84694E428B4946EA90912ED4C9A44384 , 0x84906F49550D45228F6B5DBB888748DC , 0x84B5B577732D4141B1839999F01C2F49 , 0x84CE940CDFAC44679150AED49DB408B5 , 0x8532620874CD44A19D7B52E548CBF3CB , 0x859E8617EB8C446BA79F2AA0178115C1 , 0x85BF2DE811F74B0E8932AC448576FC32 , 0x85CD63062993432385E5B3AD8CE387EA , 0x85E58B7940954F9AB70D91763C1ED92B , 0x861D8F17DBF446AD859DF4C60DE9316A , 0x869C3994B3F94FC1B818D61152D3FE96 , 0x878CFC411A52446E9D729FE539FDF679 , 0x880648C0524744DB85D41EDF427CDD4B , 0x88113E21C8394D25A82090A573D19F7F , 0x88B47F57D168497FAC8E3CB76F640ED7 , 0x891F0CA0CFAD49CD80E3F5AB69613DCE , 0x8A4BC78F8B614FA6B153BD275E3AEB9F , 0x8B15E38C19EA42E2B45A13A5DD5666E7 , 0x8B7E052AE1854958BF2024F83BBA8ECB , 0x8BB4D83EA7DB412BAB68FC278F88CFD6 , 0x8BF7C12ED727482885DACCA6F3EB8C5B , 0x8C1CE5F982B04B4CA2DDF0E6E52D2716 , 0x8CD0764FC072473AB2C6A8AB3EA6626C , 0x8CF7121A57244A7DB11410660A9E838F , 0x8D6C2F73E4844F49BF8A73FED32E9A7C , 0x8D87E65219FC43EB8CDE0E1F5822A01E , 0x8E703E314EDD43F1994A0529056A9C6E , 0x8E8629499040485FB85C2172560AC044 , 0x8EBC1DAE23504588B456546CA0A6C68A , 0x8EE62C6FAFED4297AB5180C8BA9D370F , 0x8EE8AE3D2EF543E5BECA05546A280364 , 0x8F45FDF1F9944176A7D185575730B01C , 0x8F56A67E600B46579F8BEEBC8F602025 , 0x8F599820B6A040B481CAA2467884630F , 0x8FA64ABAA5B1474CAB80A58DED1662E2 , 0x902ABB6B0F9243059085E611DA94CA05 , 0x90A4FFB8D3B14ADF92AE5242045792B6 , 0x91695387DCA0447AB30E259F51B157EA , 0x919D998B7F0F4A6BB430C8DDADCCABDA , 0x920700B84BD14FD59EC43B47709C544E , 0x92987501E2614FF3931897DFE45A49F3 , 0x92E69978771D450A93A0F7147AD189A8 , 0x92F0315A2A3A43E7BBEAEFF53A235EEA , 0x93577D1DBC11422FBD9C3527268B1D48 , 0x93A83BE7B81249A6BF5086F86A2E0A15 , 0x940A684667B841AC83AD85BDB7628615 , 0x940A73A35B68444995A6AC88617CAFF1 , 0x95328ADA73784F23A0A22C0809D5249C , 0x954919438CAF4BFFA37F6146DCD9F95E , 0x95C4143786684AE889E9F1570980934F , 0x95E4EAB7FDCC4C9CB3DB61584ABE220F , 0x963348280B8D48DF871BAD8604FAEE14 , 0x967B4D012DAD486DA067BF648928C3F1 , 0x96B52A67E27B46158401978A2B63EA79 , 0x96BF118FF0A94CD59CDE54BC01038F08 , 0x97BC7BC0679A4FB2A5F12911CAB9D031 , 0x983465C5D0124C708DCFF17C39056A85 , 0x9841D2CA93764C84913179EBAB842B93 , 0x9944565C97024D0584E22618383A6C3F , 0x994A5AC6EF134F669FBE55285C30359F , 0x996918EF48184CA68CB1255F35CDFA5D , 0x99CF6E546CA4463F8C6EDC09CFE6976D , 0x99EB10AAE1C3456EBCA1ACCFB08465FE , 0x99F6218F3EE04628A06C6C802B5CFB36 , 0x9A106E42DDE54AC7BD893C58D51A85DA , 0x9A1FAF329A2040A3BB436353C7D3925C , 0x9A21F04E594D46768C704594C43074CC , 0x9A3AA68A8BFE43368AFEFA3690D81793 , 0x9A8366D21A084C61BB3B12DE7362C871 , 0x9A8C75BB93DE475F9624705422C5214C , 0x9A90365B8E9B4A96AEBEBA6BFC7C3537 , 0x9B222FAFF43B4436B5B9907EF5A7D9CD , 0x9BE6D51319D84486B91AEBDBF39302A4 , 0x9CBD37F8CBBD4D4ABF080A99655A790A , 0x9CE15235B67243AAB0C2EF10CAF94E0C , 0x9CFF7685332A4BD28638CAB423ED44AB , 0x9D3772FC508F4420BBC507F7DAD8E10A , 0x9DA9D8BC504C4F01AD75FDA290DBB558 , 0x9DE126AD6C924EE390E090B7AED3932E , 0x9DE9B77D2403493BB23EFA0BC4C1ED56 , 0x9E0308EEFB66493A951E8B6960077250 , 0x9EB3F11AB0834DD6BFAD706E2CBEC88D , 0x9F5FA4BAA25340DDAFE3B0C4B4CF2BF1 , 0x9F6D09611A82451C8413ABEAA5866CE1 , 0x9F96C96E71DE450784C52C585BDDD042 , 0x9F982FDEC1774AC0BCFE2AE46B17A264 , 0xA0056CBA3A6A49DCBC65D92265D5B6C1 , 0xA0327F06A9C2426DB91C180E92313296 , 0xA07FDD43BD784C3AB5C39BCB302AE48F , 0xA10095EF30EB4AF7AD511C3F3D0F3333 , 0xA151847ADEE54009900CDD043AD646F3 , 0xA1876C6F27CA459CB310BD93D0695D6D , 0xA1A30FAF40C6472CA7C641CBAA83DE28 , 0xA1D59309A33249E789B02ED6C587B79F , 0xA2E84B85AA6B40EE8446B7965BEFBAC1 , 0xA3FF5AF25E834329A14632CF0FA74E9B , 0xA43D31CEAF664162A2B90DAB9EA4348E , 0xA484A5150E2E4DDE904876504E29EE64 , 0xA4C98DFF16D849188FFEBB3875B282D1 , 0xA4F85D91F8A24C6A9E7685D09E87D8D5 , 0xA5302945446A4816B29FC3A8BCA7B87E , 0xA5ACCBB325C541EC976F9607A53D7EC3 , 0xA5DD9F4E028741A29736F2DA53F5FF26 , 0xA63065C89C5D4721922EC711E755F544 , 0xA6374F660CDD4B4C86783BAFDA2E0F16 , 0xA667E404701647C9BAF7A09FDE206803 , 0xA6EF1F56A16C45899A680756E3592584 , 0xA745A722A6C94B4C834F1AD85AE73DBF , 0xA7719555957244EEA61492AF385AE7FB , 0xA8C62343B4E04D80998E7FB4A7069535 , 0xA901C174AFA0452F8ACB93B758C8E000 , 0xA92008BB805F43409D9C5C5F0B8F7B5B , 0xA94BDF49DE5F4609800B3500C0EE088A , 0xA970CA8BAF7A434BAD08459A038AFFD1 , 0xA98447298269425DBE2663D595938B7E , 0xA9D97D17C68549B8AAFC0C4C5D9B82FA , 0xA9FDB6725DFF49028175DFD058BAEFBC , 0xAA2308AAE6D54A45B720024A4817D3A8 , 0xAA341ACF2A044A068C9953B02FFE2111 , 0xAA38F210935A462FBB1C013745C05B79 , 0xAAA8BA76D1954ABB90054496DB8E3508 , 0xAAFA83BE271E48229DE047AF6A690459 , 0xAB75A5B5FB4D44C2A5A3F7F13F7DF71A , 0xAB8E0D9FF2164C749D30D3FB98DB8281 , 0xABE0280F88CF4E428A7EE531A35B9358 , 0xABF6903789914F7CA315360D3BB5A987 , 0xAC4E289506FA4A5E933B089D8AFF73AB , 0xAC7C100671CD40B08084C408B6FB50B5 , 0xAC8A48C0D1DE4F9AB1E2D0A183396958 , 0xACC393D6815248DC9DE83A50B2FF1D37 , 0xAD5276D43707463880A48BE28A67D0F6 , 0xAD930A90100C4A22AA2F522A5F1D0FDE , 0xADC548779AB540BAAD69723C7FDA3F39 , 0xAE765A90E30D497B95BDAA558949405C , 0xAEC5B29440F8461CA0A4F546809601F8 , 0xB008003155794E6E9128EFCA5B31D060 , 0xB02E64B3647249A896BA5176C6F92346 , 0xB061182F87C2437B94D883B926664A48 , 0xB0975049D44D4596A583348748AC914A , 0xB0BEC174EB334007833C7C884BD36387 , 0xB11055D5F6B24D328B8A8972496AE900 , 0xB13906A8B0E54D45BF06149DCC563F7B , 0xB1720A8A990F470085337FF09258279F , 0xB1FBBF3CBDCC45BBB009D6A7B6FEFB60 , 0xB2243C6A489446F5BD2D93DC71058429 , 0xB254714A45ED499A938E765ACE1AFE0D , 0xB2D8D1BA464A4BE0B226176BA6875255 , 0xB383D6AEFBFC4DA58B51CC9AD0D3861C , 0xB3F7D00309A848B08DA2962254FD5D23 , 0xB43A6FE90E8543739128BCB624C103E3 , 0xB44C55EBFA194C7D8C002B49A87AA988 , 0xB483BB730E0246EDA6EBD917F0EC2EC5 , 0xB48B2958C8504CC48AA9F7E72ABC02AC , 0xB4DA80317C474B5B83FE966F11BCE221 , 0xB50B2F7172FA4BA6B74424E9F8E709D9 , 0xB5129D3BDA9946749405B1793260A553 , 0xB57BAA71C34445C0ACFC69C18992184A , 0xB5AA553F2A7E4B168DC1F4CCAC64B1CC , 0xB722C5FBCD054FC7B73B24C40B27C9D3 , 0xB73CA105C9FD42E28A854BF99C9218DF , 0xB757CA73F3AD4EF09ABC6646851F283B , 0xB75B66FF11F34C16815421BC30C61ADA , 0xB7B81D7827AA4B62BFF204E742DEFA07 , 0xB821A5E4C80C4163996D57C25709478E , 0xB8BC93412BA14DB19965D7E16630B571 , 0xB8C176DF518D4BFCB9B39FDB836C2AD6 , 0xB8FBA94D480D4BA1B794448054970239 , 0xB914809B1FBA457A8BD2E86EC7B574DA , 0xB9473C77C79A460BADD2423EFEF25997 , 0xB96D41485C0D4530B6A9585819F580E6 , 0xB9D44A486715450E884023758DF74C57 , 0xBA1E02397C3047DE95099879C2F027B6 , 0xBA3A0716E08B4587873ECC04156298ED , 0xBA54702EBD0C4EA3B81EE6E2FD4308AA , 0xBA62F60247F343E5A669FFE61873BC48 , 0xBAE6E4F23DAA4F30918C535CD8363E3E , 0xBB1349A703A048BF9CDBF50CBDDC7A4B , 0xBB1B5F3F8BBB449D986E111650734E34 , 0xBB1EA90AC33C4F2C8214983A1C82578B , 0xBB4FEEFCB021407B92B59D06532F1FC6 , 0xBB7EECD887134A9A972F14CCFCBA3A28 , 0xBB80A43FD3284433A025C1DEE3EE4375 , 0xBB85F4E7BA054921A3A41AAFA526CF2A , 0xBB8F298DBD154BF6BFD819E518AF5D62 , 0xBBAB7022C8724BED9AD572B0AD22FB53 , 0xBBD23B8213154B658E8D19582EB6E0E7 , 0xBC05ED4FFD2744FCB515CE0EABBC0F8D , 0xBC20B4D9710342E0827E05424DA83FA7 , 0xBC2EBFA94E2D4929A5E7F61D481C58A3 , 0xBD118B446B164004A72D6DC972E51796 , 0xBDE393A99ABF47A785D00355E77578E1 , 0xBF0AE9D8A0264E55918AB36A9C45C8DB , 0xBF40BF58A80240E59BB9ACE0DDB451DA , 0xBF59E97FEBF74D51861A0E56FCA79AC9 , 0xBF90BC2BD0684E3595F77222027073F8 , 0xBFFCEC51CFDA407A977F84F8B86875D1 , 0xC00F7B3CAD7548C6B1F517E856C28678 , 0xC0C19DD2EB92416EB86C665C69308812 , 0xC14F6EA9D0A54A78BE95128215133062 , 0xC15EC4AD4609417E9C12BBC21A5A16F4 , 0xC18EB5767E96476F883C1FF33E25817C , 0xC1E585DD5F124D4FA1B5451B34A065ED , 0xC1F19E8D35F74261AC7B0E1B45C0AC09 , 0xC1FFDF5DFC3A4FA9BFA2A7F8B58B4FC3 , 0xC212419CA26E4BF59F631B2A34436B91 , 0xC226F3CB4D21448FAAD7438410FEFD57 , 0xC23E1FDB5EA74728B483C3428FBB2C38 , 0xC276F56A6BC447A0A53918AC87EF0316 , 0xC2E3EF41FE3447EB939B0C4F029C5DB5 , 0xC2EA573312574452AC6905F33D11C838 , 0xC307FBABC3B24E468323E3D0158BF780 , 0xC30C52DC51DF42759766E42CE636F62E , 0xC3AA36BBB3F446AEB3278A615F9A8B6C , 0xC3BFFE0DD8594057A673A99CECCC2139 , 0xC3EE115A4EE8499080F5CADBBC1348B1 , 0xC3FDD068008E46B6B942775E86421621 , 0xC413689F34344EB49B6E564AEB7FB577 , 0xC430D4D06CFC4B0F8E5F749335C15CAC , 0xC4A7F88DA3B34163A01990BD8023C640 , 0xC56D4D857BC945E8AC58CF1785E35DF0 , 0xC5A0180805DB487CAFF06AC6F4909850 , 0xC5C57AD3C69841C3A548FFC6A786ED6C , 0xC5F9969DF67A45DA9CAD28D1D85B0DAB , 0xC659BF36E59B4DF78E487ED9B443CC0E , 0xC664A81C87FE48829B1CF38DE02A5584 , 0xC6FB3766FE63452F9AC6759717144A74 , 0xC70D7EEBA12E4DA5B42B245BE7E93D33 , 0xC7322B88AFB346FEA5A6C037F00F4F94 , 0xC7791DE2D6234085A6B91CB8CF00D49F , 0xC7C384AD4F79455181755FF43F6F425B , 0xC83CFE0F86A14EA3923403615F3A5797 , 0xC8B6E0D8F87D4418BA3F9C5E0A871163 , 0xC9084AB895CC4B8AABFA4A8FB8A6BCFB , 0xC96F0CAFED374469B2902C3B36EEFFBB , 0xC9AB76B89AAC4EBCA0BF92C210A2568E , 0xCA06FE0E043E43DDA9C25FBEE6E2CC95 , 0xCA0AC0DE17BF4F368DEC84AEBF8E84CF , 0xCA0D7179C3CB423E89E7198B3DB599C5 , 0xCA8469EE59DF45BD848790DED9763D03 , 0xCA96DF1DCB4349EAAD338DC48497F0E0 , 0xCA9C2DE3759B46E58E4E59A81E2EDE48 , 0xCAAD2ACF744542269D00BB850B87122F , 0xCB3651B73EF742F19359F41347357995 , 0xCBA6EBBBC6FB4A24819121D78968BF7D , 0xCBCBDAD8400D4DE09A4F42AC139051A1 , 0xCC32B90E11964C59848E2AD75C338275 , 0xCC3609A29FD04F0AA59840D67FEA1E18 , 0xCC968FB8B2A24258A0B988374822CCE6 , 0xCC9D833990554692994533A906586866 , 0xCCF5572A8C8F4C859225BD52FBEC30E1 , 0xCD69E824DF2A44A3B4D859980869DD26 , 0xCDD9B4D542A141C8851AC654166B0E5C , 0xCE58B796C1C94A4AA4300D41E4319138 , 0xCF57F16AC8F34A9AB42314621DAC5717 , 0xCF9022B4A7B147A8BC0FF6E1B0DAA27E , 0xCFA157013AC44C71A62801773308BF2C , 0xCFAF1DE273904D34AD9B369D0558D538 , 0xCFBE22A7C5A14EA7BF3D9E760AABE4EA , 0xD01E5F1922BC4C7DA547B46713C7B09A , 0xD01F4F567201430884D5B9DC678E9D47 , 0xD0981FFB90B54B3087D9CA20FBAAB55C , 0xD0C019A0180F453F821A70271EA85358 , 0xD0C7C9AEE12A41D09E997D482446CA30 , 0xD0E6573B1F17450BA654BE6A26C8529C , 0xD0F16EC82A8C475C83495D3849979FFD , 0xD131576695DF4424B3DADCBD284A5A26 , 0xD165EF3F467C416CAFF3CB32075F5F10 , 0xD1BE6A60879A49069F6E709B0F5ADDA9 , 0xD1BEDA04EB6D4AEAA2F07D82B32D3B68 , 0xD21712D7539848B097F83CC63B8D39CC , 0xD23781DB35574EF6AB1C59DD2BD4119E , 0xD2562301465D4C21AFC795A91FB70AF7 , 0xD270572B806F4A5CB5C72EC583DCFDC1 , 0xD2B9B04E337C42668903E11534DA64D2 , 0xD2CD524641D74CB58EB2DE9640D0B36B , 0xD2F942BE6D7F4DA09A8D87B5F5FE96FD , 0xD2FE1FEA6A83492CA942B4EE59C0DBA3 , 0xD308D63A799E4F40B196F39A1D258653 , 0xD33DEAE44D3C40F9A761799DEF3AE192 , 0xD3406653B443424D9BE6FCDE5CCC3F95 , 0xD345427B3C134DEF9E89ACD551D468D8 , 0xD362CC8584424489A0A62BDB1361611A , 0xD40B683AF9AA4072824F37501453E306 , 0xD4338479BB114F3BA466962557F5C373 , 0xD47B4F0F76A34058B3B9F529DBEC6CE2 , 0xD47CB418C289457DAF34289B76EDEFEA , 0xD4992E3DD070462EA4D3EFE521F97CC1 , 0xD524F6F1A3914D0B80EFE1D54F998F5D , 0xD52945A70CAC4B07AF727BD68C73E33A , 0xD52993644EDE4C368A56B1DC488F573C , 0xD55374DEC4C046D68FC599CD67C077EB , 0xD583897A9B7542468490DC4A1A7F02A2 , 0xD5D3CF9415BC42F89025617688C9A478 , 0xD644C14235A14838992B998B8D72E819 , 0xD6FA872D90494898A4C442A707B05C9D , 0xD74816E8DA24498997BC98D7F4CA9083 , 0xD76AEF5149BF4E2BBEADF3E2B0753067 , 0xD7AA36D34A974AD2A68D23A8A06BE492 , 0xD7ECEE488D9A4F3A8026DC374E8C8136 , 0xD8142DCF2E614A1D9319C8995B273A96 , 0xD8CDC22C9AA044C28428FABD64D1998D , 0xD90876C5C16F4330B72A0630012CA3D6 , 0xD9A4AA0F4E9E4B2DB6613384723231D0 , 0xDA063F60831A4B4E8F704DBB7BA1AF41 , 0xDA461417EA1446B480E81433C2114D6D , 0xDA519B6B994447609948D7233A65A58A , 0xDA5F0EC0023443C2BB0738DBC121A309 , 0xDA6BE5969E0649E9B37DED5D802A0D12 , 0xDA85E33281964856A9C94EAAA617522B , 0xDB573A250B274840A6134C0C9D2F6599 , 0xDB79B677DC624812A5E1EBAA639FECA2 , 0xDBA440B6C4A84171BC00424524703B80 , 0xDBC1FF63698F4B7EBD807435094257A6 , 0xDBF374F764F6486FAB809CC3C637E527 , 0xDBFBDA11EE6B4CAFB63BC4CBB72822BD , 0xDC63278FE2FF496F9DE811D07C0DDAFC , 0xDC7F0E4D851B4D14A1DAF99E8FDF5180 , 0xDD05D5D45F6E4084893EF2F47A35A43A , 0xDD0FD29968D8472388A8FA3D2B43D090 , 0xDD5B187456774E568F9D9F95A60243EF , 0xDD5EB280971A4416B993C9B6961E1341 , 0xDE0609AF05AE46C3BC37BF36B7BA856B , 0xDE2FF8E321E04D1B909111DEE79C6A7E , 0xDE43EE9F95E441519F05F99AAD5BE018 , 0xDE6FC8421CD54E9D858AC35B8EA52C3D , 0xDF07EC55961A4A99A45DDD00FBA43845 , 0xDF3F70805F4C45918A32A788CD5AF1D1 , 0xDF5BC4DD239B4E338AEFF9CEB99C875C , 0xDF5E726B944D4262A1B11F32E2CD35C2 , 0xDF9B38ACCCD34D3291B047894F7FCAD4 , 0xDFEADB6AF9044CA794BC0E2E0E8F90AC , 0xDFEECB80214E44CCA35870C3FF0EFCC8 , 0xDFF0D978BB9E48C0962064D64D9835EA , 0xE00273986B1347009B6FF5E1442AC759 , 0xE032FA1BAAAE4479902DF1738A2160E1 , 0xE06146622D094EF8BA6C17A98CE0C696 , 0xE08469ABFBFE47EBBA26C5F557016A94 , 0xE0DA9A6B6EC6419F82A43B99910AE42D , 0xE0E55649E383497E8B7663FAE8E4A39C , 0xE1833725747240768C1CD21D7DD1CC07 , 0xE2514BA8D34B4B4BA1E4522974C2A8C9 , 0xE2B659ACEC134BA6BADA49B4D4F2B834 , 0xE2F0C18F76024DE38C2EA0791B0A2C20 , 0xE3236DC595ED4E58A319028B615C114D , 0xE327D30BEA7644A784BEC14B349FA14D , 0xE34ECDE8B39B411A8838CAC6C37E2B81 , 0xE3BDEA90E0C349AB8A30B33061DC4C2F , 0xE4D7E0D086D44732A225B4F8FB3734DC , 0xE50CFA80C7C84DEC8C5DF866A4897303 , 0xE52BE2C1C2524488927BC945BCF9F02E , 0xE542BA563FF243949CA858F18D6E5145 , 0xE5AC0D0455A94C8C9218F6F67AC90939 , 0xE6153C3CC82D4584821E2438391D0350 , 0xE653F9B03E054D97AB4AA065F864BC1C , 0xE65A848305924E2481AB347DAD3A0C9E , 0xE6A3316A516D40E5A18683185D3141A0 , 0xE6BAC0BEE62F497EA24EF46D8478F96D , 0xE6DD39F2C5A64252AF6C728E8845391A , 0xE702B72405B348FFACE993FFD16DB887 , 0xE7463B34A965498F8F22C72F367B3DFE , 0xE813D8E853DA4E3F8711DEF539CE1764 , 0xE8423386C4564931B874FA5A331C6555 , 0xE84E61CBBC084E93AB9CADBF63DFB67F , 0xE8CC3FDC8FAF4FF2A28195FBBC25EEB6 , 0xE94AB85EBA3E4781BE9C05E452079925 , 0xE9BE6941306742538F0787FA5C72BA9F , 0xEA7F559E7A264E539C703192B6B71756 , 0xEACAEF936F524B95A7A742C5BFE5B78F , 0xEB9D3497AB81464BADC5D8678C58F9B8 , 0xEBC513A0900F4097AED6AD3BCDFFE724 , 0xEC37043583AC46919B95895D73D713DE , 0xEC415C0D44294E18A65C26E3F44B6996 , 0xEC9DFEB114F04B76A9C2DE6C9D991109 , 0xECA57476ABB14D44A722CBD7A849E370 , 0xED25B072127D43BB869B786D5E1D9BB5 , 0xED2ABA3AC2384214AF201844186C5C59 , 0xED82F80B360E485BBF6378BD9BA5C65B , 0xEDAD1D18F60A4705A735702DB0B834DB , 0xEDEAF531EB024AD59DDCCB998EBEA004 , 0xEE101FD0B69A4023831332C2C16E807E , 0xEE72882898AF4704868D55F1751A62FA , 0xEE7619B3D4CA4B4F8821EED77868D71D , 0xEEE3F6C63D944D94B551FBF73A0BE1A5 , 0xEEF7D6ADF84B4AB3BE7F42B87D360A56 , 0xEF0057114DBA4B68B14EA5F019EA2B3D , 0xEF0B15D610EA4768B54B1B6B747177AE , 0xEF7FB4F4010648A8BE601A460DA7D4D5 , 0xEFDD22EFC65F478EBFD0E1030460CCD4 , 0xEFFB6B5E4119478EB92316AFFE065382 , 0xF0042481E20C4B7EB7EAA9A4369EB491 , 0xF00721BFABFA4803A63087412CD848CD , 0xF070E7D8F5C4483288605763019CE4BD , 0xF11CD69640E446C38243D0CC71788407 , 0xF12EFD683D884668A2E22A687311A8FF , 0xF14D72401BA5425787C1115423376D25 , 0xF1B6B4FF62E346C2AEF9023E59B27771 , 0xF1C20BDDB7AB4C9DAA03FD139AA28E32 , 0xF1D8FB476D4A4A29ADD4757F37C9F4FD , 0xF2126B39DAC0407AB9E42ECC2D2D84C2 , 0xF214F2F7C3C7435AB49790C49931950B , 0xF284333CC9F74ADD8EE4ABDA3F1CBFFF , 0xF312EF9D2EEC4DF5B96690A41A605367 , 0xF3693587B585404881A13D977A68250C , 0xF3E3B5E0DF6F45CDB78A62B51CF1FA0D , 0xF462667A1267455A91822E6A57A459F8 , 0xF46AC9D028B04C7AA266A77AF704351C , 0xF4FE2A3794B24E308231C49A2C8BB8F3 , 0xF62C852FBE3E421EAAA0E642D9A4CB9E , 0xF766CAD286C24F888A5CEA7130CE9778 , 0xF7863818991B44399F4674DF26E53E7E , 0xF859AA607BB2408F80FD95ADA6755DB2 , 0xF8869AD43CB24F90848D45B64E64FB92 , 0xF96A82AFAD6A4A76BF5DF4C2BC0B4271 , 0xF98DE1FBBB7F4B438513D24D107A265F , 0xF9FB5BB1FF864DDDB5234B147E3A1CF5 , 0xFA371D77ACCE41E58BEAADBE28EFCC49 , 0xFAB896349CA54899BFE9CCC137C843E9 , 0xFB78B5E2D7E54122AE16F3581FA9C1E2 , 0xFB9CBA82B27449D7AE945A4681B5A103 , 0xFBAAFB5FC255493B9C3C2E52B0BA7CE9 , 0xFBD2EAF2D5AC4D4480F863DE2E9DF823 , 0xFBE0A290FD8B45DB847FB503EF8A089E , 0xFC0E0353C0054969BBEC07F012A11AFF , 0xFC231849EF144077ADEAD5520C6CA6F1 , 0xFC32AF95C0FA4A118CACEF8F112EE19B , 0xFC4C4C3806F949C085F378E6C9EA0A68 , 0xFC5BDAF42889467EB6707130D5A0CDF7 , 0xFCD41A2B2C8F4A76BC9A33939E8F3A0D , 0xFD49D4720FF143948E61BD6E20A92E9F , 0xFDF48B76A3284089BB29ADEC3F903221 , 0xFE203F6B5A6549838AABB4FA0E645EF4 , 0xFE554FC3E0504250B0F8D3E4495A5DA1 , 0xFEB16DA858ED4C0692F306F220973F1C , 0xFFAFE030748649CB99C3CF5BD41FB34B , 0xFFC0E3DA2F324B56871BCF95565DB98F , 0xFFC4BD9FA203402BBBAAB0BEB389DE96 );
Copy
80
2.49 ms
SELECT `property_group` . `id` as `property_group.id` , `property_group` . `display_type` as `property_group.displayType` , `property_group` . `sorting_type` as `property_group.sortingType` , `property_group` . `filterable` as `property_group.filterable` , `property_group` . `visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage` , `property_group` . `created_at` as `property_group.createdAt` , `property_group` . `updated_at` as `property_group.updatedAt` , `property_group.translation.name` , `property_group.translation.name` as `property_group.name` , `property_group.translation.description` , `property_group.translation.description` as `property_group.description` , `property_group.translation.position` , `property_group.translation.position` as `property_group.position` , `property_group.translation.customFields` , `property_group.translation.customFields` as `property_group.customFields` FROM `property_group` LEFT JOIN (SELECT `property_group.translation` . `property_group_id` , `property_group.translation` . `name` as `property_group.translation.name` , `property_group.translation` . `description` as `property_group.translation.description` , `property_group.translation` . `position` as `property_group.translation.position` , `property_group.translation` . `custom_fields` as `property_group.translation.customFields` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation` . `language_id` = ? ) `property_group.property_group_translation` ON `property_group.property_group_translation` . `property_group_id` = `property_group` . `id` WHERE ((`property_group` . `filterable` = ? )) AND (`property_group` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"r\x16 -Ù*Mж£äœ/·c "
b"""
OŠŽ¾Œ\x17 A\x04 ’ä “´\n
\x16 x
"""
b"Ëj£¼ÂK%¬ÔY®vÏû\x18 "
b"\x02 ^=O£lN_®‡±¶þ\x1F lF "
b"\x01 6\x14 {\x7F q†„ítR5 "
b"¶H\t xúÿFdŽ\t ô–ä\x02 Æ "
b"""
™\x0F ²9¡tJ^³E\x05 ú\n
˜wi
"""
b"É\x04 B]¬•C\x16 ¥ˆÿo7aYÝ "
b"þ'B`½\x16 N\f ú\x07\x02 áÜí{ "
b"\r \x06 nÑ€MAµ¹½üc\x06 ^*Ø "
b"u廬š°L*¼)ž³øGÞ\x18 "
b"'h\x15 {”šE(ˆä³¹ÁâW "
b"G©ú?QuI=²ìT.ÀÞB "
b"ú7,X@\x1E L©<\x03\x11\x1D\x16 «\f "
b"ï\x06 Ã…ŠãK\x15 ¢\x1F\x07 º\x16 ˜™€ "
b"å-Â/\x1D pMÙ‘\e Åû´o¿ "
b"é-6`ñžKʳŒ\x12 ¿|ˆ¸ "
b"\x18 ¾ÿî¡Æ@B¾ˆ¾0\x1D ×Á4 "
b"í1{¢\x06 ™C¶«Lèª`õ^Y "
b"\¼&?”€OcžÑ*r©@\x0E "
b"îÂ?\òýM¥¸å~Ï\x7F FqS "
b"¢z\x13 ´ELJÌ‹o7=É2[: "
b"þ0Ò·\t\x0F Jì‘>æ@f鲦 "
b"~æÿ̵ÝE\f ¥/EÑ]BŒ_ "
b"÷wAY³OBš‘c¬âغû\x13 "
b"'‹jïbðM|žU\x1C nL©\x18 Q "
b"@ƒS\x06 ºÙO§ŠÿýžG‹§Q "
b"³ýOaäC"½B¥\x7F ™:N "
b"ÝNAØÃhEÑ´˜žO’6«\x01 "
b"iŽg«"éH¶ž\x1E\x04 AC\x14 @ "
b"8#Þ"E2«à·:U”4 "
b"2¶Î‹¥yIý“[Å-\x1E Uié "
b"\x03 ~{½9GЃÕ\x1D AiñœÊ "
b"ÓÂDH)YB‘\x14 Ñ:ú\x1A 1 "
b"\v à°ÊYqJ\x10 žl]Cxé\x17 S "
b"!4Ô¢HWOÚ€/\x05 íËw͉ "
b"¯\x14 3ðà_E¢–Ü÷!P1ãH "
b"K\x06\x1E ±éGBê™2ðŽÒ«\x08\v "
b"†cdËûÍL’›ï\x11\x17 ÄŸ\t Û "
b"L˜× ’a@¡¬\x00 .\x7F\x17 ’àó "
b",ªo\x02 ®\x1F O°“¬C¤qKù1 "
b"¾UdàŽûDpšïª+Ë\x13 üL "
b"†[h\x1F 10MD¥\t \x05\x12 ˜¾+ "
b"š¿\x00 ³BÒ¨?Ùë4\x05 =\x05 "
b"´´™¨Ô\x05 OŸ¹œÁÍDã›I "
b"\x1F áí^J%¢µk%Ì8Eã "
b"G)£ø7ZKÔŒÇ1×™á¤\e "
b"’\x18 Ô:B\x02 OÙ¨+FÇ÷éW² "
b"#H¼xzÏKÿºAîœH\e o\t "
b"gÿ܃ÆÀOÕ˜\x0F b\x15 Z"Ïë "
b" ½¿Íå H6‹N%ò\x03 ‘ØP "
b"Ð\x1C —FA\x18 Nc«‡{\x0F =6\x1C Ê "
b"dü–‘¦\x13 D:°V¸M9\x19\x1C g "
b"À¡\x10 Ü\x7F HŒŠ\x00 ßVÅÑÏœ "
b"\x1C 8é@£IB\x03 ±88ý\x08 z]1 "
b"¶ûbSmtC%‹>ÏÊ\x1A –\x05 h "
b"Ç#\x1C €5ÁFݯ\x12\t /°×, "
b"ß7×!\x13 FB½•b‡2Èjƒ½ "
b"©V\f së7M¼±P‡-¶”PÔ "
b"\x7F _¯ïÌ[D@¶s‹ª\x14 “ª\x0E "
b"øCùY>SG \x7F\x02 `þ\x01\e ¬ "
b"…\3HDŽF˜¯Gc_õ&“} "
b"'e½W\x05\x10 AޏeBÄäÀÄ "
b"Z¸\x13\x02 ò\f G(µ*3z0î=Ž "
b";½¸bŽuC>ž”‘e>·Ž "
b"íDj0&@IÞœ\x1C Ì–\x10 |›° "
b"r³Xb\f sM\x03 ެªM"L\x1E\x1E "
b"5ÈÛYèêOe³’iµýVA¯ "
b"Ê܉\f\x07 ÚIج†-ö¡Y\x10 í "
b"4Ç“3|—C”‰LJH\x15 ïà\e "
b"çÕ\x1F\f ÐPNÇ.N¸^Â_ "
b""ýO9\x08 ïMѰDãáî‰ãi "
b"ž,Úús¹Kƒ¾ÕöJ–G‡l "
b"̉rÇÅJAgœ®g´\x06 Y¹3 "
b"œhF öGJþ¼i\x05 Ä×\x02 "
b"ÖÙÿ‡w‹N#–&2]ÁpÄå "
b"\x1E ÌÌÏ\x15 >C\x15 ŸæÙ\r ýuq[ "
b"¢ÓŒâÚ\x15 C*†\x1E O§ŽÇ¹ "
b"Õé\v ±\x1C +@}œkØ´²…9# "
b"?\x0E bv@â rN¡8_öú "
b"¾oÜ\x1C ³gK\f ‰îƒÒ\x11\x19 áû "
b"ìç3êP›MÕ–¦Ø½$0¯h "
b"$\x06 Ô”®´EŒ’k\x10 %=’\x07 l "
b"ï\x14 °sËŒ@0¤ß\x13 M¤#\x13 R "
b"f%ý\x05 ½:Ejº\x04\t ª\x15 ¥©} "
b"š…}g\ÁO#žv·\x06 Ï芔 "
]
SELECT
`property_group` . `id` as `property_group.id` ,
`property_group` . `display_type` as `property_group.displayType` ,
`property_group` . `sorting_type` as `property_group.sortingType` ,
`property_group` . `filterable` as `property_group.filterable` ,
`property_group` . `visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage` ,
`property_group` . `created_at` as `property_group.createdAt` ,
`property_group` . `updated_at` as `property_group.updatedAt` ,
`property_group.translation.name` ,
`property_group.translation.name` as `property_group.name` ,
`property_group.translation.description` ,
`property_group.translation.description` as `property_group.description` ,
`property_group.translation.position` ,
`property_group.translation.position` as `property_group.position` ,
`property_group.translation.customFields` ,
`property_group.translation.customFields` as `property_group.customFields`
FROM
`property_group`
LEFT JOIN (
SELECT
`property_group.translation` . `property_group_id` ,
`property_group.translation` . `name` as `property_group.translation.name` ,
`property_group.translation` . `description` as `property_group.translation.description` ,
`property_group.translation` . `position` as `property_group.translation.position` ,
`property_group.translation` . `custom_fields` as `property_group.translation.customFields`
FROM
`property_group_translation` `property_group.translation`
WHERE
`property_group.translation` . `language_id` = ?
) `property_group.property_group_translation` ON `property_group.property_group_translation` . `property_group_id` = `property_group` . `id`
WHERE
(
(
`property_group` . `filterable` = ?
)
)
AND (
`property_group` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `property_group` . `id` as `property_group.id` , `property_group` . `display_type` as `property_group.displayType` , `property_group` . `sorting_type` as `property_group.sortingType` , `property_group` . `filterable` as `property_group.filterable` , `property_group` . `visible_on_product_detail_page` as `property_group.visibleOnProductDetailPage` , `property_group` . `created_at` as `property_group.createdAt` , `property_group` . `updated_at` as `property_group.updatedAt` , `property_group.translation.name` , `property_group.translation.name` as `property_group.name` , `property_group.translation.description` , `property_group.translation.description` as `property_group.description` , `property_group.translation.position` , `property_group.translation.position` as `property_group.position` , `property_group.translation.customFields` , `property_group.translation.customFields` as `property_group.customFields` FROM `property_group` LEFT JOIN (SELECT `property_group.translation` . `property_group_id` , `property_group.translation` . `name` as `property_group.translation.name` , `property_group.translation` . `description` as `property_group.translation.description` , `property_group.translation` . `position` as `property_group.translation.position` , `property_group.translation` . `custom_fields` as `property_group.translation.customFields` FROM `property_group_translation` `property_group.translation` WHERE `property_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group.property_group_translation` ON `property_group.property_group_translation` . `property_group_id` = `property_group` . `id` WHERE ((`property_group` . `filterable` = 1 )) AND (`property_group` . `id` IN (0x7216A02DD92A4D8AB6A3E49C9D2FB763 , 0x4F8A8DBE8C17410492E42093B40A1678 , 0xCB6AC2A3BCC24B25ACD459AE76CFFB18 , 0x025E3D4FA36C4E5FAE87B1B6FE1F6C46 , 0x019036147B7F718684ADED7452359DAD , 0xB6480978FAFF46648D09F4969FE402C6 , 0x990FB239A1744A5EB34505FA0A987769 , 0xC904425DAC954316A588FF6F376159DD , 0xFE274260BD164E0C81FA0702E1DCED7B , 0x0D066ED1804D41B5B9BDFC63065E2AD8 , 0x75EFA6829AB04C2ABC299EB3F847DE18 , 0x2768157B949A452888E4B3ADB9C1E257 , 0x47A9FA3F5175493DB2EC542EC0DE42AD , 0xFA372C58401E4C81A93C03111D16AB0C , 0xEF06C3858AE34B15A21F07BA16989980 , 0xE52DC22F1D704DD9911BC5FBB46F90BF , 0xE92D3660F19E4BCAB38F8C12BF7C88B8 , 0x18BEFFEEA1C64042BE88BE301DD7C134 , 0xED317BA2069943B6AB4CE8AA60F55E59 , 0x5CBC263F94804F639ED12A72A940810E , 0xEEC23F5CF2FD4DA5B8E57ECF7F467153 , 0xA27A13B4454C4ACC8B6F373DC9325B3A , 0xFE30D2B7090F4AEC913EE64066E9B2A6 , 0x7EE6FFCCB5DD450CA52F45D15D428C5F , 0xF7774159B34F429A9163ACE2D8BAFB13 , 0x278B6AEF62F04D7C9E551C6E4CA91851 , 0x40835306BAD94FA78AFFFD9E478BA751 , 0xB3FD814F61E44322BD9042A57F993A4E , 0xDD4E41D8C36845D1B4989E4F9236AB01 , 0x698E67AB22E948B69E1E04A041431440 , 0x8F38239DDE224532ABE0B78E3A559434 , 0x32B6CE8BA57949FD935BC52D1E5569E9 , 0x037E7B90BD3947D083D51D4169F19CCA , 0xD3C24448295942919014D13AFA1A318F , 0x0BE0B0CA59714A109E6C5D4378E91753 , 0x2134D4A248574FDA802F05EDCB77CD89 , 0xAF1433F0E05F45A296DCF7215031E348 , 0x4B061EB1E94742EA9932F08ED2AB080B , 0x866364CBFBCD4C929BEF1117C49F09DB , 0x4C98D7A0926140A1AC002E7F1792E0F3 , 0x2CAA6F02AE1F4FB093AC43A4714BF931 , 0xBE5564E08EFB44709AEFAA2BCB13FC4C , 0x865B681F31304D44A50981051298BE2B , 0x8E9ABF9D00B342D2A83FD9EB34053D05 , 0xB4B499A8D4054F9FB99CC1CD44E39B49 , 0x1F9DA0E1ED5E4A25A2B56B25CC3845E3 , 0x4729A3F8375A4BD48CC731D799E1A41B , 0x9218D43A42024FD9A82B46C7F7E957B2 , 0x2348BC787ACF4BFFBA41EE9C481B6F09 , 0x67FFDC83C6C04FD5980F62155A22CFEB , 0xA0BDBFCDE52048368B4E25F20391D850 , 0xD01C974641184E63AB877B0F3D361CCA , 0x64FC9691A613443AB056B84D39191C67 , 0xC0ADA110DC7F488C8A00DF56C5D1CF9C , 0x1C38E940A3494203B13838FD087A5D31 , 0xB6FB62536D7443258B3ECFCA1A960568 , 0xC7231C8035C146DD9DAF12092FB0D72C , 0xDF37D721134642BD95628732C86A83BD , 0xA9560C73EB374DBCB150872DB69450D4 , 0x7F5FAFEFCC5B4440B6738BAA1493AA0E , 0xF843F9593E5347ADA07F0260FE011BAC , 0x855C3348448E4698AF47635FF526937D , 0x2765BD570510418EB86542C4C3A4C0C4 , 0x5AB81302F20C4728B52A337A30EE3D8D , 0x3BBDB8628D75433E9E9491659F3EB78D , 0xED446A30264049DE9C1CCC96107C9BB0 , 0x72B358620C734D038DACAA4D224C1E1E , 0x35C8DB59E8EA4F65B39269B5FD5641AF , 0xCADC890C07DA49D8AC862DF6A15910ED , 0x34C793337C974394894C4A4815EFE01B , 0xE7D51F0CD0504EC7902E4E8FB85EC25F , 0x22FD4F3908EF4DD1B044E3E1EE89E369 , 0x9E2CDAFA73B94B83BED5F64A9647876C , 0xCC8972C7C54A41679CAE67B40659B933 , 0x9C684620F6474AFE81BC6905C4D7AD02 , 0xD6D9FF87778B4E239626325DC170C4E5 , 0x1ECCCCCF153E43159FE6D90DFD75715B , 0xA2D38CE2DA15432A86AD1E4FA78EC7B9 , 0xD5E90BB11C2B407D9C6BD8B4B2853923 , 0x3F810EA0627640E2A0724EA1385FF6FA , 0xBE6FDC1CB3674B0C89EE83D21119E1FB , 0xECE733EA509B4DD596A6D8BD2430AF68 , 0x2406D494AEB4458C926B10253D92076C , 0xEF14B073CB8C4030A4DF134DA4231352 , 0x6625FD05BD3A456ABA0409AA15A5A97D , 0x9A857D675CC14F239E76B706CFE88A94 ));
Copy
81
0.46 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `id` = ?
Parameters :
[
b"ìü’’wàH¸½³5¿X(ê× "
b")™â„7pH»˜•MÖ¨Q\x16 n "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xECFC929277E048B8BDB335BF5828EAD7 OR `id` = 0x2999E284377048BB98954DD6A851166E
;
Copy
82
7.83 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` = ? OR (`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% "
b")™â„7pH»˜•MÖ¨Q\x16 n "
"%|2999e284377048bb98954dd6a851166e|% "
1
5
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `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` = ?
OR (
`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` . `id` = 0x2999E284377048BB98954DD6A851166E OR (`category` . `path` LIKE '%|2999e284377048bb98954dd6a851166e|%' AND (`category` . `level` > 1 AND `category` . `level` < = 5 )))));
Copy
83
4.25 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% "
"%|2999e284377048bb98954dd6a851166e|% "
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 '%|2999e284377048bb98954dd6a851166e|%' AND `category` . `level` = 5 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
84
1.14 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` , (SELECT GROUP_CONCAT (HEX (`category.tags.mapping` . `tag_id` ) SEPARATOR '||' )
FROM `category_tag` `category.tags.mapping`
WHERE `category.tags.mapping` . `category_id` = `category` . `id` ) as `category.tags.id_mapping` , `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"ìü’’wàH¸½³5¿X(ê× "
]
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` ,
(
SELECT
GROUP_CONCAT (
HEX (
`category.tags.mapping` . `tag_id`
) SEPARATOR '||'
)
FROM
`category_tag` `category.tags.mapping`
WHERE
`category.tags.mapping` . `category_id` = `category` . `id`
) as `category.tags.id_mapping` ,
`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` , (SELECT GROUP_CONCAT (HEX (`category.tags.mapping` . `tag_id` ) SEPARATOR '||' )
FROM `category_tag` `category.tags.mapping`
WHERE `category.tags.mapping` . `category_id` = `category` . `id` ) as `category.tags.id_mapping` , `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 (0xECFC929277E048B8BDB335BF5828EAD7 ));
Copy
85
0.58 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
"Sendinblue.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = 0xE7C393193D324CDEA909E40B1D783F6E ) AND (configuration_key LIKE 'Sendinblue.%' ) ORDER BY sales_channel_id ASC ;
Copy
86
0.27 ms
SELECT url FROM sales_channel_domain
SELECT url FROM sales_channel_domain ;
Copy
87
0.20 ms
SELECT url FROM sales_channel_domain
SELECT url FROM sales_channel_domain ;
Copy
88
0.35 ms
SELECT
`theme_id` ,
`technical_name` ,
`resolved_config` ,
`view_inheritance` ,
`script_files` ,
`icon_sets` ,
`updated_at`
FROM `theme_runtime_config`
WHERE `technical_name` = ?
Parameters :
[
"WinLabTheme "
]
SELECT
`theme_id` ,
`technical_name` ,
`resolved_config` ,
`view_inheritance` ,
`script_files` ,
`icon_sets` ,
`updated_at`
FROM `theme_runtime_config`
WHERE `technical_name` = 'WinLabTheme' ;
Copy
89
0.50 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
90
0.34 ms
SELECT path FROM category WHERE id = ?
Parameters :
[
b"ìü’’wàH¸½³5¿X(ê× "
]
SELECT path FROM category WHERE id = 0xECFC929277E048B8BDB335BF5828EAD7 ;
Copy
91
0.24 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
92
0.87 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` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
false
true
"product_download "
b"\x01 |\x1C Š2q,’„\x08 ŒÄ—vö "
b"\x11 Àgå+\x1A B^=¨¶\x1A üy "
b"\x01 |\x1C Š@qe¼\x0F 'DW÷D "
]
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` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x01907C1C8A32712C9284088CC49776F6 , 0x11C067E52B1A425E903DA89DB61AFC79 , 0x01907C1C8A407165BC0F2744579DF744 ));
Copy
93
0.82 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"ìü’’wàH¸½³5¿X(ê× "
]
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 (0xECFC929277E048B8BDB335BF5828EAD7 ));
Copy
94
0.76 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"ìü’’wàH¸½³5¿X(ê× "
]
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 (0xECFC929277E048B8BDB335BF5828EAD7 ));
Copy
95
0.55 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
96
2.17 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/ecfc929277e048b8bdb335bf5828ead7 "
"/navigation/60f5e0e886824dfc83823637798e78f1 "
"/navigation/3f11aa9f600a4dbbadfad6bf8c0bced0 "
"/navigation/b96576444b0e432aa227cd4287f1ca6e "
"/navigation/c0716fe2f3764fbe9f8d1e36482f6271 "
"/navigation/ce34952012ce4f5c93d616a502b5a0e7 "
"/navigation/0590975b33f947718b384efd99e2ab30 "
"/navigation/2554332912784e84aaa72641b053e90c "
"/navigation/9aa2fc089eff4dfe892f7c579673617e "
"/navigation/a2c8013d1a2e4437acac32b986700731 "
"/navigation/ad797f2e57734a1eb7edd338de1ab21e "
"/navigation/a66e1d24c7ea47ae9dfd37a4297c550b "
"/navigation/e45e268e9c324192bb2a88be3ad2f170 "
"/navigation/a3c729964d14482ab154f04d776bd1ab "
"/navigation/501076bc1e9f4315a28fe47e70eb5d9e "
"/detail/8771718ec230441e9537ec1885ea7be4 "
"/detail/9e6c7e19bb9840fa85f98c8d54a6436b "
"/detail/2b72f008874c41d7bc19d12f772f0852 "
"/detail/0191a264f8db70e68cc5418f91508257 "
"/detail/0191a269e831734c9e1b9eaec9763e31 "
"/detail/0191a26a244c71f29c2444e66c8a57cc "
"/detail/49e892544bb24ead95035f9589981155 "
"/detail/7b3a841a401441af82f9c86d51834c48 "
"/detail/b4cc0cea754c45fda719364e56d05dc8 "
"/detail/0193c0586374735e8ae4a199e3ef8989 "
"/detail/0193c051fbe17071929674e2be7fe403 "
"/detail/5003a4c85981449ea4f94ce187134ffc "
b"/»_ââšMpªXTÎ|ãâ\v "
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
]
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/ecfc929277e048b8bdb335bf5828ead7' , '/navigation/60f5e0e886824dfc83823637798e78f1' , '/navigation/3f11aa9f600a4dbbadfad6bf8c0bced0' , '/navigation/b96576444b0e432aa227cd4287f1ca6e' , '/navigation/c0716fe2f3764fbe9f8d1e36482f6271' , '/navigation/ce34952012ce4f5c93d616a502b5a0e7' , '/navigation/0590975b33f947718b384efd99e2ab30' , '/navigation/2554332912784e84aaa72641b053e90c' , '/navigation/9aa2fc089eff4dfe892f7c579673617e' , '/navigation/a2c8013d1a2e4437acac32b986700731' , '/navigation/ad797f2e57734a1eb7edd338de1ab21e' , '/navigation/a66e1d24c7ea47ae9dfd37a4297c550b' , '/navigation/e45e268e9c324192bb2a88be3ad2f170' , '/navigation/a3c729964d14482ab154f04d776bd1ab' , '/navigation/501076bc1e9f4315a28fe47e70eb5d9e' , '/detail/8771718ec230441e9537ec1885ea7be4' , '/detail/9e6c7e19bb9840fa85f98c8d54a6436b' , '/detail/2b72f008874c41d7bc19d12f772f0852' , '/detail/0191a264f8db70e68cc5418f91508257' , '/detail/0191a269e831734c9e1b9eaec9763e31' , '/detail/0191a26a244c71f29c2444e66c8a57cc' , '/detail/49e892544bb24ead95035f9589981155' , '/detail/7b3a841a401441af82f9c86d51834c48' , '/detail/b4cc0cea754c45fda719364e56d05dc8' , '/detail/0193c0586374735e8ae4a199e3ef8989' , '/detail/0193c051fbe17071929674e2be7fe403' , '/detail/5003a4c85981449ea4f94ce187134ffc' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0xE7C393193D324CDEA909E40B1D783F6E OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
97
0.57 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 ¦Ì®\x7F qË™ªP_uiŒì "
b"\x01 ¦òU×rƒ¾\x08 gxÄ¥ "
b"\x01 ¦òUós\x1F Œ€d3qªÒ‚ "
b"""
e\n
lVûœG´°Ö¶RŽ\n
i…
"""
b"s†<—®ÈGJ¥:ç‰ÌŠ\x1E\x06 "
b"Œæ‚\f ÈÙKK¯a)\x1F u\x1E ¬& "
b"\x01 •pPå=|:¦œèqçZ¼[ "
b"\x01 –€\x08 ŽH{'ªƒ\x01 ¨i'ÁP "
b"L+2ø„›K*¸µqý\ýñ\x0E "
]
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 (0x018FA6CCAE7F71CB99AA505F75698CEC , 0x018FA6F255D77283BE08678F8178C4A5 , 0x018FA6F255F3731F8C80643371AAD282 , 0x650A6C56FB9C47B4B0D6B6528D0A6985 , 0x73863C97AEC8474AA53AE789CC8A1E06 , 0x8CE6820CC8D94B4BAF61291F751EAC26 , 0x01957050E53D7C3AA69CE871E75ABC5B , 0x019680088E487B27AA8301A86927C150 , 0x4C2B32F8849B4B2AB8B571FD5CFDF10E );
Copy
98
0.31 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"0pQL7eSDkFHLNRlOKVLKeSd6EyJLntD2 "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = '0pQL7eSDkFHLNRlOKVLKeSd6EyJLntD2' ;
Copy
99
0.57 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"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
"_esi/global/header "
"_esi/global/header/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0xE7C393193D324CDEA909E40B1D783F6E OR sales_channel_id IS NULL )) AND ((seo_path_info = '_esi/global/header' OR seo_path_info = '_esi/global/header/' ));
Copy
100
0.47 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"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
"/_esi/global/header "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0xE7C393193D324CDEA909E40B1D783F6E ) AND (path_info = '/_esi/global/header' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
101
0.46 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
"0pQL7eSDkFHLNRlOKVLKeSd6EyJLntD2 "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0xE7C393193D324CDEA909E40B1D783F6E ) AND (token = '0pQL7eSDkFHLNRlOKVLKeSd6EyJLntD2' ) LIMIT 1 ;
Copy
102
0.34 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `id` = ?
Parameters :
[
b")™â„7pH»˜•MÖ¨Q\x16 n "
b")™â„7pH»˜•MÖ¨Q\x16 n "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x2999E284377048BB98954DD6A851166E OR `id` = 0x2999E284377048BB98954DD6A851166E
;
Copy
103
0.67 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"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
]
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` = 0xE7C393193D324CDEA909E40B1D783F6E AND `language.salesChannels` . `id` = 0xE7C393193D324CDEA909E40B1D783F6E ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
104
0.49 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` . `active` as `language.active` , `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` . `active` as `language.active` , `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
105
0.67 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"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
]
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` = 0xE7C393193D324CDEA909E40B1D783F6E ) GROUP BY `currency` . `id` ;
Copy
106
0.44 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">Ê\x02 ‘‘¶Nו$Òwv\x04 çì "
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 (0x3ECA029191B64ED79524D2777604E7EC , 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
107
0.27 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `id` = ?
Parameters :
[
b"Iº"\x03 !\t @©·<4©\x1E ¼*: "
b"Iº"\x03 !\t @©·<4©\x1E ¼*: "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x49BA2203210940A9B73C34A91EBC2A3A OR `id` = 0x49BA2203210940A9B73C34A91EBC2A3A
;
Copy
108
2.31 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.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` = ? OR (`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% "
b"Iº"\x03 !\t @©·<4©\x1E ¼*: "
"%|49ba2203210940a9b73c34a91ebc2a3a|% "
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` . `id` = ?
OR (
`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` . `id` = 0x49BA2203210940A9B73C34A91EBC2A3A OR (`category` . `path` LIKE '%|49ba2203210940a9b73c34a91ebc2a3a|%' AND (`category` . `level` > 2 AND `category` . `level` < = 5 )))));
Copy
109
2.47 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% "
"%|49ba2203210940a9b73c34a91ebc2a3a|% "
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 '%|49ba2203210940a9b73c34a91ebc2a3a|%' AND `category` . `level` = 5 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
110
0.39 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
"Sendinblue.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = 0xE7C393193D324CDEA909E40B1D783F6E ) AND (configuration_key LIKE 'Sendinblue.%' ) ORDER BY sales_channel_id ASC ;
Copy
111
7.73 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/11faad2fc22c4b13b43ecc1f856a42cd "
"/navigation/cacf6215daf94c5fa1b873c87819f3eb "
"/navigation/f773660710564b77abd8340a9cb6ea4c "
"/navigation/a4c5f268a1184225b176c9801c32a962 "
"/navigation/d1ad71c49e4f4791b5c7e11ab2e6080d "
"/navigation/1b6f662a92e14fdf8748a1fc3e628220 "
"/navigation/01990a84bdba7884ac22478042f576c9 "
"/navigation/ecfc929277e048b8bdb335bf5828ead7 "
"/navigation/60f5e0e886824dfc83823637798e78f1 "
"/navigation/780785d7ead54f7698fe1973a3023643 "
"/navigation/484e0f7d5f164f31a4fb02dcea363af1 "
"/navigation/2782cf93d9bc41c8b2d16b4de9d7d301 "
"/navigation/2b196652c1ac482597a8d33c39c2a1e1 "
"/navigation/89021b4f0b354464b1901580a1d7bc88 "
"/navigation/83f665eff1bd4397a1ec0569b9cb9276 "
"/navigation/225bb02ddda746bd9316e24bd0a34eab "
"/navigation/9bd03c3ec5b64896a1457314a9ff7d2c "
"/navigation/58c7e4e649ab49568872416a20cc2cde "
"/navigation/1f08f0256f594a6e9f55040552a3ea74 "
"/navigation/3f11aa9f600a4dbbadfad6bf8c0bced0 "
"/navigation/6990f5308baf493e9857bb74cf8d1a69 "
"/navigation/d16281d8bbc0464eb61c27e170902a24 "
"/navigation/a5b33d8c35be4a299434df14d9b5f287 "
"/navigation/1367bac808394fa58d7ee8b853d332e6 "
"/navigation/96253df225f948718c40fcb3f5973a1d "
"/navigation/ec2470dec9aa4532bd7d96e912a7bf23 "
"/navigation/6ee7c87691a645bfa335757a666c0f81 "
"/navigation/bf1f8be76c024b379687b179e94137d4 "
"/navigation/f4aa1e8fc0f8408e84929fe3815bfe91 "
"/navigation/8b1b0cca8f544ae893655cb637a776bb "
"/navigation/3d3fc03aec5c4a469ef421e042144f88 "
"/navigation/62ac680fcbf944d38b483ce6103cb2a8 "
"/navigation/869c0487a7724901a65362f4a7cba4aa "
"/navigation/c1614940a3a2465b9f5b711339da07e8 "
"/navigation/480e9c40f79345d7aa3d97baba78cd76 "
"/navigation/b3c3d7f7709f4ed38de21c5c802c049c "
"/navigation/528ebcc586684286bf1a55e621c2432d "
"/navigation/a444f0d55cd14e1faa904f253f212616 "
"/navigation/b3842bbbfe84472696a0be3709ca38aa "
"/navigation/6cc67fcb264442bab5470a5e7b3cfa33 "
"/navigation/e1ed62bf388c4b0d85922c5b08f79ba2 "
"/navigation/eda85a8322df4bdd85cbe18ac9166b36 "
"/navigation/b785bb3d63f74d9bab1724cf9e5b037c "
"/navigation/22f2f455589d4fec84d1be40c50d5a2e "
"/navigation/7bd0c046174d488d97922e43e39565f7 "
"/navigation/abd8d641a3d44a98b8480bcdc911577f "
"/navigation/5dcc96471c1b4ef0bc8369d3e1920002 "
"/navigation/dec93b03224d4207817daced8e06a869 "
"/navigation/8529e3896fa8432cae5b90a70e1a1099 "
"/navigation/018fa6f06d4871f9a7699d0c2c72e058 "
"/navigation/b96576444b0e432aa227cd4287f1ca6e "
"/navigation/f8d159bba6db43e18b7d2feb4aa71052 "
"/navigation/c22e1ee5d3904d47bc226c68f7565315 "
"/navigation/f9017e6ea94e4e148f0c366d0a398e62 "
"/navigation/597e3b619b1f4faba9283c0ff808154e "
"/navigation/44f9cf1ccf334c98a7ad554d2cdec9b6 "
"/navigation/c380f09974f747479a4b9ec58f0f43f8 "
"/navigation/15ab72ab7c36405bb5993f91abbae7f8 "
"/navigation/73256dcac611472a9a68866ab1c454c8 "
"/navigation/b1b407f4f5204ab282680e865992038a "
"/navigation/d5ec17fe68bc4dcb8db76d3935ea8206 "
"/navigation/21d3c959a59c4bbaa09193b4229166a1 "
"/navigation/4415816385d14181a439b15cc1442e3f "
"/navigation/faed5c30f5d24be5ad08b84977243856 "
"/navigation/3c7c6c3c6e644715b826d377d403e64b "
"/navigation/6d37a378dcd7400f848c31a85d4848ab "
"/navigation/6e3fb1d862bf4f02b1e33a2d8e1b123b "
"/navigation/394759453327453fa33b27f556b6f5e7 "
"/navigation/78294b3e5ac24498be25904d4a2f2eb7 "
"/navigation/6acb28127b5f4fcc9cc53d305aa63fde "
"/navigation/d5eac84c7ed649ff8014ac093e8ba139 "
"/navigation/3eb6a0e791124c6c9c8ab512298141bf "
"/navigation/6530bd3f814a4cc787503cd6e63462a8 "
"/navigation/1598c1d3181145cab1bc9546f71c7e71 "
"/navigation/8bd67c47294b4be093e0ef666967a576 "
"/navigation/52271b339e11420a805b21cd2d48399b "
"/navigation/e93cc60e4a16417e922516965c3090b4 "
"/navigation/f505f9c0604a418eb637fe2190b364d3 "
"/navigation/d325935e4d584ca196552bd4386b2308 "
"/navigation/da3574e663594092a0a6d6349eae27d7 "
"/navigation/3b0438e03cee48c099aecbffcf5d2ff7 "
"/navigation/5d0c0f9d635c41a4947cd07e32508dbb "
"/navigation/c0716fe2f3764fbe9f8d1e36482f6271 "
"/navigation/4556234155eb458caedeb0bf7ab71c24 "
"/navigation/6f846d14afc5447287e8b62c2544c9fd "
"/navigation/09abe38a92e340a19e4234c16e4cb29d "
"/navigation/a875b98e8b03417fb93c1aad85aa8444 "
"/navigation/921aa630a8b24a76a8e4e152824eb2c3 "
"/navigation/80e6a191489d4b42ba69d7f82f14a768 "
"/navigation/67bb1353de254ca1a9e002471910b89f "
"/navigation/e8f11220b9d94876acee70b3522fa593 "
"/navigation/d8bbdc17a84c48d8a073abd36f15947a "
"/navigation/6b7d8a1f700242cfa6c8ceeb4325a281 "
"/navigation/dafce867a29641aea812a0f82fca6811 "
"/navigation/ce34952012ce4f5c93d616a502b5a0e7 "
"/navigation/97b9a374bc1342048b6237bd3aa6efcf "
"/navigation/acc1048295cc4804a0921f6e195eda04 "
"/navigation/af67bfa2be3a4d0db89f224aeb265c5a "
"/navigation/5b71f843053a4eecba6048aeeafdeee2 "
"/navigation/d192f46de1444bbb87a8feadd905457a "
"/navigation/4731e6c70a394e21a731da863defdcab "
"/navigation/bed6cb37eccd46088b648a4d2168f779 "
"/navigation/1855fa62fba24cb0b71e6ab54076c80c "
"/navigation/312a2b842b8e42d0ac7032ada3e116a2 "
"/navigation/d887c4aed3df4ae8b5fe38076726e447 "
"/navigation/43fa62c9df8c41e08eafedba9fb1d475 "
"/navigation/d4ecbd2a7560463ab5117da9c3888a97 "
"/navigation/a685bd1e0abc4feba11f9287e69360fe "
"/navigation/7014b1e787bb460fa0a06530b1998504 "
"/navigation/5c8f17cbe2f440a9928591ed16c8e743 "
"/navigation/0590975b33f947718b384efd99e2ab30 "
"/navigation/bdd8a15cbf3144ee9cd234925e34baf2 "
"/navigation/9721876245d14ebd82ea8ca91def9891 "
"/navigation/de2de95b8faa4bc9a49885fb0446ce46 "
"/navigation/ca6023f8afdf446c85c7d11c25f18450 "
"/navigation/7a0dc52d5166435cbda8c258f0ce1772 "
"/navigation/a991c4aafd624e48a4c22fd90ebdae0e "
"/navigation/1a96756cacae4edeb7bab97c6d43dbee "
"/navigation/80ba8902c7924ab0bd9b677f77b601ad "
"/navigation/d653bc2a470247cbb2f2c3e051cd46cd "
"/navigation/4a0c3658c58f4ab0948e8ebcc739a5fe "
"/navigation/5f616412a1ed46e48d3623f6da0d57db "
"/navigation/6af69ad92d6b474db0a2699303757659 "
"/navigation/bd93863951824af2b4392a73579e233b "
"/navigation/58240634936a4a13a5a40a7a0c18713a "
"/navigation/cb4a69e96c354dffbb10ef0966ac2569 "
"/navigation/6ae0a604ed5c4c19b2a11b9fed826f34 "
"/navigation/e9f5109bdc394f5ab524433a086bfe1b "
"/navigation/0cd1370bbd2b494cb0a4a9ac73b2abed "
"/navigation/8d8d865bfd7344f8a7e9c1629783ed1e "
"/navigation/91b4b6056bec4f74b80a66a56697e3b4 "
"/navigation/31fcb21cc3514c608bc759073cf0f5d4 "
"/navigation/3e4cfff4cb874b42adbc4915b8d6e976 "
"/navigation/b6b73231c4f74ba496ee0c8464c691f2 "
"/navigation/723e443f0a2d44cca94628f262f4a37b "
"/navigation/8a6c65eb682f41d99221ab0843f777dc "
"/navigation/7421bac1740142ae8b9cd3a0c349c1a2 "
"/navigation/2554332912784e84aaa72641b053e90c "
"/navigation/871a13ef8efb414fa175e0f23338af44 "
"/navigation/decaffe8727147088073bc068abcf122 "
"/navigation/fbc9baa1c5da482aa03c5188fbcac2b1 "
"/navigation/717797fc3d624e6a922fed6130ffe6a2 "
"/navigation/4adfe781fe58438185f745d9be4d9672 "
"/navigation/feb3826cebcf4973b97461c36bdd1aed "
"/navigation/a07c319c2e844d8a8b8d678948dcf0bf "
"/navigation/c1dbc8a2a0514d0d94b5c358b1690b5a "
"/navigation/a389cc2623464cfebf43497a7cfb6c9a "
"/navigation/da7d7bf84c284b52b1062ede8bd6b89b "
"/navigation/dd232a6316a4454d8d4693b384ba44eb "
"/navigation/86a4bfd11d8c40fdb621a889e5f95bd4 "
"/navigation/bbb86068bb80421d83b7b1bc8e975f59 "
"/navigation/0fcca8c4ef5c458c9777bb00c1669111 "
"/navigation/e8daee48ee694dfcba79811c28ca4bdb "
"/navigation/4c5d968eae364d6394f078ee0e3a6a1b "
"/navigation/c57c0cbea7974ab19056dac8584c70ad "
"/navigation/83532e85d9b64db9925d45110f61e5d4 "
"/navigation/fa9e4f358eca4ba3a88d8cc570fde0c3 "
"/navigation/6b5fc627e7164fb4bc57c80a4e50a654 "
"/navigation/4c42c1edf4cd425bb311c6d40a0d724c "
"/navigation/b31978909d4d4e999ca25cc77f1b66fe "
"/navigation/071d327c72d343468abdd26c51cd0a60 "
"/navigation/7a8378e9c4824832b6ab59eb8db68802 "
"/navigation/f9def1fb59c4405bb481aa35e42a5034 "
"/navigation/2ca2d3d28b3e410a9cd664e3ba56df53 "
"/navigation/39a3d11a44b9485492fa891ea6b4280c "
"/navigation/faddca9e3c61489eac3269b2426c961b "
"/navigation/bb4f224c00b64af195c5a4eb5aa04158 "
"/navigation/9aa2fc089eff4dfe892f7c579673617e "
"/navigation/fec9e20b308a44cab5fd27aadfa16b8b "
"/navigation/0e5d663c791a433fa539803059573521 "
"/navigation/b26f94e8187d4282a0d6d7e83a1b2069 "
"/navigation/e20461fef09249e59d57d36a2c387b11 "
"/navigation/fe27728702d7448080dcec46d1c3273c "
"/navigation/9a67da204f5149f688731babf612d438 "
"/navigation/06ee06085a78409a874a4768231c63c4 "
"/navigation/5a841b2db58442c09e6863addf0dbfd0 "
"/navigation/0a8809bce93a42a5b043cae9fad93d0d "
"/navigation/1c8a03ac7e9448528855c49da19428b6 "
"/navigation/370296a33dd04e14b74f41b974ce2cbf "
"/navigation/77a4b56752f545898229b2e78a1acbe8 "
"/navigation/eff09627f93f492994318256c6ec01bd "
"/navigation/7ff0add8723b4a62ae1247994e1a770a "
"/navigation/3baaf541da0344cd839a992d68064b21 "
"/navigation/0a743055812144639876b31e62066dad "
"/navigation/1ea6c59f46e449568598d94afc65f5ee "
"/navigation/de6e91d500084194abfd0302aabd624b "
"/navigation/80df113b94944951aae14cc3cfa64c7e "
"/navigation/9f831ee0987343a38006c632715a20e4 "
"/navigation/a634fa7d9dbf431b9d11d1adc1d994bb "
"/navigation/53f87b3c638949e78ff0e31be6559deb "
"/navigation/ae63e5498b944da7820771349fc4c622 "
"/navigation/75967be06092460eb5ed4a24f0f4338d "
"/navigation/7768f956c6ee484cb0c6b5f99dc8539b "
"/navigation/066d9a005e044e57999333c7935f29d9 "
"/navigation/ee5bce307b6645aaa97cbc5d11900000 "
"/navigation/d1a76bbde27f4517819ed9d4fff8a82f "
"/navigation/5b5fde08b735454984740eda8c77b468 "
"/navigation/1faec2abfba24500a95b7e19c7323774 "
"/navigation/efba8fa744154618a867a51a792f42d3 "
"/navigation/f3719e4641d741e49235a2953e4d08bb "
"/navigation/3f14130c254e4bc58a610f2a24e79635 "
"/navigation/23a3736f533f42f9a7fc5842c8f12fab "
"/navigation/61c6ef9066e94967b51f41a3da0abc24 "
"/navigation/ab9b2be00266472e87d2c49537e8a0f9 "
"/navigation/39a8050e764443b4af0f3570870aef1d "
"/navigation/984c7c21e4bd4510a81219e719daa049 "
"/navigation/8aa4b8551743419c8dd24037694b1013 "
"/navigation/6ec64babf85f45faa21b54eefe9bd8ac "
"/navigation/f53357628cc745569fcfa4b4011fe49f "
"/navigation/08fb29b0bcc746b58edb74e5081bfd29 "
"/navigation/9357d02a80e04562a57657f3119aa8e0 "
"/navigation/01124482f04a40148776d4e2ba9b3f04 "
"/navigation/88fa156c86af473ea2bef5cac4a409bb "
"/navigation/32d10cdda2424d9b8f1110d9aba795a4 "
"/navigation/ba5db827d51d4d3c88437b5687cff190 "
"/navigation/156f23abf37c418fbf49e9a45828433b "
"/navigation/710d05655fd44cc5a226f418c8d6ca13 "
"/navigation/06c98b0b202d4f11bf2caba141a4584b "
"/navigation/b82d72d75ebc47c799e30d5701227650 "
"/navigation/de11b0e8074a4ecfa1c6c2ab2a2feb8e "
"/navigation/a0e208a79ea2497889c4ab88fcc40765 "
"/navigation/21c2d1c43cea441e9b63f6b6bc9a9fe6 "
"/navigation/aadecb6b251d4f6cbe8891f8f7a7b19a "
"/navigation/b2d6e82b276b46fca16fc053755b0183 "
"/navigation/a2c8013d1a2e4437acac32b986700731 "
"/navigation/5de360d2a1b7462299b34c03002412a2 "
"/navigation/392b977ebd624e09aa850945d258f06e "
"/navigation/ccfad7eae55f4fe8ba39505da1e9a988 "
"/navigation/5a324587d8504478b25e452d9e5b4d68 "
"/navigation/ad8fbb40329a408f92f4e08f17b0f245 "
"/navigation/fdeb6423eb274e548de3e7a0c3437f60 "
"/navigation/05a550f8dc1d470ba6273b5e68e7ff10 "
"/navigation/5f65e7b8183240ebbf4ceae63d8e55e6 "
"/navigation/f93aaffc866649cba3f2a45fa7882032 "
"/navigation/5829c8478192470387df9b56c359e0f6 "
"/navigation/f8ef77d7ee144dfda46ddb2fe0a4aae3 "
"/navigation/598cae1a765846248dccc1ab737f037e "
"/navigation/edf7e737c9fe40328d1b57ef747f5faf "
"/navigation/47b7571e1c9642cc857c93cc71903be0 "
"/navigation/667080e204be48918604c68cfe291c4a "
"/navigation/ad1a01e6d33e4b3195d8c0fe973b1763 "
"/navigation/03ecb8197dda4d03b483eea942022ac5 "
"/navigation/abb5b0817aa046d5bfb5912b9b32bd3a "
"/navigation/0bef5f83d4294a72a1ff077d62462950 "
"/navigation/ee79312b7fca41bc81d830fd09aaee42 "
"/navigation/ad797f2e57734a1eb7edd338de1ab21e "
"/navigation/4297a15ad41c4cb19561a9f9cc5cb236 "
"/navigation/62b0a66d8d634091b14ec43c39d90279 "
"/navigation/2c588ad11708410e88065f9655a3adbc "
"/navigation/00f5092f995046cc820f6511be3368ed "
"/navigation/123e79879ede412089c1b3b962074115 "
"/navigation/e83eb117013e4943b6bcad608009586e "
"/navigation/9cd4b7ee5fde4a5c9cc3e86a2faba16d "
"/navigation/22737575191143bab55cc3d919c5bd07 "
"/navigation/b59f1e95e76a481dbd9b424cf751580d "
"/navigation/7bb3d2156ccd409e93fc8a88515fee06 "
"/navigation/965582a2b625460d905d017344821299 "
"/navigation/249f92b9218c4801924289a3e5f16a09 "
"/navigation/8e6ff3d73e1d4f5190a6fd15488cc7c5 "
"/navigation/94a0ceae8e784080af0eb52a3053f28b "
"/navigation/2042f20fa953490fa64a8675df4a6943 "
"/navigation/d1a7058e5b5544f5ba5a0849ffa11152 "
"/navigation/bc9a98ee4ffe470db311f4880eb1a04b "
"/navigation/21525bf397b840d59787938d74f00ec8 "
"/navigation/3b374604e8034fb19d7419f2035c02da "
"/navigation/de157bebda294458bb3e5aed2d6273f6 "
"/navigation/b6b5d808f88442dbac1edafd68d70519 "
"/navigation/932d95c0834545ec89bdb294285188e2 "
"/navigation/2aa38be1a4644c6ea40f5bf103c8c2ba "
"/navigation/d82c937483b7437abf01dd6816d2e8a6 "
"/navigation/c8e83802993f4b859318cb489cb61878 "
"/navigation/50073a6bb489443baa609fbace74191d "
"/navigation/8ea6d13cd9464893b3974e7d032cb205 "
"/navigation/e832eaadda2148288276c7cc86b54391 "
"/navigation/b749e5bd1e884204bff2addcb00fbfce "
"/navigation/117a17836ee54a6cb274268962d9f35b "
"/navigation/8d91e1f54e084912acd09575b12f1745 "
"/navigation/c20838d96e9d48bbbc6f2223ef3ec587 "
"/navigation/7e12698f5fbe40f08823b71db6a6b307 "
"/navigation/3df6f0e032a74500a599814be3ee15ae "
"/navigation/3f4f162f999c4d0fbfc3ccf27f2085c5 "
"/navigation/5ea5682b646f4efaa0ac55aac7b1988d "
"/navigation/4294c31381c9430488018b5f362871cb "
"/navigation/35ff01efc7384dac86bd258902eb4fe8 "
"/navigation/aca5b33c3d2146178e95e40450596eab "
"/navigation/84385cdac7c54059830a56bad35f49ed "
"/navigation/6f3a7ccde00c4a4eb9393db12a799806 "
"/navigation/072b35be7b714643ba1d34862ea51d39 "
"/navigation/690c2e3d71ad406fa020cb1c5c633844 "
"/navigation/1557f859b21c4a389d7f7782c725eda4 "
"/navigation/874fd1c78bd74c0aa8896baa613248f7 "
"/navigation/e61b2521b6194065800678502205ac82 "
"/navigation/2844ed49c98a425da46942bbf7696d03 "
"/navigation/434ca46f1b9a49a5932b0353891f7476 "
"/navigation/018fa6f0722470b6b8b37cb8a7922e42 "
"/navigation/4216126e47a34a338602357d8fbfc156 "
"/navigation/c7b3b3658bce4d32829cf7823a884e22 "
"/navigation/a95f56a27c6b4b73b4b43966cb57b70a "
"/navigation/bcf235a54507422b93e7b5b33c2777f8 "
"/navigation/a1f42a5bfe3f43f6a649b950b7200d0a "
"/navigation/ef63b534ed64466a8998714e4f723584 "
"/navigation/281b52cd56324e84ad3095b43a8bb7d7 "
"/navigation/55ab09d2c42e4ad087859443f924d717 "
"/navigation/aae4a0e090754bdca01233199ac682d8 "
"/navigation/9cead68f89094214a1a1cd964afbf562 "
"/navigation/351f7aa1cc584cc995ad14d2deff382a "
"/navigation/e308c4cbc8e84387a326a1e50d8ac09f "
"/navigation/15eb888600194637a4fc9b4d6c89b05a "
"/navigation/ab764f1ace4b4d6f82026635788840b6 "
"/navigation/7915b90c0097441fa4f24b76b9bb5c06 "
"/navigation/a66e1d24c7ea47ae9dfd37a4297c550b "
"/navigation/76023b8706834a1f8c86db63091d5ba0 "
"/navigation/627f3d7193654426b976887e79954837 "
"/navigation/b0b771be276647b7ac95bba518b396ef "
"/navigation/ffaeafa1e34e4760bc5a42c17e0e2142 "
"/navigation/5aa6dd20bd15474492e1a0bbde48d3aa "
"/navigation/478bca0e5e7448da9b1c1be0582c444a "
"/navigation/de2dab0987d04f889039fd61b5aa528d "
"/navigation/f13ee3f470ea4f63bf9f338788df6831 "
"/navigation/4433e5da29f84c509e75bdc47777e8ee "
"/navigation/0f02c004a23142c697e0a7990fa58390 "
"/navigation/a5593478335a400eae7ea2fb3ab8a33c "
"/navigation/6a4e12eb7dfd499eb9d7c68cb3b5a2b2 "
"/navigation/e45e268e9c324192bb2a88be3ad2f170 "
"/navigation/65fca5e52a614d9da86b58eba34b2020 "
"/navigation/c0d9b5aac89e44af9d96f308463147e0 "
"/navigation/0831f6ab31924731813b5a1d75424e3d "
"/navigation/b2e8823d10bb40d78c29219d1d769d96 "
"/navigation/eea72b3b7e01426e828380d48c0b82ad "
"/navigation/408c74678a79472689bce1aa4bbe3d1b "
"/navigation/65bf6611f9014754b44f3ce49bf694da "
"/navigation/43877f22ae88448ebe6bf389e63aabef "
"/navigation/0acc7bb897d84044bcf08e72076c738b "
"/navigation/51be2ae5686c48068bcfd89ddb7d1a5d "
"/navigation/63e941d8f58c47dca7c1a07580805721 "
"/navigation/a3c729964d14482ab154f04d776bd1ab "
"/navigation/e1d5d2f88a064e25a8c08ef63e8a4a3f "
"/navigation/a5330009cc30449f9f7465d0b7833bb5 "
"/navigation/662c59c5ef394fff8caa1f71ab995559 "
"/navigation/e65c99c4e067477e8956e95f61623248 "
"/navigation/bfa837f3419c4b98913c3adc7073bd62 "
"/navigation/4421757cf4694491814f30718c5b8549 "
"/navigation/cc84963ee66244248d2a69283ae91dc9 "
"/navigation/a690294aa34d4125897731d4bcb71c7d "
"/navigation/56372d2133244d9faee4f342bef60f24 "
"/navigation/4f5dd2130c5d4702b0eaa59dbc204d7f "
"/navigation/ff2854fe4e4345a78ed7ab197f129232 "
"/navigation/662e5879df164ad588d809285e08f86a "
"/navigation/b34be62b9013440cafc11f2a23dc1576 "
"/navigation/bc06230795da46f2b0091e982f071d0b "
"/navigation/f67e709a672a468ebaf02afa38b9efd4 "
"/navigation/c390ebdbea084c6ea74dd3b2a4b2f5cd "
"/navigation/94593e8932d140a7bc51cafec6ec4b76 "
"/navigation/b96bcc5735b74692a9423715362d1c8f "
"/navigation/501076bc1e9f4315a28fe47e70eb5d9e "
"/navigation/ad2d422558ae4701ab74679d307b2fd2 "
"/navigation/87c272160d044d76a3b80469abea0827 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
]
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/11faad2fc22c4b13b43ecc1f856a42cd' , '/navigation/cacf6215daf94c5fa1b873c87819f3eb' , '/navigation/f773660710564b77abd8340a9cb6ea4c' , '/navigation/a4c5f268a1184225b176c9801c32a962' , '/navigation/d1ad71c49e4f4791b5c7e11ab2e6080d' , '/navigation/1b6f662a92e14fdf8748a1fc3e628220' , '/navigation/01990a84bdba7884ac22478042f576c9' , '/navigation/ecfc929277e048b8bdb335bf5828ead7' , '/navigation/60f5e0e886824dfc83823637798e78f1' , '/navigation/780785d7ead54f7698fe1973a3023643' , '/navigation/484e0f7d5f164f31a4fb02dcea363af1' , '/navigation/2782cf93d9bc41c8b2d16b4de9d7d301' , '/navigation/2b196652c1ac482597a8d33c39c2a1e1' , '/navigation/89021b4f0b354464b1901580a1d7bc88' , '/navigation/83f665eff1bd4397a1ec0569b9cb9276' , '/navigation/225bb02ddda746bd9316e24bd0a34eab' , '/navigation/9bd03c3ec5b64896a1457314a9ff7d2c' , '/navigation/58c7e4e649ab49568872416a20cc2cde' , '/navigation/1f08f0256f594a6e9f55040552a3ea74' , '/navigation/3f11aa9f600a4dbbadfad6bf8c0bced0' , '/navigation/6990f5308baf493e9857bb74cf8d1a69' , '/navigation/d16281d8bbc0464eb61c27e170902a24' , '/navigation/a5b33d8c35be4a299434df14d9b5f287' , '/navigation/1367bac808394fa58d7ee8b853d332e6' , '/navigation/96253df225f948718c40fcb3f5973a1d' , '/navigation/ec2470dec9aa4532bd7d96e912a7bf23' , '/navigation/6ee7c87691a645bfa335757a666c0f81' , '/navigation/bf1f8be76c024b379687b179e94137d4' , '/navigation/f4aa1e8fc0f8408e84929fe3815bfe91' , '/navigation/8b1b0cca8f544ae893655cb637a776bb' , '/navigation/3d3fc03aec5c4a469ef421e042144f88' , '/navigation/62ac680fcbf944d38b483ce6103cb2a8' , '/navigation/869c0487a7724901a65362f4a7cba4aa' , '/navigation/c1614940a3a2465b9f5b711339da07e8' , '/navigation/480e9c40f79345d7aa3d97baba78cd76' , '/navigation/b3c3d7f7709f4ed38de21c5c802c049c' , '/navigation/528ebcc586684286bf1a55e621c2432d' , '/navigation/a444f0d55cd14e1faa904f253f212616' , '/navigation/b3842bbbfe84472696a0be3709ca38aa' , '/navigation/6cc67fcb264442bab5470a5e7b3cfa33' , '/navigation/e1ed62bf388c4b0d85922c5b08f79ba2' , '/navigation/eda85a8322df4bdd85cbe18ac9166b36' , '/navigation/b785bb3d63f74d9bab1724cf9e5b037c' , '/navigation/22f2f455589d4fec84d1be40c50d5a2e' , '/navigation/7bd0c046174d488d97922e43e39565f7' , '/navigation/abd8d641a3d44a98b8480bcdc911577f' , '/navigation/5dcc96471c1b4ef0bc8369d3e1920002' , '/navigation/dec93b03224d4207817daced8e06a869' , '/navigation/8529e3896fa8432cae5b90a70e1a1099' , '/navigation/018fa6f06d4871f9a7699d0c2c72e058' , '/navigation/b96576444b0e432aa227cd4287f1ca6e' , '/navigation/f8d159bba6db43e18b7d2feb4aa71052' , '/navigation/c22e1ee5d3904d47bc226c68f7565315' , '/navigation/f9017e6ea94e4e148f0c366d0a398e62' , '/navigation/597e3b619b1f4faba9283c0ff808154e' , '/navigation/44f9cf1ccf334c98a7ad554d2cdec9b6' , '/navigation/c380f09974f747479a4b9ec58f0f43f8' , '/navigation/15ab72ab7c36405bb5993f91abbae7f8' , '/navigation/73256dcac611472a9a68866ab1c454c8' , '/navigation/b1b407f4f5204ab282680e865992038a' , '/navigation/d5ec17fe68bc4dcb8db76d3935ea8206' , '/navigation/21d3c959a59c4bbaa09193b4229166a1' , '/navigation/4415816385d14181a439b15cc1442e3f' , '/navigation/faed5c30f5d24be5ad08b84977243856' , '/navigation/3c7c6c3c6e644715b826d377d403e64b' , '/navigation/6d37a378dcd7400f848c31a85d4848ab' , '/navigation/6e3fb1d862bf4f02b1e33a2d8e1b123b' , '/navigation/394759453327453fa33b27f556b6f5e7' , '/navigation/78294b3e5ac24498be25904d4a2f2eb7' , '/navigation/6acb28127b5f4fcc9cc53d305aa63fde' , '/navigation/d5eac84c7ed649ff8014ac093e8ba139' , '/navigation/3eb6a0e791124c6c9c8ab512298141bf' , '/navigation/6530bd3f814a4cc787503cd6e63462a8' , '/navigation/1598c1d3181145cab1bc9546f71c7e71' , '/navigation/8bd67c47294b4be093e0ef666967a576' , '/navigation/52271b339e11420a805b21cd2d48399b' , '/navigation/e93cc60e4a16417e922516965c3090b4' , '/navigation/f505f9c0604a418eb637fe2190b364d3' , '/navigation/d325935e4d584ca196552bd4386b2308' , '/navigation/da3574e663594092a0a6d6349eae27d7' , '/navigation/3b0438e03cee48c099aecbffcf5d2ff7' , '/navigation/5d0c0f9d635c41a4947cd07e32508dbb' , '/navigation/c0716fe2f3764fbe9f8d1e36482f6271' , '/navigation/4556234155eb458caedeb0bf7ab71c24' , '/navigation/6f846d14afc5447287e8b62c2544c9fd' , '/navigation/09abe38a92e340a19e4234c16e4cb29d' , '/navigation/a875b98e8b03417fb93c1aad85aa8444' , '/navigation/921aa630a8b24a76a8e4e152824eb2c3' , '/navigation/80e6a191489d4b42ba69d7f82f14a768' , '/navigation/67bb1353de254ca1a9e002471910b89f' , '/navigation/e8f11220b9d94876acee70b3522fa593' , '/navigation/d8bbdc17a84c48d8a073abd36f15947a' , '/navigation/6b7d8a1f700242cfa6c8ceeb4325a281' , '/navigation/dafce867a29641aea812a0f82fca6811' , '/navigation/ce34952012ce4f5c93d616a502b5a0e7' , '/navigation/97b9a374bc1342048b6237bd3aa6efcf' , '/navigation/acc1048295cc4804a0921f6e195eda04' , '/navigation/af67bfa2be3a4d0db89f224aeb265c5a' , '/navigation/5b71f843053a4eecba6048aeeafdeee2' , '/navigation/d192f46de1444bbb87a8feadd905457a' , '/navigation/4731e6c70a394e21a731da863defdcab' , '/navigation/bed6cb37eccd46088b648a4d2168f779' , '/navigation/1855fa62fba24cb0b71e6ab54076c80c' , '/navigation/312a2b842b8e42d0ac7032ada3e116a2' , '/navigation/d887c4aed3df4ae8b5fe38076726e447' , '/navigation/43fa62c9df8c41e08eafedba9fb1d475' , '/navigation/d4ecbd2a7560463ab5117da9c3888a97' , '/navigation/a685bd1e0abc4feba11f9287e69360fe' , '/navigation/7014b1e787bb460fa0a06530b1998504' , '/navigation/5c8f17cbe2f440a9928591ed16c8e743' , '/navigation/0590975b33f947718b384efd99e2ab30' , '/navigation/bdd8a15cbf3144ee9cd234925e34baf2' , '/navigation/9721876245d14ebd82ea8ca91def9891' , '/navigation/de2de95b8faa4bc9a49885fb0446ce46' , '/navigation/ca6023f8afdf446c85c7d11c25f18450' , '/navigation/7a0dc52d5166435cbda8c258f0ce1772' , '/navigation/a991c4aafd624e48a4c22fd90ebdae0e' , '/navigation/1a96756cacae4edeb7bab97c6d43dbee' , '/navigation/80ba8902c7924ab0bd9b677f77b601ad' , '/navigation/d653bc2a470247cbb2f2c3e051cd46cd' , '/navigation/4a0c3658c58f4ab0948e8ebcc739a5fe' , '/navigation/5f616412a1ed46e48d3623f6da0d57db' , '/navigation/6af69ad92d6b474db0a2699303757659' , '/navigation/bd93863951824af2b4392a73579e233b' , '/navigation/58240634936a4a13a5a40a7a0c18713a' , '/navigation/cb4a69e96c354dffbb10ef0966ac2569' , '/navigation/6ae0a604ed5c4c19b2a11b9fed826f34' , '/navigation/e9f5109bdc394f5ab524433a086bfe1b' , '/navigation/0cd1370bbd2b494cb0a4a9ac73b2abed' , '/navigation/8d8d865bfd7344f8a7e9c1629783ed1e' , '/navigation/91b4b6056bec4f74b80a66a56697e3b4' , '/navigation/31fcb21cc3514c608bc759073cf0f5d4' , '/navigation/3e4cfff4cb874b42adbc4915b8d6e976' , '/navigation/b6b73231c4f74ba496ee0c8464c691f2' , '/navigation/723e443f0a2d44cca94628f262f4a37b' , '/navigation/8a6c65eb682f41d99221ab0843f777dc' , '/navigation/7421bac1740142ae8b9cd3a0c349c1a2' , '/navigation/2554332912784e84aaa72641b053e90c' , '/navigation/871a13ef8efb414fa175e0f23338af44' , '/navigation/decaffe8727147088073bc068abcf122' , '/navigation/fbc9baa1c5da482aa03c5188fbcac2b1' , '/navigation/717797fc3d624e6a922fed6130ffe6a2' , '/navigation/4adfe781fe58438185f745d9be4d9672' , '/navigation/feb3826cebcf4973b97461c36bdd1aed' , '/navigation/a07c319c2e844d8a8b8d678948dcf0bf' , '/navigation/c1dbc8a2a0514d0d94b5c358b1690b5a' , '/navigation/a389cc2623464cfebf43497a7cfb6c9a' , '/navigation/da7d7bf84c284b52b1062ede8bd6b89b' , '/navigation/dd232a6316a4454d8d4693b384ba44eb' , '/navigation/86a4bfd11d8c40fdb621a889e5f95bd4' , '/navigation/bbb86068bb80421d83b7b1bc8e975f59' , '/navigation/0fcca8c4ef5c458c9777bb00c1669111' , '/navigation/e8daee48ee694dfcba79811c28ca4bdb' , '/navigation/4c5d968eae364d6394f078ee0e3a6a1b' , '/navigation/c57c0cbea7974ab19056dac8584c70ad' , '/navigation/83532e85d9b64db9925d45110f61e5d4' , '/navigation/fa9e4f358eca4ba3a88d8cc570fde0c3' , '/navigation/6b5fc627e7164fb4bc57c80a4e50a654' , '/navigation/4c42c1edf4cd425bb311c6d40a0d724c' , '/navigation/b31978909d4d4e999ca25cc77f1b66fe' , '/navigation/071d327c72d343468abdd26c51cd0a60' , '/navigation/7a8378e9c4824832b6ab59eb8db68802' , '/navigation/f9def1fb59c4405bb481aa35e42a5034' , '/navigation/2ca2d3d28b3e410a9cd664e3ba56df53' , '/navigation/39a3d11a44b9485492fa891ea6b4280c' , '/navigation/faddca9e3c61489eac3269b2426c961b' , '/navigation/bb4f224c00b64af195c5a4eb5aa04158' , '/navigation/9aa2fc089eff4dfe892f7c579673617e' , '/navigation/fec9e20b308a44cab5fd27aadfa16b8b' , '/navigation/0e5d663c791a433fa539803059573521' , '/navigation/b26f94e8187d4282a0d6d7e83a1b2069' , '/navigation/e20461fef09249e59d57d36a2c387b11' , '/navigation/fe27728702d7448080dcec46d1c3273c' , '/navigation/9a67da204f5149f688731babf612d438' , '/navigation/06ee06085a78409a874a4768231c63c4' , '/navigation/5a841b2db58442c09e6863addf0dbfd0' , '/navigation/0a8809bce93a42a5b043cae9fad93d0d' , '/navigation/1c8a03ac7e9448528855c49da19428b6' , '/navigation/370296a33dd04e14b74f41b974ce2cbf' , '/navigation/77a4b56752f545898229b2e78a1acbe8' , '/navigation/eff09627f93f492994318256c6ec01bd' , '/navigation/7ff0add8723b4a62ae1247994e1a770a' , '/navigation/3baaf541da0344cd839a992d68064b21' , '/navigation/0a743055812144639876b31e62066dad' , '/navigation/1ea6c59f46e449568598d94afc65f5ee' , '/navigation/de6e91d500084194abfd0302aabd624b' , '/navigation/80df113b94944951aae14cc3cfa64c7e' , '/navigation/9f831ee0987343a38006c632715a20e4' , '/navigation/a634fa7d9dbf431b9d11d1adc1d994bb' , '/navigation/53f87b3c638949e78ff0e31be6559deb' , '/navigation/ae63e5498b944da7820771349fc4c622' , '/navigation/75967be06092460eb5ed4a24f0f4338d' , '/navigation/7768f956c6ee484cb0c6b5f99dc8539b' , '/navigation/066d9a005e044e57999333c7935f29d9' , '/navigation/ee5bce307b6645aaa97cbc5d11900000' , '/navigation/d1a76bbde27f4517819ed9d4fff8a82f' , '/navigation/5b5fde08b735454984740eda8c77b468' , '/navigation/1faec2abfba24500a95b7e19c7323774' , '/navigation/efba8fa744154618a867a51a792f42d3' , '/navigation/f3719e4641d741e49235a2953e4d08bb' , '/navigation/3f14130c254e4bc58a610f2a24e79635' , '/navigation/23a3736f533f42f9a7fc5842c8f12fab' , '/navigation/61c6ef9066e94967b51f41a3da0abc24' , '/navigation/ab9b2be00266472e87d2c49537e8a0f9' , '/navigation/39a8050e764443b4af0f3570870aef1d' , '/navigation/984c7c21e4bd4510a81219e719daa049' , '/navigation/8aa4b8551743419c8dd24037694b1013' , '/navigation/6ec64babf85f45faa21b54eefe9bd8ac' , '/navigation/f53357628cc745569fcfa4b4011fe49f' , '/navigation/08fb29b0bcc746b58edb74e5081bfd29' , '/navigation/9357d02a80e04562a57657f3119aa8e0' , '/navigation/01124482f04a40148776d4e2ba9b3f04' , '/navigation/88fa156c86af473ea2bef5cac4a409bb' , '/navigation/32d10cdda2424d9b8f1110d9aba795a4' , '/navigation/ba5db827d51d4d3c88437b5687cff190' , '/navigation/156f23abf37c418fbf49e9a45828433b' , '/navigation/710d05655fd44cc5a226f418c8d6ca13' , '/navigation/06c98b0b202d4f11bf2caba141a4584b' , '/navigation/b82d72d75ebc47c799e30d5701227650' , '/navigation/de11b0e8074a4ecfa1c6c2ab2a2feb8e' , '/navigation/a0e208a79ea2497889c4ab88fcc40765' , '/navigation/21c2d1c43cea441e9b63f6b6bc9a9fe6' , '/navigation/aadecb6b251d4f6cbe8891f8f7a7b19a' , '/navigation/b2d6e82b276b46fca16fc053755b0183' , '/navigation/a2c8013d1a2e4437acac32b986700731' , '/navigation/5de360d2a1b7462299b34c03002412a2' , '/navigation/392b977ebd624e09aa850945d258f06e' , '/navigation/ccfad7eae55f4fe8ba39505da1e9a988' , '/navigation/5a324587d8504478b25e452d9e5b4d68' , '/navigation/ad8fbb40329a408f92f4e08f17b0f245' , '/navigation/fdeb6423eb274e548de3e7a0c3437f60' , '/navigation/05a550f8dc1d470ba6273b5e68e7ff10' , '/navigation/5f65e7b8183240ebbf4ceae63d8e55e6' , '/navigation/f93aaffc866649cba3f2a45fa7882032' , '/navigation/5829c8478192470387df9b56c359e0f6' , '/navigation/f8ef77d7ee144dfda46ddb2fe0a4aae3' , '/navigation/598cae1a765846248dccc1ab737f037e' , '/navigation/edf7e737c9fe40328d1b57ef747f5faf' , '/navigation/47b7571e1c9642cc857c93cc71903be0' , '/navigation/667080e204be48918604c68cfe291c4a' , '/navigation/ad1a01e6d33e4b3195d8c0fe973b1763' , '/navigation/03ecb8197dda4d03b483eea942022ac5' , '/navigation/abb5b0817aa046d5bfb5912b9b32bd3a' , '/navigation/0bef5f83d4294a72a1ff077d62462950' , '/navigation/ee79312b7fca41bc81d830fd09aaee42' , '/navigation/ad797f2e57734a1eb7edd338de1ab21e' , '/navigation/4297a15ad41c4cb19561a9f9cc5cb236' , '/navigation/62b0a66d8d634091b14ec43c39d90279' , '/navigation/2c588ad11708410e88065f9655a3adbc' , '/navigation/00f5092f995046cc820f6511be3368ed' , '/navigation/123e79879ede412089c1b3b962074115' , '/navigation/e83eb117013e4943b6bcad608009586e' , '/navigation/9cd4b7ee5fde4a5c9cc3e86a2faba16d' , '/navigation/22737575191143bab55cc3d919c5bd07' , '/navigation/b59f1e95e76a481dbd9b424cf751580d' , '/navigation/7bb3d2156ccd409e93fc8a88515fee06' , '/navigation/965582a2b625460d905d017344821299' , '/navigation/249f92b9218c4801924289a3e5f16a09' , '/navigation/8e6ff3d73e1d4f5190a6fd15488cc7c5' , '/navigation/94a0ceae8e784080af0eb52a3053f28b' , '/navigation/2042f20fa953490fa64a8675df4a6943' , '/navigation/d1a7058e5b5544f5ba5a0849ffa11152' , '/navigation/bc9a98ee4ffe470db311f4880eb1a04b' , '/navigation/21525bf397b840d59787938d74f00ec8' , '/navigation/3b374604e8034fb19d7419f2035c02da' , '/navigation/de157bebda294458bb3e5aed2d6273f6' , '/navigation/b6b5d808f88442dbac1edafd68d70519' , '/navigation/932d95c0834545ec89bdb294285188e2' , '/navigation/2aa38be1a4644c6ea40f5bf103c8c2ba' , '/navigation/d82c937483b7437abf01dd6816d2e8a6' , '/navigation/c8e83802993f4b859318cb489cb61878' , '/navigation/50073a6bb489443baa609fbace74191d' , '/navigation/8ea6d13cd9464893b3974e7d032cb205' , '/navigation/e832eaadda2148288276c7cc86b54391' , '/navigation/b749e5bd1e884204bff2addcb00fbfce' , '/navigation/117a17836ee54a6cb274268962d9f35b' , '/navigation/8d91e1f54e084912acd09575b12f1745' , '/navigation/c20838d96e9d48bbbc6f2223ef3ec587' , '/navigation/7e12698f5fbe40f08823b71db6a6b307' , '/navigation/3df6f0e032a74500a599814be3ee15ae' , '/navigation/3f4f162f999c4d0fbfc3ccf27f2085c5' , '/navigation/5ea5682b646f4efaa0ac55aac7b1988d' , '/navigation/4294c31381c9430488018b5f362871cb' , '/navigation/35ff01efc7384dac86bd258902eb4fe8' , '/navigation/aca5b33c3d2146178e95e40450596eab' , '/navigation/84385cdac7c54059830a56bad35f49ed' , '/navigation/6f3a7ccde00c4a4eb9393db12a799806' , '/navigation/072b35be7b714643ba1d34862ea51d39' , '/navigation/690c2e3d71ad406fa020cb1c5c633844' , '/navigation/1557f859b21c4a389d7f7782c725eda4' , '/navigation/874fd1c78bd74c0aa8896baa613248f7' , '/navigation/e61b2521b6194065800678502205ac82' , '/navigation/2844ed49c98a425da46942bbf7696d03' , '/navigation/434ca46f1b9a49a5932b0353891f7476' , '/navigation/018fa6f0722470b6b8b37cb8a7922e42' , '/navigation/4216126e47a34a338602357d8fbfc156' , '/navigation/c7b3b3658bce4d32829cf7823a884e22' , '/navigation/a95f56a27c6b4b73b4b43966cb57b70a' , '/navigation/bcf235a54507422b93e7b5b33c2777f8' , '/navigation/a1f42a5bfe3f43f6a649b950b7200d0a' , '/navigation/ef63b534ed64466a8998714e4f723584' , '/navigation/281b52cd56324e84ad3095b43a8bb7d7' , '/navigation/55ab09d2c42e4ad087859443f924d717' , '/navigation/aae4a0e090754bdca01233199ac682d8' , '/navigation/9cead68f89094214a1a1cd964afbf562' , '/navigation/351f7aa1cc584cc995ad14d2deff382a' , '/navigation/e308c4cbc8e84387a326a1e50d8ac09f' , '/navigation/15eb888600194637a4fc9b4d6c89b05a' , '/navigation/ab764f1ace4b4d6f82026635788840b6' , '/navigation/7915b90c0097441fa4f24b76b9bb5c06' , '/navigation/a66e1d24c7ea47ae9dfd37a4297c550b' , '/navigation/76023b8706834a1f8c86db63091d5ba0' , '/navigation/627f3d7193654426b976887e79954837' , '/navigation/b0b771be276647b7ac95bba518b396ef' , '/navigation/ffaeafa1e34e4760bc5a42c17e0e2142' , '/navigation/5aa6dd20bd15474492e1a0bbde48d3aa' , '/navigation/478bca0e5e7448da9b1c1be0582c444a' , '/navigation/de2dab0987d04f889039fd61b5aa528d' , '/navigation/f13ee3f470ea4f63bf9f338788df6831' , '/navigation/4433e5da29f84c509e75bdc47777e8ee' , '/navigation/0f02c004a23142c697e0a7990fa58390' , '/navigation/a5593478335a400eae7ea2fb3ab8a33c' , '/navigation/6a4e12eb7dfd499eb9d7c68cb3b5a2b2' , '/navigation/e45e268e9c324192bb2a88be3ad2f170' , '/navigation/65fca5e52a614d9da86b58eba34b2020' , '/navigation/c0d9b5aac89e44af9d96f308463147e0' , '/navigation/0831f6ab31924731813b5a1d75424e3d' , '/navigation/b2e8823d10bb40d78c29219d1d769d96' , '/navigation/eea72b3b7e01426e828380d48c0b82ad' , '/navigation/408c74678a79472689bce1aa4bbe3d1b' , '/navigation/65bf6611f9014754b44f3ce49bf694da' , '/navigation/43877f22ae88448ebe6bf389e63aabef' , '/navigation/0acc7bb897d84044bcf08e72076c738b' , '/navigation/51be2ae5686c48068bcfd89ddb7d1a5d' , '/navigation/63e941d8f58c47dca7c1a07580805721' , '/navigation/a3c729964d14482ab154f04d776bd1ab' , '/navigation/e1d5d2f88a064e25a8c08ef63e8a4a3f' , '/navigation/a5330009cc30449f9f7465d0b7833bb5' , '/navigation/662c59c5ef394fff8caa1f71ab995559' , '/navigation/e65c99c4e067477e8956e95f61623248' , '/navigation/bfa837f3419c4b98913c3adc7073bd62' , '/navigation/4421757cf4694491814f30718c5b8549' , '/navigation/cc84963ee66244248d2a69283ae91dc9' , '/navigation/a690294aa34d4125897731d4bcb71c7d' , '/navigation/56372d2133244d9faee4f342bef60f24' , '/navigation/4f5dd2130c5d4702b0eaa59dbc204d7f' , '/navigation/ff2854fe4e4345a78ed7ab197f129232' , '/navigation/662e5879df164ad588d809285e08f86a' , '/navigation/b34be62b9013440cafc11f2a23dc1576' , '/navigation/bc06230795da46f2b0091e982f071d0b' , '/navigation/f67e709a672a468ebaf02afa38b9efd4' , '/navigation/c390ebdbea084c6ea74dd3b2a4b2f5cd' , '/navigation/94593e8932d140a7bc51cafec6ec4b76' , '/navigation/b96bcc5735b74692a9423715362d1c8f' , '/navigation/501076bc1e9f4315a28fe47e70eb5d9e' , '/navigation/ad2d422558ae4701ab74679d307b2fd2' , '/navigation/87c272160d044d76a3b80469abea0827' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0xE7C393193D324CDEA909E40B1D783F6E OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
112
0.78 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 ¦Ì®\x7F qË™ªP_uiŒì "
b"\x01 ¦òU×rƒ¾\x08 gxÄ¥ "
b"\x01 ¦òUós\x1F Œ€d3qªÒ‚ "
b"""
e\n
lVûœG´°Ö¶RŽ\n
i…
"""
b"s†<—®ÈGJ¥:ç‰ÌŠ\x1E\x06 "
b"Œæ‚\f ÈÙKK¯a)\x1F u\x1E ¬& "
b"\x01 •pPå=|:¦œèqçZ¼[ "
b"\x01 –€\x08 ŽH{'ªƒ\x01 ¨i'ÁP "
b"L+2ø„›K*¸µqý\ýñ\x0E "
]
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 (0x018FA6CCAE7F71CB99AA505F75698CEC , 0x018FA6F255D77283BE08678F8178C4A5 , 0x018FA6F255F3731F8C80643371AAD282 , 0x650A6C56FB9C47B4B0D6B6528D0A6985 , 0x73863C97AEC8474AA53AE789CC8A1E06 , 0x8CE6820CC8D94B4BAF61291F751EAC26 , 0x01957050E53D7C3AA69CE871E75ABC5B , 0x019680088E487B27AA8301A86927C150 , 0x4C2B32F8849B4B2AB8B571FD5CFDF10E );
Copy
113
0.35 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"0pQL7eSDkFHLNRlOKVLKeSd6EyJLntD2 "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = '0pQL7eSDkFHLNRlOKVLKeSd6EyJLntD2' ;
Copy
114
0.61 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"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
"_esi/global/footer "
"_esi/global/footer/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0xE7C393193D324CDEA909E40B1D783F6E OR sales_channel_id IS NULL )) AND ((seo_path_info = '_esi/global/footer' OR seo_path_info = '_esi/global/footer/' ));
Copy
115
0.47 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"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
"/_esi/global/footer "
]
SELECT path_info pathInfo , seo_path_info seoPathInfo FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (sales_channel_id = 0xE7C393193D324CDEA909E40B1D783F6E ) AND (path_info = '/_esi/global/footer' ) AND (is_canonical = 1 ) LIMIT 1 ;
Copy
116
0.25 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
"0pQL7eSDkFHLNRlOKVLKeSd6EyJLntD2 "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0xE7C393193D324CDEA909E40B1D783F6E ) AND (token = '0pQL7eSDkFHLNRlOKVLKeSd6EyJLntD2' ) LIMIT 1 ;
Copy
117
0.26 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `id` = ?
Parameters :
[
b"ùôØH%\x08 IAˆ†’"‰^ùb "
b"ùôØH%\x08 IAˆ†’"‰^ùb "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0xF9F4D8482508494188869222895EF962 OR `id` = 0xF9F4D8482508494188869222895EF962
;
Copy
118
1.58 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` = ? OR (`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% "
b"ùôØH%\x08 IAˆ†’"‰^ùb "
"%|f9f4d8482508494188869222895ef962|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `file_hash` as `category.media.fileHash` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
(
`category` . `id` = ?
OR (
`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` . `id` = 0xF9F4D8482508494188869222895EF962 OR (`category` . `path` LIKE '%|f9f4d8482508494188869222895ef962|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )))));
Copy
119
0.65 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% "
"%|f9f4d8482508494188869222895ef962|% "
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 '%|f9f4d8482508494188869222895ef962|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
120
0.20 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `id` = ?
Parameters :
[
b"Iº"\x03 !\t @©·<4©\x1E ¼*: "
b"Iº"\x03 !\t @©·<4©\x1E ¼*: "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x49BA2203210940A9B73C34A91EBC2A3A OR `id` = 0x49BA2203210940A9B73C34A91EBC2A3A
;
Copy
121
1.39 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.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` = ? OR (`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% "
b"Iº"\x03 !\t @©·<4©\x1E ¼*: "
"%|49ba2203210940a9b73c34a91ebc2a3a|% "
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` . `id` = ?
OR (
`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` . `id` = 0x49BA2203210940A9B73C34A91EBC2A3A OR (`category` . `path` LIKE '%|49ba2203210940a9b73c34a91ebc2a3a|%' AND (`category` . `level` > 2 AND `category` . `level` < = 4 )))));
Copy
122
0.63 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% "
"%|49ba2203210940a9b73c34a91ebc2a3a|% "
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 '%|49ba2203210940a9b73c34a91ebc2a3a|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
123
0.35 ms
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = ? AND `payment_method.salesChannels` . `id` = ? ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC
Parameters :
[
true
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
]
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` = 0xE7C393193D324CDEA909E40B1D783F6E ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
124
0.62 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",`„\x1C Ÿ¤Fåœ3¾wè˜\x1A "
b"€Cƒ&÷&JG¿•pcØê͵ "
b"rä>Ƚ1G=¬<ûçp\x01\x1D\x03 "
b"áï:ã\x11 ëII®ÝÃ\x7F ;å "
b"¦!ŒˆâŽFÅ¢¾æ…™Jáà "
b"±¼÷‘²àNÔºw½ŽªÂ&l "
]
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 (0x2C60841C9FA446E59C33BE77E8C2981A , 0x80438326F7264A47BF957063D8EACDB5 , 0x72E43EC8BD31473DAC3CFBE770011D03 , 0xE1EF3AE311EB49499DAEDDC3817F3BE5 , 0xA6218C88E28D46C5A2BEE685994AE1C3 , 0xB1BCF791B2E04ED4BA77BD8EAAC2266C );
Copy
125
0.46 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"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
]
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` = 0xE7C393193D324CDEA909E40B1D783F6E ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
126
0.67 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"ª\x04 Û¢ðöB|¡Ëa˜k¦ªª "
b"\x01 ¦ØÂŠ|•°["hDв "
b"\x01 ¦Ú»ãux›~ª¬W.+Î "
b"\x01 ¦Û»‘uûŠuÖÖc!|¨ "
b"\x01 ¦Ü¿ÿq2›m>=€\r L_ "
b"\x01 ¦Ý·•\x7F {•r\x12 i°õp´ "
b"Ø¡ \f G~K<¿ø‚\x1C ¹s] "
]
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 (0xAA04DBA2F0F6427CA1CB61986BA6AAAA , 0x018FA6D8C28A7C95B05B22688F44D0B2 , 0x018FA6DABBE375789B7EAAAC572E2BCE , 0x018FA6DBBB9175FB8A75D6D663217CA8 , 0x018FA6DCBFFF71329B6D3E3D800D4C5F , 0x018FA6DDB7957F7B95721269B0F570B4 , 0xD8A1A00C477E4B3CBFF8821CB9735D20 );
Copy
127
0.32 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"IntediaDoofinderSW6.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'IntediaDoofinderSW6.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
128
0.24 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
null
"IntediaDoofinderSW6.config.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id IS NULL OR sales_channel_id = NULL ) AND (configuration_key LIKE 'IntediaDoofinderSW6.config.%' ) ORDER BY sales_channel_id ASC ;
Copy
129
0.59 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` . `measurement_units` as `sales_channel_domain.measurementUnits` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` , `sales_channel_domain.language` . `id` as `sales_channel_domain.language.id` , `sales_channel_domain.language` . `parent_id` as `sales_channel_domain.language.parentId` , `sales_channel_domain.language` . `locale_id` as `sales_channel_domain.language.localeId` , `sales_channel_domain.language` . `translation_code_id` as `sales_channel_domain.language.translationCodeId` , `sales_channel_domain.language` . `name` as `sales_channel_domain.language.name` , `sales_channel_domain.language` . `active` as `sales_channel_domain.language.active` , `sales_channel_domain.language` . `custom_fields` as `sales_channel_domain.language.customFields` , `sales_channel_domain.language` . `created_at` as `sales_channel_domain.language.createdAt` , `sales_channel_domain.language` . `updated_at` as `sales_channel_domain.language.updatedAt` , `sales_channel_domain.language.locale` . `id` as `sales_channel_domain.language.locale.id` , `sales_channel_domain.language.locale` . `code` as `sales_channel_domain.language.locale.code` , `sales_channel_domain.language.locale` . `created_at` as `sales_channel_domain.language.locale.createdAt` , `sales_channel_domain.language.locale` . `updated_at` as `sales_channel_domain.language.locale.updatedAt` , `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name` , `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory` , `sales_channel_domain.language.locale.translation.customFields` , `sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields` , `sales_channel_domain.currency` . `id` as `sales_channel_domain.currency.id` , `sales_channel_domain.currency` . `factor` as `sales_channel_domain.currency.factor` , `sales_channel_domain.currency` . `symbol` as `sales_channel_domain.currency.symbol` , `sales_channel_domain.currency` . `iso_code` as `sales_channel_domain.currency.isoCode` , `sales_channel_domain.currency` . `position` as `sales_channel_domain.currency.position` , `sales_channel_domain.currency` . `tax_free_from` as `sales_channel_domain.currency.taxFreeFrom` , `sales_channel_domain.currency` . `item_rounding` as `sales_channel_domain.currency.itemRounding` , `sales_channel_domain.currency` . `total_rounding` as `sales_channel_domain.currency.totalRounding` , `sales_channel_domain.currency` . `created_at` as `sales_channel_domain.currency.createdAt` , `sales_channel_domain.currency` . `updated_at` as `sales_channel_domain.currency.updatedAt` , `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName` , `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name` , `sales_channel_domain.currency.translation.customFields` , `sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields` FROM `sales_channel_domain` LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain` . `language_id` = `sales_channel_domain.language` . `id` LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain` . `currency_id` = `sales_channel_domain.currency` . `id` LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.language.locale.translation` . `locale_id` , `sales_channel_domain.language.locale.translation` . `name` as `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation` . `territory` as `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation` . `custom_fields` as `sales_channel_domain.language.locale.translation.customFields` FROM `locale_translation` `sales_channel_domain.language.locale.translation` WHERE `sales_channel_domain.language.locale.translation` . `language_id` = ? ) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.currency.translation` . `currency_id` , `sales_channel_domain.currency.translation` . `short_name` as `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation` . `name` as `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation` . `custom_fields` as `sales_channel_domain.currency.translation.customFields` FROM `currency_translation` `sales_channel_domain.currency.translation` WHERE `sales_channel_domain.currency.translation` . `language_id` = ? ) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation` . `currency_id` = `sales_channel_domain.currency` . `id` WHERE `sales_channel_domain` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"‹%Dq\x1F PNð°¦;›§·l\x05 "
]
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` . `measurement_units` as `sales_channel_domain.measurementUnits` ,
`sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` ,
`sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` ,
`sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` ,
`sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` ,
`sales_channel_domain.language` . `id` as `sales_channel_domain.language.id` ,
`sales_channel_domain.language` . `parent_id` as `sales_channel_domain.language.parentId` ,
`sales_channel_domain.language` . `locale_id` as `sales_channel_domain.language.localeId` ,
`sales_channel_domain.language` . `translation_code_id` as `sales_channel_domain.language.translationCodeId` ,
`sales_channel_domain.language` . `name` as `sales_channel_domain.language.name` ,
`sales_channel_domain.language` . `active` as `sales_channel_domain.language.active` ,
`sales_channel_domain.language` . `custom_fields` as `sales_channel_domain.language.customFields` ,
`sales_channel_domain.language` . `created_at` as `sales_channel_domain.language.createdAt` ,
`sales_channel_domain.language` . `updated_at` as `sales_channel_domain.language.updatedAt` ,
`sales_channel_domain.language.locale` . `id` as `sales_channel_domain.language.locale.id` ,
`sales_channel_domain.language.locale` . `code` as `sales_channel_domain.language.locale.code` ,
`sales_channel_domain.language.locale` . `created_at` as `sales_channel_domain.language.locale.createdAt` ,
`sales_channel_domain.language.locale` . `updated_at` as `sales_channel_domain.language.locale.updatedAt` ,
`sales_channel_domain.language.locale.translation.name` ,
`sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name` ,
`sales_channel_domain.language.locale.translation.territory` ,
`sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory` ,
`sales_channel_domain.language.locale.translation.customFields` ,
`sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields` ,
`sales_channel_domain.currency` . `id` as `sales_channel_domain.currency.id` ,
`sales_channel_domain.currency` . `factor` as `sales_channel_domain.currency.factor` ,
`sales_channel_domain.currency` . `symbol` as `sales_channel_domain.currency.symbol` ,
`sales_channel_domain.currency` . `iso_code` as `sales_channel_domain.currency.isoCode` ,
`sales_channel_domain.currency` . `position` as `sales_channel_domain.currency.position` ,
`sales_channel_domain.currency` . `tax_free_from` as `sales_channel_domain.currency.taxFreeFrom` ,
`sales_channel_domain.currency` . `item_rounding` as `sales_channel_domain.currency.itemRounding` ,
`sales_channel_domain.currency` . `total_rounding` as `sales_channel_domain.currency.totalRounding` ,
`sales_channel_domain.currency` . `created_at` as `sales_channel_domain.currency.createdAt` ,
`sales_channel_domain.currency` . `updated_at` as `sales_channel_domain.currency.updatedAt` ,
`sales_channel_domain.currency.translation.shortName` ,
`sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName` ,
`sales_channel_domain.currency.translation.name` ,
`sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name` ,
`sales_channel_domain.currency.translation.customFields` ,
`sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields`
FROM
`sales_channel_domain`
LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain` . `language_id` = `sales_channel_domain.language` . `id`
LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain` . `currency_id` = `sales_channel_domain.currency` . `id`
LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language` . `locale_id` = `sales_channel_domain.language.locale` . `id`
LEFT JOIN (
SELECT
`sales_channel_domain.language.locale.translation` . `locale_id` ,
`sales_channel_domain.language.locale.translation` . `name` as `sales_channel_domain.language.locale.translation.name` ,
`sales_channel_domain.language.locale.translation` . `territory` as `sales_channel_domain.language.locale.translation.territory` ,
`sales_channel_domain.language.locale.translation` . `custom_fields` as `sales_channel_domain.language.locale.translation.customFields`
FROM
`locale_translation` `sales_channel_domain.language.locale.translation`
WHERE
`sales_channel_domain.language.locale.translation` . `language_id` = ?
) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation` . `locale_id` = `sales_channel_domain.language.locale` . `id`
LEFT JOIN (
SELECT
`sales_channel_domain.currency.translation` . `currency_id` ,
`sales_channel_domain.currency.translation` . `short_name` as `sales_channel_domain.currency.translation.shortName` ,
`sales_channel_domain.currency.translation` . `name` as `sales_channel_domain.currency.translation.name` ,
`sales_channel_domain.currency.translation` . `custom_fields` as `sales_channel_domain.currency.translation.customFields`
FROM
`currency_translation` `sales_channel_domain.currency.translation`
WHERE
`sales_channel_domain.currency.translation` . `language_id` = ?
) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation` . `currency_id` = `sales_channel_domain.currency` . `id`
WHERE
`sales_channel_domain` . `id` IN (? )
Copy
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `measurement_units` as `sales_channel_domain.measurementUnits` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` , `sales_channel_domain.language` . `id` as `sales_channel_domain.language.id` , `sales_channel_domain.language` . `parent_id` as `sales_channel_domain.language.parentId` , `sales_channel_domain.language` . `locale_id` as `sales_channel_domain.language.localeId` , `sales_channel_domain.language` . `translation_code_id` as `sales_channel_domain.language.translationCodeId` , `sales_channel_domain.language` . `name` as `sales_channel_domain.language.name` , `sales_channel_domain.language` . `active` as `sales_channel_domain.language.active` , `sales_channel_domain.language` . `custom_fields` as `sales_channel_domain.language.customFields` , `sales_channel_domain.language` . `created_at` as `sales_channel_domain.language.createdAt` , `sales_channel_domain.language` . `updated_at` as `sales_channel_domain.language.updatedAt` , `sales_channel_domain.language.locale` . `id` as `sales_channel_domain.language.locale.id` , `sales_channel_domain.language.locale` . `code` as `sales_channel_domain.language.locale.code` , `sales_channel_domain.language.locale` . `created_at` as `sales_channel_domain.language.locale.createdAt` , `sales_channel_domain.language.locale` . `updated_at` as `sales_channel_domain.language.locale.updatedAt` , `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name` , `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory` , `sales_channel_domain.language.locale.translation.customFields` , `sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields` , `sales_channel_domain.currency` . `id` as `sales_channel_domain.currency.id` , `sales_channel_domain.currency` . `factor` as `sales_channel_domain.currency.factor` , `sales_channel_domain.currency` . `symbol` as `sales_channel_domain.currency.symbol` , `sales_channel_domain.currency` . `iso_code` as `sales_channel_domain.currency.isoCode` , `sales_channel_domain.currency` . `position` as `sales_channel_domain.currency.position` , `sales_channel_domain.currency` . `tax_free_from` as `sales_channel_domain.currency.taxFreeFrom` , `sales_channel_domain.currency` . `item_rounding` as `sales_channel_domain.currency.itemRounding` , `sales_channel_domain.currency` . `total_rounding` as `sales_channel_domain.currency.totalRounding` , `sales_channel_domain.currency` . `created_at` as `sales_channel_domain.currency.createdAt` , `sales_channel_domain.currency` . `updated_at` as `sales_channel_domain.currency.updatedAt` , `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName` , `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name` , `sales_channel_domain.currency.translation.customFields` , `sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields` FROM `sales_channel_domain` LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain` . `language_id` = `sales_channel_domain.language` . `id` LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain` . `currency_id` = `sales_channel_domain.currency` . `id` LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.language.locale.translation` . `locale_id` , `sales_channel_domain.language.locale.translation` . `name` as `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation` . `territory` as `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation` . `custom_fields` as `sales_channel_domain.language.locale.translation.customFields` FROM `locale_translation` `sales_channel_domain.language.locale.translation` WHERE `sales_channel_domain.language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.currency.translation` . `currency_id` , `sales_channel_domain.currency.translation` . `short_name` as `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation` . `name` as `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation` . `custom_fields` as `sales_channel_domain.currency.translation.customFields` FROM `currency_translation` `sales_channel_domain.currency.translation` WHERE `sales_channel_domain.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation` . `currency_id` = `sales_channel_domain.currency` . `id` WHERE `sales_channel_domain` . `id` IN (0x8B2544711F504EF0B0A63B9BA7B76C05 );
Copy
130
0.22 ms
SELECT `intedia_doofinder_layer` . `id` as `intedia_doofinder_layer.id` , `intedia_doofinder_layer` . `doofinder_channel_id` as `intedia_doofinder_layer.doofinderChannelId` , `intedia_doofinder_layer` . `doofinder_hash_id` as `intedia_doofinder_layer.doofinderHashId` , `intedia_doofinder_layer` . `doofinder_store_id` as `intedia_doofinder_layer.doofinderStoreId` , `intedia_doofinder_layer` . `domain_id` as `intedia_doofinder_layer.domainId` , `intedia_doofinder_layer` . `trigger` as `intedia_doofinder_layer.trigger` , `intedia_doofinder_layer` . `name` as `intedia_doofinder_layer.name` , `intedia_doofinder_layer` . `status` as `intedia_doofinder_layer.status` , `intedia_doofinder_layer` . `status_message` as `intedia_doofinder_layer.statusMessage` , `intedia_doofinder_layer` . `status_date` as `intedia_doofinder_layer.statusDate` , `intedia_doofinder_layer` . `status_received_date` as `intedia_doofinder_layer.statusReceivedDate` , `intedia_doofinder_layer` . `created_at` as `intedia_doofinder_layer.createdAt` , `intedia_doofinder_layer` . `updated_at` as `intedia_doofinder_layer.updatedAt` FROM `intedia_doofinder_layer` WHERE (`intedia_doofinder_layer` . `domain_id` = ? )
Parameters :
[
b"‹%Dq\x1F PNð°¦;›§·l\x05 "
]
SELECT `intedia_doofinder_layer` . `id` as `intedia_doofinder_layer.id` , `intedia_doofinder_layer` . `doofinder_channel_id` as `intedia_doofinder_layer.doofinderChannelId` , `intedia_doofinder_layer` . `doofinder_hash_id` as `intedia_doofinder_layer.doofinderHashId` , `intedia_doofinder_layer` . `doofinder_store_id` as `intedia_doofinder_layer.doofinderStoreId` , `intedia_doofinder_layer` . `domain_id` as `intedia_doofinder_layer.domainId` , `intedia_doofinder_layer` . `trigger` as `intedia_doofinder_layer.trigger` , `intedia_doofinder_layer` . `name` as `intedia_doofinder_layer.name` , `intedia_doofinder_layer` . `status` as `intedia_doofinder_layer.status` , `intedia_doofinder_layer` . `status_message` as `intedia_doofinder_layer.statusMessage` , `intedia_doofinder_layer` . `status_date` as `intedia_doofinder_layer.statusDate` , `intedia_doofinder_layer` . `status_received_date` as `intedia_doofinder_layer.statusReceivedDate` , `intedia_doofinder_layer` . `created_at` as `intedia_doofinder_layer.createdAt` , `intedia_doofinder_layer` . `updated_at` as `intedia_doofinder_layer.updatedAt` FROM `intedia_doofinder_layer` WHERE (`intedia_doofinder_layer` . `domain_id` = 0x8B2544711F504EF0B0A63B9BA7B76C05 );
Copy
131
0.19 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
132
0.63 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` . `measurement_units` as `sales_channel_domain.measurementUnits` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` , `sales_channel_domain.language` . `id` as `sales_channel_domain.language.id` , `sales_channel_domain.language` . `parent_id` as `sales_channel_domain.language.parentId` , `sales_channel_domain.language` . `locale_id` as `sales_channel_domain.language.localeId` , `sales_channel_domain.language` . `translation_code_id` as `sales_channel_domain.language.translationCodeId` , `sales_channel_domain.language` . `name` as `sales_channel_domain.language.name` , `sales_channel_domain.language` . `active` as `sales_channel_domain.language.active` , `sales_channel_domain.language` . `custom_fields` as `sales_channel_domain.language.customFields` , `sales_channel_domain.language` . `created_at` as `sales_channel_domain.language.createdAt` , `sales_channel_domain.language` . `updated_at` as `sales_channel_domain.language.updatedAt` , `sales_channel_domain.language.locale` . `id` as `sales_channel_domain.language.locale.id` , `sales_channel_domain.language.locale` . `code` as `sales_channel_domain.language.locale.code` , `sales_channel_domain.language.locale` . `created_at` as `sales_channel_domain.language.locale.createdAt` , `sales_channel_domain.language.locale` . `updated_at` as `sales_channel_domain.language.locale.updatedAt` , `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name` , `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory` , `sales_channel_domain.language.locale.translation.customFields` , `sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields` , `sales_channel_domain.currency` . `id` as `sales_channel_domain.currency.id` , `sales_channel_domain.currency` . `factor` as `sales_channel_domain.currency.factor` , `sales_channel_domain.currency` . `symbol` as `sales_channel_domain.currency.symbol` , `sales_channel_domain.currency` . `iso_code` as `sales_channel_domain.currency.isoCode` , `sales_channel_domain.currency` . `position` as `sales_channel_domain.currency.position` , `sales_channel_domain.currency` . `tax_free_from` as `sales_channel_domain.currency.taxFreeFrom` , `sales_channel_domain.currency` . `item_rounding` as `sales_channel_domain.currency.itemRounding` , `sales_channel_domain.currency` . `total_rounding` as `sales_channel_domain.currency.totalRounding` , `sales_channel_domain.currency` . `created_at` as `sales_channel_domain.currency.createdAt` , `sales_channel_domain.currency` . `updated_at` as `sales_channel_domain.currency.updatedAt` , `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName` , `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name` , `sales_channel_domain.currency.translation.customFields` , `sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields` FROM `sales_channel_domain` LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain` . `language_id` = `sales_channel_domain.language` . `id` LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain` . `currency_id` = `sales_channel_domain.currency` . `id` LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.language.locale.translation` . `locale_id` , `sales_channel_domain.language.locale.translation` . `name` as `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation` . `territory` as `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation` . `custom_fields` as `sales_channel_domain.language.locale.translation.customFields` FROM `locale_translation` `sales_channel_domain.language.locale.translation` WHERE `sales_channel_domain.language.locale.translation` . `language_id` = ? ) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.currency.translation` . `currency_id` , `sales_channel_domain.currency.translation` . `short_name` as `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation` . `name` as `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation` . `custom_fields` as `sales_channel_domain.currency.translation.customFields` FROM `currency_translation` `sales_channel_domain.currency.translation` WHERE `sales_channel_domain.currency.translation` . `language_id` = ? ) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation` . `currency_id` = `sales_channel_domain.currency` . `id` WHERE `sales_channel_domain` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"‹%Dq\x1F PNð°¦;›§·l\x05 "
]
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` . `measurement_units` as `sales_channel_domain.measurementUnits` ,
`sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` ,
`sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` ,
`sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` ,
`sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` ,
`sales_channel_domain.language` . `id` as `sales_channel_domain.language.id` ,
`sales_channel_domain.language` . `parent_id` as `sales_channel_domain.language.parentId` ,
`sales_channel_domain.language` . `locale_id` as `sales_channel_domain.language.localeId` ,
`sales_channel_domain.language` . `translation_code_id` as `sales_channel_domain.language.translationCodeId` ,
`sales_channel_domain.language` . `name` as `sales_channel_domain.language.name` ,
`sales_channel_domain.language` . `active` as `sales_channel_domain.language.active` ,
`sales_channel_domain.language` . `custom_fields` as `sales_channel_domain.language.customFields` ,
`sales_channel_domain.language` . `created_at` as `sales_channel_domain.language.createdAt` ,
`sales_channel_domain.language` . `updated_at` as `sales_channel_domain.language.updatedAt` ,
`sales_channel_domain.language.locale` . `id` as `sales_channel_domain.language.locale.id` ,
`sales_channel_domain.language.locale` . `code` as `sales_channel_domain.language.locale.code` ,
`sales_channel_domain.language.locale` . `created_at` as `sales_channel_domain.language.locale.createdAt` ,
`sales_channel_domain.language.locale` . `updated_at` as `sales_channel_domain.language.locale.updatedAt` ,
`sales_channel_domain.language.locale.translation.name` ,
`sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name` ,
`sales_channel_domain.language.locale.translation.territory` ,
`sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory` ,
`sales_channel_domain.language.locale.translation.customFields` ,
`sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields` ,
`sales_channel_domain.currency` . `id` as `sales_channel_domain.currency.id` ,
`sales_channel_domain.currency` . `factor` as `sales_channel_domain.currency.factor` ,
`sales_channel_domain.currency` . `symbol` as `sales_channel_domain.currency.symbol` ,
`sales_channel_domain.currency` . `iso_code` as `sales_channel_domain.currency.isoCode` ,
`sales_channel_domain.currency` . `position` as `sales_channel_domain.currency.position` ,
`sales_channel_domain.currency` . `tax_free_from` as `sales_channel_domain.currency.taxFreeFrom` ,
`sales_channel_domain.currency` . `item_rounding` as `sales_channel_domain.currency.itemRounding` ,
`sales_channel_domain.currency` . `total_rounding` as `sales_channel_domain.currency.totalRounding` ,
`sales_channel_domain.currency` . `created_at` as `sales_channel_domain.currency.createdAt` ,
`sales_channel_domain.currency` . `updated_at` as `sales_channel_domain.currency.updatedAt` ,
`sales_channel_domain.currency.translation.shortName` ,
`sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName` ,
`sales_channel_domain.currency.translation.name` ,
`sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name` ,
`sales_channel_domain.currency.translation.customFields` ,
`sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields`
FROM
`sales_channel_domain`
LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain` . `language_id` = `sales_channel_domain.language` . `id`
LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain` . `currency_id` = `sales_channel_domain.currency` . `id`
LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language` . `locale_id` = `sales_channel_domain.language.locale` . `id`
LEFT JOIN (
SELECT
`sales_channel_domain.language.locale.translation` . `locale_id` ,
`sales_channel_domain.language.locale.translation` . `name` as `sales_channel_domain.language.locale.translation.name` ,
`sales_channel_domain.language.locale.translation` . `territory` as `sales_channel_domain.language.locale.translation.territory` ,
`sales_channel_domain.language.locale.translation` . `custom_fields` as `sales_channel_domain.language.locale.translation.customFields`
FROM
`locale_translation` `sales_channel_domain.language.locale.translation`
WHERE
`sales_channel_domain.language.locale.translation` . `language_id` = ?
) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation` . `locale_id` = `sales_channel_domain.language.locale` . `id`
LEFT JOIN (
SELECT
`sales_channel_domain.currency.translation` . `currency_id` ,
`sales_channel_domain.currency.translation` . `short_name` as `sales_channel_domain.currency.translation.shortName` ,
`sales_channel_domain.currency.translation` . `name` as `sales_channel_domain.currency.translation.name` ,
`sales_channel_domain.currency.translation` . `custom_fields` as `sales_channel_domain.currency.translation.customFields`
FROM
`currency_translation` `sales_channel_domain.currency.translation`
WHERE
`sales_channel_domain.currency.translation` . `language_id` = ?
) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation` . `currency_id` = `sales_channel_domain.currency` . `id`
WHERE
`sales_channel_domain` . `id` IN (? )
Copy
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `measurement_units` as `sales_channel_domain.measurementUnits` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` , `sales_channel_domain.language` . `id` as `sales_channel_domain.language.id` , `sales_channel_domain.language` . `parent_id` as `sales_channel_domain.language.parentId` , `sales_channel_domain.language` . `locale_id` as `sales_channel_domain.language.localeId` , `sales_channel_domain.language` . `translation_code_id` as `sales_channel_domain.language.translationCodeId` , `sales_channel_domain.language` . `name` as `sales_channel_domain.language.name` , `sales_channel_domain.language` . `active` as `sales_channel_domain.language.active` , `sales_channel_domain.language` . `custom_fields` as `sales_channel_domain.language.customFields` , `sales_channel_domain.language` . `created_at` as `sales_channel_domain.language.createdAt` , `sales_channel_domain.language` . `updated_at` as `sales_channel_domain.language.updatedAt` , `sales_channel_domain.language.locale` . `id` as `sales_channel_domain.language.locale.id` , `sales_channel_domain.language.locale` . `code` as `sales_channel_domain.language.locale.code` , `sales_channel_domain.language.locale` . `created_at` as `sales_channel_domain.language.locale.createdAt` , `sales_channel_domain.language.locale` . `updated_at` as `sales_channel_domain.language.locale.updatedAt` , `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation.name` as `sales_channel_domain.language.locale.name` , `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation.territory` as `sales_channel_domain.language.locale.territory` , `sales_channel_domain.language.locale.translation.customFields` , `sales_channel_domain.language.locale.translation.customFields` as `sales_channel_domain.language.locale.customFields` , `sales_channel_domain.currency` . `id` as `sales_channel_domain.currency.id` , `sales_channel_domain.currency` . `factor` as `sales_channel_domain.currency.factor` , `sales_channel_domain.currency` . `symbol` as `sales_channel_domain.currency.symbol` , `sales_channel_domain.currency` . `iso_code` as `sales_channel_domain.currency.isoCode` , `sales_channel_domain.currency` . `position` as `sales_channel_domain.currency.position` , `sales_channel_domain.currency` . `tax_free_from` as `sales_channel_domain.currency.taxFreeFrom` , `sales_channel_domain.currency` . `item_rounding` as `sales_channel_domain.currency.itemRounding` , `sales_channel_domain.currency` . `total_rounding` as `sales_channel_domain.currency.totalRounding` , `sales_channel_domain.currency` . `created_at` as `sales_channel_domain.currency.createdAt` , `sales_channel_domain.currency` . `updated_at` as `sales_channel_domain.currency.updatedAt` , `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation.shortName` as `sales_channel_domain.currency.shortName` , `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation.name` as `sales_channel_domain.currency.name` , `sales_channel_domain.currency.translation.customFields` , `sales_channel_domain.currency.translation.customFields` as `sales_channel_domain.currency.customFields` FROM `sales_channel_domain` LEFT JOIN `language` `sales_channel_domain.language` ON `sales_channel_domain` . `language_id` = `sales_channel_domain.language` . `id` LEFT JOIN `currency` `sales_channel_domain.currency` ON `sales_channel_domain` . `currency_id` = `sales_channel_domain.currency` . `id` LEFT JOIN `locale` `sales_channel_domain.language.locale` ON `sales_channel_domain.language` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.language.locale.translation` . `locale_id` , `sales_channel_domain.language.locale.translation` . `name` as `sales_channel_domain.language.locale.translation.name` , `sales_channel_domain.language.locale.translation` . `territory` as `sales_channel_domain.language.locale.translation.territory` , `sales_channel_domain.language.locale.translation` . `custom_fields` as `sales_channel_domain.language.locale.translation.customFields` FROM `locale_translation` `sales_channel_domain.language.locale.translation` WHERE `sales_channel_domain.language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel_domain.language.locale.locale_translation` ON `sales_channel_domain.language.locale.locale_translation` . `locale_id` = `sales_channel_domain.language.locale` . `id` LEFT JOIN (SELECT `sales_channel_domain.currency.translation` . `currency_id` , `sales_channel_domain.currency.translation` . `short_name` as `sales_channel_domain.currency.translation.shortName` , `sales_channel_domain.currency.translation` . `name` as `sales_channel_domain.currency.translation.name` , `sales_channel_domain.currency.translation` . `custom_fields` as `sales_channel_domain.currency.translation.customFields` FROM `currency_translation` `sales_channel_domain.currency.translation` WHERE `sales_channel_domain.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel_domain.currency.currency_translation` ON `sales_channel_domain.currency.currency_translation` . `currency_id` = `sales_channel_domain.currency` . `id` WHERE `sales_channel_domain` . `id` IN (0x8B2544711F504EF0B0A63B9BA7B76C05 );
Copy
133
0.22 ms
SELECT `intedia_doofinder_layer` . `id` as `intedia_doofinder_layer.id` , `intedia_doofinder_layer` . `doofinder_channel_id` as `intedia_doofinder_layer.doofinderChannelId` , `intedia_doofinder_layer` . `doofinder_hash_id` as `intedia_doofinder_layer.doofinderHashId` , `intedia_doofinder_layer` . `doofinder_store_id` as `intedia_doofinder_layer.doofinderStoreId` , `intedia_doofinder_layer` . `domain_id` as `intedia_doofinder_layer.domainId` , `intedia_doofinder_layer` . `trigger` as `intedia_doofinder_layer.trigger` , `intedia_doofinder_layer` . `name` as `intedia_doofinder_layer.name` , `intedia_doofinder_layer` . `status` as `intedia_doofinder_layer.status` , `intedia_doofinder_layer` . `status_message` as `intedia_doofinder_layer.statusMessage` , `intedia_doofinder_layer` . `status_date` as `intedia_doofinder_layer.statusDate` , `intedia_doofinder_layer` . `status_received_date` as `intedia_doofinder_layer.statusReceivedDate` , `intedia_doofinder_layer` . `created_at` as `intedia_doofinder_layer.createdAt` , `intedia_doofinder_layer` . `updated_at` as `intedia_doofinder_layer.updatedAt` FROM `intedia_doofinder_layer` WHERE (`intedia_doofinder_layer` . `domain_id` = ? )
Parameters :
[
b"‹%Dq\x1F PNð°¦;›§·l\x05 "
]
SELECT `intedia_doofinder_layer` . `id` as `intedia_doofinder_layer.id` , `intedia_doofinder_layer` . `doofinder_channel_id` as `intedia_doofinder_layer.doofinderChannelId` , `intedia_doofinder_layer` . `doofinder_hash_id` as `intedia_doofinder_layer.doofinderHashId` , `intedia_doofinder_layer` . `doofinder_store_id` as `intedia_doofinder_layer.doofinderStoreId` , `intedia_doofinder_layer` . `domain_id` as `intedia_doofinder_layer.domainId` , `intedia_doofinder_layer` . `trigger` as `intedia_doofinder_layer.trigger` , `intedia_doofinder_layer` . `name` as `intedia_doofinder_layer.name` , `intedia_doofinder_layer` . `status` as `intedia_doofinder_layer.status` , `intedia_doofinder_layer` . `status_message` as `intedia_doofinder_layer.statusMessage` , `intedia_doofinder_layer` . `status_date` as `intedia_doofinder_layer.statusDate` , `intedia_doofinder_layer` . `status_received_date` as `intedia_doofinder_layer.statusReceivedDate` , `intedia_doofinder_layer` . `created_at` as `intedia_doofinder_layer.createdAt` , `intedia_doofinder_layer` . `updated_at` as `intedia_doofinder_layer.updatedAt` FROM `intedia_doofinder_layer` WHERE (`intedia_doofinder_layer` . `domain_id` = 0x8B2544711F504EF0B0A63B9BA7B76C05 );
Copy
134
0.31 ms
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = ? ) AND (configuration_key LIKE ? ) ORDER BY sales_channel_id ASC
Parameters :
[
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
"Sendinblue.% "
]
SELECT configuration_key , configuration_value FROM system_config WHERE (sales_channel_id = 0xE7C393193D324CDEA909E40B1D783F6E ) AND (configuration_key LIKE 'Sendinblue.%' ) ORDER BY sales_channel_id ASC ;
Copy
135
0.85 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/9253521e01294d6da3735ff3b6f7a26f "
"/navigation/7e3ac5a32ed14bdd964173894d4a25f8 "
"/navigation/01917f37aeaa7a9b98b9e6c6e6959796 "
"/navigation/f6c28b26c39a41139c8965fb39da2602 "
"/navigation/01917f2d64777ad3af9f83b8dce8ee8d "
"/navigation/504f320cf82b49a09bf0876482f44a09 "
"/navigation/7addd97510d14973ab82f29069918716 "
"/navigation/20c78fb8da684b009777fa8624bd9e73 "
"/navigation/1b1a13eebded403d93eecf412b7e0e58 "
"/navigation/5ce011f584b2429abace194d18223c3b "
"/navigation/49ba2203210940a9b73c34a91ebc2a3a "
"/navigation/11faad2fc22c4b13b43ecc1f856a42cd "
"/navigation/cacf6215daf94c5fa1b873c87819f3eb "
"/navigation/f773660710564b77abd8340a9cb6ea4c "
"/navigation/a4c5f268a1184225b176c9801c32a962 "
"/navigation/d1ad71c49e4f4791b5c7e11ab2e6080d "
"/navigation/1b6f662a92e14fdf8748a1fc3e628220 "
"/navigation/01990a84bdba7884ac22478042f576c9 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"çÓ\x19 =2LÞ©\t ä\v\x1D x?n "
]
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/9253521e01294d6da3735ff3b6f7a26f' , '/navigation/7e3ac5a32ed14bdd964173894d4a25f8' , '/navigation/01917f37aeaa7a9b98b9e6c6e6959796' , '/navigation/f6c28b26c39a41139c8965fb39da2602' , '/navigation/01917f2d64777ad3af9f83b8dce8ee8d' , '/navigation/504f320cf82b49a09bf0876482f44a09' , '/navigation/7addd97510d14973ab82f29069918716' , '/navigation/20c78fb8da684b009777fa8624bd9e73' , '/navigation/1b1a13eebded403d93eecf412b7e0e58' , '/navigation/5ce011f584b2429abace194d18223c3b' , '/navigation/49ba2203210940a9b73c34a91ebc2a3a' , '/navigation/11faad2fc22c4b13b43ecc1f856a42cd' , '/navigation/cacf6215daf94c5fa1b873c87819f3eb' , '/navigation/f773660710564b77abd8340a9cb6ea4c' , '/navigation/a4c5f268a1184225b176c9801c32a962' , '/navigation/d1ad71c49e4f4791b5c7e11ab2e6080d' , '/navigation/1b6f662a92e14fdf8748a1fc3e628220' , '/navigation/01990a84bdba7884ac22478042f576c9' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0xE7C393193D324CDEA909E40B1D783F6E OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
136
0.33 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 ¦Ì®\x7F qË™ªP_uiŒì "
b"\x01 ¦òU×rƒ¾\x08 gxÄ¥ "
b"\x01 ¦òUós\x1F Œ€d3qªÒ‚ "
b"""
e\n
lVûœG´°Ö¶RŽ\n
i…
"""
b"s†<—®ÈGJ¥:ç‰ÌŠ\x1E\x06 "
b"Œæ‚\f ÈÙKK¯a)\x1F u\x1E ¬& "
b"\x01 •pPå=|:¦œèqçZ¼[ "
b"\x01 –€\x08 ŽH{'ªƒ\x01 ¨i'ÁP "
b"L+2ø„›K*¸µqý\ýñ\x0E "
]
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 (0x018FA6CCAE7F71CB99AA505F75698CEC , 0x018FA6F255D77283BE08678F8178C4A5 , 0x018FA6F255F3731F8C80643371AAD282 , 0x650A6C56FB9C47B4B0D6B6528D0A6985 , 0x73863C97AEC8474AA53AE789CC8A1E06 , 0x8CE6820CC8D94B4BAF61291F751EAC26 , 0x01957050E53D7C3AA69CE871E75ABC5B , 0x019680088E487B27AA8301A86927C150 , 0x4C2B32F8849B4B2AB8B571FD5CFDF10E );
Copy
137
0.21 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"0pQL7eSDkFHLNRlOKVLKeSd6EyJLntD2 "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = '0pQL7eSDkFHLNRlOKVLKeSd6EyJLntD2' ;
Copy