1
0.47 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
2
0.99 ms
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ;
SELECT
`name` ,
`base_class` AS baseClass ,
IF (`active` = 1 AND `installed_at` IS NOT NULL , 1 , 0 ) AS active ,
`path` ,
`version` ,
`autoload` ,
`managed_by_composer` AS managedByComposer ,
composer_name as composerName
FROM `plugin`
ORDER BY `installed_at` ; ;
Copy
3
0.13 ms
SELECT `key` , `value` FROM `app_config`
SELECT `key` , `value` FROM `app_config` ;
Copy
4
1.31 ms
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
SELECT custom_entity . name , custom_entity . fields , custom_entity . flags
FROM custom_entity
LEFT JOIN app ON app . id = custom_entity . app_id
WHERE (custom_entity . app_id IS NULL OR app . active = 1 ) AND custom_entity . deleted_at IS NULL ;
;
Copy
5
0.06 ms
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ))
SET @@group_concat_max_len = CAST (IF (@@group_concat_max_len > 320000 , @@group_concat_max_len , 320000 ) AS UNSIGNED ); SET sql_mode = (SELECT REPLACE (@@sql_mode , 'ONLY_FULL_GROUP_BY' , '' ));
Copy
6
4.42 ms
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX (? )) AND (sales_channel . active )
Parameters :
[
"8a243080f92e4c719546314b577cf82b "
]
SELECT CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) `key` , CONCAT (TRIM (TRAILING '/' FROM domain . url ), '/' ) url , LOWER (HEX (domain . id )) id , LOWER (HEX (sales_channel . id )) salesChannelId , LOWER (HEX (sales_channel . type_id )) typeId , LOWER (HEX (domain . snippet_set_id )) snippetSetId , LOWER (HEX (domain . currency_id )) currencyId , LOWER (HEX (domain . language_id )) languageId , LOWER (HEX (theme . id )) themeId , sales_channel . maintenance maintenance , sales_channel . maintenance_ip_whitelist maintenanceIpWhitelist , snippet_set . iso as locale , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName FROM sales_channel INNER JOIN sales_channel_domain domain ON domain . sales_channel_id = sales_channel . id LEFT JOIN theme_sales_channel theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id INNER JOIN snippet_set snippet_set ON snippet_set . id = domain . snippet_set_id LEFT JOIN theme theme ON theme_sales_channel . theme_id = theme . id LEFT JOIN theme parentTheme ON theme . parent_theme_id = parentTheme . id WHERE (sales_channel . type_id = UNHEX ('8a243080f92e4c719546314b577cf82b' )) AND (sales_channel . active );
Copy
7
2.22 ms
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = ? ) AND ((sales_channel_id = ? OR sales_channel_id IS NULL )) AND ((seo_path_info = ? OR seo_path_info = ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ŽÍù‡:qß«UóöDæf( "
"kuehlung "
"kuehlung/ "
]
SELECT id , path_info pathInfo , is_canonical isCanonical , sales_channel_id salesChannelId FROM seo_url WHERE (language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND ((sales_channel_id = 0x018ECDF9873A71DFAB55F3F644E66628 OR sales_channel_id IS NULL )) AND ((seo_path_info = 'kuehlung' OR seo_path_info = 'kuehlung/' ));
Copy
8
1.31 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
9
0.85 ms
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
SELECT `name` , `path` , `author`
FROM `app`
WHERE `active` = 1
;
Copy
10
0.79 ms
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = ? ) AND (token = ? ) LIMIT 1
Parameters :
[
b"\x01 ŽÍù‡:qß«UóöDæf( "
"yiXuQ7lKbSOf3uIBBeerkPkqkNVeudyt "
]
SELECT * FROM sales_channel_api_context WHERE (sales_channel_id = 0x018ECDF9873A71DFAB55F3F644E66628 ) AND (token = 'yiXuQ7lKbSOf3uIBBeerkPkqkNVeudyt' ) LIMIT 1 ;
Copy
11
0.77 ms
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = ?
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor
Parameters :
[
b"\x01 ŽÍù‡:qß«UóöDæf( "
]
SELECT
sales_channel . id as sales_channel_id ,
sales_channel . language_id as sales_channel_default_language_id ,
sales_channel . currency_id as sales_channel_currency_id ,
currency . factor as sales_channel_currency_factor ,
GROUP_CONCAT (LOWER (HEX (sales_channel_language . language_id ))) as sales_channel_language_ids
FROM sales_channel
INNER JOIN currency
ON sales_channel . currency_id = currency . id
LEFT JOIN sales_channel_language
ON sales_channel_language . sales_channel_id = sales_channel . id
WHERE sales_channel . id = 0x018ECDF9873A71DFAB55F3F644E66628
GROUP BY sales_channel . id , sales_channel . language_id , sales_channel . currency_id , currency . factor ;
Copy
12
0.78 ms
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = ? ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = ? ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ŽÍù‡:qß«UóöDæf( "
]
SELECT
`sales_channel` . `id` as `sales_channel.id` ,
`sales_channel` . `type_id` as `sales_channel.typeId` ,
`sales_channel` . `language_id` as `sales_channel.languageId` ,
`sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` ,
`sales_channel` . `currency_id` as `sales_channel.currencyId` ,
`sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` ,
`sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` ,
`sales_channel` . `country_id` as `sales_channel.countryId` ,
`sales_channel` . `analytics_id` as `sales_channel.analyticsId` ,
`sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` ,
`sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` ,
`sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` ,
`sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` ,
`sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` ,
`sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` ,
`sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` ,
`sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` ,
`sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` ,
`sales_channel` . `short_name` as `sales_channel.shortName` ,
`sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` ,
`sales_channel` . `access_key` as `sales_channel.accessKey` ,
`sales_channel` . `configuration` as `sales_channel.configuration` ,
`sales_channel` . `active` as `sales_channel.active` ,
`sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` ,
`sales_channel` . `maintenance` as `sales_channel.maintenance` ,
`sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` ,
`sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` ,
`sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` ,
`sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` ,
`sales_channel` . `created_at` as `sales_channel.createdAt` ,
`sales_channel` . `updated_at` as `sales_channel.updatedAt` ,
`sales_channel.currency` . `id` as `sales_channel.currency.id` ,
`sales_channel.currency` . `factor` as `sales_channel.currency.factor` ,
`sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` ,
`sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` ,
`sales_channel.currency` . `position` as `sales_channel.currency.position` ,
`sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` ,
`sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` ,
`sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` ,
`sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` ,
`sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` ,
`sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` ,
`sales_channel.currency.translation.name` ,
`sales_channel.currency.translation.name` as `sales_channel.currency.name` ,
`sales_channel.currency.translation.customFields` ,
`sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` ,
`sales_channel.translation.name` ,
`sales_channel.translation.name` as `sales_channel.name` ,
`sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` ,
`sales_channel.translation.homeEnabled` ,
`sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` ,
`sales_channel.translation.homeName` ,
`sales_channel.translation.homeName` as `sales_channel.homeName` ,
`sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` ,
`sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` ,
`sales_channel.translation.homeKeywords` ,
`sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` ,
`sales_channel.translation.customFields` ,
`sales_channel.translation.customFields` as `sales_channel.customFields`
FROM
`sales_channel`
LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id`
LEFT JOIN (
SELECT
`sales_channel.translation` . `sales_channel_id` ,
`sales_channel.translation` . `name` as `sales_channel.translation.name` ,
`sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` ,
`sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` ,
`sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` ,
`sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` ,
`sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` ,
`sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` ,
`sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords`
FROM
`sales_channel_translation` `sales_channel.translation`
WHERE
`sales_channel.translation` . `language_id` = ?
) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id`
LEFT JOIN (
SELECT
`sales_channel.currency.translation` . `currency_id` ,
`sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` ,
`sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` ,
`sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields`
FROM
`currency_translation` `sales_channel.currency.translation`
WHERE
`sales_channel.currency.translation` . `language_id` = ?
) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id`
WHERE
`sales_channel` . `id` IN (? )
Copy
SELECT `sales_channel` . `id` as `sales_channel.id` , `sales_channel` . `type_id` as `sales_channel.typeId` , `sales_channel` . `language_id` as `sales_channel.languageId` , `sales_channel` . `customer_group_id` as `sales_channel.customerGroupId` , `sales_channel` . `currency_id` as `sales_channel.currencyId` , `sales_channel` . `payment_method_id` as `sales_channel.paymentMethodId` , `sales_channel` . `shipping_method_id` as `sales_channel.shippingMethodId` , `sales_channel` . `country_id` as `sales_channel.countryId` , `sales_channel` . `analytics_id` as `sales_channel.analyticsId` , `sales_channel` . `navigation_category_id` as `sales_channel.navigationCategoryId` , `sales_channel` . `navigation_category_version_id` as `sales_channel.navigationCategoryVersionId` , `sales_channel` . `navigation_category_depth` as `sales_channel.navigationCategoryDepth` , `sales_channel` . `footer_category_id` as `sales_channel.footerCategoryId` , `sales_channel` . `footer_category_version_id` as `sales_channel.footerCategoryVersionId` , `sales_channel` . `service_category_id` as `sales_channel.serviceCategoryId` , `sales_channel` . `service_category_version_id` as `sales_channel.serviceCategoryVersionId` , `sales_channel` . `mail_header_footer_id` as `sales_channel.mailHeaderFooterId` , `sales_channel` . `hreflang_default_domain_id` as `sales_channel.hreflangDefaultDomainId` , `sales_channel` . `short_name` as `sales_channel.shortName` , `sales_channel` . `tax_calculation_type` as `sales_channel.taxCalculationType` , `sales_channel` . `access_key` as `sales_channel.accessKey` , `sales_channel` . `configuration` as `sales_channel.configuration` , `sales_channel` . `active` as `sales_channel.active` , `sales_channel` . `hreflang_active` as `sales_channel.hreflangActive` , `sales_channel` . `maintenance` as `sales_channel.maintenance` , `sales_channel` . `maintenance_ip_whitelist` as `sales_channel.maintenanceIpWhitelist` , `sales_channel` . `payment_method_ids` as `sales_channel.paymentMethodIds` , `sales_channel` . `home_cms_page_id` as `sales_channel.homeCmsPageId` , `sales_channel` . `home_cms_page_version_id` as `sales_channel.homeCmsPageVersionId` , `sales_channel` . `created_at` as `sales_channel.createdAt` , `sales_channel` . `updated_at` as `sales_channel.updatedAt` , `sales_channel.currency` . `id` as `sales_channel.currency.id` , `sales_channel.currency` . `factor` as `sales_channel.currency.factor` , `sales_channel.currency` . `symbol` as `sales_channel.currency.symbol` , `sales_channel.currency` . `iso_code` as `sales_channel.currency.isoCode` , `sales_channel.currency` . `position` as `sales_channel.currency.position` , `sales_channel.currency` . `tax_free_from` as `sales_channel.currency.taxFreeFrom` , `sales_channel.currency` . `item_rounding` as `sales_channel.currency.itemRounding` , `sales_channel.currency` . `total_rounding` as `sales_channel.currency.totalRounding` , `sales_channel.currency` . `created_at` as `sales_channel.currency.createdAt` , `sales_channel.currency` . `updated_at` as `sales_channel.currency.updatedAt` , `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation.shortName` as `sales_channel.currency.shortName` , `sales_channel.currency.translation.name` , `sales_channel.currency.translation.name` as `sales_channel.currency.name` , `sales_channel.currency.translation.customFields` , `sales_channel.currency.translation.customFields` as `sales_channel.currency.customFields` , `sales_channel.translation.name` , `sales_channel.translation.name` as `sales_channel.name` , `sales_channel.translation.homeSlotConfig` , `sales_channel.translation.homeSlotConfig` as `sales_channel.homeSlotConfig` , `sales_channel.translation.homeEnabled` , `sales_channel.translation.homeEnabled` as `sales_channel.homeEnabled` , `sales_channel.translation.homeName` , `sales_channel.translation.homeName` as `sales_channel.homeName` , `sales_channel.translation.homeMetaTitle` , `sales_channel.translation.homeMetaTitle` as `sales_channel.homeMetaTitle` , `sales_channel.translation.homeMetaDescription` , `sales_channel.translation.homeMetaDescription` as `sales_channel.homeMetaDescription` , `sales_channel.translation.homeKeywords` , `sales_channel.translation.homeKeywords` as `sales_channel.homeKeywords` , `sales_channel.translation.customFields` , `sales_channel.translation.customFields` as `sales_channel.customFields` FROM `sales_channel` LEFT JOIN `currency` `sales_channel.currency` ON `sales_channel` . `currency_id` = `sales_channel.currency` . `id` LEFT JOIN (SELECT `sales_channel.translation` . `sales_channel_id` , `sales_channel.translation` . `name` as `sales_channel.translation.name` , `sales_channel.translation` . `custom_fields` as `sales_channel.translation.customFields` , `sales_channel.translation` . `home_slot_config` as `sales_channel.translation.homeSlotConfig` , `sales_channel.translation` . `home_enabled` as `sales_channel.translation.homeEnabled` , `sales_channel.translation` . `home_name` as `sales_channel.translation.homeName` , `sales_channel.translation` . `home_meta_title` as `sales_channel.translation.homeMetaTitle` , `sales_channel.translation` . `home_meta_description` as `sales_channel.translation.homeMetaDescription` , `sales_channel.translation` . `home_keywords` as `sales_channel.translation.homeKeywords` FROM `sales_channel_translation` `sales_channel.translation` WHERE `sales_channel.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.sales_channel_translation` ON `sales_channel.sales_channel_translation` . `sales_channel_id` = `sales_channel` . `id` LEFT JOIN (SELECT `sales_channel.currency.translation` . `currency_id` , `sales_channel.currency.translation` . `short_name` as `sales_channel.currency.translation.shortName` , `sales_channel.currency.translation` . `name` as `sales_channel.currency.translation.name` , `sales_channel.currency.translation` . `custom_fields` as `sales_channel.currency.translation.customFields` FROM `currency_translation` `sales_channel.currency.translation` WHERE `sales_channel.currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `sales_channel.currency.currency_translation` ON `sales_channel.currency.currency_translation` . `currency_id` = `sales_channel.currency` . `id` WHERE `sales_channel` . `id` IN (0x018ECDF9873A71DFAB55F3F644E66628 );
Copy
13
0.19 ms
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (? ))
Parameters :
[
b"\x01 ŽÍù‡:qß«UóöDæf( "
]
SELECT `sales_channel_domain` . `id` as `sales_channel_domain.id` , `sales_channel_domain` . `url` as `sales_channel_domain.url` , `sales_channel_domain` . `sales_channel_id` as `sales_channel_domain.salesChannelId` , `sales_channel_domain` . `language_id` as `sales_channel_domain.languageId` , `sales_channel_domain` . `currency_id` as `sales_channel_domain.currencyId` , `sales_channel_domain` . `snippet_set_id` as `sales_channel_domain.snippetSetId` , `sales_channel_domain` . `hreflang_use_only_locale` as `sales_channel_domain.hreflangUseOnlyLocale` , `sales_channel_domain` . `custom_fields` as `sales_channel_domain.customFields` , `sales_channel_domain` . `created_at` as `sales_channel_domain.createdAt` , `sales_channel_domain` . `updated_at` as `sales_channel_domain.updatedAt` FROM `sales_channel_domain` WHERE (`sales_channel_domain` . `sales_channel_id` IN (0x018ECDF9873A71DFAB55F3F644E66628 ));
Copy
14
0.25 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
15
0.73 ms
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = ? ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ŽÍ÷ß_pà‡\x05 c\t ý˜8ê "
]
SELECT `country` . `id` as `country.id` , `country` . `iso` as `country.iso` , `country` . `position` as `country.position` , `country` . `active` as `country.active` , `country` . `shipping_available` as `country.shippingAvailable` , `country` . `iso3` as `country.iso3` , `country` . `display_state_in_registration` as `country.displayStateInRegistration` , `country` . `force_state_in_registration` as `country.forceStateInRegistration` , `country` . `check_vat_id_pattern` as `country.checkVatIdPattern` , `country` . `vat_id_required` as `country.vatIdRequired` , `country` . `vat_id_pattern` as `country.vatIdPattern` , `country` . `customer_tax` as `country.customerTax` , `country` . `company_tax` as `country.companyTax` , `country` . `postal_code_required` as `country.postalCodeRequired` , `country` . `check_postal_code_pattern` as `country.checkPostalCodePattern` , `country` . `check_advanced_postal_code_pattern` as `country.checkAdvancedPostalCodePattern` , `country` . `advanced_postal_code_pattern` as `country.advancedPostalCodePattern` , `country` . `default_postal_code_pattern` as `country.defaultPostalCodePattern` , `country` . `is_eu` as `country.isEu` , `country` . `created_at` as `country.createdAt` , `country` . `updated_at` as `country.updatedAt` , `country.translation.name` , `country.translation.name` as `country.name` , `country.translation.addressFormat` , `country.translation.addressFormat` as `country.addressFormat` , `country.translation.customFields` , `country.translation.customFields` as `country.customFields` FROM `country` LEFT JOIN (SELECT `country.translation` . `country_id` , `country.translation` . `name` as `country.translation.name` , `country.translation` . `custom_fields` as `country.translation.customFields` , `country.translation` . `address_format` as `country.translation.addressFormat` FROM `country_translation` `country.translation` WHERE `country.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `country.country_translation` ON `country.country_translation` . `country_id` = `country` . `id` WHERE `country` . `id` IN (0x018ECDF7DF5F70E087056309FD9838EA );
Copy
16
0.81 ms
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = ? ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"¤¢P\x18 ËìAÏ¡╩\x10 ┘O╚¢Í "
]
SELECT `customer_group` . `id` as `customer_group.id` , `customer_group` . `display_gross` as `customer_group.displayGross` , `customer_group` . `registration_active` as `customer_group.registrationActive` , `customer_group` . `created_at` as `customer_group.createdAt` , `customer_group` . `updated_at` as `customer_group.updatedAt` , `customer_group.translation.name` , `customer_group.translation.name` as `customer_group.name` , `customer_group.translation.registrationTitle` , `customer_group.translation.registrationTitle` as `customer_group.registrationTitle` , `customer_group.translation.registrationIntroduction` , `customer_group.translation.registrationIntroduction` as `customer_group.registrationIntroduction` , `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationOnlyCompanyRegistration` as `customer_group.registrationOnlyCompanyRegistration` , `customer_group.translation.registrationSeoMetaDescription` , `customer_group.translation.registrationSeoMetaDescription` as `customer_group.registrationSeoMetaDescription` , `customer_group.translation.customFields` , `customer_group.translation.customFields` as `customer_group.customFields` FROM `customer_group` LEFT JOIN (SELECT `customer_group.translation` . `customer_group_id` , `customer_group.translation` . `name` as `customer_group.translation.name` , `customer_group.translation` . `custom_fields` as `customer_group.translation.customFields` , `customer_group.translation` . `registration_title` as `customer_group.translation.registrationTitle` , `customer_group.translation` . `registration_introduction` as `customer_group.translation.registrationIntroduction` , `customer_group.translation` . `registration_only_company_registration` as `customer_group.translation.registrationOnlyCompanyRegistration` , `customer_group.translation` . `registration_seo_meta_description` as `customer_group.translation.registrationSeoMetaDescription` FROM `customer_group_translation` `customer_group.translation` WHERE `customer_group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `customer_group.customer_group_translation` ON `customer_group.customer_group_translation` . `customer_group_id` = `customer_group` . `id` WHERE `customer_group` . `id` IN (0xCFBD5018D38D41D8ADCA10D94FC8BDD6 );
Copy
17
0.79 ms
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax`
SELECT `tax` . `id` as `tax.id` , `tax` . `tax_rate` as `tax.taxRate` , `tax` . `name` as `tax.name` , `tax` . `position` as `tax.position` , `tax` . `custom_fields` as `tax.customFields` , `tax` . `created_at` as `tax.createdAt` , `tax` . `updated_at` as `tax.updatedAt` FROM `tax` ;
Copy
18
1.58 ms
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = ? ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Ä═¸▀█påìÅ\r «+ú\x11 "
b"\x01 Ä═¸▀█påìÅ\r «,l▒( "
b"\x01 Ä═¸Ùeq╚Á¯\e `oìüG "
]
SELECT `tax_rule` . `id` as `tax_rule.id` , `tax_rule` . `tax_rule_type_id` as `tax_rule.taxRuleTypeId` , `tax_rule` . `country_id` as `tax_rule.countryId` , `tax_rule` . `tax_rate` as `tax_rule.taxRate` , `tax_rule` . `data` as `tax_rule.data` , `tax_rule` . `tax_id` as `tax_rule.taxId` , `tax_rule` . `active_from` as `tax_rule.activeFrom` , `tax_rule` . `created_at` as `tax_rule.createdAt` , `tax_rule` . `updated_at` as `tax_rule.updatedAt` , `tax_rule.type` . `id` as `tax_rule.type.id` , `tax_rule.type` . `technical_name` as `tax_rule.type.technicalName` , `tax_rule.type` . `position` as `tax_rule.type.position` , `tax_rule.type` . `created_at` as `tax_rule.type.createdAt` , `tax_rule.type` . `updated_at` as `tax_rule.type.updatedAt` , `tax_rule.type.translation.typeName` , `tax_rule.type.translation.typeName` as `tax_rule.type.typeName` FROM `tax_rule` LEFT JOIN `tax_rule_type` `tax_rule.type` ON `tax_rule` . `tax_rule_type_id` = `tax_rule.type` . `id` LEFT JOIN (SELECT `tax_rule.type.translation` . `tax_rule_type_id` , `tax_rule.type.translation` . `type_name` as `tax_rule.type.translation.typeName` FROM `tax_rule_type_translation` `tax_rule.type.translation` WHERE `tax_rule.type.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `tax_rule.type.tax_rule_type_translation` ON `tax_rule.type.tax_rule_type_translation` . `tax_rule_type_id` = `tax_rule.type` . `id` WHERE (`tax_rule` . `tax_id` IN (0x018ECDF7DFDB70868D8F0DAE2BF0A311 , 0x018ECDF7DFDB70868D8F0DAE2C6CB128 , 0x018ECDF7EB6571C8B5EE1B606F8D8147 ));
Copy
19
4.17 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ŽÍú>\x14 qvŠDwÖþ€ß3 "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x018ECDFA3E1471768A4477D6FE80DF33 );
Copy
20
2.88 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ’”czýu\x0F ¢ö&¾\x17 Ì’\x19 "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x019294637AFD750FA2F626BE17CC9219 );
Copy
21
0.74 ms
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = ? AND `currency_country_rounding` . `country_id` = ? ) LIMIT 1
Parameters :
[
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
b"\x01 ŽÍ÷ß_pà‡\x05 c\t ý˜8ê "
]
SELECT `currency_country_rounding` . `id` FROM `currency_country_rounding` WHERE (`currency_country_rounding` . `currency_id` = 0xB7D2554B0CE847CD82F3AC9BD1C0DFCA AND `currency_country_rounding` . `country_id` = 0x018ECDF7DF5F70E087056309FD9838EA ) LIMIT 1 ;
Copy
22
0.50 ms
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = ?
Parameters :
[
"yiXuQ7lKbSOf3uIBBeerkPkqkNVeudyt "
]
SELECT `cart` . `payload` , `cart` . `rule_ids` , `cart` . `compressed` FROM cart WHERE `token` = 'yiXuQ7lKbSOf3uIBBeerkPkqkNVeudyt' ;
Copy
23
0.82 ms
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = ? ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500
SELECT `rule` . `id` FROM `rule` WHERE (`rule` . `invalid` = 0 ) ORDER BY `rule` . `priority` DESC , `rule` . `id` ASC LIMIT 500 ;
Copy
24
0.22 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x01 ŽÍ÷ßÏsNˆ\x06 ;¯xƒí¿ "
b"\x01 ŽÍ÷ߨsn•p(ÅŸÕ\x07 Š "
b"\x01 Ä═¸Þ¨q\x1A Å×│:Õ{¼\x05 "
b"\x01 “—‹dG}N‹f=*ÍhzR "
b"\x01 ŽÍ÷ßîrÛœC\v ´–2Ñ« "
b"\x01 ŽÍ÷ßîrÛœC\v ´—$Ù‡ "
b"\x01 ŽÍø\x04 ¹sDªôxÐýº\f\t "
b"\x01 Æög+ì}KÉ,\x0E ╣å£n| "
]
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x018ECDF7DFCF734E88063BAF7883EDBF , 0x018ECDF7DFD8736E957028C59FD5078A , 0x018ECDF7E8F9711A8F9EB33AE57BAC05 , 0x0193978B64477D4E8B663D2ACD687A52 , 0x018ECDF7DFEE72DB9C430BB49632D1AB , 0x018ECDF7DFEE72DB9C430BB49724D987 , 0x018ECDF804B97344AAF478D0FDBA0C09 , 0x019294672B8D7D4B902C0EB9869C6E7C );
Copy
25
0.23 ms
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = ? )
SELECT `app` . `id` FROM `app` WHERE (`app` . `active` = 1 );
Copy
26
0.55 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS scriptName ,
`script` . `script` AS script ,
`script` . `hook` AS hook ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
`app` . `version` AS appVersion ,
`script` . `active` AS active
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` ! = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
27
0.22 ms
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
SELECT LOWER (HEX (`script` . `app_id` )) as `app_id` ,
`script` . `name` AS name ,
`script` . `script` AS script ,
`app` . `name` AS appName ,
LOWER (HEX (`app` . `integration_id` )) AS integrationId ,
IFNULL (`script` . `updated_at` , `script` . `created_at` ) AS lastModified
FROM `script`
LEFT JOIN `app` ON `script` . `app_id` = `app` . `id`
WHERE `script` . `hook` = 'include'
ORDER BY `app` . `created_at` , `app` . `id` , `script` . `name`
;
Copy
28
1.00 ms
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = ? AND `sales_channel_country` . `country_id` = ? )
Parameters :
[
b"\x01 ŽÍù‡:qß«UóöDæf( "
b"\x01 ŽÍ÷ß_pà‡\x05 c\t ý˜8ê "
]
SELECT `sales_channel_country` . `sales_channel_id` , `sales_channel_country` . `country_id` FROM `sales_channel_country` WHERE (`sales_channel_country` . `sales_channel_id` = 0x018ECDF9873A71DFAB55F3F644E66628 AND `sales_channel_country` . `country_id` = 0x018ECDF7DF5F70E087056309FD9838EA );
Copy
29
0.29 ms
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = ? OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC
Parameters :
[
b"\x01 ŽÍù‡:qß«UóöDæf( "
]
SELECT configuration_key , configuration_value FROM system_config WHERE sales_channel_id = 0x018ECDF9873A71DFAB55F3F644E66628 OR system_config . sales_channel_id IS NULL ORDER BY sales_channel_id ASC ;
Copy
30
0.51 ms
SELECT payload FROM tecdoc_customer_data WHERE `token` = ?
Parameters :
[
"yiXuQ7lKbSOf3uIBBeerkPkqkNVeudyt "
]
SELECT payload FROM tecdoc_customer_data WHERE `token` = 'yiXuQ7lKbSOf3uIBBeerkPkqkNVeudyt' ;
Copy
31
1.15 ms
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = ? AND `language.salesChannels` . `id` = ? ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC
Parameters :
[
b"\x01 ŽÍù‡:qß«UóöDæf( "
b"\x01 ŽÍù‡:qß«UóöDæf( "
]
SELECT `language` . `id` FROM `language` LEFT JOIN `sales_channel_domain` `language.salesChannelDomains` ON `language` . `id` = `language.salesChannelDomains` . `language_id` LEFT JOIN `sales_channel_language` `language.salesChannels.mapping` ON `language` . `id` = `language.salesChannels.mapping` . `language_id` LEFT JOIN `sales_channel` `language.salesChannels` ON `language.salesChannels.mapping` . `sales_channel_id` = `language.salesChannels` . `id` WHERE (`language.salesChannelDomains` . `sales_channel_id` = 0x018ECDF9873A71DFAB55F3F644E66628 AND `language.salesChannels` . `id` = 0x018ECDF9873A71DFAB55F3F644E66628 ) GROUP BY `language` . `id` ORDER BY MIN (`language` . `name` ) ASC ;
Copy
32
2.31 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = ? ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ’.¦´Õsóžzb¹ßä¬ó "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.productSearchConfig` . `id` as `language.productSearchConfig.id` , `language.productSearchConfig` . `language_id` as `language.productSearchConfig.languageId` , `language.productSearchConfig` . `and_logic` as `language.productSearchConfig.andLogic` , `language.productSearchConfig` . `min_search_length` as `language.productSearchConfig.minSearchLength` , `language.productSearchConfig` . `excluded_terms` as `language.productSearchConfig.excludedTerms` , `language.productSearchConfig` . `created_at` as `language.productSearchConfig.createdAt` , `language.productSearchConfig` . `updated_at` as `language.productSearchConfig.updatedAt` , `language.translationCode` . `id` as `language.translationCode.id` , `language.translationCode` . `code` as `language.translationCode.code` , `language.translationCode` . `created_at` as `language.translationCode.createdAt` , `language.translationCode` . `updated_at` as `language.translationCode.updatedAt` , `language.translationCode.translation.name` , `language.translationCode.translation.name` as `language.translationCode.name` , `language.translationCode.translation.territory` , `language.translationCode.translation.territory` as `language.translationCode.territory` , `language.translationCode.translation.customFields` , `language.translationCode.translation.customFields` as `language.translationCode.customFields` FROM `language` LEFT JOIN `product_search_config` `language.productSearchConfig` ON `language` . `id` = `language.productSearchConfig` . `language_id` LEFT JOIN `locale` `language.translationCode` ON `language` . `translation_code_id` = `language.translationCode` . `id` LEFT JOIN (SELECT `language.translationCode.translation` . `locale_id` , `language.translationCode.translation` . `name` as `language.translationCode.translation.name` , `language.translationCode.translation` . `territory` as `language.translationCode.translation.territory` , `language.translationCode.translation` . `custom_fields` as `language.translationCode.translation.customFields` FROM `locale_translation` `language.translationCode.translation` WHERE `language.translationCode.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.translationCode.locale_translation` ON `language.translationCode.locale_translation` . `locale_id` = `language.translationCode` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B , 0x01922EA6B4D573F39E7A62B9DFE4ACF3 );
Copy
33
1.23 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"\x01 ŽÍ÷ßÜr\x1C ¾˜ÇN}I9, "
b"\x01 ŽÍ÷ßÜr\x1C ¾˜ÇN}I9, "
b"\x01 ŽÍ÷ßÜr\x1C ¾˜ÇN}I9, "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x018ECDF7DFDC721CBE98C74E7D49392C OR `parent_id` = 0x018ECDF7DFDC721CBE98C74E7D49392C OR `id` = 0x018ECDF7DFDC721CBE98C74E7D49392C
;
Copy
34
2.27 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|018ecdf7dfdc721cbe98c74e7d49392c|% "
1
5
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|018ecdf7dfdc721cbe98c74e7d49392c|%' AND (`category` . `level` > 1 AND `category` . `level` < = 5 )));
Copy
35
1.56 ms
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1
SELECT `name` , `type` FROM `custom_field` WHERE `active` = 1 ;
Copy
36
0.33 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|018ecdf7dfdc721cbe98c74e7d49392c|% "
5
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|018ecdf7dfdc721cbe98c74e7d49392c|%' AND `category` . `level` = 5 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
37
0.38 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ŽÍ÷ßÜr\x1C ¾˜ÇN}I9, "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x018ECDF7DFDC721CBE98C74E7D49392C ));
Copy
38
0.62 ms
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = ? ) GROUP BY `currency` . `id`
Parameters :
[
b"\x01 ŽÍù‡:qß«UóöDæf( "
]
SELECT `currency` . `id` FROM `currency` LEFT JOIN `sales_channel_currency` `currency.salesChannels.mapping` ON `currency` . `id` = `currency.salesChannels.mapping` . `currency_id` LEFT JOIN `sales_channel` `currency.salesChannels` ON `currency.salesChannels.mapping` . `sales_channel_id` = `currency.salesChannels` . `id` WHERE (`currency.salesChannels` . `id` = 0x018ECDF9873A71DFAB55F3F644E66628 ) GROUP BY `currency` . `id` ;
Copy
39
0.26 ms
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = ? ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"·ÒUK\f èGÍ‚ó¬›ÑÀßÊ "
]
SELECT `currency` . `id` as `currency.id` , `currency` . `factor` as `currency.factor` , `currency` . `symbol` as `currency.symbol` , `currency` . `iso_code` as `currency.isoCode` , `currency` . `position` as `currency.position` , `currency` . `tax_free_from` as `currency.taxFreeFrom` , `currency` . `item_rounding` as `currency.itemRounding` , `currency` . `total_rounding` as `currency.totalRounding` , `currency` . `created_at` as `currency.createdAt` , `currency` . `updated_at` as `currency.updatedAt` , `currency.translation.shortName` , `currency.translation.shortName` as `currency.shortName` , `currency.translation.name` , `currency.translation.name` as `currency.name` , `currency.translation.customFields` , `currency.translation.customFields` as `currency.customFields` FROM `currency` LEFT JOIN (SELECT `currency.translation` . `currency_id` , `currency.translation` . `short_name` as `currency.translation.shortName` , `currency.translation` . `name` as `currency.translation.name` , `currency.translation` . `custom_fields` as `currency.translation.customFields` FROM `currency_translation` `currency.translation` WHERE `currency.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `currency.currency_translation` ON `currency.currency_translation` . `currency_id` = `currency` . `id` WHERE `currency` . `id` IN (0xB7D2554B0CE847CD82F3AC9BD1C0DFCA );
Copy
40
0.22 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"\x01 ŽõTù1yÄœ½,„£²¼' "
b"\x01 ŽõTù1yÄœ½,„£²¼' "
b"\x01 ŽõTù1yÄœ½,„£²¼' "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x018EF554F93179C49CBD2C84A3B2BC27 OR `parent_id` = 0x018EF554F93179C49CBD2C84A3B2BC27 OR `id` = 0x018EF554F93179C49CBD2C84A3B2BC27
;
Copy
41
1.02 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND (`category` . `level` > ? AND `category` . `level` < = ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|018ef554f93179c49cbd2c84a3b2bc27|% "
1
4
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
(
`category` . `path` LIKE ?
AND (
`category` . `level` > ?
AND `category` . `level` < = ?
)
)
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|018ef554f93179c49cbd2c84a3b2bc27|%' AND (`category` . `level` > 1 AND `category` . `level` < = 4 )));
Copy
42
0.89 ms
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = ? ) AND ((`category` . `path` LIKE ? AND `category` . `level` = ? AND `category` . `active` = ? AND `category` . `visible` = ? )) GROUP BY `category` . `parent_id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
"%|018ef554f93179c49cbd2c84a3b2bc27|% "
4
true
true
]
SELECT LOWER (HEX (`category` . `parent_id` )) as `category-ids.key` , COUNT (`category` . `id` ) as `category-ids.count` , COUNT (DISTINCT `category` . `id` ) as `visible-children-count` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`category` . `path` LIKE '%|018ef554f93179c49cbd2c84a3b2bc27|%' AND `category` . `level` = 4 AND `category` . `active` = 1 AND `category` . `visible` = 1 )) GROUP BY `category` . `parent_id` ;
Copy
43
0.48 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ŽõTù1yÄœ½,„£²¼' "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x018EF554F93179C49CBD2C84A3B2BC27 ));
Copy
44
0.25 ms
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = ? OR `parent_id` = ? OR `id` = ?
Parameters :
[
b"\x01 “0>þPp¤»“üUr77< "
b"\x01 “0>þPp¤»“üUr77< "
b"\x01 ŽõTù1yÄœ½,„£²¼' "
]
SELECT LOWER (HEX (`id` )), `path` , `level`
FROM `category`
WHERE `id` = 0x0193303EFE5070A4BB93FC557237373C OR `parent_id` = 0x0193303EFE5070A4BB93FC557237373C OR `id` = 0x018EF554F93179C49CBD2C84A3B2BC27
;
Copy
45
0.50 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “0>ÿîr¿’“PšEZ}ø "
b"\x01 “0?\x00 Cp<½Ä«\x1C eª…Á "
b"\x01 ô0?\x00 ØqP╝@1²gæHÕ "
b"\x01 “0?\x01\x06 q²¦ \x00 ‰N¥¸ "
b"\x01 “0?\x01 Špm·^(6ÙžÐ. "
b"\x01 “0?\x02 (rj‘רC¼…ÁL "
b"\x01 ô0?\x02 ▓s!ÿuºP2ÃØX "
b"\x01 “0?\x03 Opöž¦H‡d5¢ü "
b"\x01 ô0?\x03 ðrØ©╠ô8├¬bø "
b"\x01 “0?\x04 esŸ‹Z;$Àã7• "
b"\x01 “0>þPp¤»“üUr77< "
b"\x01 ŽõTù1yÄœ½,„£²¼' "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0193303EFFEE72BF9293509A455A7DF8 , 0x0193303F0043703CBDC4AB1C65AA85C1 , 0x0193303F009D7150BC4031FD679148E5 , 0x0193303F010671B2A6200089AD4EA5B8 , 0x0193303F018A706DB75E2836D99ED02E , 0x0193303F0228726A91D7D843BC85C14C , 0x0193303F02B273219875A75032C79D58 , 0x0193303F034F70F69EA648876435A2FC , 0x0193303F03D0729DB8CC9338C3AA629B , 0x0193303F0465739F8B5A3B24C0E33795 , 0x0193303EFE5070A4BB93FC557237373C , 0x018EF554F93179C49CBD2C84A3B2BC27 ));
Copy
46
0.17 ms
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method`
SELECT `handler_identifier` , LOWER (HEX (`id` )) FROM `payment_method` ;
Copy
47
1.00 ms
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = ? AND
pm . `active` = 1
Parameters :
[
b"\x01 ŽÍú>\x14 qvŠDwÖþ€ß3 "
]
SELECT LOWER (HEX (assoc . `sales_channel_id` ))
FROM `sales_channel_payment_method` AS assoc
LEFT JOIN `payment_method` AS pm
ON pm . `id` = assoc . `payment_method_id`
WHERE
assoc . `payment_method_id` = 0x018ECDFA3E1471768A4477D6FE80DF33 AND
pm . `active` = 1 ;
Copy
48
0.15 ms
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (? ) LIMIT 1
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` FROM `language` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) LIMIT 1 ;
Copy
49
0.26 ms
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = ? ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `language` . `id` as `language.id` , `language` . `parent_id` as `language.parentId` , `language` . `locale_id` as `language.localeId` , `language` . `translation_code_id` as `language.translationCodeId` , `language` . `name` as `language.name` , `language` . `custom_fields` as `language.customFields` , `language` . `created_at` as `language.createdAt` , `language` . `updated_at` as `language.updatedAt` , `language.locale` . `id` as `language.locale.id` , `language.locale` . `code` as `language.locale.code` , `language.locale` . `created_at` as `language.locale.createdAt` , `language.locale` . `updated_at` as `language.locale.updatedAt` , `language.locale.translation.name` , `language.locale.translation.name` as `language.locale.name` , `language.locale.translation.territory` , `language.locale.translation.territory` as `language.locale.territory` , `language.locale.translation.customFields` , `language.locale.translation.customFields` as `language.locale.customFields` FROM `language` LEFT JOIN `locale` `language.locale` ON `language` . `locale_id` = `language.locale` . `id` LEFT JOIN (SELECT `language.locale.translation` . `locale_id` , `language.locale.translation` . `name` as `language.locale.translation.name` , `language.locale.translation` . `territory` as `language.locale.translation.territory` , `language.locale.translation` . `custom_fields` as `language.locale.translation.customFields` FROM `locale_translation` `language.locale.translation` WHERE `language.locale.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `language.locale.locale_translation` ON `language.locale.locale_translation` . `locale_id` = `language.locale` . `id` WHERE `language` . `id` IN (0x2FBB5FE2E29A4D70AA5854CE7CE3E20B );
Copy
50
1.45 ms
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = ? AND `shipping_method.salesChannels` . `id` = ? ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
true
b"\x01 ŽÍù‡:qß«UóöDæf( "
]
SELECT `shipping_method` . `id` FROM `shipping_method` LEFT JOIN `sales_channel_shipping_method` `shipping_method.salesChannels.mapping` ON `shipping_method` . `id` = `shipping_method.salesChannels.mapping` . `shipping_method_id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN `sales_channel` `shipping_method.salesChannels` ON `shipping_method.salesChannels.mapping` . `sales_channel_id` = `shipping_method.salesChannels` . `id` WHERE (`shipping_method` . `active` = 1 AND `shipping_method.salesChannels` . `id` = 0x018ECDF9873A71DFAB55F3F644E66628 ) GROUP BY `shipping_method` . `id` ORDER BY MIN (`shipping_method` . `position` ) ASC , MIN (COALESCE (`shipping_method.translation.name` )) ASC ;
Copy
51
0.55 ms
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = ? ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = ? ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = ? ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ’”czýu\x0F ¢ö&¾\x17 Ì’\x19 "
b"\x01 ŽÍ÷ߨsn•p(ÅžZ-ü "
]
SELECT
`shipping_method` . `id` as `shipping_method.id` ,
`shipping_method` . `active` as `shipping_method.active` ,
`shipping_method` . `position` as `shipping_method.position` ,
`shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` ,
`shipping_method` . `media_id` as `shipping_method.mediaId` ,
`shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` ,
`shipping_method` . `tax_type` as `shipping_method.taxType` ,
`shipping_method` . `tax_id` as `shipping_method.taxId` ,
`shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` ,
`shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` ,
`shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` ,
`shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` ,
`shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` ,
`shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` ,
`shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` ,
`shipping_method.deliveryTime.translation.customFields` ,
`shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` ,
`shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` ,
`shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` ,
`shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` ,
`shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` ,
`shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` ,
`shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` ,
`shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` ,
`shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` ,
`shipping_method` . `technical_name` as `shipping_method.technicalName` ,
`shipping_method` . `created_at` as `shipping_method.createdAt` ,
`shipping_method` . `updated_at` as `shipping_method.updatedAt` ,
`shipping_method.media` . `id` as `shipping_method.media.id` ,
`shipping_method.media` . `user_id` as `shipping_method.media.userId` ,
`shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` ,
`shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` ,
`shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` ,
`shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` ,
`shipping_method.media` . `file_name` as `shipping_method.media.fileName` ,
`shipping_method.media` . `file_size` as `shipping_method.media.fileSize` ,
`shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` ,
`shipping_method.media` . `meta_data` as `shipping_method.media.metaData` ,
`shipping_method.media` . `config` as `shipping_method.media.config` ,
`shipping_method.media` . `path` as `shipping_method.media.path` ,
`shipping_method.media` . `private` as `shipping_method.media.private` ,
`shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` ,
`shipping_method.media` . `created_at` as `shipping_method.media.createdAt` ,
`shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` ,
`shipping_method.media.translation.title` ,
`shipping_method.media.translation.title` as `shipping_method.media.title` ,
`shipping_method.media.translation.alt` ,
`shipping_method.media.translation.alt` as `shipping_method.media.alt` ,
`shipping_method.media.translation.customFields` ,
`shipping_method.media.translation.customFields` as `shipping_method.media.customFields` ,
`shipping_method.translation.name` ,
`shipping_method.translation.name` as `shipping_method.name` ,
`shipping_method.translation.description` ,
`shipping_method.translation.description` as `shipping_method.description` ,
`shipping_method.translation.trackingUrl` ,
`shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` ,
`shipping_method.translation.customFields` ,
`shipping_method.translation.customFields` as `shipping_method.customFields`
FROM
`shipping_method`
LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id`
LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id`
LEFT JOIN (
SELECT
`shipping_method.translation` . `shipping_method_id` ,
`shipping_method.translation` . `name` as `shipping_method.translation.name` ,
`shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` ,
`shipping_method.translation` . `description` as `shipping_method.translation.description` ,
`shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl`
FROM
`shipping_method_translation` `shipping_method.translation`
WHERE
`shipping_method.translation` . `language_id` = ?
) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id`
LEFT JOIN (
SELECT
`shipping_method.deliveryTime.translation` . `delivery_time_id` ,
`shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` ,
`shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `shipping_method.deliveryTime.translation`
WHERE
`shipping_method.deliveryTime.translation` . `language_id` = ?
) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id`
LEFT JOIN (
SELECT
`shipping_method.media.translation` . `media_id` ,
`shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` ,
`shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` ,
`shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields`
FROM
`media_translation` `shipping_method.media.translation`
WHERE
`shipping_method.media.translation` . `language_id` = ?
) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id`
WHERE
`shipping_method` . `id` IN (? , ? )
Copy
SELECT `shipping_method` . `id` as `shipping_method.id` , `shipping_method` . `active` as `shipping_method.active` , `shipping_method` . `position` as `shipping_method.position` , `shipping_method` . `availability_rule_id` as `shipping_method.availabilityRuleId` , `shipping_method` . `media_id` as `shipping_method.mediaId` , `shipping_method` . `delivery_time_id` as `shipping_method.deliveryTimeId` , `shipping_method` . `tax_type` as `shipping_method.taxType` , `shipping_method` . `tax_id` as `shipping_method.taxId` , `shipping_method.deliveryTime` . `id` as `shipping_method.deliveryTime.id` , `shipping_method.deliveryTime` . `min` as `shipping_method.deliveryTime.min` , `shipping_method.deliveryTime` . `max` as `shipping_method.deliveryTime.max` , `shipping_method.deliveryTime` . `unit` as `shipping_method.deliveryTime.unit` , `shipping_method.deliveryTime` . `created_at` as `shipping_method.deliveryTime.createdAt` , `shipping_method.deliveryTime` . `updated_at` as `shipping_method.deliveryTime.updatedAt` , `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation.name` as `shipping_method.deliveryTime.name` , `shipping_method.deliveryTime.translation.customFields` , `shipping_method.deliveryTime.translation.customFields` as `shipping_method.deliveryTime.customFields` , `shipping_method.appShippingMethod` . `id` as `shipping_method.appShippingMethod.id` , `shipping_method.appShippingMethod` . `app_name` as `shipping_method.appShippingMethod.appName` , `shipping_method.appShippingMethod` . `identifier` as `shipping_method.appShippingMethod.identifier` , `shipping_method.appShippingMethod` . `app_id` as `shipping_method.appShippingMethod.appId` , `shipping_method.appShippingMethod` . `shipping_method_id` as `shipping_method.appShippingMethod.shippingMethodId` , `shipping_method.appShippingMethod` . `original_media_id` as `shipping_method.appShippingMethod.originalMediaId` , `shipping_method.appShippingMethod` . `created_at` as `shipping_method.appShippingMethod.createdAt` , `shipping_method.appShippingMethod` . `updated_at` as `shipping_method.appShippingMethod.updatedAt` , `shipping_method` . `technical_name` as `shipping_method.technicalName` , `shipping_method` . `created_at` as `shipping_method.createdAt` , `shipping_method` . `updated_at` as `shipping_method.updatedAt` , `shipping_method.media` . `id` as `shipping_method.media.id` , `shipping_method.media` . `user_id` as `shipping_method.media.userId` , `shipping_method.media` . `media_folder_id` as `shipping_method.media.mediaFolderId` , `shipping_method.media` . `mime_type` as `shipping_method.media.mimeType` , `shipping_method.media` . `file_extension` as `shipping_method.media.fileExtension` , `shipping_method.media` . `uploaded_at` as `shipping_method.media.uploadedAt` , `shipping_method.media` . `file_name` as `shipping_method.media.fileName` , `shipping_method.media` . `file_size` as `shipping_method.media.fileSize` , `shipping_method.media` . `media_type` as `shipping_method.media.mediaTypeRaw` , `shipping_method.media` . `meta_data` as `shipping_method.media.metaData` , `shipping_method.media` . `config` as `shipping_method.media.config` , `shipping_method.media` . `path` as `shipping_method.media.path` , `shipping_method.media` . `private` as `shipping_method.media.private` , `shipping_method.media` . `thumbnails_ro` as `shipping_method.media.thumbnailsRo` , `shipping_method.media` . `created_at` as `shipping_method.media.createdAt` , `shipping_method.media` . `updated_at` as `shipping_method.media.updatedAt` , `shipping_method.media.translation.title` , `shipping_method.media.translation.title` as `shipping_method.media.title` , `shipping_method.media.translation.alt` , `shipping_method.media.translation.alt` as `shipping_method.media.alt` , `shipping_method.media.translation.customFields` , `shipping_method.media.translation.customFields` as `shipping_method.media.customFields` , `shipping_method.translation.name` , `shipping_method.translation.name` as `shipping_method.name` , `shipping_method.translation.description` , `shipping_method.translation.description` as `shipping_method.description` , `shipping_method.translation.trackingUrl` , `shipping_method.translation.trackingUrl` as `shipping_method.trackingUrl` , `shipping_method.translation.customFields` , `shipping_method.translation.customFields` as `shipping_method.customFields` FROM `shipping_method` LEFT JOIN `delivery_time` `shipping_method.deliveryTime` ON `shipping_method` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN `app_shipping_method` `shipping_method.appShippingMethod` ON `shipping_method` . `id` = `shipping_method.appShippingMethod` . `shipping_method_id` LEFT JOIN `media` `shipping_method.media` ON `shipping_method` . `media_id` = `shipping_method.media` . `id` LEFT JOIN (SELECT `shipping_method.translation` . `shipping_method_id` , `shipping_method.translation` . `name` as `shipping_method.translation.name` , `shipping_method.translation` . `custom_fields` as `shipping_method.translation.customFields` , `shipping_method.translation` . `description` as `shipping_method.translation.description` , `shipping_method.translation` . `tracking_url` as `shipping_method.translation.trackingUrl` FROM `shipping_method_translation` `shipping_method.translation` WHERE `shipping_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.shipping_method_translation` ON `shipping_method.shipping_method_translation` . `shipping_method_id` = `shipping_method` . `id` LEFT JOIN (SELECT `shipping_method.deliveryTime.translation` . `delivery_time_id` , `shipping_method.deliveryTime.translation` . `name` as `shipping_method.deliveryTime.translation.name` , `shipping_method.deliveryTime.translation` . `custom_fields` as `shipping_method.deliveryTime.translation.customFields` FROM `delivery_time_translation` `shipping_method.deliveryTime.translation` WHERE `shipping_method.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.deliveryTime.delivery_time_translation` ON `shipping_method.deliveryTime.delivery_time_translation` . `delivery_time_id` = `shipping_method.deliveryTime` . `id` LEFT JOIN (SELECT `shipping_method.media.translation` . `media_id` , `shipping_method.media.translation` . `alt` as `shipping_method.media.translation.alt` , `shipping_method.media.translation` . `title` as `shipping_method.media.translation.title` , `shipping_method.media.translation` . `custom_fields` as `shipping_method.media.translation.customFields` FROM `media_translation` `shipping_method.media.translation` WHERE `shipping_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `shipping_method.media.media_translation` ON `shipping_method.media.media_translation` . `media_id` = `shipping_method.media` . `id` WHERE `shipping_method` . `id` IN (0x019294637AFD750FA2F626BE17CC9219 , 0x018ECDF7DFD8736E957028C59E5A2DFC );
Copy
52
0.32 ms
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = ? AND `payment_method.salesChannels` . `id` = ? ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC
Parameters :
[
true
b"\x01 ŽÍù‡:qß«UóöDæf( "
]
SELECT `payment_method` . `id` FROM `payment_method` LEFT JOIN `sales_channel_payment_method` `payment_method.salesChannels.mapping` ON `payment_method` . `id` = `payment_method.salesChannels.mapping` . `payment_method_id` LEFT JOIN `sales_channel` `payment_method.salesChannels` ON `payment_method.salesChannels.mapping` . `sales_channel_id` = `payment_method.salesChannels` . `id` WHERE (`payment_method` . `active` = 1 AND `payment_method.salesChannels` . `id` = 0x018ECDF9873A71DFAB55F3F644E66628 ) GROUP BY `payment_method` . `id` ORDER BY MIN (`payment_method` . `position` ) ASC ;
Copy
53
0.49 ms
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = ? ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = ? ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ŽÍú>\x14 qvŠDwÖþ€ß3 "
b"\x01 ’”eãU{|ŒE3š;¶eû "
b"\x01 Ä═¸▀ËrOÜÅ╬é¯ï┌~ "
]
SELECT
`payment_method` . `id` as `payment_method.id` ,
`payment_method` . `plugin_id` as `payment_method.pluginId` ,
`payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` ,
`payment_method` . `position` as `payment_method.position` ,
`payment_method` . `active` as `payment_method.active` ,
`payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` ,
`payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` ,
`payment_method` . `media_id` as `payment_method.mediaId` ,
`payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` ,
`payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` ,
`payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` ,
`payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` ,
`payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` ,
`payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` ,
`payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` ,
`payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` ,
`payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` ,
`payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` ,
`payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` ,
`payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` ,
`payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` ,
`payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` ,
`payment_method` . `technical_name` as `payment_method.technicalName` ,
`payment_method` . `created_at` as `payment_method.createdAt` ,
`payment_method` . `updated_at` as `payment_method.updatedAt` ,
`payment_method.media` . `id` as `payment_method.media.id` ,
`payment_method.media` . `user_id` as `payment_method.media.userId` ,
`payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` ,
`payment_method.media` . `mime_type` as `payment_method.media.mimeType` ,
`payment_method.media` . `file_extension` as `payment_method.media.fileExtension` ,
`payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` ,
`payment_method.media` . `file_name` as `payment_method.media.fileName` ,
`payment_method.media` . `file_size` as `payment_method.media.fileSize` ,
`payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` ,
`payment_method.media` . `meta_data` as `payment_method.media.metaData` ,
`payment_method.media` . `config` as `payment_method.media.config` ,
`payment_method.media` . `path` as `payment_method.media.path` ,
`payment_method.media` . `private` as `payment_method.media.private` ,
`payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` ,
`payment_method.media` . `created_at` as `payment_method.media.createdAt` ,
`payment_method.media` . `updated_at` as `payment_method.media.updatedAt` ,
`payment_method.media.translation.title` ,
`payment_method.media.translation.title` as `payment_method.media.title` ,
`payment_method.media.translation.alt` ,
`payment_method.media.translation.alt` as `payment_method.media.alt` ,
`payment_method.media.translation.customFields` ,
`payment_method.media.translation.customFields` as `payment_method.media.customFields` ,
`payment_method.translation.name` ,
`payment_method.translation.name` as `payment_method.name` ,
`payment_method.translation.distinguishableName` ,
`payment_method.translation.distinguishableName` as `payment_method.distinguishableName` ,
`payment_method.translation.description` ,
`payment_method.translation.description` as `payment_method.description` ,
`payment_method.translation.customFields` ,
`payment_method.translation.customFields` as `payment_method.customFields`
FROM
`payment_method`
LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id`
LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id`
LEFT JOIN (
SELECT
`payment_method.translation` . `payment_method_id` ,
`payment_method.translation` . `name` as `payment_method.translation.name` ,
`payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` ,
`payment_method.translation` . `description` as `payment_method.translation.description` ,
`payment_method.translation` . `custom_fields` as `payment_method.translation.customFields`
FROM
`payment_method_translation` `payment_method.translation`
WHERE
`payment_method.translation` . `language_id` = ?
) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id`
LEFT JOIN (
SELECT
`payment_method.media.translation` . `media_id` ,
`payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` ,
`payment_method.media.translation` . `title` as `payment_method.media.translation.title` ,
`payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields`
FROM
`media_translation` `payment_method.media.translation`
WHERE
`payment_method.media.translation` . `language_id` = ?
) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id`
WHERE
`payment_method` . `id` IN (? , ? , ? )
Copy
SELECT `payment_method` . `id` as `payment_method.id` , `payment_method` . `plugin_id` as `payment_method.pluginId` , `payment_method` . `handler_identifier` as `payment_method.handlerIdentifier` , `payment_method` . `position` as `payment_method.position` , `payment_method` . `active` as `payment_method.active` , `payment_method` . `after_order_enabled` as `payment_method.afterOrderEnabled` , `payment_method` . `availability_rule_id` as `payment_method.availabilityRuleId` , `payment_method` . `media_id` as `payment_method.mediaId` , `payment_method.appPaymentMethod` . `id` as `payment_method.appPaymentMethod.id` , `payment_method.appPaymentMethod` . `app_name` as `payment_method.appPaymentMethod.appName` , `payment_method.appPaymentMethod` . `identifier` as `payment_method.appPaymentMethod.identifier` , `payment_method.appPaymentMethod` . `pay_url` as `payment_method.appPaymentMethod.payUrl` , `payment_method.appPaymentMethod` . `finalize_url` as `payment_method.appPaymentMethod.finalizeUrl` , `payment_method.appPaymentMethod` . `validate_url` as `payment_method.appPaymentMethod.validateUrl` , `payment_method.appPaymentMethod` . `capture_url` as `payment_method.appPaymentMethod.captureUrl` , `payment_method.appPaymentMethod` . `refund_url` as `payment_method.appPaymentMethod.refundUrl` , `payment_method.appPaymentMethod` . `recurring_url` as `payment_method.appPaymentMethod.recurringUrl` , `payment_method.appPaymentMethod` . `app_id` as `payment_method.appPaymentMethod.appId` , `payment_method.appPaymentMethod` . `original_media_id` as `payment_method.appPaymentMethod.originalMediaId` , `payment_method.appPaymentMethod` . `payment_method_id` as `payment_method.appPaymentMethod.paymentMethodId` , `payment_method.appPaymentMethod` . `created_at` as `payment_method.appPaymentMethod.createdAt` , `payment_method.appPaymentMethod` . `updated_at` as `payment_method.appPaymentMethod.updatedAt` , `payment_method` . `technical_name` as `payment_method.technicalName` , `payment_method` . `created_at` as `payment_method.createdAt` , `payment_method` . `updated_at` as `payment_method.updatedAt` , `payment_method.media` . `id` as `payment_method.media.id` , `payment_method.media` . `user_id` as `payment_method.media.userId` , `payment_method.media` . `media_folder_id` as `payment_method.media.mediaFolderId` , `payment_method.media` . `mime_type` as `payment_method.media.mimeType` , `payment_method.media` . `file_extension` as `payment_method.media.fileExtension` , `payment_method.media` . `uploaded_at` as `payment_method.media.uploadedAt` , `payment_method.media` . `file_name` as `payment_method.media.fileName` , `payment_method.media` . `file_size` as `payment_method.media.fileSize` , `payment_method.media` . `media_type` as `payment_method.media.mediaTypeRaw` , `payment_method.media` . `meta_data` as `payment_method.media.metaData` , `payment_method.media` . `config` as `payment_method.media.config` , `payment_method.media` . `path` as `payment_method.media.path` , `payment_method.media` . `private` as `payment_method.media.private` , `payment_method.media` . `thumbnails_ro` as `payment_method.media.thumbnailsRo` , `payment_method.media` . `created_at` as `payment_method.media.createdAt` , `payment_method.media` . `updated_at` as `payment_method.media.updatedAt` , `payment_method.media.translation.title` , `payment_method.media.translation.title` as `payment_method.media.title` , `payment_method.media.translation.alt` , `payment_method.media.translation.alt` as `payment_method.media.alt` , `payment_method.media.translation.customFields` , `payment_method.media.translation.customFields` as `payment_method.media.customFields` , `payment_method.translation.name` , `payment_method.translation.name` as `payment_method.name` , `payment_method.translation.distinguishableName` , `payment_method.translation.distinguishableName` as `payment_method.distinguishableName` , `payment_method.translation.description` , `payment_method.translation.description` as `payment_method.description` , `payment_method.translation.customFields` , `payment_method.translation.customFields` as `payment_method.customFields` FROM `payment_method` LEFT JOIN `app_payment_method` `payment_method.appPaymentMethod` ON `payment_method` . `id` = `payment_method.appPaymentMethod` . `payment_method_id` LEFT JOIN `media` `payment_method.media` ON `payment_method` . `media_id` = `payment_method.media` . `id` LEFT JOIN (SELECT `payment_method.translation` . `payment_method_id` , `payment_method.translation` . `name` as `payment_method.translation.name` , `payment_method.translation` . `distinguishable_name` as `payment_method.translation.distinguishableName` , `payment_method.translation` . `description` as `payment_method.translation.description` , `payment_method.translation` . `custom_fields` as `payment_method.translation.customFields` FROM `payment_method_translation` `payment_method.translation` WHERE `payment_method.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.payment_method_translation` ON `payment_method.payment_method_translation` . `payment_method_id` = `payment_method` . `id` LEFT JOIN (SELECT `payment_method.media.translation` . `media_id` , `payment_method.media.translation` . `alt` as `payment_method.media.translation.alt` , `payment_method.media.translation` . `title` as `payment_method.media.translation.title` , `payment_method.media.translation` . `custom_fields` as `payment_method.media.translation.customFields` FROM `media_translation` `payment_method.media.translation` WHERE `payment_method.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `payment_method.media.media_translation` ON `payment_method.media.media_translation` . `media_id` = `payment_method.media` . `id` WHERE `payment_method` . `id` IN (0x018ECDFA3E1471768A4477D6FE80DF33 , 0x01929465E3557B7C8C45339A3BB665FB , 0x018ECDF7DFD3724F9A8FCE82EE8BDA7E );
Copy
54
0.49 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = ? ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “0>þPp¤»“üUr77< "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.media` . `id` as `category.media.id` ,
`category.media` . `user_id` as `category.media.userId` ,
`category.media` . `media_folder_id` as `category.media.mediaFolderId` ,
`category.media` . `mime_type` as `category.media.mimeType` ,
`category.media` . `file_extension` as `category.media.fileExtension` ,
`category.media` . `uploaded_at` as `category.media.uploadedAt` ,
`category.media` . `file_name` as `category.media.fileName` ,
`category.media` . `file_size` as `category.media.fileSize` ,
`category.media` . `media_type` as `category.media.mediaTypeRaw` ,
`category.media` . `meta_data` as `category.media.metaData` ,
`category.media` . `config` as `category.media.config` ,
`category.media` . `path` as `category.media.path` ,
`category.media` . `private` as `category.media.private` ,
`category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` ,
`category.media` . `created_at` as `category.media.createdAt` ,
`category.media` . `updated_at` as `category.media.updatedAt` ,
`category.media.translation.title` ,
`category.media.translation.title` as `category.media.title` ,
`category.media.translation.alt` ,
`category.media.translation.alt` as `category.media.alt` ,
`category.media.translation.customFields` ,
`category.media.translation.customFields` as `category.media.customFields` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
LEFT JOIN (
SELECT
`category.media.translation` . `media_id` ,
`category.media.translation` . `alt` as `category.media.translation.alt` ,
`category.media.translation` . `title` as `category.media.translation.title` ,
`category.media.translation` . `custom_fields` as `category.media.translation.customFields`
FROM
`media_translation` `category.media.translation`
WHERE
`category.media.translation` . `language_id` = ?
) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.media` . `id` as `category.media.id` , `category.media` . `user_id` as `category.media.userId` , `category.media` . `media_folder_id` as `category.media.mediaFolderId` , `category.media` . `mime_type` as `category.media.mimeType` , `category.media` . `file_extension` as `category.media.fileExtension` , `category.media` . `uploaded_at` as `category.media.uploadedAt` , `category.media` . `file_name` as `category.media.fileName` , `category.media` . `file_size` as `category.media.fileSize` , `category.media` . `media_type` as `category.media.mediaTypeRaw` , `category.media` . `meta_data` as `category.media.metaData` , `category.media` . `config` as `category.media.config` , `category.media` . `path` as `category.media.path` , `category.media` . `private` as `category.media.private` , `category.media` . `thumbnails_ro` as `category.media.thumbnailsRo` , `category.media` . `created_at` as `category.media.createdAt` , `category.media` . `updated_at` as `category.media.updatedAt` , `category.media.translation.title` , `category.media.translation.title` as `category.media.title` , `category.media.translation.alt` , `category.media.translation.alt` as `category.media.alt` , `category.media.translation.customFields` , `category.media.translation.customFields` as `category.media.customFields` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN `media` `category.media` ON `category` . `media_id` = `category.media` . `id` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` LEFT JOIN (SELECT `category.media.translation` . `media_id` , `category.media.translation` . `alt` as `category.media.translation.alt` , `category.media.translation` . `title` as `category.media.translation.title` , `category.media.translation` . `custom_fields` as `category.media.translation.customFields` FROM `media_translation` `category.media.translation` WHERE `category.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.media.media_translation` ON `category.media.media_translation` . `media_id` = `category.media` . `id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0193303EFE5070A4BB93FC557237373C ));
Copy
55
1.86 ms
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = ? ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = ? ) AND (`cms_page` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ŽÍ÷äIstœºä°éCdk "
]
SELECT `cms_page` . `id` as `cms_page.id` , `cms_page` . `version_id` as `cms_page.versionId` , `cms_page` . `type` as `cms_page.type` , `cms_page` . `entity` as `cms_page.entity` , `cms_page` . `css_class` as `cms_page.cssClass` , `cms_page` . `config` as `cms_page.config` , `cms_page` . `preview_media_id` as `cms_page.previewMediaId` , `cms_page` . `locked` as `cms_page.locked` , `cms_page` . `created_at` as `cms_page.createdAt` , `cms_page` . `updated_at` as `cms_page.updatedAt` , `cms_page.translation.name` , `cms_page.translation.name` as `cms_page.name` , `cms_page.translation.customFields` , `cms_page.translation.customFields` as `cms_page.customFields` FROM `cms_page` LEFT JOIN (SELECT `cms_page.translation` . `cms_page_id` , `cms_page.translation` . `cms_page_version_id` , `cms_page.translation` . `name` as `cms_page.translation.name` , `cms_page.translation` . `custom_fields` as `cms_page.translation.customFields` FROM `cms_page_translation` `cms_page.translation` WHERE `cms_page.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_page.cms_page_translation` ON `cms_page.cms_page_translation` . `cms_page_id` = `cms_page` . `id` AND `cms_page.cms_page_translation` . `cms_page_version_id` = `cms_page` . `version_id` WHERE (`cms_page` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`cms_page` . `id` IN (0x018ECDF7E44973749CBAE4B0E943646B ));
Copy
56
1.59 ms
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = ? ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = ? ) AND ((`cms_section` . `cms_page_id` IN (? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ŽÍ÷äIstœºä°éCdk "
]
SELECT
`cms_section` . `id` as `cms_section.id` ,
`cms_section` . `position` as `cms_section.position` ,
`cms_section` . `type` as `cms_section.type` ,
`cms_section` . `locked` as `cms_section.locked` ,
`cms_section` . `name` as `cms_section.name` ,
`cms_section` . `sizing_mode` as `cms_section.sizingMode` ,
`cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` ,
`cms_section` . `background_color` as `cms_section.backgroundColor` ,
`cms_section` . `background_media_id` as `cms_section.backgroundMediaId` ,
`cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` ,
`cms_section` . `css_class` as `cms_section.cssClass` ,
`cms_section` . `cms_page_id` as `cms_section.pageId` ,
`cms_section` . `visibility` as `cms_section.visibility` ,
`cms_section` . `custom_fields` as `cms_section.customFields` ,
`cms_section` . `version_id` as `cms_section.versionId` ,
`cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` ,
`cms_section` . `created_at` as `cms_section.createdAt` ,
`cms_section` . `updated_at` as `cms_section.updatedAt` ,
`cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` ,
`cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` ,
`cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` ,
`cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` ,
`cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` ,
`cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` ,
`cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` ,
`cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` ,
`cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` ,
`cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` ,
`cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` ,
`cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` ,
`cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` ,
`cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` ,
`cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` ,
`cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` ,
`cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` ,
`cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` ,
`cms_section.backgroundMedia.translation.customFields` ,
`cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields`
FROM
`cms_section`
LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_section.backgroundMedia.translation` . `media_id` ,
`cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` ,
`cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` ,
`cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_section.backgroundMedia.translation`
WHERE
`cms_section.backgroundMedia.translation` . `language_id` = ?
) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id`
WHERE
(`cms_section` . `version_id` = ? )
AND (
(
`cms_section` . `cms_page_id` IN (? )
)
)
Copy
SELECT `cms_section` . `id` as `cms_section.id` , `cms_section` . `position` as `cms_section.position` , `cms_section` . `type` as `cms_section.type` , `cms_section` . `locked` as `cms_section.locked` , `cms_section` . `name` as `cms_section.name` , `cms_section` . `sizing_mode` as `cms_section.sizingMode` , `cms_section` . `mobile_behavior` as `cms_section.mobileBehavior` , `cms_section` . `background_color` as `cms_section.backgroundColor` , `cms_section` . `background_media_id` as `cms_section.backgroundMediaId` , `cms_section` . `background_media_mode` as `cms_section.backgroundMediaMode` , `cms_section` . `css_class` as `cms_section.cssClass` , `cms_section` . `cms_page_id` as `cms_section.pageId` , `cms_section` . `visibility` as `cms_section.visibility` , `cms_section` . `custom_fields` as `cms_section.customFields` , `cms_section` . `version_id` as `cms_section.versionId` , `cms_section` . `cms_page_version_id` as `cms_section.cmsPageVersionId` , `cms_section` . `created_at` as `cms_section.createdAt` , `cms_section` . `updated_at` as `cms_section.updatedAt` , `cms_section.backgroundMedia` . `id` as `cms_section.backgroundMedia.id` , `cms_section.backgroundMedia` . `user_id` as `cms_section.backgroundMedia.userId` , `cms_section.backgroundMedia` . `media_folder_id` as `cms_section.backgroundMedia.mediaFolderId` , `cms_section.backgroundMedia` . `mime_type` as `cms_section.backgroundMedia.mimeType` , `cms_section.backgroundMedia` . `file_extension` as `cms_section.backgroundMedia.fileExtension` , `cms_section.backgroundMedia` . `uploaded_at` as `cms_section.backgroundMedia.uploadedAt` , `cms_section.backgroundMedia` . `file_name` as `cms_section.backgroundMedia.fileName` , `cms_section.backgroundMedia` . `file_size` as `cms_section.backgroundMedia.fileSize` , `cms_section.backgroundMedia` . `media_type` as `cms_section.backgroundMedia.mediaTypeRaw` , `cms_section.backgroundMedia` . `meta_data` as `cms_section.backgroundMedia.metaData` , `cms_section.backgroundMedia` . `config` as `cms_section.backgroundMedia.config` , `cms_section.backgroundMedia` . `path` as `cms_section.backgroundMedia.path` , `cms_section.backgroundMedia` . `private` as `cms_section.backgroundMedia.private` , `cms_section.backgroundMedia` . `thumbnails_ro` as `cms_section.backgroundMedia.thumbnailsRo` , `cms_section.backgroundMedia` . `created_at` as `cms_section.backgroundMedia.createdAt` , `cms_section.backgroundMedia` . `updated_at` as `cms_section.backgroundMedia.updatedAt` , `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation.title` as `cms_section.backgroundMedia.title` , `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation.alt` as `cms_section.backgroundMedia.alt` , `cms_section.backgroundMedia.translation.customFields` , `cms_section.backgroundMedia.translation.customFields` as `cms_section.backgroundMedia.customFields` FROM `cms_section` LEFT JOIN `media` `cms_section.backgroundMedia` ON `cms_section` . `background_media_id` = `cms_section.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_section.backgroundMedia.translation` . `media_id` , `cms_section.backgroundMedia.translation` . `alt` as `cms_section.backgroundMedia.translation.alt` , `cms_section.backgroundMedia.translation` . `title` as `cms_section.backgroundMedia.translation.title` , `cms_section.backgroundMedia.translation` . `custom_fields` as `cms_section.backgroundMedia.translation.customFields` FROM `media_translation` `cms_section.backgroundMedia.translation` WHERE `cms_section.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_section.backgroundMedia.media_translation` ON `cms_section.backgroundMedia.media_translation` . `media_id` = `cms_section.backgroundMedia` . `id` WHERE (`cms_section` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_section` . `cms_page_id` IN (0x018ECDF7E44973749CBAE4B0E943646B )));
Copy
57
1.15 ms
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = ? ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = ? ) AND ((`cms_block` . `cms_section_id` IN (? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ŽÍ÷äJpƒ•7T÷ÉT>g "
b"\x01 ŽÍ÷äJpƒ•7T÷Ê\x02 ¨± "
]
SELECT
`cms_block` . `id` as `cms_block.id` ,
`cms_block` . `position` as `cms_block.position` ,
`cms_block` . `type` as `cms_block.type` ,
`cms_block` . `locked` as `cms_block.locked` ,
`cms_block` . `name` as `cms_block.name` ,
`cms_block` . `section_position` as `cms_block.sectionPosition` ,
`cms_block` . `margin_top` as `cms_block.marginTop` ,
`cms_block` . `margin_bottom` as `cms_block.marginBottom` ,
`cms_block` . `margin_left` as `cms_block.marginLeft` ,
`cms_block` . `margin_right` as `cms_block.marginRight` ,
`cms_block` . `background_color` as `cms_block.backgroundColor` ,
`cms_block` . `background_media_id` as `cms_block.backgroundMediaId` ,
`cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` ,
`cms_block` . `css_class` as `cms_block.cssClass` ,
`cms_block` . `visibility` as `cms_block.visibility` ,
`cms_block` . `cms_section_id` as `cms_block.sectionId` ,
`cms_block` . `custom_fields` as `cms_block.customFields` ,
`cms_block` . `version_id` as `cms_block.versionId` ,
`cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` ,
`cms_block` . `created_at` as `cms_block.createdAt` ,
`cms_block` . `updated_at` as `cms_block.updatedAt` ,
`cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` ,
`cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` ,
`cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` ,
`cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` ,
`cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` ,
`cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` ,
`cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` ,
`cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` ,
`cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` ,
`cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` ,
`cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` ,
`cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` ,
`cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` ,
`cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` ,
`cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` ,
`cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` ,
`cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` ,
`cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` ,
`cms_block.backgroundMedia.translation.customFields` ,
`cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields`
FROM
`cms_block`
LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id`
LEFT JOIN (
SELECT
`cms_block.backgroundMedia.translation` . `media_id` ,
`cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` ,
`cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` ,
`cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields`
FROM
`media_translation` `cms_block.backgroundMedia.translation`
WHERE
`cms_block.backgroundMedia.translation` . `language_id` = ?
) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id`
WHERE
(`cms_block` . `version_id` = ? )
AND (
(
`cms_block` . `cms_section_id` IN (? , ? )
)
)
Copy
SELECT `cms_block` . `id` as `cms_block.id` , `cms_block` . `position` as `cms_block.position` , `cms_block` . `type` as `cms_block.type` , `cms_block` . `locked` as `cms_block.locked` , `cms_block` . `name` as `cms_block.name` , `cms_block` . `section_position` as `cms_block.sectionPosition` , `cms_block` . `margin_top` as `cms_block.marginTop` , `cms_block` . `margin_bottom` as `cms_block.marginBottom` , `cms_block` . `margin_left` as `cms_block.marginLeft` , `cms_block` . `margin_right` as `cms_block.marginRight` , `cms_block` . `background_color` as `cms_block.backgroundColor` , `cms_block` . `background_media_id` as `cms_block.backgroundMediaId` , `cms_block` . `background_media_mode` as `cms_block.backgroundMediaMode` , `cms_block` . `css_class` as `cms_block.cssClass` , `cms_block` . `visibility` as `cms_block.visibility` , `cms_block` . `cms_section_id` as `cms_block.sectionId` , `cms_block` . `custom_fields` as `cms_block.customFields` , `cms_block` . `version_id` as `cms_block.versionId` , `cms_block` . `cms_section_version_id` as `cms_block.cmsSectionVersionId` , `cms_block` . `created_at` as `cms_block.createdAt` , `cms_block` . `updated_at` as `cms_block.updatedAt` , `cms_block.backgroundMedia` . `id` as `cms_block.backgroundMedia.id` , `cms_block.backgroundMedia` . `user_id` as `cms_block.backgroundMedia.userId` , `cms_block.backgroundMedia` . `media_folder_id` as `cms_block.backgroundMedia.mediaFolderId` , `cms_block.backgroundMedia` . `mime_type` as `cms_block.backgroundMedia.mimeType` , `cms_block.backgroundMedia` . `file_extension` as `cms_block.backgroundMedia.fileExtension` , `cms_block.backgroundMedia` . `uploaded_at` as `cms_block.backgroundMedia.uploadedAt` , `cms_block.backgroundMedia` . `file_name` as `cms_block.backgroundMedia.fileName` , `cms_block.backgroundMedia` . `file_size` as `cms_block.backgroundMedia.fileSize` , `cms_block.backgroundMedia` . `media_type` as `cms_block.backgroundMedia.mediaTypeRaw` , `cms_block.backgroundMedia` . `meta_data` as `cms_block.backgroundMedia.metaData` , `cms_block.backgroundMedia` . `config` as `cms_block.backgroundMedia.config` , `cms_block.backgroundMedia` . `path` as `cms_block.backgroundMedia.path` , `cms_block.backgroundMedia` . `private` as `cms_block.backgroundMedia.private` , `cms_block.backgroundMedia` . `thumbnails_ro` as `cms_block.backgroundMedia.thumbnailsRo` , `cms_block.backgroundMedia` . `created_at` as `cms_block.backgroundMedia.createdAt` , `cms_block.backgroundMedia` . `updated_at` as `cms_block.backgroundMedia.updatedAt` , `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation.title` as `cms_block.backgroundMedia.title` , `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation.alt` as `cms_block.backgroundMedia.alt` , `cms_block.backgroundMedia.translation.customFields` , `cms_block.backgroundMedia.translation.customFields` as `cms_block.backgroundMedia.customFields` FROM `cms_block` LEFT JOIN `media` `cms_block.backgroundMedia` ON `cms_block` . `background_media_id` = `cms_block.backgroundMedia` . `id` LEFT JOIN (SELECT `cms_block.backgroundMedia.translation` . `media_id` , `cms_block.backgroundMedia.translation` . `alt` as `cms_block.backgroundMedia.translation.alt` , `cms_block.backgroundMedia.translation` . `title` as `cms_block.backgroundMedia.translation.title` , `cms_block.backgroundMedia.translation` . `custom_fields` as `cms_block.backgroundMedia.translation.customFields` FROM `media_translation` `cms_block.backgroundMedia.translation` WHERE `cms_block.backgroundMedia.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_block.backgroundMedia.media_translation` ON `cms_block.backgroundMedia.media_translation` . `media_id` = `cms_block.backgroundMedia` . `id` WHERE (`cms_block` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_block` . `cms_section_id` IN (0x018ECDF7E44A7083953754F7C9543E67 , 0x018ECDF7E44A7083953754F7CA02A8B1 )));
Copy
58
0.95 ms
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = ? ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = ? ) AND ((`cms_slot` . `cms_block_id` IN (? , ? , ? , ? )))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 ŽÍ÷äJpƒ•7T÷Ê\v %- "
b"\x01 ŽÍ÷äJpƒ•7T÷ʧc› "
b"\x01 ŽÍ÷äJpƒ•7T÷ÊîÇ\x0F "
b"\x01 ŽÍ÷äJpƒ•7T÷Ë3Q\x0E "
]
SELECT `cms_slot` . `id` as `cms_slot.id` , `cms_slot` . `version_id` as `cms_slot.versionId` , `cms_slot` . `type` as `cms_slot.type` , `cms_slot` . `slot` as `cms_slot.slot` , `cms_slot` . `locked` as `cms_slot.locked` , `cms_slot` . `cms_block_id` as `cms_slot.blockId` , `cms_slot` . `cms_block_version_id` as `cms_slot.cmsBlockVersionId` , `cms_slot` . `created_at` as `cms_slot.createdAt` , `cms_slot` . `updated_at` as `cms_slot.updatedAt` , `cms_slot.translation.config` , `cms_slot.translation.config` as `cms_slot.config` , `cms_slot.translation.customFields` , `cms_slot.translation.customFields` as `cms_slot.customFields` FROM `cms_slot` LEFT JOIN (SELECT `cms_slot.translation` . `cms_slot_id` , `cms_slot.translation` . `cms_slot_version_id` , `cms_slot.translation` . `config` as `cms_slot.translation.config` , `cms_slot.translation` . `custom_fields` as `cms_slot.translation.customFields` FROM `cms_slot_translation` `cms_slot.translation` WHERE `cms_slot.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `cms_slot.cms_slot_translation` ON `cms_slot.cms_slot_translation` . `cms_slot_id` = `cms_slot` . `id` AND `cms_slot.cms_slot_translation` . `cms_slot_version_id` = `cms_slot` . `version_id` WHERE (`cms_slot` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((`cms_slot` . `cms_block_id` IN (0x018ECDF7E44A7083953754F7CA0B252D , 0x018ECDF7E44A7083953754F7CAA7639B , 0x018ECDF7E44A7083953754F7CAEEC70F , 0x018ECDF7E44A7083953754F7CB33510E )));
Copy
59
1.59 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ŽÍ÷î(p¬§ð¿ÇE?Un "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x018ECDF7EE2870ACA7F0BFC7453F556E );
Copy
60
0.18 ms
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = ? ) ORDER BY `product_sorting` . `priority` DESC
SELECT `product_sorting` . `id` FROM `product_sorting` WHERE (`product_sorting` . `active` = 1 ) ORDER BY `product_sorting` . `priority` DESC ;
Copy
61
0.27 ms
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = ? ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ŽÍ÷î(p¬§ð¿ÇE?Un "
b"\x01 ŽÍ÷î(p¬§ð¿ÇE’«Í "
b"\x01 ŽÍ÷î(p¬§ð¿ÇEÏ…g "
b"\x01 Ä═¸¯(p¼º┐ÃFmÀü "
b"\x01 ŽÍ÷î(p¬§ð¿ÇGA\x0E Ô "
b"\x01 Ä═¸\x01 q{ûñ%É,█>| "
]
SELECT `product_sorting` . `id` as `product_sorting.id` , `product_sorting` . `locked` as `product_sorting.locked` , `product_sorting` . `url_key` as `product_sorting.key` , `product_sorting` . `priority` as `product_sorting.priority` , `product_sorting` . `active` as `product_sorting.active` , `product_sorting` . `fields` as `product_sorting.fields` , `product_sorting` . `created_at` as `product_sorting.createdAt` , `product_sorting` . `updated_at` as `product_sorting.updatedAt` , `product_sorting.translation.label` , `product_sorting.translation.label` as `product_sorting.label` FROM `product_sorting` LEFT JOIN (SELECT `product_sorting.translation` . `product_sorting_id` , `product_sorting.translation` . `label` as `product_sorting.translation.label` FROM `product_sorting_translation` `product_sorting.translation` WHERE `product_sorting.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_sorting.product_sorting_translation` ON `product_sorting.product_sorting_translation` . `product_sorting_id` = `product_sorting` . `id` WHERE `product_sorting` . `id` IN (0x018ECDF7EE2870ACA7F0BFC7453F556E , 0x018ECDF7EE2870ACA7F0BFC74592ABCD , 0x018ECDF7EE2870ACA7F0BFC745CF8567 , 0x018ECDF7EE2870ACA7F0BFC7466DB781 , 0x018ECDF7EE2870ACA7F0BFC747410ED4 , 0x018ECDF7F001717B96A425902CDB3E7C );
Copy
62
0.38 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “0>þPp¤»“üUr77< "
]
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 (0x0193303EFE5070A4BB93FC557237373C ));
Copy
63
0.17 ms
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? )) LIMIT 1
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “0>þPp¤»“üUr77< "
]
SELECT `category` . `id` , `category` . `auto_increment` FROM `category` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0193303EFE5070A4BB93FC557237373C )) LIMIT 1 ;
Copy
64
0.16 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `product_stream_id` as `category.productStreamId` FROM `category` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “0>þPp¤»“üUr77< "
]
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 (0x0193303EFE5070A4BB93FC557237373C ));
Copy
65
2.26 ms
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = ? ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = ? ) AND (`product_manufacturer` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 •\x19 ûx qU’(½ñè²g\x1E "
b"\x01 •\x18 ìOxr&¼b]Ú¤VæÒ "
b"\x01 •\x1A X¥as`¬Úhî\x7F\x1E A/ "
b"\x01 •\x1A :\x14 +qÜ™/ð€Žx\v Ÿ "
b"\x01 ò\x19 ÞS4s÷Ø▒ûj¶Èú5 "
b"\x01 ô$¿@åpìá«Æ\x13 ╦D┤▀ "
b"\x01 “H®Ö\x10 rq“9«\x17 "j¬Ü "
b"\x01 •\x19 ¥ôðsT¹Çúð³ã»Š "
b"\x01 “0©g`q€¤hq*å—Ål "
b"\x01 ò\x19 ýØRpjØ\x15 H\x11 ┐\x19 µ░ "
b"\x01 •\e Mä’p\x02 £ž\x14 v1òW\v "
b"\x01 •&-µ\x04 s"‰a…úAÓç€ "
b"\x01 •\x19 ·\v žp¾³Rî`i\x08 éÍ "
b"\x01 •\x1A ([µq\x13 ±ü…ëqý\x01 õ "
b"""
\x01 ô0¥hÉq"á▄¬^\n
S┬³
"""
b"\x01 •\x19\x7F ÌÇsG™u昩Ø4Y "
b"\x01 ò\x19 É2NsL¬kì╦LK\f\x08 "
b"\x01 •\x1A Q10sNŸÕ!º‹æ\x16 è "
b"\x01 •\e v!Yp5—Lj\x00 ù_I¬ "
b"\x01 “\e 6ðèsÿ¹•LU$µ\e å "
b"\x01 •\x19 Š<\x11 q\f ”©C¢\x18 w¨Â "
b"\x01 ò({²\x7F r°Å─ñ^4Ü\f A "
b"\x01 ’Ÿh\r YsþºîÃh\x08 Ì£ˆ "
b"\x01 “\e 7\x06 xsÿ”Ä*\x12 ÄÖJz "
]
SELECT `product_manufacturer` . `id` as `product_manufacturer.id` , `product_manufacturer` . `version_id` as `product_manufacturer.versionId` , `product_manufacturer` . `media_id` as `product_manufacturer.mediaId` , `product_manufacturer` . `link` as `product_manufacturer.link` , `product_manufacturer` . `created_at` as `product_manufacturer.createdAt` , `product_manufacturer` . `updated_at` as `product_manufacturer.updatedAt` , `product_manufacturer.translation.name` , `product_manufacturer.translation.name` as `product_manufacturer.name` , `product_manufacturer.translation.description` , `product_manufacturer.translation.description` as `product_manufacturer.description` , `product_manufacturer.translation.customFields` , `product_manufacturer.translation.customFields` as `product_manufacturer.customFields` FROM `product_manufacturer` LEFT JOIN (SELECT `product_manufacturer.translation` . `product_manufacturer_id` , `product_manufacturer.translation` . `product_manufacturer_version_id` , `product_manufacturer.translation` . `name` as `product_manufacturer.translation.name` , `product_manufacturer.translation` . `description` as `product_manufacturer.translation.description` , `product_manufacturer.translation` . `custom_fields` as `product_manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product_manufacturer.translation` WHERE `product_manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product_manufacturer.product_manufacturer_translation` ON `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product_manufacturer` . `id` AND `product_manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product_manufacturer` . `version_id` WHERE (`product_manufacturer` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product_manufacturer` . `id` IN (0x019519FB78A071559228BDF1E8B2671E , 0x019518EC4F787226BC625DDAA456E6D2 , 0x01951A58A5617360ACDA68EE7F1E412F , 0x01951A3A142B71DC992FF0808E780B9F , 0x019519E8533473F69DB1966AF4D4A335 , 0x019324A84086708DA0AE9213CB44B4DF , 0x019348AED61072719339AB17226AACDC , 0x019519A5F4F07354B9C7FAF0B3E3BB8A , 0x019330A967607180A468712AE597C56C , 0x019519EC9D52706A9D154811BF19E6B0 , 0x01951B4DE4927002A39E147631F2570B , 0x0195262DB5047322896185FA41D3E780 , 0x019519B70B9E70BEB352EE606908E9CD , 0x01951A285BB57113B1FC85EB71FD01F5 , 0x019330BE68907122A0DCAA5E0A53C2FC , 0x0195197FCCC773479975E698A9D83459 , 0x01951990324E734CAA6B8DCB4C4B0C08 , 0x01951A513130734E9FD521BA8BE616E8 , 0x01951B7621597035974C6A00F95F49AC , 0x01931B36F0E873FFB9954C5524B51BE5 , 0x0195198A3C11710C94A943A21877A8C2 , 0x0195287BFD7F72F88FC4A45E349A0C41 , 0x01929F680D5973FEBAEEC36808CCA388 , 0x01931B37067873FF94C42A12C4D64A7A ));
Copy
66
9.28 ms
SELECT
parent . variant_listing_config as variantListingConfig ,
LOWER (HEX (child . id )) as id ,
LOWER (HEX (parent . id )) as parentId
FROM product as child
INNER JOIN product as parent
ON parent . id = child . parent_id
AND parent . version_id = child . version_id
WHERE child . version_id = ?
AND child . id IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 •#;FvpŘ?f\x18 Uøþ„ "
b"\x01 ò#;FÅr½æo9d_\x04 ╩å "
b"\x01 ò#;FÜr╩ì®╩^ÿT«Ð "
b"\x01 ò#;Fñq¢Éʼ\x14\x1D ä╬Ä "
b"\x01 •#;FÌsεõÂ\x03 Æ?;• "
b"\x01 •#;Fësf§T\x01\x1A ‰n9\x1F "
b"\x01 •#;Y0s# ư\f\x01 ú´£ "
b"\x01 ò#;lnp$üËx\x01 N*£µ "
b"\x01 ò#<\r ╔r╚ê¬h±dµØ¹ "
b"\x01 •#<+.r‰‘?ïZ¹‘!· "
b"\x01 •#<XZq?¬$ä*«ŽÕß "
b"\x01 •#<Ĩrw™íX›\r }?` "
b"\x01 •#=\x01 ´si¾'ƒß\r \x0F é» "
b"\x01 •#>z”q\x02 œ8©UBgŠÐ "
b"\x01 •#>€\e r\e ®åf‘\x04 ä#ð "
b"""
\x01 •#>…ûrs£\n
©R(ý\x12 í
"""
b"\x01 •#>ø“s\x02 ”(“–\e Ë\+ "
b"\x01 •#>þƒsŧÍ}VfÂ=½ "
b"\x01 •#?\x10 ôr+«’d\x0F\x18 -¬O "
b"\x01 •#?b\x05 rôµÊ$Í\x1E »hà "
b"\x01 •#?º‰rŒªû²ñ¢¾8ô "
b"\x01 ò#?õƒp#ëØ¡B\x1A -░Ê "
b"\x01 •#@9¨sá ˆ_žÜ„Ÿ* "
b"\x01 •#@Äyq\r ŸŠòÆýã%N "
]
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 (0x0195233B467670C5983F661855F8FE84 , 0x0195233B468F72AB916F39645F04CA86 , 0x0195233B469A72CA8DA9CA5E9854AED1 , 0x0195233B46A471BD90D2AC141D84CE8E , 0x0195233B46CC73CEB5F5C203C63F3B95 , 0x0195233B46EB7366A754011A896E391F , 0x0195233B59307323A0C6B00C01FAB4A3 , 0x0195233B6C6E702481D378014E2A9CE6 , 0x0195233C0DC972C888AA68F164E69DFB , 0x0195233C2B2E7289913FEF5AB99121B7 , 0x0195233C585A713FAC24E42AAB8ED5DF , 0x0195233CC4A8727799ED589B0D7D3F60 , 0x0195233D01B47369BE2783DF0D0FE9BB , 0x0195233E7A9471029C38A95542678AD0 , 0x0195233E801B721BAEE5669104E423F0 , 0x0195233E85FB7273A30AA95228FD12ED , 0x0195233EF8937302942893961BCB5C2B , 0x0195233EFE8373C5A7CD7D5666C23DBD , 0x0195233F10F4722BAB92640F182DAC4F , 0x0195233F620572F4B5CA24CD1EBB68C3 , 0x0195233FBA89728CAAFBB2F1A2BE38F4 , 0x0195233FE49F7023899DAD421A2DB0D2 , 0x0195234039A873E1A0885F9EDC849F2A , 0x01952340C479710D9F8AF2C6FDE3254E );
Copy
67
4.14 ms
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = ? ) AND ((((`product.visibilities` . `visibility` > = ? ) AND `product.visibilities` . `sales_channel_id` = ? AND IFNULL (`product` . `active` , `product.parent` . `active` ) = ? ))) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) GROUP BY `product` . `id`
Parameters :
[
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
10
b"\x01 ŽÍù‡:qß«UóöDæf( "
true
b"\x01 •#;FvpŘ?f\x18 Uøþ„ "
b"\x01 ò#;FÅr½æo9d_\x04 ╩å "
b"\x01 ò#;FÜr╩ì®╩^ÿT«Ð "
b"\x01 ò#;Fñq¢Éʼ\x14\x1D ä╬Ä "
b"\x01 •#;FÌsεõÂ\x03 Æ?;• "
b"\x01 •#;Fësf§T\x01\x1A ‰n9\x1F "
b"\x01 •#;Y0s# ư\f\x01 ú´£ "
b"\x01 ò#;lnp$üËx\x01 N*£µ "
b"\x01 ò#<\r ╔r╚ê¬h±dµØ¹ "
b"\x01 •#<+.r‰‘?ïZ¹‘!· "
b"\x01 •#<XZq?¬$ä*«ŽÕß "
b"\x01 •#<Ĩrw™íX›\r }?` "
b"\x01 •#=\x01 ´si¾'ƒß\r \x0F é» "
b"\x01 •#>z”q\x02 œ8©UBgŠÐ "
b"\x01 •#>€\e r\e ®åf‘\x04 ä#ð "
b"""
\x01 •#>…ûrs£\n
©R(ý\x12 í
"""
b"\x01 •#>ø“s\x02 ”(“–\e Ë\+ "
b"\x01 •#>þƒsŧÍ}VfÂ=½ "
b"\x01 •#?\x10 ôr+«’d\x0F\x18 -¬O "
b"\x01 •#?b\x05 rôµÊ$Í\x1E »hà "
b"\x01 •#?º‰rŒªû²ñ¢¾8ô "
b"\x01 ò#?õƒp#ëØ¡B\x1A -░Ê "
b"\x01 •#@9¨sá ˆ_žÜ„Ÿ* "
b"\x01 •#@Äyq\r ŸŠòÆýã%N "
]
SELECT `product` . `id` , `product` . `product_number` , `product` . `auto_increment` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `product_visibility` `product.visibilities` ON `product` . `visibilities` = `product.visibilities` . `product_id` AND `product` . version_id = `product.visibilities` . product_version_id WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND ((((`product.visibilities` . `visibility` > = 10 ) AND `product.visibilities` . `sales_channel_id` = 0x018ECDF9873A71DFAB55F3F644E66628 AND IFNULL (`product` . `active` , `product.parent` . `active` ) = 1 ))) AND (`product` . `id` IN (0x0195233B467670C5983F661855F8FE84 , 0x0195233B468F72AB916F39645F04CA86 , 0x0195233B469A72CA8DA9CA5E9854AED1 , 0x0195233B46A471BD90D2AC141D84CE8E , 0x0195233B46CC73CEB5F5C203C63F3B95 , 0x0195233B46EB7366A754011A896E391F , 0x0195233B59307323A0C6B00C01FAB4A3 , 0x0195233B6C6E702481D378014E2A9CE6 , 0x0195233C0DC972C888AA68F164E69DFB , 0x0195233C2B2E7289913FEF5AB99121B7 , 0x0195233C585A713FAC24E42AAB8ED5DF , 0x0195233CC4A8727799ED589B0D7D3F60 , 0x0195233D01B47369BE2783DF0D0FE9BB , 0x0195233E7A9471029C38A95542678AD0 , 0x0195233E801B721BAEE5669104E423F0 , 0x0195233E85FB7273A30AA95228FD12ED , 0x0195233EF8937302942893961BCB5C2B , 0x0195233EFE8373C5A7CD7D5666C23DBD , 0x0195233F10F4722BAB92640F182DAC4F , 0x0195233F620572F4B5CA24CD1EBB68C3 , 0x0195233FBA89728CAAFBB2F1A2BE38F4 , 0x0195233FE49F7023899DAD421A2DB0D2 , 0x0195234039A873E1A0885F9EDC849F2A , 0x01952340C479710D9F8AF2C6FDE3254E )) GROUP BY `product` . `id` ;
Copy
68
21.19 ms
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.media` . `id` as `product.manufacturer.media.id` , `product.manufacturer.media` . `user_id` as `product.manufacturer.media.userId` , `product.manufacturer.media` . `media_folder_id` as `product.manufacturer.media.mediaFolderId` , `product.manufacturer.media` . `mime_type` as `product.manufacturer.media.mimeType` , `product.manufacturer.media` . `file_extension` as `product.manufacturer.media.fileExtension` , `product.manufacturer.media` . `uploaded_at` as `product.manufacturer.media.uploadedAt` , `product.manufacturer.media` . `file_name` as `product.manufacturer.media.fileName` , `product.manufacturer.media` . `file_size` as `product.manufacturer.media.fileSize` , `product.manufacturer.media` . `media_type` as `product.manufacturer.media.mediaTypeRaw` , `product.manufacturer.media` . `meta_data` as `product.manufacturer.media.metaData` , `product.manufacturer.media` . `config` as `product.manufacturer.media.config` , `product.manufacturer.media` . `path` as `product.manufacturer.media.path` , `product.manufacturer.media` . `private` as `product.manufacturer.media.private` , `product.manufacturer.media` . `thumbnails_ro` as `product.manufacturer.media.thumbnailsRo` , `product.manufacturer.media` . `created_at` as `product.manufacturer.media.createdAt` , `product.manufacturer.media` . `updated_at` as `product.manufacturer.media.updatedAt` , `product.manufacturer.media.translation.title` , `product.manufacturer.media.translation.title` as `product.manufacturer.media.title` , `product.manufacturer.media.translation.alt` , `product.manufacturer.media.translation.alt` as `product.manufacturer.media.alt` , `product.manufacturer.media.translation.customFields` , `product.manufacturer.media.translation.customFields` as `product.manufacturer.media.customFields` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = ? ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = ? ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `media` `product.manufacturer.media` ON `product.manufacturer` . `media_id` = `product.manufacturer.media` . `id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = ? ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.manufacturer.media.translation` . `media_id` , `product.manufacturer.media.translation` . `alt` as `product.manufacturer.media.translation.alt` , `product.manufacturer.media.translation` . `title` as `product.manufacturer.media.translation.title` , `product.manufacturer.media.translation` . `custom_fields` as `product.manufacturer.media.translation.customFields` FROM `media_translation` `product.manufacturer.media.translation` WHERE `product.manufacturer.media.translation` . `language_id` = ? ) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation` . `media_id` = `product.manufacturer.media` . `id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = ? ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = ? ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = ? ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = ? ) AND (`product` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 •#;FvpŘ?f\x18 Uøþ„ "
b"\x01 ò#;FÅr½æo9d_\x04 ╩å "
b"\x01 ò#;FÜr╩ì®╩^ÿT«Ð "
b"\x01 ò#;Fñq¢Éʼ\x14\x1D ä╬Ä "
b"\x01 •#;FÌsεõÂ\x03 Æ?;• "
b"\x01 •#;Fësf§T\x01\x1A ‰n9\x1F "
b"\x01 •#;Y0s# ư\f\x01 ú´£ "
b"\x01 ò#;lnp$üËx\x01 N*£µ "
b"\x01 ò#<\r ╔r╚ê¬h±dµØ¹ "
b"\x01 •#<+.r‰‘?ïZ¹‘!· "
b"\x01 •#<XZq?¬$ä*«ŽÕß "
b"\x01 •#<Ĩrw™íX›\r }?` "
b"\x01 •#=\x01 ´si¾'ƒß\r \x0F é» "
b"\x01 •#>z”q\x02 œ8©UBgŠÐ "
b"\x01 •#>€\e r\e ®åf‘\x04 ä#ð "
b"""
\x01 •#>…ûrs£\n
©R(ý\x12 í
"""
b"\x01 •#>ø“s\x02 ”(“–\e Ë\+ "
b"\x01 •#>þƒsŧÍ}VfÂ=½ "
b"\x01 •#?\x10 ôr+«’d\x0F\x18 -¬O "
b"\x01 •#?b\x05 rôµÊ$Í\x1E »hà "
b"\x01 •#?º‰rŒªû²ñ¢¾8ô "
b"\x01 ò#?õƒp#ëØ¡B\x1A -░Ê "
b"\x01 •#@9¨sá ˆ_žÜ„Ÿ* "
b"\x01 •#@Äyq\r ŸŠòÆýã%N "
]
SELECT
`product` . `id` as `product.id` ,
`product` . `version_id` as `product.versionId` ,
`product` . `parent_id` as `product.parentId` ,
`product` . `parent_version_id` as `product.parentVersionId` ,
COALESCE (
`product` . `product_manufacturer_id` ,
`product.parent` . `product_manufacturer_id`
) as `product.manufacturerId` ,
COALESCE (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) as `product.productManufacturerVersionId` ,
COALESCE (
`product` . `unit_id` , `product.parent` . `unit_id`
) as `product.unitId` ,
COALESCE (
`product` . `tax_id` , `product.parent` . `tax_id`
) as `product.taxId` ,
COALESCE (
`product` . `product_media_id` , `product.parent` . `product_media_id`
) as `product.coverId` ,
COALESCE (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) as `product.productMediaVersionId` ,
COALESCE (
`product` . `delivery_time_id` , `product.parent` . `delivery_time_id`
) as `product.deliveryTimeId` ,
COALESCE (
`product` . `product_feature_set_id` ,
`product.parent` . `product_feature_set_id`
) as `product.featureSetId` ,
COALESCE (
`product` . `canonical_product_id` ,
`product.parent` . `canonical_product_id`
) as `product.canonicalProductId` ,
COALESCE (
`product` . `canonical_product_version_id` ,
`product.parent` . `canonical_product_version_id`
) as `product.canonicalProductVersionId` ,
COALESCE (
`product` . `cms_page_id` , `product.parent` . `cms_page_id`
) as `product.cmsPageId` ,
COALESCE (
`product` . `cms_page_version_id` ,
`product.parent` . `cms_page_version_id`
) as `product.cmsPageVersionId` ,
`product.parent` . `price` as `product.price.inherited` ,
COALESCE (
`product` . `price` , `product.parent` . `price`
) as `product.price` ,
`product` . `product_number` as `product.productNumber` ,
COALESCE (
`product` . `restock_time` , `product.parent` . `restock_time`
) as `product.restockTime` ,
`product` . `auto_increment` as `product.autoIncrement` ,
COALESCE (
`product` . `active` , `product.parent` . `active`
) as `product.active` ,
`product` . `available` as `product.available` ,
COALESCE (
`product` . `is_closeout` , `product.parent` . `is_closeout`
) as `product.isCloseout` ,
`product` . `available_stock` as `product.availableStock` ,
`product` . `stock` as `product.stock` ,
`product` . `display_group` as `product.displayGroup` ,
`product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` ,
COALESCE (
`product` . `variant_listing_config` ,
`product.parent` . `variant_listing_config`
) as `product.variantListingConfig` ,
`product` . `variant_restrictions` as `product.variantRestrictions` ,
COALESCE (
`product` . `manufacturer_number` ,
`product.parent` . `manufacturer_number`
) as `product.manufacturerNumber` ,
COALESCE (
`product` . `ean` , `product.parent` . `ean`
) as `product.ean` ,
COALESCE (
`product` . `purchase_steps` , `product.parent` . `purchase_steps`
) as `product.purchaseSteps` ,
COALESCE (
`product` . `max_purchase` , `product.parent` . `max_purchase`
) as `product.maxPurchase` ,
COALESCE (
`product` . `min_purchase` , `product.parent` . `min_purchase`
) as `product.minPurchase` ,
COALESCE (
`product` . `purchase_unit` , `product.parent` . `purchase_unit`
) as `product.purchaseUnit` ,
COALESCE (
`product` . `reference_unit` , `product.parent` . `reference_unit`
) as `product.referenceUnit` ,
COALESCE (
`product` . `shipping_free` , `product.parent` . `shipping_free`
) as `product.shippingFree` ,
`product.parent` . `purchase_prices` as `product.purchasePrices.inherited` ,
COALESCE (
`product` . `purchase_prices` , `product.parent` . `purchase_prices`
) as `product.purchasePrices` ,
COALESCE (
`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller`
) as `product.markAsTopseller` ,
COALESCE (
`product` . `weight` , `product.parent` . `weight`
) as `product.weight` ,
COALESCE (
`product` . `width` , `product.parent` . `width`
) as `product.width` ,
COALESCE (
`product` . `height` , `product.parent` . `height`
) as `product.height` ,
COALESCE (
`product` . `length` , `product.parent` . `length`
) as `product.length` ,
COALESCE (
`product` . `release_date` , `product.parent` . `release_date`
) as `product.releaseDate` ,
COALESCE (
`product` . `rating_average` , `product.parent` . `rating_average`
) as `product.ratingAverage` ,
`product.parent` . `category_tree` as `product.categoryTree.inherited` ,
COALESCE (
`product` . `category_tree` , `product.parent` . `category_tree`
) as `product.categoryTree` ,
`product.parent` . `property_ids` as `product.propertyIds.inherited` ,
COALESCE (
`product` . `property_ids` , `product.parent` . `property_ids`
) as `product.propertyIds` ,
`product.parent` . `option_ids` as `product.optionIds.inherited` ,
COALESCE (
`product` . `option_ids` , `product.parent` . `option_ids`
) as `product.optionIds` ,
`product.parent` . `stream_ids` as `product.streamIds.inherited` ,
COALESCE (
`product` . `stream_ids` , `product.parent` . `stream_ids`
) as `product.streamIds` ,
`product.parent` . `tag_ids` as `product.tagIds.inherited` ,
COALESCE (
`product` . `tag_ids` , `product.parent` . `tag_ids`
) as `product.tagIds` ,
`product.parent` . `category_ids` as `product.categoryIds.inherited` ,
COALESCE (
`product` . `category_ids` , `product.parent` . `category_ids`
) as `product.categoryIds` ,
`product` . `child_count` as `product.childCount` ,
COALESCE (
`product` . `custom_field_set_selection_active` ,
`product.parent` . `custom_field_set_selection_active`
) as `product.customFieldSetSelectionActive` ,
`product` . `sales` as `product.sales` ,
`product` . `states` as `product.states` ,
`product.tax` . `id` as `product.tax.id` ,
`product.tax` . `tax_rate` as `product.tax.taxRate` ,
`product.tax` . `name` as `product.tax.name` ,
`product.tax` . `position` as `product.tax.position` ,
`product.tax` . `custom_fields` as `product.tax.customFields` ,
`product.tax` . `created_at` as `product.tax.createdAt` ,
`product.tax` . `updated_at` as `product.tax.updatedAt` ,
`product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` ,
COALESCE (
`product` . `cheapest_price` , `product.parent` . `cheapest_price`
) as `product.cheapestPrice` ,
`product` . `created_at` as `product.createdAt` ,
`product` . `updated_at` as `product.updatedAt` ,
`product.manufacturer` . `id` as `product.manufacturer.id` ,
`product.manufacturer` . `version_id` as `product.manufacturer.versionId` ,
`product.manufacturer` . `media_id` as `product.manufacturer.mediaId` ,
`product.manufacturer` . `link` as `product.manufacturer.link` ,
`product.manufacturer` . `created_at` as `product.manufacturer.createdAt` ,
`product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` ,
`product.manufacturer.media` . `id` as `product.manufacturer.media.id` ,
`product.manufacturer.media` . `user_id` as `product.manufacturer.media.userId` ,
`product.manufacturer.media` . `media_folder_id` as `product.manufacturer.media.mediaFolderId` ,
`product.manufacturer.media` . `mime_type` as `product.manufacturer.media.mimeType` ,
`product.manufacturer.media` . `file_extension` as `product.manufacturer.media.fileExtension` ,
`product.manufacturer.media` . `uploaded_at` as `product.manufacturer.media.uploadedAt` ,
`product.manufacturer.media` . `file_name` as `product.manufacturer.media.fileName` ,
`product.manufacturer.media` . `file_size` as `product.manufacturer.media.fileSize` ,
`product.manufacturer.media` . `media_type` as `product.manufacturer.media.mediaTypeRaw` ,
`product.manufacturer.media` . `meta_data` as `product.manufacturer.media.metaData` ,
`product.manufacturer.media` . `config` as `product.manufacturer.media.config` ,
`product.manufacturer.media` . `path` as `product.manufacturer.media.path` ,
`product.manufacturer.media` . `private` as `product.manufacturer.media.private` ,
`product.manufacturer.media` . `thumbnails_ro` as `product.manufacturer.media.thumbnailsRo` ,
`product.manufacturer.media` . `created_at` as `product.manufacturer.media.createdAt` ,
`product.manufacturer.media` . `updated_at` as `product.manufacturer.media.updatedAt` ,
`product.manufacturer.media.translation.title` ,
`product.manufacturer.media.translation.title` as `product.manufacturer.media.title` ,
`product.manufacturer.media.translation.alt` ,
`product.manufacturer.media.translation.alt` as `product.manufacturer.media.alt` ,
`product.manufacturer.media.translation.customFields` ,
`product.manufacturer.media.translation.customFields` as `product.manufacturer.media.customFields` ,
`product.manufacturer.translation.name` ,
`product.manufacturer.translation.name` as `product.manufacturer.name` ,
`product.manufacturer.translation.description` ,
`product.manufacturer.translation.description` as `product.manufacturer.description` ,
`product.manufacturer.translation.customFields` ,
`product.manufacturer.translation.customFields` as `product.manufacturer.customFields` ,
(
SELECT
GROUP_CONCAT (
HEX (
`product.options.mapping` . `property_group_option_id`
) SEPARATOR '||'
)
FROM
`product_option` `product.options.mapping`
WHERE
`product.options.mapping` . `product_id` = `product` . `id`
) as `product.options.id_mapping` ,
`product.unit` . `id` as `product.unit.id` ,
`product.unit` . `created_at` as `product.unit.createdAt` ,
`product.unit` . `updated_at` as `product.unit.updatedAt` ,
`product.unit.translation.shortCode` ,
`product.unit.translation.shortCode` as `product.unit.shortCode` ,
`product.unit.translation.name` ,
`product.unit.translation.name` as `product.unit.name` ,
`product.unit.translation.customFields` ,
`product.unit.translation.customFields` as `product.unit.customFields` ,
`product.deliveryTime` . `id` as `product.deliveryTime.id` ,
`product.deliveryTime` . `min` as `product.deliveryTime.min` ,
`product.deliveryTime` . `max` as `product.deliveryTime.max` ,
`product.deliveryTime` . `unit` as `product.deliveryTime.unit` ,
`product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` ,
`product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` ,
`product.deliveryTime.translation.name` ,
`product.deliveryTime.translation.name` as `product.deliveryTime.name` ,
`product.deliveryTime.translation.customFields` ,
`product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` ,
`product.cover` . `id` as `product.cover.id` ,
`product.cover` . `version_id` as `product.cover.versionId` ,
`product.cover` . `product_id` as `product.cover.productId` ,
`product.cover` . `product_version_id` as `product.cover.productVersionId` ,
`product.cover` . `media_id` as `product.cover.mediaId` ,
`product.cover` . `position` as `product.cover.position` ,
`product.cover.media` . `id` as `product.cover.media.id` ,
`product.cover.media` . `user_id` as `product.cover.media.userId` ,
`product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` ,
`product.cover.media` . `mime_type` as `product.cover.media.mimeType` ,
`product.cover.media` . `file_extension` as `product.cover.media.fileExtension` ,
`product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` ,
`product.cover.media` . `file_name` as `product.cover.media.fileName` ,
`product.cover.media` . `file_size` as `product.cover.media.fileSize` ,
`product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` ,
`product.cover.media` . `meta_data` as `product.cover.media.metaData` ,
`product.cover.media` . `config` as `product.cover.media.config` ,
`product.cover.media` . `path` as `product.cover.media.path` ,
`product.cover.media` . `private` as `product.cover.media.private` ,
`product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` ,
`product.cover.media` . `created_at` as `product.cover.media.createdAt` ,
`product.cover.media` . `updated_at` as `product.cover.media.updatedAt` ,
`product.cover.media.translation.title` ,
`product.cover.media.translation.title` as `product.cover.media.title` ,
`product.cover.media.translation.alt` ,
`product.cover.media.translation.alt` as `product.cover.media.alt` ,
`product.cover.media.translation.customFields` ,
`product.cover.media.translation.customFields` as `product.cover.media.customFields` ,
`product.cover` . `custom_fields` as `product.cover.customFields` ,
`product.cover` . `created_at` as `product.cover.createdAt` ,
`product.cover` . `updated_at` as `product.cover.updatedAt` ,
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription` ,
COALESCE (
`product.translation.metaDescription` ,
`product.parent.translation.metaDescription`
) as `product.metaDescription` ,
`product.translation.name` ,
`product.parent.translation.name` ,
COALESCE (
`product.translation.name` , `product.parent.translation.name`
) as `product.name` ,
`product.translation.keywords` ,
`product.parent.translation.keywords` ,
COALESCE (
`product.translation.keywords` ,
`product.parent.translation.keywords`
) as `product.keywords` ,
`product.translation.description` ,
`product.parent.translation.description` ,
COALESCE (
`product.translation.description` ,
`product.parent.translation.description`
) as `product.description` ,
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle` ,
COALESCE (
`product.translation.metaTitle` ,
`product.parent.translation.metaTitle`
) as `product.metaTitle` ,
`product.translation.packUnit` ,
`product.parent.translation.packUnit` ,
COALESCE (
`product.translation.packUnit` ,
`product.parent.translation.packUnit`
) as `product.packUnit` ,
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural` ,
COALESCE (
`product.translation.packUnitPlural` ,
`product.parent.translation.packUnitPlural`
) as `product.packUnitPlural` ,
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords` ,
COALESCE (
`product.translation.customSearchKeywords` ,
`product.parent.translation.customSearchKeywords`
) as `product.customSearchKeywords` ,
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig` ,
COALESCE (
`product.translation.slotConfig` ,
`product.parent.translation.slotConfig`
) as `product.slotConfig` ,
`product.translation.customFields` ,
`product.parent.translation.customFields` ,
COALESCE (
`product.translation.customFields` ,
`product.parent.translation.customFields`
) as `product.customFields`
FROM
`product`
LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id`
AND `product` . `parent_version_id` = `product.parent` . `version_id`
LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id`
LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id`
AND IFNULL (
`product` . `product_manufacturer_version_id` ,
`product.parent` . `product_manufacturer_version_id`
) = `product.manufacturer` . `version_id`
LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id`
LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id`
LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id`
AND IFNULL (
`product` . `product_media_version_id` ,
`product.parent` . `product_media_version_id`
) = `product.cover` . `version_id`
LEFT JOIN (
SELECT
`product.translation` . `product_id` ,
`product.translation` . `product_version_id` ,
`product.translation` . `meta_description` as `product.translation.metaDescription` ,
`product.translation` . `name` as `product.translation.name` ,
`product.translation` . `keywords` as `product.translation.keywords` ,
`product.translation` . `description` as `product.translation.description` ,
`product.translation` . `meta_title` as `product.translation.metaTitle` ,
`product.translation` . `pack_unit` as `product.translation.packUnit` ,
`product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` ,
`product.translation` . `custom_fields` as `product.translation.customFields` ,
`product.translation` . `slot_config` as `product.translation.slotConfig` ,
`product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords`
FROM
`product_translation` `product.translation`
WHERE
`product.translation` . `language_id` = ?
) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id`
AND `product.product_translation` . `product_version_id` = `product` . `version_id`
LEFT JOIN (
SELECT
`product.parent.translation` . `product_id` ,
`product.parent.translation` . `product_version_id` ,
`product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` ,
`product.parent.translation` . `name` as `product.parent.translation.name` ,
`product.parent.translation` . `keywords` as `product.parent.translation.keywords` ,
`product.parent.translation` . `description` as `product.parent.translation.description` ,
`product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` ,
`product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` ,
`product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` ,
`product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` ,
`product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` ,
`product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords`
FROM
`product_translation` `product.parent.translation`
WHERE
`product.parent.translation` . `language_id` = ?
) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id`
AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id`
LEFT JOIN `media` `product.manufacturer.media` ON `product.manufacturer` . `media_id` = `product.manufacturer.media` . `id`
LEFT JOIN (
SELECT
`product.manufacturer.translation` . `product_manufacturer_id` ,
`product.manufacturer.translation` . `product_manufacturer_version_id` ,
`product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` ,
`product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` ,
`product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields`
FROM
`product_manufacturer_translation` `product.manufacturer.translation`
WHERE
`product.manufacturer.translation` . `language_id` = ?
) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id`
AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id`
LEFT JOIN (
SELECT
`product.manufacturer.media.translation` . `media_id` ,
`product.manufacturer.media.translation` . `alt` as `product.manufacturer.media.translation.alt` ,
`product.manufacturer.media.translation` . `title` as `product.manufacturer.media.translation.title` ,
`product.manufacturer.media.translation` . `custom_fields` as `product.manufacturer.media.translation.customFields`
FROM
`media_translation` `product.manufacturer.media.translation`
WHERE
`product.manufacturer.media.translation` . `language_id` = ?
) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation` . `media_id` = `product.manufacturer.media` . `id`
LEFT JOIN (
SELECT
`product.unit.translation` . `unit_id` ,
`product.unit.translation` . `short_code` as `product.unit.translation.shortCode` ,
`product.unit.translation` . `name` as `product.unit.translation.name` ,
`product.unit.translation` . `custom_fields` as `product.unit.translation.customFields`
FROM
`unit_translation` `product.unit.translation`
WHERE
`product.unit.translation` . `language_id` = ?
) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id`
LEFT JOIN (
SELECT
`product.deliveryTime.translation` . `delivery_time_id` ,
`product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` ,
`product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields`
FROM
`delivery_time_translation` `product.deliveryTime.translation`
WHERE
`product.deliveryTime.translation` . `language_id` = ?
) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id`
LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id`
LEFT JOIN (
SELECT
`product.cover.media.translation` . `media_id` ,
`product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` ,
`product.cover.media.translation` . `title` as `product.cover.media.translation.title` ,
`product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields`
FROM
`media_translation` `product.cover.media.translation`
WHERE
`product.cover.media.translation` . `language_id` = ?
) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id`
WHERE
(`product` . `version_id` = ? )
AND (
`product` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ?
)
)
Copy
SELECT `product` . `id` as `product.id` , `product` . `version_id` as `product.versionId` , `product` . `parent_id` as `product.parentId` , `product` . `parent_version_id` as `product.parentVersionId` , COALESCE (`product` . `product_manufacturer_id` , `product.parent` . `product_manufacturer_id` ) as `product.manufacturerId` , COALESCE (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) as `product.productManufacturerVersionId` , COALESCE (`product` . `unit_id` , `product.parent` . `unit_id` ) as `product.unitId` , COALESCE (`product` . `tax_id` , `product.parent` . `tax_id` ) as `product.taxId` , COALESCE (`product` . `product_media_id` , `product.parent` . `product_media_id` ) as `product.coverId` , COALESCE (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) as `product.productMediaVersionId` , COALESCE (`product` . `delivery_time_id` , `product.parent` . `delivery_time_id` ) as `product.deliveryTimeId` , COALESCE (`product` . `product_feature_set_id` , `product.parent` . `product_feature_set_id` ) as `product.featureSetId` , COALESCE (`product` . `canonical_product_id` , `product.parent` . `canonical_product_id` ) as `product.canonicalProductId` , COALESCE (`product` . `canonical_product_version_id` , `product.parent` . `canonical_product_version_id` ) as `product.canonicalProductVersionId` , COALESCE (`product` . `cms_page_id` , `product.parent` . `cms_page_id` ) as `product.cmsPageId` , COALESCE (`product` . `cms_page_version_id` , `product.parent` . `cms_page_version_id` ) as `product.cmsPageVersionId` , `product.parent` . `price` as `product.price.inherited` , COALESCE (`product` . `price` , `product.parent` . `price` ) as `product.price` , `product` . `product_number` as `product.productNumber` , COALESCE (`product` . `restock_time` , `product.parent` . `restock_time` ) as `product.restockTime` , `product` . `auto_increment` as `product.autoIncrement` , COALESCE (`product` . `active` , `product.parent` . `active` ) as `product.active` , `product` . `available` as `product.available` , COALESCE (`product` . `is_closeout` , `product.parent` . `is_closeout` ) as `product.isCloseout` , `product` . `available_stock` as `product.availableStock` , `product` . `stock` as `product.stock` , `product` . `display_group` as `product.displayGroup` , `product.parent` . `variant_listing_config` as `product.variantListingConfig.inherited` , COALESCE (`product` . `variant_listing_config` , `product.parent` . `variant_listing_config` ) as `product.variantListingConfig` , `product` . `variant_restrictions` as `product.variantRestrictions` , COALESCE (`product` . `manufacturer_number` , `product.parent` . `manufacturer_number` ) as `product.manufacturerNumber` , COALESCE (`product` . `ean` , `product.parent` . `ean` ) as `product.ean` , COALESCE (`product` . `purchase_steps` , `product.parent` . `purchase_steps` ) as `product.purchaseSteps` , COALESCE (`product` . `max_purchase` , `product.parent` . `max_purchase` ) as `product.maxPurchase` , COALESCE (`product` . `min_purchase` , `product.parent` . `min_purchase` ) as `product.minPurchase` , COALESCE (`product` . `purchase_unit` , `product.parent` . `purchase_unit` ) as `product.purchaseUnit` , COALESCE (`product` . `reference_unit` , `product.parent` . `reference_unit` ) as `product.referenceUnit` , COALESCE (`product` . `shipping_free` , `product.parent` . `shipping_free` ) as `product.shippingFree` , `product.parent` . `purchase_prices` as `product.purchasePrices.inherited` , COALESCE (`product` . `purchase_prices` , `product.parent` . `purchase_prices` ) as `product.purchasePrices` , COALESCE (`product` . `mark_as_topseller` , `product.parent` . `mark_as_topseller` ) as `product.markAsTopseller` , COALESCE (`product` . `weight` , `product.parent` . `weight` ) as `product.weight` , COALESCE (`product` . `width` , `product.parent` . `width` ) as `product.width` , COALESCE (`product` . `height` , `product.parent` . `height` ) as `product.height` , COALESCE (`product` . `length` , `product.parent` . `length` ) as `product.length` , COALESCE (`product` . `release_date` , `product.parent` . `release_date` ) as `product.releaseDate` , COALESCE (`product` . `rating_average` , `product.parent` . `rating_average` ) as `product.ratingAverage` , `product.parent` . `category_tree` as `product.categoryTree.inherited` , COALESCE (`product` . `category_tree` , `product.parent` . `category_tree` ) as `product.categoryTree` , `product.parent` . `property_ids` as `product.propertyIds.inherited` , COALESCE (`product` . `property_ids` , `product.parent` . `property_ids` ) as `product.propertyIds` , `product.parent` . `option_ids` as `product.optionIds.inherited` , COALESCE (`product` . `option_ids` , `product.parent` . `option_ids` ) as `product.optionIds` , `product.parent` . `stream_ids` as `product.streamIds.inherited` , COALESCE (`product` . `stream_ids` , `product.parent` . `stream_ids` ) as `product.streamIds` , `product.parent` . `tag_ids` as `product.tagIds.inherited` , COALESCE (`product` . `tag_ids` , `product.parent` . `tag_ids` ) as `product.tagIds` , `product.parent` . `category_ids` as `product.categoryIds.inherited` , COALESCE (`product` . `category_ids` , `product.parent` . `category_ids` ) as `product.categoryIds` , `product` . `child_count` as `product.childCount` , COALESCE (`product` . `custom_field_set_selection_active` , `product.parent` . `custom_field_set_selection_active` ) as `product.customFieldSetSelectionActive` , `product` . `sales` as `product.sales` , `product` . `states` as `product.states` , `product.tax` . `id` as `product.tax.id` , `product.tax` . `tax_rate` as `product.tax.taxRate` , `product.tax` . `name` as `product.tax.name` , `product.tax` . `position` as `product.tax.position` , `product.tax` . `custom_fields` as `product.tax.customFields` , `product.tax` . `created_at` as `product.tax.createdAt` , `product.tax` . `updated_at` as `product.tax.updatedAt` , `product.parent` . `cheapest_price` as `product.cheapestPrice.inherited` , COALESCE (`product` . `cheapest_price` , `product.parent` . `cheapest_price` ) as `product.cheapestPrice` , `product` . `created_at` as `product.createdAt` , `product` . `updated_at` as `product.updatedAt` , `product.manufacturer` . `id` as `product.manufacturer.id` , `product.manufacturer` . `version_id` as `product.manufacturer.versionId` , `product.manufacturer` . `media_id` as `product.manufacturer.mediaId` , `product.manufacturer` . `link` as `product.manufacturer.link` , `product.manufacturer` . `created_at` as `product.manufacturer.createdAt` , `product.manufacturer` . `updated_at` as `product.manufacturer.updatedAt` , `product.manufacturer.media` . `id` as `product.manufacturer.media.id` , `product.manufacturer.media` . `user_id` as `product.manufacturer.media.userId` , `product.manufacturer.media` . `media_folder_id` as `product.manufacturer.media.mediaFolderId` , `product.manufacturer.media` . `mime_type` as `product.manufacturer.media.mimeType` , `product.manufacturer.media` . `file_extension` as `product.manufacturer.media.fileExtension` , `product.manufacturer.media` . `uploaded_at` as `product.manufacturer.media.uploadedAt` , `product.manufacturer.media` . `file_name` as `product.manufacturer.media.fileName` , `product.manufacturer.media` . `file_size` as `product.manufacturer.media.fileSize` , `product.manufacturer.media` . `media_type` as `product.manufacturer.media.mediaTypeRaw` , `product.manufacturer.media` . `meta_data` as `product.manufacturer.media.metaData` , `product.manufacturer.media` . `config` as `product.manufacturer.media.config` , `product.manufacturer.media` . `path` as `product.manufacturer.media.path` , `product.manufacturer.media` . `private` as `product.manufacturer.media.private` , `product.manufacturer.media` . `thumbnails_ro` as `product.manufacturer.media.thumbnailsRo` , `product.manufacturer.media` . `created_at` as `product.manufacturer.media.createdAt` , `product.manufacturer.media` . `updated_at` as `product.manufacturer.media.updatedAt` , `product.manufacturer.media.translation.title` , `product.manufacturer.media.translation.title` as `product.manufacturer.media.title` , `product.manufacturer.media.translation.alt` , `product.manufacturer.media.translation.alt` as `product.manufacturer.media.alt` , `product.manufacturer.media.translation.customFields` , `product.manufacturer.media.translation.customFields` as `product.manufacturer.media.customFields` , `product.manufacturer.translation.name` , `product.manufacturer.translation.name` as `product.manufacturer.name` , `product.manufacturer.translation.description` , `product.manufacturer.translation.description` as `product.manufacturer.description` , `product.manufacturer.translation.customFields` , `product.manufacturer.translation.customFields` as `product.manufacturer.customFields` , (SELECT GROUP_CONCAT (HEX (`product.options.mapping` . `property_group_option_id` ) SEPARATOR '||' )
FROM `product_option` `product.options.mapping`
WHERE `product.options.mapping` . `product_id` = `product` . `id` ) as `product.options.id_mapping` , `product.unit` . `id` as `product.unit.id` , `product.unit` . `created_at` as `product.unit.createdAt` , `product.unit` . `updated_at` as `product.unit.updatedAt` , `product.unit.translation.shortCode` , `product.unit.translation.shortCode` as `product.unit.shortCode` , `product.unit.translation.name` , `product.unit.translation.name` as `product.unit.name` , `product.unit.translation.customFields` , `product.unit.translation.customFields` as `product.unit.customFields` , `product.deliveryTime` . `id` as `product.deliveryTime.id` , `product.deliveryTime` . `min` as `product.deliveryTime.min` , `product.deliveryTime` . `max` as `product.deliveryTime.max` , `product.deliveryTime` . `unit` as `product.deliveryTime.unit` , `product.deliveryTime` . `created_at` as `product.deliveryTime.createdAt` , `product.deliveryTime` . `updated_at` as `product.deliveryTime.updatedAt` , `product.deliveryTime.translation.name` , `product.deliveryTime.translation.name` as `product.deliveryTime.name` , `product.deliveryTime.translation.customFields` , `product.deliveryTime.translation.customFields` as `product.deliveryTime.customFields` , `product.cover` . `id` as `product.cover.id` , `product.cover` . `version_id` as `product.cover.versionId` , `product.cover` . `product_id` as `product.cover.productId` , `product.cover` . `product_version_id` as `product.cover.productVersionId` , `product.cover` . `media_id` as `product.cover.mediaId` , `product.cover` . `position` as `product.cover.position` , `product.cover.media` . `id` as `product.cover.media.id` , `product.cover.media` . `user_id` as `product.cover.media.userId` , `product.cover.media` . `media_folder_id` as `product.cover.media.mediaFolderId` , `product.cover.media` . `mime_type` as `product.cover.media.mimeType` , `product.cover.media` . `file_extension` as `product.cover.media.fileExtension` , `product.cover.media` . `uploaded_at` as `product.cover.media.uploadedAt` , `product.cover.media` . `file_name` as `product.cover.media.fileName` , `product.cover.media` . `file_size` as `product.cover.media.fileSize` , `product.cover.media` . `media_type` as `product.cover.media.mediaTypeRaw` , `product.cover.media` . `meta_data` as `product.cover.media.metaData` , `product.cover.media` . `config` as `product.cover.media.config` , `product.cover.media` . `path` as `product.cover.media.path` , `product.cover.media` . `private` as `product.cover.media.private` , `product.cover.media` . `thumbnails_ro` as `product.cover.media.thumbnailsRo` , `product.cover.media` . `created_at` as `product.cover.media.createdAt` , `product.cover.media` . `updated_at` as `product.cover.media.updatedAt` , `product.cover.media.translation.title` , `product.cover.media.translation.title` as `product.cover.media.title` , `product.cover.media.translation.alt` , `product.cover.media.translation.alt` as `product.cover.media.alt` , `product.cover.media.translation.customFields` , `product.cover.media.translation.customFields` as `product.cover.media.customFields` , `product.cover` . `custom_fields` as `product.cover.customFields` , `product.cover` . `created_at` as `product.cover.createdAt` , `product.cover` . `updated_at` as `product.cover.updatedAt` , `product.translation.metaDescription` , `product.parent.translation.metaDescription` , COALESCE (`product.translation.metaDescription` , `product.parent.translation.metaDescription` ) as `product.metaDescription` , `product.translation.name` , `product.parent.translation.name` , COALESCE (`product.translation.name` , `product.parent.translation.name` ) as `product.name` , `product.translation.keywords` , `product.parent.translation.keywords` , COALESCE (`product.translation.keywords` , `product.parent.translation.keywords` ) as `product.keywords` , `product.translation.description` , `product.parent.translation.description` , COALESCE (`product.translation.description` , `product.parent.translation.description` ) as `product.description` , `product.translation.metaTitle` , `product.parent.translation.metaTitle` , COALESCE (`product.translation.metaTitle` , `product.parent.translation.metaTitle` ) as `product.metaTitle` , `product.translation.packUnit` , `product.parent.translation.packUnit` , COALESCE (`product.translation.packUnit` , `product.parent.translation.packUnit` ) as `product.packUnit` , `product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` , COALESCE (`product.translation.packUnitPlural` , `product.parent.translation.packUnitPlural` ) as `product.packUnitPlural` , `product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` , COALESCE (`product.translation.customSearchKeywords` , `product.parent.translation.customSearchKeywords` ) as `product.customSearchKeywords` , `product.translation.slotConfig` , `product.parent.translation.slotConfig` , COALESCE (`product.translation.slotConfig` , `product.parent.translation.slotConfig` ) as `product.slotConfig` , `product.translation.customFields` , `product.parent.translation.customFields` , COALESCE (`product.translation.customFields` , `product.parent.translation.customFields` ) as `product.customFields` FROM `product` LEFT JOIN `product` `product.parent` ON `product` . `parent_id` = `product.parent` . `id` AND `product` . `parent_version_id` = `product.parent` . `version_id` LEFT JOIN `tax` `product.tax` ON `product` . `tax` = `product.tax` . `id` LEFT JOIN `product_manufacturer` `product.manufacturer` ON `product` . `manufacturer` = `product.manufacturer` . `id` AND IFNULL (`product` . `product_manufacturer_version_id` , `product.parent` . `product_manufacturer_version_id` ) = `product.manufacturer` . `version_id` LEFT JOIN `unit` `product.unit` ON `product` . `unit` = `product.unit` . `id` LEFT JOIN `delivery_time` `product.deliveryTime` ON `product` . `deliveryTime` = `product.deliveryTime` . `id` LEFT JOIN `product_media` `product.cover` ON `product` . `cover` = `product.cover` . `id` AND IFNULL (`product` . `product_media_version_id` , `product.parent` . `product_media_version_id` ) = `product.cover` . `version_id` LEFT JOIN (SELECT `product.translation` . `product_id` , `product.translation` . `product_version_id` , `product.translation` . `meta_description` as `product.translation.metaDescription` , `product.translation` . `name` as `product.translation.name` , `product.translation` . `keywords` as `product.translation.keywords` , `product.translation` . `description` as `product.translation.description` , `product.translation` . `meta_title` as `product.translation.metaTitle` , `product.translation` . `pack_unit` as `product.translation.packUnit` , `product.translation` . `pack_unit_plural` as `product.translation.packUnitPlural` , `product.translation` . `custom_fields` as `product.translation.customFields` , `product.translation` . `slot_config` as `product.translation.slotConfig` , `product.translation` . `custom_search_keywords` as `product.translation.customSearchKeywords` FROM `product_translation` `product.translation` WHERE `product.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.product_translation` ON `product.product_translation` . `product_id` = `product` . `id` AND `product.product_translation` . `product_version_id` = `product` . `version_id` LEFT JOIN (SELECT `product.parent.translation` . `product_id` , `product.parent.translation` . `product_version_id` , `product.parent.translation` . `meta_description` as `product.parent.translation.metaDescription` , `product.parent.translation` . `name` as `product.parent.translation.name` , `product.parent.translation` . `keywords` as `product.parent.translation.keywords` , `product.parent.translation` . `description` as `product.parent.translation.description` , `product.parent.translation` . `meta_title` as `product.parent.translation.metaTitle` , `product.parent.translation` . `pack_unit` as `product.parent.translation.packUnit` , `product.parent.translation` . `pack_unit_plural` as `product.parent.translation.packUnitPlural` , `product.parent.translation` . `custom_fields` as `product.parent.translation.customFields` , `product.parent.translation` . `slot_config` as `product.parent.translation.slotConfig` , `product.parent.translation` . `custom_search_keywords` as `product.parent.translation.customSearchKeywords` FROM `product_translation` `product.parent.translation` WHERE `product.parent.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.parent.product_translation` ON `product.parent.product_translation` . `product_id` = `product.parent` . `id` AND `product.parent.product_translation` . `product_version_id` = `product.parent` . `version_id` LEFT JOIN `media` `product.manufacturer.media` ON `product.manufacturer` . `media_id` = `product.manufacturer.media` . `id` LEFT JOIN (SELECT `product.manufacturer.translation` . `product_manufacturer_id` , `product.manufacturer.translation` . `product_manufacturer_version_id` , `product.manufacturer.translation` . `name` as `product.manufacturer.translation.name` , `product.manufacturer.translation` . `description` as `product.manufacturer.translation.description` , `product.manufacturer.translation` . `custom_fields` as `product.manufacturer.translation.customFields` FROM `product_manufacturer_translation` `product.manufacturer.translation` WHERE `product.manufacturer.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.product_manufacturer_translation` ON `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_id` = `product.manufacturer` . `id` AND `product.manufacturer.product_manufacturer_translation` . `product_manufacturer_version_id` = `product.manufacturer` . `version_id` LEFT JOIN (SELECT `product.manufacturer.media.translation` . `media_id` , `product.manufacturer.media.translation` . `alt` as `product.manufacturer.media.translation.alt` , `product.manufacturer.media.translation` . `title` as `product.manufacturer.media.translation.title` , `product.manufacturer.media.translation` . `custom_fields` as `product.manufacturer.media.translation.customFields` FROM `media_translation` `product.manufacturer.media.translation` WHERE `product.manufacturer.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.manufacturer.media.media_translation` ON `product.manufacturer.media.media_translation` . `media_id` = `product.manufacturer.media` . `id` LEFT JOIN (SELECT `product.unit.translation` . `unit_id` , `product.unit.translation` . `short_code` as `product.unit.translation.shortCode` , `product.unit.translation` . `name` as `product.unit.translation.name` , `product.unit.translation` . `custom_fields` as `product.unit.translation.customFields` FROM `unit_translation` `product.unit.translation` WHERE `product.unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.unit.unit_translation` ON `product.unit.unit_translation` . `unit_id` = `product.unit` . `id` LEFT JOIN (SELECT `product.deliveryTime.translation` . `delivery_time_id` , `product.deliveryTime.translation` . `name` as `product.deliveryTime.translation.name` , `product.deliveryTime.translation` . `custom_fields` as `product.deliveryTime.translation.customFields` FROM `delivery_time_translation` `product.deliveryTime.translation` WHERE `product.deliveryTime.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.deliveryTime.delivery_time_translation` ON `product.deliveryTime.delivery_time_translation` . `delivery_time_id` = `product.deliveryTime` . `id` LEFT JOIN `media` `product.cover.media` ON `product.cover` . `media_id` = `product.cover.media` . `id` LEFT JOIN (SELECT `product.cover.media.translation` . `media_id` , `product.cover.media.translation` . `alt` as `product.cover.media.translation.alt` , `product.cover.media.translation` . `title` as `product.cover.media.translation.title` , `product.cover.media.translation` . `custom_fields` as `product.cover.media.translation.customFields` FROM `media_translation` `product.cover.media.translation` WHERE `product.cover.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `product.cover.media.media_translation` ON `product.cover.media.media_translation` . `media_id` = `product.cover.media` . `id` WHERE (`product` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`product` . `id` IN (0x0195233B467670C5983F661855F8FE84 , 0x0195233B468F72AB916F39645F04CA86 , 0x0195233B469A72CA8DA9CA5E9854AED1 , 0x0195233B46A471BD90D2AC141D84CE8E , 0x0195233B46CC73CEB5F5C203C63F3B95 , 0x0195233B46EB7366A754011A896E391F , 0x0195233B59307323A0C6B00C01FAB4A3 , 0x0195233B6C6E702481D378014E2A9CE6 , 0x0195233C0DC972C888AA68F164E69DFB , 0x0195233C2B2E7289913FEF5AB99121B7 , 0x0195233C585A713FAC24E42AAB8ED5DF , 0x0195233CC4A8727799ED589B0D7D3F60 , 0x0195233D01B47369BE2783DF0D0FE9BB , 0x0195233E7A9471029C38A95542678AD0 , 0x0195233E801B721BAEE5669104E423F0 , 0x0195233E85FB7273A30AA95228FD12ED , 0x0195233EF8937302942893961BCB5C2B , 0x0195233EFE8373C5A7CD7D5666C23DBD , 0x0195233F10F4722BAB92640F182DAC4F , 0x0195233F620572F4B5CA24CD1EBB68C3 , 0x0195233FBA89728CAAFBB2F1A2BE38F4 , 0x0195233FE49F7023899DAD421A2DB0D2 , 0x0195234039A873E1A0885F9EDC849F2A , 0x01952340C479710D9F8AF2C6FDE3254E ));
Copy
69
0.57 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 •#;FvpŘ?f\x18 Uøþ„ "
b"\x01 ò#;FÅr½æo9d_\x04 ╩å "
b"\x01 ò#;FÜr╩ì®╩^ÿT«Ð "
b"\x01 ò#;Fñq¢Éʼ\x14\x1D ä╬Ä "
b"\x01 •#;FÌsεõÂ\x03 Æ?;• "
b"\x01 •#;Fësf§T\x01\x1A ‰n9\x1F "
b"\x01 •#;Y0s# ư\f\x01 ú´£ "
b"\x01 ò#;lnp$üËx\x01 N*£µ "
b"\x01 ò#<\r ╔r╚ê¬h±dµØ¹ "
b"\x01 •#<+.r‰‘?ïZ¹‘!· "
b"\x01 •#<XZq?¬$ä*«ŽÕß "
b"\x01 •#<Ĩrw™íX›\r }?` "
b"\x01 •#=\x01 ´si¾'ƒß\r \x0F é» "
b"\x01 •#>z”q\x02 œ8©UBgŠÐ "
b"\x01 •#>€\e r\e ®åf‘\x04 ä#ð "
b"""
\x01 •#>…ûrs£\n
©R(ý\x12 í
"""
b"\x01 •#>ø“s\x02 ”(“–\e Ë\+ "
b"\x01 •#>þƒsŧÍ}VfÂ=½ "
b"\x01 •#?\x10 ôr+«’d\x0F\x18 -¬O "
b"\x01 •#?b\x05 rôµÊ$Í\x1E »hà "
b"\x01 •#?º‰rŒªû²ñ¢¾8ô "
b"\x01 ò#?õƒp#ëØ¡B\x1A -░Ê "
b"\x01 •#@9¨sá ˆ_žÜ„Ÿ* "
b"\x01 •#@Äyq\r ŸŠòÆýã%N "
]
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 (0x0195233B467670C5983F661855F8FE84 , 0x0195233B468F72AB916F39645F04CA86 , 0x0195233B469A72CA8DA9CA5E9854AED1 , 0x0195233B46A471BD90D2AC141D84CE8E , 0x0195233B46CC73CEB5F5C203C63F3B95 , 0x0195233B46EB7366A754011A896E391F , 0x0195233B59307323A0C6B00C01FAB4A3 , 0x0195233B6C6E702481D378014E2A9CE6 , 0x0195233C0DC972C888AA68F164E69DFB , 0x0195233C2B2E7289913FEF5AB99121B7 , 0x0195233C585A713FAC24E42AAB8ED5DF , 0x0195233CC4A8727799ED589B0D7D3F60 , 0x0195233D01B47369BE2783DF0D0FE9BB , 0x0195233E7A9471029C38A95542678AD0 , 0x0195233E801B721BAEE5669104E423F0 , 0x0195233E85FB7273A30AA95228FD12ED , 0x0195233EF8937302942893961BCB5C2B , 0x0195233EFE8373C5A7CD7D5666C23DBD , 0x0195233F10F4722BAB92640F182DAC4F , 0x0195233F620572F4B5CA24CD1EBB68C3 , 0x0195233FBA89728CAAFBB2F1A2BE38F4 , 0x0195233FE49F7023899DAD421A2DB0D2 , 0x0195234039A873E1A0885F9EDC849F2A , 0x01952340C479710D9F8AF2C6FDE3254E )));
Copy
70
0.33 ms
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = ? ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `unit` . `id` as `unit.id` , `unit` . `created_at` as `unit.createdAt` , `unit` . `updated_at` as `unit.updatedAt` , `unit.translation.shortCode` , `unit.translation.shortCode` as `unit.shortCode` , `unit.translation.name` , `unit.translation.name` as `unit.name` , `unit.translation.customFields` , `unit.translation.customFields` as `unit.customFields` FROM `unit` LEFT JOIN (SELECT `unit.translation` . `unit_id` , `unit.translation` . `short_code` as `unit.translation.shortCode` , `unit.translation` . `name` as `unit.translation.name` , `unit.translation` . `custom_fields` as `unit.translation.customFields` FROM `unit_translation` `unit.translation` WHERE `unit.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `unit.unit_translation` ON `unit.unit_translation` . `unit_id` = `unit` . `id` ;
Copy
71
4.28 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500
Parameters :
[
true
b"\x01 •\x18 õ¢¯s\t ±L\x01 hM5\x14 S "
b"\x01 “x6ªãr\x1F „KM•ÀRÁÍ "
b"\x01 ôx6¼\f s ©\x19 ^_%Îüc "
b"\x01 ôx6¿\q¹üÀ└╦\x13 ð\x1D D "
b"\x01 •\x18 õ¢§q§ \x10 :\x19 #²l¨ "
b"\x01 ò\x18 ¾,Hp┼ì×ã┴-'\e % "
b"\x01 “x9ù\x10 q–¯½ý‘UÖu: "
b"\x01 ôxJγpTؼ\x13 Ê=Ï?Ê "
b"\x01 “x6©³p/¦JL\x18\x14 æ3< "
b"\x01 “xI})q”œ\x17 t\x14 /h¦¦ "
b"\x01 ò\x18 ¾,ApÉ▓õ8}îkxƒ "
b"\x01 “x6À\t sK·€gÆp×": "
b"\x01 “x:+±sC›ØvW3Öλ "
b"\x01 “x<ÁÇs\x0F ³Š\x0E JÈ/Ï "
b"\x01 •\x19 ``Ús^»–i1\x1E\x10 ùß "
b"\x01 ôx?%▒r\x1A Éw░e╗¢æ! "
b"\x01 “xJB&s\x07 •'1t—|>© "
b"\x01 “xIÉkr7²Š\x03 »/ÌSí "
b"\x01 “xTù7r~°‡¾‡Mû\x1D ° "
b"\x01 “x6¿ùsnªÞ¾ûe\x07 K› "
b"\x01 “xJCörc¦lI,q• "
b"\x01 ôx6®þs¹Øc╗Tÿt$û "
b"\x01 “xIÍ®r\x10 Œw\x18 ·Ó›\x1F H "
b"\x01 ò\x1A 9FÅpߨ)Âo¶\x0E │[ "
b"\x01 “x<CŸs›®r\x0E ³`ĘC "
b"\x01 “x:*†s}¥— ·Åü\x1E ” "
b"\x01 “x<C]ró‰\x04 ÂL\r šf "
b"\x01 “xNÛÍqQ‡¤û!|ÉžI "
b"\x01 ôxH±\x03 p╬¡ðG0À¨(É "
b"\x01 ò\x18 §óÀq"║%v>9Ø*È "
b"\x01 “x:\x13 2q³¿Æt3~ƒ\x13 i "
b"\x01 •\x19 å½s÷»ˆÂR®Çm“ "
b"\x01 •\x19 gVYs’£·n™è0(} "
b"\x01 “xUj´p+œ/È5`0NG "
b"\x01 “x:?\x01 si´e†è\x1E ˆÚ} "
b"\x01 ôxZ\x1C pqØî╦±¨\x0E ╠Xm "
b"\x01 ôx=÷ØsQà┼PýËÎM╠ "
b"\x01 “x7¤×sd®\x06\x07\x0F %¶§H "
b"\x01 “x:\x12 >qدƒæÙPÙäC "
b"""
\x01 “x6z\n
r*ŒÚo6* ƒ\n
"""
b"\x01 “x6©Ýp¨’¿Q\x10 ï9èâ "
b"\x01 ò$F╝ÅsÈÀN\x03 !¼è╔f "
b"\x01 “x:\x12 ús„½ÛK¦ÞÁI• "
b"\x01 ôxH¸8p¼ñ;Øñ╩┬Öƒ "
b"\x01 “x:WBq¶¢¸#¢»c)Ô "
b"\x01 •\x19 ‚\x1E Nrz¿dÓÕN¦: "
b"\x01 ôxJSÇpuö\x10 tFáÒ³Ø "
b"\x01 •\x1A %\x1A Žp’’Œ”æ\x1C Ü€[ "
b"\x01 ôx_6üs\x1C áW╣f\x08 ´█W "
b"\x01 •\x19 "¥rsbŠ’÷\x06 Dn\v $ "
b"\x01 “xI\x17 ‹rÇŒ‰¼\x11 ˜Ù)M "
b"\x01 “x?ŒÅpø«êh\x0F 4OC\x06 "
b"\x01 “x7+îp\x01 EZ\x0E *–9S "
b"\x01 ôxL╚êsnÅF┼┌¾!¶õ "
b"\x01 “x6¨\x08 rp·æIDÜ/\x13\x08 "
b"\x01 “xHëžr©Œ\x04 ‹^è^¡Ù "
b"\x01 “xJ>žpVœ O°R“ãK "
b"\x01 ôxJÅÑq¸æúVbf\x17 µ: "
b"\x01 “xNÛëp\x19 º)åZ\f ¼k– "
b"\x01 ò\x19 ®╗År2Æ[É_'b┤Õ "
b"\x01 ôxL╚ûs®ÅQß´Óê±a "
b"\x01 “x7+usX –×P\x03 \P¡ "
b"\x01 ôx=Ð╗rÅ««ôvy/:Ñ "
b"\x01 “xPì,q|ŠS\x1E Uë\x15 u} "
b"\x01 ôxT*ÌsÇØ ▄ì\x19 î╠ "
b"\x01 “x<CÊp©„†».“^LÅ "
b"\x01 “xLÈ»p1»Ö\x16 3\x12\t ñ‘ "
b"\x01 “x:Uìs(«K¬¿2"…À "
b"\x01 ôx<»ÊsôÉôݱÁÛ«▒ "
b"\x01 “xNÛÞq™‚Èv2¬t\x0F "
b"\x01 “x9÷epN¤ú[~ä\x11 @r "
b"""
\x01 “x<¯¿qG½Û\n
%þ\x7F éI
"""
b"\x01 ôxJBfqrü.+Û\x14 £R┴ "
b"\x01 •$G‰šrS¤\x06 ¹<¯å÷t "
b"\x01 “x6À\x01 p7“,²Ô\x1D\x0F 6ö "
b"\x01 “x<œzr匫^W™¿Å½ "
b"\x01 “x=°ipj°\x02 ä¯%\x05 ð{ "
b"\x01 “x6ªÐs$¾³éã·\x14 –¹ "
b"\x01 “xUQÚq\x1E ˆ¡\x15 bÍ\x16 gG "
b"\x01 •\x1A ilÖqžŽ–ï"'¨Ø6 "
b"\x01 “x<Côr\x10 ¼\x17 Í"è/Ì8 "
b"\x01 “xI=hqÞ¾èºU5_p\e "
b"\x01 “xT\x1F Üs\x06 ´„!ö>'¨P "
b"\x01 “xI\x1D fr¶‰@‹qØ§å‚ "
b"\x01 ôxJraráùtÆòLü¾× "
b"\x01 •\x19\x1F Éõsö´!ï\x08\x04 ¹Áí "
b"""
\x01 “xF•\x05 sGš\n
<«r\x19 ¦´
"""
b"\x01 ôx:\x12 óp\x1A Øô¢╠\x01 ÖE┐ "
b"\x01 “xJž=r\x07 µVÖ‡\x16 ÔšÄ "
b"\x01 “x6§ìqˆ¸G½Ù\f xµ¹ "
b"\x01 “xJ>\r q®¡ß1\x18 ¦oL "
b"\x01 “xLÈrpº¸ wQ®ÏûY "
b"\x01 “x6¸•r•œ"\x0E %è\x05 þm "
b"\x01 “xK“Vs\x11 §+=ôÈû·Ý "
b"\x01 ôxKýÓsF«┤=âþ.ðÉ "
b"\x01 “xLÈór\§\x7F ¾½Yø\x10 z "
b"\x01 “x9â’sƒµ³Y#öm t "
b"\x01 “x:\x12 Ír¸¡*ö;Ýû#ª "
b"\x01 “xLæøp\x1E «R\x1A Pd4\x08\x11 "
b"\x01 •\x18 ´zLq’¤g\x02 ÅT\x11 .ö "
b"\x01 ò\x19 (╝┌p\x16 Öè㲸<üô "
b"\x01 “x>0árž¯_žƒ_üæö "
b"\x01 ôxJ6irÏ®ÕÉÅ\x0F â\x18 a "
b"\x01 “xJ]Órô…4‚×î³ÞZ "
b"\x01 “xLàµsŸ£ô.gK§ßÁ "
b"\x01 ôxL╚¿rN«z»ØÞ╠Q\x02 "
b"\x01 “x9õbs~§÷>¢@ÅÛ\x14 "
b"\x01 “x6ª¿põ†!\é\e |‰æ "
b"\x01 “x8Ò·q?»D׃ð¢Òc "
b"\x01 ôx:\x12 +rbôx¢ÅS®MÌ "
b"\x01 “x>AÏr{Ÿ`\v ZìÞq‘ "
b"\x01 •\x19 !Øýr\x07 …$SüQÁUZ "
b"\x01 ôx>1░ptÅ┘▒»'KÍë "
b"\x01 ôxN█°r\r ┤\x05 ̃ج╩Ü "
b"\x01 “xTøEs\f ƒ<û^ŒZql "
b"\x01 ôx6yÐpì░,P\x13 ┐®uÚ "
b"\x01 “xT"\x1E qd’š\x1C e«ÂQ¤ "
b"\x01 “xUÙ\x04 qwŸfl6bdv "
b"\x01 ôxH¯Zrä│╚2:╬ýì< "
b"\x01 “x<v\e p,‘zÐ\x13 ø>\x10 e "
b"\x01 “xLß\x7F s•ˆ$ô„äÖ@Ë "
b"\x01 “xT!êqÖ¿LH•pY”r "
b"\x01 •\x18 ç-\x17 p{ª¦8ˆr…œÆ "
b"\x01 ôx6¬Øp6Ö·Ú7!Z¹ô "
b"\x01 ôx:WfpÉ⪵`ÎQÚ³ "
b"\x01 “x:?‡sú¶öù\x05 Ž\x1E ò~ "
b"\x01 “xN€äpù¤»\x18 ÐéŽg\x0E "
b"\x01 “xT)ósO¶\x1A Il¹\x03 V\x08 "
b"""
\x01 •$< Óp›ž64 xç\n
†
"""
b"\x01 ôx9ÔµsNæíQßÉ╝Ó "
b"\x01 “x9ãUp0«<kF6ýU0 "
b"""
\x01 ôxI\x1E tr³ü¸\n
┴Úêg¢
"""
b"\x01 ôxL╔3pÅ▒\x1E øÆf÷\x16 ┼ "
b"\x01 ôxT\x1F øpèô\x0E ü\x15 ]█▀\ "
b"\x01 ôxT>╩pÓìµ\x12 8\x1E þK═ "
b"\x01 •\x19 f\x15\x13 r\x06 £\x19 °ñi«DÕ "
b"\x01 “x9õNq"ƒ„\x1E (™AR¶ "
b"\x01 “xC¸\x00 p\e ½È,Ãcja& "
b"\x01 “xJ@ÎsÆ©`Hè\x17 ®\x08 w "
b"\x01 “xT!Çp®ioçÞ·q0 "
b"\x01 “x6¿\x7F pR©î%5&\x16\x14\x18 "
b"\x01 “x6ðTs\x14 ˜ãÖÁ\x07 u‚À "
b"\x01 “x9ã\x12 p+½\e ÛŽY#[\x05 "
b"\x01 “x9ã‹sE¤\x1A x™“»Ïd "
b"\x01 “x:W{s•©ºu(Õ‘¯W "
b"\x01 “xHêsqǤVkú´Tv€ "
b"\x01 “xJ“wqm¼V]\x10 dÙ\x13 ø "
b"\x01 ò\x19 iÆérºö¤ÅÜìyS^ "
b"\x01 •$\x01 %ƒrS£É'ú6\x1F É\x17 "
b"\x01 •$>Џp¯¤›Ð•¹\x08 ûÎ "
b"\x01 “x7,RqS±R¨2¤¥#- "
b"""
\x01 “xJصqA¯Xr‚\v Ž\n
\x16
"""
b"\x01 “xT¥LqÏ–ìéØJ\f ò” "
b"\x01 •\x19 šÝ1pv½ÿ†ñ\x1F Pº_ "
b"\x01 •\x19 =Tr\x18 ™^Ikvô€Ï "
b"\x01 ôx9§;q\x0F ÅêDP@¬çð "
b"\x01 “x:\x12 Hrs¸ò\x07 `h\x06 ³é "
b"\x01 “x=Pfs(•¼V«2¾•! "
b"\x01 “xI—¼q\x1E ’ØÏ\x08 ßäèï "
b"\x01 “xLÉ^r\x1A •\x15 Æ\x06 {ìÒ@ "
b"\x01 •\x19 gVQqd•‹²ÚIv#É "
b"\x01 “x:\x12\x16 r&‡ê…ƒ¿6ÅN "
b"\x01 “x:V•r@¿ à’±“BÚ "
b"\x01 ôx<CùsiñRv[Å$╝± "
b"\x01 “x<¯ˆsC·\x1F\x15 Y\x16 “\x03 U "
b"\x01 “xI|åqM›Š8yÁ*úV "
b"\x01 “xJCÝsÅ¢MaíygÞ "
b"\x01 “xU;Àq{·¾\x13 Ë(¯éÕ "
b"\x01 ôx6©2süó»Èd\x08 ýìp "
b"\x01 “xIuYqi±Û—B\x18 _•½ "
b"\x01 “xLɃp\x0F ·XÁ™ÈÜâ\n "
b"\x01 “xT!FqÝ£\r C ÅÂ»Ö "
b"\x01 “xTø¼s¬´î\x03 ]vë\x07\x13 "
b"\x01 “x\NCsF¼Nrœï\x12 Q± "
b"\x01 •\x19 —XŒq9˜d\v :¦#p| "
b"\x01 “x6»\x1F q2œÁzC/eÀ½ "
b"\x01 “x9õ#sŠ·ÒBÓ\x07 ¨)ú "
b"\x01 ôx:-Rs\x07 ¬µ£Ûü\r ½² "
b"\x01 “xI—DpÙ¼\r ï‘\x01 ‘Fj "
b"\x01 “xJArr\x13 ²’×GwaUP "
b"\x01 ôxTZ4p┌Ñ╦\x13 üL>\\x00 "
b"\x01 “xTªƒqÛ«‰Ø³â\x1E P` "
b"\x01 “xT«‘s€„$àÕ™•¹ö "
b"\x01 ôxU#5s\x17 úf\x1D î│]Ø\t "
b"\x01 •\x19 2\x13 îrŠšY~úñZ4S "
b"\x01 •\x19 ``æqW¿MT•\x11 h‰Ë "
b"\x01 •$Gd\x1F p’²\x07 §‚\}‹Ç "
b"\x01 “x9Ð/q/¢s#i´¹Ÿá "
b"\x01 “x9â¤qç—¤"ÑAïzî "
b"\x01 “x@\x07 Zs¥‡\x17 »\x14 Öõ#9 "
b"\x01 “xLÈÌp*³ºŸp\x0F 6î¸ "
b"\x01 “xT"µpI®O#Èñ;/\x17 "
b"\x01 ôxV\x1D 0qhÉ&‗╠®{\x13 À "
b"\x01 “x[ù/sÌŒ–„· n¾ô "
b"\x01 •\x19 1¯vpb¡)ΗƒÅXv "
b"\x01 •\x19 šä\x15 qY¦'ÔùrÜ~÷ "
b"\x01 •\x19 à„%sÛ¾˜YË 6{³ "
b"\x01 ò\x1A !\x17 ┐qÞçØ´\x07 Å¥V3 "
b"\x01 •\e fL<p‘‰í\x0E ¥ƒ\f ´( "
b"\x01 “x6ß\x02 r˜ª‚ˆ›;\x14\f ‹ "
b"\x01 “x:V&rÒ·V\x1F ²Ág\x12 l "
b"\x01 “x:V‹p¹¿ô]Í\x19\t û¼ "
b"\x01 “x>\x08 mrø¯|¸ð†¯ñ\n "
b"\x01 ôx>1aqAüVUª\f\x16 X¼ "
b"\x01 ôxD\x12\x00 sYÉ\t Y«\x11 ;\x18 ç "
b"\x01 “xI\x1D $pòª#21L"Õ¥ "
b"\x01 “xI—Rq\x00 §¥åa\x0F\x1A\x00 ž "
b"\x01 “xT\x1F ¢s†¹þH‚7Na– "
b"\x01 ôxTºøp╠àõ»t@╦ùØ "
b"\x01 ôxTÕ\f pÂóÏ┐ØD´9Ò "
b"\x01 •\x19 'œDs÷ƒõ´=˜I ½ "
b"\x01 •#ýטs\x1D °::8\x01\x19 „c "
b"\x01 ò&3©§qıí\x07 ß:\x14 ìþÕ "
b"\x01 •&šþ¿p4˜\x1D Ï‚n\x07 PC "
b"\x01 “x8ïárS§[íW7\e W[ "
b"\x01 “x:\x13 ;pD»_Zx¼uí\f "
b"\x01 ôx:*ÙrÅä>\x03 âåc┐¯ "
b"\x01 “x:?Gp ¶\x16\x02 Z4A› "
b"\x01 “x?%és䑯I \f ´\x02 2 "
b"\x01 ôx@\x07 @pÝÉ\x07 у»\x1A WÄ "
b"\x01 ôxJ:ýpÅá3î\x0E\x12 ╝vï "
b"\x01 “xT+¼s/‚ DeÊ&P "
b"\x01 “xUU\x0E s[º`w\x05\x06 ž*¡ "
b"\x01 •\x1A Y\x06 –qh²ù)\r ¼r\x0E ‹ "
b"\x01 •$\x02\x02 Èsö¦¤Ø„Ÿ4âU "
b"\x01 “x8ÒÆsn‰\t ~\x1D Ú·í¢ "
b"\x01 “x8í°qÊ»¹‚\x01 ¿\v *§ "
b"\x01 “x9Í\x13 s^¤&\x10 „h¾@4 "
b"\x01 “x:T°rA,µm}ð?% "
b"\x01 “x=Ÿ¸s;£\x15 [Ï\x06 ‰z„ "
b"\x01 ôx>AÜpÉ│V¼ø{ãz| "
b"\x01 “x?\x06 þqi’åS¤)O\t 5 "
b"\x01 “xI$\x08 sM¶HO»¬¹öí "
b"\x01 ôxI;úp-á┴\x1F ì!yJ¢ "
b"\x01 “xI="sç¤ìpQ4~gÁ "
b"\x01 ôxIY½slÆ\v\v O▀ü\x0F Ê "
b"\x01 ôxItÑq×üÀLý\x11 ?\x1D g "
b"\x01 “xJ\x19 âr<±«Žæ‘•æô "
b"\x01 ôxJ[¬qZá└ æ\x18 È7Ø "
b"\x01 “xJ^qrQ¬ìc\x10 ìàÙg "
b"\x01 “xJs\x00 p\x08 ³2©¦þ%\e à "
b"\x01 ôxJÉõsÒ«]yýÓèÿä "
b"\x01 “xJ‘\x01 s2¡\x01 ‚²T:] "
b"\x01 “xJ’¤r\x16 Š\x1F 𹑮zå "
b"\x01 “xKÁsq| ÖS]G4kí "
b"\x01 “xKÊÝq]¬Øç\v Q¿W$ "
b"\x01 “xKö)r-©y§gI'[Ë "
b"\x01 “xLÉIp[ªhÝQ:}ž¼ "
b"\x01 “xT\x1F ÈsQ£»Öçlýžª "
b"\x01 ôxTñÅrÓå·°î i\x1F Ù "
b"\x01 ôxT½ýr9»▒1╔\x06 ÕØâ "
b"\x01 •\x18 ú@ rh¾äô—Ð4PH "
b"""
\x01 •\x19 0”\x03 sþ¬7°|\n
cùú
"""
b"""
\x01 •\x19 1Â\n
p©µ\x11 .f%?ã¦
"""
b"""
\x01 •\x19 ¶³\n
sï—Æ\f –î¥p/
"""
b"\x01 •\x1A 0Yîsœ³Æu3\x1E qœµ "
b"\x01 ò\x1A e£üpåí qygsÅÏ "
b"\x01 ò#\x05 Ø;sÉÖFÜÏ\x08 Vûc "
b"\x01 •$\x1E SLsJ‰\x19 L«Í\x16 Ué "
b"\x01 •$7etqŤà(jùrŒ0 "
b"\x01 “x6¨\x17 r©©¼C\x1A Ú—eì "
b"\x01 “x6©ÇrÊžmì\x1A ÿ…ŧ "
b"\x01 “x6ËŸs+‘4D”׃ƒ\x0F "
b"\x01 “x:?8r<œ7j\x1F )'.+ "
b"\x01 “x:UiqT¿áVvÔ\x13 ¶Ø "
b"\x01 “x<°/rþŒ\x1F ^Öa-·“ "
b"\x01 ôxEô¿syØ╗´¦\x10 ,;m "
b"\x01 “xI[šqÏ¥bo¿3AËq "
b"\x01 “xIvMsO¥žU\x0F Y¶hÎ "
b"\x01 “xIÌ\x15 r8’5±ÙsÓ¸\x04 "
b"\x01 “xJ\e ]sñ°Æä.<ð=\x0F "
b"\x01 “xJ\x1C ªp’Ž\x19 r¯7¾\e Ñ "
b"\x01 “xJ6Îq\x11 ‹¥h•´\x15 BÍ "
b"\x01 “xJ@íp\r ©®¼ëu*š\v "
b"\x01 “xJA\x1D qT†¥9ÐÅZo‡ "
b"\x01 “xJC"rЕF„"Þ\e w\x16 "
b"\x01 ôxJÅ7rÀ╝\ÕgÔï╬ "
b"\x01 “xJž[s!¨±\x06 ¹Ö#Tø "
b"\x01 ôxKÅÞqöòå?´¶Éµ\x06 "
b"\x01 “xLÈßqY‰ü¥\e (\t uU "
b"\x01 ôxT'YpÖÅ\f\x08 ╗\r ¡╣Û "
b"\x01 ôxT'~pÚ¬C:¤z\x00 Åı "
b"\x01 ôxTZ\x01 r5ÑØ▓ÂO,\x1F\x14 "
b"\x01 “xT§ÄqW©€Ü‡„{\x03 F "
b"""
\x01 “xT§üqF›Å\x04 \n
\x7F © \x08
"""
b"\x01 “xTª›r3›˜ä„CW«‘ "
b"\x01 “xT°‚rÖ—6eo\x05 ìTž "
b"\x01 “xTælr®—3™—\x16 ª¥1 "
b"\x01 ôxTþ&p7ØZÃ\x10 Éä»k "
b"\x01 “xUT·q\v Š«¹$ï%ÑQ "
b"\x01 “xU®¤r\x13 •\x08\x01 j• »¬ "
b"\x01 “x\\x00 Bp°œ\x7F ý\f (\r æ« "
b"\x01 “x\\x00 sp®†›ï\e ¥ï± "
b"\x01 “x\1iqLµ\x1D —/ eFP "
b"\x01 ò\x1A YM-rı«\t °d\x1A rü3 "
b"\x01 •\x1A YT¦qm¹ÜŠÔÕVɯ "
b"\x01 •\x1A [p±r\f °ãù6ú}É8 "
b"\x01 •\x1A\x7F o\x06 s[ƒ{gy…Í\x06 6 "
b"\x01 •#ù\x01 ©sK¶"\x13 HM\x00 e\x18 "
b"\x01 •$\x1E ~q>³58,<–ü. "
b"\x01 ò$eÝ s)É×\x14 ´ûlÀf "
b"""
\x01 ôx6¬\n
r\x10 üì\x1F ÿAw¬{
"""
b"\x01 ôx6¬ìs+ä\f ┘»ÇXìÈ "
b"\x01 “x6Ì:rJ£?kˆ˜ÏEn "
b"\x01 ôx7ìÈs\x07 Ö¤\x16 §öDÄ\v "
b"\x01 “x8¡Bsâºi\x0F À´K½à "
b"\x01 ôx8Ýsplاf+Ug_8 "
b"\x01 “x8î¿pÑ´òý‚ò¿Úã "
b"\x01 “x9\t Hsr¬Ü Ø!DþŠ "
b"\x01 “x9V\x06 s‹¿›„úú\x19 }L "
b"\x01 “x:\x12 ysž’É9Œ¾0ØÚ "
b"\x01 ôx:\x12 Äpeÿ@\x1E ú┌Âêì "
b"\x01 ôx:\x13\x03 s.øJ│ìQnÿc "
b"\x01 “x:TÖsÕ ô09¦ÕìK "
b"\x01 “x:U\x18 q+Š\x19 õ\f mÊŒÛ "
b"\x01 ôx:UÉsÙê©f╔¼ªfV "
b"\x01 “x:U©sû Ë$šÐ\x17\x1E ¸ "
b"\x01 ôx:U╣q%┐9nÅÂb\t\e "
b"\x01 ôx:V‗piØÐJ$@G£ä "
b"\x01 ôx:W\x02 s■ÉG\x01 ñ│ƒ=\x03 "
b"\x01 “x<Bzp̃;äàÎy+¢ "
b"\x01 ôx<vésüÉ\x1C a▓[zÊ╦ "
b"\x01 ôx<v»qܼkü\r &\t ^S "
b"""
\x01 “x<œ²r\x14 …â?Ë\n
.Α
"""
b"\x01 ôx>.¡r¨ö\x08 ¸¾É\¨ü "
b"\x01 ôxB\x10 upé┐V$Á¤±ü) "
b"\x01 “xE¤êpã¦v\x15 ¡õµI[ "
b"\x01 “xFotr\x17 ‰®ÙO• ³Ò "
b"\x01 “xFÌ\x1C p–¬¯Á4í\x1A –Ý "
b"\x01 “xI9¡sQŠäºSoû8– "
b"\x01 ôxI\$s╣ì8┐¨Ø9\x08 "
b"\x01 “xI~\x18 p‘>^ÖwÙe\x07 "
b"""
\x01 “xJ\x1A Šp? ç\n
l\x0E Hî®
"""
b"\x01 “xJ\e =qw‹BéŸX¸(ã "
b"\x01 ôxJ6Ér╦æ°Füµ\x02 X┴ "
b"\x01 ôxJ^\x0E s╦üC¶¸Ú├i\x0E "
b"\x01 “xL &q”¹;x“‚>à^ "
b"\x01 “xLÉ\x07 s±¥L¹2°Ð] "
b"\x01 “xLÉqr\x04 ³¡/Ç>¯ìù "
b"\x01 “xLßør\x03 ª‚\x17 *•v¡] "
b"\x01 “xLà\x18 s¯ž[\t ",µsÕ "
b"\x01 “xPÙ’qЗû¹\f Ç|s "
b"\x01 “xT\x1F\x1C q« ?×ZŠ\x05 `è "
b"\x01 “xT ¬r€™-j‘ž·=" "
b"\x01 “xT%`sé©â\t *7âwS "
b"\x01 “xT*~p\x02 ¨·˜Ÿx§ãU "
b"\x01 “xT+\x0F r ¦A¤3‚Q\x11 J "
b"\x01 ôxT+ q─©2¿dØ\x00 ,╦ "
b"\x01 “xT<—qe‰¡€*L–åe "
b"\x01 “xTWÝsE©\x12 Ç]ë5¼$ "
b"\x01 “xTu1q#¼ÀÚDÌ\x17 ”Ý "
b"\x01 “xT«¾r\x05 ¾÷îqr_ó£ "
b"\x01 “xTäûpbŸ7Óæ€\x16 ù\x0F "
b"\x01 “xT÷r\x1D ‹É\e ÜÈX\x06 I "
b"\x01 “xUS5rô•¤X÷=(\x16\x15 "
b"\x01 “xU€trx‡¾\f !Oã-C "
b"\x01 “xUózp\±Õ\x7F »nÿnÞ "
b"\x01 “xV\x19 ¨pŠ2Rø2Ó"S "
b"\x01 “xZç¢r\x17 …ÃMX\x01 \r ™\x06 "
b"\x01 “x[ûPpK’,+\x13 ©Ì˜Ç "
b"\x01 “x\\x00 ˆs9“éuR;…\x13\x02 "
b"\x01 “x\.¶p;³\x04 £\x07 8•2H "
b"\x01 ôx\0ìsbøgÿÏ▒Fh( "
b"\x01 ò\x18 │\x10 ÝqŬjl▄ç\x17 kÜ "
b"\x01 •\x18 Û®Êspº6Þæƒ-—‰ "
b"\x01 ò\x19 (ƒpsÒÑ[)9\x17 Ű" "
b"\x01 •\x19 *§\e s…„/Åx®£ ½ "
b"\x01 •\x19 2d'p«™B¬ëŒß'p "
b"\x01 •\x19 6\x05 :q?¥@šç9@pR "
b"\x01 •\x19 ¸?ÚpÀ…ðEŠ|æ°Ó "
b"\x01 ò\x1A $Å█pÿ┐\x02 3(\x08\x1A Î\x14 "
b"\x01 •\x1A YŽ<r\x1F £”viÝj'ÿ "
b"\x01 •\x1A YÚ‚sª©m ~@K¬í "
b"\x01 ò\x1A ZÑ\x14 r\x00 ƒû6Å\x1E hä¡ "
b"\x01 ò\x1A ZÂÉr°é¥└ô\e\x00 n\x08 "
b"\x01 •\x1A [ÄLs\x08 ’ûÎ\x17 2—\r p "
b"\x01 ò\x1A eÒLsƒö.%³\x13\x07 Øw "
b"\x01 •\x1A mX\x08 p1Œ*loίZ "
b"\x01 •\x1A mÐ\x07 r!œ1ßëÀíy7 "
b"\x01 •\x1A\x7F Y-q\x15 š+AsH\x0F 2\x15 "
b"\x01 •$\x19\x14 !sÀƒµ»Ð…ÿÆ\x14 "
b"\x01 •$\x1D ‘jp®ðOPó\x01 È "
b"\x01 ò$$Ñbrgü,û\v ╬¡\x0F \r "
b"\x01 •$5òêsÕ›¢ó,ؾF@ "
b"\x01 •$=ÑópI€\x0E xã\x1E ®Én "
b"\x01 •$k`¿p$ƒßpá\x1D )?O "
b"""
\x01 •$r6÷qA’ô\n
Wï$Êd
"""
b"\x01 ò&;\x14 vqvÉp\x1E\x04 ØHö~ "
b"\x01 •&<Æâs†¾W\€©æc¯ "
b"\x01 •&<Æër̰BÜËï·µ3 "
b"\x01 •&?c\x08 p¡’˜ÿ¬%…O "
b"\x01 “x6©¬pÞ¥£ûhö&ß\x14 "
b"""
\x01 “x6©Òqr¦A9³\n
MŒa
"""
b"\x01 ôx6¬\x14 r/ÅK\x07\x13 ▒%╝~ "
b"\x01 “x6ºêq¹¼eôÕ\x0F ÀÍÇ "
b"\x01 ôx7\e ªq╗ì\x16 ¿\x08 S\f PÜ "
b"\x01 ôx8ü\x1D sÂØyíª1─͵ "
b"\x01 “x8Ò”sž˜ÝÐøëøP¹ "
b"\x01 “x8ïÄq]‹]Ȧàõß\t "
b"\x01 “x9f¦pÍ”¬\x04 °€ÒÌ* "
b"\x01 “x9ãmsÄ£q9ò +j¾ "
b"\x01 “x9ãœsÀ‹ìÔæÌ‰)% "
b"\x01 ôx9§Ör÷ÉÀÜÊ╝Æ2\e "
b"\x01 “x9øÊp"“\t ÒEqt)á "
b"\x01 ôx:\x0E │r\x1A ùÉáÖ8\v\x1C x "
b"\x01 “x:*ÛsН5%«Ìží4 "
b"\x01 “x:+\t s"“·\x01 œ$ä¹Î "
b"\x01 ôx:?\x19 pØÄ[&Oìé/ê "
b"\x01 ôx:U\x1F r¹ü\x1A ¨£âÄ\x19\x12 "
b"\x01 “x:W\x14 q\x7F ½Äú³bÔâ÷ "
b"\x01 “x:W/sаG+¥4(;J "
b"\x01 “x<CìrQ˜ßØŸ‚dPÄ "
b"\x01 “x<f q\x1A —BG©z\x19 Ꭰ"
b"\x01 “x=P¡sù˜\x0E o\x1A +ͬ "
b"\x01 “x=Ž\x12 rÛ¢'ÐH*€¾Z "
b"\x01 ôx=ÐßrÉÑ┐S¥\x0E r\x19 F "
b"\x01 “x>AbpB\x08 /ïgÎ¥œ "
b"""
\x01 “x>AÿrÀ¾\\n
®v>°Ç
"""
b"\x01 “x>C¢qZŒV)YÂ\x14 ¢+ "
b"\x01 ôx?\x06 år╠╗\x06 üM>>\x0F ┴ "
b"\x01 “x?7æq–…}!@~É?¡ "
b"\x01 “x?®sø»¢—âÆxÐm "
b"\x01 “x?æ\x1C sV“¬»÷ºB! "
b"\x01 “x@çEq\x7F ½êcË\x07 ÖS¥ "
b"\x01 ôxA\f Ér¬ÿ{\x1C F9òká "
b"\x01 “xB\x10 ›s™§øh¨ø›\x1A ¦ "
b"\x01 “xB;Xrטm¸f_V?é "
b"\x01 “xBëÌrøŸ-à¾83”ñ "
b"\x01 “xD\x11 ¸sK»Ÿ¡[jÔÄG "
b"\x01 “xF\x13 Šr䮃Ax_Ýßì "
b"\x01 “xI@\x06 rޝ\x06 :|ðòÙ3 "
b"\x01 ôxI@âsH┤ÌLÅ\x1F ×Qñ "
b"\x01 “xI{…q®¥5åí\x02 ÖÈŸ "
b"\x01 “xIè6sú„ò28\x06 ÕŠl "
b"""
\x01 “xJ\x16 urºŒ°ÿm<\n
ïœ
"""
b"\x01 “xJ\x18 Ap”´2Ýó÷\x16 ¹µ "
b"\x01 “xJ\e Nqƒ /òYŸ¾óu "
b"""
\x01 “xJ\x1D\x04 r̆\n
EÌÖŒ‰\x14
"""
b"\x01 “xJ6*s\x16 ¦4Ч¥J“‚ "
b"\x01 “xJBKpê½h}w \x1D óŽ "
b"\x01 “xJ\ìs6«–áË\x0E 6d\f "
b"\x01 “xJ_®sɦA*Y¦,(Ç "
b"\x01 “xJ›Ñp¦‰\e ¤\x07 9O|Ÿ "
b"\x01 “xJœ,p\x1E ‡·åû»O\x13 f "
b"\x01 ôxJØ╚r\v Ǿ+±\x7F ÖáÚ "
b"\x01 ôxJØËpiüD\x05 F0?┼A "
b"\x01 ôxJ×åpj¿B╩ñçÅÀ╦ "
b"\x01 “xJØ]qC¥j»×\x06 ᤅ "
b"\x01 ôxK{ r³ÉÍ$¤\x17 Ä}± "
b"\x01 “xK©ærΫ\x0E ä¶\x19 p\x0F 1 "
b"\x01 “xKªws®¤\x14 ¯š]°á0 "
b"\x01 “xKÒŠq\x16 ´Å~\x06 \\x07 .¾ "
b"\x01 “xKÓ\t q*º˜\x14 ìrä9 "
b"\x01 “xKí)r\±ñöáRPåw "
b"\x01 ôxL╔\x1C p=ÉØµðì¦T▒ "
b"\x01 “xLß®q\x01 —\x1E\x17 6ÐÜSE "
b"\x01 “xLà˜p6«“Â<KzÂ\x02 "
b"\x01 “xNÞ\x0E p¹€„ÎG^\x1D .U "
b"\x01 “xNßCr~¾\x17 ÙóÚI¾V "
b"\x01 ôxP┘^pÞê\x18 s\x1A üR┘ä "
b"\x01 “xQzŽqƒ<2³(¹lË "
b"\x01 “xQ‹Ds”ž•mqtG½Ó "
b"\x01 ôxQïÖp┘ó<&a\x17 :\r ü "
b"\x01 “xT #qÉŽaöR@xú% "
b"\x01 “xT"Ãr¨±!Í<w!ŠJ "
b"\x01 “xT"ÿqn¤‡áKâlúZ "
b"\x01 ôxT%ÿr¤áØ%Ù{\x00 îv "
b"\x01 ôxT'Ãp/Ø|\x1A ÷Z\x12 4║ "
b"\x01 “xT<«r-“Ñ¡×x"ÄE "
b"\x01 “xTWðqâ²O64Ï›Æ\x19 "
b"\x01 “xTX8rÁŒ2\x16 Šmï>ó "
b"\x01 “xT«§q\x03 µa\x1A …\x14 s¾À "
b"""
\x01 “xT¬Ls}½ÃÁK¹\n
Cç
"""
b"\x01 ôxTõër»£ò \x03 ï▄FØ "
b"\x01 “xTú1sZ‹»\x08 éŒ}EW "
b"\x01 “xTú›s …ëád’^I "
b"\x01 “xU#Ysv• Oc@À°< "
b"\x01 “xU%šp‰«D\x0F ßipÓ\x15 "
b"\x01 “xU9½p\x16 ‹gÃSs!\e G "
b"\x01 ôxUü°pøÖÈq╬Î\x16 8\x14 "
b"\x01 “xUô_pϪïÅÚ\f fÕ6 "
b"\x01 “xUõ·pQ¹¹\x10 ü®i\x0E Þ "
b"\x01 “xV5$p‰¸þ\x13 ÖÒ/}œ "
b"\x01 ôxVk\rüÆ\x08 úƒ┬b\x19 1 "
b"\x01 “xV\x7F\x1E q“ˆÇ.ØôQFí "
b"\x01 “xV•\e qE§dö\x19 2¾±÷ "
b"""
\x01 “xV•2s\v ´›N\x10 °Š\n
\x0F
"""
b"\x01 ôxV½DqÞôÛì¼┬åý% "
b"\x01 “xW<ØrK…\v\v ’Y®\x08 Õ "
b"\x01 “xW™úqs†oQвí½C "
b"\x01 “xWŸ1r[´î¬‚°Í¸Ê "
b"\x01 “xXƒ¯qA k\x17 <5øß\x11 "
b"\x01 ôxYU\x12 q¨â.)3╔É2÷ "
b"\x01 “xZ2ápq€p&›À\f !2 "
b"\x01 “xZI@q}…'Ãr¥Ç\x15 Ž "
b"\x01 ôx[¸\x13 s?Á¼xùÉ6\x1F "
b"\x01 “x[û¤p!…är$¬š\x17 é "
b"\x01 “x[ÿVrÀ·øAò\x11 Oîè "
b"\x01 “x\\x01 Žqh°nH\x18 óJ:Ð "
b"""
\x01 “x\/tqS„4*â5ï\n
8
"""
b"\x01 “x\Lªp\x08 ¶óÛXÄA§ó "
b"\x01 “x\MçpִͰX\x14 þn "
b"\x01 ôx\P³pƒÉÏýı²w/` "
b"\x01 “x\„^sª·ÔŒÕ£ëÊ\f "
b"""
\x01 “x]\x1A –p”¡žf\n
À?\x0F 3
"""
b"\x01 “x]¬9q¶·N(MA¢&Í "
b"\x01 ôx]¼AsÇØu?▓\x04\x10\x17 ð "
b"\x01 •\x18 ³\x05 èpT¹‡áÖò1”\x11 "
b"\x01 •\x19 .>îs/´Uæ\x08 ßÒÈ\x7F "
b"\x01 •\x19 AöMqx¶y$\x05 ¥ÝùÒ "
b"\x01 •\x19 B\f æqV¥=¸ú<\x00 iV "
b"\x01 •\x19 ”*>q!›–J™„\x1C eb "
b"\x01 •\x19 ïM¡qD’ñ=d&aý0 "
b"\x01 ò\x19 ‗,ýrÓ¥¶*}Å┬½[ "
b"\x01 •\x1A\x01 œSpé¶ß7]å_µ´ "
b"\x01 ò\x1A $▄█p[äIì\x00 ┐¯óû "
b"\x01 •\x1A (÷áq=Œo‹¶\x06 qRÛ "
b"\x01 ò\x1A I\x13 ÅpÎäO\x0E ┘¡«l├ "
b"\x01 •\x1A Jì\x7F s\x7F “¼âX¬êî\x16 "
b"\x01 •\x1A P„Os“¦Bù \x12 P\x12 é "
b"\x01 •\x1A YI—qü®\x06 ¯Ô\x11 ±`# "
b"\x01 •\x1A YPér\x06 ´7äã\r k¡c "
b"\x01 •\x1A Y{õrÔ«7n4Û\e BÙ "
b"\x01 ò\x1A Y\x7F ìs\x17 åPͰfð├╗ "
b"\x01 •\x1A YÓ\x15 rb¨›û\x12 æ´/r "
b"\x01 •\x1A YÖÑpe¯…\x7F ã÷C\x04 R "
b"\x01 •\x1A Z\x01 Åsr¼°\x1C WÌsÕø "
b"\x01 •\x1A Z\x05 Tp(¸c²ÂÖ-;k "
b"\x01 ò\x1A Z\x10 ¿sÄøGXì\v Ò^r "
b"\x01 •\x1A Z\x14 @q¦«¥[õ¸ß²A "
b"\x01 •\x1A Z\x17 ärÿ¦ \r ûŠü_v "
b"\x01 ò\x1A ZÅYr\x05 ¢\x07 ËF2ÐÇÒ "
b"\x01 •\x1A Z–ËqS‘\x18 YâBàåÇ "
b"\x01 •\x1A ZšipN¶#Êþ¥ƒ\x7F ~ "
b"\x01 •\x1A ZȦpø…\x7F 5)\x0F\x15 V¹ "
b"\x01 •\x1A ZýÕsÇŽ’>Tì—Tu "
b"\x01 •\x1A [\x12 sp4¸ü~\x12\x14 Ãñ "
b"\x01 ò\x1A \füp\t í▀1Z¥\x1D ╝ô "
b"\x01 •\x1A ]p+rž½xž“ž\x1F .á "
b"""
\x01 •\x1A _<Âr8¬.¼O\n
„U\x02
"""
b"\x01 •\x1A `}\x19 s`¹\x06 Hi5o»Ù "
b"\x01 •\x1A am\t s\x11 ¤®;\e -šC© "
b"\x01 •\x1A aÄ5qìˆbþ\x1F ‰Z-ž "
b"\x01 •\x1A c¸nr\r ·.ü¼Š\x05 ½û "
b"\x01 •\x1A dòQpbŽ¿IŸ\x02 þ¹“ "
b"\x01 ò\x1A ekıryù¥tè¿õØL "
b"\x01 •\x1A e˜ðq§”ÑŸäÊ„¤$ "
b"\x01 •\x1A eæÞs®·V¦\e ¯.Ëû "
b"\x01 •\x1A eñ.sõˆ£«‡5zEâ "
b"\x01 •\x1A f\x11 wrr±¸\x17 %êïe "
b"\x01 •\x1A gŠPqê¶éò‚\x05 ö7I "
b"\x01 •\x1A l©\x14 q ‹~›ãl3{w "
b"\x01 •\x1A l©\x1C qf¤Õˆl7\x1D\t Ÿ "
b"\x01 •\x1A lóŠsº†T2\x1E\x1F /ÁŽ "
b"\x01 ò\x1A ä\x11 áqfîuuNcÅ╩~ "
b"\x01 •#w.frÔŽoÓ³\x1A ÚÃ$ "
b"""
\x01 ò#xý(r▄úÿ\n
d:ØÝ╔
"""
b"\x01 •#xì2sÍœœ_/˜Üƒ— "
b"\x01 •#ú\x01 br\v Œj¹\£‹îç "
b"\x01 ò$\x06\x7F\x05 sPØW6Á_╠▄┼ "
b"""
\x01 •$\n
2Hq©¤\x1E Ûá\x1E |Át
"""
b"\x01 •$\x18 rwr trK\x01 é f "
b"\x01 •$\e ÅJr¬³ÁÌ„,j»Q "
b"\x01 ò$"t\x13 r¨äÔwaIŃ "
b"\x01 ò$#ÄÕsHÑ\x02 »ã+×Fü "
b"\x01 ò$+vßs2Ø\x1E │ù·â╠_ "
b"\x01 ò$0@µqBü'\x08 æ\x15 :╗G "
b"\x01 •$5Ábp)·kuà9.ín "
b"\x01 •$6L½s…¹ÿ\x11 _›£‹ÿ "
b"\x01 •$6`\sl£\x11 P†B|8ÿ "
b"\x01 •$6tÍp–«Ol\x0E É\x15 ó» "
b"\x01 •$6œîpE‰-Ê\x17 –¥ÆÒ "
b"\x01 •$6§\x1F qÒŽXh_\x14 àÔP "
b"\x01 •$6ã]r»ƒÍˆG\x10 w\x16 "
b"\x01 •$7=!sw½ûÇ]ý±h3 "
b"\x01 •$7PÙp„ <…ô.•~_ "
b"\x01 •$7[%qœ¤Ë\f U{b…) "
b"\x01 •$7‚Ùrå•×Γ‚“f$ "
b"\x01 •$Aê&p`ª9ˆg¦D¥™ "
b"\x01 ò$h ║q®Ø▄õQ-ea¥ "
b"\x01 •$r?ùs׿ŽÄà6Ã\x11 & "
b"\x01 •$—\x1F ppʼÔó(ßÈ\x1C\f "
b"\x01 •$²\x07 õr#š\x05 %Ò„\x12 ]Þ "
b"\x01 •$É\x10 Šqï½Ñõ\f zúG\x13 "
b"\x01 ò%H\x19 ðp\v ùeÉV°\x16 w┴ "
b"\x01 •%‹\x0F tq!šIÞ?R /* "
b"\x01 •%‹\x18 Ìsܳ7¡ïÌék\x11 "
b"\x01 ò%ï6üruƒ^6\³~$¼ "
b"\x01 •%‹L´sˆ¹\x18 º\x15 ü’\x16\x02 "
b"\x01 ò%ª\x10 ^s\x03 Øbï¬\f Éé\x0F "
b"\x01 •&3\x14 @r„¤ß³´\x10 ¹%Ê "
b"\x01 •&7Å,pˆ¤jÄ\x06 ²¼B¿ "
b"\x01 •&>Ž7q%¢ÎHY\x17 B2Û "
b"\x01 •&GÕ©p$©wþP$ó\x0E "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x019518F5A2AF7309B14C01684D351453 , 0x01937836AAE3721F844B4D95C052C1CD , 0x01937836AC0C7320B8195E5F25D78163 , 0x01937836A85C71FB81B7C0CB13D01D44 , 0x019518F5A2A771A7A0103A1923B26CA8 , 0x019518F32C4870C58D9EC6C12D271B25 , 0x01937839F9107196AFBDFD9155D6753A , 0x0193784AD7FC70549DAC13D23DD83FD2 , 0x01937836A9B3702FA64A4C1814E6333C , 0x019378497D2971949C1774142F68A6A6 , 0x019518F32C417090B2E4387D8C6B789F , 0x01937836C009734BB78067C670D7223A , 0x0193783A2BB173439BD8765733D6CEBB , 0x0193783CC1C7730FB38A0E4AC82FCFC2 , 0x0195196060DA735EBB9669311E10F9DF , 0x0193783F25B1721A9077B065BBBD9121 , 0x0193784A4226730795273174977C3EA9 , 0x01937849C96B7237B28A03BB2FCC53ED , 0x01937854F937727EB087BE874DFB1DB0 , 0x01937836BFF9736EAADEBEFB65074B9B , 0x0193784A43F67263A66C492C71C295C2 , 0x01937836A9E773FB9D63BB5498742496 , 0x01937849CDAE72108C7718B7D39B1F48 , 0x01951A39468F70E19D29B66FF40EB35B , 0x0193783C439F739BAE720EB360C49843 , 0x0193783A2A86737DA597A0B7C5FC1E94 , 0x0193783C435D72F38904C24C0D9A66AD , 0x0193784EDBCD715187A4FB217CC99E49 , 0x01937848F10370CEADD04730B7F92890 , 0x019518F5A2B77122BA25763E399D2AD4 , 0x0193783A133271B3BFC674337E831369 , 0x01951920E5BD73F7BB88C252AEC76D93 , 0x0195196756597392A3B76E99E830287D , 0x019378556AB4702B9C2FC83560304E47 , 0x0193783A3F017369B46586E81E88DA7D , 0x0193785A1C70719D8CCBF1F90ECC586D , 0x0193783DF69D735185C550ECD3D74DCC , 0x01937837A4D77364AE06070F25B6A748 , 0x0193783A123E71D8AF83E6D950D9E443 , 0x019378367A0A722A8CDA6F362AA0830A , 0x01937836A9DD70A892BF5110EF39E8E2 , 0x01952446BC8F73D4B74E0321AC8AC966 , 0x0193783A12FA7384BDDB4BA6DEC14995 , 0x01937848F73870ACA43B9DA4CAC2999F , 0x0193783A574271B6A2B823A2BB6329D4 , 0x019519821E4E727ABF64D3D54EADA63A , 0x0193784A5380707594107446A0E3FC9D , 0x01951A251A8E7092928C94E61CDC805B , 0x0193785F3681731CA057B96608EFDB57 , 0x01951922A57273628A92F706446E0B24 , 0x01937849178B72C78C89BC1198D9294D , 0x0193783F8CC570F8ABEA680F344F4306 , 0x019378372BEE7001A0455A0E2A963953 , 0x0193784CC888736E8F46C5DAF321F4E4 , 0x01937836A8087270B7E64944DC2F1308 , 0x01937848EB9E72A98C048B5EE85EA1D9 , 0x0193784A3E9E70569CA04FB05293E34B , 0x0193784A8FA571F791A356626617E63A , 0x0193784EDBEB7019BA29E55A0CBC6B96 , 0x019519A9BB8F7232925B905F2762B4E5 , 0x0193784CC89673A98F51E1EFE088F161 , 0x019378372B757358A096D750035C50A1 , 0x0193783DD1BB728FAEAE9376792F3AA5 , 0x01937850EC2C717C8A531E55EB15757D , 0x019378542ADE73809DFF20DC8D198CCC , 0x0193783C43CA70A98486BB2E935E4CC5 , 0x0193784CC8BB7031BBD616331209F191 , 0x0193783A55EC7328AB4BACBF322285C0 , 0x0193783CAFD273939093EDF1B5EAAEB1 , 0x0193784EDBDE719982C87632ADAC740F , 0x01937839F765704EA4FA5B7EE4114072 , 0x0193783CAFBF7147BDDB0A25FE7FE949 , 0x0193784A42667172812E2BEA149C52C1 , 0x01952447899A7253A406B93CAFE5F774 , 0x01937836C0017037932CB2D41D0F36F6 , 0x0193783C9C7A72E58CAB5E5799BFC5BD , 0x0193783DB069706AB002E4AF2505F07B , 0x01937836AAD07324BEB3E9E3B71496B9 , 0x0193785551DA711E88A11562CD166747 , 0x01951A696CD6719E8E96EF2227A8D836 , 0x0193783C43F47210BC17CD22E82FCC38 , 0x019378493D6871DEBEE8BA55355F701B , 0x019378541FDC7306B48421F63E27A850 , 0x019378491D6672B689408B71D8A7E582 , 0x0193784A726172A0977492954C81F39E , 0x0195191FC9F573F6B421EF0804B9C1ED , 0x01937846950573479A0A3CAB7219A6B4 , 0x0193783A12A2701A9D93BDCC019945BF , 0x0193784A9E3D7207B556D68716D49AC4 , 0x01937836A7EC7188B847BDD90C78B5B9 , 0x0193784A3E0D71AEA1ADDF3118A66F4C , 0x0193784CC87270BAB8207751AECFFB59 , 0x01937836B89572959C220E25E805FE6D , 0x0193784B93567311A72B3DF4C8FBB7DD , 0x0193784BECE07346AEB43D83E72ED090 , 0x0193784CC8F3725CA77FBEBD59F8107A , 0x01937839E2927383B5B35923F66D2074 , 0x0193783A12CD72B8A12AF63BDDFB23AA , 0x0193784CE6F8701EAB521A5064340811 , 0x019518B47A4C7192A46702C554112EF6 , 0x01951928BCDA7016998AC6FDF73C8193 , 0x0193783E30E1729EAF5F9E835FFCE6F6 , 0x0193784A366972D8A9E5908F0F831861 , 0x0193784A5DD372F4853482D7EEB3DE5A , 0x0193784CE0B5739FA3F42E674BA7DFC1 , 0x0193784CC8A8724EAE7AAF9DE8CC5102 , 0x01937839F562737EA7F73EA240C5DB14 , 0x01937836AABF70F586215CE91B7C89E6 , 0x01937838D2B7713FBB44D783F0A2D263 , 0x0193783A122B72629378BD8F53A94DDE , 0x0193783E41CF727B9F600B5AECDE7191 , 0x01951921D8FD7207852453FC51C1555A , 0x0193783E31B070748FD9B1AF274BD689 , 0x0193784EDBF8720DB405DE9F9DAACA9A , 0x01937854F845730C833CFB5E8C5A716C , 0x0193783679D1708DB02C5013BFA975E9 , 0x01937854221E7164929A1C65ABC251A4 , 0x01937855D90471779F666C36626476AD , 0x01937848EE5A7284B3C8323ACEEC8D3C , 0x0193783C761B702C917AD013F83E1065 , 0x0193784CDF7F73958824F484E4D640CB , 0x0193785421EA71D6BF4C489570599472 , 0x019518E72D17707BAAA6388872859CC6 , 0x01937836AA9D703699FAE937215AFB93 , 0x0193783A5766709083A6E660D751E9FC , 0x0193783A3F8773FAB6F6F9058E1EF27E , 0x0193784E80E470F9A4BB18D0E98E670E , 0x0193785429F3734FB61A496CB9035608 , 0x0195243CA0D3709B9E3634A078E70A86 , 0x01937839E2E6734E91A151E190BCE0F0 , 0x01937839E3557030AB3C6B4636FD5530 , 0x019378491E7472FC81F70AC1E98867BD , 0x0193784CC933708FB11E9B9266F616C5 , 0x019378541F9B708A930E81155DDBDF5C , 0x019378543ECA70E08DE612381EE74BCD , 0x0195196615137206A319B0F169AB44D5 , 0x01937839F54E712283841E28994152B6 , 0x01937843B800701BBDC82CC3636A6126 , 0x0193784A40CE73C6A96048E817AE0877 , 0x0193785421C770C2AE696FE7DEB77130 , 0x01937836BF7F7052A9EE253526161418 , 0x01937836F054731498E3D6C1077582C0 , 0x01937839E312702BBD1BDB8E59235B05 , 0x01937839E38B7345A41A789993BBCF64 , 0x0193783A577B7395A9BA7528D591AF57 , 0x01937848EA7371C7A4566BFAB4547680 , 0x0193784A9377716DBC565D1064D913F8 , 0x01951969928272A794CF8F9A8D79535E , 0x0195240125837253A3C927FA361FC917 , 0x0195243E8AB870AFA49BD095B908FBCE , 0x019378372C527153B152A832A4A5232D , 0x0193784AD8B57141AF5872820B8E0A16 , 0x01937854A54C71CF96ECE9D84A0CF294 , 0x0195199ADD317076BDFF86F11F50BA5F , 0x019519A03D547218995E496B76F480CF , 0x01937839F53B710F8F88445040AA87D0 , 0x0193783A12487273B8F207606806B3E9 , 0x0193783D5066732895BC56AB32BE9521 , 0x0193784997BC711E92D8CF08DFE4E8EF , 0x0193784CC95E721A9515C6067BECD240 , 0x0195196756517164958BB2DA497623C9 , 0x0193783A1216722687EA8583BF36C54E , 0x0193783A56957240BFA0E092B19342DA , 0x0193783C43977369A452765B8F24BCF1 , 0x0193783CAF887343B71F155916930355 , 0x019378497CE5714D9B8A3879C12AFA56 , 0x0193784A43DD73C5A24D61ED7967ADDE , 0x019378553BC0717BB7BE13CB28AFE9D5 , 0x01937836B8327381A2AFD46408EC8D70 , 0x0193784975597169B1DB9742185F95BD , 0x0193784CC983700FB758C199C8DCE20A , 0x01937854214671DDA30D43A0C5C2BBD6 , 0x01937854F8BC73ACB4EE035D76EB0713 , 0x0193785C4E437346BC4E729CEF1251B1 , 0x01951997588C713998640B3AA623707C , 0x01937836BB1F71329CC17A432F65C0BD , 0x01937839F523738AB7D242D307A829FA , 0x0193783A2D527307AAE69CEA810DABFD , 0x01937849974470D9BC0DEF910191466A , 0x0193784A41727213B292D74777615550 , 0x019378545A3470DAA5CB13814C3E5C00 , 0x01937854AA8371DBAB89D8B3E21E5060 , 0x01937854AB9173808424E0D59995B9F6 , 0x0193785523357317A3661D8CB35D9D09 , 0x0195193213EE728A9A597EFAF15A3453 , 0x0195196060E67157BF4D5495116889CB , 0x01952447641F7092B207A7825C7D8BC7 , 0x01937839D02F712FA2732369B4B99FE1 , 0x01937839E2A471E797A422D141EF7AEE , 0x01937840075A73A58717BB14D6F52339 , 0x0193784CC8CC702AB3BA9F700F36EEB8 , 0x0193785422B57049AE4F23C8F13B2F17 , 0x019378561D3071689026F2CCA97B13B7 , 0x0193785BF92F73CC8C9684B7A06EBEF4 , 0x01951931AF767062A129CE9783C55876 , 0x0195199AE4157159A627D4F972DC7EF7 , 0x019519E0842573DBBE9859CB20367BB3 , 0x01951A2117BF71E8879DEF078FBE5633 , 0x01951B664C3C709189ED0EA5830CB428 , 0x01937836DF027298AA82889B3B140C8B , 0x0193783A562672D2B7561FB2C167126C , 0x0193783A568B70B9BFF45DCD1909FBBC , 0x0193783E086D72F8AF7CB8F086AFF10A , 0x0193783E31617141815655A60C1658AC , 0x0193784412007359900959AE113B1887 , 0x019378491D2470F2AA2332314C22D5A5 , 0x0193784997527100A7A5E5610F1A009E , 0x019378541FA27386B9FE4882374E6196 , 0x01937854A79B70CC85E4AF7440CB979D , 0x01937854E50C70B6A2D8BF9D44EF39E3 , 0x019519279C4473F783F5B43D984920BD , 0x019523FDD798731DB03A3A3801198463 , 0x01952633B8F571D5A107E13A148DE7E5 , 0x0195269AFEBF7034981DCF826E075043 , 0x01937838EFE17253A75BED57371B575B , 0x0193783A133B7044BB5F5A78BC75ED0C , 0x0193783A2AEB728F843E03838663BFEE , 0x0193783A3F477020B61602A05A34419B , 0x0193783F25E973E491C649200CB40232 , 0x01937840074070ED9007A59FAF1A578E , 0x0193784A3AEC708FA0338C0E12BC768B , 0x019378542BBC732F82A04465C38A2650 , 0x01937855550E735BBA607705069E2AA1 , 0x01951A5906967168B2F9290DBC720E8B , 0x0195240202C873F6A6A4D8849F34E255 , 0x01937838D2C6736E89097E1DDAB7EDA2 , 0x01937838EDB071CABBB98201BF0B2AA7 , 0x01937839CD13735EA426108468BE4034 , 0x0193783A54B07241AD2CB56D7DF03F25 , 0x0193783D9FB8733BA3155BCF06897A84 , 0x0193783E419A7090B356AC9B7BC67A7C , 0x0193783F06FE716992E553A4294F0935 , 0x019378492408734DB6484FBBACB9F6ED , 0x019378493BA3702DA0C11F8D21794ABD , 0x019378493D2273E7A4EC7051347E67C1 , 0x0193784959AB736C920B0B4FDF810FD2 , 0x0193784974A5719E81B74CEC113F1D67 , 0x0193784A19E2723CB1AB8EE69195E6F4 , 0x0193784A5BAA715AA0C0FF9118D4379D , 0x0193784A5E717251ACEC6310ECE0D967 , 0x0193784A73007008B332A9A6FE251BE0 , 0x0193784A90E473E3AE5D79ECE08A9884 , 0x0193784A91017332A101C282B2543A5D , 0x0193784A92A472168A1F9AB991AE7AE5 , 0x0193784BC173717CA0D6535D47346BED , 0x0193784BCADD715DACD8E70B51BF5724 , 0x0193784BF629722DA979A76749275BCB , 0x0193784CC949705BAA68DD513A7D9EBC , 0x019378541FC87351A3BBD6E76CFD9EAA , 0x01937854A48F72E086FAF88C20691FEB , 0x01937854ABEC7239AFB131C906E59D83 , 0x019518FA40207268BEE4F497D0345048 , 0x01951930940373FEAC37B07C0A63F9FA , 0x01951931C20A70A9B5112E66253FE3A6 , 0x019519B6B30A73EF97C60C96EEA5702F , 0x01951A3059EE739CB3C675331E719CB5 , 0x01951A659C817086A1FF717967738FD8 , 0x019523059D3B739099469AD808569663 , 0x0195241E534C734A89194CABCD1655E9 , 0x01952437657471C5A4E0286AF9728C30 , 0x01937836A81772A9A9BC431ADA9765EC , 0x01937836A9C772CA9E6DEC1AFF85C5A7 , 0x01937836CB9F732B91344494D783830F , 0x0193783A3F38723C9C376A1F29272E2B , 0x0193783A55697154BFE15676D413B6D8 , 0x0193783CB02F72FE8C1F5ED6612DB793 , 0x0193784593A873799DBBEFDD102C3B6D , 0x019378495B9A71CFA5626FBF3341CB71 , 0x01937849764D734FA59E550F59B668CE , 0x01937849CC1572389235B1D973D3B804 , 0x0193784A1B5D73F1B0C6E42E3CF03D0F , 0x0193784A1CAA70928E1972AF37BE1BD1 , 0x0193784A36CE71118BA56895B41542CD , 0x0193784A40ED700DA9AEBCEB752A9A0B , 0x0193784A411D715486A539D0C55A6F87 , 0x0193784A432272D095468422DE1B7716 , 0x0193784A8F3772B7BC5CE567E28BCEF0 , 0x0193784A9E5B7321A8B106B9D62354F8 , 0x0193784B8FE8719495863FEFF490E606 , 0x0193784CC8DF715989FCA51B28097555 , 0x01937854275970998F0C08BB0DADB9EA , 0x01937854277E70E9AA433ACF7A008FD5 , 0x019378545A017235A59DB2B64F2C1F14 , 0x01937854A7C47157A980DC87847B0346 , 0x01937854A7FC71469BC5040A7FA92008 , 0x01937854AA9B72339B98E4844357AB91 , 0x01937854B08272D69736656F05EC549E , 0x01937854E66C72AE9733999716AAA531 , 0x01937854E72670379D5AC7109084AF6B , 0x0193785554B7710B8AABB924EF25D151 , 0x01937855AEA472139508016A9520BBAC , 0x0193785C004270B09C7FFD0C280DE6AB , 0x0193785C007370AE869BEF1BA5ADEFB1 , 0x0193785C3169714CB51D972F20654650 , 0x01951A594D2D72D5AE09F8641A728133 , 0x01951A5954A6716DB9DC8AD4D556C9AF , 0x01951A5B70B1720CB0E3F936FA7DC938 , 0x01951A7F6F06735B837B677985CD0636 , 0x019523F901A9734BB62213484D006518 , 0x0195241E207E713EB335382C3C96FC2E , 0x01952465EDFF7329909E14EF966CB766 , 0x01937836AA0A7210818D1F984177AA7B , 0x01937836AA8D732B840CD9AF80588DD4 , 0x01937836CC3A724AA33F6B8898CF456E , 0x019378378DD4730799CF16F594448E0B , 0x01937838A14273E2BA690FC0B44BBDE0 , 0x01937838ED73706C9DF5662B55675F38 , 0x01937838EEBF70D1B4F2FD82F2BFDAE3 , 0x0193783909487372ACDCA0D82144FE8A , 0x019378395606738BBF9B84FAFA197D4C , 0x0193783A1279739E92C9398CBE30D8DA , 0x0193783A128E706598401EA3DAB6888D , 0x0193783A1303732E9B4AB38D516E9863 , 0x0193783A54D673D5A0F43039A6D5EC4B , 0x0193783A5518712B8A19F50C6DCA8CDB , 0x0193783A559073EB88B866C9ACA66656 , 0x0193783A55A973FBA0CB249AD0171EB8 , 0x0193783A55B97125BF396E8FB662091B , 0x0193783A56F270699DD14A2440479C84 , 0x0193783A570273FE904701A4B39F3D03 , 0x0193783C427A70CC833BE4E0CE792BA2 , 0x0193783C76827381901C61B25B7AD2CB , 0x0193783C76AF719AAC6B810D26095E53 , 0x0193783C9CB2721485E23FCB0A2ECE91 , 0x0193783E2EAD72F99408F7F3905CF981 , 0x0193784210757082BF5624B5CFF18129 , 0x01937845A4EA70E3A67615A1F5B5495B , 0x019378466F74721789AED94F9520B3D2 , 0x01937846CC1C7096ACAFC134ED1A96DD , 0x0193784939A173518AE4BA536FFB3896 , 0x019378495C2473B98D38BFF99DF03908 , 0x019378497E187091AD3E5ED677D96507 , 0x0193784A1A8A703FA0E70A6C0E48EEAE , 0x0193784A1B3D71778B42E99F58B828E3 , 0x0193784A369072CB91F84681E60258C1 , 0x0193784A5E0E73CB8143F4F7E9C3690E , 0x0193784C20267194B93B7893823EE05E , 0x0193784CC90773B1ADA54CB932B0D05D , 0x0193784CC9717204B3A12FC73EAFECF9 , 0x0193784CDFF87203AA82172A9576A15D , 0x0193784CE01873AF9E5B09222CB573D5 , 0x01937850D99271D097FBB90CC77C73A0 , 0x019378541F1C71ABA03FD75A8A0560E8 , 0x0193785420AC7280992D6A919EB73D22 , 0x01937854256073E9A9E2092A37E27753 , 0x019378542A7E7002A8B7989F78A7E355 , 0x019378542B0F7220A641A4338251114A , 0x019378542B2071C4B832A8649D002CCB , 0x019378543C97716589A1802A4C96E565 , 0x0193785457DD7345A912C75DEB35BC24 , 0x0193785475317123BCC0DA44CC1794DD , 0x01937854ABBE7205BEF7EE71725FF3A3 , 0x01937854E4FB70629F37D3E68016F90F , 0x01937854F7AD721D8BC91BDCC8580649 , 0x01937855533572F495A458F73D281615 , 0x019378558074727887BE0C214FE32D43 , 0x01937855F37A705CB1D57FBB6EFF6EDE , 0x0193785619A8708AAD3252F832D32253 , 0x0193785AE7A2721785C34D58010D9906 , 0x0193785BFB50704B922C2B13A9CC98C7 , 0x0193785C0088733993E975523B851302 , 0x0193785C2EB6703BB304A30738953248 , 0x0193785C308D73629B6798D8B1466828 , 0x019518B310ED718FAA6A6CDC87176B9A , 0x019518DBAECA7370BA36DEE6832D9789 , 0x019519289F7073E3A55B2939178FF822 , 0x0195192AA71B7385842FC578AEA320BD , 0x01951932642770AB9942ACEB8CDF2770 , 0x01951936053A713FA5409AE739407052 , 0x019519B83FDA70C085F0458A7CE6B0D3 , 0x01951A248FDB7098BF023328081AD714 , 0x01951A598E3C721FA3947669DD6A27FF , 0x01951A59DA8273AAA96DA07E404BACED , 0x01951A5AA51472009F96368F1E6884AD , 0x01951A5AB69072F882BEC0931B006E08 , 0x01951A5BC44C730892FBCE1732970D70 , 0x01951A65E34C739F942E25FC13079D77 , 0x01951A6D580870318C2A6C6FCEAF5AAD , 0x01951A6DD00772219C31DFEBC0ED7937 , 0x01951A7F592D71159A2B4173480F3215 , 0x01952419142173C083B5BBD085FFC614 , 0x0195241D916A70AEADF04F50F30120C8 , 0x01952424A5627267812C960BCEAD0F0D , 0x01952435F2EA73D59BA2F32CD8BE4640 , 0x0195243DD1F37049800E78E31EAEC96E , 0x0195246B60BF702483DF70E11D293F4F , 0x0195247236F7714192F40A57EF24CA64 , 0x0195263B1476717690701E049D48947E , 0x0195263CC6E27386BE575C80A9E663AF , 0x0195263CC6EB72CCB042DCCBEFB7B533 , 0x0195263F630870A19298FFAC25AD854F , 0x01937836A9AC70DEA5A3FB68F626DF14 , 0x01937836A9D27172A64139B30A4D8C61 , 0x01937836AA14722F8F4B0713B125BC7E , 0x01937836BAEA71B9BC65F4D50FC0CDC7 , 0x019378371BA671BB8D16A808530C509A , 0x01937838811D73B69D79A1A631C4D6E6 , 0x01937838D294739E98DDD0F8EBF850B9 , 0x01937838EFC4715D8B5DC8A6E0F5DF09 , 0x0193783966A670CD94AC04B080D2CC2A , 0x01937839E36D73C4A37139F2202B6ABE , 0x01937839E39C73C08BECD4E6CC892925 , 0x01937839F59972F690B79AD2BC92321B , 0x01937839F8CA70229309D245717429E1 , 0x0193783A0EB3721A9790A099380B1C78 , 0x0193783A2ADB738AAF3525ABCC9EED34 , 0x0193783A2B09732293B7019C24E4B9CE , 0x0193783A3F19709D8E5B264F8D822F88 , 0x0193783A551F72FB811AF99C838E1912 , 0x0193783A5714717FBDC4FAB362D4E2F7 , 0x0193783A572F73D0B0472BA534283B4A , 0x0193783C43EC725198DFD89F826450C4 , 0x0193783C66A0711A974247A97A19E18E , 0x0193783D50A173F9980E6F1A2BADCDAC , 0x0193783D8E1272DBA227D0482A80BE5A , 0x0193783DD1E17290A5BF53BE0E721946 , 0x0193783E41627042AD082FEF67CEA59C , 0x0193783E41FF72C0BE5C0AAE763EB0C7 , 0x0193783E43A2715A8C562959C214A22B , 0x0193783F068672CCBB06814D3E3E0FC1 , 0x0193783F37E67196857D21407EC93FA1 , 0x0193783FC2AE73F8BBA297E2C678D06D , 0x0193783FE61C735693ACBBF7ADBA4221 , 0x01937840E745717FBDEA63CB07D653A5 , 0x019378410C9072AA987B1C4639956BA0 , 0x01937842109B7399A7F868A8F89B1AA6 , 0x019378423B5872D7986DB8665F563FE9 , 0x01937842EBCC72F89F2DE0BE383394F1 , 0x0193784411B8734BBB9FA15B6AD4C447 , 0x01937846138A72E4AE8341785FDDDFEC , 0x019378494006728EAF063A7CF0F2D933 , 0x0193784940837348B4DE4C8F1F9E51A4 , 0x019378497B8571AEA535E5ED02D6C89F , 0x01937849E83673FA84F2323806D58A6C , 0x0193784A167572BA8CB0FF6D3C0AEF9C , 0x0193784A18417094B432DDF3F716B9B5 , 0x0193784A1B4E7183A02FF2599FBEF375 , 0x0193784A1D0472CC860A45CCD68C8914 , 0x0193784A362A7316A6348AA7A54A9382 , 0x0193784A424B70EABD687D77A01DF38E , 0x0193784A5CEC7336AB96E1CB0E36640C , 0x0193784A5FAE73C9A6412A59A62C28C7 , 0x0193784A9BD170A6891BA407394F7C9F , 0x0193784A9C2C701E87B7E5FBBB4F1366 , 0x0193784A9DC8720B80F32BF17F99A0E9 , 0x0193784A9DD3706981440546303FC541 , 0x0193784A9E86706AA842CAA4878FB7CB , 0x0193784AD85D7143A56ABBD706E1A485 , 0x0193784B7B2072FC90D624CF178E7DF1 , 0x0193784BA9E672CEAB0EE4B619700F31 , 0x0193784BAA7773AEA414AF9A5DB0E130 , 0x0193784BD28A7116B4C57E065C072EBE , 0x0193784BD309712ABAAD9814EC72E439 , 0x0193784BED29725CB1F1F6E15250E577 , 0x0193784CC91C703D909DE6D08DDD54B1 , 0x0193784CDFAE7101971E1736D0DC5345 , 0x0193784CE0987036AB93C23C4B7AC202 , 0x0193784EDE0E70B98084CE475E1D2E55 , 0x0193784EDF43727EBE17D9F3DA49BE56 , 0x01937850D95E70E88818731A8152D984 , 0x019378517A8E71C2833C32B328B96CCB , 0x019378518B4473949E956D717447BDD3 , 0x019378518B9970D9A23C2661173A0D81 , 0x01937854202371C98E61F6524078FA25 , 0x0193785422C372A8B121CD3C77218A4A , 0x0193785422FF716EA487E14BE26CFA5A , 0x01937854259872CFA09D25EB7B008C76 , 0x0193785427C7702F9D7C1AF65A1234BA , 0x019378543CAB722D93D1A1D77822C445 , 0x0193785457F071E2B24F3634CF9BC619 , 0x01937854583872C18C32168A6DEF3EF3 , 0x01937854ABA77103B5611A851473BEC0 , 0x01937854AC4C737DBDC3C14BB90A43E7 , 0x01937854E48972AF9C9520038BDC469D , 0x01937854FA31735A8BBB08E98C7D4557 , 0x01937854FA9B73A085EBE164925E4920 , 0x019378552359737695204F6340C0B03C , 0x01937855259A7089AB440FDF6970D315 , 0x0193785539BD70168B67C35373211B47 , 0x0193785581F8709B99D471CED7163814 , 0x01937855F45F70CFAAEFC5DA0C66D536 , 0x01937855F5B77051B9B910FCAE690EDE , 0x0193785635247089B8FE13D6D22F7D9C , 0x019378566B5C72819208A39FC2621931 , 0x019378567F1E719388C72ED8F45146ED , 0x01937856951B7145A764F61932BEB1F7 , 0x019378569532730BB49B4E10B08A0A0F , 0x01937856AB4471E893EA8DACC286EC25 , 0x019378573CD8724B850B0B9259AE08D5 , 0x0193785799FA7173866F51D0B2EDBD43 , 0x019378579F31725BB4EEAC82B0CDB8CA , 0x0193785883AF7141A06B173C35F8DF11 , 0x01937859551271F9832E2933C99032F6 , 0x0193785A32E170718070269BC00C2132 , 0x0193785A4940717D8527C372A5C7158E , 0x0193785BF713733FB5AC789790F0361F , 0x0193785BFBA4702185E47224AC9A17E9 , 0x0193785BFF5672C0B7F841F2114FEEE8 , 0x0193785C018E7168B06E4818F34A3AD0 , 0x0193785C2F74715384342AE235EF0A38 , 0x0193785C4CAA7008B6F3DB58C441A7F3 , 0x0193785C4DE770D6B4CDB05814FE6EA0 , 0x0193785C50FC709F90D8ECD5FD772F60 , 0x0193785C845E73AAB7D48CD5A3EBCA0C , 0x0193785D1A967094A19E660AC03F0F33 , 0x0193785DAC3971B6B74E284D41A226CD , 0x0193785DAC4173809D753FB2041017D0 , 0x019518B305E87054B987E1D6F2319411 , 0x0195192E3EEE732FB455E608DFD2C87F , 0x01951941F64D7178B6792405A5DDF9D2 , 0x019519420CE67156A53DB8FA3C006956 , 0x019519942A3E71219B964A99841C6562 , 0x019519EF4DA1714492F13D642661FD30 , 0x019519F22CEC72E0BEF42A7D8FC2AB5B , 0x01951A019C5370E9B6DF375DE55FB5B4 , 0x01951A24DCDB705B84498D00BFEEA296 , 0x01951A28F7E1713D8C6F8BB6067152DB , 0x01951A49138F70D7844F0ED9ADAE6CC3 , 0x01951A4AEC7F737F93BCE258ACEAEE16 , 0x01951A50844F7393A642F9A0125012E9 , 0x01951A59499771FCAE06AFD411B16023 , 0x01951A5950E97206B437E4E30D6BA163 , 0x01951A597BF572D4AB376E34DB1B42D9 , 0x01951A597F8D73178650D6F866D0C3BB , 0x01951A59D3157262A89BFB12E6B42F72 , 0x01951A59D6D17065AF857FE3F7430452 , 0x01951A5A01C57372BCB01C57CC73D5F8 , 0x01951A5A05547028B863B2C2D62D3B6B , 0x01951A5A10A8738E9B47588D0BE35E72 , 0x01951A5A144071A6ABA55BF5B8DFB241 , 0x01951A5A17E472FFA6200DFB8AFC5F76 , 0x01951A5A8F597205BD07D34632D180E3 , 0x01951A5A96CB7153911859E242E0E5C7 , 0x01951A5A9A69704EB623CAFEA5837F7E , 0x01951A5AC8A670F8857F35290F1556B9 , 0x01951A5AFDD573C78E923E54EC975475 , 0x01951A5B12737034B8FC7E121420C3F1 , 0x01951A5C66817009A1DF315ABE1DBC93 , 0x01951A5D702B729EBD789E939E1F2EE1 , 0x01951A5F3CC27238AC2EBC4F0A845502 , 0x01951A607D197360B9064869356FBBD9 , 0x01951A616D097311A4AE3B1B2D9A43A9 , 0x01951A61C43571EC8862FE1F895A2D9E , 0x01951A63B86E720DB72EFCBC8A05BDFB , 0x01951A64F25170628EBF499F02FEB993 , 0x01951A656BD5727997BE748AA8E49D4C , 0x01951A6598F071A794D19FE4CA84A424 , 0x01951A65E6DE73AEB756A61BAF2ECBFB , 0x01951A65F12E73F588A3AB87357A45E2 , 0x01951A6611777272B1B81725EAEFAD65 , 0x01951A678A5071EAB6E9F28205F63749 , 0x01951A6CA91471A08B7E9BE36C337B77 , 0x01951A6CA91C7166A4D5886C371D099F , 0x01951A6CF38A73BA8654321E1F2FC18E , 0x01951A8411A071668C75754E638FCA7E , 0x019523772E6672D48E6FD3B31ADAC324 , 0x01952378EC2872DCA3980A643A9DEDC9 , 0x01952378EC3273CD9C9C5F2F98DC8397 , 0x019523FA0162720B8C6AB95CA38BEEE7 , 0x019524067F0573509D5736B55FCCDCC5 , 0x0195240A324871A9A41EDBE11E7CC174 , 0x01952418727772ADA074724B01E92066 , 0x0195241BC54A72ACB3C1CC842C6ABB51 , 0x01952422741372F984E27761498F9FF0 , 0x019524238EE57348A502AFC62B9E4681 , 0x0195242B76E173329D1EB397FA83CC5F , 0x0195243040E6714281270891153ABB47 , 0x01952435C1627029B76B75E0392EED6E , 0x019524364CBD7385B9FF115F9BA38BFF , 0x01952436605C736CA3115086427C38FF , 0x0195243674CD7096AB4F6C0EC915F3BB , 0x019524369CEE7045892DCA1796A5C6D2 , 0x01952436A71F71D28E58685F14E0D450 , 0x01952436E35D72BB83CD884710207716 , 0x019524373D217377BDFBC75DFDB16833 , 0x0195243750D97084A03C85F42E957E5F , 0x019524375B25719CA4CB0C557B628529 , 0x0195243782D972E595D7CE9382936624 , 0x01952441EA267060AA398867A644A599 , 0x0195246820BA71A99DDCE4512D6561BE , 0x019524723FF973D7BF8EC4E036C31126 , 0x019524971F7070CABCD4F328DFC81C0C , 0x019524B207F572239A0525D284125DDE , 0x019524C9108A71EFBDD1F50C7AFA4713 , 0x0195254819D0700B97659056F81677C1 , 0x0195258B0F7471219A49DE3F52A02F2A , 0x0195258B18CC73DCB337A1EFCCE96B11 , 0x0195258B368172759F5E365CFC7E24AC , 0x0195258B4CB47388B918BA15FC921602 , 0x019525A6105E73039D628BAA0C90820F , 0x0195263314407284A4DFB3B410B925CA , 0x01952637C52C7088A46AC406B2BC42BF , 0x0195263E8E377125A2CE4859174232DB , 0x01952647D5A97024A977FE5024ADF30E )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 ;
Copy
72
2.02 ms
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = ? ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = ? ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = ? ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 “x8Ò”sž˜ÝÐøëøP¹ "
b"\x01 “x8Ò·q?»D׃ð¢Òc "
b"\x01 “x8ÒÆsn‰\t ~\x1D Ú·í¢ "
b"\x01 “x=Ž\x12 rÛ¢'ÐH*€¾Z "
b"\x01 ôxA\f Ér¬ÿ{\x1C F9òká "
b"\x01 “xI$\x08 sM¶HO»¬¹öí "
b"\x01 “xIvMsO¥žU\x0F Y¶hÎ "
b"\x01 “xI~\x18 p‘>^ÖwÙe\x07 "
b"\x01 “xI—DpÙ¼\r ï‘\x01 ‘Fj "
b"\x01 “xI—Rq\x00 §¥åa\x0F\x1A\x00 ž "
b"\x01 “xI—¼q\x1E ’ØÏ\x08 ßäèï "
b"\x01 “xJBKpê½h}w \x1D óŽ "
b"\x01 ôxJBfqrü.+Û\x14 £R┴ "
b"\x01 ôxJÅ7rÀ╝\ÕgÔï╬ "
b"\x01 “xN€äpù¤»\x18 ÐéŽg\x0E "
b"\x01 ôxTZ\x01 r5ÑØ▓ÂO,\x1F\x14 "
b"\x01 ôxTºøp╠àõ»t@╦ùØ "
b"\x01 “xT°‚rÖ—6eo\x05 ìTž "
b"\x01 “x[û¤p!…är$¬š\x17 é "
b"\x01 “x\\x00 Bp°œ\x7F ý\f (\r æ« "
b"\x01 “x\.¶p;³\x04 £\x07 8•2H "
b"\x01 ôx\0ìsbøgÿÏ▒Fh( "
b"\x01 “x\NCsF¼Nrœï\x12 Q± "
]
SELECT
`property_group_option` . `id` as `property_group_option.id` ,
`property_group_option` . `property_group_id` as `property_group_option.groupId` ,
`property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` ,
`property_group_option` . `media_id` as `property_group_option.mediaId` ,
`property_group_option` . `created_at` as `property_group_option.createdAt` ,
`property_group_option` . `updated_at` as `property_group_option.updatedAt` ,
`property_group_option.group` . `id` as `property_group_option.group.id` ,
`property_group_option.group` . `display_type` as `property_group_option.group.displayType` ,
`property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` ,
`property_group_option.group` . `filterable` as `property_group_option.group.filterable` ,
`property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` ,
`property_group_option.group` . `created_at` as `property_group_option.group.createdAt` ,
`property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` ,
`property_group_option.group.translation.name` ,
`property_group_option.group.translation.name` as `property_group_option.group.name` ,
`property_group_option.group.translation.description` ,
`property_group_option.group.translation.description` as `property_group_option.group.description` ,
`property_group_option.group.translation.position` ,
`property_group_option.group.translation.position` as `property_group_option.group.position` ,
`property_group_option.group.translation.customFields` ,
`property_group_option.group.translation.customFields` as `property_group_option.group.customFields` ,
`property_group_option.media` . `id` as `property_group_option.media.id` ,
`property_group_option.media` . `user_id` as `property_group_option.media.userId` ,
`property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` ,
`property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` ,
`property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` ,
`property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` ,
`property_group_option.media` . `file_name` as `property_group_option.media.fileName` ,
`property_group_option.media` . `file_size` as `property_group_option.media.fileSize` ,
`property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` ,
`property_group_option.media` . `meta_data` as `property_group_option.media.metaData` ,
`property_group_option.media` . `config` as `property_group_option.media.config` ,
`property_group_option.media` . `path` as `property_group_option.media.path` ,
`property_group_option.media` . `private` as `property_group_option.media.private` ,
`property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` ,
`property_group_option.media` . `created_at` as `property_group_option.media.createdAt` ,
`property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` ,
`property_group_option.media.translation.title` ,
`property_group_option.media.translation.title` as `property_group_option.media.title` ,
`property_group_option.media.translation.alt` ,
`property_group_option.media.translation.alt` as `property_group_option.media.alt` ,
`property_group_option.media.translation.customFields` ,
`property_group_option.media.translation.customFields` as `property_group_option.media.customFields` ,
`property_group_option.translation.name` ,
`property_group_option.translation.name` as `property_group_option.name` ,
`property_group_option.translation.position` ,
`property_group_option.translation.position` as `property_group_option.position` ,
`property_group_option.translation.customFields` ,
`property_group_option.translation.customFields` as `property_group_option.customFields`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id`
LEFT JOIN (
SELECT
`property_group_option.translation` . `property_group_option_id` ,
`property_group_option.translation` . `name` as `property_group_option.translation.name` ,
`property_group_option.translation` . `position` as `property_group_option.translation.position` ,
`property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields`
FROM
`property_group_option_translation` `property_group_option.translation`
WHERE
`property_group_option.translation` . `language_id` = ?
) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id`
LEFT JOIN (
SELECT
`property_group_option.group.translation` . `property_group_id` ,
`property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` ,
`property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` ,
`property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` ,
`property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields`
FROM
`property_group_translation` `property_group_option.group.translation`
WHERE
`property_group_option.group.translation` . `language_id` = ?
) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id`
LEFT JOIN (
SELECT
`property_group_option.media.translation` . `media_id` ,
`property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` ,
`property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` ,
`property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields`
FROM
`media_translation` `property_group_option.media.translation`
WHERE
`property_group_option.media.translation` . `language_id` = ?
) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id`
WHERE
`property_group_option` . `id` IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ?
)
Copy
SELECT `property_group_option` . `id` as `property_group_option.id` , `property_group_option` . `property_group_id` as `property_group_option.groupId` , `property_group_option` . `color_hex_code` as `property_group_option.colorHexCode` , `property_group_option` . `media_id` as `property_group_option.mediaId` , `property_group_option` . `created_at` as `property_group_option.createdAt` , `property_group_option` . `updated_at` as `property_group_option.updatedAt` , `property_group_option.group` . `id` as `property_group_option.group.id` , `property_group_option.group` . `display_type` as `property_group_option.group.displayType` , `property_group_option.group` . `sorting_type` as `property_group_option.group.sortingType` , `property_group_option.group` . `filterable` as `property_group_option.group.filterable` , `property_group_option.group` . `visible_on_product_detail_page` as `property_group_option.group.visibleOnProductDetailPage` , `property_group_option.group` . `created_at` as `property_group_option.group.createdAt` , `property_group_option.group` . `updated_at` as `property_group_option.group.updatedAt` , `property_group_option.group.translation.name` , `property_group_option.group.translation.name` as `property_group_option.group.name` , `property_group_option.group.translation.description` , `property_group_option.group.translation.description` as `property_group_option.group.description` , `property_group_option.group.translation.position` , `property_group_option.group.translation.position` as `property_group_option.group.position` , `property_group_option.group.translation.customFields` , `property_group_option.group.translation.customFields` as `property_group_option.group.customFields` , `property_group_option.media` . `id` as `property_group_option.media.id` , `property_group_option.media` . `user_id` as `property_group_option.media.userId` , `property_group_option.media` . `media_folder_id` as `property_group_option.media.mediaFolderId` , `property_group_option.media` . `mime_type` as `property_group_option.media.mimeType` , `property_group_option.media` . `file_extension` as `property_group_option.media.fileExtension` , `property_group_option.media` . `uploaded_at` as `property_group_option.media.uploadedAt` , `property_group_option.media` . `file_name` as `property_group_option.media.fileName` , `property_group_option.media` . `file_size` as `property_group_option.media.fileSize` , `property_group_option.media` . `media_type` as `property_group_option.media.mediaTypeRaw` , `property_group_option.media` . `meta_data` as `property_group_option.media.metaData` , `property_group_option.media` . `config` as `property_group_option.media.config` , `property_group_option.media` . `path` as `property_group_option.media.path` , `property_group_option.media` . `private` as `property_group_option.media.private` , `property_group_option.media` . `thumbnails_ro` as `property_group_option.media.thumbnailsRo` , `property_group_option.media` . `created_at` as `property_group_option.media.createdAt` , `property_group_option.media` . `updated_at` as `property_group_option.media.updatedAt` , `property_group_option.media.translation.title` , `property_group_option.media.translation.title` as `property_group_option.media.title` , `property_group_option.media.translation.alt` , `property_group_option.media.translation.alt` as `property_group_option.media.alt` , `property_group_option.media.translation.customFields` , `property_group_option.media.translation.customFields` as `property_group_option.media.customFields` , `property_group_option.translation.name` , `property_group_option.translation.name` as `property_group_option.name` , `property_group_option.translation.position` , `property_group_option.translation.position` as `property_group_option.position` , `property_group_option.translation.customFields` , `property_group_option.translation.customFields` as `property_group_option.customFields` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN `media` `property_group_option.media` ON `property_group_option` . `media_id` = `property_group_option.media` . `id` LEFT JOIN (SELECT `property_group_option.translation` . `property_group_option_id` , `property_group_option.translation` . `name` as `property_group_option.translation.name` , `property_group_option.translation` . `position` as `property_group_option.translation.position` , `property_group_option.translation` . `custom_fields` as `property_group_option.translation.customFields` FROM `property_group_option_translation` `property_group_option.translation` WHERE `property_group_option.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.property_group_option_translation` ON `property_group_option.property_group_option_translation` . `property_group_option_id` = `property_group_option` . `id` LEFT JOIN (SELECT `property_group_option.group.translation` . `property_group_id` , `property_group_option.group.translation` . `name` as `property_group_option.group.translation.name` , `property_group_option.group.translation` . `description` as `property_group_option.group.translation.description` , `property_group_option.group.translation` . `position` as `property_group_option.group.translation.position` , `property_group_option.group.translation` . `custom_fields` as `property_group_option.group.translation.customFields` FROM `property_group_translation` `property_group_option.group.translation` WHERE `property_group_option.group.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.group.property_group_translation` ON `property_group_option.group.property_group_translation` . `property_group_id` = `property_group_option.group` . `id` LEFT JOIN (SELECT `property_group_option.media.translation` . `media_id` , `property_group_option.media.translation` . `alt` as `property_group_option.media.translation.alt` , `property_group_option.media.translation` . `title` as `property_group_option.media.translation.title` , `property_group_option.media.translation` . `custom_fields` as `property_group_option.media.translation.customFields` FROM `media_translation` `property_group_option.media.translation` WHERE `property_group_option.media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `property_group_option.media.media_translation` ON `property_group_option.media.media_translation` . `media_id` = `property_group_option.media` . `id` WHERE `property_group_option` . `id` IN (0x01937838D294739E98DDD0F8EBF850B9 , 0x01937838D2B7713FBB44D783F0A2D263 , 0x01937838D2C6736E89097E1DDAB7EDA2 , 0x0193783D8E1272DBA227D0482A80BE5A , 0x019378410C9072AA987B1C4639956BA0 , 0x019378492408734DB6484FBBACB9F6ED , 0x01937849764D734FA59E550F59B668CE , 0x019378497E187091AD3E5ED677D96507 , 0x01937849974470D9BC0DEF910191466A , 0x0193784997527100A7A5E5610F1A009E , 0x0193784997BC711E92D8CF08DFE4E8EF , 0x0193784A424B70EABD687D77A01DF38E , 0x0193784A42667172812E2BEA149C52C1 , 0x0193784A8F3772B7BC5CE567E28BCEF0 , 0x0193784E80E470F9A4BB18D0E98E670E , 0x019378545A017235A59DB2B64F2C1F14 , 0x01937854A79B70CC85E4AF7440CB979D , 0x01937854B08272D69736656F05EC549E , 0x0193785BFBA4702185E47224AC9A17E9 , 0x0193785C004270B09C7FFD0C280DE6AB , 0x0193785C2EB6703BB304A30738953248 , 0x0193785C308D73629B6798D8B1466828 , 0x0193785C4E437346BC4E729CEF1251B1 );
Copy
73
2.81 ms
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = ? )) AND (`property_group_option` . `id` IN (? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500
Parameters :
[
true
b"\x01 •\x18 õ¢¯s\t ±L\x01 hM5\x14 S "
b"\x01 “x6ªãr\x1F „KM•ÀRÁÍ "
b"\x01 ôx6¼\f s ©\x19 ^_%Îüc "
b"\x01 ôx6¿\q¹üÀ└╦\x13 ð\x1D D "
b"\x01 •\x18 õ¢§q§ \x10 :\x19 #²l¨ "
b"\x01 ò\x18 ¾,Hp┼ì×ã┴-'\e % "
b"\x01 “x9ù\x10 q–¯½ý‘UÖu: "
b"\x01 ôxJγpTؼ\x13 Ê=Ï?Ê "
b"\x01 “x6©³p/¦JL\x18\x14 æ3< "
b"\x01 “xI})q”œ\x17 t\x14 /h¦¦ "
b"\x01 ò\x18 ¾,ApÉ▓õ8}îkxƒ "
b"\x01 “x6À\t sK·€gÆp×": "
b"\x01 “x:+±sC›ØvW3Öλ "
b"\x01 “x<ÁÇs\x0F ³Š\x0E JÈ/Ï "
b"\x01 •\x19 ``Ús^»–i1\x1E\x10 ùß "
b"\x01 ôx?%▒r\x1A Éw░e╗¢æ! "
b"\x01 “xJB&s\x07 •'1t—|>© "
b"\x01 “xIÉkr7²Š\x03 »/ÌSí "
b"\x01 “xTù7r~°‡¾‡Mû\x1D ° "
b"\x01 “x6¿ùsnªÞ¾ûe\x07 K› "
b"\x01 “xJCörc¦lI,q• "
b"\x01 ôx6®þs¹Øc╗Tÿt$û "
b"\x01 “xIÍ®r\x10 Œw\x18 ·Ó›\x1F H "
b"\x01 ò\x1A 9FÅpߨ)Âo¶\x0E │[ "
b"\x01 “x<CŸs›®r\x0E ³`ĘC "
b"\x01 “x:*†s}¥— ·Åü\x1E ” "
b"\x01 “x<C]ró‰\x04 ÂL\r šf "
b"\x01 “xNÛÍqQ‡¤û!|ÉžI "
b"\x01 ôxH±\x03 p╬¡ðG0À¨(É "
b"\x01 ò\x18 §óÀq"║%v>9Ø*È "
b"\x01 “x:\x13 2q³¿Æt3~ƒ\x13 i "
b"\x01 •\x19 å½s÷»ˆÂR®Çm“ "
b"\x01 •\x19 gVYs’£·n™è0(} "
b"\x01 “xUj´p+œ/È5`0NG "
b"\x01 “x:?\x01 si´e†è\x1E ˆÚ} "
b"\x01 ôxZ\x1C pqØî╦±¨\x0E ╠Xm "
b"\x01 ôx=÷ØsQà┼PýËÎM╠ "
b"\x01 “x7¤×sd®\x06\x07\x0F %¶§H "
b"\x01 “x:\x12 >qدƒæÙPÙäC "
b"""
\x01 “x6z\n
r*ŒÚo6* ƒ\n
"""
b"\x01 “x6©Ýp¨’¿Q\x10 ï9èâ "
b"\x01 ò$F╝ÅsÈÀN\x03 !¼è╔f "
b"\x01 “x:\x12 ús„½ÛK¦ÞÁI• "
b"\x01 ôxH¸8p¼ñ;Øñ╩┬Öƒ "
b"\x01 “x:WBq¶¢¸#¢»c)Ô "
b"\x01 •\x19 ‚\x1E Nrz¿dÓÕN¦: "
b"\x01 ôxJSÇpuö\x10 tFáÒ³Ø "
b"\x01 •\x1A %\x1A Žp’’Œ”æ\x1C Ü€[ "
b"\x01 ôx_6üs\x1C áW╣f\x08 ´█W "
b"\x01 •\x19 "¥rsbŠ’÷\x06 Dn\v $ "
b"\x01 “xI\x17 ‹rÇŒ‰¼\x11 ˜Ù)M "
b"\x01 “x?ŒÅpø«êh\x0F 4OC\x06 "
b"\x01 “x7+îp\x01 EZ\x0E *–9S "
b"\x01 ôxL╚êsnÅF┼┌¾!¶õ "
b"\x01 “x6¨\x08 rp·æIDÜ/\x13\x08 "
b"\x01 “xHëžr©Œ\x04 ‹^è^¡Ù "
b"\x01 “xJ>žpVœ O°R“ãK "
b"\x01 ôxJÅÑq¸æúVbf\x17 µ: "
b"\x01 “xNÛëp\x19 º)åZ\f ¼k– "
b"\x01 ò\x19 ®╗År2Æ[É_'b┤Õ "
b"\x01 ôxL╚ûs®ÅQß´Óê±a "
b"\x01 “x7+usX –×P\x03 \P¡ "
b"\x01 ôx=Ð╗rÅ««ôvy/:Ñ "
b"\x01 “xPì,q|ŠS\x1E Uë\x15 u} "
b"\x01 ôxT*ÌsÇØ ▄ì\x19 î╠ "
b"\x01 “x<CÊp©„†».“^LÅ "
b"\x01 “xLÈ»p1»Ö\x16 3\x12\t ñ‘ "
b"\x01 “x:Uìs(«K¬¿2"…À "
b"\x01 ôx<»ÊsôÉôݱÁÛ«▒ "
b"\x01 “xNÛÞq™‚Èv2¬t\x0F "
b"\x01 “x9÷epN¤ú[~ä\x11 @r "
b"""
\x01 “x<¯¿qG½Û\n
%þ\x7F éI
"""
b"\x01 ôxJBfqrü.+Û\x14 £R┴ "
b"\x01 •$G‰šrS¤\x06 ¹<¯å÷t "
b"\x01 “x6À\x01 p7“,²Ô\x1D\x0F 6ö "
b"\x01 “x<œzr匫^W™¿Å½ "
b"\x01 “x=°ipj°\x02 ä¯%\x05 ð{ "
b"\x01 “x6ªÐs$¾³éã·\x14 –¹ "
b"\x01 “xUQÚq\x1E ˆ¡\x15 bÍ\x16 gG "
b"\x01 •\x1A ilÖqžŽ–ï"'¨Ø6 "
b"\x01 “x<Côr\x10 ¼\x17 Í"è/Ì8 "
b"\x01 “xI=hqÞ¾èºU5_p\e "
b"\x01 “xT\x1F Üs\x06 ´„!ö>'¨P "
b"\x01 “xI\x1D fr¶‰@‹qØ§å‚ "
b"\x01 ôxJraráùtÆòLü¾× "
b"\x01 •\x19\x1F Éõsö´!ï\x08\x04 ¹Áí "
b"""
\x01 “xF•\x05 sGš\n
<«r\x19 ¦´
"""
b"\x01 ôx:\x12 óp\x1A Øô¢╠\x01 ÖE┐ "
b"\x01 “xJž=r\x07 µVÖ‡\x16 ÔšÄ "
b"\x01 “x6§ìqˆ¸G½Ù\f xµ¹ "
b"\x01 “xJ>\r q®¡ß1\x18 ¦oL "
b"\x01 “xLÈrpº¸ wQ®ÏûY "
b"\x01 “x6¸•r•œ"\x0E %è\x05 þm "
b"\x01 “xK“Vs\x11 §+=ôÈû·Ý "
b"\x01 ôxKýÓsF«┤=âþ.ðÉ "
b"\x01 “xLÈór\§\x7F ¾½Yø\x10 z "
b"\x01 “x9â’sƒµ³Y#öm t "
b"\x01 “x:\x12 Ír¸¡*ö;Ýû#ª "
b"\x01 “xLæøp\x1E «R\x1A Pd4\x08\x11 "
b"\x01 •\x18 ´zLq’¤g\x02 ÅT\x11 .ö "
b"\x01 ò\x19 (╝┌p\x16 Öè㲸<üô "
b"\x01 “x>0árž¯_žƒ_üæö "
b"\x01 ôxJ6irÏ®ÕÉÅ\x0F â\x18 a "
b"\x01 “xJ]Órô…4‚×î³ÞZ "
b"\x01 “xLàµsŸ£ô.gK§ßÁ "
b"\x01 ôxL╚¿rN«z»ØÞ╠Q\x02 "
b"\x01 “x9õbs~§÷>¢@ÅÛ\x14 "
b"\x01 “x6ª¿põ†!\é\e |‰æ "
b"\x01 “x8Ò·q?»D׃ð¢Òc "
b"\x01 ôx:\x12 +rbôx¢ÅS®MÌ "
b"\x01 “x>AÏr{Ÿ`\v ZìÞq‘ "
b"\x01 •\x19 !Øýr\x07 …$SüQÁUZ "
b"\x01 ôx>1░ptÅ┘▒»'KÍë "
b"\x01 ôxN█°r\r ┤\x05 ̃ج╩Ü "
b"\x01 “xTøEs\f ƒ<û^ŒZql "
b"\x01 ôx6yÐpì░,P\x13 ┐®uÚ "
b"\x01 “xT"\x1E qd’š\x1C e«ÂQ¤ "
b"\x01 “xUÙ\x04 qwŸfl6bdv "
b"\x01 ôxH¯Zrä│╚2:╬ýì< "
b"\x01 “x<v\e p,‘zÐ\x13 ø>\x10 e "
b"\x01 “xLß\x7F s•ˆ$ô„äÖ@Ë "
b"\x01 “xT!êqÖ¿LH•pY”r "
b"\x01 •\x18 ç-\x17 p{ª¦8ˆr…œÆ "
b"\x01 ôx6¬Øp6Ö·Ú7!Z¹ô "
b"\x01 ôx:WfpÉ⪵`ÎQÚ³ "
b"\x01 “x:?‡sú¶öù\x05 Ž\x1E ò~ "
b"\x01 “xN€äpù¤»\x18 ÐéŽg\x0E "
b"\x01 “xT)ósO¶\x1A Il¹\x03 V\x08 "
b"""
\x01 •$< Óp›ž64 xç\n
†
"""
b"\x01 ôx9ÔµsNæíQßÉ╝Ó "
b"\x01 “x9ãUp0«<kF6ýU0 "
b"""
\x01 ôxI\x1E tr³ü¸\n
┴Úêg¢
"""
b"\x01 ôxL╔3pÅ▒\x1E øÆf÷\x16 ┼ "
b"\x01 ôxT\x1F øpèô\x0E ü\x15 ]█▀\ "
b"\x01 ôxT>╩pÓìµ\x12 8\x1E þK═ "
b"\x01 •\x19 f\x15\x13 r\x06 £\x19 °ñi«DÕ "
b"\x01 “x9õNq"ƒ„\x1E (™AR¶ "
b"\x01 “xC¸\x00 p\e ½È,Ãcja& "
b"\x01 “xJ@ÎsÆ©`Hè\x17 ®\x08 w "
b"\x01 “xT!Çp®ioçÞ·q0 "
b"\x01 “x6¿\x7F pR©î%5&\x16\x14\x18 "
b"\x01 “x6ðTs\x14 ˜ãÖÁ\x07 u‚À "
b"\x01 “x9ã\x12 p+½\e ÛŽY#[\x05 "
b"\x01 “x9ã‹sE¤\x1A x™“»Ïd "
b"\x01 “x:W{s•©ºu(Õ‘¯W "
b"\x01 “xHêsqǤVkú´Tv€ "
b"\x01 “xJ“wqm¼V]\x10 dÙ\x13 ø "
b"\x01 ò\x19 iÆérºö¤ÅÜìyS^ "
b"\x01 •$\x01 %ƒrS£É'ú6\x1F É\x17 "
b"\x01 •$>Џp¯¤›Ð•¹\x08 ûÎ "
b"\x01 “x7,RqS±R¨2¤¥#- "
b"""
\x01 “xJصqA¯Xr‚\v Ž\n
\x16
"""
b"\x01 “xT¥LqÏ–ìéØJ\f ò” "
b"\x01 •\x19 šÝ1pv½ÿ†ñ\x1F Pº_ "
b"\x01 •\x19 =Tr\x18 ™^Ikvô€Ï "
b"\x01 ôx9§;q\x0F ÅêDP@¬çð "
b"\x01 “x:\x12 Hrs¸ò\x07 `h\x06 ³é "
b"\x01 “x=Pfs(•¼V«2¾•! "
b"\x01 “xI—¼q\x1E ’ØÏ\x08 ßäèï "
b"\x01 “xLÉ^r\x1A •\x15 Æ\x06 {ìÒ@ "
b"\x01 •\x19 gVQqd•‹²ÚIv#É "
b"\x01 “x:\x12\x16 r&‡ê…ƒ¿6ÅN "
b"\x01 “x:V•r@¿ à’±“BÚ "
b"\x01 ôx<CùsiñRv[Å$╝± "
b"\x01 “x<¯ˆsC·\x1F\x15 Y\x16 “\x03 U "
b"\x01 “xI|åqM›Š8yÁ*úV "
b"\x01 “xJCÝsÅ¢MaíygÞ "
b"\x01 “xU;Àq{·¾\x13 Ë(¯éÕ "
b"\x01 ôx6©2süó»Èd\x08 ýìp "
b"\x01 “xIuYqi±Û—B\x18 _•½ "
b"\x01 “xLɃp\x0F ·XÁ™ÈÜâ\n "
b"\x01 “xT!FqÝ£\r C ÅÂ»Ö "
b"\x01 “xTø¼s¬´î\x03 ]vë\x07\x13 "
b"\x01 “x\NCsF¼Nrœï\x12 Q± "
b"\x01 •\x19 —XŒq9˜d\v :¦#p| "
b"\x01 “x6»\x1F q2œÁzC/eÀ½ "
b"\x01 “x9õ#sŠ·ÒBÓ\x07 ¨)ú "
b"\x01 ôx:-Rs\x07 ¬µ£Ûü\r ½² "
b"\x01 “xI—DpÙ¼\r ï‘\x01 ‘Fj "
b"\x01 “xJArr\x13 ²’×GwaUP "
b"\x01 ôxTZ4p┌Ñ╦\x13 üL>\\x00 "
b"\x01 “xTªƒqÛ«‰Ø³â\x1E P` "
b"\x01 “xT«‘s€„$àÕ™•¹ö "
b"\x01 ôxU#5s\x17 úf\x1D î│]Ø\t "
b"\x01 •\x19 2\x13 îrŠšY~úñZ4S "
b"\x01 •\x19 ``æqW¿MT•\x11 h‰Ë "
b"\x01 •$Gd\x1F p’²\x07 §‚\}‹Ç "
b"\x01 “x9Ð/q/¢s#i´¹Ÿá "
b"\x01 “x9â¤qç—¤"ÑAïzî "
b"\x01 “x@\x07 Zs¥‡\x17 »\x14 Öõ#9 "
b"\x01 “xLÈÌp*³ºŸp\x0F 6î¸ "
b"\x01 “xT"µpI®O#Èñ;/\x17 "
b"\x01 ôxV\x1D 0qhÉ&‗╠®{\x13 À "
b"\x01 “x[ù/sÌŒ–„· n¾ô "
b"\x01 •\x19 1¯vpb¡)ΗƒÅXv "
b"\x01 •\x19 šä\x15 qY¦'ÔùrÜ~÷ "
b"\x01 •\x19 à„%sÛ¾˜YË 6{³ "
b"\x01 ò\x1A !\x17 ┐qÞçØ´\x07 Å¥V3 "
b"\x01 •\e fL<p‘‰í\x0E ¥ƒ\f ´( "
b"\x01 “x6ß\x02 r˜ª‚ˆ›;\x14\f ‹ "
b"\x01 “x:V&rÒ·V\x1F ²Ág\x12 l "
b"\x01 “x:V‹p¹¿ô]Í\x19\t û¼ "
b"\x01 “x>\x08 mrø¯|¸ð†¯ñ\n "
b"\x01 ôx>1aqAüVUª\f\x16 X¼ "
b"\x01 ôxD\x12\x00 sYÉ\t Y«\x11 ;\x18 ç "
b"\x01 “xI\x1D $pòª#21L"Õ¥ "
b"\x01 “xI—Rq\x00 §¥åa\x0F\x1A\x00 ž "
b"\x01 “xT\x1F ¢s†¹þH‚7Na– "
b"\x01 ôxTºøp╠àõ»t@╦ùØ "
b"\x01 ôxTÕ\f pÂóÏ┐ØD´9Ò "
b"\x01 •\x19 'œDs÷ƒõ´=˜I ½ "
b"\x01 •#ýטs\x1D °::8\x01\x19 „c "
b"\x01 ò&3©§qıí\x07 ß:\x14 ìþÕ "
b"\x01 •&šþ¿p4˜\x1D Ï‚n\x07 PC "
b"\x01 “x8ïárS§[íW7\e W[ "
b"\x01 “x:\x13 ;pD»_Zx¼uí\f "
b"\x01 ôx:*ÙrÅä>\x03 âåc┐¯ "
b"\x01 “x:?Gp ¶\x16\x02 Z4A› "
b"\x01 “x?%és䑯I \f ´\x02 2 "
b"\x01 ôx@\x07 @pÝÉ\x07 у»\x1A WÄ "
b"\x01 ôxJ:ýpÅá3î\x0E\x12 ╝vï "
b"\x01 “xT+¼s/‚ DeÊ&P "
b"\x01 “xUU\x0E s[º`w\x05\x06 ž*¡ "
b"\x01 •\x1A Y\x06 –qh²ù)\r ¼r\x0E ‹ "
b"\x01 •$\x02\x02 Èsö¦¤Ø„Ÿ4âU "
b"\x01 “x8ÒÆsn‰\t ~\x1D Ú·í¢ "
b"\x01 “x8í°qÊ»¹‚\x01 ¿\v *§ "
b"\x01 “x9Í\x13 s^¤&\x10 „h¾@4 "
b"\x01 “x:T°rA,µm}ð?% "
b"\x01 “x=Ÿ¸s;£\x15 [Ï\x06 ‰z„ "
b"\x01 ôx>AÜpÉ│V¼ø{ãz| "
b"\x01 “x?\x06 þqi’åS¤)O\t 5 "
b"\x01 “xI$\x08 sM¶HO»¬¹öí "
b"\x01 ôxI;úp-á┴\x1F ì!yJ¢ "
b"\x01 “xI="sç¤ìpQ4~gÁ "
b"\x01 ôxIY½slÆ\v\v O▀ü\x0F Ê "
b"\x01 ôxItÑq×üÀLý\x11 ?\x1D g "
b"\x01 “xJ\x19 âr<±«Žæ‘•æô "
b"\x01 ôxJ[¬qZá└ æ\x18 È7Ø "
b"\x01 “xJ^qrQ¬ìc\x10 ìàÙg "
b"\x01 “xJs\x00 p\x08 ³2©¦þ%\e à "
b"\x01 ôxJÉõsÒ«]yýÓèÿä "
b"\x01 “xJ‘\x01 s2¡\x01 ‚²T:] "
b"\x01 “xJ’¤r\x16 Š\x1F 𹑮zå "
b"\x01 “xKÁsq| ÖS]G4kí "
b"\x01 “xKÊÝq]¬Øç\v Q¿W$ "
b"\x01 “xKö)r-©y§gI'[Ë "
b"\x01 “xLÉIp[ªhÝQ:}ž¼ "
b"\x01 “xT\x1F ÈsQ£»Öçlýžª "
b"\x01 ôxTñÅrÓå·°î i\x1F Ù "
b"\x01 ôxT½ýr9»▒1╔\x06 ÕØâ "
b"\x01 •\x18 ú@ rh¾äô—Ð4PH "
b"""
\x01 •\x19 0”\x03 sþ¬7°|\n
cùú
"""
b"""
\x01 •\x19 1Â\n
p©µ\x11 .f%?ã¦
"""
b"""
\x01 •\x19 ¶³\n
sï—Æ\f –î¥p/
"""
b"\x01 •\x1A 0Yîsœ³Æu3\x1E qœµ "
b"\x01 ò\x1A e£üpåí qygsÅÏ "
b"\x01 ò#\x05 Ø;sÉÖFÜÏ\x08 Vûc "
b"\x01 •$\x1E SLsJ‰\x19 L«Í\x16 Ué "
b"\x01 •$7etqŤà(jùrŒ0 "
b"\x01 “x6¨\x17 r©©¼C\x1A Ú—eì "
b"\x01 “x6©ÇrÊžmì\x1A ÿ…ŧ "
b"\x01 “x6ËŸs+‘4D”׃ƒ\x0F "
b"\x01 “x:?8r<œ7j\x1F )'.+ "
b"\x01 “x:UiqT¿áVvÔ\x13 ¶Ø "
b"\x01 “x<°/rþŒ\x1F ^Öa-·“ "
b"\x01 ôxEô¿syØ╗´¦\x10 ,;m "
b"\x01 “xI[šqÏ¥bo¿3AËq "
b"\x01 “xIvMsO¥žU\x0F Y¶hÎ "
b"\x01 “xIÌ\x15 r8’5±ÙsÓ¸\x04 "
b"\x01 “xJ\e ]sñ°Æä.<ð=\x0F "
b"\x01 “xJ\x1C ªp’Ž\x19 r¯7¾\e Ñ "
b"\x01 “xJ6Îq\x11 ‹¥h•´\x15 BÍ "
b"\x01 “xJ@íp\r ©®¼ëu*š\v "
b"\x01 “xJA\x1D qT†¥9ÐÅZo‡ "
b"\x01 “xJC"rЕF„"Þ\e w\x16 "
b"\x01 ôxJÅ7rÀ╝\ÕgÔï╬ "
b"\x01 “xJž[s!¨±\x06 ¹Ö#Tø "
b"\x01 ôxKÅÞqöòå?´¶Éµ\x06 "
b"\x01 “xLÈßqY‰ü¥\e (\t uU "
b"\x01 ôxT'YpÖÅ\f\x08 ╗\r ¡╣Û "
b"\x01 ôxT'~pÚ¬C:¤z\x00 Åı "
b"\x01 ôxTZ\x01 r5ÑØ▓ÂO,\x1F\x14 "
b"\x01 “xT§ÄqW©€Ü‡„{\x03 F "
b"""
\x01 “xT§üqF›Å\x04 \n
\x7F © \x08
"""
b"\x01 “xTª›r3›˜ä„CW«‘ "
b"\x01 “xT°‚rÖ—6eo\x05 ìTž "
b"\x01 “xTælr®—3™—\x16 ª¥1 "
b"\x01 ôxTþ&p7ØZÃ\x10 Éä»k "
b"\x01 “xUT·q\v Š«¹$ï%ÑQ "
b"\x01 “xU®¤r\x13 •\x08\x01 j• »¬ "
b"\x01 “x\\x00 Bp°œ\x7F ý\f (\r æ« "
b"\x01 “x\\x00 sp®†›ï\e ¥ï± "
b"\x01 “x\1iqLµ\x1D —/ eFP "
b"\x01 ò\x1A YM-rı«\t °d\x1A rü3 "
b"\x01 •\x1A YT¦qm¹ÜŠÔÕVɯ "
b"\x01 •\x1A [p±r\f °ãù6ú}É8 "
b"\x01 •\x1A\x7F o\x06 s[ƒ{gy…Í\x06 6 "
b"\x01 •#ù\x01 ©sK¶"\x13 HM\x00 e\x18 "
b"\x01 •$\x1E ~q>³58,<–ü. "
b"\x01 ò$eÝ s)É×\x14 ´ûlÀf "
b"""
\x01 ôx6¬\n
r\x10 üì\x1F ÿAw¬{
"""
b"\x01 ôx6¬ìs+ä\f ┘»ÇXìÈ "
b"\x01 “x6Ì:rJ£?kˆ˜ÏEn "
b"\x01 ôx7ìÈs\x07 Ö¤\x16 §öDÄ\v "
b"\x01 “x8¡Bsâºi\x0F À´K½à "
b"\x01 ôx8Ýsplاf+Ug_8 "
b"\x01 “x8î¿pÑ´òý‚ò¿Úã "
b"\x01 “x9\t Hsr¬Ü Ø!DþŠ "
b"\x01 “x9V\x06 s‹¿›„úú\x19 }L "
b"\x01 “x:\x12 ysž’É9Œ¾0ØÚ "
b"\x01 ôx:\x12 Äpeÿ@\x1E ú┌Âêì "
b"\x01 ôx:\x13\x03 s.øJ│ìQnÿc "
b"\x01 “x:TÖsÕ ô09¦ÕìK "
b"\x01 “x:U\x18 q+Š\x19 õ\f mÊŒÛ "
b"\x01 ôx:UÉsÙê©f╔¼ªfV "
b"\x01 “x:U©sû Ë$šÐ\x17\x1E ¸ "
b"\x01 ôx:U╣q%┐9nÅÂb\t\e "
b"\x01 ôx:V‗piØÐJ$@G£ä "
b"\x01 ôx:W\x02 s■ÉG\x01 ñ│ƒ=\x03 "
b"\x01 “x<Bzp̃;äàÎy+¢ "
b"\x01 ôx<vésüÉ\x1C a▓[zÊ╦ "
b"\x01 ôx<v»qܼkü\r &\t ^S "
b"""
\x01 “x<œ²r\x14 …â?Ë\n
.Α
"""
b"\x01 ôx>.¡r¨ö\x08 ¸¾É\¨ü "
b"\x01 ôxB\x10 upé┐V$Á¤±ü) "
b"\x01 “xE¤êpã¦v\x15 ¡õµI[ "
b"\x01 “xFotr\x17 ‰®ÙO• ³Ò "
b"\x01 “xFÌ\x1C p–¬¯Á4í\x1A –Ý "
b"\x01 “xI9¡sQŠäºSoû8– "
b"\x01 ôxI\$s╣ì8┐¨Ø9\x08 "
b"\x01 “xI~\x18 p‘>^ÖwÙe\x07 "
b"""
\x01 “xJ\x1A Šp? ç\n
l\x0E Hî®
"""
b"\x01 “xJ\e =qw‹BéŸX¸(ã "
b"\x01 ôxJ6Ér╦æ°Füµ\x02 X┴ "
b"\x01 ôxJ^\x0E s╦üC¶¸Ú├i\x0E "
b"\x01 “xL &q”¹;x“‚>à^ "
b"\x01 “xLÉ\x07 s±¥L¹2°Ð] "
b"\x01 “xLÉqr\x04 ³¡/Ç>¯ìù "
b"\x01 “xLßør\x03 ª‚\x17 *•v¡] "
b"\x01 “xLà\x18 s¯ž[\t ",µsÕ "
b"\x01 “xPÙ’qЗû¹\f Ç|s "
b"\x01 “xT\x1F\x1C q« ?×ZŠ\x05 `è "
b"\x01 “xT ¬r€™-j‘ž·=" "
b"\x01 “xT%`sé©â\t *7âwS "
b"\x01 “xT*~p\x02 ¨·˜Ÿx§ãU "
b"\x01 “xT+\x0F r ¦A¤3‚Q\x11 J "
b"\x01 ôxT+ q─©2¿dØ\x00 ,╦ "
b"\x01 “xT<—qe‰¡€*L–åe "
b"\x01 “xTWÝsE©\x12 Ç]ë5¼$ "
b"\x01 “xTu1q#¼ÀÚDÌ\x17 ”Ý "
b"\x01 “xT«¾r\x05 ¾÷îqr_ó£ "
b"\x01 “xTäûpbŸ7Óæ€\x16 ù\x0F "
b"\x01 “xT÷r\x1D ‹É\e ÜÈX\x06 I "
b"\x01 “xUS5rô•¤X÷=(\x16\x15 "
b"\x01 “xU€trx‡¾\f !Oã-C "
b"\x01 “xUózp\±Õ\x7F »nÿnÞ "
b"\x01 “xV\x19 ¨pŠ2Rø2Ó"S "
b"\x01 “xZç¢r\x17 …ÃMX\x01 \r ™\x06 "
b"\x01 “x[ûPpK’,+\x13 ©Ì˜Ç "
b"\x01 “x\\x00 ˆs9“éuR;…\x13\x02 "
b"\x01 “x\.¶p;³\x04 £\x07 8•2H "
b"\x01 ôx\0ìsbøgÿÏ▒Fh( "
b"\x01 ò\x18 │\x10 ÝqŬjl▄ç\x17 kÜ "
b"\x01 •\x18 Û®Êspº6Þæƒ-—‰ "
b"\x01 ò\x19 (ƒpsÒÑ[)9\x17 Ű" "
b"\x01 •\x19 *§\e s…„/Åx®£ ½ "
b"\x01 •\x19 2d'p«™B¬ëŒß'p "
b"\x01 •\x19 6\x05 :q?¥@šç9@pR "
b"\x01 •\x19 ¸?ÚpÀ…ðEŠ|æ°Ó "
b"\x01 ò\x1A $Å█pÿ┐\x02 3(\x08\x1A Î\x14 "
b"\x01 •\x1A YŽ<r\x1F £”viÝj'ÿ "
b"\x01 •\x1A YÚ‚sª©m ~@K¬í "
b"\x01 ò\x1A ZÑ\x14 r\x00 ƒû6Å\x1E hä¡ "
b"\x01 ò\x1A ZÂÉr°é¥└ô\e\x00 n\x08 "
b"\x01 •\x1A [ÄLs\x08 ’ûÎ\x17 2—\r p "
b"\x01 ò\x1A eÒLsƒö.%³\x13\x07 Øw "
b"\x01 •\x1A mX\x08 p1Œ*loίZ "
b"\x01 •\x1A mÐ\x07 r!œ1ßëÀíy7 "
b"\x01 •\x1A\x7F Y-q\x15 š+AsH\x0F 2\x15 "
b"\x01 •$\x19\x14 !sÀƒµ»Ð…ÿÆ\x14 "
b"\x01 •$\x1D ‘jp®ðOPó\x01 È "
b"\x01 ò$$Ñbrgü,û\v ╬¡\x0F \r "
b"\x01 •$5òêsÕ›¢ó,ؾF@ "
b"\x01 •$=ÑópI€\x0E xã\x1E ®Én "
b"\x01 •$k`¿p$ƒßpá\x1D )?O "
b"""
\x01 •$r6÷qA’ô\n
Wï$Êd
"""
b"\x01 ò&;\x14 vqvÉp\x1E\x04 ØHö~ "
b"\x01 •&<Æâs†¾W\€©æc¯ "
b"\x01 •&<Æër̰BÜËï·µ3 "
b"\x01 •&?c\x08 p¡’˜ÿ¬%…O "
b"\x01 “x6©¬pÞ¥£ûhö&ß\x14 "
b"""
\x01 “x6©Òqr¦A9³\n
MŒa
"""
b"\x01 ôx6¬\x14 r/ÅK\x07\x13 ▒%╝~ "
b"\x01 “x6ºêq¹¼eôÕ\x0F ÀÍÇ "
b"\x01 ôx7\e ªq╗ì\x16 ¿\x08 S\f PÜ "
b"\x01 ôx8ü\x1D sÂØyíª1─͵ "
b"\x01 “x8Ò”sž˜ÝÐøëøP¹ "
b"\x01 “x8ïÄq]‹]Ȧàõß\t "
b"\x01 “x9f¦pÍ”¬\x04 °€ÒÌ* "
b"\x01 “x9ãmsÄ£q9ò +j¾ "
b"\x01 “x9ãœsÀ‹ìÔæÌ‰)% "
b"\x01 ôx9§Ör÷ÉÀÜÊ╝Æ2\e "
b"\x01 “x9øÊp"“\t ÒEqt)á "
b"\x01 ôx:\x0E │r\x1A ùÉáÖ8\v\x1C x "
b"\x01 “x:*ÛsН5%«Ìží4 "
b"\x01 “x:+\t s"“·\x01 œ$ä¹Î "
b"\x01 ôx:?\x19 pØÄ[&Oìé/ê "
b"\x01 ôx:U\x1F r¹ü\x1A ¨£âÄ\x19\x12 "
b"\x01 “x:W\x14 q\x7F ½Äú³bÔâ÷ "
b"\x01 “x:W/sаG+¥4(;J "
b"\x01 “x<CìrQ˜ßØŸ‚dPÄ "
b"\x01 “x<f q\x1A —BG©z\x19 Ꭰ"
b"\x01 “x=P¡sù˜\x0E o\x1A +ͬ "
b"\x01 “x=Ž\x12 rÛ¢'ÐH*€¾Z "
b"\x01 ôx=ÐßrÉÑ┐S¥\x0E r\x19 F "
b"\x01 “x>AbpB\x08 /ïgÎ¥œ "
b"""
\x01 “x>AÿrÀ¾\\n
®v>°Ç
"""
b"\x01 “x>C¢qZŒV)YÂ\x14 ¢+ "
b"\x01 ôx?\x06 år╠╗\x06 üM>>\x0F ┴ "
b"\x01 “x?7æq–…}!@~É?¡ "
b"\x01 “x?®sø»¢—âÆxÐm "
b"\x01 “x?æ\x1C sV“¬»÷ºB! "
b"\x01 “x@çEq\x7F ½êcË\x07 ÖS¥ "
b"\x01 ôxA\f Ér¬ÿ{\x1C F9òká "
b"\x01 “xB\x10 ›s™§øh¨ø›\x1A ¦ "
b"\x01 “xB;Xrטm¸f_V?é "
b"\x01 “xBëÌrøŸ-à¾83”ñ "
b"\x01 “xD\x11 ¸sK»Ÿ¡[jÔÄG "
b"\x01 “xF\x13 Šr䮃Ax_Ýßì "
b"\x01 “xI@\x06 rޝ\x06 :|ðòÙ3 "
b"\x01 ôxI@âsH┤ÌLÅ\x1F ×Qñ "
b"\x01 “xI{…q®¥5åí\x02 ÖÈŸ "
b"\x01 “xIè6sú„ò28\x06 ÕŠl "
b"""
\x01 “xJ\x16 urºŒ°ÿm<\n
ïœ
"""
b"\x01 “xJ\x18 Ap”´2Ýó÷\x16 ¹µ "
b"\x01 “xJ\e Nqƒ /òYŸ¾óu "
b"""
\x01 “xJ\x1D\x04 r̆\n
EÌÖŒ‰\x14
"""
b"\x01 “xJ6*s\x16 ¦4Ч¥J“‚ "
b"\x01 “xJBKpê½h}w \x1D óŽ "
b"\x01 “xJ\ìs6«–áË\x0E 6d\f "
b"\x01 “xJ_®sɦA*Y¦,(Ç "
b"\x01 “xJ›Ñp¦‰\e ¤\x07 9O|Ÿ "
b"\x01 “xJœ,p\x1E ‡·åû»O\x13 f "
b"\x01 ôxJØ╚r\v Ǿ+±\x7F ÖáÚ "
b"\x01 ôxJØËpiüD\x05 F0?┼A "
b"\x01 ôxJ×åpj¿B╩ñçÅÀ╦ "
b"\x01 “xJØ]qC¥j»×\x06 ᤅ "
b"\x01 ôxK{ r³ÉÍ$¤\x17 Ä}± "
b"\x01 “xK©ærΫ\x0E ä¶\x19 p\x0F 1 "
b"\x01 “xKªws®¤\x14 ¯š]°á0 "
b"\x01 “xKÒŠq\x16 ´Å~\x06 \\x07 .¾ "
b"\x01 “xKÓ\t q*º˜\x14 ìrä9 "
b"\x01 “xKí)r\±ñöáRPåw "
b"\x01 ôxL╔\x1C p=ÉØµðì¦T▒ "
b"\x01 “xLß®q\x01 —\x1E\x17 6ÐÜSE "
b"\x01 “xLà˜p6«“Â<KzÂ\x02 "
b"\x01 “xNÞ\x0E p¹€„ÎG^\x1D .U "
b"\x01 “xNßCr~¾\x17 ÙóÚI¾V "
b"\x01 ôxP┘^pÞê\x18 s\x1A üR┘ä "
b"\x01 “xQzŽqƒ<2³(¹lË "
b"\x01 “xQ‹Ds”ž•mqtG½Ó "
b"\x01 ôxQïÖp┘ó<&a\x17 :\r ü "
b"\x01 “xT #qÉŽaöR@xú% "
b"\x01 “xT"Ãr¨±!Í<w!ŠJ "
b"\x01 “xT"ÿqn¤‡áKâlúZ "
b"\x01 ôxT%ÿr¤áØ%Ù{\x00 îv "
b"\x01 ôxT'Ãp/Ø|\x1A ÷Z\x12 4║ "
b"\x01 “xT<«r-“Ñ¡×x"ÄE "
b"\x01 “xTWðqâ²O64Ï›Æ\x19 "
b"\x01 “xTX8rÁŒ2\x16 Šmï>ó "
b"\x01 “xT«§q\x03 µa\x1A …\x14 s¾À "
b"""
\x01 “xT¬Ls}½ÃÁK¹\n
Cç
"""
b"\x01 ôxTõër»£ò \x03 ï▄FØ "
b"\x01 “xTú1sZ‹»\x08 éŒ}EW "
b"\x01 “xTú›s …ëád’^I "
b"\x01 “xU#Ysv• Oc@À°< "
b"\x01 “xU%šp‰«D\x0F ßipÓ\x15 "
b"\x01 “xU9½p\x16 ‹gÃSs!\e G "
b"\x01 ôxUü°pøÖÈq╬Î\x16 8\x14 "
b"\x01 “xUô_pϪïÅÚ\f fÕ6 "
b"\x01 “xUõ·pQ¹¹\x10 ü®i\x0E Þ "
b"\x01 “xV5$p‰¸þ\x13 ÖÒ/}œ "
b"\x01 ôxVk\rüÆ\x08 úƒ┬b\x19 1 "
b"\x01 “xV\x7F\x1E q“ˆÇ.ØôQFí "
b"\x01 “xV•\e qE§dö\x19 2¾±÷ "
b"""
\x01 “xV•2s\v ´›N\x10 °Š\n
\x0F
"""
b"\x01 ôxV½DqÞôÛì¼┬åý% "
b"\x01 “xW<ØrK…\v\v ’Y®\x08 Õ "
b"\x01 “xW™úqs†oQвí½C "
b"\x01 “xWŸ1r[´î¬‚°Í¸Ê "
b"\x01 “xXƒ¯qA k\x17 <5øß\x11 "
b"\x01 ôxYU\x12 q¨â.)3╔É2÷ "
b"\x01 “xZ2ápq€p&›À\f !2 "
b"\x01 “xZI@q}…'Ãr¥Ç\x15 Ž "
b"\x01 ôx[¸\x13 s?Á¼xùÉ6\x1F "
b"\x01 “x[û¤p!…är$¬š\x17 é "
b"\x01 “x[ÿVrÀ·øAò\x11 Oîè "
b"\x01 “x\\x01 Žqh°nH\x18 óJ:Ð "
b"""
\x01 “x\/tqS„4*â5ï\n
8
"""
b"\x01 “x\Lªp\x08 ¶óÛXÄA§ó "
b"\x01 “x\MçpִͰX\x14 þn "
b"\x01 ôx\P³pƒÉÏýı²w/` "
b"\x01 “x\„^sª·ÔŒÕ£ëÊ\f "
b"""
\x01 “x]\x1A –p”¡žf\n
À?\x0F 3
"""
b"\x01 “x]¬9q¶·N(MA¢&Í "
b"\x01 ôx]¼AsÇØu?▓\x04\x10\x17 ð "
b"\x01 •\x18 ³\x05 èpT¹‡áÖò1”\x11 "
b"\x01 •\x19 .>îs/´Uæ\x08 ßÒÈ\x7F "
b"\x01 •\x19 AöMqx¶y$\x05 ¥ÝùÒ "
b"\x01 •\x19 B\f æqV¥=¸ú<\x00 iV "
b"\x01 •\x19 ”*>q!›–J™„\x1C eb "
b"\x01 •\x19 ïM¡qD’ñ=d&aý0 "
b"\x01 ò\x19 ‗,ýrÓ¥¶*}Å┬½[ "
b"\x01 •\x1A\x01 œSpé¶ß7]å_µ´ "
b"\x01 ò\x1A $▄█p[äIì\x00 ┐¯óû "
b"\x01 •\x1A (÷áq=Œo‹¶\x06 qRÛ "
b"\x01 ò\x1A I\x13 ÅpÎäO\x0E ┘¡«l├ "
b"\x01 •\x1A Jì\x7F s\x7F “¼âX¬êî\x16 "
b"\x01 •\x1A P„Os“¦Bù \x12 P\x12 é "
b"\x01 •\x1A YI—qü®\x06 ¯Ô\x11 ±`# "
b"\x01 •\x1A YPér\x06 ´7äã\r k¡c "
b"\x01 •\x1A Y{õrÔ«7n4Û\e BÙ "
b"\x01 ò\x1A Y\x7F ìs\x17 åPͰfð├╗ "
b"\x01 •\x1A YÓ\x15 rb¨›û\x12 æ´/r "
b"\x01 •\x1A YÖÑpe¯…\x7F ã÷C\x04 R "
b"\x01 •\x1A Z\x01 Åsr¼°\x1C WÌsÕø "
b"\x01 •\x1A Z\x05 Tp(¸c²ÂÖ-;k "
b"\x01 ò\x1A Z\x10 ¿sÄøGXì\v Ò^r "
b"\x01 •\x1A Z\x14 @q¦«¥[õ¸ß²A "
b"\x01 •\x1A Z\x17 ärÿ¦ \r ûŠü_v "
b"\x01 ò\x1A ZÅYr\x05 ¢\x07 ËF2ÐÇÒ "
b"\x01 •\x1A Z–ËqS‘\x18 YâBàåÇ "
b"\x01 •\x1A ZšipN¶#Êþ¥ƒ\x7F ~ "
b"\x01 •\x1A ZȦpø…\x7F 5)\x0F\x15 V¹ "
b"\x01 •\x1A ZýÕsÇŽ’>Tì—Tu "
b"\x01 •\x1A [\x12 sp4¸ü~\x12\x14 Ãñ "
b"\x01 ò\x1A \füp\t í▀1Z¥\x1D ╝ô "
b"\x01 •\x1A ]p+rž½xž“ž\x1F .á "
b"""
\x01 •\x1A _<Âr8¬.¼O\n
„U\x02
"""
b"\x01 •\x1A `}\x19 s`¹\x06 Hi5o»Ù "
b"\x01 •\x1A am\t s\x11 ¤®;\e -šC© "
b"\x01 •\x1A aÄ5qìˆbþ\x1F ‰Z-ž "
b"\x01 •\x1A c¸nr\r ·.ü¼Š\x05 ½û "
b"\x01 •\x1A dòQpbŽ¿IŸ\x02 þ¹“ "
b"\x01 ò\x1A ekıryù¥tè¿õØL "
b"\x01 •\x1A e˜ðq§”ÑŸäÊ„¤$ "
b"\x01 •\x1A eæÞs®·V¦\e ¯.Ëû "
b"\x01 •\x1A eñ.sõˆ£«‡5zEâ "
b"\x01 •\x1A f\x11 wrr±¸\x17 %êïe "
b"\x01 •\x1A gŠPqê¶éò‚\x05 ö7I "
b"\x01 •\x1A l©\x14 q ‹~›ãl3{w "
b"\x01 •\x1A l©\x1C qf¤Õˆl7\x1D\t Ÿ "
b"\x01 •\x1A lóŠsº†T2\x1E\x1F /ÁŽ "
b"\x01 ò\x1A ä\x11 áqfîuuNcÅ╩~ "
b"\x01 •#w.frÔŽoÓ³\x1A ÚÃ$ "
b"""
\x01 ò#xý(r▄úÿ\n
d:ØÝ╔
"""
b"\x01 •#xì2sÍœœ_/˜Üƒ— "
b"\x01 •#ú\x01 br\v Œj¹\£‹îç "
b"\x01 ò$\x06\x7F\x05 sPØW6Á_╠▄┼ "
b"""
\x01 •$\n
2Hq©¤\x1E Ûá\x1E |Át
"""
b"\x01 •$\x18 rwr trK\x01 é f "
b"\x01 •$\e ÅJr¬³ÁÌ„,j»Q "
b"\x01 ò$"t\x13 r¨äÔwaIŃ "
b"\x01 ò$#ÄÕsHÑ\x02 »ã+×Fü "
b"\x01 ò$+vßs2Ø\x1E │ù·â╠_ "
b"\x01 ò$0@µqBü'\x08 æ\x15 :╗G "
b"\x01 •$5Ábp)·kuà9.ín "
b"\x01 •$6L½s…¹ÿ\x11 _›£‹ÿ "
b"\x01 •$6`\sl£\x11 P†B|8ÿ "
b"\x01 •$6tÍp–«Ol\x0E É\x15 ó» "
b"\x01 •$6œîpE‰-Ê\x17 –¥ÆÒ "
b"\x01 •$6§\x1F qÒŽXh_\x14 àÔP "
b"\x01 •$6ã]r»ƒÍˆG\x10 w\x16 "
b"\x01 •$7=!sw½ûÇ]ý±h3 "
b"\x01 •$7PÙp„ <…ô.•~_ "
b"\x01 •$7[%qœ¤Ë\f U{b…) "
b"\x01 •$7‚Ùrå•×Γ‚“f$ "
b"\x01 •$Aê&p`ª9ˆg¦D¥™ "
b"\x01 ò$h ║q®Ø▄õQ-ea¥ "
b"\x01 •$r?ùs׿ŽÄà6Ã\x11 & "
b"\x01 •$—\x1F ppʼÔó(ßÈ\x1C\f "
b"\x01 •$²\x07 õr#š\x05 %Ò„\x12 ]Þ "
b"\x01 •$É\x10 Šqï½Ñõ\f zúG\x13 "
b"\x01 ò%H\x19 ðp\v ùeÉV°\x16 w┴ "
b"\x01 •%‹\x0F tq!šIÞ?R /* "
b"\x01 •%‹\x18 Ìsܳ7¡ïÌék\x11 "
b"\x01 ò%ï6üruƒ^6\³~$¼ "
b"\x01 •%‹L´sˆ¹\x18 º\x15 ü’\x16\x02 "
b"\x01 ò%ª\x10 ^s\x03 Øbï¬\f Éé\x0F "
b"\x01 •&3\x14 @r„¤ß³´\x10 ¹%Ê "
b"\x01 •&7Å,pˆ¤jÄ\x06 ²¼B¿ "
b"\x01 •&>Ž7q%¢ÎHY\x17 B2Û "
b"\x01 •&GÕ©p$©wþP$ó\x0E "
]
SELECT
`property_group_option` . `id`
FROM
`property_group_option`
LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id`
WHERE
(
(
`property_group_option.group` . `filterable` = ?
)
)
AND (
`property_group_option` . `id` IN (
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
? ,
?
)
)
ORDER BY
`property_group_option` . `id` ASC
LIMIT
500
OFFSET
500
Copy
SELECT `property_group_option` . `id` FROM `property_group_option` LEFT JOIN `property_group` `property_group_option.group` ON `property_group_option` . `property_group_id` = `property_group_option.group` . `id` WHERE ((`property_group_option.group` . `filterable` = 1 )) AND (`property_group_option` . `id` IN (0x019518F5A2AF7309B14C01684D351453 , 0x01937836AAE3721F844B4D95C052C1CD , 0x01937836AC0C7320B8195E5F25D78163 , 0x01937836A85C71FB81B7C0CB13D01D44 , 0x019518F5A2A771A7A0103A1923B26CA8 , 0x019518F32C4870C58D9EC6C12D271B25 , 0x01937839F9107196AFBDFD9155D6753A , 0x0193784AD7FC70549DAC13D23DD83FD2 , 0x01937836A9B3702FA64A4C1814E6333C , 0x019378497D2971949C1774142F68A6A6 , 0x019518F32C417090B2E4387D8C6B789F , 0x01937836C009734BB78067C670D7223A , 0x0193783A2BB173439BD8765733D6CEBB , 0x0193783CC1C7730FB38A0E4AC82FCFC2 , 0x0195196060DA735EBB9669311E10F9DF , 0x0193783F25B1721A9077B065BBBD9121 , 0x0193784A4226730795273174977C3EA9 , 0x01937849C96B7237B28A03BB2FCC53ED , 0x01937854F937727EB087BE874DFB1DB0 , 0x01937836BFF9736EAADEBEFB65074B9B , 0x0193784A43F67263A66C492C71C295C2 , 0x01937836A9E773FB9D63BB5498742496 , 0x01937849CDAE72108C7718B7D39B1F48 , 0x01951A39468F70E19D29B66FF40EB35B , 0x0193783C439F739BAE720EB360C49843 , 0x0193783A2A86737DA597A0B7C5FC1E94 , 0x0193783C435D72F38904C24C0D9A66AD , 0x0193784EDBCD715187A4FB217CC99E49 , 0x01937848F10370CEADD04730B7F92890 , 0x019518F5A2B77122BA25763E399D2AD4 , 0x0193783A133271B3BFC674337E831369 , 0x01951920E5BD73F7BB88C252AEC76D93 , 0x0195196756597392A3B76E99E830287D , 0x019378556AB4702B9C2FC83560304E47 , 0x0193783A3F017369B46586E81E88DA7D , 0x0193785A1C70719D8CCBF1F90ECC586D , 0x0193783DF69D735185C550ECD3D74DCC , 0x01937837A4D77364AE06070F25B6A748 , 0x0193783A123E71D8AF83E6D950D9E443 , 0x019378367A0A722A8CDA6F362AA0830A , 0x01937836A9DD70A892BF5110EF39E8E2 , 0x01952446BC8F73D4B74E0321AC8AC966 , 0x0193783A12FA7384BDDB4BA6DEC14995 , 0x01937848F73870ACA43B9DA4CAC2999F , 0x0193783A574271B6A2B823A2BB6329D4 , 0x019519821E4E727ABF64D3D54EADA63A , 0x0193784A5380707594107446A0E3FC9D , 0x01951A251A8E7092928C94E61CDC805B , 0x0193785F3681731CA057B96608EFDB57 , 0x01951922A57273628A92F706446E0B24 , 0x01937849178B72C78C89BC1198D9294D , 0x0193783F8CC570F8ABEA680F344F4306 , 0x019378372BEE7001A0455A0E2A963953 , 0x0193784CC888736E8F46C5DAF321F4E4 , 0x01937836A8087270B7E64944DC2F1308 , 0x01937848EB9E72A98C048B5EE85EA1D9 , 0x0193784A3E9E70569CA04FB05293E34B , 0x0193784A8FA571F791A356626617E63A , 0x0193784EDBEB7019BA29E55A0CBC6B96 , 0x019519A9BB8F7232925B905F2762B4E5 , 0x0193784CC89673A98F51E1EFE088F161 , 0x019378372B757358A096D750035C50A1 , 0x0193783DD1BB728FAEAE9376792F3AA5 , 0x01937850EC2C717C8A531E55EB15757D , 0x019378542ADE73809DFF20DC8D198CCC , 0x0193783C43CA70A98486BB2E935E4CC5 , 0x0193784CC8BB7031BBD616331209F191 , 0x0193783A55EC7328AB4BACBF322285C0 , 0x0193783CAFD273939093EDF1B5EAAEB1 , 0x0193784EDBDE719982C87632ADAC740F , 0x01937839F765704EA4FA5B7EE4114072 , 0x0193783CAFBF7147BDDB0A25FE7FE949 , 0x0193784A42667172812E2BEA149C52C1 , 0x01952447899A7253A406B93CAFE5F774 , 0x01937836C0017037932CB2D41D0F36F6 , 0x0193783C9C7A72E58CAB5E5799BFC5BD , 0x0193783DB069706AB002E4AF2505F07B , 0x01937836AAD07324BEB3E9E3B71496B9 , 0x0193785551DA711E88A11562CD166747 , 0x01951A696CD6719E8E96EF2227A8D836 , 0x0193783C43F47210BC17CD22E82FCC38 , 0x019378493D6871DEBEE8BA55355F701B , 0x019378541FDC7306B48421F63E27A850 , 0x019378491D6672B689408B71D8A7E582 , 0x0193784A726172A0977492954C81F39E , 0x0195191FC9F573F6B421EF0804B9C1ED , 0x01937846950573479A0A3CAB7219A6B4 , 0x0193783A12A2701A9D93BDCC019945BF , 0x0193784A9E3D7207B556D68716D49AC4 , 0x01937836A7EC7188B847BDD90C78B5B9 , 0x0193784A3E0D71AEA1ADDF3118A66F4C , 0x0193784CC87270BAB8207751AECFFB59 , 0x01937836B89572959C220E25E805FE6D , 0x0193784B93567311A72B3DF4C8FBB7DD , 0x0193784BECE07346AEB43D83E72ED090 , 0x0193784CC8F3725CA77FBEBD59F8107A , 0x01937839E2927383B5B35923F66D2074 , 0x0193783A12CD72B8A12AF63BDDFB23AA , 0x0193784CE6F8701EAB521A5064340811 , 0x019518B47A4C7192A46702C554112EF6 , 0x01951928BCDA7016998AC6FDF73C8193 , 0x0193783E30E1729EAF5F9E835FFCE6F6 , 0x0193784A366972D8A9E5908F0F831861 , 0x0193784A5DD372F4853482D7EEB3DE5A , 0x0193784CE0B5739FA3F42E674BA7DFC1 , 0x0193784CC8A8724EAE7AAF9DE8CC5102 , 0x01937839F562737EA7F73EA240C5DB14 , 0x01937836AABF70F586215CE91B7C89E6 , 0x01937838D2B7713FBB44D783F0A2D263 , 0x0193783A122B72629378BD8F53A94DDE , 0x0193783E41CF727B9F600B5AECDE7191 , 0x01951921D8FD7207852453FC51C1555A , 0x0193783E31B070748FD9B1AF274BD689 , 0x0193784EDBF8720DB405DE9F9DAACA9A , 0x01937854F845730C833CFB5E8C5A716C , 0x0193783679D1708DB02C5013BFA975E9 , 0x01937854221E7164929A1C65ABC251A4 , 0x01937855D90471779F666C36626476AD , 0x01937848EE5A7284B3C8323ACEEC8D3C , 0x0193783C761B702C917AD013F83E1065 , 0x0193784CDF7F73958824F484E4D640CB , 0x0193785421EA71D6BF4C489570599472 , 0x019518E72D17707BAAA6388872859CC6 , 0x01937836AA9D703699FAE937215AFB93 , 0x0193783A5766709083A6E660D751E9FC , 0x0193783A3F8773FAB6F6F9058E1EF27E , 0x0193784E80E470F9A4BB18D0E98E670E , 0x0193785429F3734FB61A496CB9035608 , 0x0195243CA0D3709B9E3634A078E70A86 , 0x01937839E2E6734E91A151E190BCE0F0 , 0x01937839E3557030AB3C6B4636FD5530 , 0x019378491E7472FC81F70AC1E98867BD , 0x0193784CC933708FB11E9B9266F616C5 , 0x019378541F9B708A930E81155DDBDF5C , 0x019378543ECA70E08DE612381EE74BCD , 0x0195196615137206A319B0F169AB44D5 , 0x01937839F54E712283841E28994152B6 , 0x01937843B800701BBDC82CC3636A6126 , 0x0193784A40CE73C6A96048E817AE0877 , 0x0193785421C770C2AE696FE7DEB77130 , 0x01937836BF7F7052A9EE253526161418 , 0x01937836F054731498E3D6C1077582C0 , 0x01937839E312702BBD1BDB8E59235B05 , 0x01937839E38B7345A41A789993BBCF64 , 0x0193783A577B7395A9BA7528D591AF57 , 0x01937848EA7371C7A4566BFAB4547680 , 0x0193784A9377716DBC565D1064D913F8 , 0x01951969928272A794CF8F9A8D79535E , 0x0195240125837253A3C927FA361FC917 , 0x0195243E8AB870AFA49BD095B908FBCE , 0x019378372C527153B152A832A4A5232D , 0x0193784AD8B57141AF5872820B8E0A16 , 0x01937854A54C71CF96ECE9D84A0CF294 , 0x0195199ADD317076BDFF86F11F50BA5F , 0x019519A03D547218995E496B76F480CF , 0x01937839F53B710F8F88445040AA87D0 , 0x0193783A12487273B8F207606806B3E9 , 0x0193783D5066732895BC56AB32BE9521 , 0x0193784997BC711E92D8CF08DFE4E8EF , 0x0193784CC95E721A9515C6067BECD240 , 0x0195196756517164958BB2DA497623C9 , 0x0193783A1216722687EA8583BF36C54E , 0x0193783A56957240BFA0E092B19342DA , 0x0193783C43977369A452765B8F24BCF1 , 0x0193783CAF887343B71F155916930355 , 0x019378497CE5714D9B8A3879C12AFA56 , 0x0193784A43DD73C5A24D61ED7967ADDE , 0x019378553BC0717BB7BE13CB28AFE9D5 , 0x01937836B8327381A2AFD46408EC8D70 , 0x0193784975597169B1DB9742185F95BD , 0x0193784CC983700FB758C199C8DCE20A , 0x01937854214671DDA30D43A0C5C2BBD6 , 0x01937854F8BC73ACB4EE035D76EB0713 , 0x0193785C4E437346BC4E729CEF1251B1 , 0x01951997588C713998640B3AA623707C , 0x01937836BB1F71329CC17A432F65C0BD , 0x01937839F523738AB7D242D307A829FA , 0x0193783A2D527307AAE69CEA810DABFD , 0x01937849974470D9BC0DEF910191466A , 0x0193784A41727213B292D74777615550 , 0x019378545A3470DAA5CB13814C3E5C00 , 0x01937854AA8371DBAB89D8B3E21E5060 , 0x01937854AB9173808424E0D59995B9F6 , 0x0193785523357317A3661D8CB35D9D09 , 0x0195193213EE728A9A597EFAF15A3453 , 0x0195196060E67157BF4D5495116889CB , 0x01952447641F7092B207A7825C7D8BC7 , 0x01937839D02F712FA2732369B4B99FE1 , 0x01937839E2A471E797A422D141EF7AEE , 0x01937840075A73A58717BB14D6F52339 , 0x0193784CC8CC702AB3BA9F700F36EEB8 , 0x0193785422B57049AE4F23C8F13B2F17 , 0x019378561D3071689026F2CCA97B13B7 , 0x0193785BF92F73CC8C9684B7A06EBEF4 , 0x01951931AF767062A129CE9783C55876 , 0x0195199AE4157159A627D4F972DC7EF7 , 0x019519E0842573DBBE9859CB20367BB3 , 0x01951A2117BF71E8879DEF078FBE5633 , 0x01951B664C3C709189ED0EA5830CB428 , 0x01937836DF027298AA82889B3B140C8B , 0x0193783A562672D2B7561FB2C167126C , 0x0193783A568B70B9BFF45DCD1909FBBC , 0x0193783E086D72F8AF7CB8F086AFF10A , 0x0193783E31617141815655A60C1658AC , 0x0193784412007359900959AE113B1887 , 0x019378491D2470F2AA2332314C22D5A5 , 0x0193784997527100A7A5E5610F1A009E , 0x019378541FA27386B9FE4882374E6196 , 0x01937854A79B70CC85E4AF7440CB979D , 0x01937854E50C70B6A2D8BF9D44EF39E3 , 0x019519279C4473F783F5B43D984920BD , 0x019523FDD798731DB03A3A3801198463 , 0x01952633B8F571D5A107E13A148DE7E5 , 0x0195269AFEBF7034981DCF826E075043 , 0x01937838EFE17253A75BED57371B575B , 0x0193783A133B7044BB5F5A78BC75ED0C , 0x0193783A2AEB728F843E03838663BFEE , 0x0193783A3F477020B61602A05A34419B , 0x0193783F25E973E491C649200CB40232 , 0x01937840074070ED9007A59FAF1A578E , 0x0193784A3AEC708FA0338C0E12BC768B , 0x019378542BBC732F82A04465C38A2650 , 0x01937855550E735BBA607705069E2AA1 , 0x01951A5906967168B2F9290DBC720E8B , 0x0195240202C873F6A6A4D8849F34E255 , 0x01937838D2C6736E89097E1DDAB7EDA2 , 0x01937838EDB071CABBB98201BF0B2AA7 , 0x01937839CD13735EA426108468BE4034 , 0x0193783A54B07241AD2CB56D7DF03F25 , 0x0193783D9FB8733BA3155BCF06897A84 , 0x0193783E419A7090B356AC9B7BC67A7C , 0x0193783F06FE716992E553A4294F0935 , 0x019378492408734DB6484FBBACB9F6ED , 0x019378493BA3702DA0C11F8D21794ABD , 0x019378493D2273E7A4EC7051347E67C1 , 0x0193784959AB736C920B0B4FDF810FD2 , 0x0193784974A5719E81B74CEC113F1D67 , 0x0193784A19E2723CB1AB8EE69195E6F4 , 0x0193784A5BAA715AA0C0FF9118D4379D , 0x0193784A5E717251ACEC6310ECE0D967 , 0x0193784A73007008B332A9A6FE251BE0 , 0x0193784A90E473E3AE5D79ECE08A9884 , 0x0193784A91017332A101C282B2543A5D , 0x0193784A92A472168A1F9AB991AE7AE5 , 0x0193784BC173717CA0D6535D47346BED , 0x0193784BCADD715DACD8E70B51BF5724 , 0x0193784BF629722DA979A76749275BCB , 0x0193784CC949705BAA68DD513A7D9EBC , 0x019378541FC87351A3BBD6E76CFD9EAA , 0x01937854A48F72E086FAF88C20691FEB , 0x01937854ABEC7239AFB131C906E59D83 , 0x019518FA40207268BEE4F497D0345048 , 0x01951930940373FEAC37B07C0A63F9FA , 0x01951931C20A70A9B5112E66253FE3A6 , 0x019519B6B30A73EF97C60C96EEA5702F , 0x01951A3059EE739CB3C675331E719CB5 , 0x01951A659C817086A1FF717967738FD8 , 0x019523059D3B739099469AD808569663 , 0x0195241E534C734A89194CABCD1655E9 , 0x01952437657471C5A4E0286AF9728C30 , 0x01937836A81772A9A9BC431ADA9765EC , 0x01937836A9C772CA9E6DEC1AFF85C5A7 , 0x01937836CB9F732B91344494D783830F , 0x0193783A3F38723C9C376A1F29272E2B , 0x0193783A55697154BFE15676D413B6D8 , 0x0193783CB02F72FE8C1F5ED6612DB793 , 0x0193784593A873799DBBEFDD102C3B6D , 0x019378495B9A71CFA5626FBF3341CB71 , 0x01937849764D734FA59E550F59B668CE , 0x01937849CC1572389235B1D973D3B804 , 0x0193784A1B5D73F1B0C6E42E3CF03D0F , 0x0193784A1CAA70928E1972AF37BE1BD1 , 0x0193784A36CE71118BA56895B41542CD , 0x0193784A40ED700DA9AEBCEB752A9A0B , 0x0193784A411D715486A539D0C55A6F87 , 0x0193784A432272D095468422DE1B7716 , 0x0193784A8F3772B7BC5CE567E28BCEF0 , 0x0193784A9E5B7321A8B106B9D62354F8 , 0x0193784B8FE8719495863FEFF490E606 , 0x0193784CC8DF715989FCA51B28097555 , 0x01937854275970998F0C08BB0DADB9EA , 0x01937854277E70E9AA433ACF7A008FD5 , 0x019378545A017235A59DB2B64F2C1F14 , 0x01937854A7C47157A980DC87847B0346 , 0x01937854A7FC71469BC5040A7FA92008 , 0x01937854AA9B72339B98E4844357AB91 , 0x01937854B08272D69736656F05EC549E , 0x01937854E66C72AE9733999716AAA531 , 0x01937854E72670379D5AC7109084AF6B , 0x0193785554B7710B8AABB924EF25D151 , 0x01937855AEA472139508016A9520BBAC , 0x0193785C004270B09C7FFD0C280DE6AB , 0x0193785C007370AE869BEF1BA5ADEFB1 , 0x0193785C3169714CB51D972F20654650 , 0x01951A594D2D72D5AE09F8641A728133 , 0x01951A5954A6716DB9DC8AD4D556C9AF , 0x01951A5B70B1720CB0E3F936FA7DC938 , 0x01951A7F6F06735B837B677985CD0636 , 0x019523F901A9734BB62213484D006518 , 0x0195241E207E713EB335382C3C96FC2E , 0x01952465EDFF7329909E14EF966CB766 , 0x01937836AA0A7210818D1F984177AA7B , 0x01937836AA8D732B840CD9AF80588DD4 , 0x01937836CC3A724AA33F6B8898CF456E , 0x019378378DD4730799CF16F594448E0B , 0x01937838A14273E2BA690FC0B44BBDE0 , 0x01937838ED73706C9DF5662B55675F38 , 0x01937838EEBF70D1B4F2FD82F2BFDAE3 , 0x0193783909487372ACDCA0D82144FE8A , 0x019378395606738BBF9B84FAFA197D4C , 0x0193783A1279739E92C9398CBE30D8DA , 0x0193783A128E706598401EA3DAB6888D , 0x0193783A1303732E9B4AB38D516E9863 , 0x0193783A54D673D5A0F43039A6D5EC4B , 0x0193783A5518712B8A19F50C6DCA8CDB , 0x0193783A559073EB88B866C9ACA66656 , 0x0193783A55A973FBA0CB249AD0171EB8 , 0x0193783A55B97125BF396E8FB662091B , 0x0193783A56F270699DD14A2440479C84 , 0x0193783A570273FE904701A4B39F3D03 , 0x0193783C427A70CC833BE4E0CE792BA2 , 0x0193783C76827381901C61B25B7AD2CB , 0x0193783C76AF719AAC6B810D26095E53 , 0x0193783C9CB2721485E23FCB0A2ECE91 , 0x0193783E2EAD72F99408F7F3905CF981 , 0x0193784210757082BF5624B5CFF18129 , 0x01937845A4EA70E3A67615A1F5B5495B , 0x019378466F74721789AED94F9520B3D2 , 0x01937846CC1C7096ACAFC134ED1A96DD , 0x0193784939A173518AE4BA536FFB3896 , 0x019378495C2473B98D38BFF99DF03908 , 0x019378497E187091AD3E5ED677D96507 , 0x0193784A1A8A703FA0E70A6C0E48EEAE , 0x0193784A1B3D71778B42E99F58B828E3 , 0x0193784A369072CB91F84681E60258C1 , 0x0193784A5E0E73CB8143F4F7E9C3690E , 0x0193784C20267194B93B7893823EE05E , 0x0193784CC90773B1ADA54CB932B0D05D , 0x0193784CC9717204B3A12FC73EAFECF9 , 0x0193784CDFF87203AA82172A9576A15D , 0x0193784CE01873AF9E5B09222CB573D5 , 0x01937850D99271D097FBB90CC77C73A0 , 0x019378541F1C71ABA03FD75A8A0560E8 , 0x0193785420AC7280992D6A919EB73D22 , 0x01937854256073E9A9E2092A37E27753 , 0x019378542A7E7002A8B7989F78A7E355 , 0x019378542B0F7220A641A4338251114A , 0x019378542B2071C4B832A8649D002CCB , 0x019378543C97716589A1802A4C96E565 , 0x0193785457DD7345A912C75DEB35BC24 , 0x0193785475317123BCC0DA44CC1794DD , 0x01937854ABBE7205BEF7EE71725FF3A3 , 0x01937854E4FB70629F37D3E68016F90F , 0x01937854F7AD721D8BC91BDCC8580649 , 0x01937855533572F495A458F73D281615 , 0x019378558074727887BE0C214FE32D43 , 0x01937855F37A705CB1D57FBB6EFF6EDE , 0x0193785619A8708AAD3252F832D32253 , 0x0193785AE7A2721785C34D58010D9906 , 0x0193785BFB50704B922C2B13A9CC98C7 , 0x0193785C0088733993E975523B851302 , 0x0193785C2EB6703BB304A30738953248 , 0x0193785C308D73629B6798D8B1466828 , 0x019518B310ED718FAA6A6CDC87176B9A , 0x019518DBAECA7370BA36DEE6832D9789 , 0x019519289F7073E3A55B2939178FF822 , 0x0195192AA71B7385842FC578AEA320BD , 0x01951932642770AB9942ACEB8CDF2770 , 0x01951936053A713FA5409AE739407052 , 0x019519B83FDA70C085F0458A7CE6B0D3 , 0x01951A248FDB7098BF023328081AD714 , 0x01951A598E3C721FA3947669DD6A27FF , 0x01951A59DA8273AAA96DA07E404BACED , 0x01951A5AA51472009F96368F1E6884AD , 0x01951A5AB69072F882BEC0931B006E08 , 0x01951A5BC44C730892FBCE1732970D70 , 0x01951A65E34C739F942E25FC13079D77 , 0x01951A6D580870318C2A6C6FCEAF5AAD , 0x01951A6DD00772219C31DFEBC0ED7937 , 0x01951A7F592D71159A2B4173480F3215 , 0x01952419142173C083B5BBD085FFC614 , 0x0195241D916A70AEADF04F50F30120C8 , 0x01952424A5627267812C960BCEAD0F0D , 0x01952435F2EA73D59BA2F32CD8BE4640 , 0x0195243DD1F37049800E78E31EAEC96E , 0x0195246B60BF702483DF70E11D293F4F , 0x0195247236F7714192F40A57EF24CA64 , 0x0195263B1476717690701E049D48947E , 0x0195263CC6E27386BE575C80A9E663AF , 0x0195263CC6EB72CCB042DCCBEFB7B533 , 0x0195263F630870A19298FFAC25AD854F , 0x01937836A9AC70DEA5A3FB68F626DF14 , 0x01937836A9D27172A64139B30A4D8C61 , 0x01937836AA14722F8F4B0713B125BC7E , 0x01937836BAEA71B9BC65F4D50FC0CDC7 , 0x019378371BA671BB8D16A808530C509A , 0x01937838811D73B69D79A1A631C4D6E6 , 0x01937838D294739E98DDD0F8EBF850B9 , 0x01937838EFC4715D8B5DC8A6E0F5DF09 , 0x0193783966A670CD94AC04B080D2CC2A , 0x01937839E36D73C4A37139F2202B6ABE , 0x01937839E39C73C08BECD4E6CC892925 , 0x01937839F59972F690B79AD2BC92321B , 0x01937839F8CA70229309D245717429E1 , 0x0193783A0EB3721A9790A099380B1C78 , 0x0193783A2ADB738AAF3525ABCC9EED34 , 0x0193783A2B09732293B7019C24E4B9CE , 0x0193783A3F19709D8E5B264F8D822F88 , 0x0193783A551F72FB811AF99C838E1912 , 0x0193783A5714717FBDC4FAB362D4E2F7 , 0x0193783A572F73D0B0472BA534283B4A , 0x0193783C43EC725198DFD89F826450C4 , 0x0193783C66A0711A974247A97A19E18E , 0x0193783D50A173F9980E6F1A2BADCDAC , 0x0193783D8E1272DBA227D0482A80BE5A , 0x0193783DD1E17290A5BF53BE0E721946 , 0x0193783E41627042AD082FEF67CEA59C , 0x0193783E41FF72C0BE5C0AAE763EB0C7 , 0x0193783E43A2715A8C562959C214A22B , 0x0193783F068672CCBB06814D3E3E0FC1 , 0x0193783F37E67196857D21407EC93FA1 , 0x0193783FC2AE73F8BBA297E2C678D06D , 0x0193783FE61C735693ACBBF7ADBA4221 , 0x01937840E745717FBDEA63CB07D653A5 , 0x019378410C9072AA987B1C4639956BA0 , 0x01937842109B7399A7F868A8F89B1AA6 , 0x019378423B5872D7986DB8665F563FE9 , 0x01937842EBCC72F89F2DE0BE383394F1 , 0x0193784411B8734BBB9FA15B6AD4C447 , 0x01937846138A72E4AE8341785FDDDFEC , 0x019378494006728EAF063A7CF0F2D933 , 0x0193784940837348B4DE4C8F1F9E51A4 , 0x019378497B8571AEA535E5ED02D6C89F , 0x01937849E83673FA84F2323806D58A6C , 0x0193784A167572BA8CB0FF6D3C0AEF9C , 0x0193784A18417094B432DDF3F716B9B5 , 0x0193784A1B4E7183A02FF2599FBEF375 , 0x0193784A1D0472CC860A45CCD68C8914 , 0x0193784A362A7316A6348AA7A54A9382 , 0x0193784A424B70EABD687D77A01DF38E , 0x0193784A5CEC7336AB96E1CB0E36640C , 0x0193784A5FAE73C9A6412A59A62C28C7 , 0x0193784A9BD170A6891BA407394F7C9F , 0x0193784A9C2C701E87B7E5FBBB4F1366 , 0x0193784A9DC8720B80F32BF17F99A0E9 , 0x0193784A9DD3706981440546303FC541 , 0x0193784A9E86706AA842CAA4878FB7CB , 0x0193784AD85D7143A56ABBD706E1A485 , 0x0193784B7B2072FC90D624CF178E7DF1 , 0x0193784BA9E672CEAB0EE4B619700F31 , 0x0193784BAA7773AEA414AF9A5DB0E130 , 0x0193784BD28A7116B4C57E065C072EBE , 0x0193784BD309712ABAAD9814EC72E439 , 0x0193784BED29725CB1F1F6E15250E577 , 0x0193784CC91C703D909DE6D08DDD54B1 , 0x0193784CDFAE7101971E1736D0DC5345 , 0x0193784CE0987036AB93C23C4B7AC202 , 0x0193784EDE0E70B98084CE475E1D2E55 , 0x0193784EDF43727EBE17D9F3DA49BE56 , 0x01937850D95E70E88818731A8152D984 , 0x019378517A8E71C2833C32B328B96CCB , 0x019378518B4473949E956D717447BDD3 , 0x019378518B9970D9A23C2661173A0D81 , 0x01937854202371C98E61F6524078FA25 , 0x0193785422C372A8B121CD3C77218A4A , 0x0193785422FF716EA487E14BE26CFA5A , 0x01937854259872CFA09D25EB7B008C76 , 0x0193785427C7702F9D7C1AF65A1234BA , 0x019378543CAB722D93D1A1D77822C445 , 0x0193785457F071E2B24F3634CF9BC619 , 0x01937854583872C18C32168A6DEF3EF3 , 0x01937854ABA77103B5611A851473BEC0 , 0x01937854AC4C737DBDC3C14BB90A43E7 , 0x01937854E48972AF9C9520038BDC469D , 0x01937854FA31735A8BBB08E98C7D4557 , 0x01937854FA9B73A085EBE164925E4920 , 0x019378552359737695204F6340C0B03C , 0x01937855259A7089AB440FDF6970D315 , 0x0193785539BD70168B67C35373211B47 , 0x0193785581F8709B99D471CED7163814 , 0x01937855F45F70CFAAEFC5DA0C66D536 , 0x01937855F5B77051B9B910FCAE690EDE , 0x0193785635247089B8FE13D6D22F7D9C , 0x019378566B5C72819208A39FC2621931 , 0x019378567F1E719388C72ED8F45146ED , 0x01937856951B7145A764F61932BEB1F7 , 0x019378569532730BB49B4E10B08A0A0F , 0x01937856AB4471E893EA8DACC286EC25 , 0x019378573CD8724B850B0B9259AE08D5 , 0x0193785799FA7173866F51D0B2EDBD43 , 0x019378579F31725BB4EEAC82B0CDB8CA , 0x0193785883AF7141A06B173C35F8DF11 , 0x01937859551271F9832E2933C99032F6 , 0x0193785A32E170718070269BC00C2132 , 0x0193785A4940717D8527C372A5C7158E , 0x0193785BF713733FB5AC789790F0361F , 0x0193785BFBA4702185E47224AC9A17E9 , 0x0193785BFF5672C0B7F841F2114FEEE8 , 0x0193785C018E7168B06E4818F34A3AD0 , 0x0193785C2F74715384342AE235EF0A38 , 0x0193785C4CAA7008B6F3DB58C441A7F3 , 0x0193785C4DE770D6B4CDB05814FE6EA0 , 0x0193785C50FC709F90D8ECD5FD772F60 , 0x0193785C845E73AAB7D48CD5A3EBCA0C , 0x0193785D1A967094A19E660AC03F0F33 , 0x0193785DAC3971B6B74E284D41A226CD , 0x0193785DAC4173809D753FB2041017D0 , 0x019518B305E87054B987E1D6F2319411 , 0x0195192E3EEE732FB455E608DFD2C87F , 0x01951941F64D7178B6792405A5DDF9D2 , 0x019519420CE67156A53DB8FA3C006956 , 0x019519942A3E71219B964A99841C6562 , 0x019519EF4DA1714492F13D642661FD30 , 0x019519F22CEC72E0BEF42A7D8FC2AB5B , 0x01951A019C5370E9B6DF375DE55FB5B4 , 0x01951A24DCDB705B84498D00BFEEA296 , 0x01951A28F7E1713D8C6F8BB6067152DB , 0x01951A49138F70D7844F0ED9ADAE6CC3 , 0x01951A4AEC7F737F93BCE258ACEAEE16 , 0x01951A50844F7393A642F9A0125012E9 , 0x01951A59499771FCAE06AFD411B16023 , 0x01951A5950E97206B437E4E30D6BA163 , 0x01951A597BF572D4AB376E34DB1B42D9 , 0x01951A597F8D73178650D6F866D0C3BB , 0x01951A59D3157262A89BFB12E6B42F72 , 0x01951A59D6D17065AF857FE3F7430452 , 0x01951A5A01C57372BCB01C57CC73D5F8 , 0x01951A5A05547028B863B2C2D62D3B6B , 0x01951A5A10A8738E9B47588D0BE35E72 , 0x01951A5A144071A6ABA55BF5B8DFB241 , 0x01951A5A17E472FFA6200DFB8AFC5F76 , 0x01951A5A8F597205BD07D34632D180E3 , 0x01951A5A96CB7153911859E242E0E5C7 , 0x01951A5A9A69704EB623CAFEA5837F7E , 0x01951A5AC8A670F8857F35290F1556B9 , 0x01951A5AFDD573C78E923E54EC975475 , 0x01951A5B12737034B8FC7E121420C3F1 , 0x01951A5C66817009A1DF315ABE1DBC93 , 0x01951A5D702B729EBD789E939E1F2EE1 , 0x01951A5F3CC27238AC2EBC4F0A845502 , 0x01951A607D197360B9064869356FBBD9 , 0x01951A616D097311A4AE3B1B2D9A43A9 , 0x01951A61C43571EC8862FE1F895A2D9E , 0x01951A63B86E720DB72EFCBC8A05BDFB , 0x01951A64F25170628EBF499F02FEB993 , 0x01951A656BD5727997BE748AA8E49D4C , 0x01951A6598F071A794D19FE4CA84A424 , 0x01951A65E6DE73AEB756A61BAF2ECBFB , 0x01951A65F12E73F588A3AB87357A45E2 , 0x01951A6611777272B1B81725EAEFAD65 , 0x01951A678A5071EAB6E9F28205F63749 , 0x01951A6CA91471A08B7E9BE36C337B77 , 0x01951A6CA91C7166A4D5886C371D099F , 0x01951A6CF38A73BA8654321E1F2FC18E , 0x01951A8411A071668C75754E638FCA7E , 0x019523772E6672D48E6FD3B31ADAC324 , 0x01952378EC2872DCA3980A643A9DEDC9 , 0x01952378EC3273CD9C9C5F2F98DC8397 , 0x019523FA0162720B8C6AB95CA38BEEE7 , 0x019524067F0573509D5736B55FCCDCC5 , 0x0195240A324871A9A41EDBE11E7CC174 , 0x01952418727772ADA074724B01E92066 , 0x0195241BC54A72ACB3C1CC842C6ABB51 , 0x01952422741372F984E27761498F9FF0 , 0x019524238EE57348A502AFC62B9E4681 , 0x0195242B76E173329D1EB397FA83CC5F , 0x0195243040E6714281270891153ABB47 , 0x01952435C1627029B76B75E0392EED6E , 0x019524364CBD7385B9FF115F9BA38BFF , 0x01952436605C736CA3115086427C38FF , 0x0195243674CD7096AB4F6C0EC915F3BB , 0x019524369CEE7045892DCA1796A5C6D2 , 0x01952436A71F71D28E58685F14E0D450 , 0x01952436E35D72BB83CD884710207716 , 0x019524373D217377BDFBC75DFDB16833 , 0x0195243750D97084A03C85F42E957E5F , 0x019524375B25719CA4CB0C557B628529 , 0x0195243782D972E595D7CE9382936624 , 0x01952441EA267060AA398867A644A599 , 0x0195246820BA71A99DDCE4512D6561BE , 0x019524723FF973D7BF8EC4E036C31126 , 0x019524971F7070CABCD4F328DFC81C0C , 0x019524B207F572239A0525D284125DDE , 0x019524C9108A71EFBDD1F50C7AFA4713 , 0x0195254819D0700B97659056F81677C1 , 0x0195258B0F7471219A49DE3F52A02F2A , 0x0195258B18CC73DCB337A1EFCCE96B11 , 0x0195258B368172759F5E365CFC7E24AC , 0x0195258B4CB47388B918BA15FC921602 , 0x019525A6105E73039D628BAA0C90820F , 0x0195263314407284A4DFB3B410B925CA , 0x01952637C52C7088A46AC406B2BC42BF , 0x0195263E8E377125A2CE4859174232DB , 0x01952647D5A97024A977FE5024ADF30E )) ORDER BY `property_group_option` . `id` ASC LIMIT 500 OFFSET 500 ;
Copy
74
0.39 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “0>þPp¤»“üUr77< "
]
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 (0x0193303EFE5070A4BB93FC557237373C ));
Copy
75
0.74 ms
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1
SELECT `app` . `name` , `app` . `version` , `app` . `template_load_priority`
FROM `app`
INNER JOIN `app_template` ON `app_template` . `app_id` = `app` . `id`
WHERE `app` . `active` = 1 AND `app_template` . `active` = 1 ;
Copy
76
0.76 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
77
1.11 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"\x01 “C¢ß²wy‰i 5\x15 f\x1F L "
b"""
\x01 “C£|›yc¸Ê\n
7_²X\x03
"""
b"\x01 Æ│ìâ╠z├ÆI1\x0F 6Ù¯° "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x019343A2DFB277798969A03515661F4C , 0x019343A37C9B7963B8CA0A375FB25803 , 0x0192B38D83CC7AC39249310F36EBEEF8 ));
Copy
78
0.32 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (? )
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 Ä÷\x18 qtp=êòɧ¸\x1E j¾ "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` WHERE `theme` . `id` IN (0x018EF6187174703D889590F5F71E6AF3 );
Copy
79
0.30 ms
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = ? ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id`
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
]
SELECT `theme` . `id` as `theme.id` , `theme` . `technical_name` as `theme.technicalName` , `theme` . `name` as `theme.name` , `theme` . `author` as `theme.author` , `theme` . `preview_media_id` as `theme.previewMediaId` , `theme` . `parent_theme_id` as `theme.parentThemeId` , `theme` . `theme_json` as `theme.themeJson` , `theme` . `base_config` as `theme.baseConfig` , `theme` . `config_values` as `theme.configValues` , `theme` . `active` as `theme.active` , `theme` . `created_at` as `theme.createdAt` , `theme` . `updated_at` as `theme.updatedAt` , `theme.translation.description` , `theme.translation.description` as `theme.description` , `theme.translation.labels` , `theme.translation.labels` as `theme.labels` , `theme.translation.helpTexts` , `theme.translation.helpTexts` as `theme.helpTexts` , `theme.translation.customFields` , `theme.translation.customFields` as `theme.customFields` FROM `theme` LEFT JOIN (SELECT `theme.translation` . `theme_id` , `theme.translation` . `description` as `theme.translation.description` , `theme.translation` . `labels` as `theme.translation.labels` , `theme.translation` . `help_texts` as `theme.translation.helpTexts` , `theme.translation` . `custom_fields` as `theme.translation.customFields` FROM `theme_translation` `theme.translation` WHERE `theme.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `theme.theme_translation` ON `theme.theme_translation` . `theme_id` = `theme` . `id` ;
Copy
80
0.34 ms
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = ? ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = ? OR (`media` . `private` = ? AND `media.mediaFolder.defaultFolder` . `entity` = ? )))) AND (`media` . `id` IN (? , ? , ? , ? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
false
true
"product_download "
b"\x01 “C¢ß²wy‰i 5\x15 f\x1F L "
b"\x01 “C¢ß²wy‰i 5\x15 f\x1F L "
b"\x01 “C¢ß²wy‰i 5\x15 f\x1F L "
b"""
\x01 “C£|›yc¸Ê\n
7_²X\x03
"""
b"\x01 Æ│ìâ╠z├ÆI1\x0F 6Ù¯° "
]
SELECT `media` . `id` as `media.id` , `media` . `user_id` as `media.userId` , `media` . `media_folder_id` as `media.mediaFolderId` , `media` . `mime_type` as `media.mimeType` , `media` . `file_extension` as `media.fileExtension` , `media` . `uploaded_at` as `media.uploadedAt` , `media` . `file_name` as `media.fileName` , `media` . `file_size` as `media.fileSize` , `media` . `media_type` as `media.mediaTypeRaw` , `media` . `meta_data` as `media.metaData` , `media` . `config` as `media.config` , `media` . `path` as `media.path` , `media` . `private` as `media.private` , `media` . `thumbnails_ro` as `media.thumbnailsRo` , `media` . `created_at` as `media.createdAt` , `media` . `updated_at` as `media.updatedAt` , `media.translation.title` , `media.translation.title` as `media.title` , `media.translation.alt` , `media.translation.alt` as `media.alt` , `media.translation.customFields` , `media.translation.customFields` as `media.customFields` FROM `media` LEFT JOIN `media_folder` `media.mediaFolder` ON `media` . `media_folder_id` = `media.mediaFolder` . `id` LEFT JOIN (SELECT `media.translation` . `media_id` , `media.translation` . `alt` as `media.translation.alt` , `media.translation` . `title` as `media.translation.title` , `media.translation` . `custom_fields` as `media.translation.customFields` FROM `media_translation` `media.translation` WHERE `media.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `media.media_translation` ON `media.media_translation` . `media_id` = `media` . `id` LEFT JOIN `media_default_folder` `media.mediaFolder.defaultFolder` ON `media.mediaFolder` . `default_folder_id` = `media.mediaFolder.defaultFolder` . `id` WHERE (((`media` . `private` = 0 OR (`media` . `private` = 1 AND `media.mediaFolder.defaultFolder` . `entity` = 'product_download' )))) AND (`media` . `id` IN (0x019343A2DFB277798969A03515661F4C , 0x019343A2DFB277798969A03515661F4C , 0x019343A2DFB277798969A03515661F4C , 0x019343A37C9B7963B8CA0A375FB25803 , 0x0192B38D83CC7AC39249310F36EBEEF8 ));
Copy
81
1.23 ms
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id
SELECT LOWER (HEX (language . id )) AS array_key , LOWER (HEX (language . id )) AS id , locale . code , parentLocale . code AS parentCode , LOWER (HEX (language . parent_id )) parentId FROM language LEFT JOIN locale locale ON language . translation_code_id = locale . id LEFT JOIN language parentLanguage ON language . parent_id = parentLanguage . id LEFT JOIN locale parentLocale ON parentLanguage . translation_code_id = parentLocale . id ;
Copy
82
0.16 ms
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = ?
SELECT LOWER (HEX (id )) FROM snippet_set WHERE iso = 'de-DE' ;
Copy
83
0.14 ms
SELECT iso FROM snippet_set WHERE id = ?
Parameters :
[
b"\x01 ŽÍ÷ßés\x0E £0\x01\x14 x|ÀÄ "
]
SELECT iso FROM snippet_set WHERE id = 0x018ECDF7DFE9730EA3300114787CC0C4 ;
Copy
84
0.19 ms
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = ?
Parameters :
[
b"\x01 ŽÍù‡:qß«UóöDæf( "
]
SELECT LOWER (HEX (theme . id )) themeId , theme . technical_name as themeName , parentTheme . technical_name as parentThemeName , LOWER (HEX (parentTheme . parent_theme_id )) as grandParentThemeId
FROM sales_channel
LEFT JOIN theme_sales_channel ON sales_channel . id = theme_sales_channel . sales_channel_id
LEFT JOIN theme ON theme_sales_channel . theme_id = theme . id
LEFT JOIN theme AS parentTheme ON parentTheme . id = theme . parent_theme_id
WHERE sales_channel . id = 0x018ECDF9873A71DFAB55F3F644E66628
;
Copy
85
0.15 ms
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
SELECT `base_class` AS `baseClass` , `author`
FROM `plugin`
;
Copy
86
4.78 ms
SELECT translation_key , value FROM snippet WHERE snippet_set_id = ?
Parameters :
[
b"\x01 ŽÍ÷ßés\x0E £0\x01\x14 x|ÀÄ "
]
SELECT translation_key , value FROM snippet WHERE snippet_set_id = 0x018ECDF7DFE9730EA3300114787CC0C4 ;
Copy
87
0.60 ms
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = ? ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = ? ) AND (`category` . `id` IN (? , ? ))
Parameters :
[
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x0F ©\x1C ãéjK¾KÙÎu,4% "
b"\x01 “0>„\x1E q´„‰¦Bƒ,S› "
b"\x01 “0>þPp¤»“üUr77< "
]
SELECT
`category` . `id` as `category.id` ,
`category` . `version_id` as `category.versionId` ,
`category` . `parent_id` as `category.parentId` ,
`category` . `parent_version_id` as `category.parentVersionId` ,
`category` . `after_category_id` as `category.afterCategoryId` ,
`category` . `after_category_version_id` as `category.afterCategoryVersionId` ,
`category` . `media_id` as `category.mediaId` ,
`category` . `display_nested_products` as `category.displayNestedProducts` ,
`category` . `auto_increment` as `category.autoIncrement` ,
`category` . `level` as `category.level` ,
`category` . `path` as `category.path` ,
`category` . `child_count` as `category.childCount` ,
`category` . `type` as `category.type` ,
`category` . `product_assignment_type` as `category.productAssignmentType` ,
`category` . `visible` as `category.visible` ,
`category` . `active` as `category.active` ,
`category` . `cms_page_id` as `category.cmsPageId` ,
`category` . `cms_page_version_id` as `category.cmsPageVersionId` ,
`category` . `product_stream_id` as `category.productStreamId` ,
`category` . `custom_entity_type_id` as `category.customEntityTypeId` ,
`category` . `created_at` as `category.createdAt` ,
`category` . `updated_at` as `category.updatedAt` ,
`category.translation.name` ,
`category.translation.name` as `category.name` ,
`category.translation.breadcrumb` ,
`category.translation.breadcrumb` as `category.breadcrumb` ,
`category.translation.slotConfig` ,
`category.translation.slotConfig` as `category.slotConfig` ,
`category.translation.linkType` ,
`category.translation.linkType` as `category.linkType` ,
`category.translation.internalLink` ,
`category.translation.internalLink` as `category.internalLink` ,
`category.translation.externalLink` ,
`category.translation.externalLink` as `category.externalLink` ,
`category.translation.linkNewTab` ,
`category.translation.linkNewTab` as `category.linkNewTab` ,
`category.translation.description` ,
`category.translation.description` as `category.description` ,
`category.translation.metaTitle` ,
`category.translation.metaTitle` as `category.metaTitle` ,
`category.translation.metaDescription` ,
`category.translation.metaDescription` as `category.metaDescription` ,
`category.translation.keywords` ,
`category.translation.keywords` as `category.keywords` ,
`category.translation.customFields` ,
`category.translation.customFields` as `category.customFields`
FROM
`category`
LEFT JOIN (
SELECT
`category.translation` . `category_id` ,
`category.translation` . `category_version_id` ,
`category.translation` . `breadcrumb` as `category.translation.breadcrumb` ,
`category.translation` . `name` as `category.translation.name` ,
`category.translation` . `custom_fields` as `category.translation.customFields` ,
`category.translation` . `slot_config` as `category.translation.slotConfig` ,
`category.translation` . `link_type` as `category.translation.linkType` ,
`category.translation` . `internal_link` as `category.translation.internalLink` ,
`category.translation` . `external_link` as `category.translation.externalLink` ,
`category.translation` . `link_new_tab` as `category.translation.linkNewTab` ,
`category.translation` . `description` as `category.translation.description` ,
`category.translation` . `meta_title` as `category.translation.metaTitle` ,
`category.translation` . `meta_description` as `category.translation.metaDescription` ,
`category.translation` . `keywords` as `category.translation.keywords`
FROM
`category_translation` `category.translation`
WHERE
`category.translation` . `language_id` = ?
) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id`
AND `category.category_translation` . `category_version_id` = `category` . `version_id`
WHERE
(`category` . `version_id` = ? )
AND (
`category` . `id` IN (? , ? )
)
Copy
SELECT `category` . `id` as `category.id` , `category` . `version_id` as `category.versionId` , `category` . `parent_id` as `category.parentId` , `category` . `parent_version_id` as `category.parentVersionId` , `category` . `after_category_id` as `category.afterCategoryId` , `category` . `after_category_version_id` as `category.afterCategoryVersionId` , `category` . `media_id` as `category.mediaId` , `category` . `display_nested_products` as `category.displayNestedProducts` , `category` . `auto_increment` as `category.autoIncrement` , `category` . `level` as `category.level` , `category` . `path` as `category.path` , `category` . `child_count` as `category.childCount` , `category` . `type` as `category.type` , `category` . `product_assignment_type` as `category.productAssignmentType` , `category` . `visible` as `category.visible` , `category` . `active` as `category.active` , `category` . `cms_page_id` as `category.cmsPageId` , `category` . `cms_page_version_id` as `category.cmsPageVersionId` , `category` . `product_stream_id` as `category.productStreamId` , `category` . `custom_entity_type_id` as `category.customEntityTypeId` , `category` . `created_at` as `category.createdAt` , `category` . `updated_at` as `category.updatedAt` , `category.translation.name` , `category.translation.name` as `category.name` , `category.translation.breadcrumb` , `category.translation.breadcrumb` as `category.breadcrumb` , `category.translation.slotConfig` , `category.translation.slotConfig` as `category.slotConfig` , `category.translation.linkType` , `category.translation.linkType` as `category.linkType` , `category.translation.internalLink` , `category.translation.internalLink` as `category.internalLink` , `category.translation.externalLink` , `category.translation.externalLink` as `category.externalLink` , `category.translation.linkNewTab` , `category.translation.linkNewTab` as `category.linkNewTab` , `category.translation.description` , `category.translation.description` as `category.description` , `category.translation.metaTitle` , `category.translation.metaTitle` as `category.metaTitle` , `category.translation.metaDescription` , `category.translation.metaDescription` as `category.metaDescription` , `category.translation.keywords` , `category.translation.keywords` as `category.keywords` , `category.translation.customFields` , `category.translation.customFields` as `category.customFields` FROM `category` LEFT JOIN (SELECT `category.translation` . `category_id` , `category.translation` . `category_version_id` , `category.translation` . `breadcrumb` as `category.translation.breadcrumb` , `category.translation` . `name` as `category.translation.name` , `category.translation` . `custom_fields` as `category.translation.customFields` , `category.translation` . `slot_config` as `category.translation.slotConfig` , `category.translation` . `link_type` as `category.translation.linkType` , `category.translation` . `internal_link` as `category.translation.internalLink` , `category.translation` . `external_link` as `category.translation.externalLink` , `category.translation` . `link_new_tab` as `category.translation.linkNewTab` , `category.translation` . `description` as `category.translation.description` , `category.translation` . `meta_title` as `category.translation.metaTitle` , `category.translation` . `meta_description` as `category.translation.metaDescription` , `category.translation` . `keywords` as `category.translation.keywords` FROM `category_translation` `category.translation` WHERE `category.translation` . `language_id` = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) `category.category_translation` ON `category.category_translation` . `category_id` = `category` . `id` AND `category.category_translation` . `category_version_id` = `category` . `version_id` WHERE (`category` . `version_id` = 0x0FA91CE3E96A4BC2BE4BD9CE752C3425 ) AND (`category` . `id` IN (0x0193303E841E71B48489A642832C539B , 0x0193303EFE5070A4BB93FC557237373C ));
Copy
88
6.18 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/0193303efe5070a4bb93fc557237373c "
"/navigation/0193303e841e71b48489a642832c539b "
"/navigation/01922d7c3f397709bba6572fd10cde9f "
"/navigation/01922d7c620171cf85c6e9514256b961 "
"/navigation/01922d7c9204762c844bcb75c5f39b01 "
"/navigation/0193303e95b471ad880b66436d82d414 "
"/navigation/0193303e98bc7347803f9b5d79a73541 "
"/navigation/0193303ea33b706790c8fe2d57502a8d "
"/navigation/0193303ea89e7249b811658d3c7e4315 "
"/navigation/0193303eb0177393a1b111d241492ea0 "
"/navigation/0193303eb8cb713d972a332192878451 "
"/navigation/0193303ec62371ccaa31c9ea02a114bb "
"/navigation/0193303ed8c270ed8d1bb6deca746bb3 "
"/navigation/0193303eda54738d83d5a68a4e5bf3ea "
"/navigation/0193303ee5917298a1a42b7f410f7c7c "
"/navigation/0193303ef75971538a9f7f6436914d35 "
"/navigation/0193303f04ff733fab3af7546613068b "
"/navigation/0193303f0c94704b9ff6e66da47fe950 "
"/navigation/0193303f186a728b9ad5723a3323598f "
"/navigation/0193303f2c587041b222efa7aea57996 "
"/navigation/0193303f314372c1bbac03dbea40fb77 "
"/navigation/0193303f362c73faac083fa004bee7a0 "
"/navigation/0193303f3d4e706a8c19cef4919b28de "
"/navigation/0193303f126970d6b1cc18255c9fc0c6 "
"/navigation/0193303f201f71988c3d7ab7157da6e3 "
"/navigation/0193303f10ea725ab5c95d7da2276b9e "
"/navigation/019371b9078177b29eb7284a8cf22d0b "
"/navigation/0193921b2d1c7f8daefab460d7107237 "
"/navigation/0193921b466f7552b5df755c73e357e2 "
"/navigation/0193921b575a77e58a3831db9e19902e "
"/navigation/0193303effee72bf9293509a455a7df8 "
"/navigation/0193303f0043703cbdc4ab1c65aa85c1 "
"/navigation/0193303f009d7150bc4031fd679148e5 "
"/navigation/0193303f010671b2a6200089ad4ea5b8 "
"/navigation/0193303f018a706db75e2836d99ed02e "
"/navigation/0193303f0228726a91d7d843bc85c14c "
"/navigation/0193303f02b273219875a75032c79d58 "
"/navigation/0193303f034f70f69ea648876435a2fc "
"/navigation/0193303f03d0729db8cc9338c3aa629b "
"/navigation/0193303f0465739f8b5a3b24c0e33795 "
"/detail/0195233b467670c5983f661855f8fe84 "
"/detail/0195233b468f72ab916f39645f04ca86 "
"/detail/0195233b469a72ca8da9ca5e9854aed1 "
"/detail/0195233b46a471bd90d2ac141d84ce8e "
"/detail/0195233b46cc73ceb5f5c203c63f3b95 "
"/detail/0195233b46eb7366a754011a896e391f "
"/detail/0195233b59307323a0c6b00c01fab4a3 "
"/detail/0195233b6c6e702481d378014e2a9ce6 "
"/detail/0195233c0dc972c888aa68f164e69dfb "
"/detail/0195233c2b2e7289913fef5ab99121b7 "
"/detail/0195233c585a713fac24e42aab8ed5df "
"/detail/0195233cc4a8727799ed589b0d7d3f60 "
"/detail/0195233d01b47369be2783df0d0fe9bb "
"/detail/0195233e7a9471029c38a95542678ad0 "
"/detail/0195233e801b721baee5669104e423f0 "
"/detail/0195233e85fb7273a30aa95228fd12ed "
"/detail/0195233ef8937302942893961bcb5c2b "
"/detail/0195233efe8373c5a7cd7d5666c23dbd "
"/detail/0195233f10f4722bab92640f182dac4f "
"/detail/0195233f620572f4b5ca24cd1ebb68c3 "
"/detail/0195233fba89728caafbb2f1a2be38f4 "
"/detail/0195233fe49f7023899dad421a2db0d2 "
"/detail/0195234039a873e1a0885f9edc849f2a "
"/detail/01952340c479710d9f8af2c6fde3254e "
"/navigation/018ef555cf6872abb584fe2fda818402 "
"/navigation/018ef5599e3579c2bc634f1f83b08b98 "
"/navigation/018f04f622d0743d8945b14177938fcc "
"/navigation/018f04fae91c7063acfcb6c861500460 "
"/navigation/018f04fb0c7578cd8a3fb57ab08c9345 "
"/navigation/0193925275e97d4a99f4494f43d70c30 "
"/navigation/018f04fff40270e4bf4ff7402e8d6d69 "
"/navigation/018fe22dd9ee7675a713912e6a246e84 "
b"/»_ââšMpªXTÎ|ãâ\v "
b"\x01 ŽÍù‡:qß«UóöDæf( "
]
SELECT
seo_path_info ,
path_info ,
sales_channel_id
FROM
seo_url
WHERE
(seo_url . is_canonical = 1 )
AND (
seo_url . path_info IN (
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? ,
? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ?
)
)
AND (seo_url . language_id = ? )
AND (
seo_url . sales_channel_id = ?
OR seo_url . sales_channel_id IS NULL
)
AND (seo_url . is_deleted = 0 )
Copy
SELECT seo_path_info , path_info , sales_channel_id FROM seo_url WHERE (seo_url . is_canonical = 1 ) AND (seo_url . path_info IN ('/navigation/0193303efe5070a4bb93fc557237373c' , '/navigation/0193303e841e71b48489a642832c539b' , '/navigation/01922d7c3f397709bba6572fd10cde9f' , '/navigation/01922d7c620171cf85c6e9514256b961' , '/navigation/01922d7c9204762c844bcb75c5f39b01' , '/navigation/0193303e95b471ad880b66436d82d414' , '/navigation/0193303e98bc7347803f9b5d79a73541' , '/navigation/0193303ea33b706790c8fe2d57502a8d' , '/navigation/0193303ea89e7249b811658d3c7e4315' , '/navigation/0193303eb0177393a1b111d241492ea0' , '/navigation/0193303eb8cb713d972a332192878451' , '/navigation/0193303ec62371ccaa31c9ea02a114bb' , '/navigation/0193303ed8c270ed8d1bb6deca746bb3' , '/navigation/0193303eda54738d83d5a68a4e5bf3ea' , '/navigation/0193303ee5917298a1a42b7f410f7c7c' , '/navigation/0193303ef75971538a9f7f6436914d35' , '/navigation/0193303f04ff733fab3af7546613068b' , '/navigation/0193303f0c94704b9ff6e66da47fe950' , '/navigation/0193303f186a728b9ad5723a3323598f' , '/navigation/0193303f2c587041b222efa7aea57996' , '/navigation/0193303f314372c1bbac03dbea40fb77' , '/navigation/0193303f362c73faac083fa004bee7a0' , '/navigation/0193303f3d4e706a8c19cef4919b28de' , '/navigation/0193303f126970d6b1cc18255c9fc0c6' , '/navigation/0193303f201f71988c3d7ab7157da6e3' , '/navigation/0193303f10ea725ab5c95d7da2276b9e' , '/navigation/019371b9078177b29eb7284a8cf22d0b' , '/navigation/0193921b2d1c7f8daefab460d7107237' , '/navigation/0193921b466f7552b5df755c73e357e2' , '/navigation/0193921b575a77e58a3831db9e19902e' , '/navigation/0193303effee72bf9293509a455a7df8' , '/navigation/0193303f0043703cbdc4ab1c65aa85c1' , '/navigation/0193303f009d7150bc4031fd679148e5' , '/navigation/0193303f010671b2a6200089ad4ea5b8' , '/navigation/0193303f018a706db75e2836d99ed02e' , '/navigation/0193303f0228726a91d7d843bc85c14c' , '/navigation/0193303f02b273219875a75032c79d58' , '/navigation/0193303f034f70f69ea648876435a2fc' , '/navigation/0193303f03d0729db8cc9338c3aa629b' , '/navigation/0193303f0465739f8b5a3b24c0e33795' , '/detail/0195233b467670c5983f661855f8fe84' , '/detail/0195233b468f72ab916f39645f04ca86' , '/detail/0195233b469a72ca8da9ca5e9854aed1' , '/detail/0195233b46a471bd90d2ac141d84ce8e' , '/detail/0195233b46cc73ceb5f5c203c63f3b95' , '/detail/0195233b46eb7366a754011a896e391f' , '/detail/0195233b59307323a0c6b00c01fab4a3' , '/detail/0195233b6c6e702481d378014e2a9ce6' , '/detail/0195233c0dc972c888aa68f164e69dfb' , '/detail/0195233c2b2e7289913fef5ab99121b7' , '/detail/0195233c585a713fac24e42aab8ed5df' , '/detail/0195233cc4a8727799ed589b0d7d3f60' , '/detail/0195233d01b47369be2783df0d0fe9bb' , '/detail/0195233e7a9471029c38a95542678ad0' , '/detail/0195233e801b721baee5669104e423f0' , '/detail/0195233e85fb7273a30aa95228fd12ed' , '/detail/0195233ef8937302942893961bcb5c2b' , '/detail/0195233efe8373c5a7cd7d5666c23dbd' , '/detail/0195233f10f4722bab92640f182dac4f' , '/detail/0195233f620572f4b5ca24cd1ebb68c3' , '/detail/0195233fba89728caafbb2f1a2be38f4' , '/detail/0195233fe49f7023899dad421a2db0d2' , '/detail/0195234039a873e1a0885f9edc849f2a' , '/detail/01952340c479710d9f8af2c6fde3254e' , '/navigation/018ef555cf6872abb584fe2fda818402' , '/navigation/018ef5599e3579c2bc634f1f83b08b98' , '/navigation/018f04f622d0743d8945b14177938fcc' , '/navigation/018f04fae91c7063acfcb6c861500460' , '/navigation/018f04fb0c7578cd8a3fb57ab08c9345' , '/navigation/0193925275e97d4a99f4494f43d70c30' , '/navigation/018f04fff40270e4bf4ff7402e8d6d69' , '/navigation/018fe22dd9ee7675a713912e6a246e84' )) AND (seo_url . language_id = 0x2FBB5FE2E29A4D70AA5854CE7CE3E20B ) AND (seo_url . sales_channel_id = 0x018ECDF9873A71DFAB55F3F644E66628 OR seo_url . sales_channel_id IS NULL ) AND (seo_url . is_deleted = 0 );
Copy
89
0.29 ms
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (? , ? , ? , ? , ? )
Parameters :
[
b"\x01 ŽÍ÷ßÏsNˆ\x06 ;¯xƒí¿ "
b"\x01 ŽÍ÷ߨsn•p(ÅŸÕ\x07 Š "
b"\x01 Ä═¸Þ¨q\x1A Å×│:Õ{¼\x05 "
b"\x01 ŽÍ÷ßîrÛœC\v ´—$Ù‡ "
b"\x01 Æög+ì}KÉ,\x0E ╣å£n| "
]
SELECT `rule` . `id` as `rule.id` , `rule` . `name` as `rule.name` , `rule` . `priority` as `rule.priority` , `rule` . `description` as `rule.description` , `rule` . `payload` as `rule.payload` , `rule` . `invalid` as `rule.invalid` , `rule` . `areas` as `rule.areas` , `rule` . `custom_fields` as `rule.customFields` , `rule` . `module_types` as `rule.moduleTypes` , `rule` . `created_at` as `rule.createdAt` , `rule` . `updated_at` as `rule.updatedAt` FROM `rule` WHERE `rule` . `id` IN (0x018ECDF7DFCF734E88063BAF7883EDBF , 0x018ECDF7DFD8736E957028C59FD5078A , 0x018ECDF7E8F9711A8F9EB33AE57BAC05 , 0x018ECDF7DFEE72DB9C430BB49724D987 , 0x019294672B8D7D4B902C0EB9869C6E7C );
Copy